Trace number 4465712

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-07-30? (TO) 63214.2 3700.22

General information on the benchmark

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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.12	c Default LC presolving (default).
0.10/0.12	c ** Before presolving: virtualMemUsedAtLc = 135481300, getVmSize() = 114552832, SCIPgetMemUsed() = 82957006, SCIPgetMemTotal() = 90151958, SCIPgetMemExternEstim() = 45329342
0.10/0.12	c ** set memory limit for presolving in LC to 8.79567e+12 for SCIP **
41.30/41.51	c ** Estimated virtualMemUsedAtSolver = 285414346, getVmSize() = 417173504, SCIPgetMemUsed() = 289642857, SCIPgetMemTotal() = 382792177, SCIPgetMemExternEstim() = 45329342
41.30/41.51	c ** set memory limit for solvers to 4.18772e+11 for each SCIP **
41.30/41.51	c Original Problem   :
41.30/41.51	c   Problem name     : instance-4465712-1722540873
41.30/41.51	c   Variables        : 23324 (23324 binary, 0 integer, 0 implicit integer, 0 continuous)
41.30/41.51	c   Constraints      : 23718
41.30/41.51	c   Objective sense  : minimize
41.30/41.51	c Presolved Problem  :
41.30/41.51	c   Variables        : 21749 (21749 binary, 0 integer, 0 implicit integer, 0 continuous)
41.30/41.51	c   Constraints      : 22056
41.30/41.51	c Constraints        : Number
41.30/41.51	c   knapsack         : 1 
41.30/41.51	c   setppc           : 2672 
41.30/41.51	c   orbitope         : 1 
41.30/41.51	c   logicor          : 19382 
41.30/41.51	c ** Instance transfer method used: 0
41.30/41.56	c ** ParaScipInstance copy increased the number of variables. **
42.32/42.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
42.32/42.56	c                                Nodes    Active                                            
42.32/42.56	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
274.08/54.31	c        54              2           1        20                -           0.0000          -
373.19/59.32	c        59            182         181        20                -           0.0000          -
472.42/64.34	c        64            422         421        20                -           0.0000          -
573.66/69.41	c        69            702         701        20                -           0.0000          -
672.66/74.42	c        74            942         941        20                -           0.0000          -
771.79/79.49	c        80           1151         101        20                -           0.0000          -
876.91/84.79	c        85           1391         341        20                -           0.0000          -
978.08/89.86	c        90           1631         581        20                -           0.0000          -
1081.88/95.05	c        95           1871         821        20                -           0.0000          -
1184.35/100.22	c       100           2171        1121        20                -           0.0000          -
1289.66/105.55	c       106           2532        1480        20                -           0.0000          -
1392.62/110.75	c       111           2811        1761        20                -           0.0000          -
1495.77/115.98	c       116           3110        2060        20                -           0.0000          -
1597.82/121.05	c       121           5577        4895        20                -           0.0000          -
1704.02/126.46	c       126           3703        1498        20                -           0.0000          -
1805.25/131.55	c       132           4482        2125        20                -           0.0000          -
1908.49/136.73	c       137           6294         658        20                -           0.0000          -
2011.61/142.01	c       142           5073        1484        20                -           0.0000          -
2115.62/147.18	c       147           7340        1670        20                -           0.0000          -
2222.05/152.55	c       153           5431        3226        20                -           0.0000          -
2323.28/157.69	c       158           6089        2500        20                -           0.0000          -
2428.38/162.91	c       163           6489        2900        20                -           0.0000          -
2533.45/168.22	c       168          11391          41        20                -           0.0000          -
2636.65/173.49	c       174           6280         761        20                -           0.0000          -
2748.69/179.05	c       179          11931         581        20                -           0.0000          -
2852.72/184.35	c       184           7929        4340        20                -           0.0000          -
2953.82/189.47	c       189           8339        1161        20                -           0.0000          -
3053.02/194.49	c       194           7623        1918        20                -           0.0000          -
3156.20/199.68	c       200           9016        1838        20                -           0.0000          -
3261.35/204.94	c       205          13948        2276        20                -           0.0000          -
3365.22/210.17	c       210          14688        3016        20                -           0.0000          -
3469.67/215.49	c       215           9263        3558        20                -           0.0000          -
3572.88/220.66	c       221           9828        4123        20                -           0.0000          -
3676.02/225.80	c       226          10817        5112        20                -           0.0000          -
3777.21/230.90	c       231          17678         341        20                -           0.0000          -
3876.45/236.01	c       236          12032        3599        20                -           0.0000          -
3975.66/241.02	c       241          12033        1268        20                -           0.0000          -
4077.59/246.12	c       246          11778         721        20                -           0.0000          -
4184.02/251.41	c       251          12018         961        20                -           0.0000          -
4287.24/256.63	c       257          12695         661        20                -           0.0000          -
4390.41/261.82	c       262          19207         821        20                -           0.0000          -
4489.62/266.85	c       267          13235        1201        20                -           0.0000          -
4590.66/272.00	c       272          19747        1361        20                -           0.0000          -
4689.88/277.01	c       277          20047        1661        20                -           0.0000          -
4793.87/282.16	c       282          14335        2240        20                -           0.0000          -
4898.14/287.42	c       287          14710        3258        20                -           0.0000          -
5005.25/292.80	c       293          21132        2716        20                -           0.0000          -
5109.09/298.08	c       298          15750        2583        20                -           0.0000          -
5211.29/303.27	c       303          16805        3421        20                -           0.0000          -
5312.15/308.35	c       308          16002         241        20                -           0.0000          -
5413.00/313.47	c       313          23413        3696        20                -           0.0000          -
5513.97/318.56	c       319          16482         721        20                -           0.0000          -
5614.98/323.61	c       324          24588           0        20                -           0.0000          -
5714.04/328.69	c       329          24809         221        20                -           0.0000          -
5819.30/334.00	c       334          19651         101        20                -           0.0000          -
5922.87/339.15	c       339          19891         341        20                -           0.0000          -
6027.08/344.49	c       344          25649        1061        20                -           0.0000          -
6128.09/349.52	c       350          19264        3458        20                -           0.0000          -
6233.18/354.86	c       355          20671        1121        20                -           0.0000          -
6340.28/360.21	c       360          20995           0        20                -           0.0000          -
6441.47/365.37	c       365          21216         221        20                -           0.0000          -
6544.54/370.58	c       371          21832        2263        20                -           0.0000          -
6651.56/375.90	c       376          22548        2979        20                -           0.0000          -
6758.60/381.39	c       381          23576        3256        20                -           0.0000          -
6861.78/386.52	c       387          28413        3817        20                -           0.0000          -
6960.93/391.58	c       392          29285        3999        20                -           0.0000          -
7064.03/396.70	c       397          22885        1880        20                -           0.0000          -
7164.76/401.83	c       402          26498           0        20                -           0.0000          -
7265.92/407.00	c       407          30703        4262        20                -           0.0000          -
7367.84/412.04	c       412          31428        4204        20                -           0.0000          -
7470.22/417.24	c       417          32121        4147        20                -           0.0000          -
7577.31/422.62	c       423          33020        4124        20                -           0.0000          -
7678.49/427.75	c       428          33266         161        20                -           0.0000          -
7779.68/432.83	c       433          28099        1601        20                -           0.0000          -
7880.87/438.01	c       438          33806         701        20                -           0.0000          -
7982.69/443.06	c       443          25857        2079        20                -           0.0000          -
8085.19/448.28	c       448          29015        2517        20                -           0.0000          -
8188.35/453.46	c       453          29349        2851        20                -           0.0000          -
8289.53/458.50	c       459          26844        1538        20                -           0.0000          -
8392.53/463.73	c       464          35326        2221        20                -           0.0000          -
8495.67/469.00	c       469          30379        3881        20                -           0.0000          -
8599.81/474.18	c       474          30782        4278        20                -           0.0000          -
8699.92/479.20	c       479          37557        3554        20                -           0.0000          -
8799.02/484.24	c       484          31607        4047        20                -           0.0000          -
8898.15/489.27	c       489          32434        4400        20                -           0.0000          -
9005.16/494.64	c       495          33050        4326        20                -           0.0000          -
9106.13/499.76	c       500          33573        4287        20                -           0.0000          -
9215.11/505.29	c       505          34313        4268        20                -           0.0000          -
9320.15/510.50	c       511          30884         201        20                -           0.0000          -
9421.13/515.68	c       516          31124         441        20                -           0.0000          -
9526.20/520.95	c       521          31424         741        20                -           0.0000          -
9631.45/526.26	c       526          42999        3251        20                -           0.0000          -
9734.17/531.49	c       532          32024        1341        20                -           0.0000          -
9835.30/536.56	c       537          36613         881        20                -           0.0000          -
9934.33/541.58	c       542          45767        3204        20                -           0.0000          -
10035.50/546.62	c       547          37153        1421        20                -           0.0000          -
10136.64/551.79	c       552          37453        1721        20                -           0.0000          -
10237.79/556.82	c       557          37759        2027        20                -           0.0000          -
10343.64/562.18	c       562          38093        2361        20                -           0.0000          -
10444.01/567.27	c       567          34434        2198        20                -           0.0000          -
10545.03/572.33	c       572          38813        3081        20                -           0.0000          -
10648.10/577.54	c       578          47735        1800        20                -           0.0000          -
10751.00/582.76	c       583          48254        2081        20                -           0.0000          -
10850.04/587.78	c       588          48835        2417        20                -           0.0000          -
10951.07/592.86	c       593          41306        3202        20                -           0.0000          -
11052.13/597.90	c       598          49688        2871        20                -           0.0000          -
11151.16/603.01	c       603          37468        2804        20                -           0.0000          -
11250.25/608.03	c       608          37701        2620        20                -           0.0000          -
11352.08/613.05	c       613          51690        2624        20                -           0.0000          -
11458.28/618.48	c       618          52131        2579        20                -           0.0000          -
11559.31/623.53	c       624          45762        3058        20                -           0.0000          -
11660.12/628.67	c       629          46663        3043        20                -           0.0000          -
11767.95/634.09	c       634          40080         561        20                -           0.0000          -
11868.91/639.16	c       639          40320         801        20                -           0.0000          -
11971.18/644.38	c       644          48583         101        20                -           0.0000          -
12072.26/649.49	c       650          56847        2390        20                -           0.0000          -
12181.25/654.96	c       655          49063         581        20                -           0.0000          -
12280.42/660.01	c       660          58699        2327        20                -           0.0000          -
12382.52/665.11	c       665          49603        1121        20                -           0.0000          -
12483.29/670.19	c       670          49903        1421        20                -           0.0000          -
12583.72/675.27	c       675          42765        2516        20                -           0.0000          -
12688.80/680.51	c       681          43392        2358        20                -           0.0000          -
12787.84/685.59	c       686          50805        2323        20                -           0.0000          -
12888.84/690.66	c       691          44952        2316        20                -           0.0000          -
12991.91/695.82	c       696          63944        2308        20                -           0.0000          -
13092.92/701.03	c       701          64828        2263        20                -           0.0000          -
13196.56/706.14	c       706          65801        2257        20                -           0.0000          -
13296.41/711.26	c       711          66586        2325        20                -           0.0000          -
13397.54/716.34	c       716          66829         100        20                -           0.0000          -
13504.64/721.72	c       722          55524        2773        20                -           0.0000          -
13605.74/726.88	c       727          50860         221        20                -           0.0000          -
13706.79/732.00	c       732          67530         801        20                -           0.0000          -
13810.53/737.15	c       737          67770        1041        20                -           0.0000          -
13910.84/742.21	c       742          51640        1001        20                -           0.0000          -
14011.92/747.36	c       747          68310        1581        20                -           0.0000          -
14113.00/752.47	c       752          68610        1881        20                -           0.0000          -
14216.15/757.62	c       758          68930        2201        20                -           0.0000          -
14317.17/762.72	c       763          52856        2217        20                -           0.0000          -
14418.29/767.80	c       768          63289        2518        20                -           0.0000          -
14519.38/773.00	c       773          63937        2556        20                -           0.0000          -
14623.40/778.16	c       778          65005        2690        20                -           0.0000          -
14727.58/783.49	c       783          66387        2514        20                -           0.0000          -
14830.62/788.63	c       789          67168        2494        20                -           0.0000          -
14933.68/793.82	c       794          67846        2491        20                -           0.0000          -
15034.74/798.94	c       799          68341        2494        20                -           0.0000          -
15136.49/804.12	c       804          69091        2476        20                -           0.0000          -
15237.60/809.18	c       809          75480        2547        20                -           0.0000          -
15336.92/814.19	c       814          76213        2520        20                -           0.0000          -
15437.12/819.25	c       819          77218        2506        20                -           0.0000          -
15538.12/824.32	c       824          78181        2490        20                -           0.0000          -
15639.24/829.41	c       829          78807        2495        20                -           0.0000          -
15738.27/834.43	c       834          74062        2821        20                -           0.0000          -
15839.21/839.52	c       840          74642        2503        20                -           0.0000          -
15940.27/844.66	c       845          81211        2481        20                -           0.0000          -
16043.39/849.81	c       850          82033        2445        20                -           0.0000          -
16144.42/854.91	c       855          82689        2445        20                -           0.0000          -
16246.55/860.08	c       860          66345        2304        20                -           0.0000          -
16345.28/865.11	c       865          67110        2308        20                -           0.0000          -
16451.61/870.44	c       870          67863        2304        20                -           0.0000          -
16552.72/875.51	c       876          85514        2421        20                -           0.0000          -
16651.85/880.57	c       881          86279        2417        20                -           0.0000          -
16752.86/885.65	c       886          77360        2161        20                -           0.0000          -
16853.99/890.74	c       891          87908        2435        20                -           0.0000          -
16953.13/895.79	c       896          88799        2410        20                -           0.0000          -
17056.22/900.91	c       901          70146         841        20                -           0.0000          -
17155.32/905.96	c       906          79483        2825        20                -           0.0000          -
17254.29/911.02	c       911          80130        2817        20                -           0.0000          -
17355.91/916.06	c       916          70986        1681        20                -           0.0000          -
17458.16/921.27	c       921          81831        2852        20                -           0.0000          -
17559.24/926.39	c       926          92927        2513        20                -           0.0000          -
17660.23/931.45	c       931          83203        2812        20                -           0.0000          -
17761.33/936.58	c       937          72449        2659        20                -           0.0000          -
17862.29/941.64	c       942          72954        2439        20                -           0.0000          -
17963.29/946.73	c       947          73563        2380        20                -           0.0000          -
18064.04/951.86	c       952          86328        2855        20                -           0.0000          -
18165.14/956.94	c       957          74617        2522        20                -           0.0000          -
18264.26/962.02	c       962          75485        2732        20                -           0.0000          -
18368.26/967.16	c       967          88881        2834        20                -           0.0000          -
18468.32/972.24	c       972          89645        2868        20                -           0.0000          -
18571.36/977.45	c       977          90293        2829        20                -           0.0000          -
18672.42/982.56	c       983          91296        2829        20                -           0.0000          -
18775.56/987.74	c       988          91995        2810        20                -           0.0000          -
18876.64/992.83	c       993          92772        2812        20                -           0.0000          -
18975.73/997.85	c       998          93506        2814        20                -           0.0000          -
19076.86/1002.97	c      1003          80042        2397        20                -           0.0000          -
19178.62/1008.07	c      1008          80976        2400        20                -           0.0000          -
19279.87/1013.19	c      1013         107780          41        20                -           0.0000          -
19383.97/1018.49	c      1018         108020         281        20                -           0.0000          -
19487.11/1023.62	c      1024         108260         521        20                -           0.0000          -
19588.26/1028.73	c      1029         108500         761        20                -           0.0000          -
19689.29/1033.81	c      1034          83805        2394        20                -           0.0000          -
19790.31/1038.93	c      1039          84258        2394        20                -           0.0000          -
19892.22/1044.06	c      1044          84701        2388        20                -           0.0000          -
19993.40/1049.15	c      1049         100860        3032        20                -           0.0000          -
20092.61/1054.17	c      1054          85882        2380        20                -           0.0000          -
20192.92/1059.26	c      1059          86387        2385        20                -           0.0000          -
20293.94/1064.35	c      1064          86922        2385        20                -           0.0000          -
20394.98/1069.43	c      1069         103697        2861        20                -           0.0000          -
20494.00/1074.46	c      1074          87794        2382        20                -           0.0000          -
20593.13/1079.47	c      1079          88251        2379        20                -           0.0000          -
20694.26/1084.57	c      1085         113204        2787        20                -           0.0000          -
20795.39/1089.65	c      1090         113499        2676        20                -           0.0000          -
20900.41/1095.01	c      1095          90097        2474        20                -           0.0000          -
21002.46/1100.14	c      1100          90768        2371        20                -           0.0000          -
21104.54/1105.27	c      1105         115380        2562        20                -           0.0000          -
21205.68/1110.35	c      1110         116018        2537        20                -           0.0000          -
21310.77/1115.68	c      1116         116802        2531        20                -           0.0000          -
21411.91/1120.73	c      1121         117564        2526        20                -           0.0000          -
21512.92/1125.84	c      1126         118321        2529        20                -           0.0000          -
21613.96/1130.98	c      1131         119013        2519        20                -           0.0000          -
21716.04/1136.11	c      1136         119728        2523        20                -           0.0000          -
21820.11/1141.34	c      1141         120357        2531        20                -           0.0000          -
21919.18/1146.36	c      1146         121006        2519        20                -           0.0000          -
22022.23/1151.54	c      1152         121689        2502        20                -           0.0000          -
22123.12/1156.65	c      1157          96298        2373        20                -           0.0000          -
22230.79/1162.06	c      1162         115097         301        20                -           0.0000          -
22332.09/1167.16	c      1167         123715        2529        20                -           0.0000          -
22432.13/1172.24	c      1172         115577         781        20                -           0.0000          -
22533.30/1177.39	c      1177         124834        2539        20                -           0.0000          -
22636.30/1182.56	c      1183         125774        2523        20                -           0.0000          -
22739.44/1187.73	c      1188         116357        1561        20                -           0.0000          -
22840.56/1192.86	c      1193         116657        1861        20                -           0.0000          -
22941.70/1197.94	c      1198         101000        2359        20                -           0.0000          -
23043.50/1203.14	c      1203         101343        2356        20                -           0.0000          -
23144.66/1208.19	c      1208         101931        2364        20                -           0.0000          -
23247.03/1213.32	c      1213         129797        2679        20                -           0.0000          -
23348.16/1218.41	c      1218         118473        3394        20                -           0.0000          -
23447.26/1223.49	c      1224         119089        3332        20                -           0.0000          -
23548.35/1228.56	c      1229         103926        2359        20                -           0.0000          -
23649.45/1233.68	c      1234         104614        2380        20                -           0.0000          -
23750.52/1238.78	c      1239         104940           0        20                -           0.0000          -
23851.31/1243.88	c      1244         134412        2493        20                -           0.0000          -
23952.48/1248.97	c      1249         135272        2513        20                -           0.0000          -
24054.51/1254.08	c      1254         135848        2525        20                -           0.0000          -
24155.38/1259.15	c      1259         124019        3232        20                -           0.0000          -
24255.82/1264.25	c      1264         124587        3222        20                -           0.0000          -
24356.86/1269.34	c      1269         125214        3210        20                -           0.0000          -
24458.05/1274.46	c      1274         125828        3207        20                -           0.0000          -
24559.22/1279.56	c      1280         126502        3213        20                -           0.0000          -
24660.39/1284.65	c      1285         107301        2361        20                -           0.0000          -
24761.56/1289.80	c      1290         127672        3205        20                -           0.0000          -
24862.66/1294.90	c      1295         128219        3204        20                -           0.0000          -
24963.84/1299.95	c      1300         128772        3229        20                -           0.0000          -
25065.86/1305.11	c      1305         129364        3200        20                -           0.0000          -
25167.07/1310.18	c      1310         109176        2798        20                -           0.0000          -
25267.14/1315.27	c      1315         109606        2755        20                -           0.0000          -
25368.32/1320.33	c      1320         131119        3189        20                -           0.0000          -
25471.34/1325.55	c      1326         131687        3187        20                -           0.0000          -
25576.39/1330.84	c      1331         132299        3199        20                -           0.0000          -
25677.36/1335.95	c      1336         132956        3184        20                -           0.0000          -
25779.32/1341.08	c      1341         133513        3188        20                -           0.0000          -
25878.15/1346.08	c      1346         134082        3191        20                -           0.0000          -
25980.46/1351.22	c      1351         135079        3353        20                -           0.0000          -
26081.56/1356.36	c      1356         135780        3178        20                -           0.0000          -
26186.70/1361.61	c      1362         114815        2808        20                -           0.0000          -
26287.82/1366.72	c      1367         115491        2680        20                -           0.0000          -
26388.86/1371.89	c      1372         116288        2680        20                -           0.0000          -
26489.93/1377.02	c      1377         153920        2492        20                -           0.0000          -
26591.84/1382.11	c      1382         154713        2492        20                -           0.0000          -
26694.15/1387.24	c      1387         155435        2479        20                -           0.0000          -
26797.18/1392.42	c      1392         120038        2667        20                -           0.0000          -
26898.07/1397.51	c      1398         156752        2496        20                -           0.0000          -
26997.19/1402.56	c      1403         157496        2482        20                -           0.0000          -
27098.29/1407.66	c      1408         158348        2509        20                -           0.0000          -
27199.47/1412.75	c      1413         122566        2679        20                -           0.0000          -
27299.24/1417.82	c      1418         123190        2676        20                -           0.0000          -
27400.41/1422.93	c      1423         123719        2755        20                -           0.0000          -
27499.55/1428.01	c      1428         144691        3157        20                -           0.0000          -
27601.53/1433.11	c      1433         145265        3167        20                -           0.0000          -
27702.67/1438.18	c      1438         145893        3158        20                -           0.0000          -
27802.68/1443.28	c      1443         146459        3185        20                -           0.0000          -
27903.02/1448.33	c      1448         146973        3146        20                -           0.0000          -
28003.46/1453.45	c      1453         147830        3175        20                -           0.0000          -
28104.61/1458.50	c      1459         148745        3159        20                -           0.0000          -
28205.57/1463.67	c      1464         149419        3151        20                -           0.0000          -
28306.71/1468.71	c      1469         150073        3191        20                -           0.0000          -
28405.89/1473.78	c      1474         150713        3164        20                -           0.0000          -
28506.85/1478.88	c      1479         151441        3157        20                -           0.0000          -
28607.98/1483.95	c      1484         131714        2857        20                -           0.0000          -
28709.90/1489.05	c      1489         132081        2689        20                -           0.0000          -
28811.10/1494.15	c      1494         132849        2684        20                -           0.0000          -
28913.21/1499.30	c      1499         133692        2688        20                -           0.0000          -
29014.25/1504.41	c      1504         154863        3135        20                -           0.0000          -
29113.38/1509.47	c      1509         155342        3140        20                -           0.0000          -
29214.55/1514.59	c      1515         156005        3170        20                -           0.0000          -
29315.74/1519.64	c      1520         156613        3142        20                -           0.0000          -
29416.87/1524.77	c      1525         157239        3154        20                -           0.0000          -
29516.11/1529.78	c      1530         137563        2729        20                -           0.0000          -
29615.20/1534.79	c      1535         138219        2711        20                -           0.0000          -
29718.37/1539.94	c      1540         139013        2700        20                -           0.0000          -
29825.39/1545.35	c      1545         139804        2776        20                -           0.0000          -
29928.23/1550.52	c      1551         140754        2709        20                -           0.0000          -
30031.33/1555.71	c      1556         141255        2693        20                -           0.0000          -
30130.16/1560.76	c      1561         179823           0        20                -           0.0000          -
30233.11/1565.95	c      1566         180044         221        20                -           0.0000          -
30332.32/1571.01	c      1571         180284         461        20                -           0.0000          -
30437.48/1576.20	c      1576         163493        3168        20                -           0.0000          -
30540.62/1581.43	c      1581         164087        3144        20                -           0.0000          -
30643.75/1586.61	c      1587         144631        2697        20                -           0.0000          -
30742.87/1591.69	c      1592         145144        2691        20                -           0.0000          -
30844.03/1596.72	c      1597         166069        3157        20                -           0.0000          -
30943.70/1601.85	c      1602         166874        3144        20                -           0.0000          -
31042.72/1606.86	c      1607         167514        3136        20                -           0.0000          -
31148.63/1612.17	c      1612         182484        2661        20                -           0.0000          -
31250.84/1617.30	c      1617         148214        2677        20                -           0.0000          -
31352.01/1622.42	c      1622         169202        3151        20                -           0.0000          -
31451.02/1627.48	c      1627         169856        3139        20                -           0.0000          -
31552.10/1632.55	c      1633         170485        3141        20                -           0.0000          -
31653.28/1637.64	c      1638         171128        3138        20                -           0.0000          -
31754.45/1642.77	c      1643         171804        3138        20                -           0.0000          -
31853.62/1647.78	c      1648         172434        3138        20                -           0.0000          -
31954.75/1652.85	c      1653         187341        3220        20                -           0.0000          -
32055.88/1657.93	c      1658         188225        3176        20                -           0.0000          -
32156.32/1663.05	c      1663         188826        3156        20                -           0.0000          -
32257.53/1668.16	c      1668         174863        3140        20                -           0.0000          -
32361.83/1673.47	c      1673         175626        3118        20                -           0.0000          -
32460.97/1678.49	c      1678         190844        3168        20                -           0.0000          -
32564.10/1683.67	c      1684         191797        3158        20                -           0.0000          -
32666.91/1688.81	c      1689         192493        3157        20                -           0.0000          -
32767.98/1693.93	c      1694         193122        3163        20                -           0.0000          -
32869.83/1699.09	c      1699         193639        3158        20                -           0.0000          -
32972.23/1704.20	c      1704         194433        3175        20                -           0.0000          -
33073.34/1709.31	c      1709         195155        3147        20                -           0.0000          -
33174.50/1714.43	c      1714         159382        2675        20                -           0.0000          -
33275.67/1719.50	c      1720         159921        2667        20                -           0.0000          -
33374.81/1724.56	c      1725         160555        2680        20                -           0.0000          -
33475.95/1729.68	c      1730         161058        2663        20                -           0.0000          -
33575.69/1734.79	c      1735         161550        2689        20                -           0.0000          -
33678.81/1739.94	c      1740         162083        2668        20                -           0.0000          -
33780.65/1745.05	c      1745         162756        2675        20                -           0.0000          -
33882.08/1750.16	c      1750         163405        2678        20                -           0.0000          -
33982.27/1755.29	c      1755         164083        2712        20                -           0.0000          -
34083.46/1760.37	c      1760         164697        2692        20                -           0.0000          -
34183.27/1765.47	c      1765         165640        2672        20                -           0.0000          -
34284.41/1770.58	c      1771         166299        2664        20                -           0.0000          -
34385.54/1775.63	c      1776         204060        3158        20                -           0.0000          -
34486.69/1780.73	c      1781         187367         821        20                -           0.0000          -
34587.82/1785.87	c      1786         187607        1061        20                -           0.0000          -
34688.82/1790.92	c      1791         205836        3155        20                -           0.0000          -
34787.93/1796.02	c      1796         188147        1601        20                -           0.0000          -
34888.68/1801.09	c      1801         207720        3134        20                -           0.0000          -
34987.70/1806.10	c      1806         188687        2141        20                -           0.0000          -
35089.79/1811.22	c      1811         188987        2441        20                -           0.0000          -
35188.97/1816.28	c      1816         189287        2741        20                -           0.0000          -
35288.14/1821.30	c      1821         171686        2669        20                -           0.0000          -
35389.27/1826.36	c      1826              3           2        20                -           0.0000          -
35492.19/1831.56	c      1832              3           2        20                -           0.0000          -
35595.31/1836.71	c      1837              3           2        20                -           0.0000          -
35696.45/1841.81	c      1842              3           2        20                -           0.0000          -
35797.59/1847.01	c      1847              3           2        20                -           0.0000          -
35899.44/1852.11	c      1852              3           2        20                -           0.0000          -
36000.80/1857.17	c      1857              3           2        20                -           0.0000          -
36103.08/1862.38	c      1862              3           2        20                -           0.0000          -
36204.27/1867.50	c      1868              3           2        20                -           0.0000          -
36305.42/1872.59	c      1873              6           5        20                -           0.0000          -
36408.57/1877.75	c      1878              6           5        20                -           0.0000          -
36509.73/1882.84	c      1883              6           5        20                -           0.0000          -
36610.89/1887.96	c      1888              6           5        20                -           0.0000          -
36712.77/1893.08	c      1893              6           5        20                -           0.0000          -
36815.17/1898.20	c      1898              6           5        20                -           0.0000          -
36914.20/1903.25	c      1903              6           5        20                -           0.0000          -
37015.32/1908.38	c      1908              6           5        20                -           0.0000          -
37116.46/1913.46	c      1913              8           7        20                -           0.0000          -
37217.61/1918.51	c      1919              8           7        20                -           0.0000          -
37318.77/1923.61	c      1924              8           7        20                -           0.0000          -
37419.89/1928.73	c      1929              8           7        20                -           0.0000          -
37521.01/1933.87	c      1934              8           7        20                -           0.0000          -
37622.06/1938.93	c      1939              8           7        20                -           0.0000          -
37721.25/1944.00	c      1944              8           7        20                -           0.0000          -
37823.26/1949.09	c      1949              9           8        20                -           0.0000          -
37924.24/1954.18	c      1954              9           8        20                -           0.0000          -
38024.67/1959.24	c      1959              9           8        20                -           0.0000          -
38123.84/1964.29	c      1964              9           8        20                -           0.0000          -
38225.02/1969.32	c      1969              9           8        20                -           0.0000          -
38326.19/1974.44	c      1974              9           8        20                -           0.0000          -
38427.35/1979.52	c      1980              9           8        20                -           0.0000          -
38528.49/1984.61	c      1985              9           8        20                -           0.0000          -
38627.54/1989.68	c      1990              9           8        20                -           0.0000          -
38728.66/1994.77	c      1995              9           8        20                -           0.0000          -
38829.78/1999.85	c      2000              9           8        20                -           0.0000          -
38930.93/2004.91	c      2005              9           8        20                -           0.0000          -
39030.09/2010.04	c      2010              9           8        20                -           0.0000          -
39131.96/2015.08	c      2015              9           8        20                -           0.0000          -
39231.14/2020.13	c      2020              9           8        20                -           0.0000          -
39333.52/2025.20	c      2025              9           8        20                -           0.0000          -
39432.69/2030.28	c      2030              9           8        20                -           0.0000          -
39533.84/2035.38	c      2035              9           8        20                -           0.0000          -
39637.00/2040.51	c      2041              9           8        20                -           0.0000          -
39738.17/2045.60	c      2046              9           8        20                -           0.0000          -
39839.31/2050.74	c      2051              9           8        20                -           0.0000          -
39940.45/2055.80	c      2056              9           8        20                -           0.0000          -
40041.60/2060.98	c      2061              9           8        20                -           0.0000          -
40140.58/2066.02	c      2066              9           8        20                -           0.0000          -
40242.40/2071.10	c      2071              9           8        20                -           0.0000          -
40343.77/2076.18	c      2076              9           8        20                -           0.0000          -
40445.87/2081.39	c      2081              9           8        20                -           0.0000          -
40547.01/2086.49	c      2086              9           8        20                -           0.0000          -
40648.16/2091.56	c      2092              9           8        20                -           0.0000          -
40749.29/2096.61	c      2097              9           8        20                -           0.0000          -
40850.44/2101.74	c      2102              9           8        20                -           0.0000          -
40949.45/2106.77	c      2107              9           8        20                -           0.0000          -
41050.57/2111.89	c      2112              9           8        20                -           0.0000          -
41151.62/2116.96	c      2117              9           8        20                -           0.0000          -
41253.44/2122.07	c      2122              9           8        20                -           0.0000          -
41352.63/2127.09	c      2127              9           8        20                -           0.0000          -
41454.44/2132.21	c      2132              9           8        20                -           0.0000          -
41555.55/2137.31	c      2137              9           8        20                -           0.0000          -
41656.69/2142.43	c      2142              9           8        20                -           0.0000          -
41757.75/2147.57	c      2148              9           8        20                -           0.0000          -
41858.87/2152.65	c      2153              9           8        20                -           0.0000          -
41957.97/2157.69	c      2158              9           8        20                -           0.0000          -
42059.10/2162.73	c      2163              9           8        20                -           0.0000          -
42158.21/2167.80	c      2168              9           8        20                -           0.0000          -
42261.30/2172.98	c      2173              9           8        20                -           0.0000          -
42363.12/2178.06	c      2178              9           8        20                -           0.0000          -
42462.59/2183.13	c      2183              9           8        20                -           0.0000          -
42564.54/2188.22	c      2188              9           8        20                -           0.0000          -
42663.69/2193.27	c      2193              9           8        20                -           0.0000          -
42764.74/2198.30	c      2198              9           8        20                -           0.0000          -
42863.56/2203.37	c      2203              9           8        20                -           0.0000          -
42964.62/2208.44	c      2208              9           8        20                -           0.0000          -
43065.64/2213.55	c      2214              9           8        20                -           0.0000          -
43164.74/2218.58	c      2219              9           8        20                -           0.0000          -
43263.67/2223.60	c      2224              9           8        20                -           0.0000          -
43368.76/2228.82	c      2229              9           8        20                -           0.0000          -
43467.59/2233.89	c      2234              9           8        20                -           0.0000          -
43568.83/2239.03	c      2239              9           8        20                -           0.0000          -
43672.59/2244.15	c      2244              9           8        20                -           0.0000          -
43772.79/2249.25	c      2249              9           8        20                -           0.0000          -
43873.92/2254.33	c      2254              9           8        20                -           0.0000          -
43973.04/2259.37	c      2259              9           8        20                -           0.0000          -
44074.15/2264.43	c      2264              9           8        20                -           0.0000          -
44173.20/2269.49	c      2269              9           8        20                -           0.0000          -
44274.28/2274.59	c      2275              9           8        20                -           0.0000          -
44377.36/2279.70	c      2280              9           8        20                -           0.0000          -
44476.43/2284.77	c      2285              9           8        20                -           0.0000          -
44577.54/2289.86	c      2290              9           8        20                -           0.0000          -
44678.65/2295.01	c      2295              9           8        20                -           0.0000          -
44780.37/2300.05	c      2300              9           8        20                -           0.0000          -
44881.80/2305.17	c      2305              9           8        20                -           0.0000          -
44983.66/2310.37	c      2310              9           8        20                -           0.0000          -
45086.74/2315.50	c      2316              9           8        20                -           0.0000          -
45185.85/2320.57	c      2321              9           8        20                -           0.0000          -
45286.95/2325.64	c      2326              9           8        20                -           0.0000          -
45388.05/2330.70	c      2331              9           8        20                -           0.0000          -
45487.18/2335.74	c      2336              9           8        20                -           0.0000          -
45590.27/2340.91	c      2341              9           8        20                -           0.0000          -
45689.33/2346.01	c      2346              9           8        20                -           0.0000          -
45791.15/2351.09	c      2351              9           8        20                -           0.0000          -
45893.45/2356.20	c      2356              9           8        20                -           0.0000          -
45992.53/2361.28	c      2361              9           8        20                -           0.0000          -
46093.57/2366.37	c      2366              9           8        20                -           0.0000          -
46194.45/2371.44	c      2371              9           8        20                -           0.0000          -
46295.55/2376.51	c      2377              9           8        20                -           0.0000          -
46396.64/2381.64	c      2382              9           8        20                -           0.0000          -
46497.73/2386.75	c      2387             14          13        20                -           0.0000          -
46598.77/2391.84	c      2392             14          13        20                -           0.0000          -
46699.71/2396.97	c      2397             14          13        20                -           0.0000          -
46801.67/2402.06	c      2402             14          13        20                -           0.0000          -
46902.64/2407.15	c      2407             14          13        20                -           0.0000          -
47002.99/2412.21	c      2412             14          13        20                -           0.0000          -
47102.17/2417.24	c      2417             14          13        20                -           0.0000          -
47200.94/2422.30	c      2422             14          13        20                -           0.0000          -
47301.80/2427.36	c      2427             14          13        20                -           0.0000          -
47402.83/2432.41	c      2432             14          13        20                -           0.0000          -
47501.77/2437.42	c      2437             14          13        20                -           0.0000          -
47600.71/2442.45	c      2442             14          13        20                -           0.0000          -
47701.78/2447.55	c      2448             14          13        20                -           0.0000          -
47802.82/2452.68	c      2453             14          13        20                -           0.0000          -
47905.74/2457.83	c      2458             14          13        20                -           0.0000          -
48006.82/2462.97	c      2463             14          13        20                -           0.0000          -
48108.54/2468.10	c      2468             14          13        20                -           0.0000          -
48210.77/2473.21	c      2473             14          13        20                -           0.0000          -
48310.04/2478.28	c      2478             14          13        20                -           0.0000          -
48411.01/2483.35	c      2483             14          13        20                -           0.0000          -
48512.28/2488.44	c      2488             14          13        20                -           0.0000          -
48613.17/2493.54	c      2494             14          13        20                -           0.0000          -
48712.31/2498.60	c      2499             14          13        20                -           0.0000          -
48815.43/2503.74	c      2504             14          13        20                -           0.0000          -
48916.57/2508.81	c      2509             14          13        20                -           0.0000          -
49015.73/2513.88	c      2514             14          13        20                -           0.0000          -
49116.88/2518.95	c      2519             14          13        20                -           0.0000          -
49218.72/2524.06	c      2524             14          13        20                -           0.0000          -
49319.88/2529.17	c      2529             14          13        20                -           0.0000          -
49420.18/2534.28	c      2534             14          13        20                -           0.0000          -
49521.34/2539.33	c      2539             14          13        20                -           0.0000          -
49622.27/2544.40	c      2544             14          13        20                -           0.0000          -
49723.35/2549.56	c      2550             14          13        20                -           0.0000          -
49824.26/2554.62	c      2555             14          13        20                -           0.0000          -
49925.39/2559.70	c      2560             14          13        20                -           0.0000          -
50024.50/2564.72	c      2565             14          13        20                -           0.0000          -
50123.63/2569.78	c      2570             14          13        20                -           0.0000          -
50226.72/2574.96	c      2575             14          13        20                -           0.0000          -
50325.73/2580.01	c      2580             14          13        20                -           0.0000          -
50424.81/2585.05	c      2585             14          13        20                -           0.0000          -
50526.88/2590.13	c      2590             14          13        20                -           0.0000          -
50628.07/2595.18	c      2595             14          13        20                -           0.0000          -
50728.05/2600.25	c      2600             14          13        20                -           0.0000          -
50829.18/2605.36	c      2605             14          13        20                -           0.0000          -
50930.29/2610.46	c      2610             14          13        20                -           0.0000          -
51033.39/2615.61	c      2616             14          13        20                -           0.0000          -
51134.46/2620.73	c      2621             14          13        20                -           0.0000          -
51233.54/2625.78	c      2626             14          13        20                -           0.0000          -
51334.63/2630.86	c      2631             14          13        20                -           0.0000          -
51435.73/2635.91	c      2636             14          13        20                -           0.0000          -
51534.84/2640.99	c      2641             14          13        20                -           0.0000          -
51636.67/2646.04	c      2646             14          13        20                -           0.0000          -
51735.85/2651.11	c      2651             14          13        20                -           0.0000          -
51837.07/2656.15	c      2656             14          13        20                -           0.0000          -
51937.28/2661.22	c      2661             14          13        20                -           0.0000          -
52038.39/2666.30	c      2666             14          13        20                -           0.0000          -
52139.51/2671.44	c      2671             14          13        20                -           0.0000          -
52242.60/2676.63	c      2677             14          13        20                -           0.0000          -
52343.57/2681.71	c      2682             14          13        20                -           0.0000          -
52442.66/2686.79	c      2687             14          13        20                -           0.0000          -
52545.62/2692.00	c      2692             14          13        20                -           0.0000          -
52647.54/2697.11	c      2697             14          13        20                -           0.0000          -
52748.75/2702.19	c      2702             14          13        20                -           0.0000          -
52850.72/2707.31	c      2707             14          13        20                -           0.0000          -
52951.71/2712.42	c      2712             14          13        20                -           0.0000          -
53054.78/2717.62	c      2718             14          13        20                -           0.0000          -
53155.90/2722.72	c      2723             14          13        20                -           0.0000          -
53257.02/2727.88	c      2728             14          13        20                -           0.0000          -
53358.00/2732.94	c      2733             14          13        20                -           0.0000          -
53457.13/2738.02	c      2738             14          13        20                -           0.0000          -
53559.21/2743.15	c      2743             14          13        20                -           0.0000          -
53663.26/2748.33	c      2748             14          13        20                -           0.0000          -
53764.32/2753.42	c      2753             14          13        20                -           0.0000          -
53865.42/2758.53	c      2759             14          13        20                -           0.0000          -
53966.46/2763.61	c      2764             21          20        20                -           0.0000          -
54065.50/2768.69	c      2769             15          14        20                -           0.0000          -
54166.57/2773.76	c      2774             15          14        20                -           0.0000          -
54267.66/2778.84	c      2779             15          14        20                -           0.0000          -
54368.69/2783.93	c      2784             15          14        20                -           0.0000          -
54470.84/2789.06	c      2789             15          14        20                -           0.0000          -
54569.66/2794.13	c      2794             15          14        20                -           0.0000          -
54671.89/2799.22	c      2799             15          14        20                -           0.0000          -
54771.01/2804.28	c      2804             15          14        20                -           0.0000          -
54872.07/2809.38	c      2809             15          14        20                -           0.0000          -
54973.20/2814.44	c      2814             15          14        20                -           0.0000          -
55076.31/2819.61	c      2820             15          14        20                -           0.0000          -
55177.21/2824.72	c      2825             15          14        20                -           0.0000          -
55278.26/2829.83	c      2830             15          14        20                -           0.0000          -
55379.26/2834.90	c      2835             15          14        20                -           0.0000          -
55478.28/2840.04	c      2840             15          14        20                -           0.0000          -
55580.32/2845.13	c      2845             15          14        20                -           0.0000          -
55682.31/2850.24	c      2850             15          14        20                -           0.0000          -
55783.43/2855.31	c      2855             15          14        20                -           0.0000          -
55884.56/2860.44	c      2860             15          14        20                -           0.0000          -
55985.61/2865.52	c      2866             15          14        20                -           0.0000          -
56086.64/2870.61	c      2871             15          14        20                -           0.0000          -
56185.74/2875.70	c      2876             24          23        20                -           0.0000          -
56286.72/2880.78	c      2881             24          23        20                -           0.0000          -
56387.82/2885.81	c      2886             24          23        20                -           0.0000          -
56488.88/2890.93	c      2891             24          23        20                -           0.0000          -
56591.04/2896.07	c      2896             24          23        20                -           0.0000          -
56690.06/2901.14	c      2901             24          23        20                -           0.0000          -
56792.16/2906.22	c      2906             24          23        20                -           0.0000          -
56893.25/2911.30	c      2911             24          23        20                -           0.0000          -
56992.18/2916.39	c      2916             24          23        20                -           0.0000          -
57095.05/2921.51	c      2922             24          23        20                -           0.0000          -
57194.19/2926.56	c      2927             24          23        20                -           0.0000          -
57295.29/2931.66	c      2932             24          23        20                -           0.0000          -
57396.41/2936.73	c      2937             24          23        20                -           0.0000          -
57495.56/2941.76	c      2942             24          23        20                -           0.0000          -
57596.66/2946.89	c      2947             24          23        20                -           0.0000          -
57697.69/2952.00	c      2952             24          23        20                -           0.0000          -
57799.58/2957.09	c      2957             24          23        20                -           0.0000          -
57900.28/2962.16	c      2962             24          23        20                -           0.0000          -
58000.70/2967.26	c      2967             24          23        20                -           0.0000          -
58101.81/2972.31	c      2972             24          23        20                -           0.0000          -
58107.75/2972.70	c *    2973             24          23        20           0.0000           0.0000      0.00%
58109.67/2972.73	c      2973         374401           0         0           0.0000           0.0000      0.00%
58514.01/3006.31	c      3006         374401           0         0           0.0000           0.0000      0.00%
58820.37/3037.12	c      3037         374401           0         0           0.0000           0.0000      0.00%
59053.43/3063.05	c      3063         374401           0         0           0.0000           0.0000      0.00%
61167.25/3328.61	c      3329         374401           0         0           0.0000           0.0000      0.00%
61443.29/3368.22	c      3368         374401           0         0           0.0000           0.0000      0.00%
62156.42/3487.61	c      3488         374401           0         0           0.0000           0.0000      0.00%

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 (171209 MiB free)
  memory of node 1: 193494 MiB (176525 MiB free)
  memory of node 2: 193531 MiB (191109 MiB free)
  memory of node 3: 193531 MiB (191873 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-4465712-1722540873/watcher-4465712-1722540873 -o /tmp/evaluation-result-4465712-1722540873/solver-4465712-1722540873 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127950 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465712-1722540873.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100124 s]*
/proc/loadavg: 79.79 80.52 80.09 43/944 132421
/proc/meminfo: memFree=748180996/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=109200 memory=98192 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 22337 0 0 0 7 3 0 0 20 0 1 0 20670397 111820800 24548 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 27300 24548 2539 3035 0 23696 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 109200 KiB
Current children cumulated memory: 98192 KiB

[startup+0.219598 s]*
/proc/loadavg: 79.79 80.52 80.09 43/944 132421
/proc/meminfo: memFree=748146396/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=146608 memory=132504 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 28806 0 0 0 18 5 0 0 20 0 1 0 20670397 150126592 33126 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 36652 33126 2646 3035 0 33048 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 146608 KiB
Current children cumulated memory: 132504 KiB

[startup+0.319001 s]*
/proc/loadavg: 79.79 80.52 80.09 44/944 132421
/proc/meminfo: memFree=748127428/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=152404 memory=138416 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 33190 0 0 0 28 5 0 0 20 0 1 0 20670397 156061696 34604 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 38101 34604 2662 3035 0 34497 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 152404 KiB
Current children cumulated memory: 138416 KiB

[startup+0.70026 s]
/proc/loadavg: 79.79 80.52 80.09 46/944 132421
/proc/meminfo: memFree=748126488/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=159388 memory=145184 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 37418 0 0 0 63 6 0 0 20 0 1 0 20670397 163213312 36296 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 39847 36296 2710 3035 0 36243 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 159388 KiB
Current children cumulated memory: 145184 KiB

[startup+1.50028 s]
/proc/loadavg: 79.79 80.52 80.09 43/944 132423
/proc/meminfo: memFree=748108736/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=209884 memory=192220 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 46410 0 0 0 141 7 0 0 20 0 1 0 20670397 214921216 48055 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 52471 48055 2774 3035 0 48867 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 209884 KiB
Current children cumulated memory: 192220 KiB

[startup+3.11945 s]
/proc/loadavg: 76.85 79.90 79.89 43/944 132423
/proc/meminfo: memFree=748058500/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=217064 memory=198816 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 48118 0 0 0 302 8 0 0 20 0 1 0 20670397 222273536 49704 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 54266 49704 2774 3035 0 50662 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 217064 KiB
Current children cumulated memory: 198816 KiB

[startup+6.3001 s]
/proc/loadavg: 76.85 79.90 79.89 25/945 132425
/proc/meminfo: memFree=747538788/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=220136 memory=201972 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 48912 0 0 0 618 8 0 0 20 0 1 0 20670397 225419264 50493 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 55034 50493 2774 3035 0 51430 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 220136 KiB
Current children cumulated memory: 201972 KiB

[startup+12.7003 s]
/proc/loadavg: 75.74 79.62 79.80 24/907 132480
/proc/meminfo: memFree=766446488/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=226152 memory=208004 CPUtime=12.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 50477 0 0 0 1255 8 0 0 20 0 1 0 20670397 231579648 52001 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 56538 52001 2774 3035 0 52934 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 226152 KiB
Current children cumulated memory: 208004 KiB

[startup+25.5003 s]
/proc/loadavg: 68.57 77.80 79.20 63/987 132562
/proc/meminfo: memFree=762688176/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=227748 memory=209584 CPUtime=25.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) R 132417 132420 127938 0 -1 4194304 50859 0 0 0 2529 9 0 0 20 0 1 0 20670397 233213952 52396 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 56937 52396 2774 3035 0 53333 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 227748 KiB
Current children cumulated memory: 209584 KiB

[startup+51.136 s]
/proc/loadavg: 67.51 76.77 78.82 83/1027 132607
/proc/meminfo: memFree=758385992/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=4703252 memory=3312980 CPUtime=211.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) S 132417 132420 127938 0 -1 1077936128 1011826 0 0 0 20936 202 0 0 20 0 41 0 20670397 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 1175813 828245 2822 3035 0 951862 0
[pid=132420/tid=132566] ppid=132417 vsize=4703252 memory=280054819723872 CPUtime=8.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132566/stat : 132566 (fscip) R 132417 132420 127938 0 -1 4194368 45283 0 0 0 843 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132567] ppid=132417 vsize=4703252 memory=0 CPUtime=8.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132567/stat : 132567 (fscip) R 132417 132420 127938 0 -1 4194368 46611 0 0 0 842 8 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132568] ppid=132417 vsize=4703252 memory=2316 CPUtime=8.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132568/stat : 132568 (fscip) R 132417 132420 127938 0 -1 4194368 46667 0 0 0 841 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132569] ppid=132417 vsize=4703252 memory=10544 CPUtime=8.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132569/stat : 132569 (fscip) R 132417 132420 127938 0 -1 4194368 45256 0 0 0 843 6 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132570] ppid=132417 vsize=4703252 memory=5512 CPUtime=8.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132570/stat : 132570 (fscip) R 132417 132420 127938 0 -1 4194368 47014 0 0 0 839 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132571] ppid=132417 vsize=4703252 memory=15776 CPUtime=8.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132571/stat : 132571 (fscip) R 132417 132420 127938 0 -1 4194368 46816 0 0 0 837 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132572] ppid=132417 vsize=4703252 memory=0 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132572/stat : 132572 (fscip) R 132417 132420 127938 0 -1 4194368 45327 0 0 0 843 8 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132573] ppid=132417 vsize=4703252 memory=11448 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132573/stat : 132573 (fscip) R 132417 132420 127938 0 -1 4194368 46713 0 0 0 842 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132574] ppid=132417 vsize=4703252 memory=280054820188720 CPUtime=8.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132574/stat : 132574 (fscip) R 132417 132420 127938 0 -1 4194368 46857 0 0 0 837 10 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132575] ppid=132417 vsize=4703252 memory=-4290907346502844769 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132575/stat : 132575 (fscip) R 132417 132420 127938 0 -1 4194368 45401 0 0 0 842 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132576] ppid=132417 vsize=4703252 memory=0 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132576/stat : 132576 (fscip) R 132417 132420 127938 0 -1 4194368 46658 0 0 0 841 10 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132577] ppid=132417 vsize=4703252 memory=0 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132577/stat : 132577 (fscip) R 132417 132420 127938 0 -1 4194368 46696 0 0 0 842 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132578] ppid=132417 vsize=4703252 memory=15776 CPUtime=8.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132578/stat : 132578 (fscip) R 132417 132420 127938 0 -1 4194368 45314 0 0 0 842 10 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132579] ppid=132417 vsize=4703252 memory=280054820027440 CPUtime=8.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132579/stat : 132579 (fscip) R 132417 132420 127938 0 -1 4194368 46748 0 0 0 840 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132580] ppid=132417 vsize=4703252 memory=7307486663056845419 CPUtime=8.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132580/stat : 132580 (fscip) R 132417 132420 127938 0 -1 4194368 46414 0 0 0 844 8 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132581] ppid=132417 vsize=4703252 memory=8303054830060986464 CPUtime=8.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132581/stat : 132581 (fscip) R 132417 132420 127938 0 -1 4194368 45273 0 0 0 840 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132582] ppid=132417 vsize=4703252 memory=4206468019014099040 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132582/stat : 132582 (fscip) R 132417 132420 127938 0 -1 4194368 46747 0 0 0 842 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132583] ppid=132417 vsize=4703252 memory=4497 CPUtime=8.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132583/stat : 132583 (fscip) R 132417 132420 127938 0 -1 4194368 46413 0 0 0 818 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132584] ppid=132417 vsize=4703252 memory=4420 CPUtime=8.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132584/stat : 132584 (fscip) R 132417 132420 127938 0 -1 4194368 45327 0 0 0 845 8 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132585] ppid=132417 vsize=4703252 memory=11408 CPUtime=8.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132585/stat : 132585 (fscip) R 132417 132420 127938 0 -1 4194368 46688 0 0 0 842 9 0 0 20 0 41 0 20674548 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132586] ppid=132417 vsize=4703252 memory=13680 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132586/stat : 132586 (fscip) S 132417 132420 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132587] ppid=132417 vsize=4703252 memory=5512 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132587/stat : 132587 (fscip) S 132417 132420 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132588] ppid=132417 vsize=4703252 memory=15776 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132588/stat : 132588 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132589] ppid=132417 vsize=4703252 memory=40456 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132589/stat : 132589 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132590] ppid=132417 vsize=4703252 memory=8196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132590/stat : 132590 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132591] ppid=132417 vsize=4703252 memory=3300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132591/stat : 132591 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132592] ppid=132417 vsize=4703252 memory=25932 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132592/stat : 132592 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132593] ppid=132417 vsize=4703252 memory=21380 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132593/stat : 132593 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132594] ppid=132417 vsize=4703252 memory=2208 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132594/stat : 132594 (fscip) S 132417 132420 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132595] ppid=132417 vsize=4703252 memory=16724 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132595/stat : 132595 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132596] ppid=132417 vsize=4703252 memory=10544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132596/stat : 132596 (fscip) S 132417 132420 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132597] ppid=132417 vsize=4703252 memory=3312980 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132597/stat : 132597 (fscip) S 132417 132420 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132598] ppid=132417 vsize=4703252 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132598/stat : 132598 (fscip) S 132417 132420 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20674653 4816130048 828245 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0

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

/proc/132420/task/132586/stat : 132586 (fscip) S 132417 132420 127938 0 -1 1077936192 326 0 0 0 2 1 0 0 20 0 13 0 20674653 8638672896 1494855 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132587] ppid=132417 vsize=8436204 memory=6720667631894019425 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132587/stat : 132587 (fscip) S 132417 132420 127938 0 -1 1077936192 272 0 0 0 3 0 0 0 20 0 13 0 20674653 8638672896 1494855 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132588] ppid=132417 vsize=8436204 memory=7403828 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132588/stat : 132588 (fscip) S 132417 132420 127938 0 -1 1077936192 245 0 0 0 2 0 0 0 20 0 13 0 20674653 8638672896 1494855 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132589] ppid=132417 vsize=8436204 memory=5979420 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132589/stat : 132589 (fscip) S 132417 132420 127938 0 -1 1077936192 272 0 0 0 2 1 0 0 20 0 13 0 20674653 8638672896 1494855 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132597] ppid=132417 vsize=8436204 memory=148 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132597/stat : 132597 (fscip) S 132417 132420 127938 0 -1 1077936192 267 0 0 0 2 0 0 0 20 0 13 0 20674653 8638672896 1494855 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132603] ppid=132417 vsize=8436204 memory=5979420 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132603/stat : 132603 (fscip) S 132417 132420 127938 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 13 0 20674653 8638672896 1494855 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
Current children cumulated CPU time: 62005.3 s
Current children cumulated vsize: 8436204 KiB
Current children cumulated memory: 5979420 KiB

[startup+3522.3 s]
/proc/loadavg: 66.50 70.08 74.86 67/997 135207
/proc/meminfo: memFree=749185964/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=8352640 memory=5856216 CPUtime=62329.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) S 132417 132420 127938 0 -1 1077936128 34716691 0 0 0 6226108 6821 0 0 20 0 11 0 20670397 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 2088160 1464054 3334 3035 0 1834628 0
[pid=132420/tid=132566] ppid=132417 vsize=8352640 memory=5979420 CPUtime=3455.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132566/stat : 132566 (fscip) R 132417 132420 127938 0 -1 4194368 911848 0 0 0 345410 99 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132569] ppid=132417 vsize=8352640 memory=5979420 CPUtime=3451.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132569/stat : 132569 (fscip) R 132417 132420 127938 0 -1 4194368 897943 0 0 0 345011 96 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132572] ppid=132417 vsize=8352640 memory=8659836 CPUtime=3450.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132572/stat : 132572 (fscip) R 132417 132420 127938 0 -1 4194368 823692 0 0 0 344938 86 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132576] ppid=132417 vsize=8352640 memory=5979420 CPUtime=3455.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132576/stat : 132576 (fscip) R 132417 132420 127938 0 -1 4194368 1157701 0 0 0 345302 220 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132584] ppid=132417 vsize=8352640 memory=16724 CPUtime=3452.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132584/stat : 132584 (fscip) R 132417 132420 127938 0 -1 4194368 786659 0 0 0 345148 86 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132587] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132587/stat : 132587 (fscip) S 132417 132420 127938 0 -1 1077936192 283 0 0 0 3 0 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132588] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132588/stat : 132588 (fscip) S 132417 132420 127938 0 -1 1077936192 255 0 0 0 2 0 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132589] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132589/stat : 132589 (fscip) S 132417 132420 127938 0 -1 1077936192 284 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132597] ppid=132417 vsize=8352640 memory=7068 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132597/stat : 132597 (fscip) S 132417 132420 127938 0 -1 1077936192 282 0 0 0 2 0 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132603] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132603/stat : 132603 (fscip) S 132417 132420 127938 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
Current children cumulated CPU time: 62329.3 s
Current children cumulated vsize: 8352640 KiB
Current children cumulated memory: 5856216 KiB

[startup+3582.3 s]
/proc/loadavg: 65.72 69.20 74.26 67/996 135218
/proc/meminfo: memFree=749122640/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=8352640 memory=5856216 CPUtime=62627.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) S 132417 132420 127938 0 -1 1077936128 34745023 0 0 0 6255963 6824 0 0 20 0 11 0 20670397 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 2088160 1464054 3334 3035 0 1834628 0
[pid=132420/tid=132566] ppid=132417 vsize=8352640 memory=5979420 CPUtime=3514.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132566/stat : 132566 (fscip) R 132417 132420 127938 0 -1 4194368 917760 0 0 0 351379 99 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132569] ppid=132417 vsize=8352640 memory=5979420 CPUtime=3510.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132569/stat : 132569 (fscip) R 132417 132420 127938 0 -1 4194368 903728 0 0 0 350980 97 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132572] ppid=132417 vsize=8352640 memory=8659836 CPUtime=3509.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132572/stat : 132572 (fscip) R 132417 132420 127938 0 -1 4194368 829444 0 0 0 350910 87 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132576] ppid=132417 vsize=8352640 memory=5979420 CPUtime=3514.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132576/stat : 132576 (fscip) R 132417 132420 127938 0 -1 4194368 1163228 0 0 0 351274 221 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132584] ppid=132417 vsize=8352640 memory=16724 CPUtime=3512.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132584/stat : 132584 (fscip) R 132417 132420 127938 0 -1 4194368 791943 0 0 0 351119 86 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132587] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132587/stat : 132587 (fscip) S 132417 132420 127938 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132588] ppid=132417 vsize=8352640 memory=16724 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132588/stat : 132588 (fscip) S 132417 132420 127938 0 -1 1077936192 267 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132589] ppid=132417 vsize=8352640 memory=2684 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132589/stat : 132589 (fscip) S 132417 132420 127938 0 -1 1077936192 299 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132597] ppid=132417 vsize=8352640 memory=1668 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132597/stat : 132597 (fscip) S 132417 132420 127938 0 -1 1077936192 306 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132603] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132603/stat : 132603 (fscip) S 132417 132420 127938 0 -1 1077936192 196 0 0 0 2 0 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
Current children cumulated CPU time: 62627.9 s
Current children cumulated vsize: 8352640 KiB
Current children cumulated memory: 5856216 KiB

[startup+3642.3 s]
/proc/loadavg: 65.53 68.51 73.70 67/996 135229
/proc/meminfo: memFree=749020144/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=8352640 memory=5856216 CPUtime=62926.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) S 132417 132420 127938 0 -1 1077936128 34781887 0 0 0 6285820 6827 0 0 20 0 11 0 20670397 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 2088160 1464054 3334 3035 0 1834628 0
[pid=132420/tid=132566] ppid=132417 vsize=8352640 memory=16724 CPUtime=3574.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132566/stat : 132566 (fscip) R 132417 132420 127938 0 -1 4194368 925785 0 0 0 357350 100 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132569] ppid=132417 vsize=8352640 memory=2817 CPUtime=3570.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132569/stat : 132569 (fscip) R 132417 132420 127938 0 -1 4194368 911500 0 0 0 356951 98 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132572] ppid=132417 vsize=8352640 memory=16724 CPUtime=3569.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132572/stat : 132572 (fscip) R 132417 132420 127938 0 -1 4194368 836641 0 0 0 356883 88 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132576] ppid=132417 vsize=8352640 memory=5856216 CPUtime=3574.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132576/stat : 132576 (fscip) R 132417 132420 127938 0 -1 4194368 1170162 0 0 0 357247 221 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132584] ppid=132417 vsize=8352640 memory=8196 CPUtime=3571.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132584/stat : 132584 (fscip) R 132417 132420 127938 0 -1 4194368 798804 0 0 0 357090 87 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132587] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132587/stat : 132587 (fscip) S 132417 132420 127938 0 -1 1077936192 308 0 0 0 3 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132588] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132588/stat : 132588 (fscip) S 132417 132420 127938 0 -1 1077936192 280 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132589] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132589/stat : 132589 (fscip) S 132417 132420 127938 0 -1 1077936192 313 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132597] ppid=132417 vsize=8352640 memory=5856216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132597/stat : 132597 (fscip) S 132417 132420 127938 0 -1 1077936192 331 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132603] ppid=132417 vsize=8352640 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132603/stat : 132603 (fscip) S 132417 132420 127938 0 -1 1077936192 206 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
Current children cumulated CPU time: 62926.5 s
Current children cumulated vsize: 8352640 KiB
Current children cumulated memory: 5856216 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 43.32 62.01 71.17 26/901 135309
/proc/meminfo: memFree=772561048/790760804 swapFree=131071996/131071996
[pid=132420] ppid=132417 vsize=8352640 memory=5856216 CPUtime=63214 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/stat : 132420 (fscip) S 132417 132420 127938 0 -1 1077936128 34810665 0 0 0 6314569 6831 0 0 20 0 11 0 20670397 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
/proc/132420/statm: 2088160 1464054 3334 3035 0 1834628 0
[pid=132420/tid=132566] ppid=132417 vsize=8352640 memory=13680 CPUtime=3632 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132566/stat : 132566 (fscip) R 132417 132420 127938 0 -1 4194368 931765 0 0 0 363099 101 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132569] ppid=132417 vsize=8352640 memory=11908 CPUtime=3627.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132569/stat : 132569 (fscip) R 132417 132420 127938 0 -1 4194368 917304 0 0 0 362700 98 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132572] ppid=132417 vsize=8352640 memory=-7377879869136856701 CPUtime=3627.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132572/stat : 132572 (fscip) R 132417 132420 127938 0 -1 4194368 842506 0 0 0 362633 89 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132576] ppid=132417 vsize=8352640 memory=104 CPUtime=3632.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132576/stat : 132576 (fscip) R 132417 132420 127938 0 -1 4194368 1175722 0 0 0 362997 221 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132584] ppid=132417 vsize=8352640 memory=25932 CPUtime=3629.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132584/stat : 132584 (fscip) R 132417 132420 127938 0 -1 4194368 804304 0 0 0 362839 87 0 0 20 0 11 0 20674548 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132587] ppid=132417 vsize=8352640 memory=21380 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132587/stat : 132587 (fscip) S 132417 132420 127938 0 -1 1077936192 320 0 0 0 3 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132588] ppid=132417 vsize=8352640 memory=2208 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132588/stat : 132588 (fscip) S 132417 132420 127938 0 -1 1077936192 292 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132589] ppid=132417 vsize=8352640 memory=2036 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132589/stat : 132589 (fscip) S 132417 132420 127938 0 -1 1077936192 325 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132597] ppid=132417 vsize=8352640 memory=31316 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132597/stat : 132597 (fscip) S 132417 132420 127938 0 -1 1077936192 355 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
[pid=132420/tid=132603] ppid=132417 vsize=8352640 memory=28568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/132420/task/132603/stat : 132603 (fscip) S 132417 132420 127938 0 -1 1077936192 215 0 0 0 2 1 0 0 20 0 11 0 20674653 8553103360 1464054 809668444160 4194304 16623229 140727131363056 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55861248 140727131366409 140727131366527 140727131366527 140727131373552 0
Current children cumulated CPU time: 63214 s
Current children cumulated vsize: 8352640 KiB
Current children cumulated memory: 5856216 KiB

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

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

# cumulated CPU time of all completed processes:  user=63145.7 s, system=68.5045 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3700.22 s]
/proc/loadavg: 43.32 62.01 71.17 22/891 135309
/proc/meminfo: memFree=776139040/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3700.22
CPU time (s): 63214.2
CPU user time (s): 63145.7
CPU system time (s): 68.5045
CPU usage (%): 1708.39
Max. virtual memory (cumulated for all children) (KiB): 23495456
Max. memory (cumulated for all children) (KiB): 18245916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63145.7
system time used= 68.5045
maximum resident set size= 18245916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34810666
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= 134990
involuntary context switches= 265438


# summary of solver processes directly reported to runsolver:
#   pid: 132420
#   total CPU time (s): 63214.2
#   total CPU user time (s): 63145.7
#   total CPU system time (s): 68.5045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.9041 second user time and 92.9288 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 21:34:33
IDJOB=4465712
IDBENCH=158326
IDSOLVER=3094
FILE ID=nodeD105/4465712-1722540873
RUNJOBID= nodeD105-1722533544-127950
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K196.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-4465712-1722540873/watcher-4465712-1722540873 -o /tmp/evaluation-result-4465712-1722540873/solver-4465712-1722540873 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127950 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465712-1722540873.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 8df9702f370312ff59707c84e3b82f3b
RANDOM SEED=933385546

nodeD105.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		: 2909.057
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		: 3070.771
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2022.682
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	: 5011.74
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		: 3043.990
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	: 5011.78
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		: 2909.070
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		: 3075.973
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 1717.283
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	: 5011.74
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		: 2638.180
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	: 5011.78
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		: 2909.091
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		: 3076.125
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2649.189
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	: 5011.74
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		: 2634.446
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	: 5011.78
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		: 2909.094
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		: 3076.242
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2655.393
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	: 5011.74
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		: 2838.108
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	: 5011.78
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		: 2909.102
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		: 3076.356
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2656.601
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	: 5011.74
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		: 2633.187
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	: 5011.78
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		: 2909.108
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		: 3076.368
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2654.068
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	: 5011.74
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		: 2640.412
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	: 5011.78
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		: 2909.112
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		: 3076.343
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2647.522
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	: 5011.74
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		: 2637.207
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	: 5011.78
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		: 2909.118
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		: 2847.928
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2658.125
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	: 5011.74
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		: 2644.809
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	: 5011.78
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		: 2909.127
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		: 3076.318
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2647.782
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	: 5011.74
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		: 2639.003
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	: 5011.78
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		: 2909.132
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		: 3076.302
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2656.915
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	: 5011.74
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		: 3882.958
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	: 5011.78
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		: 2909.135
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		: 3076.280
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2650.880
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	: 5011.74
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		: 2632.347
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	: 5011.78
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		: 2909.140
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		: 3076.279
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 1878.413
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	: 5011.74
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		: 2633.827
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	: 5011.78
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		: 2909.149
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		: 3076.257
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3593.755
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	: 5011.74
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		: 2642.857
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	: 5011.78
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		: 2909.150
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		: 3076.252
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3111.752
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	: 5011.74
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		: 2641.927
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	: 5011.78
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		: 2909.156
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		: 3076.247
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2602.982
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	: 5011.74
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		: 2636.651
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	: 5011.78
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		: 2909.158
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		: 3076.240
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3664.071
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	: 5011.74
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		: 2647.085
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	: 5011.78
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		: 2909.163
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		: 3076.214
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3465.175
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	: 5011.74
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		: 2632.409
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	: 5011.78
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		: 2908.627
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		: 3068.660
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2666.513
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	: 5011.74
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		: 2646.999
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	: 5011.78
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		: 2909.174
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		: 3076.195
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2654.023
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	: 5011.74
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		: 2652.840
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	: 5011.78
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		: 2909.180
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		: 3076.176
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2602.297
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	: 5011.74
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		: 3628.567
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        748256424 kB
MemAvailable:   750465848 kB
Buffers:          300276 kB
Cached:          5219868 kB
SwapCached:            0 kB
Active:           471288 kB
Inactive:       39383408 kB
Active(anon):       2168 kB
Inactive(anon): 34354928 kB
Active(file):     469120 kB
Inactive(file):  5028480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30788 kB
Writeback:            40 kB
AnonPages:      34334968 kB
Mapped:           128244 kB
Shmem:             22536 kB
KReclaimable:     263056 kB
Slab:             631020 kB
SReclaimable:     263056 kB
SUnreclaim:       367964 kB
KernelStack:       16224 kB
PageTables:        87776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3510140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           272256 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1931264 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:    68055040 kB
DirectMap1G:    737148928 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD105 at 2024-08-01 22:36:13