Trace number 4465774

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=6.opb
MD5SUM452542b5617bc71813112a35665296a2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.31016
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables148
Total number of constraints1760
Number of constraints which are clauses1752
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
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.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 26038272, getVmSize() = 26038272, SCIPgetMemUsed() = 2810871, SCIPgetMemTotal() = 4429455, SCIPgetMemExternEstim() = 1884500
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 17527108, getVmSize() = 31338496, SCIPgetMemUsed() = 4053146, SCIPgetMemTotal() = 8480954, SCIPgetMemExternEstim() = 1884500
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465774-1722603477
0.00/0.02	c   Variables        : 148 (148 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 1760
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 148 (148 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 1760
0.00/0.02	c Constraints        : Number
0.00/0.02	c   setppc           : 8 
0.00/0.02	c   logicor          : 1752 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.03	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.09	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.10	c                                Nodes    Active                                            
0.00/0.10	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.24/0.14	c *       0              0           1        20           8.0000                -          -
0.24/0.16	c *       0              0           1        20           7.0000                -          -
0.24/0.16	c *       0              0           1        20           4.0000                -          -
0.24/0.17	c *       0              0           1        20           3.0000                -          -
0.24/0.23	c *       0              0           1        20           2.0000                -          -
96.65/5.03	c         5            392         299        20           2.0000           0.0000          -
195.68/10.09	c        10           1202         866        20           2.0000           0.0000          -
296.13/15.15	c        15           1281         139        20           2.0000           0.0000          -
396.33/20.22	c        20           2255         830        20           2.0000           0.0000          -
494.94/25.27	c        25         123335          54        20           2.0000           0.0000          -
595.61/30.32	c        30         151201          55        20           2.0000           0.0000          -
694.24/35.36	c        35         178963          58        20           2.0000           0.0000          -
794.92/40.41	c        40         204957          52        20           2.0000           0.0000          -
893.69/45.43	c        45         228656          56        20           2.0000           0.0000          -
994.38/50.50	c        50         253951          68        20           2.0000           0.0000          -
1092.92/55.56	c        56         279946          55        20           2.0000           0.0000          -
1195.76/60.75	c        61         303789          59        20           2.0000           0.0000          -
1296.31/65.80	c        66         327577          56        20           2.0000           0.0000          -
1394.91/70.85	c        71         350776          46        20           2.0000           0.0000          -
1493.45/75.90	c        76         372378          48        20           2.0000           0.0000          -
1593.89/80.95	c        81         395960          50        20           2.0000           0.0000          -
1692.59/86.00	c        86         420419          60        20           2.0000           0.0000          -
1793.97/91.05	c        91         447814          51        20           2.0000           0.0000          -
1892.70/96.10	c        96         471346          55        20           2.0000           0.0000          -
1992.88/101.15	c       101         495481          53        20           2.0000           0.0000          -
2091.52/106.20	c       106         519060          52        20           2.0000           0.0000          -
2191.63/111.26	c       111         541652          48        20           2.0000           0.0000          -
2292.31/116.31	c       116         566777          56        20           2.0000           0.0000          -
2390.88/121.36	c       121         589993          54        20           2.0000           0.0000          -
2491.40/126.43	c       126         612688          48        20           2.0000           0.0000          -
2590.16/131.48	c       131         637951          53        20           2.0000           0.0000          -
2690.66/136.58	c       137         660583          44        20           2.0000           0.0000          -
2791.59/141.63	c       142         683788          54        20           2.0000           0.0000          -
2892.53/146.75	c       147         707073          52        20           2.0000           0.0000          -
2991.56/151.80	c       152         729658          48        20           2.0000           0.0000          -
3092.42/156.86	c       157          88186       20085        20           2.0000           0.0000          -
3193.36/161.91	c       162          91294       20548        20           2.0000           0.0000          -
3292.10/166.92	c       167         800192          58        20           2.0000           0.0000          -
3390.80/171.97	c       172         821945          45        20           2.0000           0.0000          -
3489.38/177.02	c       177         847181          53        20           2.0000           0.0000          -
3590.81/182.07	c       182         870418          47        20           2.0000           0.0000          -
3691.10/187.15	c       187         893969          52        20           2.0000           0.0000          -
3791.22/192.21	c       192         916572          50        20           2.0000           0.0000          -
3889.50/197.26	c       197         103845       22954        20           2.0000           0.0000          -
3989.82/202.31	c       202         107549       23527        20           2.0000           0.0000          -
4088.28/207.36	c       207         988717          46        20           2.0000           0.0000          -
4188.98/212.41	c       212        1012369          61        20           2.0000           0.0000          -
4287.71/217.46	c       217         126944       24613        20           2.0000           0.0000          -
4388.26/222.51	c       223         130344       25051        20           2.0000           0.0000          -
4486.86/227.56	c       228        1074386          49        20           2.0000           0.0000          -
4587.46/232.61	c       233        1095975          49        20           2.0000           0.0000          -
4686.07/237.66	c       238        1118784          42        20           2.0000           0.0000          -
4786.80/242.71	c       243        1141152          39        20           2.0000           0.0000          -
4885.59/247.76	c       248        1163195          54        20           2.0000           0.0000          -
4984.63/252.77	c       253        1204646          45        20           2.0000           0.0000          -
5085.27/257.80	c       258        1230146          56        20           2.0000           0.0000          -
5184.20/262.88	c       263        1255192          47        20           2.0000           0.0000          -
5284.65/267.93	c       268        1279414          47        20           2.0000           0.0000          -
5383.44/272.97	c       273        1305611          40        20           2.0000           0.0000          -
5484.35/278.03	c       278        1330184          48        20           2.0000           0.0000          -
5583.20/283.11	c       283        1327681          52        20           2.0000           0.0000          -
5683.69/288.16	c       288        1353066          45        20           2.0000           0.0000          -
5783.62/293.21	c       293        1377393          55        20           2.0000           0.0000          -
5882.16/298.26	c       298        1400185          51        20           2.0000           0.0000          -
5982.57/303.31	c       303        1424412          53        20           2.0000           0.0000          -
6081.10/308.36	c       308        1449405          55        20           2.0000           0.0000          -
6181.63/313.41	c       313        1474752          45        20           2.0000           0.0000          -
6280.07/318.46	c       318        1500495          49        20           2.0000           0.0000          -
6380.68/323.51	c       324        1526666          44        20           2.0000           0.0000          -
6479.03/328.56	c       329        1551314          57        20           2.0000           0.0000          -
6579.84/333.62	c       334        1575666          53        20           2.0000           0.0000          -
6678.28/338.66	c       339        1600116          55        20           2.0000           0.0000          -
6778.74/343.72	c       344        1624094          51        20           2.0000           0.0000          -
6877.17/348.76	c       349        1647322          52        20           2.0000           0.0000          -
6977.86/353.81	c       354        1672086          55        20           2.0000           0.0000          -
7076.45/358.86	c       359        1696558          44        20           2.0000           0.0000          -
7177.08/363.90	c       364        1749826          49        20           2.0000           0.0000          -
7275.64/368.96	c       369        1743995          53        20           2.0000           0.0000          -
7374.48/374.01	c       374        1768281          45        20           2.0000           0.0000          -
7475.58/379.06	c       379        1790438          58        20           2.0000           0.0000          -
7574.06/384.11	c       384        1813633          44        20           2.0000           0.0000          -
7674.52/389.13	c       389        1869752          43        20           2.0000           0.0000          -
7773.03/394.16	c       394         224435       43307        20           2.0000           0.0000          -
7873.27/399.26	c       399         227809       43762        20           2.0000           0.0000          -
7974.02/404.31	c       404         229232       44035        20           2.0000           0.0000          -
8072.54/409.36	c       409         232349       44520        20           2.0000           0.0000          -
8173.20/414.41	c       414         234843       45040        20           2.0000           0.0000          -
8271.77/419.46	c       419         237857       45670        20           2.0000           0.0000          -
8372.47/424.51	c       425         241506       46531        20           2.0000           0.0000          -
8471.30/429.56	c       430         245233       46940        20           2.0000           0.0000          -
8571.89/434.61	c       435         248802       47221        20           2.0000           0.0000          -
8670.52/439.66	c       440         250960       47328        20           2.0000           0.0000          -
8771.24/444.70	c       445        2165848          44        20           2.0000           0.0000          -
8870.04/449.76	c       450         256271       47662        20           2.0000           0.0000          -
8970.70/454.81	c       455        2163224          55        20           2.0000           0.0000          -
9069.45/459.86	c       460        2189006          48        20           2.0000           0.0000          -
9169.80/464.91	c       465        2215277          40        20           2.0000           0.0000          -
9268.31/469.96	c       470        2239736          40        20           2.0000           0.0000          -
9366.70/475.01	c       475        2263623          54        20           2.0000           0.0000          -
9467.89/480.06	c       480        2287757          51        20           2.0000           0.0000          -
9566.32/485.11	c       485        2313634          68        20           2.0000           0.0000          -
9666.90/490.16	c       490        2336454          49        20           2.0000           0.0000          -
9766.88/495.21	c       495        2361205          60        20           2.0000           0.0000          -
9865.50/500.26	c       500        2385094          47        20           2.0000           0.0000          -
9966.07/505.31	c       505        2407234          43        20           2.0000           0.0000          -
10064.56/510.33	c       510        2468733          52        20           2.0000           0.0000          -
10163.42/515.36	c       515        2490450          44        20           2.0000           0.0000          -
10264.16/520.41	c       520        2514641          43        20           2.0000           0.0000          -
10362.62/525.45	c       525         368702       52027        20           2.0000           0.0000          -
10461.41/530.50	c       530         372963       52560        20           2.0000           0.0000          -
10562.02/535.56	c       536         370847       63768        20           2.0000           0.0000          -
10660.72/540.58	c       541         375048       64293        20           2.0000           0.0000          -
10761.11/545.61	c       546         379003       64777        20           2.0000           0.0000          -
10859.71/550.67	c       551         317002       57331        20           2.0000           0.0000          -
10960.23/555.76	c       556         392558       53667        20           2.0000           0.0000          -
11060.87/560.83	c       561         391740       66727        20           2.0000           0.0000          -
11159.36/565.89	c       566        2730026          44        20           2.0000           0.0000          -
11260.27/570.91	c       571         401324       68681        20           2.0000           0.0000          -
11358.80/575.99	c       576        2778834          50        20           2.0000           0.0000          -
11459.91/581.06	c       581         409655       70695        20           2.0000           0.0000          -
11558.26/586.10	c       586         413986       71649        20           2.0000           0.0000          -
11659.00/591.15	c       591         418254       72456        20           2.0000           0.0000          -
11757.65/596.20	c       596         422387       73186        20           2.0000           0.0000          -
11857.49/601.25	c       601         426481       73974        20           2.0000           0.0000          -
11956.20/606.30	c       606         430610       74713        20           2.0000           0.0000          -
12056.87/611.32	c       611        2950489          34        20           2.0000           0.0000          -
12157.41/616.40	c       616         437455       76187        20           2.0000           0.0000          -
12256.21/621.45	c       621         440706       76584        20           2.0000           0.0000          -
12354.79/626.50	c       626         444189       77132        20           2.0000           0.0000          -
12455.55/631.52	c       632        3055996          38        20           2.0000           0.0000          -
12554.13/636.55	c       637        3080787          38        20           2.0000           0.0000          -
12652.69/641.60	c       642        3112011          46        20           2.0000           0.0000          -
12753.62/646.67	c       647        3145631          51        20           2.0000           0.0000          -
12854.32/651.72	c       652        3173981          53        20           2.0000           0.0000          -
12953.03/656.76	c       657        3203578          38        20           2.0000           0.0000          -
13053.80/661.81	c       662        3233620          53        20           2.0000           0.0000          -
13152.51/666.86	c       667        3261073          51        20           2.0000           0.0000          -
13253.13/671.93	c       672        3284250          52        20           2.0000           0.0000          -
13351.58/677.00	c       677         485439       62873        20           2.0000           0.0000          -
13452.72/682.05	c       682         488582       63345        20           2.0000           0.0000          -
13551.25/687.10	c       687         492709       63873        20           2.0000           0.0000          -
13651.79/692.15	c       692         496813       64398        20           2.0000           0.0000          -
13750.48/697.20	c       697         501043       64738        20           2.0000           0.0000          -
13850.74/702.25	c       702         505484       64993        20           2.0000           0.0000          -
13949.53/707.26	c       707         399533       71168        20           2.0000           0.0000          -
14050.27/712.32	c       712        3490015          39        20           2.0000           0.0000          -
14148.86/717.40	c       717         502799       88267        20           2.0000           0.0000          -
14249.35/722.45	c       722         506474       89048        20           2.0000           0.0000          -
14347.83/727.50	c       728         510063       89861        20           2.0000           0.0000          -
14448.25/732.55	c       733         513232       90472        20           2.0000           0.0000          -
14546.78/737.57	c       738        3625318          57        20           2.0000           0.0000          -
14647.38/742.61	c       743        3646879          55        20           2.0000           0.0000          -
14745.96/747.65	c       748        3670505          60        20           2.0000           0.0000          -
14844.94/752.66	c       753        3692872          53        20           2.0000           0.0000          -
14945.58/757.78	c       758        3714397          53        20           2.0000           0.0000          -
15046.41/762.83	c       763        3738358          52        20           2.0000           0.0000          -
15144.94/767.88	c       768        3760697          48        20           2.0000           0.0000          -
15245.74/772.93	c       773        3782589          51        20           2.0000           0.0000          -
15344.49/777.94	c       778        3805577          45        20           2.0000           0.0000          -
15443.25/782.99	c       783        3827788          44        20           2.0000           0.0000          -
15544.36/788.04	c       788        3850011          48        20           2.0000           0.0000          -
15643.33/793.08	c       793         422153       77503        20           2.0000           0.0000          -
15744.28/798.14	c       798         423880       77773        20           2.0000           0.0000          -
15842.93/803.19	c       803         425737       77958        20           2.0000           0.0000          -
15942.95/808.25	c       808        3936949          43        20           2.0000           0.0000          -
16043.62/813.32	c       813        3959316          47        20           2.0000           0.0000          -
16142.18/818.39	c       818        3983028          47        20           2.0000           0.0000          -
16242.71/823.44	c       823        4008163          47        20           2.0000           0.0000          -
16341.28/828.50	c       828         571355       99400        20           2.0000           0.0000          -
16441.80/833.55	c       834         574779      100064        20           2.0000           0.0000          -
16542.49/838.60	c       839        4081322          54        20           2.0000           0.0000          -
16641.24/843.65	c       844         581819      101826        20           2.0000           0.0000          -
16742.15/848.70	c       849         583484      102234        20           2.0000           0.0000          -
16841.14/853.75	c       854         586280      102692        20           2.0000           0.0000          -
16939.87/858.80	c       859         589756      103819        20           2.0000           0.0000          -
17040.60/863.85	c       864         593143      104638        20           2.0000           0.0000          -
17139.52/868.90	c       869         595392      105379        20           2.0000           0.0000          -
17240.39/873.95	c       874         597831      105699        20           2.0000           0.0000          -
17339.26/879.00	c       879         600498      106005        20           2.0000           0.0000          -
17440.48/884.05	c       884         603518      106259        20           2.0000           0.0000          -
17539.40/889.09	c       889        4316142          44        20           2.0000           0.0000          -
17639.78/894.15	c       894        4229814          55        20           2.0000           0.0000          -
17738.02/899.20	c       899        4251958          52        20           2.0000           0.0000          -
17838.15/904.25	c       904        4274963          57        20           2.0000           0.0000          -
17936.84/909.30	c       909        4298589          61        20           2.0000           0.0000          -
18037.18/914.35	c       914        4322933          68        20           2.0000           0.0000          -
18135.60/919.40	c       919        4348689          60        20           2.0000           0.0000          -
18236.26/924.45	c       924        4374716          51        20           2.0000           0.0000          -
18335.21/929.50	c       930        4516582          38        20           2.0000           0.0000          -
18436.05/934.55	c       935         625499      110002        20           2.0000           0.0000          -
18534.86/939.60	c       940         627898      110292        20           2.0000           0.0000          -
18635.26/944.65	c       945         631158      110524        20           2.0000           0.0000          -
18735.94/949.70	c       950         634081      110743        20           2.0000           0.0000          -
18834.61/954.75	c       955         636964      110986        20           2.0000           0.0000          -
18933.19/959.80	c       960         638910      111381        20           2.0000           0.0000          -
19033.95/964.85	c       965         642451      112027        20           2.0000           0.0000          -
19132.88/969.88	c       970        4709173          41        20           2.0000           0.0000          -
19233.62/974.90	c       975        4733261          40        20           2.0000           0.0000          -
19332.33/979.95	c       980        4756498          42        20           2.0000           0.0000          -
19430.79/984.96	c       985        4781136          39        20           2.0000           0.0000          -
19529.28/990.02	c       990         539291       86048        20           2.0000           0.0000          -
19630.52/995.03	c       995         542975       86240        20           2.0000           0.0000          -
19728.97/1000.09	c      1000         546104       86553        20           2.0000           0.0000          -
19827.89/1005.10	c      1005         549122       86823        20           2.0000           0.0000          -
19928.82/1010.17	c      1010         552417       87727        20           2.0000           0.0000          -
20028.80/1015.25	c      1015         555812       88529        20           2.0000           0.0000          -
20127.22/1020.30	c      1020        4955829          35        20           2.0000           0.0000          -
20227.86/1025.34	c      1025        4981560          48        20           2.0000           0.0000          -
20328.25/1030.45	c      1030        5005871          55        20           2.0000           0.0000          -
20426.63/1035.49	c      1035        5031003          50        20           2.0000           0.0000          -
20527.43/1040.54	c      1041        5055438          47        20           2.0000           0.0000          -
20627.99/1045.61	c      1046        5080170          48        20           2.0000           0.0000          -
20726.29/1050.69	c      1051         577051       90315        20           2.0000           0.0000          -
20827.08/1055.74	c      1056         580259       91137        20           2.0000           0.0000          -
20926.05/1060.78	c      1061        5159219          57        20           2.0000           0.0000          -
21026.58/1065.83	c      1066        5182406          47        20           2.0000           0.0000          -
21125.46/1070.89	c      1071         771923      107402        20           2.0000           0.0000          -
21226.31/1075.94	c      1076         774418      107838        20           2.0000           0.0000          -
21325.10/1080.99	c      1081         777170      108253        20           2.0000           0.0000          -
21426.33/1086.04	c      1086         779920      108486        20           2.0000           0.0000          -
21525.34/1091.09	c      1091         720935      124417        20           2.0000           0.0000          -
21626.11/1096.14	c      1096         724180      124926        20           2.0000           0.0000          -
21725.18/1101.19	c      1101         727676      125541        20           2.0000           0.0000          -
21825.24/1106.24	c      1106         730718      125962        20           2.0000           0.0000          -
21924.07/1111.29	c      1111         794928      109894        20           2.0000           0.0000          -
22024.78/1116.34	c      1116         798453      110032        20           2.0000           0.0000          -
22123.48/1121.39	c      1121         802311      110268        20           2.0000           0.0000          -
22224.11/1126.44	c      1126         805904      110590        20           2.0000           0.0000          -
22322.87/1131.49	c      1131         809140      110811        20           2.0000           0.0000          -
22423.56/1136.54	c      1137         812551      111064        20           2.0000           0.0000          -
22522.29/1141.57	c      1142        5565644          55        20           2.0000           0.0000          -
22622.81/1146.62	c      1147        5590737          49        20           2.0000           0.0000          -
22721.43/1151.67	c      1152        5616523          47        20           2.0000           0.0000          -
22822.06/1156.74	c      1157         824582      112018        20           2.0000           0.0000          -
22920.91/1161.76	c      1162        5664656          44        20           2.0000           0.0000          -
23021.72/1166.84	c      1167         831661      112788        20           2.0000           0.0000          -
23120.24/1171.89	c      1172         834757      113187        20           2.0000           0.0000          -
23220.62/1176.94	c      1177         837899      113401        20           2.0000           0.0000          -
23319.20/1181.99	c      1182         840869      113639        20           2.0000           0.0000          -
23420.58/1187.04	c      1187         844024      113749        20           2.0000           0.0000          -
23519.22/1192.09	c      1192         846228      114227        20           2.0000           0.0000          -
23618.42/1197.14	c      1197         849128      114968        20           2.0000           0.0000          -
23719.01/1202.19	c      1202         852094      115275        20           2.0000           0.0000          -
23818.67/1207.24	c      1207         855065      115477        20           2.0000           0.0000          -
23917.56/1212.26	c      1212        5906287          48        20           2.0000           0.0000          -
24018.42/1217.32	c      1217        5931709          49        20           2.0000           0.0000          -
24117.27/1222.34	c      1222        5955676          44        20           2.0000           0.0000          -
24216.04/1227.37	c      1227         689058      100864        20           2.0000           0.0000          -
24314.67/1232.38	c      1232        6003893          38        20           2.0000           0.0000          -
24415.44/1237.41	c      1237         805357      137012        20           2.0000           0.0000          -
24514.23/1242.45	c      1242         808329      137133        20           2.0000           0.0000          -
24613.09/1247.50	c      1248         811464      137393        20           2.0000           0.0000          -
24714.03/1252.56	c      1253         814693      137377        20           2.0000           0.0000          -
24814.80/1257.61	c      1258         817864      137703        20           2.0000           0.0000          -
24913.54/1262.67	c      1263        6131186          47        20           2.0000           0.0000          -
25014.22/1267.72	c      1268        6153021          49        20           2.0000           0.0000          -
25112.89/1272.77	c      1273        6174435          38        20           2.0000           0.0000          -
25213.54/1277.83	c      1278        6197158          51        20           2.0000           0.0000          -
25312.27/1282.89	c      1283        6225164          44        20           2.0000           0.0000          -
25412.94/1287.94	c      1288        6253692          36        20           2.0000           0.0000          -
25511.43/1292.99	c      1293        6275434          54        20           2.0000           0.0000          -
25612.63/1298.06	c      1298        6296527          52        20           2.0000           0.0000          -
25711.40/1303.10	c      1303        6318675          43        20           2.0000           0.0000          -
25811.81/1308.15	c      1308        6341123          43        20           2.0000           0.0000          -
25910.87/1313.20	c      1313        6363401          46        20           2.0000           0.0000          -
26010.98/1318.25	c      1318        6385937          45        20           2.0000           0.0000          -
26109.83/1323.29	c      1323        6408183          62        20           2.0000           0.0000          -
26210.75/1328.35	c      1328        6431841          47        20           2.0000           0.0000          -
26309.69/1333.40	c      1333        6455800          46        20           2.0000           0.0000          -
26410.24/1338.45	c      1338        6479248          47        20           2.0000           0.0000          -
26509.07/1343.47	c      1343        6500785          52        20           2.0000           0.0000          -
26607.89/1348.49	c      1348         937796      124275        20           2.0000           0.0000          -
26708.72/1353.54	c      1354         940873      124479        20           2.0000           0.0000          -
26807.25/1358.59	c      1359        6573441          49        20           2.0000           0.0000          -
26908.04/1363.64	c      1364        6597559          38        20           2.0000           0.0000          -
27006.85/1368.69	c      1369        6620548          45        20           2.0000           0.0000          -
27107.52/1373.74	c      1374        6642423          40        20           2.0000           0.0000          -
27206.44/1378.79	c      1379        6666734          41        20           2.0000           0.0000          -
27307.17/1383.85	c      1384        6691054          39        20           2.0000           0.0000          -
27405.82/1388.90	c      1389        6715001          37        20           2.0000           0.0000          -
27506.47/1393.92	c      1394        6739033          48        20           2.0000           0.0000          -
27604.88/1398.93	c      1399        6761264          38        20           2.0000           0.0000          -
27703.69/1403.96	c      1404         794169      113113        20           2.0000           0.0000          -
27802.20/1409.01	c      1409         795932      113690        20           2.0000           0.0000          -
27903.75/1414.06	c      1414         799008      114188        20           2.0000           0.0000          -
28002.25/1419.09	c      1419        6867898          36        20           2.0000           0.0000          -
28103.06/1424.20	c      1424        6892857          44        20           2.0000           0.0000          -
28205.12/1429.31	c      1429        6918692          46        20           2.0000           0.0000          -
28303.61/1434.37	c      1434        6941189          44        20           2.0000           0.0000          -
28404.35/1439.42	c      1439         899878      146724        20           2.0000           0.0000          -
28503.09/1444.47	c      1444        6993275          39        20           2.0000           0.0000          -
28603.55/1449.54	c      1450        7019823          54        20           2.0000           0.0000          -
28702.21/1454.58	c      1455        7042565          50        20           2.0000           0.0000          -
28802.79/1459.63	c      1460        7066731          51        20           2.0000           0.0000          -
28901.54/1464.68	c      1465        7091935          45        20           2.0000           0.0000          -
29002.24/1469.74	c      1470        7118479          49        20           2.0000           0.0000          -
29102.71/1474.81	c      1475        7145242          37        20           2.0000           0.0000          -
29201.43/1479.86	c      1480        7169556          42        20           2.0000           0.0000          -
29300.13/1484.88	c      1485         911777      147977        20           2.0000           0.0000          -
29400.84/1489.96	c      1490         913000      148093        20           2.0000           0.0000          -
29499.73/1495.02	c      1495        7246336          44        20           2.0000           0.0000          -
29601.63/1500.11	c      1500        7273096          39        20           2.0000           0.0000          -
29702.40/1505.16	c      1505        7298591          43        20           2.0000           0.0000          -
29802.79/1510.24	c      1510        1042361      133076        20           2.0000           0.0000          -
29901.59/1515.29	c      1515        1045627      132986        20           2.0000           0.0000          -
30002.37/1520.34	c      1520        1049340      133513        20           2.0000           0.0000          -
30101.10/1525.39	c      1525        1053048      134301        20           2.0000           0.0000          -
30202.20/1530.44	c      1530        1056495      135077        20           2.0000           0.0000          -
30300.92/1535.49	c      1535        1060110      135354        20           2.0000           0.0000          -
30401.86/1540.55	c      1541        1064127      135659        20           2.0000           0.0000          -
30500.72/1545.59	c      1546         926700      149611        20           2.0000           0.0000          -
30601.57/1550.62	c      1551        7515397          54        20           2.0000           0.0000          -
30700.35/1555.69	c      1556         929571      149925        20           2.0000           0.0000          -
30801.26/1560.71	c      1561        7561857          43        20           2.0000           0.0000          -
30900.18/1565.73	c      1566        7587457          57        20           2.0000           0.0000          -
30998.97/1570.80	c      1571        7611765          53        20           2.0000           0.0000          -
31099.63/1575.86	c      1576        7636090          40        20           2.0000           0.0000          -
31198.64/1580.89	c      1581        7662726          57        20           2.0000           0.0000          -
31299.42/1585.97	c      1586        7686220          52        20           2.0000           0.0000          -
31400.78/1591.04	c      1591        7490112          54        20           2.0000           0.0000          -
31499.58/1596.09	c      1596         937448      150467        20           2.0000           0.0000          -
31598.78/1601.10	c      1601        7763601          51        20           2.0000           0.0000          -
31697.81/1606.12	c      1606        7789032          50        20           2.0000           0.0000          -
31798.88/1611.17	c      1611        7816549          46        20           2.0000           0.0000          -
31899.08/1616.25	c      1616        7845133          42        20           2.0000           0.0000          -
31998.07/1621.30	c      1621        7872691          49        20           2.0000           0.0000          -
32099.12/1626.38	c      1626        1109239      148982        20           2.0000           0.0000          -
32200.08/1631.43	c      1631        7924885          49        20           2.0000           0.0000          -
32298.24/1636.45	c      1636        7951245          41        20           2.0000           0.0000          -
32397.06/1641.50	c      1642        7977051          36        20           2.0000           0.0000          -
32497.87/1646.56	c      1647        8002823          40        20           2.0000           0.0000          -
32598.71/1651.64	c      1652        1119098      153537        20           2.0000           0.0000          -
32697.41/1656.69	c      1657        1121291      154445        20           2.0000           0.0000          -
32798.24/1661.74	c      1662         947271      151337        20           2.0000           0.0000          -
32896.90/1666.79	c      1667         947601      151483        20           2.0000           0.0000          -
32997.66/1671.84	c      1672         948056      151581        20           2.0000           0.0000          -
33096.52/1676.89	c      1677        7919710          35        20           2.0000           0.0000          -
33197.56/1681.94	c      1682        7943902          37        20           2.0000           0.0000          -
33296.60/1686.99	c      1687         949723      151716        20           2.0000           0.0000          -
33397.88/1692.04	c      1692         950759      151747        20           2.0000           0.0000          -
33496.70/1697.09	c      1697        8018940          41        20           2.0000           0.0000          -
33597.64/1702.14	c      1702        8043278          43        20           2.0000           0.0000          -
33696.60/1707.19	c      1707        8068835          45        20           2.0000           0.0000          -
33796.70/1712.22	c      1712        8353739          39        20           2.0000           0.0000          -
33895.56/1717.29	c      1717        1140570      162936        20           2.0000           0.0000          -
33996.21/1722.34	c      1722        1141974      163594        20           2.0000           0.0000          -
34094.95/1727.40	c      1727        1143117      164161        20           2.0000           0.0000          -
34195.90/1732.44	c      1732         991268      134069        20           2.0000           0.0000          -
34294.62/1737.49	c      1737         994438      134940        20           2.0000           0.0000          -
34395.68/1742.54	c      1743         996547      135528        20           2.0000           0.0000          -
34494.62/1747.59	c      1748        1000404      136105        20           2.0000           0.0000          -
34595.44/1752.64	c      1753        8565536          40        20           2.0000           0.0000          -
34694.17/1757.69	c      1758         965114      153686        20           2.0000           0.0000          -
34795.22/1762.74	c      1763         966145      154010        20           2.0000           0.0000          -
34894.22/1767.79	c      1768        1013775      137898        20           2.0000           0.0000          -
34995.23/1772.84	c      1773        1016396      138652        20           2.0000           0.0000          -
35094.17/1777.89	c      1778        1019274      139441        20           2.0000           0.0000          -
35195.21/1782.94	c      1783        1022333      140253        20           2.0000           0.0000          -
35294.21/1787.99	c      1788         968960      154661        20           2.0000           0.0000          -
35395.53/1793.03	c      1793        8778190          50        20           2.0000           0.0000          -
35494.30/1798.09	c      1798        1164190      172825        20           2.0000           0.0000          -
35593.04/1803.10	c      1803        8828441          49        20           2.0000           0.0000          -
35693.70/1808.19	c      1808        1167302      173918        20           2.0000           0.0000          -
35793.62/1813.22	c      1813        8878039          45        20           2.0000           0.0000          -
35891.97/1818.28	c      1818        8904748          44        20           2.0000           0.0000          -
35992.82/1823.34	c      1823        1171943      175549        20           2.0000           0.0000          -
36091.64/1828.39	c      1828        8646779          54        20           2.0000           0.0000          -
36192.31/1833.43	c      1833        8982805          44        20           2.0000           0.0000          -
36291.20/1838.49	c      1838        1049253      146391        20           2.0000           0.0000          -
36392.15/1843.52	c      1844        9032773          37        20           2.0000           0.0000          -
36493.11/1848.60	c      1849        1053538      147121        20           2.0000           0.0000          -
36592.10/1853.65	c      1854        1055429      147464        20           2.0000           0.0000          -
36691.15/1858.69	c      1859        1057819      148061        20           2.0000           0.0000          -
36792.02/1863.71	c      1864        9128749          37        20           2.0000           0.0000          -
36891.05/1868.79	c      1869        1061930      148953        20           2.0000           0.0000          -
36991.74/1873.82	c      1874        9175924          40        20           2.0000           0.0000          -
37090.34/1878.87	c      1879        9201891          50        20           2.0000           0.0000          -
37191.16/1883.91	c      1884        9230092          45        20           2.0000           0.0000          -
37289.97/1889.00	c      1889        1188434      182503        20           2.0000           0.0000          -
37391.61/1894.05	c      1894        1189465      183059        20           2.0000           0.0000          -
37490.48/1899.10	c      1899        1190749      183578        20           2.0000           0.0000          -
37591.47/1904.15	c      1904        9000307          49        20           2.0000           0.0000          -
37690.38/1909.17	c      1909        9353456          43        20           2.0000           0.0000          -
37789.33/1914.19	c      1914        9378617          50        20           2.0000           0.0000          -
37889.61/1919.22	c      1919        9401801          50        20           2.0000           0.0000          -
37990.59/1924.34	c      1924        9429759          38        20           2.0000           0.0000          -
38089.26/1929.40	c      1929         986455      157295        20           2.0000           0.0000          -
38190.04/1934.45	c      1934         986963      157364        20           2.0000           0.0000          -
38288.54/1939.50	c      1940         987395      157464        20           2.0000           0.0000          -
38389.56/1944.55	c      1945        9203116          48        20           2.0000           0.0000          -
38488.53/1949.60	c      1950        1205341      188836        20           2.0000           0.0000          -
38589.63/1954.65	c      1955        1206443      189388        20           2.0000           0.0000          -
38688.70/1959.70	c      1960         989030      157765        20           2.0000           0.0000          -
38789.93/1964.75	c      1965         989488      157899        20           2.0000           0.0000          -
38888.80/1969.79	c      1970        9666336          52        20           2.0000           0.0000          -
38987.77/1974.79	c      1975        9692769          66        20           2.0000           0.0000          -
39088.60/1979.83	c      1980        9716888          47        20           2.0000           0.0000          -
39187.66/1984.87	c      1985        1110343      156088        20           2.0000           0.0000          -
39288.32/1989.94	c      1990        9767870          54        20           2.0000           0.0000          -
39387.07/1995.00	c      1995        9792079          42        20           2.0000           0.0000          -
39488.41/2000.06	c      2000        9820283          39        20           2.0000           0.0000          -
39587.05/2005.11	c      2005        1217936      193996        20           2.0000           0.0000          -
39687.97/2010.13	c      2010        9874532          46        20           2.0000           0.0000          -
39787.04/2015.14	c      2015        9899968          49        20           2.0000           0.0000          -
39885.56/2020.19	c      2020        9922483          48        20           2.0000           0.0000          -
39984.54/2025.20	c      2025        9945662          46        20           2.0000           0.0000          -
40084.89/2030.27	c      2030        9969798          48        20           2.0000           0.0000          -
40185.56/2035.32	c      2035         996118      159086        20           2.0000           0.0000          -
40284.61/2040.40	c      2040         996545      159174        20           2.0000           0.0000          -
40385.66/2045.46	c      2045       10044319          46        20           2.0000           0.0000          -
40486.62/2050.51	c      2051       10066095          46        20           2.0000           0.0000          -
40585.22/2055.56	c      2056       10088500          45        20           2.0000           0.0000          -
40684.07/2060.58	c      2061       10111319          50        20           2.0000           0.0000          -
40782.99/2065.59	c      2066        1232341      198868        20           2.0000           0.0000          -
40885.79/2070.71	c      2071         998763      159843        20           2.0000           0.0000          -
40984.68/2075.76	c      2076       10179035          45        20           2.0000           0.0000          -
41085.46/2080.82	c      2081       10203056          51        20           2.0000           0.0000          -
41184.49/2085.88	c      2086       10225429          50        20           2.0000           0.0000          -
41285.50/2090.93	c      2091       10248156          51        20           2.0000           0.0000          -
41384.47/2095.96	c      2096       10272283          47        20           2.0000           0.0000          -
41483.55/2101.03	c      2101       10295272          48        20           2.0000           0.0000          -
41584.81/2106.08	c      2106       10319114          46        20           2.0000           0.0000          -
41683.80/2111.12	c      2111       10343065          43        20           2.0000           0.0000          -
41782.48/2116.13	c      2116       10366639          42        20           2.0000           0.0000          -
41884.62/2121.26	c      2121       10388988          45        20           2.0000           0.0000          -
41985.51/2126.34	c      2126       10082550          40        20           2.0000           0.0000          -
42084.29/2131.39	c      2131        1003975      161364        20           2.0000           0.0000          -
42185.08/2136.43	c      2136       10460489          49        20           2.0000           0.0000          -
42284.01/2141.49	c      2141        1249365      204319        20           2.0000           0.0000          -
42384.94/2146.54	c      2147        1250541      204736        20           2.0000           0.0000          -
42483.92/2151.55	c      2152       10535450          43        20           2.0000           0.0000          -
42582.82/2156.60	c      2157       10558691          41        20           2.0000           0.0000          -
42683.77/2161.69	c      2162        1177109      165841        20           2.0000           0.0000          -
42784.28/2166.74	c      2167        1179015      166259        20           2.0000           0.0000          -
42883.03/2171.76	c      2172       10630461          44        20           2.0000           0.0000          -
42983.92/2176.83	c      2177       10653992          48        20           2.0000           0.0000          -
43082.64/2181.87	c      2182       10679589          52        20           2.0000           0.0000          -
43183.53/2186.94	c      2187        1258007      207939        20           2.0000           0.0000          -
43282.43/2191.97	c      2192        1009747      162723        20           2.0000           0.0000          -
43383.88/2197.04	c      2197       10426056          40        20           2.0000           0.0000          -
43482.56/2202.06	c      2202       10775546          45        20           2.0000           0.0000          -
43581.40/2207.14	c      2207       10474285          47        20           2.0000           0.0000          -
43682.30/2212.19	c      2212        1012460      163464        20           2.0000           0.0000          -
43782.10/2217.24	c      2217        1013385      163846        20           2.0000           0.0000          -
43881.11/2222.27	c      2222        1195746      169346        20           2.0000           0.0000          -
43980.07/2227.29	c      2227       10895071          49        20           2.0000           0.0000          -
44081.01/2232.39	c      2232        1197941      169985        20           2.0000           0.0000          -
44181.93/2237.44	c      2237        1199778      170376        20           2.0000           0.0000          -
44280.97/2242.49	c      2242        1201056      170750        20           2.0000           0.0000          -
44382.02/2247.54	c      2248        1202666      170953        20           2.0000           0.0000          -
44480.89/2252.55	c      2253       11022097          45        20           2.0000           0.0000          -
44581.87/2257.60	c      2258       11048790          44        20           2.0000           0.0000          -
44680.91/2262.69	c      2263        1024988      165484        20           2.0000           0.0000          -
44781.80/2267.74	c      2268       10764047          41        20           2.0000           0.0000          -
44880.85/2272.79	c      2273       10788039          49        20           2.0000           0.0000          -
44981.54/2277.84	c      2278       10812989          57        20           2.0000           0.0000          -
45080.35/2282.88	c      2283       11177496          62        20           2.0000           0.0000          -
45181.26/2287.92	c      2288       11203407          48        20           2.0000           0.0000          -
45280.05/2292.92	c      2293       11226720          67        20           2.0000           0.0000          -
45378.73/2297.95	c      2298        1215311      173279        20           2.0000           0.0000          -
45477.74/2303.02	c      2303       11274248          44        20           2.0000           0.0000          -
45579.54/2308.06	c      2308       11295584          51        20           2.0000           0.0000          -
45678.47/2313.09	c      2313       11317544          55        20           2.0000           0.0000          -
45779.27/2318.17	c      2318        1033704      166347        20           2.0000           0.0000          -
45879.38/2323.21	c      2323       11365494          52        20           2.0000           0.0000          -
45980.18/2328.32	c      2328       11386749          45        20           2.0000           0.0000          -
46079.04/2333.37	c      2333       11409317          50        20           2.0000           0.0000          -
46179.94/2338.43	c      2338       11430705          54        20           2.0000           0.0000          -
46278.69/2343.46	c      2343       11452895          42        20           2.0000           0.0000          -
46379.56/2348.54	c      2349        1037463      166638        20           2.0000           0.0000          -
46478.53/2353.57	c      2354       11500595          56        20           2.0000           0.0000          -
46579.07/2358.64	c      2359        1227333      177032        20           2.0000           0.0000          -
46678.10/2363.68	c      2364       11545053          42        20           2.0000           0.0000          -
46778.89/2368.71	c      2369       11568378          51        20           2.0000           0.0000          -
46877.68/2373.72	c      2374       11591553          51        20           2.0000           0.0000          -
46976.61/2378.73	c      2379        1040936      166897        20           2.0000           0.0000          -
47077.66/2383.88	c      2384        1297539      221691        20           2.0000           0.0000          -
47178.70/2388.92	c      2389       11667713          45        20           2.0000           0.0000          -
47277.68/2393.99	c      2394        1299446      222378        20           2.0000           0.0000          -
47379.30/2399.04	c      2399        1300658      222730        20           2.0000           0.0000          -
47478.40/2404.09	c      2404        1301561      222995        20           2.0000           0.0000          -
47577.56/2409.14	c      2409       11465632          38        20           2.0000           0.0000          -
47678.45/2414.19	c      2414       11491449          53        20           2.0000           0.0000          -
47778.45/2419.21	c      2419       11814479          47        20           2.0000           0.0000          -
47877.35/2424.29	c      2424        1044992      167457        20           2.0000           0.0000          -
47978.23/2429.34	c      2429       11565264          54        20           2.0000           0.0000          -
48077.01/2434.35	c      2434       11892347          47        20           2.0000           0.0000          -
48175.50/2439.38	c      2439        1247519      180628        20           2.0000           0.0000          -
48276.29/2444.43	c      2444        1249646      180769        20           2.0000           0.0000          -
48375.28/2449.49	c      2449        1251733      180691        20           2.0000           0.0000          -
48476.37/2454.54	c      2455       11986186          42        20           2.0000           0.0000          -
48575.48/2459.59	c      2460       12009468          51        20           2.0000           0.0000          -
48676.55/2464.65	c      2465       12034803          53        20           2.0000           0.0000          -
48777.41/2469.70	c      2470       12060981          43        20           2.0000           0.0000          -
48876.49/2474.79	c      2475        1263923      182019        20           2.0000           0.0000          -
48977.41/2479.84	c      2480        1266578      182536        20           2.0000           0.0000          -
49076.36/2484.89	c      2485        1318153      227183        20           2.0000           0.0000          -
49177.26/2489.93	c      2490       12149640          46        20           2.0000           0.0000          -
49275.85/2494.99	c      2495        1058861      168087        20           2.0000           0.0000          -
49377.13/2500.04	c      2500        1059564      168084        20           2.0000           0.0000          -
49476.16/2505.09	c      2505        1060183      168064        20           2.0000           0.0000          -
49577.07/2510.14	c      2510        1061385      168053        20           2.0000           0.0000          -
49676.07/2515.19	c      2515       11983744          51        20           2.0000           0.0000          -
49776.55/2520.24	c      2520       12006672          51        20           2.0000           0.0000          -
49875.43/2525.25	c      2525       12330281          45        20           2.0000           0.0000          -
49974.42/2530.26	c      2530        1293915      187905        20           2.0000           0.0000          -
50075.29/2535.39	c      2535        1296677      188402        20           2.0000           0.0000          -
50176.18/2540.44	c      2540        1300088      188852        20           2.0000           0.0000          -
50274.83/2545.49	c      2545        1069564      168184        20           2.0000           0.0000          -
50375.67/2550.54	c      2551       12451478          49        20           2.0000           0.0000          -
50474.49/2555.59	c      2556        1074115      168304        20           2.0000           0.0000          -
50575.45/2560.64	c      2561        1076971      168491        20           2.0000           0.0000          -
50674.48/2565.69	c      2566       12242170          42        20           2.0000           0.0000          -
50775.38/2570.70	c      2571       12548368          40        20           2.0000           0.0000          -
50874.40/2575.75	c      2576       12572898          40        20           2.0000           0.0000          -
50973.43/2580.80	c      2581       12600881          44        20           2.0000           0.0000          -
51074.37/2585.89	c      2586       12339904          49        20           2.0000           0.0000          -
51175.01/2590.94	c      2591       12366257          39        20           2.0000           0.0000          -
51273.79/2595.99	c      2596       12391275          48        20           2.0000           0.0000          -
51372.57/2601.04	c      2601       12415003          56        20           2.0000           0.0000          -
51474.10/2606.09	c      2606        1099309      169481        20           2.0000           0.0000          -
51573.13/2611.14	c      2611        1101932      169607        20           2.0000           0.0000          -
51673.61/2616.19	c      2616        1104194      169874        20           2.0000           0.0000          -
51773.63/2621.24	c      2621        1106394      169787        20           2.0000           0.0000          -
51872.49/2626.27	c      2626       12841862          40        20           2.0000           0.0000          -
51971.32/2631.29	c      2631       12869578          47        20           2.0000           0.0000          -
52072.50/2636.35	c      2636       12899525          51        20           2.0000           0.0000          -
52173.37/2641.44	c      2641        1349835      192432        20           2.0000           0.0000          -
52272.44/2646.49	c      2646        1351594      192584        20           2.0000           0.0000          -
52373.53/2651.55	c      2652        1353411      192738        20           2.0000           0.0000          -
52472.24/2656.59	c      2657        1354735      193038        20           2.0000           0.0000          -
52573.11/2661.64	c      2662        1356069      193196        20           2.0000           0.0000          -
52672.02/2666.67	c      2667       13053671          45        20           2.0000           0.0000          -
52773.02/2671.74	c      2672        1130955      173302        20           2.0000           0.0000          -
52871.76/2676.79	c      2677        1361500      240075        20           2.0000           0.0000          -
52972.74/2681.84	c      2682       12825643          42        20           2.0000           0.0000          -
53071.70/2686.89	c      2687       12851261          46        20           2.0000           0.0000          -
53172.62/2691.91	c      2692       13181487          47        20           2.0000           0.0000          -
53271.53/2696.92	c      2697        1366609      241039        20           2.0000           0.0000          -
53370.56/2701.99	c      2702        1368080      241342        20           2.0000           0.0000          -
53471.96/2707.06	c      2707       13260636          33        20           2.0000           0.0000          -
53570.91/2712.13	c      2712       13287022          47        20           2.0000           0.0000          -
53671.46/2717.17	c      2717       13314220          45        20           2.0000           0.0000          -
53771.56/2722.24	c      2722        1154597      177538        20           2.0000           0.0000          -
53870.45/2727.26	c      2727       13365462          47        20           2.0000           0.0000          -
53971.53/2732.34	c      2732        1159722      178074        20           2.0000           0.0000          -
54070.27/2737.39	c      2737        1383784      196634        20           2.0000           0.0000          -
54171.23/2742.44	c      2742        1386153      197187        20           2.0000           0.0000          -
54270.12/2747.45	c      2747       13455908          47        20           2.0000           0.0000          -
54371.11/2752.52	c      2753       13478829          57        20           2.0000           0.0000          -
54470.08/2757.58	c      2758       13502195          45        20           2.0000           0.0000          -
54571.03/2762.64	c      2763        1383680      244539        20           2.0000           0.0000          -
54669.92/2767.69	c      2768        1178221      179383        20           2.0000           0.0000          -
54770.71/2772.74	c      2773        1181700      179541        20           2.0000           0.0000          -
54869.64/2777.79	c      2778       13301148          55        20           2.0000           0.0000          -
54970.50/2782.82	c      2783       13620630          45        20           2.0000           0.0000          -
55069.37/2787.89	c      2788        1405819      202128        20           2.0000           0.0000          -
55170.35/2792.94	c      2793       13667121          40        20           2.0000           0.0000          -
55269.21/2797.95	c      2798       13690623          48        20           2.0000           0.0000          -
55367.96/2802.96	c      2803       13713120          46        20           2.0000           0.0000          -
55466.85/2808.01	c      2808       13736737          46        20           2.0000           0.0000          -
55568.53/2813.04	c      2813       13757369          47        20           2.0000           0.0000          -
55669.40/2818.15	c      2818       13779362          41        20           2.0000           0.0000          -
55769.50/2823.24	c      2823        1419552      205289        20           2.0000           0.0000          -
55868.43/2828.29	c      2828        1421645      205675        20           2.0000           0.0000          -
55969.49/2833.34	c      2833        1424486      206081        20           2.0000           0.0000          -
56068.39/2838.39	c      2838       13590789          49        20           2.0000           0.0000          -
56169.16/2843.41	c      2843       13887583          44        20           2.0000           0.0000          -
56268.14/2848.43	c      2848       13910837          42        20           2.0000           0.0000          -
56369.05/2853.54	c      2854        1227648      183891        20           2.0000           0.0000          -
56467.61/2858.59	c      2859        1435558      208063        20           2.0000           0.0000          -
56568.43/2863.64	c      2864        1438593      208366        20           2.0000           0.0000          -
56667.30/2868.65	c      2869       14018450          51        20           2.0000           0.0000          -
56766.41/2873.66	c      2874       14042555          45        20           2.0000           0.0000          -
56867.42/2878.74	c      2879       14067980          43        20           2.0000           0.0000          -
56966.27/2883.76	c      2884       14094191          42        20           2.0000           0.0000          -
57065.24/2888.79	c      2889       14120383          47        20           2.0000           0.0000          -
57166.09/2893.84	c      2894        1248807      186808        20           2.0000           0.0000          -
57266.89/2898.90	c      2899        1454193      210231        20           2.0000           0.0000          -
57368.48/2904.04	c      2904        1457315      210460        20           2.0000           0.0000          -
57467.45/2909.09	c      2909        1459827      210711        20           2.0000           0.0000          -
57566.42/2914.10	c      2914       14240423          47        20           2.0000           0.0000          -
57667.56/2919.19	c      2919        1260942      188837        20           2.0000           0.0000          -
57767.89/2924.24	c      2924        1263572      189281        20           2.0000           0.0000          -
57866.44/2929.28	c      2929       14312948          51        20           2.0000           0.0000          -
57967.24/2934.31	c      2934       14338486          49        20           2.0000           0.0000          -
58066.25/2939.39	c      2939        1469956      212779        20           2.0000           0.0000          -
58167.28/2944.44	c      2944        1274350      190668        20           2.0000           0.0000          -
58266.38/2949.49	c      2949        1474477      213055        20           2.0000           0.0000          -
58367.47/2954.54	c      2955        1476814      213312        20           2.0000           0.0000          -
58466.25/2959.59	c      2960        1478986      213456        20           2.0000           0.0000          -
58565.20/2964.60	c      2965       14483958          51        20           2.0000           0.0000          -
58666.14/2969.63	c      2970       14506904          39        20           2.0000           0.0000          -
58764.88/2974.65	c      2975        1289435      192943        20           2.0000           0.0000          -
58865.60/2979.71	c      2980       14554832          38        20           2.0000           0.0000          -
58964.63/2984.76	c      2985       14580484          44        20           2.0000           0.0000          -
59063.44/2989.79	c      2990       14608140          53        20           2.0000           0.0000          -
59164.26/2994.84	c      2995       14634491          46        20           2.0000           0.0000          -
59263.30/2999.86	c      3000        1437757      259004        20           2.0000           0.0000          -
59362.26/3004.87	c      3005       14687815          44        20           2.0000           0.0000          -
59463.01/3009.90	c      3010        1498909      214153        20           2.0000           0.0000          -
59561.90/3014.97	c      3015        1501285      214253        20           2.0000           0.0000          -
59663.47/3020.05	c      3020        1503116      214342        20           2.0000           0.0000          -
59764.40/3025.15	c      3025       14788727          57        20           2.0000           0.0000          -
59864.91/3030.21	c      3030        1317069      196865        20           2.0000           0.0000          -
59963.87/3035.22	c      3035        1509231      214469        20           2.0000           0.0000          -
60064.82/3040.31	c      3040        1446130      261122        20           2.0000           0.0000          -
60165.69/3045.44	c      3045        1513166      214728        20           2.0000           0.0000          -
60264.60/3050.46	c      3050       14905016          48        20           2.0000           0.0000          -
60365.62/3055.54	c      3056        1517219      214934        20           2.0000           0.0000          -
60464.57/3060.59	c      3061        1519114      215008        20           2.0000           0.0000          -
60565.43/3065.64	c      3066       14693023          60        20           2.0000           0.0000          -
60664.41/3070.69	c      3071       14713599          45        20           2.0000           0.0000          -
60765.34/3075.74	c      3076       14734596          49        20           2.0000           0.0000          -
60864.43/3080.76	c      3081       15059320          49        20           2.0000           0.0000          -
60963.54/3085.79	c      3086       15085168          45        20           2.0000           0.0000          -
61064.64/3090.88	c      3091       15112038          50        20           2.0000           0.0000          -
61165.36/3095.93	c      3096       15138374          41        20           2.0000           0.0000          -
61264.33/3100.99	c      3101        1464668      264497        20           2.0000           0.0000          -
61365.74/3106.04	c      3106        1467036      265093        20           2.0000           0.0000          -
61464.72/3111.09	c      3111        1468982      265651        20           2.0000           0.0000          -
61565.80/3116.14	c      3116       14914768          57        20           2.0000           0.0000          -
61664.76/3121.18	c      3121        1366244      204359        20           2.0000           0.0000          -
61764.71/3126.24	c      3126        1368671      204936        20           2.0000           0.0000          -
61863.28/3131.29	c      3131        1371053      205443        20           2.0000           0.0000          -
61961.93/3136.30	c      3136       15342836          42        20           2.0000           0.0000          -
62062.73/3141.34	c      3141       15370589          42        20           2.0000           0.0000          -
62163.58/3146.44	c      3146       15060820          60        20           2.0000           0.0000          -
62262.39/3151.45	c      3151       15431058          36        20           2.0000           0.0000          -
62363.05/3156.54	c      3157        1381262      207838        20           2.0000           0.0000          -
62462.06/3161.59	c      3162       15135370          52        20           2.0000           0.0000          -
62562.87/3166.64	c      3167        1490248      270584        20           2.0000           0.0000          -
62661.93/3171.69	c      3172        1491834      270993        20           2.0000           0.0000          -
62762.75/3176.74	c      3177        1390389      209618        20           2.0000           0.0000          -
62861.74/3181.75	c      3182       15565446          46        20           2.0000           0.0000          -
62962.74/3186.84	c      3187       15246672          45        20           2.0000           0.0000          -
63061.74/3191.89	c      3192       15269478          57        20           2.0000           0.0000          -
63162.68/3196.94	c      3197        1575554      217766        20           2.0000           0.0000          -
63261.82/3201.99	c      3202        1577424      218036        20           2.0000           0.0000          -
63360.87/3207.03	c      3207       15680379          52        20           2.0000           0.0000          -
63462.15/3212.05	c      3212        1508347      274435        20           2.0000           0.0000          -
63561.36/3217.12	c      3217       15728862          42        20           2.0000           0.0000          -
63660.35/3222.13	c      3222       15751782          43        20           2.0000           0.0000          -
63762.60/3227.24	c      3227        1415951      213897        20           2.0000           0.0000          -
63861.39/3232.29	c      3232       15439348          46        20           2.0000           0.0000          -
63962.03/3237.32	c      3237       15822634          38        20           2.0000           0.0000          -
64061.13/3242.34	c      3242       15847028          39        20           2.0000           0.0000          -
64160.04/3247.36	c      3247       15870326          42        20           2.0000           0.0000          -
64260.82/3252.49	c      3252        1595672      218966        20           2.0000           0.0000          -
64361.80/3257.54	c      3258        1429045      216471        20           2.0000           0.0000          -
64460.90/3262.56	c      3263       15940129          35        20           2.0000           0.0000          -
64561.85/3267.64	c      3268        1531510      278380        20           2.0000           0.0000          -
64660.88/3272.69	c      3273        1532989      278619        20           2.0000           0.0000          -
64761.89/3277.72	c      3278       16008137          46        20           2.0000           0.0000          -
64860.89/3282.77	c      3283       16030450          54        20           2.0000           0.0000          -
64959.76/3287.78	c      3288       16051885          41        20           2.0000           0.0000          -
65060.71/3292.87	c      3293       16075258          46        20           2.0000           0.0000          -
65161.66/3297.90	c      3298        1540745      280064        20           2.0000           0.0000          -
65260.35/3302.99	c      3303        1449249      220388        20           2.0000           0.0000          -
65359.18/3308.00	c      3308       16146831          45        20           2.0000           0.0000          -
65460.82/3313.06	c      3313       16169457          45        20           2.0000           0.0000          -
65559.42/3318.11	c      3318       16192916          39        20           2.0000           0.0000          -
65658.11/3323.13	c      3323       16216678          43        20           2.0000           0.0000          -
65760.25/3328.24	c      3328       15895830          41        20           2.0000           0.0000          -
65859.26/3333.25	c      3333       16267813          40        20           2.0000           0.0000          -
65960.02/3338.34	c      3338        1553188      282459        20           2.0000           0.0000          -
66059.22/3343.39	c      3343        1466102      223766        20           2.0000           0.0000          -
66160.09/3348.44	c      3348        1468462      224401        20           2.0000           0.0000          -
66259.22/3353.49	c      3353        1470470      224901        20           2.0000           0.0000          -
66360.16/3358.54	c      3359        1472784      225401        20           2.0000           0.0000          -
66459.20/3363.57	c      3364       16424905          35        20           2.0000           0.0000          -
66558.17/3368.58	c      3369       16453844          43        20           2.0000           0.0000          -
66658.91/3373.61	c      3374       16484020          46        20           2.0000           0.0000          -
66757.70/3378.62	c      3379        1644076      220950        20           2.0000           0.0000          -
66856.50/3383.69	c      3384        1646047      220965        20           2.0000           0.0000          -
66957.31/3388.77	c      3389        1485345      227183        20           2.0000           0.0000          -
67058.28/3393.82	c      3394       16598851          40        20           2.0000           0.0000          -
67157.08/3398.86	c      3399       16624987          57        20           2.0000           0.0000          -
67257.94/3403.94	c      3404       16650109          47        20           2.0000           0.0000          -
67356.79/3409.03	c      3409       16677625          47        20           2.0000           0.0000          -
67458.48/3414.09	c      3414        1658695      221312        20           2.0000           0.0000          -
67559.44/3419.14	c      3419       16730955          34        20           2.0000           0.0000          -
67658.58/3424.20	c      3424        1662992      221556        20           2.0000           0.0000          -
67758.94/3429.21	c      3429       16779147          51        20           2.0000           0.0000          -
67857.71/3434.23	c      3434       16801789          49        20           2.0000           0.0000          -
67958.37/3439.35	c      3439        1502178      229740        20           2.0000           0.0000          -
68057.30/3444.40	c      3444       16466541          45        20           2.0000           0.0000          -
68158.35/3449.45	c      3449       16491185          51        20           2.0000           0.0000          -
68257.47/3454.50	c      3454        1508269      230340        20           2.0000           0.0000          -
68358.53/3459.55	c      3460       16544183          47        20           2.0000           0.0000          -
68457.33/3464.58	c      3465       16948535          36        20           2.0000           0.0000          -
68558.35/3469.64	c      3470       16973332          42        20           2.0000           0.0000          -
68657.43/3474.69	c      3475       16997991          39        20           2.0000           0.0000          -
68758.40/3479.73	c      3480       17022125          45        20           2.0000           0.0000          -
68857.15/3484.75	c      3485       17045471          41        20           2.0000           0.0000          -
68957.84/3489.81	c      3490       17070031          48        20           2.0000           0.0000          -
69056.52/3494.82	c      3495       17095774          51        20           2.0000           0.0000          -
69157.42/3499.93	c      3500        1694824      223520        20           2.0000           0.0000          -
69256.50/3504.98	c      3505       17145886          37        20           2.0000           0.0000          -
69358.18/3510.04	c      3510       17173132          37        20           2.0000           0.0000          -
69457.34/3515.09	c      3515       17199181          49        20           2.0000           0.0000          -
69558.38/3520.15	c      3520       16866663          44        20           2.0000           0.0000          -
69657.00/3525.18	c      3525       17250150          43        20           2.0000           0.0000          -
69757.19/3530.25	c      3530        1536395      234248        20           2.0000           0.0000          -
69856.16/3535.30	c      3535        1613814      293715        20           2.0000           0.0000          -
69957.22/3540.35	c      3540        1615459      293924        20           2.0000           0.0000          -
70056.30/3545.38	c      3545       17356024          46        20           2.0000           0.0000          -
70157.16/3550.41	c      3550       17384090          48        20           2.0000           0.0000          -
70255.91/3555.47	c      3555       17410860          39        20           2.0000           0.0000          -
70354.99/3560.49	c      3560       17437042          39        20           2.0000           0.0000          -
70456.09/3565.52	c      3566        1722370      225278        20           2.0000           0.0000          -
70557.18/3570.63	c      3571        1551879      236051        20           2.0000           0.0000          -
70656.13/3575.66	c      3576       17509791          43        20           2.0000           0.0000          -
70755.16/3580.68	c      3581       17534262          39        20           2.0000           0.0000          -
70855.95/3585.80	c      3586       17191303          36        20           2.0000           0.0000          -
70956.85/3590.82	c      3591        1731078      226621        20           2.0000           0.0000          -
71055.86/3595.83	c      3596       17604178          35        20           2.0000           0.0000          -
71154.78/3600.90	c      3601       17629072          39        20           2.0000           0.0000          -
71255.82/3605.97	c      3606       17653133          52        20           2.0000           0.0000          -
71357.57/3611.05	c      3611        1740067      227837        20           2.0000           0.0000          -
71456.35/3616.06	c      3616        1635216      296747        20           2.0000           0.0000          -
71555.32/3621.13	c      3621        1569435      238334        20           2.0000           0.0000          -
71657.66/3626.20	c      3626        1571181      238743        20           2.0000           0.0000          -
71756.79/3631.25	c      3631       17425890          47        20           2.0000           0.0000          -
71855.70/3636.29	c      3636       17822384          44        20           2.0000           0.0000          -
71956.70/3641.35	c      3641        1751369      228778        20           2.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (189325 MiB free)
  memory of node 1: 193531 MiB (190704 MiB free)
  memory of node 2: 193531 MiB (184899 MiB free)
  memory of node 3: 193493 MiB (192394 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-4465774-1722603477/watcher-4465774-1722603477 -o /tmp/evaluation-result-4465774-1722603477/solver-4465774-1722603477 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722599440-165399 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465774-1722603477.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100342 s]*
/proc/loadavg: 78.74 79.48 72.46 66/983 172434
/proc/meminfo: memFree=775430200/790760804 swapFree=131071996/131071996
[pid=172393] ppid=172390 vsize=1687344 memory=140104 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/stat : 172393 (fscip) S 172390 172393 165389 0 -1 1077936128 31980 0 0 0 12 12 0 0 20 0 41 0 26930407 1727840256 35026 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
/proc/172393/statm: 421836 35026 2790 3035 0 120514 0
[pid=172393/tid=172395] ppid=172390 vsize=1687344 memory=8390339637985935414 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172395/stat : 172395 (fscip) R 172390 172393 165389 0 -1 4194368 1396 0 0 0 0 0 0 0 20 0 41 0 26930409 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172396] ppid=172390 vsize=1687344 memory=57906 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172396/stat : 172396 (fscip) R 172390 172393 165389 0 -1 4194368 1458 0 0 0 0 0 0 0 20 0 41 0 26930409 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172397] ppid=172390 vsize=1687344 memory=55216921903569 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172397/stat : 172397 (fscip) R 172390 172393 165389 0 -1 4194368 1448 0 0 0 0 0 0 0 20 0 41 0 26930409 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172398] ppid=172390 vsize=1687344 memory=52983572464199 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172398/stat : 172398 (fscip) R 172390 172393 165389 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 41 0 26930409 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172399] ppid=172390 vsize=1687344 memory=59584953975483 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172399/stat : 172399 (fscip) D 172390 172393 165389 0 -1 4194368 1461 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172400] ppid=172390 vsize=1687344 memory=60718875673656 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172400/stat : 172400 (fscip) D 172390 172393 165389 0 -1 4194368 1449 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172401] ppid=172390 vsize=1687344 memory=13850767840773730 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172401/stat : 172401 (fscip) D 172390 172393 165389 0 -1 4194368 1449 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172402] ppid=172390 vsize=1687344 memory=3472609779841761312 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172402/stat : 172402 (fscip) D 172390 172393 165389 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172403] ppid=172390 vsize=1687344 memory=463658 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172403/stat : 172403 (fscip) D 172390 172393 165389 0 -1 4194368 1414 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172404] ppid=172390 vsize=1687344 memory=495916 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172404/stat : 172404 (fscip) R 172390 172393 165389 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172405] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172405/stat : 172405 (fscip) D 172390 172393 165389 0 -1 4194368 1436 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172406] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172406/stat : 172406 (fscip) D 172390 172393 165389 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172407] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172407/stat : 172407 (fscip) D 172390 172393 165389 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172408] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172408/stat : 172408 (fscip) D 172390 172393 165389 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172409] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172409/stat : 172409 (fscip) D 172390 172393 165389 0 -1 4194368 1390 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172410] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172410/stat : 172410 (fscip) D 172390 172393 165389 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35092 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172411] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172411/stat : 172411 (fscip) D 172390 172393 165389 0 -1 4194368 1446 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35158 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172412] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172412/stat : 172412 (fscip) D 172390 172393 165389 0 -1 4194368 1462 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172413] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172413/stat : 172413 (fscip) D 172390 172393 165389 0 -1 4194368 1496 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172414] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172414/stat : 172414 (fscip) D 172390 172393 165389 0 -1 4194368 1452 0 0 0 0 0 0 0 20 0 41 0 26930410 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172415] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172415/stat : 172415 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172416] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172416/stat : 172416 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172417] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172417/stat : 172417 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172418] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172418/stat : 172418 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172419] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172419/stat : 172419 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172420] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172420/stat : 172420 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35224 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172421] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172421/stat : 172421 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35290 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172422] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172422/stat : 172422 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35356 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172423] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172423/stat : 172423 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35356 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172424] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172424/stat : 172424 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35356 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172425] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172425/stat : 172425 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35356 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172426] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172426/stat : 172426 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35356 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172427] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172427/stat : 172427 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35422 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172428] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172428/stat : 172428 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172429] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172429/stat : 172429 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172430] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172430/stat : 172430 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172431] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172431/stat : 172431 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172432] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172432/stat : 172432 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172433] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172433/stat : 172433 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172434] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172434/stat : 172434 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 35488 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1687344 KiB
Current children cumulated memory: 140104 KiB

[startup+0.221633 s]*
/proc/loadavg: 78.74 79.48 72.46 81/983 172434
/proc/meminfo: memFree=775203900/790760804 swapFree=131071996/131071996
[pid=172393] ppid=172390 vsize=1687344 memory=352252 CPUtime=2.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/stat : 172393 (fscip) S 172390 172393 165389 0 -1 1077936128 87653 0 0 0 225 38 0 0 20 0 41 0 26930407 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
/proc/172393/statm: 421836 88063 2950 3035 0 177974 0
[pid=172393/tid=172395] ppid=172390 vsize=1687344 memory=8318255677412212789 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172395/stat : 172395 (fscip) R 172390 172393 165389 0 -1 4194368 4215 0 0 0 11 1 0 0 20 0 41 0 26930409 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172396] ppid=172390 vsize=1687344 memory=207064662359 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172396/stat : 172396 (fscip) R 172390 172393 165389 0 -1 4194368 4618 0 0 0 11 1 0 0 20 0 41 0 26930409 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172397] ppid=172390 vsize=1687344 memory=61809696760306 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172397/stat : 172397 (fscip) R 172390 172393 165389 0 -1 4194368 4174 0 0 0 11 1 0 0 20 0 41 0 26930409 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172398] ppid=172390 vsize=1687344 memory=59619280216796 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172398/stat : 172398 (fscip) R 172390 172393 165389 0 -1 4194368 4211 0 0 0 10 2 0 0 20 0 41 0 26930409 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172399] ppid=172390 vsize=1687344 memory=55186907521990 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172399/stat : 172399 (fscip) D 172390 172393 165389 0 -1 4194368 4516 0 0 0 10 2 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172400] ppid=172390 vsize=1687344 memory=57420340866520 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172400/stat : 172400 (fscip) R 172390 172393 165389 0 -1 4194368 4177 0 0 0 12 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172401] ppid=172390 vsize=1687344 memory=15819993166120109 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172401/stat : 172401 (fscip) R 172390 172393 165389 0 -1 4194368 4231 0 0 0 11 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172402] ppid=172390 vsize=1687344 memory=3474864886763487264 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172402/stat : 172402 (fscip) D 172390 172393 165389 0 -1 4194368 4511 0 0 0 11 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172403] ppid=172390 vsize=1687344 memory=463121 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172403/stat : 172403 (fscip) R 172390 172393 165389 0 -1 4194368 4173 0 0 0 9 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172404] ppid=172390 vsize=1687344 memory=479864 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172404/stat : 172404 (fscip) D 172390 172393 165389 0 -1 4194368 4251 0 0 0 11 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172405] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172405/stat : 172405 (fscip) D 172390 172393 165389 0 -1 4194368 4562 0 0 0 11 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172406] ppid=172390 vsize=1687344 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172406/stat : 172406 (fscip) R 172390 172393 165389 0 -1 4194368 4191 0 0 0 12 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172407] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172407/stat : 172407 (fscip) R 172390 172393 165389 0 -1 4194368 4214 0 0 0 10 2 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172408] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172408/stat : 172408 (fscip) S 172390 172393 165389 0 -1 1077936192 4590 0 0 0 10 2 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172409] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172409/stat : 172409 (fscip) R 172390 172393 165389 0 -1 4194368 4181 0 0 0 11 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172410] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172410/stat : 172410 (fscip) R 172390 172393 165389 0 -1 4194368 4225 0 0 0 10 2 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172411] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172411/stat : 172411 (fscip) R 172390 172393 165389 0 -1 4194368 2880 0 0 0 11 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172412] ppid=172390 vsize=1687344 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172412/stat : 172412 (fscip) R 172390 172393 165389 0 -1 4194368 4182 0 0 0 12 1 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172413] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172413/stat : 172413 (fscip) R 172390 172393 165389 0 -1 4194368 4219 0 0 0 10 2 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172414] ppid=172390 vsize=1687344 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172414/stat : 172414 (fscip) D 172390 172393 165389 0 -1 4194368 4073 0 0 0 10 2 0 0 20 0 41 0 26930410 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172415] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172415/stat : 172415 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172416] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172416/stat : 172416 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172417] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172417/stat : 172417 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172418] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172418/stat : 172418 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172419] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172419/stat : 172419 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172420] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172420/stat : 172420 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172421] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172421/stat : 172421 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172422] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172422/stat : 172422 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172423] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172423/stat : 172423 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172424] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172424/stat : 172424 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172425] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172425/stat : 172425 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172426] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172426/stat : 172426 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172427] ppid=172390 vsize=1687344 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172427/stat : 172427 (fscip) S 172390 172393 165389 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26930416 1727840256 88063 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0

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

[pid=172393/tid=172418] ppid=172390 vsize=25408776 memory=28068 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172418/stat : 172418 (fscip) S 172390 172393 165389 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172419] ppid=172390 vsize=25408776 memory=22548940 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172419/stat : 172419 (fscip) S 172390 172393 165389 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172420] ppid=172390 vsize=25408776 memory=23175088 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172420/stat : 172420 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172421] ppid=172390 vsize=25408776 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172421/stat : 172421 (fscip) S 172390 172393 165389 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172422] ppid=172390 vsize=25408776 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172422/stat : 172422 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172423] ppid=172390 vsize=25408776 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172423/stat : 172423 (fscip) S 172390 172393 165389 0 -1 1077936192 162 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172424] ppid=172390 vsize=25408776 memory=-7385037615359298921 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172424/stat : 172424 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172425] ppid=172390 vsize=25408776 memory=40232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172425/stat : 172425 (fscip) S 172390 172393 165389 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172426] ppid=172390 vsize=25408776 memory=23188092 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172426/stat : 172426 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172427] ppid=172390 vsize=25408776 memory=280217226858480 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172427/stat : 172427 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172428] ppid=172390 vsize=25408776 memory=280217226027808 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172428/stat : 172428 (fscip) S 172390 172393 165389 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172429] ppid=172390 vsize=25408776 memory=23173040 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172429/stat : 172429 (fscip) S 172390 172393 165389 0 -1 1077936192 123 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172430] ppid=172390 vsize=25408776 memory=5440 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172430/stat : 172430 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172431] ppid=172390 vsize=25408776 memory=23178200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172431/stat : 172431 (fscip) S 172390 172393 165389 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172432] ppid=172390 vsize=25408776 memory=280217223996848 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172432/stat : 172432 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172433] ppid=172390 vsize=25408776 memory=11632 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172433/stat : 172433 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172434] ppid=172390 vsize=25408776 memory=23238248 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172434/stat : 172434 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5809565 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
Current children cumulated CPU time: 71976.5 s
Current children cumulated vsize: 25408776 KiB
Current children cumulated memory: 23238260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.5 s]
/proc/loadavg: 81.37 80.84 80.45 82/1025 174719
/proc/meminfo: memFree=705607752/790760804 swapFree=131071996/131071996
[pid=172393] ppid=172390 vsize=25408776 memory=23244220 CPUtime=72000.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/stat : 172393 (fscip) S 172390 172393 165389 0 -1 1077936128 101330699 0 0 0 7157145 42871 0 0 20 0 41 0 26930407 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
/proc/172393/statm: 6352194 5811055 3334 3035 0 6198271 0
[pid=172393/tid=172395] ppid=172390 vsize=25408776 memory=25992 CPUtime=3600.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172395/stat : 172395 (fscip) R 172390 172393 165389 0 -1 4194368 8419355 0 0 0 358353 1725 0 0 20 0 41 0 26930409 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172396] ppid=172390 vsize=25408776 memory=1481050752893696 CPUtime=3602.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172396/stat : 172396 (fscip) R 172390 172393 165389 0 -1 4194368 8120017 0 0 0 358575 1638 0 0 20 0 41 0 26930409 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172397] ppid=172390 vsize=25408776 memory=280217223736256 CPUtime=3598.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172397/stat : 172397 (fscip) R 172390 172393 165389 0 -1 4194368 255024 0 0 0 356621 3228 0 0 20 0 41 0 26930409 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172398] ppid=172390 vsize=25408776 memory=280217222579552 CPUtime=3602.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172398/stat : 172398 (fscip) R 172390 172393 165389 0 -1 4194368 6484923 0 0 0 358624 1614 0 0 20 0 41 0 26930409 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172399] ppid=172390 vsize=25408776 memory=25333125866717268 CPUtime=3599.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172399/stat : 172399 (fscip) R 172390 172393 165389 0 -1 4194368 7838157 0 0 0 358135 1835 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172400] ppid=172390 vsize=25408776 memory=11632 CPUtime=3598.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172400/stat : 172400 (fscip) R 172390 172393 165389 0 -1 4194368 253421 0 0 0 356689 3176 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172401] ppid=172390 vsize=25408776 memory=280217227188112 CPUtime=3599.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172401/stat : 172401 (fscip) R 172390 172393 165389 0 -1 4194368 5636917 0 0 0 358372 1601 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172402] ppid=172390 vsize=25408776 memory=7056907 CPUtime=3595.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172402/stat : 172402 (fscip) R 172390 172393 165389 0 -1 1077936192 4438607 0 0 0 357543 2017 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172403] ppid=172390 vsize=25408776 memory=16108 CPUtime=3599 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172403/stat : 172403 (fscip) R 172390 172393 165389 0 -1 4194368 257836 0 0 0 356885 3015 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172404] ppid=172390 vsize=25408776 memory=0 CPUtime=3601.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172404/stat : 172404 (fscip) R 172390 172393 165389 0 -1 4194368 9373651 0 0 0 358425 1692 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172405] ppid=172390 vsize=25408776 memory=280217224914896 CPUtime=3595.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172405/stat : 172405 (fscip) R 172390 172393 165389 0 -1 4194368 5314294 0 0 0 357671 1904 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172406] ppid=172390 vsize=25408776 memory=11632 CPUtime=3597.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172406/stat : 172406 (fscip) R 172390 172393 165389 0 -1 4194368 260736 0 0 0 356889 2908 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172407] ppid=172390 vsize=25408776 memory=280217226497216 CPUtime=3603.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172407/stat : 172407 (fscip) R 172390 172393 165389 0 -1 4194368 5809655 0 0 0 358506 1823 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172408] ppid=172390 vsize=25408776 memory=1481050752893696 CPUtime=3600.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172408/stat : 172408 (fscip) R 172390 172393 165389 0 -1 4194368 5585117 0 0 0 358125 1881 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172409] ppid=172390 vsize=25408776 memory=23208064 CPUtime=3598.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172409/stat : 172409 (fscip) R 172390 172393 165389 0 -1 4194368 262093 0 0 0 356928 2962 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172410] ppid=172390 vsize=25408776 memory=25333125866717268 CPUtime=3598.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172410/stat : 172410 (fscip) R 172390 172393 165389 0 -1 4194368 10044777 0 0 0 358239 1574 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172411] ppid=172390 vsize=25408776 memory=5440 CPUtime=3603.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172411/stat : 172411 (fscip) R 172390 172393 165389 0 -1 4194368 8760412 0 0 0 358657 1693 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172412] ppid=172390 vsize=25408776 memory=2212 CPUtime=3601.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172412/stat : 172412 (fscip) R 172390 172393 165389 0 -1 4194368 264535 0 0 0 357089 3058 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172413] ppid=172390 vsize=25408776 memory=280217223352304 CPUtime=3600.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172413/stat : 172413 (fscip) R 172390 172393 165389 0 -1 4194368 8273614 0 0 0 358455 1599 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172414] ppid=172390 vsize=25408776 memory=8237192173290431622 CPUtime=3600.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172414/stat : 172414 (fscip) R 172390 172393 165389 0 -1 4194368 5670774 0 0 0 358171 1880 0 0 20 0 41 0 26930410 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172415] ppid=172390 vsize=25408776 memory=1481050752893696 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172415/stat : 172415 (fscip) S 172390 172393 165389 0 -1 1077936192 72 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172416] ppid=172390 vsize=25408776 memory=7007706849933152337 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172416/stat : 172416 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172417] ppid=172390 vsize=25408776 memory=2720 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172417/stat : 172417 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172418] ppid=172390 vsize=25408776 memory=11632 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172418/stat : 172418 (fscip) S 172390 172393 165389 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172419] ppid=172390 vsize=25408776 memory=7256 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172419/stat : 172419 (fscip) S 172390 172393 165389 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172420] ppid=172390 vsize=25408776 memory=28068 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172420/stat : 172420 (fscip) S 172390 172393 165389 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172421] ppid=172390 vsize=25408776 memory=22548940 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172421/stat : 172421 (fscip) S 172390 172393 165389 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172422] ppid=172390 vsize=25408776 memory=23175088 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172422/stat : 172422 (fscip) S 172390 172393 165389 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172423] ppid=172390 vsize=25408776 memory=40232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172423/stat : 172423 (fscip) S 172390 172393 165389 0 -1 1077936192 162 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172424] ppid=172390 vsize=25408776 memory=23188092 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172424/stat : 172424 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172425] ppid=172390 vsize=25408776 memory=280217226858480 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172425/stat : 172425 (fscip) S 172390 172393 165389 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172426] ppid=172390 vsize=25408776 memory=280217226027808 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172426/stat : 172426 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172427] ppid=172390 vsize=25408776 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172427/stat : 172427 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172428] ppid=172390 vsize=25408776 memory=-7385037615359298921 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172428/stat : 172428 (fscip) S 172390 172393 165389 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172429] ppid=172390 vsize=25408776 memory=23173040 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172429/stat : 172429 (fscip) S 172390 172393 165389 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172430] ppid=172390 vsize=25408776 memory=5440 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172430/stat : 172430 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172431] ppid=172390 vsize=25408776 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172431/stat : 172431 (fscip) S 172390 172393 165389 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172432] ppid=172390 vsize=25408776 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172432/stat : 172432 (fscip) S 172390 172393 165389 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172433] ppid=172390 vsize=25408776 memory=23178200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172433/stat : 172433 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
[pid=172393/tid=172434] ppid=172390 vsize=25408776 memory=280217223996848 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/172393/task/172434/stat : 172434 (fscip) S 172390 172393 165389 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 26930416 26018586624 5811055 809668444160 4194304 16623229 140729601710416 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34996224 140729601713161 140729601713279 140729601713279 140729601720304 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 25408776 KiB
Current children cumulated memory: 23244220 KiB

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

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

# cumulated CPU time of all completed processes:  user=71571.7 s, system=429.292 s

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

[startup+3643.61 s]*
/proc/loadavg: 81.37 80.84 80.45 62/986 174719
/proc/meminfo: memFree=710239932/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644 s]*
/proc/loadavg: 81.37 80.84 80.45 63/986 174719
/proc/meminfo: memFree=726574908/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): 3644.09
CPU time (s): 72001
CPU user time (s): 71571.7
CPU system time (s): 429.292
CPU usage (%): 1975.83
Max. virtual memory (cumulated for all children) (KiB): 25408776
Max. memory (cumulated for all children) (KiB): 23244220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71571.7
system time used= 429.292
maximum resident set size= 23244220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101330884
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= 634779
involuntary context switches= 602766


# summary of solver processes directly reported to runsolver:
#   pid: 172393
#   total CPU time (s): 72001
#   total CPU user time (s): 71571.7
#   total CPU system time (s): 429.292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9421 second user time and 82.0022 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-02 14:57:57
IDJOB=4465774
IDBENCH=176095
IDSOLVER=3094
FILE ID=nodeD103/4465774-1722603477
RUNJOBID= nodeD103-1722599440-165399
SLURM_JOB_ID= 8254302
Free space on /tmp= 8622796 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=6.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-4465774-1722603477/watcher-4465774-1722603477 -o /tmp/evaluation-result-4465774-1722603477/solver-4465774-1722603477 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722599440-165399 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465774-1722603477.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 452542b5617bc71813112a35665296a2
RANDOM SEED=571295115

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        775500756 kB
MemAvailable:   776820340 kB
Buffers:          385348 kB
Cached:          4256508 kB
SwapCached:            0 kB
Active:           558804 kB
Inactive:       12100096 kB
Active(anon):       2132 kB
Inactive(anon):  8037640 kB
Active(file):     556672 kB
Inactive(file):  4062456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28592 kB
Writeback:             0 kB
AnonPages:       8015256 kB
Mapped:           122832 kB
Shmem:             22536 kB
KReclaimable:     240340 kB
Slab:             605196 kB
SReclaimable:     240340 kB
SUnreclaim:       364856 kB
KernelStack:       16208 kB
PageTables:        25636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1731592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           313728 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3801088 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-08-02 15:58:41