Trace number 4467586

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) 72004.1 3637.38

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 96425722, getVmSize() = 83668992, SCIPgetMemUsed() = 52054092, SCIPgetMemTotal() = 59753580, SCIPgetMemExternEstim() = 36672142
0.00/0.09	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
2.18/2.23	c ** Estimated virtualMemUsedAtSolver = 143681012, getVmSize() = 207355904, SCIPgetMemUsed() = 130950952, SCIPgetMemTotal() = 178849376, SCIPgetMemExternEstim() = 36672142
2.18/2.23	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
2.18/2.23	c Original Problem   :
2.18/2.23	c   Problem name     : instance-4467586-1723246046
2.18/2.23	c   Variables        : 9324 (9324 binary, 0 integer, 0 implicit integer, 0 continuous)
2.18/2.23	c   Constraints      : 28660
2.18/2.23	c   Objective sense  : minimize
2.18/2.23	c Presolved Problem  :
2.18/2.23	c   Variables        : 9253 (9253 binary, 0 integer, 0 implicit integer, 0 continuous)
2.18/2.23	c   Constraints      : 26530
2.18/2.23	c Constraints        : Number
2.18/2.23	c   knapsack         : 1106 
2.18/2.23	c   setppc           : 15510 
2.18/2.23	c   linear           : 28 
2.18/2.23	c   logicor          : 9886 
2.18/2.23	c ** Instance transfer method used: 0
2.18/2.28	c ** ParaScipInstance copy does not increase the number of variables. **
3.00/3.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.00/3.05	c                                Nodes    Active                                            
3.00/3.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
11494.51/583.40	c       583              2           1        20                -          97.3333          -
11635.21/590.54	c       591              3           2        20                -          97.3333          -
11752.10/596.49	c       596              4           3        20                -         102.7778          -
12768.21/647.75	c       648              5           4        20                -         102.7778          -
12871.23/652.95	c       653              7           6        20                -         106.6111          -
13587.54/689.07	c       689             11          10        20                -         106.6111          -
13769.06/698.28	c       698             17          16        20                -         106.6111          -
14016.83/710.74	c       711             18          17        20                -         106.6111          -
15963.50/809.01	c       809             18          17        20                -         106.6111          -
16074.43/814.52	c       815             18          17        20                -         106.6111          -
16207.15/821.25	c       821             18          17        20                -         106.6111          -
16384.25/830.16	c       830             18          17        20                -         106.6111          -
17234.06/873.11	c       873             18          17        20                -         106.6111          -
17828.02/903.09	c       903             18          17        20                -         106.6111          -
18365.65/930.20	c       930             18          17        20                -         106.6111          -
19222.90/973.50	c       974             18          17        20                -         106.6111          -
21096.51/1068.17	c      1068             18          17        20                -         106.6111          -
21274.57/1077.16	c      1077             18          17        20                -         106.6111          -
21636.23/1095.44	c      1095             18          17        20                -         106.6111          -
21782.77/1102.85	c      1103             18          17        20                -         106.6111          -
22485.49/1138.33	c      1138             18          17        20                -         106.6111          -
23166.24/1172.78	c      1173             18          17        20                -         106.6111          -
23619.93/1195.69	c      1196             18          17        20                -         106.6111          -
24057.83/1217.75	c      1218             18          17        20                -         106.6111          -
27757.96/1404.45	c      1404             18          17        20                -         106.6111          -
27889.52/1411.04	c      1411             18          17        20                -         106.6111          -
27990.61/1416.14	c      1416             18          17        20                -         106.6111          -
28366.99/1435.19	c      1435             18          17        20                -         106.6111          -
28505.76/1442.14	c      1442             18          17        20                -         106.6111          -
28959.69/1465.14	c      1465             18          17        20                -         106.6111          -
29345.48/1484.53	c      1485             18          17        20                -         106.6111          -
29581.36/1496.40	c      1496             18          17        20                -         106.6111          -
31107.18/1573.46	c      1573             18          17        20                -         106.6111          -
31216.17/1578.99	c      1579             18          17        20                -         106.6111          -
31755.73/1606.16	c      1606             18          17        20                -         106.6111          -
32246.43/1630.95	c      1631             18          17        20                -         106.6111          -
32638.44/1650.77	c      1651             18          17        20                -         106.6111          -
33216.66/1680.01	c      1680             18          17        20                -         106.6111          -
33323.61/1685.38	c      1685             18          17        20                -         106.6111          -
35524.79/1796.40	c      1796             18          17        20                -         106.6111          -
36565.51/1848.94	c      1849             18          17        20                -         106.6111          -
37225.09/1882.22	c      1882             18          17        20                -         106.6111          -
37651.06/1903.73	c      1904             18          17        20                -         106.6111          -
38128.59/1927.88	c      1928             18          17        20                -         106.6111          -
38388.33/1941.01	c      1941             18          17        20                -         106.6111          -
38832.43/1963.32	c      1963             18          17        20                -         106.6111          -
39018.54/1972.74	c      1973             18          17        20                -         106.6111          -
39583.62/2001.23	c      2001             18          17        20                -         106.6111          -
39692.70/2006.74	c      2007             18          17        20                -         106.6111          -
40317.12/2038.24	c      2038             18          17        20                -         106.6111          -
40425.94/2043.74	c      2044             18          17        20                -         106.6111          -
40695.48/2057.32	c      2057             18          17        20                -         106.6111          -
40822.20/2063.75	c      2064             18          17        20                -         106.6111          -
40937.02/2069.55	c      2070             18          17        20                -         106.6111          -
41188.41/2082.25	c      2082             18          17        20                -         106.6111          -
41321.02/2088.94	c      2089             18          17        20                -         106.6111          -
41806.60/2113.49	c      2113             18          17        20                -         106.6111          -
41999.65/2123.16	c      2123             18          17        20                -         106.6111          -
42149.39/2130.77	c      2131             18          17        20                -         106.6111          -
42365.46/2141.65	c      2142             18          17        20                -         106.6111          -
42592.19/2153.10	c      2153             18          17        20                -         106.6111          -
42793.46/2163.20	c      2163             18          17        20                -         106.6111          -
43127.26/2180.05	c      2180             18          17        20                -         106.6111          -
43231.24/2185.35	c      2185             18          17        20                -         106.6111          -
43344.79/2191.08	c      2191             18          17        20                -         106.6111          -
43593.36/2203.68	c      2204             18          17        20                -         106.6111          -
43906.43/2219.41	c      2219             18          17        20                -         106.6111          -
44031.24/2225.71	c      2226             18          17        20                -         106.6111          -
44167.91/2232.69	c      2233             18          17        20                -         106.6111          -
44651.73/2257.10	c      2257             18          17        20                -         106.6111          -
44886.60/2269.02	c      2269             18          17        20                -         106.6111          -
45265.56/2288.04	c      2288             18          17        20                -         106.6111          -
45369.63/2293.35	c      2293             18          17        20                -         106.6111          -
46173.59/2333.90	c      2334             18          17        20                -         106.6111          -
46649.06/2358.01	c      2358             18          17        20                -         106.6111          -
46853.16/2368.20	c      2368             18          17        20                -         106.6111          -
47104.90/2380.99	c      2381             18          17        20                -         106.6111          -
47429.95/2397.36	c      2397             18          17        20                -         106.6111          -
47737.46/2412.82	c      2413             18          17        20                -         106.6111          -
47838.44/2417.97	c      2418             18          17        20                -         106.6111          -
48785.27/2465.60	c      2466             18          17        20                -         106.6111          -
49330.15/2493.13	c      2493           1999           0        20                -         123.0000          -
49446.69/2498.99	c      2499           1999           0        20                -         123.0000          -
49744.84/2513.98	c      2514           2000           1        20                -         123.0000          -
50766.35/2565.38	c      2565           3509          30        20                -         123.0000          -
50880.27/2571.12	c      2571           3509          30        20                -         123.0000          -
51123.99/2583.33	c      2583           3509          30        20                -         123.0000          -
51759.78/2615.36	c      2615           3509          30        20                -         123.0000          -
52139.30/2634.48	c      2634           3509          30        20                -         123.0000          -
52504.99/2652.80	c      2653           3618           0        20                -         123.0000          -
52717.40/2663.50	c      2664           3618           0        20                -         123.0000          -
53039.01/2679.79	c      2680           3618           0        20                -         123.0000          -
53195.94/2687.60	c      2688           7418           0        20                -         133.7778          -
53519.65/2704.00	c      2704           7418           0        20                -         133.7778          -
53621.40/2709.06	c      2709           7418           0        20                -         133.7778          -
53722.60/2714.18	c      2714           7418           0        20                -         133.7778          -
53934.55/2724.88	c      2725           7418           0        20                -         133.7778          -
54079.76/2732.16	c      2732           7418           0        20                -         133.7778          -
54448.38/2750.72	c      2751           7418           0        20                -         133.7778          -
54636.97/2760.28	c      2760           7418           0        20                -         133.7778          -
54740.29/2765.43	c      2765           7418           0        20                -         133.7778          -
54861.46/2771.51	c      2772           7418           0        20                -         133.7778          -
54973.38/2777.19	c      2777           7418           0        20                -         133.7778          -
55090.35/2783.11	c      2783           9199          25        20                -         133.7778          -
55191.75/2788.16	c      2788          11526          31        20                -         133.7778          -
55292.34/2793.21	c      2793          13467          26        20                -         133.7778          -
55401.57/2798.76	c      2799          15210           0        20                -         133.7778          -
55558.45/2806.70	c      2807          15210           0        20                -         133.7778          -
55816.58/2819.68	c      2820          15210           0        20                -         133.7778          -
55920.00/2824.83	c      2825          15210           0        20                -         133.7778          -
56074.74/2832.69	c      2833          15210           0        20                -         133.7778          -
56404.35/2849.28	c      2849          15210           0        20                -         133.7778          -
56928.60/2875.64	c      2876          15210           0        20                -         133.7778          -
57058.41/2882.20	c      2882          15210           0        20                -         133.7778          -
57158.91/2887.28	c      2887          15210           0        20                -         133.7778          -
57260.17/2892.33	c      2892          15210           0        20                -         133.7778          -
57359.46/2897.38	c      2897          15210           0        20                -         133.7778          -
57470.67/2903.00	c      2903          15210           0        20                -         133.7778          -
57675.17/2913.23	c      2913          15210           0        20                -         133.7778          -
57822.12/2920.65	c      2921          15210           0        20                -         133.7778          -
57992.87/2929.29	c      2929          15210           0        20                -         133.7778          -
58168.38/2938.06	c      2938          15210           0        20                -         133.7778          -
58267.66/2943.11	c      2943          15210           0        20                -         133.7778          -
58431.73/2951.37	c      2951          15210           0        20                -         133.7778          -
58648.19/2962.29	c      2962          15210           0        20                -         133.7778          -
58848.75/2972.35	c      2972          15210           0        20                -         133.7778          -
58954.01/2977.61	c      2978          15210           0        20                -         134.5208          -
59176.42/2988.87	c      2989          15210           0        20                -         134.5208          -
59329.01/2996.56	c      2997          15210           0        20                -         134.5208          -
59985.76/3029.67	c      3030          15210           0        20                -         134.5208          -
60138.63/3037.37	c      3037          15210           0        20                -         134.5208          -
60252.56/3043.08	c      3043          15210           0        20                -         134.5208          -
60391.34/3050.05	c      3050          15210           0        20                -         134.5208          -
60490.81/3055.09	c      3055          15210           0        20                -         134.5208          -
60646.79/3062.93	c      3063          15210           0        20                -         134.5208          -
60748.67/3068.06	c      3068          15210           0        20                -         134.5208          -
60847.63/3073.10	c      3073          15210           0        20                -         134.5208          -
61158.83/3088.75	c      3089          15210           0        20                -         134.5208          -
61284.49/3095.04	c      3095          15210           0        20                -         134.5208          -
61559.94/3108.90	c      3109          15210           0        20                -         134.5208          -
61681.63/3115.14	c      3115          15210           0        20                -         134.5208          -
61835.90/3122.88	c      3123          15211           1        20                -         134.5208          -
61937.16/3127.92	c      3128          17305          23        20                -         134.5208          -
62036.46/3132.97	c      3133          19470          27        20                -         134.5208          -
62135.73/3138.02	c      3138          21755          30        20                -         134.5208          -
62237.69/3143.07	c      3143          23782          28        20                -         134.5208          -
62336.85/3148.12	c      3148          25836          28        20                -         134.5208          -
62438.21/3153.17	c      3153          27838          29        20                -         134.5208          -
62538.70/3158.22	c      3158          29795          26        20                -         134.5208          -
62637.96/3163.27	c      3163          31837          25        20                -         134.5208          -
63023.03/3182.68	c      3183          32978           0        20                -         134.5208          -
63390.99/3201.17	c      3201          32978           0        20                -         134.5208          -
63587.36/3211.11	c      3211          32978           0        20                -         134.5208          -
63825.48/3223.11	c      3223          32978           0        20                -         134.5208          -
64027.05/3233.21	c      3233          32978           0        20                -         134.5208          -
64424.16/3253.20	c      3253          32978           0        20                -         134.5208          -
64523.44/3258.25	c      3258          32978           0        20                -         134.5208          -
64622.74/3263.29	c      3263          32978           0        20                -         134.5208          -
64725.93/3268.46	c      3268          32978           0        20                -         134.5208          -
64827.11/3273.51	c      3274          32978           0        20                -         134.5208          -
64944.16/3279.49	c      3280          32978           0        20                -         134.5208          -
65150.71/3289.88	c      3290          32978           0        20                -         134.5208          -
65528.21/3308.84	c      3309          32978           0        20                -         134.5208          -
65796.18/3322.36	c      3322          32978           0        20                -         134.5208          -
65897.49/3327.40	c      3327          32978           0        20                -         134.5208          -
65996.79/3332.45	c      3332          32978           0        20                -         134.5208          -
66395.97/3352.50	c      3353          32978           0        20                -         134.5208          -
66594.53/3362.50	c      3362          32978           0        20                -         134.5208          -
67329.31/3399.55	c      3400          32978           0        20                -         134.5208          -
68048.13/3435.74	c      3436          32978           0        20                -         134.5208          -
68500.67/3458.59	c      3459          32978           0        20                -         134.5208          -
68661.45/3466.62	c      3467          32978           0        20                -         134.5208          -
69024.88/3485.02	c      3485          32978           0        20                -         134.5208          -
69126.75/3490.07	c      3490          32978           0        20                -         134.5208          -
69225.88/3495.12	c      3495          32978           0        20                -         134.5208          -
69327.38/3500.18	c      3500          32978           0        20                -         134.5208          -
69427.96/3505.22	c      3505          32978           0        20                -         134.5208          -
69527.25/3510.27	c      3510          32978           0        20                -         134.5208          -
69628.53/3515.32	c      3515          32978           0        20                -         134.5208          -
69932.41/3530.62	c      3531          32978           0        20                -         134.5208          -
70031.70/3535.66	c      3536          32978           0        20                -         134.5208          -
70133.02/3540.72	c      3541          32978           0        20                -         134.5208          -
70232.34/3545.76	c      3546          32978           0        20                -         134.5208          -
70349.53/3551.61	c      3552          32978           0        20                -         134.5208          -
70830.24/3575.82	c      3576          32978           0        20                -         134.5208          -
71048.73/3586.82	c      3587          32978           0        20                -         134.5208          -
71360.52/3602.53	c      3603          32978           0        20                -         134.5208          -
71912.48/3630.40	c      3630          32978           0        20                -         134.5208          -

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 (172469 MiB free)
  memory of node 1: 193531 MiB (172149 MiB free)
  memory of node 2: 193531 MiB (170282 MiB free)
  memory of node 3: 193531 MiB (169753 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-4467586-1723246046/watcher-4467586-1723246046 -o /tmp/evaluation-result-4467586-1723246046/solver-4467586-1723246046 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723236836-545697 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467586-1723246046.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100109 s]*
/proc/loadavg: 79.52 80.19 80.17 62/983 554163
/proc/meminfo: memFree=701023096/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=87320 memory=75152 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) R 554159 554162 545687 0 -1 4194304 16399 0 0 0 9 2 0 0 20 0 1 0 91187209 89415680 18788 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 21830 18788 2646 3035 0 18226 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 87320 KiB
Current children cumulated memory: 75152 KiB

[startup+0.219189 s]*
/proc/loadavg: 79.52 80.19 80.17 62/983 554163
/proc/meminfo: memFree=701005276/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=103148 memory=91372 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) R 554159 554162 545687 0 -1 4194304 24599 0 0 0 19 4 0 0 20 0 1 0 91187209 105623552 22843 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 25787 22843 2742 3035 0 22183 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 103148 KiB
Current children cumulated memory: 91372 KiB

[startup+0.319347 s]*
/proc/loadavg: 78.04 79.87 80.07 62/983 554163
/proc/meminfo: memFree=700999096/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=112476 memory=100080 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) R 554159 554162 545687 0 -1 4194304 27707 0 0 0 28 4 0 0 20 0 1 0 91187209 115175424 25020 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 28119 25020 2790 3035 0 24515 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 112476 KiB
Current children cumulated memory: 100080 KiB

[startup+0.70019 s]
/proc/loadavg: 78.04 79.87 80.07 62/983 554164
/proc/meminfo: memFree=700994820/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=114756 memory=101928 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) R 554159 554162 545687 0 -1 4194304 28193 0 0 0 64 4 0 0 20 0 1 0 91187209 117510144 25482 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 28689 25482 2790 3035 0 25085 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 114756 KiB
Current children cumulated memory: 101928 KiB

[startup+1.50019 s]
/proc/loadavg: 78.04 79.87 80.07 63/983 554164
/proc/meminfo: memFree=700993700/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=116460 memory=103512 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) R 554159 554162 545687 0 -1 4194304 28616 0 0 0 144 4 0 0 20 0 1 0 91187209 119255040 25878 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 29115 25878 2790 3035 0 25511 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 116460 KiB
Current children cumulated memory: 103512 KiB

[startup+3.1222 s]
/proc/loadavg: 78.04 79.87 80.07 62/1003 554184
/proc/meminfo: memFree=700411820/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=1850972 memory=1198512 CPUtime=4.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) S 554159 554162 545687 0 -1 1077936128 305107 0 0 0 361 61 0 0 20 0 41 0 91187209 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 462743 299628 2822 3035 0 389814 0
[pid=554162/tid=554165] ppid=554159 vsize=1850972 memory=407356 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554165/stat : 554165 (fscip) D 554159 554162 545687 0 -1 4194368 12613 0 0 0 6 3 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554166] ppid=554159 vsize=1850972 memory=102456 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554166/stat : 554166 (fscip) R 554159 554162 545687 0 -1 4194368 12866 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554167] ppid=554159 vsize=1850972 memory=29273809900535888 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554167/stat : 554167 (fscip) D 554159 554162 545687 0 -1 4194368 12645 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554168] ppid=554159 vsize=1850972 memory=0 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554168/stat : 554168 (fscip) D 554159 554162 545687 0 -1 4194368 12615 0 0 0 6 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554169] ppid=554159 vsize=1850972 memory=2194 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554169/stat : 554169 (fscip) R 554159 554162 545687 0 -1 4194368 12844 0 0 0 6 3 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554170] ppid=554159 vsize=1850972 memory=5472 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554170/stat : 554170 (fscip) D 554159 554162 545687 0 -1 4194368 12662 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554171] ppid=554159 vsize=1850972 memory=16204 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554171/stat : 554171 (fscip) D 554159 554162 545687 0 -1 4194368 12609 0 0 0 6 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554172] ppid=554159 vsize=1850972 memory=2268 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554172/stat : 554172 (fscip) R 554159 554162 545687 0 -1 4194368 12877 0 0 0 6 3 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554173] ppid=554159 vsize=1850972 memory=6120 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554173/stat : 554173 (fscip) D 554159 554162 545687 0 -1 4194368 12674 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554174] ppid=554159 vsize=1850972 memory=1848 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554174/stat : 554174 (fscip) D 554159 554162 545687 0 -1 4194368 12618 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554175] ppid=554159 vsize=1850972 memory=38604 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554175/stat : 554175 (fscip) D 554159 554162 545687 0 -1 4194368 12706 0 0 0 6 3 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554176] ppid=554159 vsize=1850972 memory=33100 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554176/stat : 554176 (fscip) D 554159 554162 545687 0 -1 4194368 12847 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554177] ppid=554159 vsize=1850972 memory=2244 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554177/stat : 554177 (fscip) R 554159 554162 545687 0 -1 4194368 12861 0 0 0 6 3 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554178] ppid=554159 vsize=1850972 memory=19936 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554178/stat : 554178 (fscip) R 554159 554162 545687 0 -1 4194368 12867 0 0 0 6 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554179] ppid=554159 vsize=1850972 memory=104 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554179/stat : 554179 (fscip) D 554159 554162 545687 0 -1 4194368 12659 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554180] ppid=554159 vsize=1850972 memory=2004 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554180/stat : 554180 (fscip) R 554159 554162 545687 0 -1 4194368 12609 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554181] ppid=554159 vsize=1850972 memory=52404 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554181/stat : 554181 (fscip) D 554159 554162 545687 0 -1 4194368 12668 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554182] ppid=554159 vsize=1850972 memory=28748 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554182/stat : 554182 (fscip) D 554159 554162 545687 0 -1 4194368 12674 0 0 0 6 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554183] ppid=554159 vsize=1850972 memory=7384 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554183/stat : 554183 (fscip) D 554159 554162 545687 0 -1 4194368 13223 0 0 0 7 2 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554184] ppid=554159 vsize=1850972 memory=30888 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554184/stat : 554184 (fscip) R 554159 554162 545687 0 -1 4194368 12855 0 0 0 6 3 0 0 20 0 41 0 91187433 1895395328 299628 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 1850972 KiB
Current children cumulated memory: 1198512 KiB

[startup+6.3013 s]
/proc/loadavg: 78.43 79.92 80.08 81/1023 554204
/proc/meminfo: memFree=697936628/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=4013660 memory=3161652 CPUtime=65.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) S 554159 554162 545687 0 -1 1077936128 986580 0 0 0 5938 660 0 0 20 0 41 0 91187209 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
/proc/554162/statm: 1003415 790413 2966 3035 0 926462 0
[pid=554162/tid=554165] ppid=554159 vsize=4013660 memory=10556 CPUtime=3.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554165/stat : 554165 (fscip) R 554159 554162 545687 0 -1 4194368 25898 0 0 0 318 5 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554166] ppid=554159 vsize=4013660 memory=5472 CPUtime=3.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554166/stat : 554166 (fscip) R 554159 554162 545687 0 -1 4194368 52341 0 0 0 272 44 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554167] ppid=554159 vsize=4013660 memory=16204 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554167/stat : 554167 (fscip) R 554159 554162 545687 0 -1 4194368 63338 0 0 0 268 47 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554168] ppid=554159 vsize=4013660 memory=2268 CPUtime=3.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554168/stat : 554168 (fscip) R 554159 554162 545687 0 -1 4194368 25910 0 0 0 317 6 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554169] ppid=554159 vsize=4013660 memory=215637819728 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554169/stat : 554169 (fscip) R 554159 554162 545687 0 -1 4194368 58221 0 0 0 266 48 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554170] ppid=554159 vsize=4013660 memory=102456 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554170/stat : 554170 (fscip) R 554159 554162 545687 0 -1 4194368 63809 0 0 0 266 49 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554171] ppid=554159 vsize=4013660 memory=3184620 CPUtime=3.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554171/stat : 554171 (fscip) R 554159 554162 545687 0 -1 4194368 27959 0 0 0 317 6 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554172] ppid=554159 vsize=4013660 memory=29273809900535888 CPUtime=3.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554172/stat : 554172 (fscip) R 554159 554162 545687 0 -1 4194368 63429 0 0 0 268 48 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554173] ppid=554159 vsize=4013660 memory=280948307286256 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554173/stat : 554173 (fscip) R 554159 554162 545687 0 -1 4194368 58245 0 0 0 266 49 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554174] ppid=554159 vsize=4013660 memory=211342918899 CPUtime=3.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554174/stat : 554174 (fscip) R 554159 554162 545687 0 -1 4194368 25899 0 0 0 318 5 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554175] ppid=554159 vsize=4013660 memory=25333125866717268 CPUtime=3.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554175/stat : 554175 (fscip) R 554159 554162 545687 0 -1 4194368 52966 0 0 0 270 46 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554176] ppid=554159 vsize=4013660 memory=25333125866717268 CPUtime=3.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554176/stat : 554176 (fscip) R 554159 554162 545687 0 -1 4194368 54605 0 0 0 272 45 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554177] ppid=554159 vsize=4013660 memory=5472 CPUtime=3.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554177/stat : 554177 (fscip) R 554159 554162 545687 0 -1 4194368 25899 0 0 0 318 6 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554178] ppid=554159 vsize=4013660 memory=16204 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554178/stat : 554178 (fscip) R 554159 554162 545687 0 -1 4194368 51020 0 0 0 269 46 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554179] ppid=554159 vsize=4013660 memory=2268 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554179/stat : 554179 (fscip) R 554159 554162 545687 0 -1 4194368 58270 0 0 0 269 46 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554180] ppid=554159 vsize=4013660 memory=28748 CPUtime=3.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554180/stat : 554180 (fscip) R 554159 554162 545687 0 -1 4194368 28275 0 0 0 309 4 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554181] ppid=554159 vsize=4013660 memory=7384 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554181/stat : 554181 (fscip) R 554159 554162 545687 0 -1 4194368 60342 0 0 0 267 48 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554182] ppid=554159 vsize=4013660 memory=30888 CPUtime=3.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554182/stat : 554182 (fscip) R 554159 554162 545687 0 -1 4194368 63614 0 0 0 268 48 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554183] ppid=554159 vsize=4013660 memory=11536 CPUtime=3.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554183/stat : 554183 (fscip) R 554159 554162 545687 0 -1 4194368 25959 0 0 0 319 4 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554184] ppid=554159 vsize=4013660 memory=31676 CPUtime=3.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554184/stat : 554184 (fscip) R 554159 554162 545687 0 -1 4194368 50465 0 0 0 268 47 0 0 20 0 41 0 91187433 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554185] ppid=554159 vsize=4013660 memory=10556 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554185/stat : 554185 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554186] ppid=554159 vsize=4013660 memory=-6370737949560191843 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554186/stat : 554186 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554187] ppid=554159 vsize=4013660 memory=19936 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554187/stat : 554187 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554188] ppid=554159 vsize=4013660 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554188/stat : 554188 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554189] ppid=554159 vsize=4013660 memory=2004 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554189/stat : 554189 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554190] ppid=554159 vsize=4013660 memory=280948306492208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554190/stat : 554190 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554191] ppid=554159 vsize=4013660 memory=988405 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554191/stat : 554191 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554192] ppid=554159 vsize=4013660 memory=1426167 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554192/stat : 554192 (fscip) S 554159 554162 545687 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91187515 4109987840 790413 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0

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

/proc/554162/task/554172/stat : 554172 (fscip) D 554159 554162 545687 0 -1 1077937220 1986480 0 0 0 358257 405 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554173] ppid=554159 vsize=27493060 memory=28748 CPUtime=3605.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554173/stat : 554173 (fscip) D 554159 554162 545687 0 -1 1077937220 3006852 0 0 0 359860 706 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554174] ppid=554159 vsize=27493060 memory=20723192 CPUtime=3603.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554174/stat : 554174 (fscip) D 554159 554162 545687 0 -1 1077937220 827770 0 0 0 360239 87 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554175] ppid=554159 vsize=27493060 memory=20268 CPUtime=3568.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554175/stat : 554175 (fscip) D 554159 554162 545687 0 -1 1077937220 1838978 0 0 0 356468 383 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554176] ppid=554159 vsize=27493060 memory=5648 CPUtime=3601.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554176/stat : 554176 (fscip) D 554159 554162 545687 0 -1 1077937220 2118571 0 0 0 359660 444 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554177] ppid=554159 vsize=27493060 memory=11548 CPUtime=3600.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554177/stat : 554177 (fscip) D 554159 554162 545687 0 -1 1077937220 799130 0 0 0 359941 84 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554178] ppid=554159 vsize=27493060 memory=13632 CPUtime=3603.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554178/stat : 554178 (fscip) D 554159 554162 545687 0 -1 1077937220 1661048 0 0 0 360023 343 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554179] ppid=554159 vsize=27493060 memory=280948308390848 CPUtime=3604.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554179/stat : 554179 (fscip) D 554159 554162 545687 0 -1 1077937220 2862709 0 0 0 359789 651 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554180] ppid=554159 vsize=27493060 memory=62879143626087 CPUtime=3599.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554180/stat : 554180 (fscip) D 554159 554162 545687 0 -1 1077937220 829191 0 0 0 359874 83 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554181] ppid=554159 vsize=27493060 memory=62883455370819 CPUtime=3603.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554181/stat : 554181 (fscip) D 554159 554162 545687 0 -1 1077937220 1555757 0 0 0 360051 320 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554182] ppid=554159 vsize=27493060 memory=52996457432865 CPUtime=3599.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554182/stat : 554182 (fscip) D 554159 554162 545687 0 -1 1077937220 2416194 0 0 0 359439 501 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554183] ppid=554159 vsize=27493060 memory=53000769177597 CPUtime=3605.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554183/stat : 554183 (fscip) D 554159 554162 545687 0 -1 1077937220 820855 0 0 0 360455 94 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554184] ppid=554159 vsize=27493060 memory=-7305254927098732159 CPUtime=3601.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554184/stat : 554184 (fscip) D 554159 554162 545687 0 -1 1077937220 1612667 0 0 0 359833 337 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554185] ppid=554159 vsize=27493060 memory=10556 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554185/stat : 554185 (fscip) D 554159 554162 545687 0 -1 1077937220 141 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554186] ppid=554159 vsize=27493060 memory=5472 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554186/stat : 554186 (fscip) D 554159 554162 545687 0 -1 1077937220 194 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554187] ppid=554159 vsize=27493060 memory=16204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554187/stat : 554187 (fscip) D 554159 554162 545687 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554188] ppid=554159 vsize=27493060 memory=2268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554188/stat : 554188 (fscip) D 554159 554162 545687 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554189] ppid=554159 vsize=27493060 memory=10556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554189/stat : 554189 (fscip) D 554159 554162 545687 0 -1 1077937220 206 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554190] ppid=554159 vsize=27493060 memory=5472 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554190/stat : 554190 (fscip) D 554159 554162 545687 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554191] ppid=554159 vsize=27493060 memory=16204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554191/stat : 554191 (fscip) D 554159 554162 545687 0 -1 1077937220 194 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554192] ppid=554159 vsize=27493060 memory=2268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554192/stat : 554192 (fscip) D 554159 554162 545687 0 -1 1077937220 197 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554193] ppid=554159 vsize=27493060 memory=6120 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554193/stat : 554193 (fscip) D 554159 554162 545687 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554194] ppid=554159 vsize=27493060 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554194/stat : 554194 (fscip) D 554159 554162 545687 0 -1 1077937220 193 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554195] ppid=554159 vsize=27493060 memory=7089292997179844768 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554195/stat : 554195 (fscip) D 554159 554162 545687 0 -1 1077937220 223 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554196] ppid=554159 vsize=27493060 memory=-2541025636142767242 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554196/stat : 554196 (fscip) D 554159 554162 545687 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554197] ppid=554159 vsize=27493060 memory=8026096651546482794 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554197/stat : 554197 (fscip) D 554159 554162 545687 0 -1 1077937220 214 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554198] ppid=554159 vsize=27493060 memory=6147504121234221673 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554198/stat : 554198 (fscip) D 554159 554162 545687 0 -1 1077937220 209 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554199] ppid=554159 vsize=27493060 memory=20268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554199/stat : 554199 (fscip) D 554159 554162 545687 0 -1 1077937220 197 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554200] ppid=554159 vsize=27493060 memory=20723192 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554200/stat : 554200 (fscip) D 554159 554162 545687 0 -1 1077937220 192 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554201] ppid=554159 vsize=27493060 memory=20707308 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554201/stat : 554201 (fscip) D 554159 554162 545687 0 -1 1077937220 201 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554202] ppid=554159 vsize=27493060 memory=13632 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554202/stat : 554202 (fscip) D 554159 554162 545687 0 -1 1077937220 213 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554203] ppid=554159 vsize=27493060 memory=20707308 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554203/stat : 554203 (fscip) D 554159 554162 545687 0 -1 1077937220 205 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554204] ppid=554159 vsize=27493060 memory=2708 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554204/stat : 554204 (fscip) D 554159 554162 545687 0 -1 1077937220 193 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
Current children cumulated CPU time: 72003.1 s
Current children cumulated vsize: 27493060 KiB
Current children cumulated memory: 20723192 KiB

[startup+3636.8 s]
/proc/loadavg: 21.77 21.42 36.50 3/884 556392
/proc/meminfo: memFree=695980288/790760804 swapFree=131071996/131071996
[pid=554162] ppid=554159 vsize=27493060 memory=20723192 CPUtime=72003.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/stat : 554162 (fscip) D 554159 554162 545687 0 -1 1077937156 33351187 0 0 0 7193706 6642 0 0 20 0 41 0 91187209 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
/proc/554162/statm: 6873265 5180798 3030 3035 0 6764545 0
[pid=554162/tid=554165] ppid=554159 vsize=27493060 memory=3312 CPUtime=3604.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554165/stat : 554165 (fscip) D 554159 554162 545687 0 -1 1077937220 840074 0 0 0 360328 95 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554166] ppid=554159 vsize=27493060 memory=2212 CPUtime=3602.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554166/stat : 554166 (fscip) R 554159 554162 545687 0 -1 4195904 1722245 0 0 0 359734 523 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 140284850781344 8374373 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 0
[pid=554162/tid=554167] ppid=554159 vsize=27493060 memory=1736 CPUtime=3604.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554167/stat : 554167 (fscip) D 554159 554162 545687 0 -1 1077937220 2655997 0 0 0 359892 559 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554168] ppid=554159 vsize=27493060 memory=6720669848046944103 CPUtime=3604.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554168/stat : 554168 (fscip) D 554159 554162 545687 0 -1 1077937220 802676 0 0 0 360341 85 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554169] ppid=554159 vsize=27493060 memory=6720669848046944103 CPUtime=3596.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554169/stat : 554169 (fscip) D 554159 554162 545687 0 -1 1077937220 1722581 0 0 0 359284 358 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554170] ppid=554159 vsize=27493060 memory=32816 CPUtime=3600.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554170/stat : 554170 (fscip) D 554159 554162 545687 0 -1 1077937220 2397570 0 0 0 359532 480 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554171] ppid=554159 vsize=27493060 memory=20703680 CPUtime=3605.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554171/stat : 554171 (fscip) D 554159 554162 545687 0 -1 1077937220 818889 0 0 0 360419 86 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554172] ppid=554159 vsize=27493060 memory=27932 CPUtime=3586.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554172/stat : 554172 (fscip) D 554159 554162 545687 0 -1 1077937220 1986480 0 0 0 358257 405 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554173] ppid=554159 vsize=27493060 memory=3760 CPUtime=3605.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554173/stat : 554173 (fscip) D 554159 554162 545687 0 -1 1077937220 3006852 0 0 0 359860 706 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554174] ppid=554159 vsize=27493060 memory=40348 CPUtime=3603.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554174/stat : 554174 (fscip) D 554159 554162 545687 0 -1 1077937220 827770 0 0 0 360239 87 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554175] ppid=554159 vsize=27493060 memory=8284 CPUtime=3568.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554175/stat : 554175 (fscip) D 554159 554162 545687 0 -1 1077937220 1838978 0 0 0 356468 383 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554176] ppid=554159 vsize=27493060 memory=-7089086358435184789 CPUtime=3601.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554176/stat : 554176 (fscip) D 554159 554162 545687 0 -1 1077937220 2118571 0 0 0 359660 444 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554177] ppid=554159 vsize=27493060 memory=41244 CPUtime=3600.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554177/stat : 554177 (fscip) D 554159 554162 545687 0 -1 1077937220 799130 0 0 0 359941 84 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554178] ppid=554159 vsize=27493060 memory=7628 CPUtime=3603.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554178/stat : 554178 (fscip) D 554159 554162 545687 0 -1 1077937220 1661048 0 0 0 360023 343 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554179] ppid=554159 vsize=27493060 memory=18468 CPUtime=3604.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554179/stat : 554179 (fscip) D 554159 554162 545687 0 -1 1077937220 2862709 0 0 0 359789 651 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554180] ppid=554159 vsize=27493060 memory=20268 CPUtime=3599.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554180/stat : 554180 (fscip) D 554159 554162 545687 0 -1 1077937220 829191 0 0 0 359874 83 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554181] ppid=554159 vsize=27493060 memory=-7089086358435184789 CPUtime=3603.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554181/stat : 554181 (fscip) D 554159 554162 545687 0 -1 1077937220 1555757 0 0 0 360051 320 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554182] ppid=554159 vsize=27493060 memory=3760 CPUtime=3599.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554182/stat : 554182 (fscip) D 554159 554162 545687 0 -1 1077937220 2416194 0 0 0 359439 501 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554183] ppid=554159 vsize=27493060 memory=40348 CPUtime=3605.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554183/stat : 554183 (fscip) D 554159 554162 545687 0 -1 1077937220 820855 0 0 0 360455 94 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554184] ppid=554159 vsize=27493060 memory=8284 CPUtime=3601.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554184/stat : 554184 (fscip) D 554159 554162 545687 0 -1 1077937220 1612667 0 0 0 359833 337 0 0 20 0 41 0 91187433 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554185] ppid=554159 vsize=27493060 memory=3312 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554185/stat : 554185 (fscip) D 554159 554162 545687 0 -1 1077937220 141 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554186] ppid=554159 vsize=27493060 memory=6720669848046944103 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554186/stat : 554186 (fscip) D 554159 554162 545687 0 -1 1077937220 194 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554187] ppid=554159 vsize=27493060 memory=1736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554187/stat : 554187 (fscip) D 554159 554162 545687 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554188] ppid=554159 vsize=27493060 memory=15360 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554188/stat : 554188 (fscip) D 554159 554162 545687 0 -1 1077937220 213 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554189] ppid=554159 vsize=27493060 memory=28064 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554189/stat : 554189 (fscip) D 554159 554162 545687 0 -1 1077937220 206 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554190] ppid=554159 vsize=27493060 memory=32816 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554190/stat : 554190 (fscip) D 554159 554162 545687 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554191] ppid=554159 vsize=27493060 memory=-7089086358435184789 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554191/stat : 554191 (fscip) D 554159 554162 545687 0 -1 1077937220 194 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554192] ppid=554159 vsize=27493060 memory=6943526294502006880 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554192/stat : 554192 (fscip) D 554159 554162 545687 0 -1 1077937220 197 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554193] ppid=554159 vsize=27493060 memory=6298956247186042468 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554193/stat : 554193 (fscip) D 554159 554162 545687 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554194] ppid=554159 vsize=27493060 memory=6944656592455360604 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554194/stat : 554194 (fscip) D 554159 554162 545687 0 -1 1077937220 193 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554195] ppid=554159 vsize=27493060 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554195/stat : 554195 (fscip) D 554159 554162 545687 0 -1 1077937220 223 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554196] ppid=554159 vsize=27493060 memory=7140 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554196/stat : 554196 (fscip) D 554159 554162 545687 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554197] ppid=554159 vsize=27493060 memory=36328 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554197/stat : 554197 (fscip) D 554159 554162 545687 0 -1 1077937220 214 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554198] ppid=554159 vsize=27493060 memory=6796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554198/stat : 554198 (fscip) D 554159 554162 545687 0 -1 1077937220 209 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554199] ppid=554159 vsize=27493060 memory=20456 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554199/stat : 554199 (fscip) D 554159 554162 545687 0 -1 1077937220 197 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554200] ppid=554159 vsize=27493060 memory=6836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554200/stat : 554200 (fscip) D 554159 554162 545687 0 -1 1077937220 192 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554201] ppid=554159 vsize=27493060 memory=30888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554201/stat : 554201 (fscip) D 554159 554162 545687 0 -1 1077937220 201 0 0 0 3 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554202] ppid=554159 vsize=27493060 memory=28748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554202/stat : 554202 (fscip) D 554159 554162 545687 0 -1 1077937220 213 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554203] ppid=554159 vsize=27493060 memory=7384 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554203/stat : 554203 (fscip) D 554159 554162 545687 0 -1 1077937220 205 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
[pid=554162/tid=554204] ppid=554159 vsize=27493060 memory=30888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/554162/task/554204/stat : 554204 (fscip) D 554159 554162 545687 0 -1 1077937220 193 0 0 0 2 0 0 0 20 0 41 0 91187515 28152893440 5180798 809668444160 4194304 16622877 140729180407280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41041920 140729180414953 140729180415069 140729180415069 140729180422095 24
Current children cumulated CPU time: 72003.5 s
Current children cumulated vsize: 27493060 KiB
Current children cumulated memory: 20723192 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3637.38
CPU time (s): 72004.1
CPU user time (s): 71937.1
CPU system time (s): 67.0063
CPU usage (%): 1979.56
Max. virtual memory (cumulated for all children) (KiB): 27886276
Max. memory (cumulated for all children) (KiB): 20922432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71937.1
system time used= 67.0063
maximum resident set size= 20922460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33351187
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= 715411
involuntary context switches= 317140


# summary of solver processes directly reported to runsolver:
#   pid: 554162
#   total CPU time (s): 72004.1
#   total CPU user time (s): 71937.1
#   total CPU system time (s): 67.0063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5699 second user time and 84.0105 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-10 01:27:26
IDJOB=4467586
IDBENCH=158390
IDSOLVER=3097
FILE ID=nodeD102/4467586-1723246046
RUNJOBID= nodeD102-1723236836-545697
SLURM_JOB_ID= 8266906
Free space on /tmp= 8588220 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.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-4467586-1723246046/watcher-4467586-1723246046 -o /tmp/evaluation-result-4467586-1723246046/solver-4467586-1723246046 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723236836-545697 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467586-1723246046.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=268793580

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		: 2420.915
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		: 2977.789
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		: 3083.767
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		: 3009.408
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		: 2543.419
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		: 2977.932
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		: 3079.074
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		: 3009.426
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		: 1381.958
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		: 2977.856
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		: 3071.033
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		: 3009.431
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		: 1932.710
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		: 2977.798
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		: 3071.316
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		: 3005.975
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		: 2358.610
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		: 2977.729
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		: 3074.188
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		: 3009.443
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		: 1778.302
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		: 2976.220
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		: 3083.677
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		: 3006.266
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		: 1241.244
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		: 2976.536
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		: 3083.669
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		: 3009.453
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		: 2635.626
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		: 2848.662
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		: 3083.659
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		: 3005.920
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		: 1955.197
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		: 2977.508
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		: 3070.303
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		: 3009.467
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		: 2665.960
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		: 2974.896
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		: 3082.072
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		: 3008.430
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		: 2648.671
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		: 2977.479
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		: 3077.830
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		: 3009.480
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		: 2665.850
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		: 2977.465
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		: 3083.614
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		: 3009.485
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		: 2410.150
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		: 2977.455
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		: 3083.607
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		: 3002.829
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		: 3560.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		: 2977.441
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		: 3083.595
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		: 3009.496
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		: 3326.577
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		: 2977.511
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		: 3083.588
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		: 3009.504
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		: 2458.686
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2977.588
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		: 3083.578
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		: 3006.377
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 3481.330
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		: 2976.608
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		: 3083.572
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		: 3009.511
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		: 3222.521
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		: 2970.392
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		: 3083.567
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		: 3009.512
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		: 3261.922
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		: 2974.693
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		: 3083.566
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		: 3009.516
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		: 3485.706
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		: 2977.932
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		: 3077.257
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		: 3009.522
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:        701087120 kB
MemAvailable:   766544204 kB
Buffers:         1030184 kB
Cached:         67198496 kB
SwapCached:            0 kB
Active:          9303252 kB
Inactive:       76014384 kB
Active(anon):       2260 kB
Inactive(anon): 17117420 kB
Active(file):    9300992 kB
Inactive(file): 58896964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29380 kB
Writeback:             0 kB
AnonPages:      17085236 kB
Mapped:           138284 kB
Shmem:             30728 kB
KReclaimable:    1357308 kB
Slab:            1886004 kB
SReclaimable:    1357308 kB
SUnreclaim:       528696 kB
KernelStack:       16848 kB
PageTables:        45320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2180772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           843264 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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:      985088 kB
DirectMap2M:    188256256 kB
DirectMap1G:    616562688 kB

Free space on /tmp at the end= 8588276 MiB
End job on nodeD102 at 2024-08-10 02:28:03