Trace number 4467320

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-08-09? (TO) 71787.1 3702.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM0cfe35c6a899c796e17247c8eb2f096e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark241
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.68/1.73	c Default LC presolving (default).
1.68/1.75	c ** Before presolving: virtualMemUsedAtLc = 1415446410, getVmSize() = 841801728, SCIPgetMemUsed() = 697285965, SCIPgetMemTotal() = 773053101, SCIPgetMemExternEstim() = 642393309
1.68/1.75	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
20.10/20.21	c ** Estimated virtualMemUsedAtSolver = 2407456044, getVmSize() = 3115409408, SCIPgetMemUsed() = 1815992318, SCIPgetMemTotal() = 2968790758, SCIPgetMemExternEstim() = 642393309
20.10/20.21	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
20.10/20.21	c Original Problem   :
20.10/20.21	c   Problem name     : instance-4467320-1723587744
20.10/20.21	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
20.10/20.21	c   Constraints      : 656900
20.10/20.21	c   Objective sense  : minimize
20.10/20.21	c Presolved Problem  :
20.10/20.21	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
20.10/20.21	c   Constraints      : 656900
20.10/20.21	c Constraints        : Number
20.10/20.21	c   setppc           : 656700 
20.10/20.21	c   logicor          : 200 
20.10/20.21	c ** Instance transfer method used: 0
21.02/21.12	c ** ParaScipInstance copy does not increase the number of variables. **
34.87/35.02	c LC is working with racing ramp-up and with rebuilding tree after racing.
34.87/35.02	c                                Nodes    Active                                            
34.87/35.02	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
624.90/66.26	c *      66              0           1        20        4893.0000                -          -
624.90/66.26	c        66              0           1        20        4893.0000                -          -
677.51/69.51	c *      70              0           1        20        4811.0000                -          -
935.64/83.45	c *      83              0           1        20        4803.0000                -          -
935.64/83.45	c        83              0           1        20        4803.0000                -          -
1476.94/111.11	c *     111              0           1        20        4689.0000                -          -
1476.94/111.11	c       111              0           1        20        4689.0000                -          -
18826.64/986.98	c *     987              0           1        20        4611.0000                -          -
18826.64/986.98	c       987              0           1        20        4611.0000                -          -
19256.61/1008.65	c *    1009              0           1        20        4604.0000                -          -
19256.61/1008.65	c      1009              0           1        20        4604.0000                -          -
19326.71/1012.14	c *    1012              0           1        20        4332.0000                -          -
32515.88/1677.93	c *    1678              0           1        20        4240.0000                -          -
32515.88/1677.93	c      1678              0           1        20        4240.0000                -          -
32619.66/1683.16	c *    1683              0           1        20        4165.0000                -          -
32619.66/1683.16	c      1683              0           1        20        4165.0000                -          -
33677.27/1736.42	c      1736              2           1        20        4165.0000         209.0337          -
34300.72/1767.82	c      1768              2           1        20        4165.0000         209.0337          -
34487.33/1777.29	c      1777              2           1        20        4165.0000         209.2667          -
34785.15/1792.20	c      1792              2           1        20        4165.0000         209.2667          -
35382.75/1822.31	c      1822              2           1        20        4165.0000         209.2667          -
35531.68/1829.84	c      1830              2           1        20        4165.0000         209.2667          -
36004.21/1853.68	c      1854              3           2        20        4165.0000         209.2667          -
36262.39/1866.61	c      1867              3           2        20        4165.0000         209.2667          -
36365.68/1871.89	c      1872              4           3        20        4165.0000         209.2667          -
36570.98/1882.19	c      1882              4           3        20        4165.0000         209.2667          -
37047.65/1906.13	c      1906              4           3        20        4165.0000         209.2667          -
37152.21/1911.42	c      1911              4           3        20        4165.0000         209.2667          -
37423.03/1925.10	c      1925              4           3        20        4165.0000         209.2667          -
37652.75/1936.67	c      1937              5           4        20        4165.0000         209.2667          -
38073.89/1957.84	c      1958              5           4        20        4165.0000         209.2667          -
38248.62/1966.60	c      1967              6           5        20        4165.0000         209.2667          -
38462.69/1977.41	c      1977              6           5        20        4165.0000         209.2667          -
38687.07/1988.79	c      1989              6           5        20        4165.0000         209.2667          -
38973.80/2003.14	c      2003              6           5        20        4165.0000         209.2667          -
39084.27/2008.72	c      2009              6           5        20        4165.0000         209.2667          -
39193.47/2014.23	c      2014              7           6        20        4165.0000         209.2667          -
39356.30/2022.48	c      2022              7           6        20        4165.0000         209.2667          -
39656.15/2037.56	c      2038              7           6        20        4165.0000         209.2667          -
39763.35/2042.92	c      2043              8           7        20        4165.0000         209.2667          -
39888.18/2049.24	c      2049              8           7        20        4165.0000         209.2667          -
40174.10/2063.66	c      2064              8           7        20        4165.0000         209.2667          -
40281.77/2069.05	c *    2069              8           7        20        4082.0000         209.2667          -
40281.77/2069.05	c      2069              8           7        20        4082.0000         209.2667          -
40486.94/2079.44	c      2079              9           8        20        4082.0000         209.2667          -
40669.38/2088.67	c *    2089              9           8        20        3995.0000         209.2667          -
40669.38/2088.67	c      2089              9           8        20        3995.0000         209.2667          -
40798.25/2095.24	c      2095              9           8        20        3995.0000         209.2667          -
40909.03/2100.88	c *    2101              9           8        20        3962.0000         209.2667          -
40909.03/2100.88	c      2101              9           8        20        3962.0000         209.2667          -
41027.99/2106.85	c      2107             10           9        20        3962.0000         209.2667          -
41083.51/2109.60	c *    2110             10           9        20        3913.0000         209.2667          -
41415.96/2126.52	c      2127             10           9        20        3913.0000         209.2667          -
41509.17/2131.27	c *    2131             10           9        20        3846.0000         209.2667          -
41530.73/2132.36	c *    2132             10           9        20        3826.0000         209.2667          -
41530.73/2132.36	c      2132             10           9        20        3826.0000         209.2667          -
41806.55/2146.45	c      2146             10           9        20        3826.0000         209.2667          -
41933.17/2152.89	c      2153             11          10        20        3826.0000         209.2667          -
41982.06/2155.37	c *    2155             11          10        20        3733.0000         209.2667          -
42066.62/2159.67	c      2160             11          10        20        3733.0000         209.2667          -
42372.01/2175.45	c      2175             11          10        20        3733.0000         209.2667          -
42435.33/2178.68	c *    2179             11          10        20        3633.0000         209.2667          -
42496.09/2181.87	c      2182             11          10        20        3633.0000         209.2667          -
42726.49/2194.16	c      2194             11          10        20        3633.0000         209.2667          -
42844.40/2200.15	c *    2200             11          10        20        3550.0000         209.2667          -
42844.40/2200.15	c      2200             11          10        20        3550.0000         209.2667          -
43027.22/2209.48	c      2209             11          10        20        3550.0000         209.2667          -
43183.59/2218.02	c      2218             11          10        20        3550.0000         209.2667          -
43304.57/2224.57	c      2225             11          10        20        3550.0000         209.2667          -
43359.89/2227.45	c *    2227             11          10        20        3467.0000         209.2667          -
43453.48/2232.14	c      2232             11          10        20        3467.0000         209.2667          -
43659.42/2242.89	c      2243             11          10        20        3467.0000         209.2667          -
43667.44/2243.35	c *    2243             11          10        20        3466.0000         209.2667          -
43890.72/2255.33	c *    2255             11          10        20        3388.0000         209.2667          -
43890.72/2255.33	c      2255             11          10        20        3388.0000         209.2667          -
44404.68/2281.89	c *    2282             11          10        20        3324.0000         209.2667          -
44404.68/2281.89	c      2282             11          10        20        3324.0000         209.2667          -
44837.12/2304.14	c *    2304             11          10        20        3260.0000         209.2667          -
44837.12/2304.14	c      2304             11          10        20        3260.0000         209.2667          -
45321.82/2328.80	c *    2329             11          10        20        3151.0000         209.2667          -
45321.82/2328.80	c      2329             11          10        20        3151.0000         209.2667          -
45826.93/2355.02	c *    2355             11          10        20        3084.0000         209.2667          -
45826.93/2355.02	c      2355             11          10        20        3084.0000         209.2667          -
46310.59/2380.14	c *    2380             11          10        20        2977.0000         209.2667          -
46310.59/2380.14	c      2380             11          10        20        2977.0000         209.2667          -
46807.93/2406.28	c *    2406             11          10        20        2878.0000         209.2667          -
46807.93/2406.28	c      2406             11          10        20        2878.0000         209.2667          -
47350.42/2434.55	c *    2435             11          10        20        2817.0000         209.2667          -
47350.42/2434.55	c      2435             11          10        20        2817.0000         209.2667          -
47934.27/2465.10	c *    2465             11          10        20        2747.0000         209.2667          -
47934.27/2465.10	c      2465             11          10        20        2747.0000         209.2667          -
48086.71/2473.13	c      2473             11          10        20        2747.0000         209.2667          -
48488.44/2493.80	c *    2494             11          10        20        2649.0000         209.2667          -
48488.44/2493.80	c      2494             11          10        20        2649.0000         209.2667          -
48611.55/2500.42	c *    2500             11          10        20        2634.0000         209.2667          -
48611.55/2500.42	c      2500             11          10        20        2634.0000         209.2667          -
48923.18/2516.52	c *    2517             11          10        20        2554.0000         209.2667          -
48923.18/2516.52	c      2517             11          10        20        2554.0000         209.2667          -
49105.43/2526.22	c      2526             11          10        20        2554.0000         209.2667          -
49416.26/2542.42	c *    2542             11          10        20        2468.0000         209.2667          -
49416.26/2542.42	c      2542             11          10        20        2468.0000         209.2667          -
49844.48/2565.30	c      2565             11          10        20        2468.0000         209.2667          -
49878.94/2567.13	c *    2567             11          10        20        2388.0000         209.2667          -
50091.88/2577.85	c      2578             11          10        20        2388.0000         209.2667          -
50368.78/2592.65	c *    2593             11          10        20        2316.0000         209.2667          -
50368.78/2592.65	c      2593             11          10        20        2316.0000         209.2667          -
50584.26/2603.59	c *    2604             11          10        20        2243.0000         209.2667          -
50584.26/2603.59	c      2604             11          10        20        2243.0000         209.2667          -
50711.06/2610.18	c      2610             11          10        20        2243.0000         209.2667          -
50842.60/2617.35	c      2617             11          10        20        2243.0000         209.2667          -
51261.21/2638.79	c      2639             12          11        20        2243.0000         209.2667          -
51476.12/2650.28	c *    2650             12          11        20        2216.0000         209.2667          -
51476.12/2650.28	c      2650             12          11        20        2216.0000         209.2667          -
51513.94/2652.51	c *    2653             12          11        20        2208.0000         209.2667          -
51735.18/2663.83	c      2664             17          16        20        2208.0000         209.6223          -
51896.27/2672.12	c      2672             17          16        20        2208.0000         209.6223          -
51981.05/2676.52	c *    2677             17          16        20        2164.0000         209.6223          -
52051.58/2680.36	c *    2680             17          16        20        2121.0000         209.6223          -
52051.58/2680.36	c      2680             17          16        20        2121.0000         209.6223          -
52236.64/2689.91	c *    2690             17          16        20        2020.0000         209.6223          -
52236.64/2689.91	c      2690             17          16        20        2020.0000         209.6223          -
52558.50/2706.82	c *    2707             17          16        20        2006.0000         209.6223          -
52558.50/2706.82	c      2707             17          16        20        2006.0000         209.6223          -
53023.76/2731.03	c *    2731             18          17        20        1951.0000         209.6223          -
53023.76/2731.03	c      2731             18          17        20        1951.0000         209.6223          -
53042.73/2732.18	c *    2732             18          17        20        1923.0000         209.6223          -
53207.55/2741.04	c      2741             19          18        20        1923.0000         209.6223          -
53504.63/2756.63	c *    2757             19          18        20        1906.0000         209.6223          -
53504.63/2756.63	c      2757             19          18        20        1906.0000         209.6223          -
53545.89/2758.78	c *    2759             20          19        20        1770.0000         209.6223          -
53617.02/2762.53	c      2763             24          23        20        1770.0000         209.6223          -
54002.85/2782.42	c      2782             25          24        20        1770.0000         209.6223          -
54252.17/2795.44	c      2795             25          24        20        1770.0000         209.6223          -
54462.82/2806.51	c      2807             25          24        20        1770.0000         209.6223          -
54734.08/2820.60	c      2821             25          24        20        1770.0000         209.6223          -
54848.30/2826.72	c      2827             25          24        20        1770.0000         209.6223          -
54980.12/2833.72	c      2834             25          24        20        1770.0000         209.6223          -
55122.54/2841.01	c      2841             25          24        20        1770.0000         209.6223          -
55508.18/2861.09	c *    2861             25          24        20        1748.0000         209.6223          -
55508.18/2861.09	c      2861             25          24        20        1748.0000         209.6223          -
55535.75/2862.55	c *    2863             25          24        20        1724.0000         209.6223          -
55552.19/2863.48	c *    2863             25          24        20        1713.0000         209.6223          -
55823.02/2877.17	c      2877             25          24        20        1713.0000         209.6223          -
55985.44/2885.85	c *    2886             25          24        20        1686.0000         209.6223          -
55985.44/2885.85	c      2886             25          24        20        1686.0000         209.6223          -
56094.88/2891.75	c *    2892             25          24        20        1637.0000         209.6223          -
56094.88/2891.75	c      2892             25          24        20        1637.0000         209.6223          -
56313.48/2903.11	c      2903             25          24        20        1637.0000         209.6223          -
56514.95/2913.66	c *    2914             25          24        20        1587.0000         209.6223          -
56514.95/2913.66	c      2914             25          24        20        1587.0000         209.6223          -
56629.20/2919.85	c      2920             25          24        20        1587.0000         209.6223          -
56902.38/2934.22	c      2934             25          24        20        1587.0000         209.6223          -
56926.65/2935.54	c *    2936             25          24        20        1426.0000         209.6223          -
57008.48/2939.72	c      2940             25          24        20        1426.0000         209.6223          -
57370.32/2959.06	c      2959             25          24        20        1426.0000         209.6223          -
57651.04/2973.54	c      2974             25          24        20        1426.0000         209.6223          -
58453.92/3016.12	c      3016             25          24        20        1426.0000         209.6223          -
58560.39/3021.54	c *    3022             25          24        20        1417.0000         209.6223          -
58560.39/3021.54	c      3022             25          24        20        1417.0000         209.6223          -
58657.05/3026.66	c      3027             25          24        20        1417.0000         209.6223          -
58696.46/3028.68	c *    3029             25          24        20        1376.0000         209.6223          -
58988.38/3044.13	c      3044             25          24        20        1376.0000         209.6223          -
59097.47/3049.75	c      3050             25          24        20        1376.0000         209.6223          -
59309.18/3060.66	c      3061             25          24        20        1376.0000         209.6223          -
59424.73/3066.51	c      3067             25          24        20        1376.0000         209.6223          -
59430.07/3066.82	c *    3067             25          24        20        1347.0000         209.6223          -
59512.29/3071.38	c *    3071             25          24        20        1328.0000         209.6223          -
59565.90/3074.26	c      3074             25          24        20        1328.0000         209.6223          -
59683.91/3080.42	c *    3080             25          24        20        1319.0000         209.6223          -
59683.91/3080.42	c      3080             25          24        20        1319.0000         209.6223          -
59830.51/3088.04	c      3088             25          24        20        1319.0000         209.6223          -
59867.29/3089.94	c *    3090             25          24        20        1086.0000         209.6223    418.07%
60245.00/3109.80	c      3110             25          24        20        1086.0000         209.6223    418.07%
60362.04/3115.99	c      3116             25          24        20        1086.0000         209.6223    418.07%
60482.76/3122.07	c      3122             25          24        20        1086.0000         209.6223    418.07%
60609.50/3128.60	c      3129             25          24        20        1086.0000         209.6223    418.07%
61354.65/3168.22	c      3168             26          25        20        1086.0000         209.6223    418.07%
61697.85/3185.88	c      3186             29          28        20        1086.0000         209.6223    418.07%
61800.01/3191.22	c      3191             34          33        20        1086.0000         209.6223    418.07%
62906.26/3249.68	c *    3250             36          35        20        1073.0000         209.6223    411.87%
62906.26/3249.68	c      3250             36          35        20        1073.0000         209.6223    411.87%
63188.07/3264.66	c *    3265             36          35        20        1059.0000         209.6223    405.19%
63188.07/3264.66	c      3265             36          35        20        1059.0000         209.6223    405.19%
63323.50/3271.73	c *    3272             36          35        20         943.0000         209.6223    349.86%
63323.50/3271.73	c      3272             36          35        20         943.0000         209.6223    349.86%
63494.66/3280.48	c      3280             36          35        20         943.0000         209.6223    349.86%
63612.15/3286.64	c      3287             36          35        20         943.0000         209.6223    349.86%
63790.52/3295.81	c *    3296             36          35        20         705.0000         209.6223    236.32%
63790.52/3295.81	c      3296             36          35        20         705.0000         209.6223    236.32%
63808.14/3296.74	c *    3297             36          35        20         664.0000         209.6223    216.76%
63927.51/3302.83	c      3303             36          35        20         664.0000         209.6223    216.76%
64056.20/3309.49	c      3310             36          35        20         664.0000         209.6223    216.76%
64237.95/3318.93	c      3319             36          35        20         664.0000         209.6223    216.76%
64521.25/3333.38	c      3333             36          35        20         664.0000         209.6223    216.76%
65460.31/3381.08	c      3381             36          35        20         664.0000         209.6223    216.76%
65573.92/3386.87	c      3387             36          35        20         664.0000         209.6223    216.76%
65826.71/3399.63	c      3400             36          35        20         664.0000         209.6223    216.76%
65929.25/3404.85	c      3405             36          35        20         664.0000         209.6223    216.76%
66046.29/3410.76	c      3411             36          35        20         664.0000         209.6223    216.76%
66998.82/3458.83	c      3459             36          35        20         664.0000         209.6223    216.76%
67246.77/3471.33	c      3471             36          35        20         664.0000         209.6223    216.76%
67357.69/3477.00	c      3477             36          35        20         664.0000         209.6223    216.76%
67525.85/3485.44	c      3485             36          35        20         664.0000         209.6223    216.76%
67935.43/3506.13	c      3506             36          35        20         664.0000         209.6223    216.76%
68165.90/3517.78	c      3518             36          35        20         664.0000         209.6223    216.76%
68282.91/3523.67	c      3524             36          35        20         664.0000         209.6223    216.76%
68519.11/3535.55	c      3536             36          35        20         664.0000         209.6223    216.76%
68624.23/3540.86	c      3541             36          35        20         664.0000         209.6223    216.76%
68728.13/3546.05	c      3546             36          35        20         664.0000         209.6223    216.76%
68957.27/3557.62	c      3558             37          36        20         664.0000         209.6223    216.76%
69114.05/3565.52	c      3566             39          38        20         664.0000         209.6223    216.76%
69285.51/3574.19	c      3574             41          40        20         664.0000         209.6223    216.76%
69405.71/3580.26	c      3580             41          40        20         664.0000         209.6223    216.76%
69745.09/3597.35	c      3597             41          40        20         664.0000         209.6223    216.76%
69874.10/3603.82	c      3604             41          40        20         664.0000         209.6223    216.76%
69983.23/3609.38	c      3609             45          44        20         664.0000         209.6223    216.76%
70414.62/3631.12	c      3631             46          45        20         664.0000         209.6223    216.76%
70767.16/3648.87	c      3649             46          45        20         664.0000         209.6223    216.76%
70916.09/3656.37	c      3656             46          45        20         664.0000         209.6223    216.76%
71043.19/3662.77	c      3663             46          45        20         664.0000         209.6223    216.76%
71354.95/3678.46	c      3678             46          45        20         664.0000         209.6223    216.76%
71430.41/3682.28	c *    3682             46          45        20         584.0000         209.6223    178.60%
71480.06/3684.74	c      3685             46          45        20         584.0000         209.6223    178.60%
71601.20/3690.82	c      3691             46          45        20         584.0000         209.6223    178.60%
71730.31/3697.39	c      3697             46          45        20         584.0000         209.6223    178.60%

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 (167740 MiB free)
  memory of node 1: 193531 MiB (176550 MiB free)
  memory of node 2: 193531 MiB (175724 MiB free)
  memory of node 3: 193531 MiB (165695 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-4467320-1723587744/watcher-4467320-1723587744 -o /tmp/evaluation-result-4467320-1723587744/solver-4467320-1723587744 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723580446-761056 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467320-1723587744.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100121 s]*
/proc/loadavg: 78.97 80.15 80.54 43/947 766262
/proc/meminfo: memFree=702119116/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=76024 memory=63672 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 13863 0 0 0 9 2 0 0 20 0 1 0 125357002 77848576 15918 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 19006 15918 2331 3035 0 15402 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 76024 KiB
Current children cumulated memory: 63672 KiB

[startup+0.219848 s]*
/proc/loadavg: 78.97 80.15 80.54 43/947 766262
/proc/meminfo: memFree=702072148/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=119880 memory=107516 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 24811 0 0 0 19 4 0 0 20 0 1 0 125357002 122757120 26879 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 29970 26879 2331 3035 0 26366 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 119880 KiB
Current children cumulated memory: 107516 KiB

[startup+0.319911 s]*
/proc/loadavg: 78.97 80.15 80.54 44/947 766262
/proc/meminfo: memFree=702031680/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=158976 memory=146652 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 34054 0 0 0 28 5 0 0 20 0 1 0 125357002 162791424 36663 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 39744 36663 2331 3035 0 36140 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 158976 KiB
Current children cumulated memory: 146652 KiB

[startup+0.700276 s]
/proc/loadavg: 78.97 80.15 80.54 44/947 766262
/proc/meminfo: memFree=701950028/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=285484 memory=272764 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 63555 0 0 0 59 10 0 0 20 0 1 0 125357002 292335616 68191 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 71371 68191 2331 3035 0 67767 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 285484 KiB
Current children cumulated memory: 272764 KiB

[startup+1.50029 s]
/proc/loadavg: 76.09 79.53 80.33 43/947 766262
/proc/meminfo: memFree=701555064/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=703164 memory=690172 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 158495 0 0 0 125 23 0 0 20 0 1 0 125357002 720039936 172543 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 175791 172543 2571 3035 0 172187 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 703164 KiB
Current children cumulated memory: 690172 KiB

[startup+3.11945 s]
/proc/loadavg: 76.09 79.53 80.33 43/947 766263
/proc/meminfo: memFree=701024364/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=843100 memory=829240 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 193217 0 0 0 281 28 0 0 20 0 1 0 125357002 863334400 207310 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 210775 207310 2630 3035 0 207171 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 843100 KiB
Current children cumulated memory: 829240 KiB

[startup+6.30026 s]
/proc/loadavg: 73.44 78.93 80.13 43/947 766263
/proc/meminfo: memFree=699401964/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=1245268 memory=1223232 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 225056 0 0 0 582 44 0 0 20 0 1 0 125357002 1275154432 305808 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 311317 305808 2726 3035 0 307713 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1245268 KiB
Current children cumulated memory: 1223232 KiB

[startup+12.7003 s]
/proc/loadavg: 71.01 78.33 79.93 43/967 766283
/proc/meminfo: memFree=697554016/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=1254532 memory=1231932 CPUtime=12.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) R 766258 766261 761044 0 -1 4194304 284226 0 0 0 1209 54 0 0 20 0 1 0 125357002 1284640768 307983 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 313633 307983 2774 3035 0 310029 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1254532 KiB
Current children cumulated memory: 1231932 KiB

[startup+25.5006 s]
/proc/loadavg: 66.70 77.17 79.54 62/1007 766326
/proc/meminfo: memFree=682940816/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=6634416 memory=5009492 CPUtime=25.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) S 766258 766261 761044 0 -1 1077936128 870460 0 0 0 2358 181 0 0 20 0 21 0 125357002 6793641984 1252307 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 1658604 1252373 2790 3035 0 1358548 0
[pid=766261/tid=766286] ppid=766258 vsize=6634416 memory=1848 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766286/stat : 766286 (fscip) S 766258 766261 761044 0 -1 1077936192 77099 0 0 0 56 12 0 0 20 0 21 0 125359024 6793641984 1252373 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766287] ppid=766258 vsize=6634416 memory=3063112 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766287/stat : 766287 (fscip) S 766258 766261 761044 0 -1 1077936192 77099 0 0 0 55 13 0 0 20 0 21 0 125359024 6793641984 1252373 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766288] ppid=766258 vsize=6634416 memory=67051 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766288/stat : 766288 (fscip) S 766258 766261 761044 0 -1 1077936192 77099 0 0 0 56 12 0 0 20 0 21 0 125359024 6793641984 1252373 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766289] ppid=766258 vsize=6634416 memory=280188366676672 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766289/stat : 766289 (fscip) R 766258 766261 761044 0 -1 4194368 28120 0 0 0 16 4 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766290] ppid=766258 vsize=6634416 memory=5472 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766290/stat : 766290 (fscip) S 766258 766261 761044 0 -1 1077936192 77099 0 0 0 56 12 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766291] ppid=766258 vsize=6634416 memory=280188366572992 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766291/stat : 766291 (fscip) S 766258 766261 761044 0 -1 1077936192 77100 0 0 0 55 14 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766292] ppid=766258 vsize=6634416 memory=0 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766292/stat : 766292 (fscip) S 766258 766261 761044 0 -1 1077936192 77099 0 0 0 57 12 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766293] ppid=766258 vsize=6634416 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766293/stat : 766293 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766294] ppid=766258 vsize=6634416 memory=2194 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766294/stat : 766294 (fscip) S 766258 766261 761044 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766295] ppid=766258 vsize=6634416 memory=211359696135 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766295/stat : 766295 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766296] ppid=766258 vsize=6634416 memory=16336 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766296/stat : 766296 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252439 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766297] ppid=766258 vsize=6634416 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766297/stat : 766297 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766298] ppid=766258 vsize=6634416 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766298/stat : 766298 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766299] ppid=766258 vsize=6634416 memory=280188366347264 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766299/stat : 766299 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766300] ppid=766258 vsize=6634416 memory=1848 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766300/stat : 766300 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766301] ppid=766258 vsize=6634416 memory=38604 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766301/stat : 766301 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766302] ppid=766258 vsize=6634416 memory=1223232 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766302/stat : 766302 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766303] ppid=766258 vsize=6634416 memory=6120 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766303/stat : 766303 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766304] ppid=766258 vsize=6634416 memory=19936 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766304/stat : 766304 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766305] ppid=766258 vsize=6634416 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766305/stat : 766305 (fscip) S 766258 766261 761044 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125359024 6793641984 1252505 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 6634416 KiB
Current children cumulated memory: 5009492 KiB

[startup+51.138 s]
/proc/loadavg: 70.08 76.91 79.37 81/1027 766349
/proc/meminfo: memFree=610620952/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=39828480 memory=37503072 CPUtime=346.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) S 766258 766261 761044 0 -1 1077936128 7846658 0 0 0 32940 1708 0 0 20 0 41 0 125357002 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 9957120 9375768 2806 3035 0 9581644 0
[pid=766261/tid=766286] ppid=766258 vsize=39828480 memory=19936 CPUtime=16.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766286/stat : 766286 (fscip) R 766258 766261 761044 0 -1 4194368 251235 0 0 0 1584 58 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766287] ppid=766258 vsize=39828480 memory=6442213872178915168 CPUtime=16.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766287/stat : 766287 (fscip) R 766258 766261 761044 0 -1 4194368 410336 0 0 0 1539 88 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766288] ppid=766258 vsize=39828480 memory=11536 CPUtime=16.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766288/stat : 766288 (fscip) R 766258 766261 761044 0 -1 4194368 446572 0 0 0 1525 93 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766289] ppid=766258 vsize=39828480 memory=0 CPUtime=16.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766289/stat : 766289 (fscip) R 766258 766261 761044 0 -1 4194368 251806 0 0 0 1584 56 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766290] ppid=766258 vsize=39828480 memory=5472 CPUtime=15.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766290/stat : 766290 (fscip) R 766258 766261 761044 0 -1 4194368 445389 0 0 0 1505 92 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766291] ppid=766258 vsize=39828480 memory=21688 CPUtime=16.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766291/stat : 766291 (fscip) R 766258 766261 761044 0 -1 4194368 445578 0 0 0 1521 98 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766292] ppid=766258 vsize=39828480 memory=37503072 CPUtime=16.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766292/stat : 766292 (fscip) R 766258 766261 761044 0 -1 4194368 250448 0 0 0 1580 58 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766293] ppid=766258 vsize=39828480 memory=2341344565182216034 CPUtime=16.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766293/stat : 766293 (fscip) R 766258 766261 761044 0 -1 4194368 463054 0 0 0 1518 98 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766294] ppid=766258 vsize=39828480 memory=6944656592455360604 CPUtime=16.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766294/stat : 766294 (fscip) R 766258 766261 761044 0 -1 4194368 447191 0 0 0 1524 95 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766295] ppid=766258 vsize=39828480 memory=2273 CPUtime=16.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766295/stat : 766295 (fscip) R 766258 766261 761044 0 -1 4194368 249811 0 0 0 1584 57 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766296] ppid=766258 vsize=39828480 memory=0 CPUtime=16.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766296/stat : 766296 (fscip) R 766258 766261 761044 0 -1 4194368 439729 0 0 0 1529 92 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766297] ppid=766258 vsize=39828480 memory=0 CPUtime=16.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766297/stat : 766297 (fscip) R 766258 766261 761044 0 -1 4194368 437897 0 0 0 1530 93 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766298] ppid=766258 vsize=39828480 memory=8101508859888232288 CPUtime=16.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766298/stat : 766298 (fscip) R 766258 766261 761044 0 -1 4194368 228434 0 0 0 1588 51 0 0 20 0 41 0 125359024 40784363520 9375768 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0

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

/proc/766261/task/766336/stat : 766336 (fscip) S 766258 766261 761044 0 -1 1077936192 310 0 0 0 2 0 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766337] ppid=766258 vsize=158173012 memory=10556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766337/stat : 766337 (fscip) S 766258 766261 761044 0 -1 1077936192 294 0 0 0 1 2 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766338] ppid=766258 vsize=158173012 memory=125578368 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766338/stat : 766338 (fscip) S 766258 766261 761044 0 -1 1077936192 287 0 0 0 2 0 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766339] ppid=766258 vsize=158173012 memory=125594276 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766339/stat : 766339 (fscip) S 766258 766261 761044 0 -1 1077936192 279 0 0 0 2 1 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766340] ppid=766258 vsize=158173012 memory=39704 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766340/stat : 766340 (fscip) S 766258 766261 761044 0 -1 1077936192 318 0 0 0 0 2 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766341] ppid=766258 vsize=158173012 memory=10556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766341/stat : 766341 (fscip) S 766258 766261 761044 0 -1 1077936192 339 0 0 0 2 1 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766342] ppid=766258 vsize=158173012 memory=125574848 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766342/stat : 766342 (fscip) S 766258 766261 761044 0 -1 1077936192 312 0 0 0 2 1 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766343] ppid=766258 vsize=158173012 memory=125592352 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766343/stat : 766343 (fscip) S 766258 766261 761044 0 -1 1077936192 300 0 0 0 1 2 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766344] ppid=766258 vsize=158173012 memory=125590424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766344/stat : 766344 (fscip) S 766258 766261 761044 0 -1 1077936192 341 0 0 0 2 1 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766345] ppid=766258 vsize=158173012 memory=11536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766345/stat : 766345 (fscip) S 766258 766261 761044 0 -1 1077936192 282 0 0 0 1 1 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766346] ppid=766258 vsize=158173012 memory=11536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766346/stat : 766346 (fscip) S 766258 766261 761044 0 -1 1077936192 288 0 0 0 3 0 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766347] ppid=766258 vsize=158173012 memory=125594272 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766347/stat : 766347 (fscip) S 766258 766261 761044 0 -1 1077936192 342 0 0 0 2 1 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766348] ppid=766258 vsize=158173012 memory=11604 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766348/stat : 766348 (fscip) S 766258 766261 761044 0 -1 1077936192 298 0 0 0 0 3 0 0 20 0 41 0 125360505 161969164288 31399051 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
Current children cumulated CPU time: 70638.1 s
Current children cumulated vsize: 158173012 KiB
Current children cumulated memory: 125596204 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 64.71 75.85 78.24 41/931 768429
/proc/meminfo: memFree=503170504/790760804 swapFree=131071996/131071996
[pid=766261] ppid=766258 vsize=158374796 memory=125703556 CPUtime=71784.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/stat : 766261 (fscip) S 766258 766261 761044 0 -1 1077936128 278222606 0 0 0 7004786 173664 0 0 20 0 41 0 125357002 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
/proc/766261/statm: 39593699 31425889 3030 3035 0 38744797 0
[pid=766261/tid=766286] ppid=766258 vsize=158374796 memory=8414074075373935453 CPUtime=3635.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766286/stat : 766286 (fscip) R 766258 766261 761044 0 -1 4194368 7387806 0 0 0 361826 1719 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766287] ppid=766258 vsize=158374796 memory=8172177783291013483 CPUtime=3570.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766287/stat : 766287 (fscip) R 766258 766261 761044 0 -1 4194368 16398293 0 0 0 346840 10240 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766288] ppid=766258 vsize=158374796 memory=-6951489348636343486 CPUtime=3567.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766288/stat : 766288 (fscip) R 766258 766261 761044 0 -1 4194368 17279261 0 0 0 344785 11922 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766289] ppid=766258 vsize=158374796 memory=11832 CPUtime=3636.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766289/stat : 766289 (fscip) R 766258 766261 761044 0 -1 4194368 7317756 0 0 0 361916 1696 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766290] ppid=766258 vsize=158374796 memory=2644 CPUtime=3540.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766290/stat : 766290 (fscip) R 766258 766261 761044 0 -1 4194368 18151583 0 0 0 340577 13475 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766291] ppid=766258 vsize=158374796 memory=6732 CPUtime=3561.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766291/stat : 766291 (fscip) R 766258 766261 761044 0 -1 4194368 18401052 0 0 0 343814 12370 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766292] ppid=766258 vsize=158374796 memory=2732 CPUtime=3635.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766292/stat : 766292 (fscip) R 766258 766261 761044 0 -1 4194368 7754931 0 0 0 361718 1801 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766293] ppid=766258 vsize=158374796 memory=6856 CPUtime=3543.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766293/stat : 766293 (fscip) R 766258 766261 761044 0 -1 4194368 18003781 0 0 0 340038 14297 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766294] ppid=766258 vsize=158374796 memory=125632472 CPUtime=3564.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766294/stat : 766294 (fscip) R 766258 766261 761044 0 -1 4194368 17270627 0 0 0 343184 13269 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766295] ppid=766258 vsize=158374796 memory=2772 CPUtime=3634.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766295/stat : 766295 (fscip) R 766258 766261 761044 0 -1 4194368 7647102 0 0 0 361803 1691 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766296] ppid=766258 vsize=158374796 memory=125698912 CPUtime=3567.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766296/stat : 766296 (fscip) R 766258 766261 761044 0 -1 4194368 17050262 0 0 0 344256 12489 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766297] ppid=766258 vsize=158374796 memory=6720668748552224872 CPUtime=3569.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766297/stat : 766297 (fscip) R 766258 766261 761044 0 -1 4194368 16843852 0 0 0 345448 11524 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766298] ppid=766258 vsize=158374796 memory=7032 CPUtime=3625.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766298/stat : 766298 (fscip) R 766258 766261 761044 0 -1 4194368 6835288 0 0 0 360945 1647 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766299] ppid=766258 vsize=158374796 memory=125586552 CPUtime=3559.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766299/stat : 766299 (fscip) R 766258 766261 761044 0 -1 4194368 16492683 0 0 0 344045 11941 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766300] ppid=766258 vsize=158374796 memory=280188369492864 CPUtime=3573.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766300/stat : 766300 (fscip) R 766258 766261 761044 0 -1 4194368 18209067 0 0 0 344833 12534 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766301] ppid=766258 vsize=158374796 memory=280188368405040 CPUtime=3636.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766301/stat : 766301 (fscip) R 766258 766261 761044 0 -1 4194368 7558219 0 0 0 361927 1733 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766302] ppid=766258 vsize=158374796 memory=8131312616961 CPUtime=3567.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766302/stat : 766302 (fscip) R 766258 766261 761044 0 -1 4194368 17736863 0 0 0 343792 12974 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766303] ppid=766258 vsize=158374796 memory=8148492485889 CPUtime=3561.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766303/stat : 766303 (fscip) R 766258 766261 761044 0 -1 4194368 17657906 0 0 0 343638 12465 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766304] ppid=766258 vsize=158374796 memory=6720668748552224872 CPUtime=3635.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766304/stat : 766304 (fscip) R 766258 766261 761044 0 -1 4194368 7144402 0 0 0 361890 1699 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766305] ppid=766258 vsize=158374796 memory=104 CPUtime=3574.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766305/stat : 766305 (fscip) R 766258 766261 761044 0 -1 4194368 16682460 0 0 0 345322 12161 0 0 20 0 41 0 125359024 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766329] ppid=766258 vsize=158374796 memory=2004 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766329/stat : 766329 (fscip) S 766258 766261 761044 0 -1 1077936192 315 0 0 0 2 0 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766330] ppid=766258 vsize=158374796 memory=52544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766330/stat : 766330 (fscip) S 766258 766261 761044 0 -1 1077936192 307 0 0 0 0 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766331] ppid=766258 vsize=158374796 memory=28748 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766331/stat : 766331 (fscip) S 766258 766261 761044 0 -1 1077936192 311 0 0 0 0 3 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766332] ppid=766258 vsize=158374796 memory=7384 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766332/stat : 766332 (fscip) S 766258 766261 761044 0 -1 1077936192 296 0 0 0 1 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766333] ppid=766258 vsize=158374796 memory=30888 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766333/stat : 766333 (fscip) S 766258 766261 761044 0 -1 1077936192 391 0 0 0 0 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766334] ppid=766258 vsize=158374796 memory=27932 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766334/stat : 766334 (fscip) S 766258 766261 761044 0 -1 1077936192 287 0 0 0 0 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766335] ppid=766258 vsize=158374796 memory=32848 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766335/stat : 766335 (fscip) S 766258 766261 761044 0 -1 1077936192 293 0 0 0 0 3 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766336] ppid=766258 vsize=158374796 memory=125700216 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766336/stat : 766336 (fscip) S 766258 766261 761044 0 -1 1077936192 313 0 0 0 2 0 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766337] ppid=766258 vsize=158374796 memory=36328 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766337/stat : 766337 (fscip) S 766258 766261 761044 0 -1 1077936192 297 0 0 0 1 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766338] ppid=766258 vsize=158374796 memory=16336 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766338/stat : 766338 (fscip) S 766258 766261 761044 0 -1 1077936192 290 0 0 0 2 0 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766339] ppid=766258 vsize=158374796 memory=2268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766339/stat : 766339 (fscip) S 766258 766261 761044 0 -1 1077936192 283 0 0 0 2 1 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766340] ppid=766258 vsize=158374796 memory=6120 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766340/stat : 766340 (fscip) S 766258 766261 761044 0 -1 1077936192 321 0 0 0 0 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766341] ppid=766258 vsize=158374796 memory=1848 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766341/stat : 766341 (fscip) S 766258 766261 761044 0 -1 1077936192 342 0 0 0 2 1 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766342] ppid=766258 vsize=158374796 memory=38604 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766342/stat : 766342 (fscip) S 766258 766261 761044 0 -1 1077936192 315 0 0 0 2 1 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766343] ppid=766258 vsize=158374796 memory=33100 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766343/stat : 766343 (fscip) S 766258 766261 761044 0 -1 1077936192 303 0 0 0 1 2 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766344] ppid=766258 vsize=158374796 memory=39704 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766344/stat : 766344 (fscip) S 766258 766261 761044 0 -1 1077936192 344 0 0 0 2 1 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766345] ppid=766258 vsize=158374796 memory=10556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766345/stat : 766345 (fscip) S 766258 766261 761044 0 -1 1077936192 285 0 0 0 1 1 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766346] ppid=766258 vsize=158374796 memory=5472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766346/stat : 766346 (fscip) S 766258 766261 761044 0 -1 1077936192 291 0 0 0 3 0 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766347] ppid=766258 vsize=158374796 memory=6720 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766347/stat : 766347 (fscip) S 766258 766261 761044 0 -1 1077936192 345 0 0 0 2 1 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
[pid=766261/tid=766348] ppid=766258 vsize=158374796 memory=85946944 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/766261/task/766348/stat : 766348 (fscip) S 766258 766261 761044 0 -1 1077936192 303 0 0 0 0 3 0 0 20 0 41 0 125360505 162175791104 31425889 809668444160 4194304 16622877 140733382353776 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 46039040 140733382357991 140733382358107 140733382358107 140733382365135 0
Current children cumulated CPU time: 71784.5 s
Current children cumulated vsize: 158374796 KiB
Current children cumulated memory: 125703556 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=70048.1 s, system=1739.07 s

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

[startup+3700.8 s]
/proc/loadavg: 64.71 75.85 78.24 22/892 768429
/proc/meminfo: memFree=507312760/790760804 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: 64.71 75.85 78.24 22/892 768429
/proc/meminfo: memFree=548093108/790760804 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: 61.21 74.94 77.93 22/892 768429
/proc/meminfo: memFree=612169964/790760804 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.47
CPU time (s): 71787.1
CPU user time (s): 70048.1
CPU system time (s): 1739.07
CPU usage (%): 1938.9
Max. virtual memory (cumulated for all children) (KiB): 158374796
Max. memory (cumulated for all children) (KiB): 125711432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70048.1
system time used= 1739.07
maximum resident set size= 125713792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278224129
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= 173811878
involuntary context switches= 194495


# summary of solver processes directly reported to runsolver:
#   pid: 766261
#   total CPU time (s): 71787.1
#   total CPU user time (s): 70048.1
#   total CPU system time (s): 1739.07

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.5616 second user time and 87.9893 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 00:22:24
IDJOB=4467320
IDBENCH=147553
IDSOLVER=3097
FILE ID=nodeD102/4467320-1723587744
RUNJOBID= nodeD102-1723580446-761056
SLURM_JOB_ID= 8267893
Free space on /tmp= 8588184 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_7.opb.PB06.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-4467320-1723587744/watcher-4467320-1723587744 -o /tmp/evaluation-result-4467320-1723587744/solver-4467320-1723587744 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723580446-761056 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467320-1723587744.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0cfe35c6a899c796e17247c8eb2f096e
RANDOM SEED=1403301538

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        702168632 kB
MemAvailable:   769634300 kB
Buffers:         1243964 kB
Cached:         69003116 kB
SwapCached:            0 kB
Active:          9602920 kB
Inactive:       74399688 kB
Active(anon):       2260 kB
Inactive(anon): 13792188 kB
Active(file):    9600660 kB
Inactive(file): 60607500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             45816 kB
Writeback:            40 kB
AnonPages:      13751076 kB
Mapped:           138632 kB
Shmem:             38920 kB
KReclaimable:    1354072 kB
Slab:            1897136 kB
SReclaimable:    1354072 kB
SUnreclaim:       543064 kB
KernelStack:       16304 kB
PageTables:        37388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4053044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1116672 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1605632 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:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588216 MiB
End job on nodeD102 at 2024-08-14 01:24:06