Trace number 4467661

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09UNSAT 20812.3 1057.15

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20800.4
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22269952, getVmSize() = 22269952, SCIPgetMemUsed() = 682184, SCIPgetMemTotal() = 771256, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14889544, getVmSize() = 23621632, SCIPgetMemUsed() = 771584, SCIPgetMemTotal() = 1118456, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4467661-1723224516
0.00/0.00	c   Variables        : 52 (52 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 52 (52 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 1 
0.00/0.00	c   logicor          : 1 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
100.09/5.16	c         5         177350          25        20                -           0.0000          -
200.07/10.21	c        10         397598          17        20                -           0.0000          -
298.54/15.26	c        15         597595          30        20                -           0.0000          -
399.05/20.31	c        20         869701          26        20                -           0.0000          -
497.77/25.35	c        25        1030082          23        20                -           0.0000          -
596.32/30.40	c        30        1339049          20        20                -           0.0000          -
696.84/35.45	c        35        1552517          24        20                -           0.0000          -
797.46/40.51	c        41        1671475          26        20                -           0.0000          -
896.25/45.55	c        46        2009412          25        20                -           0.0000          -
996.65/50.60	c        51        1795055          28        20                -           0.0000          -
1095.12/55.65	c        56        2009481          24        20                -           0.0000          -
1193.71/60.70	c        61        2576117          22        20                -           0.0000          -
1294.30/65.74	c        66        2737943          20        20                -           0.0000          -
1392.99/70.79	c        71        3010601          21        20                -           0.0000          -
1493.64/75.84	c        76        3148927          30        20                -           0.0000          -
1592.42/80.89	c        81        3338503          26        20                -           0.0000          -
1692.95/85.94	c        86        3488959          22        20                -           0.0000          -
1791.34/91.00	c        91        3618860          15        20                -           0.0000          -
1892.37/96.04	c        96        3364001          26        20                -           0.0000          -
1990.92/101.10	c       101        4430681          25        20                -           0.0000          -
2091.45/106.14	c       106        4663069          17        20                -           0.0000          -
2189.61/111.19	c       111        4077469          32        20                -           0.0000          -
2289.68/116.24	c       116        4303332          25        20                -           0.0000          -
2388.42/121.29	c       121        5362223          23        20                -           0.0000          -
2488.70/126.34	c       126        5599253          21        20                -           0.0000          -
2586.53/131.39	c       131        5820370          14        20                -           0.0000          -
2686.69/136.44	c       136        5563344          27        20                -           0.0000          -
2785.04/141.49	c       142        5717086          17        20                -           0.0000          -
2885.59/146.54	c       147        5845343          24        20                -           0.0000          -
2984.27/151.59	c       152        6768027          21        20                -           0.0000          -
3084.84/156.64	c       157        6209297          26        20                -           0.0000          -
3183.52/161.69	c       162        6366395          24        20                -           0.0000          -
3284.12/166.75	c       167        6497989          28        20                -           0.0000          -
3382.58/171.79	c       172        6611267          28        20                -           0.0000          -
3483.05/176.84	c       177        6842253          16        20                -           0.0000          -
3581.74/181.89	c       182        6937687          14        20                -           0.0000          -
3682.38/186.94	c       187        7113606          25        20                -           0.0000          -
3781.06/191.99	c       192        7562231          22        20                -           0.0000          -
3882.08/197.04	c       197        7449894          13        20                -           0.0000          -
3980.62/202.09	c       202        7669345          30        20                -           0.0000          -
4081.42/207.14	c       207        9098530          22        20                -           0.0000          -
4180.07/212.19	c       212        8109593          32        20                -           0.0000          -
4279.93/217.24	c       217        8727259          22        20                -           0.0000          -
4378.42/222.29	c       222        8517742          27        20                -           0.0000          -
4479.11/227.34	c       227        9194137          26        20                -           0.0000          -
4579.78/232.40	c       232        9421390          19        20                -           0.0000          -
4678.39/237.44	c       237        9188578          27        20                -           0.0000          -
4776.96/242.50	c       242        9422232          19        20                -           0.0000          -
4877.68/247.54	c       248       10108290          27        20                -           0.0000          -
4976.33/252.59	c       253       11213998          30        20                -           0.0000          -
5076.98/257.64	c       258       10138518          21        20                -           0.0000          -
5175.58/262.69	c       263       10374749          22        20                -           0.0000          -
5276.07/267.74	c       268       10600431          26        20                -           0.0000          -
5374.43/272.79	c       273       10822197          26        20                -           0.0000          -
5473.98/277.84	c       278       12364810          36        20                -           0.0000          -
5572.03/282.89	c       283       11262628          19        20                -           0.0000          -
5672.61/287.94	c       288       11500099          22        20                -           0.0000          -
5771.17/292.99	c       293       13043381          27        20                -           0.0000          -
5872.12/298.04	c       298       13280517          27        20                -           0.0000          -
5970.86/303.09	c       303       12177447          30        20                -           0.0000          -
6071.49/308.14	c       308       12190620          21        20                -           0.0000          -
6170.27/313.19	c       313       13926508          26        20                -           0.0000          -
6270.23/318.24	c       318       14162844          26        20                -           0.0000          -
6368.97/323.29	c       323       12825843          26        20                -           0.0000          -
6469.74/328.34	c       328       13016384          21        20                -           0.0000          -
6568.59/333.39	c       333       13223716          37        20                -           0.0000          -
6669.41/338.44	c       338       15098392          16        20                -           0.0000          -
6768.16/343.49	c       344       13693895          28        20                -           0.0000          -
6868.98/348.54	c       349       15573858          16        20                -           0.0000          -
6967.70/353.59	c       354       15811563          21        20                -           0.0000          -
7068.49/358.64	c       359       14359388          21        20                -           0.0000          -
7167.20/363.70	c       364       14535315          16        20                -           0.0000          -
7267.48/368.74	c       369       16499200          16        20                -           0.0000          -
7365.72/373.79	c       374       14952279          24        20                -           0.0000          -
7466.18/378.84	c       379       15186786          23        20                -           0.0000          -
7564.55/383.89	c       384       15417897          22        20                -           0.0000          -
7664.43/388.94	c       389       15624638          27        20                -           0.0000          -
7762.09/393.99	c       394       17639256          20        20                -           0.0000          -
7862.92/399.04	c       399       17874083          23        20                -           0.0000          -
7960.38/404.09	c       404       18108223          17        20                -           0.0000          -
8060.88/409.14	c       409       18344070          16        20                -           0.0000          -
8159.00/414.20	c       414       18569934          32        20                -           0.0000          -
8258.34/419.24	c       419       16997484          21        20                -           0.0000          -
8356.87/424.29	c       424       17230758          15        20                -           0.0000          -
8457.58/429.34	c       429       19263010          22        20                -           0.0000          -
8556.26/434.39	c       434       17702571          20        20                -           0.0000          -
8657.08/439.44	c       439       19741168          26        20                -           0.0000          -
8755.80/444.49	c       444       19981717          21        20                -           0.0000          -
8856.57/449.52	c       450       18303826          19        20                -           0.0000          -
8955.36/454.57	c       455       20453346          24        20                -           0.0000          -
9055.60/459.63	c       460       18743220          15        20                -           0.0000          -
9154.17/464.70	c       465       18977076          25        20                -           0.0000          -
9254.83/469.74	c       470       21136673          21        20                -           0.0000          -
9353.40/474.79	c       475       19411982          19        20                -           0.0000          -
9453.22/479.84	c       480       21602559          27        20                -           0.0000          -
9551.08/484.89	c       485       21829561          17        20                -           0.0000          -
9651.67/489.94	c       490       22060733          25        20                -           0.0000          -
9750.26/494.99	c       495       20336064          15        20                -           0.0000          -
9851.30/500.05	c       500       19487450          31        20                -           0.0000          -
9949.77/505.10	c       505       20805965          14        20                -           0.0000          -
10050.45/510.15	c       510       21025899          26        20                -           0.0000          -
10148.82/515.17	c       515       21256881          28        20                -           0.0000          -
10248.50/520.22	c       520       21482216          21        20                -           0.0000          -
10346.85/525.28	c       525       21695277          18        20                -           0.0000          -
10447.35/530.32	c       530       21881882          29        20                -           0.0000          -
10545.78/535.35	c       535        1717970      122155        20                -           0.0000          -
10646.07/540.42	c       540       22348094          27        20                -           0.0000          -
10744.58/545.47	c       545       22577643          26        20                -           0.0000          -
10845.02/550.52	c       551       22812036          23        20                -           0.0000          -
10943.55/555.59	c       556       23043085          18        20                -           0.0000          -
11044.08/560.65	c       561       23279537          14        20                -           0.0000          -
11144.51/565.70	c       566       23515010          25        20                -           0.0000          -
11242.42/570.75	c       571       23738112           9        20                -           0.0000          -
11343.15/575.80	c       576       23964628          27        20                -           0.0000          -
11440.81/580.85	c       581       24189898          29        20                -           0.0000          -
11540.89/585.90	c       586       24417207          22        20                -           0.0000          -
11639.57/590.95	c       591       24649139          18        20                -           0.0000          -
11738.17/595.99	c       596       24871627          14        20                -           0.0000          -
11838.77/601.06	c       601       24028744          31        20                -           0.0000          -
11937.40/606.10	c       606       25342326          25        20                -           0.0000          -
12037.99/611.16	c       611       24502773          28        20                -           0.0000          -
12138.04/616.20	c       616       24740708          19        20                -           0.0000          -
12236.68/621.25	c       621       26033492          15        20                -           0.0000          -
12337.23/626.30	c       626       26256239          20        20                -           0.0000          -
12435.83/631.35	c       631       25451056          27        20                -           0.0000          -
12536.41/636.40	c       636       25690492          29        20                -           0.0000          -
12635.13/641.45	c       641       26952885          22        20                -           0.0000          -
12733.72/646.46	c       646       27189411          22        20                -           0.0000          -
12831.79/651.49	c       652        2016243      142631        20                -           0.0000          -
12932.47/656.56	c       657       27653690          17        20                -           0.0000          -
13033.16/661.65	c       662       27893073          28        20                -           0.0000          -
13133.92/666.70	c       667       28013912          27        20                -           0.0000          -
13232.82/671.72	c       672       28031591          26        20                -           0.0000          -
13333.53/676.81	c       677       28044367          28        20                -           0.0000          -
13432.28/681.85	c       682       28073827          26        20                -           0.0000          -
13532.85/686.91	c       687       28190975          22        20                -           0.0000          -
13631.30/691.95	c       692       28419433          20        20                -           0.0000          -
13729.97/697.00	c       697       28310781          24        20                -           0.0000          -
13831.22/702.05	c       702       28899026          13        20                -           0.0000          -
13929.50/707.10	c       707       28777466          29        20                -           0.0000          -
14028.19/712.11	c       712       29342787          20        20                -           0.0000          -
14128.75/717.16	c       717       29486468          11        20                -           0.0000          -
14229.11/722.25	c       722       29580186          27        20                -           0.0000          -
14329.78/727.30	c       727       29684200          21        20                -           0.0000          -
14428.46/732.35	c       732       30023776          21        20                -           0.0000          -
14527.04/737.40	c       737       30250403          20        20                -           0.0000          -
14627.73/742.45	c       742       30488549          22        20                -           0.0000          -
14728.38/747.50	c       748       30727488          19        20                -           0.0000          -
14827.04/752.51	c       753       30961907          16        20                -           0.0000          -
14925.45/757.57	c       758       31177122          21        20                -           0.0000          -
15026.09/762.65	c       763       31412599          34        20                -           0.0000          -
15126.57/767.70	c       768       31651149          26        20                -           0.0000          -
15225.29/772.75	c       773       31604636          13        20                -           0.0000          -
15323.69/777.80	c       778       32119453          24        20                -           0.0000          -
15424.36/782.85	c       783       32355797          14        20                -           0.0000          -
15522.97/787.90	c       788       32304252          17        20                -           0.0000          -
15623.81/792.96	c       793       32823263          16        20                -           0.0000          -
15722.51/798.00	c       798       33064864          25        20                -           0.0000          -
15823.47/803.05	c       803       33298919          26        20                -           0.0000          -
15921.79/808.10	c       808       33254616          23        20                -           0.0000          -
16022.32/813.15	c       813       33771150          15        20                -           0.0000          -
16120.80/818.18	c       818       33720183          28        20                -           0.0000          -
16220.25/823.25	c       823       34246543          26        20                -           0.0000          -
16318.89/828.29	c       828       34132868          19        20                -           0.0000          -
16419.42/833.30	c       833       34717531          22        20                -           0.0000          -
16518.00/838.38	c       838       34954094          21        20                -           0.0000          -
16618.41/843.43	c       843       34783443          18        20                -           0.0000          -
16718.87/848.51	c       849       35428957          22        20                -           0.0000          -
16817.38/853.55	c       854       35668727          30        20                -           0.0000          -
16918.02/858.60	c       859       35895629          26        20                -           0.0000          -
17016.33/863.65	c       864       36088111          16        20                -           0.0000          -
17116.71/868.70	c       869       35934861          10        20                -           0.0000          -
17215.27/873.76	c       874        2572463      195869        20                -           0.0000          -
17315.03/878.80	c       879       36366148          29        20                -           0.0000          -
17413.82/883.85	c       884       36590751          30        20                -           0.0000          -
17514.30/888.90	c       889       36821779          28        20                -           0.0000          -
17612.89/893.92	c       894       37472809          18        20                -           0.0000          -
17711.31/898.92	c       899       37270546          27        20                -           0.0000          -
17809.90/904.01	c       904       37939672          21        20                -           0.0000          -
17910.87/909.10	c       909       37717521          22        20                -           0.0000          -
18011.00/914.15	c       914        2690220      203233        20                -           0.0000          -
18110.97/919.20	c       919       38160107          28        20                -           0.0000          -
18209.50/924.25	c       924       38866084          31        20                -           0.0000          -
18310.19/929.30	c       929       38590121          30        20                -           0.0000          -
18408.87/934.36	c       934       39334469          20        20                -           0.0000          -
18509.49/939.40	c       939       39568960          23        20                -           0.0000          -
18608.04/944.44	c       944       39248650          25        20                -           0.0000          -
18706.41/949.50	c       950       39469670          19        20                -           0.0000          -
18806.67/954.55	c       955       40272101          16        20                -           0.0000          -
18905.23/959.59	c       960       39944833          22        20                -           0.0000          -
19005.90/964.63	c       965       40180712          23        20                -           0.0000          -
19104.39/969.69	c       970       40416948          35        20                -           0.0000          -
19204.96/974.74	c       975       40640644          29        20                -           0.0000          -
19304.78/979.80	c       980       41146325          16        20                -           0.0000          -
19403.51/984.82	c       985       41379706          23        20                -           0.0000          -
19501.95/989.84	c       990       41292373          30        20                -           0.0000          -
19602.17/994.95	c       995       41509821          32        20                -           0.0000          -
19700.79/1000.00	c      1000       41730645          32        20                -           0.0000          -
19801.99/1005.06	c      1005       42300529          24        20                -           0.0000          -
19900.57/1010.10	c      1010       42174655          24        20                -           0.0000          -
20001.10/1015.15	c      1015       42410010          17        20                -           0.0000          -
20101.23/1020.20	c      1020       42643733          20        20                -           0.0000          -
20199.97/1025.23	c      1025       43256352          21        20                -           0.0000          -
20300.46/1030.31	c      1030       43499863          20        20                -           0.0000          -
20399.03/1035.35	c      1035       43733623          18        20                -           0.0000          -
20499.74/1040.40	c      1040       43971285          28        20                -           0.0000          -
20598.33/1045.45	c      1045       43534938          27        20                -           0.0000          -
20696.93/1050.49	c      1050       44449605          20        20                -           0.0000          -
20797.49/1055.54	c      1056       44000850          23        20                -           0.0000          -
20801.40/1055.73	c      1056       47267338           0         0                -           0.0000          -
20812.23/1057.13	c      1057       47267338           0         0                -           0.0000          -
20812.23/1057.13	c SCIP Status        : c problem is solved [infeasible]
20812.23/1057.13	c Total Time         : 1057.1400
20812.23/1057.13	c   solving          : 1057.1400
20812.23/1057.13	c   presolving       : 0.0012 (included in solving)
20812.23/1057.13	c B&B Tree           :
20812.23/1057.13	c   nodes (total)    : 47267338
20812.23/1057.13	c Solution           :
20812.23/1057.13	c   Solutions found  : 0
20812.23/1057.13	c   Primal Bound     :          -
20812.23/1057.13	c   Dual Bound       :          -
20812.23/1057.13	c Gap                :          -
20812.23/1057.13	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (163761 MiB free)
  memory of node 1: 193531 MiB (182565 MiB free)
  memory of node 2: 193531 MiB (177612 MiB free)
  memory of node 3: 193493 MiB (178298 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-4467661-1723224516/watcher-4467661-1723224516 -o /tmp/evaluation-result-4467661-1723224516/solver-4467661-1723224516 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723224514-544011 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467661-1723224516.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=544366, runsolver pid=544363
Current StackSize limit: 8192 KiB


[startup+0.101039 s]*
/proc/loadavg: 20.25 20.33 26.57 84/1026 544407
/proc/meminfo: memFree=719017340/790760804 swapFree=131071996/131071996
[pid=544366] ppid=544363 vsize=1662804 memory=88020 CPUtime=1.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/stat : 544366 (fscip) S 544363 544366 544001 0 -1 1077936128 17605 0 0 0 123 17 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
/proc/544366/statm: 415701 22005 2918 3035 0 111602 0
[pid=544366/tid=544368] ppid=544363 vsize=1662804 memory=8390339637985935414 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544368/stat : 544368 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544369] ppid=544363 vsize=1662804 memory=57906 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544369/stat : 544369 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544370] ppid=544363 vsize=1662804 memory=55216921903569 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544370/stat : 544370 (fscip) R 544363 544366 544001 0 -1 4194368 861 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544371] ppid=544363 vsize=1662804 memory=52983572464199 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544371/stat : 544371 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 5 1 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544372] ppid=544363 vsize=1662804 memory=60684465603260 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544372/stat : 544372 (fscip) R 544363 544366 544001 0 -1 4194368 811 0 0 0 6 1 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544373] ppid=544363 vsize=1662804 memory=55182679606333 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544373/stat : 544373 (fscip) R 544363 544366 544001 0 -1 4194368 879 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544374] ppid=544363 vsize=1662804 memory=15258142724327015 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544374/stat : 544374 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544375] ppid=544363 vsize=1662804 memory=4121981338633528411 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544375/stat : 544375 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 5 1 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544376] ppid=544363 vsize=1662804 memory=930620 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544376/stat : 544376 (fscip) R 544363 544366 544001 0 -1 4194368 873 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544377] ppid=544363 vsize=1662804 memory=1033801 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544377/stat : 544377 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544378] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544378/stat : 544378 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544379] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544379/stat : 544379 (fscip) R 544363 544366 544001 0 -1 4194368 865 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544380] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544380/stat : 544380 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544381] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544381/stat : 544381 (fscip) R 544363 544366 544001 0 -1 4194368 803 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544382] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544382/stat : 544382 (fscip) R 544363 544366 544001 0 -1 4194368 873 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544383] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544383/stat : 544383 (fscip) R 544363 544366 544001 0 -1 4194368 807 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544384] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544384/stat : 544384 (fscip) R 544363 544366 544001 0 -1 4194368 806 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544385] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544385/stat : 544385 (fscip) R 544363 544366 544001 0 -1 4194368 873 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544386] ppid=544363 vsize=1662804 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544386/stat : 544386 (fscip) R 544363 544366 544001 0 -1 4194368 805 0 0 0 4 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544387] ppid=544363 vsize=1662804 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544387/stat : 544387 (fscip) R 544363 544366 544001 0 -1 4194368 803 0 0 0 6 0 0 0 20 0 41 0 89034293 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544388] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544388/stat : 544388 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544389] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544389/stat : 544389 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544390] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544390/stat : 544390 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544391] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544391/stat : 544391 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544392] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544392/stat : 544392 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544393] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544393/stat : 544393 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544394] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544394/stat : 544394 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544395] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544395/stat : 544395 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544396] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544396/stat : 544396 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544397] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544397/stat : 544397 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544398] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544398/stat : 544398 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544400] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544400/stat : 544400 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544399] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544399/stat : 544399 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544401] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544401/stat : 544401 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544402] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544402/stat : 544402 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544403] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544403/stat : 544403 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544404] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544404/stat : 544404 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544405] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544405/stat : 544405 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544406] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544406/stat : 544406 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544407] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544407/stat : 544407 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 22005 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1662804 KiB
Current children cumulated memory: 88020 KiB

[startup+0.233552 s]*
/proc/loadavg: 25.36 21.38 26.88 80/1026 544407
/proc/meminfo: memFree=719002792/790760804 swapFree=131071996/131071996
[pid=544366] ppid=544363 vsize=1662804 memory=97644 CPUtime=4.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/stat : 544366 (fscip) S 544363 544366 544001 0 -1 1077936128 20432 0 0 0 379 22 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 17 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
/proc/544366/statm: 415701 24411 2950 3035 0 114391 0
[pid=544366/tid=544368] ppid=544363 vsize=1662804 memory=8318255677412212789 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544368/stat : 544368 (fscip) R 544363 544366 544001 0 -1 4194368 1109 0 0 0 19 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544369] ppid=544363 vsize=1662804 memory=207064662359 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544369/stat : 544369 (fscip) R 544363 544366 544001 0 -1 4194368 933 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544370] ppid=544363 vsize=1662804 memory=61809696760306 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544370/stat : 544370 (fscip) R 544363 544366 544001 0 -1 4194368 899 0 0 0 19 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544371] ppid=544363 vsize=1662804 memory=59619280216796 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544371/stat : 544371 (fscip) R 544363 544366 544001 0 -1 4194368 1105 0 0 0 18 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544372] ppid=544363 vsize=1662804 memory=57385930777544 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544372/stat : 544372 (fscip) R 544363 544366 544001 0 -1 4194368 925 0 0 0 19 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544373] ppid=544363 vsize=1662804 memory=62917899005410 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544373/stat : 544373 (fscip) R 544363 544366 544001 0 -1 4194368 909 0 0 0 18 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544374] ppid=544363 vsize=1662804 memory=14413717794194610 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544374/stat : 544374 (fscip) R 544363 544366 544001 0 -1 4194368 1112 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544375] ppid=544363 vsize=1662804 memory=3978144365637409581 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544375/stat : 544375 (fscip) R 544363 544366 544001 0 -1 4194368 939 0 0 0 19 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544376] ppid=544363 vsize=1662804 memory=932756 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544376/stat : 544376 (fscip) R 544363 544366 544001 0 -1 4194368 902 0 0 0 18 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544377] ppid=544363 vsize=1662804 memory=1033777 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544377/stat : 544377 (fscip) R 544363 544366 544001 0 -1 4194368 1062 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544378] ppid=544363 vsize=1662804 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544378/stat : 544378 (fscip) R 544363 544366 544001 0 -1 4194368 921 0 0 0 19 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544379] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544379/stat : 544379 (fscip) R 544363 544366 544001 0 -1 4194368 884 0 0 0 18 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544380] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544380/stat : 544380 (fscip) R 544363 544366 544001 0 -1 4194368 1066 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544381] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544381/stat : 544381 (fscip) R 544363 544366 544001 0 -1 4194368 881 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544382] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544382/stat : 544382 (fscip) R 544363 544366 544001 0 -1 4194368 902 0 0 0 18 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544383] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544383/stat : 544383 (fscip) R 544363 544366 544001 0 -1 4194368 1043 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544384] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544384/stat : 544384 (fscip) R 544363 544366 544001 0 -1 4194368 906 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544385] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544385/stat : 544385 (fscip) R 544363 544366 544001 0 -1 4194368 902 0 0 0 18 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544386] ppid=544363 vsize=1662804 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544386/stat : 544386 (fscip) R 544363 544366 544001 0 -1 4194368 1052 0 0 0 14 1 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544387] ppid=544363 vsize=1662804 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544387/stat : 544387 (fscip) R 544363 544366 544001 0 -1 4194368 890 0 0 0 19 0 0 0 20 0 41 0 89034293 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544388] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544388/stat : 544388 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544389] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544389/stat : 544389 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544390] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544390/stat : 544390 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544391] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544391/stat : 544391 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544392] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544392/stat : 544392 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544393] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544393/stat : 544393 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544394] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544394/stat : 544394 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544395] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544395/stat : 544395 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544396] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544396/stat : 544396 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544397] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544397/stat : 544397 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544398] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544398/stat : 544398 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544400] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544400/stat : 544400 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544399] ppid=544363 vsize=1662804 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544399/stat : 544399 (fscip) S 544363 544366 544001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89034297 1702711296 24411 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0

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

/proc/loadavg: 79.99 78.01 62.42 73/1013 546061
/proc/meminfo: memFree=676018272/790760804 swapFree=131071996/131071996
[pid=544366] ppid=544363 vsize=6573648 memory=5047260 CPUtime=20805.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/stat : 544366 (fscip) S 544363 544366 544001 0 -1 1077936128 8188069 0 0 0 2036470 44092 0 0 20 0 31 0 89034293 6731415552 1261869 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
/proc/544366/statm: 1643412 1261815 3030 3035 0 1436891 0
[pid=544366/tid=544368] ppid=544363 vsize=6565836 memory=6720666553924533870 CPUtime=1042.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544368/stat : 544368 (fscip) D 544363 544366 544001 0 -1 4194368 790394 0 0 0 103347 909 0 0 20 0 31 0 89034293 6723416064 1260257 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544369] ppid=544363 vsize=6564924 memory=-7096167486699043522 CPUtime=1045.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544369/stat : 544369 (fscip) R 544363 544366 544001 0 -1 4194368 346352 0 0 0 103735 804 0 0 20 0 31 0 89034293 6722482176 1260257 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544371] ppid=544363 vsize=6564924 memory=7108 CPUtime=1042.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544371/stat : 544371 (fscip) R 544363 544366 544001 0 -1 4194368 780059 0 0 0 103141 1114 0 0 20 0 31 0 89034293 6722482176 1260257 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544372] ppid=544363 vsize=6564924 memory=36760 CPUtime=1045.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544372/stat : 544372 (fscip) R 544363 544366 544001 0 -1 4194368 319950 0 0 0 103851 715 0 0 20 0 31 0 89034293 6722482176 1260257 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544374] ppid=544363 vsize=6564924 memory=6740 CPUtime=1043.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544374/stat : 544374 (fscip) R 544363 544366 544001 0 -1 4194368 822598 0 0 0 103398 951 0 0 20 0 31 0 89034293 6722482176 1260257 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544375] ppid=544363 vsize=6564924 memory=20492 CPUtime=1045.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544375/stat : 544375 (fscip) R 544363 544366 544001 0 -1 4194368 443925 0 0 0 103673 851 0 0 20 0 31 0 89034293 6722482176 1260257 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544377] ppid=544363 vsize=6564924 memory=6720666558202723950 CPUtime=1043.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544377/stat : 544377 (fscip) R 544363 544366 544001 0 -1 4194368 771226 0 0 0 103346 1008 0 0 20 0 31 0 89034293 6722482176 1260078 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544378] ppid=544363 vsize=6564924 memory=6432433987351700542 CPUtime=1045.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544378/stat : 544378 (fscip) R 544363 544366 544001 0 -1 4194368 321356 0 0 0 103870 687 0 0 20 0 31 0 89034293 6722482176 1260078 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544380] ppid=544363 vsize=6563928 memory=3516 CPUtime=1043.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544380/stat : 544380 (fscip) D 544363 544366 544001 0 -1 4194368 976444 0 0 0 103350 1017 0 0 20 0 31 0 89034293 6721462272 1260078 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544381] ppid=544363 vsize=6563928 memory=2300 CPUtime=1045.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544381/stat : 544381 (fscip) R 544363 544366 544001 0 -1 4194368 380587 0 0 0 103707 804 0 0 20 0 31 0 89034293 6721462272 1260078 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544383] ppid=544363 vsize=6563928 memory=1692 CPUtime=1043.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544383/stat : 544383 (fscip) R 544363 544366 544001 0 -1 4194368 792023 0 0 0 103418 909 0 0 20 0 31 0 89034293 6721462272 1260078 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544386] ppid=544363 vsize=6563928 memory=14984 CPUtime=1043.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544386/stat : 544386 (fscip) R 544363 544366 544001 0 -1 4194368 854146 0 0 0 103489 880 0 0 20 0 31 0 89034293 6721462272 1259829 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544388] ppid=544363 vsize=6563928 memory=-5155631310284810841 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544388/stat : 544388 (fscip) S 544363 544366 544001 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 31 0 89034297 6721462272 1259829 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544389] ppid=544363 vsize=6563928 memory=4872558142750484285 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544389/stat : 544389 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6721462272 1259829 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544390] ppid=544363 vsize=6562932 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544390/stat : 544390 (fscip) S 544363 544366 544001 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 31 0 89034297 6720442368 1259829 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544391] ppid=544363 vsize=6562932 memory=25992 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544391/stat : 544391 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6720442368 1259687 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544392] ppid=544363 vsize=6562364 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/544366/task/544392/stat : 544392 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6719860736 1259687 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544394] ppid=544363 vsize=6562364 memory=6232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544394/stat : 544394 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6719860736 1259687 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544395] ppid=544363 vsize=6562364 memory=-6386873269944285890 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544395/stat : 544395 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6719860736 1259687 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544396] ppid=544363 vsize=6562364 memory=6432438368067413054 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544396/stat : 544396 (fscip) S 544363 544366 544001 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 31 0 89034297 6719860736 1259601 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544397] ppid=544363 vsize=6561604 memory=5439492 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544397/stat : 544397 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6719082496 1259601 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544398] ppid=544363 vsize=6561604 memory=2788 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544398/stat : 544398 (fscip) S 544363 544366 544001 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 31 0 89034297 6719082496 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544400] ppid=544363 vsize=6560692 memory=6832 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544400/stat : 544400 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544399] ppid=544363 vsize=6560692 memory=22097468 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544399/stat : 544399 (fscip) S 544363 544366 544001 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544401] ppid=544363 vsize=6560692 memory=6720663255305698923 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544401/stat : 544401 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544402] ppid=544363 vsize=6560692 memory=5440 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544402/stat : 544402 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544403] ppid=544363 vsize=6560692 memory=16108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544403/stat : 544403 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544404] ppid=544363 vsize=6560692 memory=2212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544404/stat : 544404 (fscip) S 544363 544366 544001 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544405] ppid=544363 vsize=6560692 memory=52808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544405/stat : 544405 (fscip) S 544363 544366 544001 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544407] ppid=544363 vsize=6560692 memory=1952 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544407/stat : 544407 (fscip) S 544363 544366 544001 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 31 0 89034297 6718148608 1259502 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
Current children cumulated CPU time: 20805.6 s
Current children cumulated vsize: 6573648 KiB
Current children cumulated memory: 5047260 KiB

[startup+1056.8 s]
/proc/loadavg: 79.99 78.01 62.42 73/1013 546061
/proc/meminfo: memFree=676018272/790760804 swapFree=131071996/131071996
[pid=544366] ppid=544363 vsize=3552856 memory=2133512 CPUtime=20811.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/stat : 544366 (fscip) S 544363 544366 544001 0 -1 1077936128 8353872 0 0 0 2037044 44119 0 0 20 0 18 0 89034293 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
/proc/544366/statm: 888214 533378 3030 3035 0 753154 0
[pid=544366/tid=544371] ppid=544363 vsize=3552856 memory=7108 CPUtime=1043.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544371/stat : 544371 (fscip) D 544363 544366 544001 0 -1 4194368 802366 0 0 0 103212 1116 0 0 20 0 18 0 89034293 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544374] ppid=544363 vsize=3552856 memory=36760 CPUtime=1044.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544374/stat : 544374 (fscip) D 544363 544366 544001 0 -1 4194368 846326 0 0 0 103469 954 0 0 20 0 18 0 89034293 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544380] ppid=544363 vsize=3552856 memory=20492 CPUtime=1044.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544380/stat : 544380 (fscip) D 544363 544366 544001 0 -1 4194368 996139 0 0 0 103421 1020 0 0 20 0 18 0 89034293 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544383] ppid=544363 vsize=3552856 memory=28008 CPUtime=1044 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544383/stat : 544383 (fscip) R 544363 544366 544001 0 -1 4194368 821121 0 0 0 103487 913 0 0 20 0 18 0 89034293 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544386] ppid=544363 vsize=3552856 memory=32820 CPUtime=1044.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544386/stat : 544386 (fscip) D 544363 544366 544001 0 -1 4194368 879657 0 0 0 103559 882 0 0 20 0 18 0 89034293 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544388] ppid=544363 vsize=3552856 memory=7108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544388/stat : 544388 (fscip) S 544363 544366 544001 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544389] ppid=544363 vsize=3552856 memory=36760 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544389/stat : 544389 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544392] ppid=544363 vsize=3552856 memory=6740 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544392/stat : 544392 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544394] ppid=544363 vsize=3552856 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544394/stat : 544394 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544396] ppid=544363 vsize=3552856 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544396/stat : 544396 (fscip) S 544363 544366 544001 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544397] ppid=544363 vsize=3552856 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544397/stat : 544397 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544398] ppid=544363 vsize=3552856 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544398/stat : 544398 (fscip) S 544363 544366 544001 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544400] ppid=544363 vsize=3552856 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544400/stat : 544400 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544401] ppid=544363 vsize=3552856 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544401/stat : 544401 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544403] ppid=544363 vsize=3552856 memory=6720663255305698923 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544403/stat : 544403 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544404] ppid=544363 vsize=3552856 memory=31988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544404/stat : 544404 (fscip) S 544363 544366 544001 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544407] ppid=544363 vsize=3552856 memory=28720 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544407/stat : 544407 (fscip) S 544363 544366 544001 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 18 0 89034297 3638124544 533378 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
Current children cumulated CPU time: 20811.6 s
Current children cumulated vsize: 3552856 KiB
Current children cumulated memory: 2133512 KiB

[startup+1057 s]*
/proc/loadavg: 79.99 78.01 62.42 63/991 546061
/proc/meminfo: memFree=680356592/790760804 swapFree=131071996/131071996
[pid=544366] ppid=544363 vsize=2144800 memory=794340 CPUtime=20812.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/stat : 544366 (fscip) S 544363 544366 544001 0 -1 1077936128 8358800 0 0 0 2037087 44126 0 0 20 0 9 0 89034293 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
/proc/544366/statm: 536200 198585 3030 3035 0 423621 0
[pid=544366/tid=544380] ppid=544363 vsize=2144800 memory=6720666553924533870 CPUtime=1044.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544380/stat : 544380 (fscip) R 544363 544366 544001 0 -1 4194368 996831 0 0 0 103441 1020 0 0 20 0 9 0 89034293 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544389] ppid=544363 vsize=2144800 memory=6432438368067413054 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544389/stat : 544389 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544392] ppid=544363 vsize=2144800 memory=64204 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544392/stat : 544392 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544394] ppid=544363 vsize=2144800 memory=7764 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544394/stat : 544394 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544396] ppid=544363 vsize=2144800 memory=18468 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544396/stat : 544396 (fscip) S 544363 544366 544001 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544397] ppid=544363 vsize=2144800 memory=20448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544397/stat : 544397 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544400] ppid=544363 vsize=2144800 memory=5464 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544400/stat : 544400 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544404] ppid=544363 vsize=2144800 memory=8072 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544404/stat : 544404 (fscip) S 544363 544366 544001 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 9 0 89034297 2196275200 198585 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
Current children cumulated CPU time: 20812.1 s
Current children cumulated vsize: 2144800 KiB
Current children cumulated memory: 794340 KiB

[startup+1057.12 s]
/proc/loadavg: 79.99 78.01 62.42 63/991 546061
/proc/meminfo: memFree=680356592/790760804 swapFree=131071996/131071996
[pid=544366] ppid=544363 vsize=1997864 memory=725752 CPUtime=20812.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/stat : 544366 (fscip) S 544363 544366 544001 0 -1 1077936128 8361488 0 0 0 2037097 44126 0 0 20 0 6 0 89034293 2045812736 181438 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
/proc/544366/statm: 499466 181438 3030 3035 0 402729 0
[pid=544366/tid=544380] ppid=544363 vsize=1997864 memory=4676274493627658 CPUtime=1044.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544380/stat : 544380 (fscip) R 544363 544366 544001 0 -1 4194368 999519 0 0 0 103450 1020 0 0 20 0 6 0 89034293 2045812736 180926 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544389] ppid=544363 vsize=1997864 memory=13684 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544389/stat : 544389 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 6 0 89034297 2045812736 179902 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544392] ppid=544363 vsize=1997864 memory=6796 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544392/stat : 544392 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 6 0 89034297 2045812736 179902 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544397] ppid=544363 vsize=1997864 memory=5289212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544397/stat : 544397 (fscip) S 544363 544366 544001 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 6 0 89034297 2045812736 179902 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
[pid=544366/tid=544404] ppid=544363 vsize=1997864 memory=5314684 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/544366/task/544404/stat : 544404 (fscip) S 544363 544366 544001 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 6 0 89034297 2045812736 179902 809668444160 4194304 16622877 140726253129552 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37543936 140726253134825 140726253134941 140726253134941 140726253141967 0
Current children cumulated CPU time: 20812.2 s
Current children cumulated vsize: 1997864 KiB
Current children cumulated memory: 725752 KiB

Child status: 0

Real time (s): 1057.15
CPU time (s): 20812.3
CPU user time (s): 20371
CPU system time (s): 441.298
CPU usage (%): 1968.71
Max. virtual memory (cumulated for all children) (KiB): 7002776
Max. memory (cumulated for all children) (KiB): 5508388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20371
system time used= 441.298
maximum resident set size= 5508468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8362031
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= 17738392
involuntary context switches= 42527


# summary of solver processes directly reported to runsolver:
#   pid: 544366
#   total CPU time (s): 20812.3
#   total CPU user time (s): 20371
#   total CPU system time (s): 441.298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.1659 second user time and 20.8328 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-09 19:28:36
IDJOB=4467661
IDBENCH=148106
IDSOLVER=3097
FILE ID=nodeD103/4467661-1723224516
RUNJOBID= nodeD103-1723224514-544011
SLURM_JOB_ID= 8266902
Free space on /tmp= 8586672 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob3.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-4467661-1723224516/watcher-4467661-1723224516 -o /tmp/evaluation-result-4467661-1723224516/solver-4467661-1723224516 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723224514-544011 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467661-1723224516.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=416106108

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        719091732 kB
MemAvailable:   782956396 kB
Buffers:          946020 kB
Cached:         65722128 kB
SwapCached:            0 kB
Active:          9288268 kB
Inactive:       58173704 kB
Active(anon):       2132 kB
Inactive(anon):   822440 kB
Active(file):    9286136 kB
Inactive(file): 57351264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             56904 kB
Writeback:             0 kB
AnonPages:        793152 kB
Mapped:           134276 kB
Shmem:             30728 kB
KReclaimable:    1293956 kB
Slab:            1806440 kB
SReclaimable:    1293956 kB
SUnreclaim:       512484 kB
KernelStack:       16896 kB
PageTables:        11100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1289268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           806016 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8586636 MiB
End job on nodeD103 at 2024-08-09 19:46:13