Trace number 4467859

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72002.4 3636.16

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
MD5SUMd059f39552443ed7b428fbc50456c2f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables369
Total number of constraints748
Number of constraints which are clauses748
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24244224, getVmSize() = 24244224, SCIPgetMemUsed() = 2094196, SCIPgetMemTotal() = 2637364, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 16282704, getVmSize() = 28020736, SCIPgetMemUsed() = 2549204, SCIPgetMemTotal() = 5195020, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4467859-1723249834
0.00/0.01	c   Variables        : 369 (369 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 748
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 369 (369 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 748
0.00/0.01	c Constraints        : Number
0.00/0.01	c   logicor          : 748 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.06	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
104.99/5.41	c         5            980         979        20                -           0.0000          -
203.66/10.47	c        10           3322        1313        20                -           0.0000          -
304.51/15.55	c        16           5372        3978        20                -           0.0000          -
403.38/20.59	c        21           9324        6158        20                -           0.0000          -
506.42/25.71	c        26          13242        8420        20                -           0.0000          -
605.51/30.76	c        31          17240        9805        20                -           0.0000          -
704.42/35.80	c        36          21789       11416        20                -           0.0000          -
805.37/40.85	c        41          25715       13056        20                -           0.0000          -
904.42/45.90	c        46          36902       13554        20                -           0.0000          -
1005.46/51.02	c        51          31973       15796        20                -           0.0000          -
1106.89/56.08	c        56          47257       17396        20                -           0.0000          -
1208.00/61.15	c        61          50470       18611        20                -           0.0000          -
1308.10/66.20	c        66          44287       20893        20                -           0.0000          -
1407.13/71.25	c        71          46850       22288        20                -           0.0000          -
1507.98/76.31	c        76          50651       23677        20                -           0.0000          -
1606.86/81.38	c        81          64038       23545        20                -           0.0000          -
1707.86/86.43	c        86          89953       27086        20                -           0.0000          -
1806.89/91.48	c        91          96175       32752        20                -           0.0000          -
1907.88/96.53	c        97         102238       37917        20                -           0.0000          -
2006.73/101.58	c       102         108320       43199        20                -           0.0000          -
2107.66/106.63	c       107         114103       48087        20                -           0.0000          -
2206.73/111.68	c       112         120367       54004        20                -           0.0000          -
2307.61/116.73	c       117         126420       59592        20                -           0.0000          -
2406.69/121.78	c       122         132473       65070        20                -           0.0000          -
2507.73/126.83	c       127         138847       71206        20                -           0.0000          -
2606.47/131.88	c       132         144813       76343        20                -           0.0000          -
2707.53/136.93	c       137         150404       80820        20                -           0.0000          -
2806.27/141.98	c       142         156262       85682        20                -           0.0000          -
2905.07/147.03	c       147         162016       90407        20                -           0.0000          -
3006.68/152.08	c       152         167950       95694        20                -           0.0000          -
3105.61/157.13	c       157         173629      100326        20                -           0.0000          -
3206.62/162.18	c       162         179186      105083        20                -           0.0000          -
3306.94/167.23	c       167         184755      109660        20                -           0.0000          -
3405.71/172.28	c       172         190205      113986        20                -           0.0000          -
3506.76/177.33	c       177         195738      118377        20                -           0.0000          -
3605.64/182.38	c       182         201331      123167        20                -           0.0000          -
3706.65/187.43	c       187         206685      127792        20                -           0.0000          -
3805.55/192.48	c       192         212218      132768        20                -           0.0000          -
3906.52/197.53	c       198         217562      137258        20                -           0.0000          -
4005.54/202.58	c       203         222674      140995        20                -           0.0000          -
4106.60/207.63	c       208         227691      144992        20                -           0.0000          -
4205.68/212.68	c       213         232833      149104        20                -           0.0000          -
4306.57/217.73	c       218         237929      153110        20                -           0.0000          -
4405.37/222.78	c       223         242869      157050        20                -           0.0000          -
4506.45/227.83	c       228         248094      161251        20                -           0.0000          -
4605.56/232.88	c       233         253484      165700        20                -           0.0000          -
4706.27/237.93	c       238         258460      169705        20                -           0.0000          -
4805.36/242.98	c       243         263400      173990        20                -           0.0000          -
4904.13/248.03	c       248         268377      178219        20                -           0.0000          -
5005.89/253.08	c       253         273208      182086        20                -           0.0000          -
5104.93/258.13	c       258         278216      186283        20                -           0.0000          -
5205.64/263.18	c       263         283286      190592        20                -           0.0000          -
5305.75/268.23	c       268         288211      194704        20                -           0.0000          -
5404.86/273.28	c       273         292816      198201        20                -           0.0000          -
5505.79/278.33	c       278         297318      201661        20                -           0.0000          -
5604.68/283.38	c       283         301866      205479        20                -           0.0000          -
5705.77/288.43	c       288         306024      208733        20                -           0.0000          -
5804.93/293.44	c       293         310116      211852        20                -           0.0000          -
5903.89/298.47	c       298         314203      215145        20                -           0.0000          -
6004.94/303.52	c       304         318408      218199        20                -           0.0000          -
6106.04/308.60	c       309         323409      222137        20                -           0.0000          -
6205.06/313.67	c       314         327821      225820        20                -           0.0000          -
6306.06/318.73	c       319         332807      230275        20                -           0.0000          -
6405.04/323.78	c       324         336937      232792        20                -           0.0000          -
6506.08/328.83	c       329         340967      235929        20                -           0.0000          -
6605.16/333.88	c       334         345173      238895        20                -           0.0000          -
6706.27/338.93	c       339         349092      241525        20                -           0.0000          -
6805.25/343.98	c       344         353457      245057        20                -           0.0000          -
6903.98/349.03	c       349         357736      248369        20                -           0.0000          -
7005.44/354.08	c       354         362450      252329        20                -           0.0000          -
7104.64/359.13	c       359         366877      256367        20                -           0.0000          -
7205.56/364.18	c       364         370931      259516        20                -           0.0000          -
7305.91/369.23	c       369         375097      262795        20                -           0.0000          -
7404.88/374.28	c       374         379437      266706        20                -           0.0000          -
7505.89/379.33	c       379         383643      270121        20                -           0.0000          -
7604.98/384.38	c       384         388058      273768        20                -           0.0000          -
7706.13/389.43	c       389         392610      277872        20                -           0.0000          -
7805.09/394.48	c       394         396373      280391        20                -           0.0000          -
7906.07/399.53	c       400         400639      283653        20                -           0.0000          -
8005.17/404.54	c       405         404617      286491        20                -           0.0000          -
8106.12/409.60	c       410         256552      190778        20                -           0.0000          -
8205.16/414.65	c       415         256248      125727        20                -           0.0000          -
8306.18/419.71	c       420         258313      126691        20                -           0.0000          -
8405.15/424.77	c       425         261533      127971        20                -           0.0000          -
8506.19/429.83	c       430         269792      200036        20                -           0.0000          -
8605.47/434.88	c       435         272510      202108        20                -           0.0000          -
8706.44/439.93	c       440         275274      203582        20                -           0.0000          -
8805.52/444.98	c       445         278050      205013        20                -           0.0000          -
8904.59/450.03	c       450         276315      134948        20                -           0.0000          -
9006.35/455.08	c       455         283706      209035        20                -           0.0000          -
9105.41/460.13	c       460         287142      211221        20                -           0.0000          -
9206.67/465.18	c       465         290279      213443        20                -           0.0000          -
9306.91/470.23	c       470         293331      215594        20                -           0.0000          -
9405.97/475.28	c       475         296691      218164        20                -           0.0000          -
9506.99/480.33	c       480         299729      220500        20                -           0.0000          -
9606.14/485.35	c       485         469639      336743        20                -           0.0000          -
9707.20/490.42	c       490         473461      339375        20                -           0.0000          -
9805.85/495.48	c       495         476870      341555        20                -           0.0000          -
9906.62/500.53	c       501         480771      344422        20                -           0.0000          -
10005.72/505.58	c       506         484341      346997        20                -           0.0000          -
10106.70/510.62	c       511         488156      350241        20                -           0.0000          -
10205.78/515.68	c       516         492206      353849        20                -           0.0000          -
10306.55/520.73	c       521         496401      357728        20                -           0.0000          -
10405.62/525.78	c       526         500541      360834        20                -           0.0000          -
10506.71/530.83	c       531         504952      364438        20                -           0.0000          -
10605.67/535.88	c       536         508839      367961        20                -           0.0000          -
10706.69/540.93	c       541         512893      371179        20                -           0.0000          -
10805.66/545.98	c       546         516762      374233        20                -           0.0000          -
10904.64/551.03	c       551         520708      377557        20                -           0.0000          -
11006.44/556.08	c       556         524322      379966        20                -           0.0000          -
11105.24/561.13	c       561         527706      382420        20                -           0.0000          -
11206.41/566.18	c       566         530678      384372        20                -           0.0000          -
11306.72/571.23	c       571         534306      387405        20                -           0.0000          -
11405.63/576.28	c       576         538101      390695        20                -           0.0000          -
11506.69/581.33	c       581         541633      393546        20                -           0.0000          -
11605.76/586.38	c       586         545215      396689        20                -           0.0000          -
11706.70/591.43	c       591         549011      399909        20                -           0.0000          -
11805.75/596.48	c       596         552569      402879        20                -           0.0000          -
11906.67/601.53	c       602         555641      405206        20                -           0.0000          -
12005.58/606.58	c       607         558949      407576        20                -           0.0000          -
12106.50/611.63	c       612         562129      409956        20                -           0.0000          -
12205.36/616.68	c       617         565216      412104        20                -           0.0000          -
12306.42/621.73	c       622         568639      414795        20                -           0.0000          -
12405.36/626.78	c       627         572066      417564        20                -           0.0000          -
12506.45/631.83	c       632         575390      420260        20                -           0.0000          -
12605.12/636.88	c       637         578629      423002        20                -           0.0000          -
12705.85/641.93	c       642         582242      425937        20                -           0.0000          -
12804.51/646.98	c       647         585525      428209        20                -           0.0000          -
12903.54/652.00	c       652         588294      429973        20                -           0.0000          -
13005.01/657.08	c       657         370388      179636        20                -           0.0000          -
13104.01/662.13	c       662         372921      181090        20                -           0.0000          -
13204.93/667.18	c       667         375027      181946        20                -           0.0000          -
13305.47/672.23	c       672         376937      182884        20                -           0.0000          -
13404.55/677.26	c       677         378329      183404        20                -           0.0000          -
13503.72/682.29	c       682         379662      183862        20                -           0.0000          -
13604.86/687.36	c       687         381154      184307        20                -           0.0000          -
13705.94/692.43	c       692         382490      184613        20                -           0.0000          -
13804.83/697.48	c       697         384344      185494        20                -           0.0000          -
13905.71/702.53	c       703         385994      185988        20                -           0.0000          -
14004.75/707.58	c       708         387947      186918        20                -           0.0000          -
14105.81/712.63	c       713         389778      187708        20                -           0.0000          -
14204.76/717.68	c       718        2846433          63        20                -           0.0000          -
14305.75/722.73	c       723        2869426          63        20                -           0.0000          -
14404.78/727.74	c       728        2889442          56        20                -           0.0000          -
14503.73/732.78	c       733        2910612          58        20                -           0.0000          -
14604.92/737.84	c       738        2929977          57        20                -           0.0000          -
14703.83/742.89	c       743        2950788          60        20                -           0.0000          -
14804.83/747.95	c       748        2972531          61        20                -           0.0000          -
14903.72/753.00	c       753        2996441          63        20                -           0.0000          -
15002.72/758.01	c       758         601747      253910        20                -           0.0000          -
15104.14/763.06	c       763         605833      255278        20                -           0.0000          -
15203.14/768.11	c       768         609850      256705        20                -           0.0000          -
15304.12/773.19	c       773         613850      258502        20                -           0.0000          -
15404.43/778.23	c       778         618179      260271        20                -           0.0000          -
15505.42/783.30	c       783         622397      262471        20                -           0.0000          -
15604.37/788.37	c       788         626771      264201        20                -           0.0000          -
15705.37/793.42	c       793         630652      266288        20                -           0.0000          -
15804.31/798.48	c       798         634397      267891        20                -           0.0000          -
15905.39/803.53	c       804         637843      269480        20                -           0.0000          -
16004.47/808.58	c       809         641144      271344        20                -           0.0000          -
16105.59/813.63	c       814         644479      273479        20                -           0.0000          -
16204.37/818.68	c       819         647667      275506        20                -           0.0000          -
16305.44/823.73	c       824         651744      277796        20                -           0.0000          -
16404.48/828.78	c       829         655957      280032        20                -           0.0000          -
16505.43/833.83	c       834         660149      282345        20                -           0.0000          -
16604.52/838.88	c       839         664111      284547        20                -           0.0000          -
16703.52/843.89	c       844         668188      286735        20                -           0.0000          -
16802.54/848.90	c       849         545332      384237        20                -           0.0000          -
16903.62/853.94	c       854         548226      386235        20                -           0.0000          -
17002.74/859.01	c       859         552060      388373        20                -           0.0000          -
17104.52/864.07	c       864         555728      390624        20                -           0.0000          -
17203.62/869.08	c       869         559398      392830        20                -           0.0000          -
17302.61/874.13	c       874         563380      395599        20                -           0.0000          -
17403.62/879.15	c       879         566267      397732        20                -           0.0000          -
17502.38/884.16	c       884         570493      400269        20                -           0.0000          -
17601.40/889.20	c       889         575813      402663        20                -           0.0000          -
17701.82/894.27	c       894         467537      224120        20                -           0.0000          -
17802.85/899.33	c       899         469384      225087        20                -           0.0000          -
17901.88/904.38	c       904         471204      226054        20                -           0.0000          -
18003.12/909.44	c       909         473231      227347        20                -           0.0000          -
18102.22/914.49	c       914         475212      228461        20                -           0.0000          -
18203.34/919.55	c       920         476939      229313        20                -           0.0000          -
18304.33/924.60	c       925         478768      230263        20                -           0.0000          -
18403.42/929.65	c       930         480209      231105        20                -           0.0000          -
18502.50/934.66	c       935         481643      231628        20                -           0.0000          -
18603.39/939.70	c       940         482985      232165        20                -           0.0000          -
18702.32/944.77	c       945         484538      232905        20                -           0.0000          -
18803.32/949.82	c       950         607478      426157        20                -           0.0000          -
18902.35/954.88	c       955         610176      427961        20                -           0.0000          -
19003.34/959.93	c       960         613019      430057        20                -           0.0000          -
19102.17/964.98	c       965         615592      431548        20                -           0.0000          -
19201.28/970.03	c       970         619214      433983        20                -           0.0000          -
19302.78/975.08	c       975         623382      436259        20                -           0.0000          -
19403.68/980.16	c       980         626780      438473        20                -           0.0000          -
19504.32/985.22	c       985         629696      440486        20                -           0.0000          -
19603.42/990.27	c       990         632104      442195        20                -           0.0000          -
19704.34/995.32	c       995         634784      444147        20                -           0.0000          -
19803.44/1000.35	c      1000         774124      563462        20                -           0.0000          -
19902.44/1005.36	c      1005         776687      565631        20                -           0.0000          -
20003.37/1010.43	c      1010         778922      567270        20                -           0.0000          -
20102.21/1015.48	c      1015         781384      568959        20                -           0.0000          -
20203.21/1020.54	c      1021         784374      571531        20                -           0.0000          -
20304.11/1025.60	c      1026         787056      573688        20                -           0.0000          -
20403.19/1030.67	c      1031         789335      575277        20                -           0.0000          -
20504.34/1035.73	c      1036         792238      577901        20                -           0.0000          -
20603.41/1040.79	c      1041         795530      580898        20                -           0.0000          -
20704.23/1045.84	c      1046         798798      583887        20                -           0.0000          -
20803.24/1050.89	c      1051         801787      586589        20                -           0.0000          -
20904.27/1055.94	c      1056         804961      589491        20                -           0.0000          -
21003.29/1060.95	c      1061         807864      592181        20                -           0.0000          -
21102.19/1065.99	c      1066         521562      248012        20                -           0.0000          -
21200.88/1071.00	c      1071         523084      248459        20                -           0.0000          -
21302.44/1076.05	c      1076         524504      248923        20                -           0.0000          -
21401.35/1081.10	c      1081         525851      249641        20                -           0.0000          -
21502.43/1086.15	c      1086         527032      250113        20                -           0.0000          -
21602.64/1091.20	c      1091         528200      250489        20                -           0.0000          -
21701.73/1096.25	c      1096         529424      250995        20                -           0.0000          -
21800.81/1101.26	c      1101         530920      251671        20                -           0.0000          -
21899.87/1106.27	c      1106         532129      252061        20                -           0.0000          -
22001.02/1111.32	c      1111         533288      252238        20                -           0.0000          -
22099.77/1116.37	c      1116         847138      377805        20                -           0.0000          -
22200.89/1121.42	c      1121         850637      379466        20                -           0.0000          -
22300.07/1126.47	c      1126         853159      380604        20                -           0.0000          -
22401.08/1131.52	c      1132         855669      381778        20                -           0.0000          -
22499.99/1136.57	c      1137         859067      383216        20                -           0.0000          -
22600.99/1141.62	c      1142         862983      385037        20                -           0.0000          -
22700.16/1146.63	c      1147         866927      386911        20                -           0.0000          -
22799.28/1151.69	c      1152         871060      388477        20                -           0.0000          -
22900.44/1156.74	c      1157         875675      390658        20                -           0.0000          -
23001.34/1161.81	c      1162         879860      392190        20                -           0.0000          -
23100.47/1166.86	c      1167         883829      393856        20                -           0.0000          -
23201.52/1171.91	c      1172         886556      394901        20                -           0.0000          -
23300.38/1176.97	c      1177         744322      519781        20                -           0.0000          -
23399.12/1182.02	c      1182         747300      521713        20                -           0.0000          -
23500.71/1187.07	c      1187         751030      523820        20                -           0.0000          -
23599.95/1192.12	c      1192         754110      525744        20                -           0.0000          -
23701.10/1197.17	c      1197         756746      527548        20                -           0.0000          -
23801.36/1202.22	c      1202         759810      529327        20                -           0.0000          -
23900.50/1207.27	c      1207         762995      531508        20                -           0.0000          -
24001.59/1212.32	c      1212         766398      533862        20                -           0.0000          -
24100.74/1217.34	c      1217         769645      535832        20                -           0.0000          -
24199.76/1222.38	c      1222         570697      263397        20                -           0.0000          -
24298.92/1227.40	c      1227         885909      651886        20                -           0.0000          -
24400.08/1232.46	c      1232         573758      264315        20                -           0.0000          -
24501.25/1237.56	c      1238         575495      265295        20                -           0.0000          -
24602.02/1242.61	c      1243         576417      265500        20                -           0.0000          -
24700.85/1247.67	c      1248         893972      657654        20                -           0.0000          -
24801.71/1252.72	c      1253         895909      659064        20                -           0.0000          -
24900.66/1257.77	c      1258         897871      660361        20                -           0.0000          -
25001.73/1262.82	c      1263         900080      662048        20                -           0.0000          -
25100.76/1267.87	c      1268         902025      663339        20                -           0.0000          -
25199.27/1272.88	c      1273         903803      664298        20                -           0.0000          -
25298.51/1277.89	c      1278         906182      666189        20                -           0.0000          -
25399.52/1282.94	c      1283         908556      667718        20                -           0.0000          -
25498.48/1287.99	c      1288         910377      669026        20                -           0.0000          -
25599.93/1293.04	c      1293         911937      669850        20                -           0.0000          -
25698.64/1298.09	c      1298         913503      670833        20                -           0.0000          -
25799.50/1303.14	c      1303         915542      672237        20                -           0.0000          -
25898.26/1308.19	c      1308         917683      673466        20                -           0.0000          -
25998.68/1313.26	c      1313         919478      674593        20                -           0.0000          -
26099.79/1318.31	c      1318         921185      675683        20                -           0.0000          -
26198.94/1323.36	c      1323         923163      677074        20                -           0.0000          -
26300.10/1328.41	c      1328         924777      678082        20                -           0.0000          -
26399.38/1333.47	c      1333         926520      679178        20                -           0.0000          -
26500.34/1338.54	c      1339         928421      680443        20                -           0.0000          -
26601.47/1343.61	c      1344         930227      681565        20                -           0.0000          -
26700.45/1348.67	c      1349         931868      682241        20                -           0.0000          -
26801.17/1353.72	c      1354         933440      682663        20                -           0.0000          -
26900.07/1358.73	c      1359         935234      683860        20                -           0.0000          -
26999.23/1363.77	c      1364         936995      685116        20                -           0.0000          -
27098.35/1368.79	c      1369        1028012      455541        20                -           0.0000          -
27199.48/1373.84	c      1374        1030758      456690        20                -           0.0000          -
27298.36/1378.85	c      1379         633309      298069        20                -           0.0000          -
27399.44/1383.90	c      1384         634954      298899        20                -           0.0000          -
27498.45/1388.99	c      1389         636009      299307        20                -           0.0000          -
27599.85/1394.05	c      1394         637095      299654        20                -           0.0000          -
27698.87/1399.10	c      1399         638402      300097        20                -           0.0000          -
27799.86/1404.16	c      1404         639815      300547        20                -           0.0000          -
27900.24/1409.21	c      1409         641164      300927        20                -           0.0000          -
27999.40/1414.26	c      1414         642339      301258        20                -           0.0000          -
28100.16/1419.32	c      1419         643792      301639        20                -           0.0000          -
28199.24/1424.37	c      1424         645250      302295        20                -           0.0000          -
28300.10/1429.43	c      1429         647172      303454        20                -           0.0000          -
28399.08/1434.50	c      1434         648592      304040        20                -           0.0000          -
28499.99/1439.52	c      1440         650457      304974        20                -           0.0000          -
28598.85/1444.56	c      1445         652039      305810        20                -           0.0000          -
28699.79/1449.60	c      1450         896504      631158        20                -           0.0000          -
28798.86/1454.64	c      1455         898914      632565        20                -           0.0000          -
28899.89/1459.74	c      1460         901249      633938        20                -           0.0000          -
29000.98/1464.81	c      1465         657525      307960        20                -           0.0000          -
29099.75/1469.87	c      1470         906256      637314        20                -           0.0000          -
29200.78/1474.92	c      1475         909011      639203        20                -           0.0000          -
29299.19/1479.97	c      1480         911635      640847        20                -           0.0000          -
29398.22/1485.02	c      1485         914071      642310        20                -           0.0000          -
29499.98/1490.07	c      1490         916526      644282        20                -           0.0000          -
29598.86/1495.08	c      1495         919008      646102        20                -           0.0000          -
29699.96/1500.17	c      1500         985934      718122        20                -           0.0000          -
29800.20/1505.22	c      1505         987751      719487        20                -           0.0000          -
29899.35/1510.24	c      1510         989470      720448        20                -           0.0000          -
30000.43/1515.32	c      1515         990832      721303        20                -           0.0000          -
30099.71/1520.37	c      1520         992355      722387        20                -           0.0000          -
30200.84/1525.42	c      1525         994026      723538        20                -           0.0000          -
30299.80/1530.47	c      1530         995644      724440        20                -           0.0000          -
30400.97/1535.52	c      1536         998060      725929        20                -           0.0000          -
30500.01/1540.54	c      1541         999815      727121        20                -           0.0000          -
30599.14/1545.59	c      1546        1001284      727963        20                -           0.0000          -
30700.14/1550.67	c      1551         685364      321278        20                -           0.0000          -
30801.22/1555.72	c      1556         686656      321754        20                -           0.0000          -
30900.23/1560.77	c      1561         687871      322225        20                -           0.0000          -
31001.15/1565.82	c      1566         689333      322888        20                -           0.0000          -
31099.91/1570.87	c      1571         691073      323704        20                -           0.0000          -
31201.04/1575.92	c      1576        1014721      735172        20                -           0.0000          -
31300.14/1580.97	c      1581        1016572      736136        20                -           0.0000          -
31399.10/1586.02	c      1586         695350      325434        20                -           0.0000          -
31500.65/1591.07	c      1591         696727      326062        20                -           0.0000          -
31599.90/1596.12	c      1596         697689      326254        20                -           0.0000          -
31701.16/1601.17	c      1601         699143      326806        20                -           0.0000          -
31801.42/1606.20	c      1606         700372      327324        20                -           0.0000          -
31900.47/1611.27	c      1611         979635      689988        20                -           0.0000          -
32001.01/1616.32	c      1616         983266      692242        20                -           0.0000          -
32100.12/1621.37	c      1621         986382      694329        20                -           0.0000          -
32200.97/1626.42	c      1626         989214      696210        20                -           0.0000          -
32299.98/1631.47	c      1631         991822      697937        20                -           0.0000          -
32401.22/1636.52	c      1637         994852      700064        20                -           0.0000          -
32500.47/1641.57	c      1642         999683      702701        20                -           0.0000          -
32601.45/1646.62	c      1647        1003393      705392        20                -           0.0000          -
32700.61/1651.63	c      1652        1007730      707997        20                -           0.0000          -
32801.66/1656.71	c      1657        1011992      710667        20                -           0.0000          -
32900.30/1661.77	c      1662        1014520      712590        20                -           0.0000          -
33001.42/1666.82	c      1667        1016815      714789        20                -           0.0000          -
33100.56/1671.87	c      1672        1019176      716856        20                -           0.0000          -
33201.63/1676.92	c      1677        1021461      718719        20                -           0.0000          -
33300.51/1681.95	c      1682        1023712      720368        20                -           0.0000          -
33399.28/1686.97	c      1687        1055675      765816        20                -           0.0000          -
33500.48/1692.05	c      1692         721930      335273        20                -           0.0000          -
33599.17/1697.12	c      1697         723173      335615        20                -           0.0000          -
33698.15/1702.13	c      1702        1244228      541252        20                -           0.0000          -
33798.92/1707.19	c      1707        1247446      542583        20                -           0.0000          -
33899.24/1712.27	c      1712        1250394      543698        20                -           0.0000          -
34000.10/1717.30	c      1717        1253680      544974        20                -           0.0000          -
34098.96/1722.35	c      1722        1256453      545803        20                -           0.0000          -
34199.97/1727.41	c      1727        1259743      547396        20                -           0.0000          -
34299.10/1732.47	c      1732        1262332      548327        20                -           0.0000          -
34398.20/1737.49	c      1737        1265598      549561        20                -           0.0000          -
34499.30/1742.57	c      1743        1268710      550847        20                -           0.0000          -
34600.46/1747.62	c      1748        1271977      552228        20                -           0.0000          -
34699.65/1752.67	c      1753        1274753      553182        20                -           0.0000          -
34800.82/1757.72	c      1758        1277616      554431        20                -           0.0000          -
34899.99/1762.77	c      1763        1280545      555446        20                -           0.0000          -
35001.10/1767.82	c      1768        1284126      556356        20                -           0.0000          -
35100.17/1772.87	c      1773        1287081      557222        20                -           0.0000          -
35201.07/1777.92	c      1778        1290350      558237        20                -           0.0000          -
35300.24/1782.97	c      1783        1293590      559326        20                -           0.0000          -
35399.41/1788.02	c      1788        1296174      560315        20                -           0.0000          -
35501.12/1793.07	c      1793        1299028      561399        20                -           0.0000          -
35600.02/1798.12	c      1798        1302009      562521        20                -           0.0000          -
35701.16/1803.17	c      1803        1305217      563803        20                -           0.0000          -
35800.12/1808.18	c      1808        1308128      564829        20                -           0.0000          -
35900.34/1813.24	c      1813        1095997      772426        20                -           0.0000          -
36001.30/1818.30	c      1818        1314328      567096        20                -           0.0000          -
36100.31/1823.35	c      1823        1102126      776850        20                -           0.0000          -
36199.23/1828.36	c      1828        1105049      778896        20                -           0.0000          -
36298.32/1833.37	c      1833         754476      344679        20                -           0.0000          -
36397.44/1838.40	c      1838        1111612      783388        20                -           0.0000          -
36498.49/1843.43	c      1843        1115194      785584        20                -           0.0000          -
36599.49/1848.51	c      1849        1118022      787476        20                -           0.0000          -
36698.59/1853.58	c      1854        1120920      789465        20                -           0.0000          -
36799.57/1858.63	c      1859        1124520      791674        20                -           0.0000          -
36898.56/1863.68	c      1864        1127641      793881        20                -           0.0000          -
36999.32/1868.73	c      1869        1129963      795555        20                -           0.0000          -
37098.27/1873.78	c      1874        1132617      797214        20                -           0.0000          -
37199.42/1878.83	c      1879        1135578      799151        20                -           0.0000          -
37298.72/1883.88	c      1884        1138204      800820        20                -           0.0000          -
37399.82/1888.93	c      1889        1140823      802765        20                -           0.0000          -
37498.81/1893.97	c      1894        1143787      804787        20                -           0.0000          -
37597.86/1899.04	c      1899        1147393      806921        20                -           0.0000          -
37699.49/1904.09	c      1904        1152352      809684        20                -           0.0000          -
37800.12/1909.14	c      1909        1155268      811405        20                -           0.0000          -
37899.30/1914.18	c      1914        1157948      813317        20                -           0.0000          -
37999.72/1919.23	c      1919        1160362      815132        20                -           0.0000          -
38098.67/1924.30	c      1924        1138505      819913        20                -           0.0000          -
38199.51/1929.35	c      1929        1140674      821886        20                -           0.0000          -
38298.55/1934.40	c      1934        1142715      823751        20                -           0.0000          -
38399.47/1939.46	c      1939        1144454      825159        20                -           0.0000          -
38498.50/1944.47	c      1944         777257      352476        20                -           0.0000          -
38599.32/1949.51	c      1950         778124      352716        20                -           0.0000          -
38698.13/1954.59	c      1955        1149388      829019        20                -           0.0000          -
38799.01/1959.60	c      1960        1150473      829395        20                -           0.0000          -
38898.02/1964.67	c      1965        1151816      830180        20                -           0.0000          -
38999.06/1969.75	c      1970        1153329      831222        20                -           0.0000          -
39097.76/1974.80	c      1975        1154987      832254        20                -           0.0000          -
39198.82/1979.86	c      1980        1156944      833877        20                -           0.0000          -
39299.78/1984.92	c      1985        1158956      835469        20                -           0.0000          -
39398.78/1989.97	c      1990        1160779      836807        20                -           0.0000          -
39497.95/1995.03	c      1995        1162317      837735        20                -           0.0000          -
39599.67/2000.09	c      2000        1164358      839501        20                -           0.0000          -
39700.78/2005.14	c      2005        1165750      840555        20                -           0.0000          -
39799.60/2010.19	c      2010        1167472      842027        20                -           0.0000          -
39899.88/2015.24	c      2015        1169195      843107        20                -           0.0000          -
39999.00/2020.29	c      2020        1170623      843795        20                -           0.0000          -
40100.12/2025.34	c      2025        1171887      844691        20                -           0.0000          -
40199.17/2030.39	c      2030        1173291      845523        20                -           0.0000          -
40300.25/2035.41	c      2035        1174746      846460        20                -           0.0000          -
40399.37/2040.45	c      2040        1176213      847274        20                -           0.0000          -
40500.37/2045.56	c      2046        1177683      848073        20                -           0.0000          -
40599.03/2050.60	c      2051        1178979      848920        20                -           0.0000          -
40699.70/2055.65	c      2056        1180239      849637        20                -           0.0000          -
40798.77/2060.66	c      2061        1181861      851012        20                -           0.0000          -
40899.88/2065.73	c      2066        1183616      852321        20                -           0.0000          -
41000.93/2070.81	c      2071        8520814          66        20                -           0.0000          -
41099.97/2075.83	c      2076        1231606      870874        20                -           0.0000          -
41198.93/2080.84	c      2081         805078      360276        20                -           0.0000          -
41298.03/2085.89	c      2086        1236855      874591        20                -           0.0000          -
41399.18/2090.96	c      2091        1239860      876615        20                -           0.0000          -
41498.17/2096.01	c      2096        1242728      878650        20                -           0.0000          -
41599.66/2101.05	c      2101        1245358      880397        20                -           0.0000          -
41698.37/2106.08	c      2106        1247883      882110        20                -           0.0000          -
41797.49/2111.09	c      2111        1251273      884453        20                -           0.0000          -
41898.60/2116.19	c      2116        1254138      885910        20                -           0.0000          -
41998.75/2121.26	c      2121        1256388      887732        20                -           0.0000          -
42099.67/2126.32	c      2126        1258638      889706        20                -           0.0000          -
42200.63/2131.40	c      2131        1261458      891582        20                -           0.0000          -
42299.35/2136.45	c      2136        1263830      893247        20                -           0.0000          -
42400.51/2141.51	c      2142        1266301      895096        20                -           0.0000          -
42499.66/2146.56	c      2147        1208259      867693        20                -           0.0000          -
42600.81/2151.61	c      2152        1209995      869259        20                -           0.0000          -
42699.99/2156.66	c      2157        1212080      871206        20                -           0.0000          -
42801.14/2161.71	c      2162         822630      366657        20                -           0.0000          -
42900.25/2166.76	c      2167        1215361      873566        20                -           0.0000          -
43001.35/2171.81	c      2172         824367      367245        20                -           0.0000          -
43100.38/2176.86	c      2177         825196      367519        20                -           0.0000          -
43201.47/2181.91	c      2182         826097      367747        20                -           0.0000          -
43300.62/2186.96	c      2187        1221441      877204        20                -           0.0000          -
43399.67/2192.01	c      2192        1222994      878112        20                -           0.0000          -
43501.36/2197.06	c      2197        1224472      879149        20                -           0.0000          -
43600.39/2202.11	c      2202        1226159      880378        20                -           0.0000          -
43699.64/2207.12	c      2207        1227629      881483        20                -           0.0000          -
43800.79/2212.14	c      2212         833317      371003        20                -           0.0000          -
43901.07/2217.20	c      2217        1230346      883195        20                -           0.0000          -
44000.04/2222.29	c      2222        1308099      924317        20                -           0.0000          -
44100.84/2227.35	c      2227        1311169      925970        20                -           0.0000          -
44201.88/2232.41	c      2232        1550352      656377        20                -           0.0000          -
44300.97/2237.46	c      2237        1553414      657957        20                -           0.0000          -
44401.88/2242.50	c      2242        1556585      659555        20                -           0.0000          -
44500.84/2247.56	c      2248        1559182      661385        20                -           0.0000          -
44599.97/2252.60	c      2253        1561895      662605        20                -           0.0000          -
44701.11/2257.62	c      2258        1564524      663719        20                -           0.0000          -
44800.29/2262.64	c      2263        1567554      664819        20                -           0.0000          -
44901.15/2267.76	c      2268        1570426      665743        20                -           0.0000          -
45002.19/2272.81	c      2273        1245474      892562        20                -           0.0000          -
45100.99/2277.86	c      2278        1246851      893383        20                -           0.0000          -
45201.91/2282.91	c      2283        1248265      894232        20                -           0.0000          -
45301.00/2287.96	c      2288         860407      386249        20                -           0.0000          -
45399.94/2293.01	c      2293         861787      386741        20                -           0.0000          -
45501.33/2298.06	c      2298         862916      387317        20                -           0.0000          -
45600.39/2303.11	c      2303         863882      387729        20                -           0.0000          -
45701.44/2308.16	c      2308         864885      388040        20                -           0.0000          -
45801.84/2313.21	c      2313         866454      388802        20                -           0.0000          -
45900.82/2318.25	c      2318         868243      389952        20                -           0.0000          -
46001.97/2323.31	c      2323        1599020      677199        20                -           0.0000          -
46101.13/2328.36	c      2328        1602554      679132        20                -           0.0000          -
46200.29/2333.38	c      2333        1605932      680830        20                -           0.0000          -
46301.30/2338.42	c      2338        1609381      682111        20                -           0.0000          -
46400.10/2343.48	c      2343        1612910      683418        20                -           0.0000          -
46501.21/2348.54	c      2349        1616140      684579        20                -           0.0000          -
46600.27/2353.60	c      2354        1619281      685824        20                -           0.0000          -
46701.23/2358.61	c      2359        1622331      687129        20                -           0.0000          -
46800.25/2363.62	c      2364        1625025      687983        20                -           0.0000          -
46899.41/2368.67	c      2369        1628184      689244        20                -           0.0000          -
47000.56/2373.75	c      2374        1631025      690171        20                -           0.0000          -
47101.60/2378.83	c      2379        1633235      691008        20                -           0.0000          -
47202.58/2383.91	c      2384        1635643      691893        20                -           0.0000          -
47301.61/2388.96	c      2389        1406080      990134        20                -           0.0000          -
47400.58/2394.01	c      2394        1408658      991503        20                -           0.0000          -
47502.13/2399.06	c      2399         894502      405374        20                -           0.0000          -
47600.89/2404.11	c      2404         896230      406441        20                -           0.0000          -
47701.99/2409.16	c      2409        1417830      997623        20                -           0.0000          -
47802.34/2414.21	c      2414        1421273      999839        20                -           0.0000          -
47901.33/2419.26	c      2419        1423618     1001236        20                -           0.0000          -
48002.51/2424.31	c      2424        1425965     1002676        20                -           0.0000          -
48101.56/2429.34	c      2429        1428413     1004279        20                -           0.0000          -
48202.62/2434.41	c      2434        1299050      933231        20                -           0.0000          -
48301.66/2439.46	c      2439        1301013      934410        20                -           0.0000          -
48402.83/2444.52	c      2445        1439886     1011524        20                -           0.0000          -
48501.99/2449.56	c      2450        1442499     1013340        20                -           0.0000          -
48603.17/2454.61	c      2455        1445539     1015329        20                -           0.0000          -
48702.27/2459.66	c      2460        1448619     1017332        20                -           0.0000          -
48803.42/2464.71	c      2465        1452059     1019343        20                -           0.0000          -
48902.51/2469.76	c      2470        1454526     1021017        20                -           0.0000          -
49003.46/2474.81	c      2475        1457231     1023075        20                -           0.0000          -
49102.49/2479.86	c      2480        1461697     1026187        20                -           0.0000          -
49203.31/2484.91	c      2485        1466805     1029078        20                -           0.0000          -
49302.12/2489.92	c      2490        1472200     1032002        20                -           0.0000          -
49400.98/2494.98	c      2495        1477571     1035283        20                -           0.0000          -
49500.03/2500.03	c      2500        1481447     1037345        20                -           0.0000          -
49601.63/2505.07	c      2505        1484306     1039397        20                -           0.0000          -
49700.52/2510.10	c      2510        1487307     1041319        20                -           0.0000          -
49799.62/2515.11	c      2515        1489977     1042947        20                -           0.0000          -
49900.39/2520.17	c      2520        1492640     1044818        20                -           0.0000          -
50000.79/2525.27	c      2525        1495303     1046627        20                -           0.0000          -
50101.63/2530.36	c      2530         938693      432345        20                -           0.0000          -
50202.70/2535.41	c      2535         939686      432827        20                -           0.0000          -
50301.64/2540.46	c      2540         940851      433242        20                -           0.0000          -
50402.44/2545.51	c      2546         942083      433828        20                -           0.0000          -
50501.22/2550.54	c      2551         943172      434386        20                -           0.0000          -
50602.16/2555.61	c      2556         944203      434848        20                -           0.0000          -
50700.91/2560.63	c      2561         945503      435259        20                -           0.0000          -
50799.71/2565.64	c      2566        1340948      962593        20                -           0.0000          -
50898.75/2570.67	c      2571        1342718      964131        20                -           0.0000          -
50999.82/2575.74	c      2576        1344261      965256        20                -           0.0000          -
51098.92/2580.79	c      2581        1345674      966250        20                -           0.0000          -
51200.02/2585.86	c      2586        1347286      967565        20                -           0.0000          -
51301.00/2590.92	c      2591        1743934      731782        20                -           0.0000          -
51399.81/2595.98	c      2596        1746739      733061        20                -           0.0000          -
51501.35/2601.04	c      2601        1749501      734253        20                -           0.0000          -
51600.15/2606.09	c      2606        1752409      735658        20                -           0.0000          -
51701.25/2611.15	c      2611        1754635      736494        20                -           0.0000          -
51799.88/2616.16	c      2616        1757072      737197        20                -           0.0000          -
51900.27/2621.23	c      2621        1759820      738089        20                -           0.0000          -
51999.38/2626.25	c      2626        1762132      738912        20                -           0.0000          -
52100.35/2631.32	c      2631        1764693      740084        20                -           0.0000          -
52199.38/2636.40	c      2636        1766751      741433        20                -           0.0000          -
52300.35/2641.43	c      2641         958989      439928        20                -           0.0000          -
52399.30/2646.44	c      2646        1771328      744501        20                -           0.0000          -
52498.21/2651.50	c      2652        1774170      745941        20                -           0.0000          -
52601.15/2656.60	c      2657        1776283      746887        20                -           0.0000          -
52699.93/2661.66	c      2662        1562324     1094930        20                -           0.0000          -
52798.81/2666.69	c      2667        1564928     1096982        20                -           0.0000          -
52899.95/2671.72	c      2672        1370968      983267        20                -           0.0000          -
53000.91/2676.81	c      2677        1372189      983735        20                -           0.0000          -
53099.78/2681.86	c      2682        1573442     1103484        20                -           0.0000          -
53200.68/2686.91	c      2687        1576114     1105373        20                -           0.0000          -
53299.71/2691.96	c      2692        1577913     1106987        20                -           0.0000          -
53398.68/2697.01	c      2697        1579821     1108701        20                -           0.0000          -
53497.47/2702.02	c      2702        1582058     1110382        20                -           0.0000          -
53599.19/2707.05	c      2707        1584894     1112234        20                -           0.0000          -
53698.11/2712.12	c      2712        1587412     1113967        20                -           0.0000          -
53799.10/2717.17	c      2717        1590620     1116631        20                -           0.0000          -
53899.42/2722.23	c      2722        1594210     1119213        20                -           0.0000          -
54000.37/2727.30	c      2727        1597971     1121751        20                -           0.0000          -
54099.46/2732.36	c      2732        1601297     1124196        20                -           0.0000          -
54200.39/2737.41	c      2737        1604257     1126051        20                -           0.0000          -
54299.49/2742.46	c      2742        1606120     1127646        20                -           0.0000          -
54398.40/2747.48	c      2747        1608904     1129479        20                -           0.0000          -
54499.48/2752.56	c      2753        1611363     1131043        20                -           0.0000          -
54600.57/2757.61	c      2758        1615185     1133454        20                -           0.0000          -
54699.52/2762.66	c      2763        1618500     1135287        20                -           0.0000          -
54798.58/2767.69	c      2768        1621116     1136935        20                -           0.0000          -
54899.68/2772.71	c      2773         988603      451608        20                -           0.0000          -
54998.60/2777.72	c      2778        1395594      997866        20                -           0.0000          -
55097.51/2782.79	c      2783        1396889      998638        20                -           0.0000          -
55198.52/2787.87	c      2788         993160      454193        20                -           0.0000          -
55299.48/2792.96	c      2793        1399398     1000313        20                -           0.0000          -
55398.57/2798.01	c      2798        1400695     1001174        20                -           0.0000          -
55500.23/2803.06	c      2803        1402178     1002329        20                -           0.0000          -
55599.55/2808.11	c      2808        1403524     1003255        20                -           0.0000          -
55700.49/2813.16	c      2813        1404800     1004209        20                -           0.0000          -
55800.90/2818.21	c      2818        1406101     1004946        20                -           0.0000          -
55899.97/2823.26	c      2823        1407214     1005710        20                -           0.0000          -
55998.95/2828.28	c      2828        1408584     1006792        20                -           0.0000          -
56098.08/2833.29	c      2833        1409684     1007337        20                -           0.0000          -
56199.12/2838.32	c      2838        1410823     1008104        20                -           0.0000          -
56300.21/2843.43	c      2843        1412171     1009126        20                -           0.0000          -
56401.26/2848.51	c      2849        1413708     1010233        20                -           0.0000          -
56500.37/2853.56	c      2854        1415081     1011147        20                -           0.0000          -
56601.41/2858.61	c      2859        1416421     1011863        20                -           0.0000          -
56700.54/2863.64	c      2864        1417768     1012536        20                -           0.0000          -
56799.65/2868.65	c      2869        1009771      461663        20                -           0.0000          -
56900.77/2873.76	c      2874        1012039      463149        20                -           0.0000          -
57001.91/2878.81	c      2879        1013507      464272        20                -           0.0000          -
57101.07/2883.86	c      2884        1014888      465219        20                -           0.0000          -
57202.07/2888.91	c      2889        1016296      466140        20                -           0.0000          -
57301.23/2893.96	c      2894        1018259      467604        20                -           0.0000          -
57400.45/2899.01	c      2899        1019859      468567        20                -           0.0000          -
57502.01/2904.06	c      2904        1021224      469392        20                -           0.0000          -
57601.07/2909.11	c      2909        1022352      469925        20                -           0.0000          -
57702.23/2914.16	c      2914        1023642      470608        20                -           0.0000          -
57800.88/2919.18	c      2919        1430496     1019802        20                -           0.0000          -
57900.17/2924.19	c      2924        1708392     1196993        20                -           0.0000          -
57999.04/2929.20	c      2929        1711353     1198894        20                -           0.0000          -
58099.60/2934.24	c      2934        1910999      802744        20                -           0.0000          -
58200.74/2939.32	c      2939        1030594      474585        20                -           0.0000          -
58299.74/2944.37	c      2944        1915733      804556        20                -           0.0000          -
58400.78/2949.41	c      2949        1918250      805459        20                -           0.0000          -
58499.41/2954.49	c      2954        1920896      806715        20                -           0.0000          -
58600.26/2959.55	c      2960        1923097      807430        20                -           0.0000          -
58701.37/2964.61	c      2965        1925446      808383        20                -           0.0000          -
58800.48/2969.68	c      2970        1927584      808976        20                -           0.0000          -
58901.21/2974.76	c      2975        1930030      810119        20                -           0.0000          -
59002.25/2979.81	c      2980        1932747      811611        20                -           0.0000          -
59101.33/2984.82	c      2985        1935558      812756        20                -           0.0000          -
59200.41/2989.84	c      2990        1938104      813802        20                -           0.0000          -
59301.59/2994.90	c      2995        1940786      814609        20                -           0.0000          -
59400.44/2999.91	c      3000        1943239      815443        20                -           0.0000          -
59499.42/3004.98	c      3005        1451196     1032716        20                -           0.0000          -
59601.13/3010.07	c      3010        1452172     1033369        20                -           0.0000          -
59702.18/3015.13	c      3015        1950957      818440        20                -           0.0000          -
59801.41/3020.19	c      3020        1952792      818861        20                -           0.0000          -
59901.83/3025.20	c      3025        1955194      819751        20                -           0.0000          -
60001.04/3030.25	c      3030        1055286      488248        20                -           0.0000          -
60101.97/3035.32	c      3035        1057329      489585        20                -           0.0000          -
60201.06/3040.39	c      3040        1962996      822911        20                -           0.0000          -
60302.16/3045.46	c      3045        1061011      491626        20                -           0.0000          -
60403.25/3050.51	c      3051        1062182      492314        20                -           0.0000          -
60502.35/3055.55	c      3056        1970190      825092        20                -           0.0000          -
60603.27/3060.61	c      3061        1971929      825592        20                -           0.0000          -
60702.43/3065.66	c      3066        1974072      826314        20                -           0.0000          -
60803.51/3070.71	c      3071        1976483      827651        20                -           0.0000          -
60902.68/3075.74	c      3076        1978224      828193        20                -           0.0000          -
61001.79/3080.79	c      3081        1980408      828808        20                -           0.0000          -
61102.87/3085.85	c      3086        1982946      829846        20                -           0.0000          -
61204.00/3090.90	c      3091        1985849      831106        20                -           0.0000          -
61303.23/3095.96	c      3096        1988197      832063        20                -           0.0000          -
61402.39/3101.01	c      3101        1476413     1050566        20                -           0.0000          -
61504.07/3106.06	c      3106        1477470     1051037        20                -           0.0000          -
61603.01/3111.11	c      3111        1478449     1051482        20                -           0.0000          -
61703.99/3116.16	c      3116        1479578     1052277        20                -           0.0000          -
61803.18/3121.18	c      3121        1480706     1053149        20                -           0.0000          -
61903.36/3126.26	c      3126        1481991     1054148        20                -           0.0000          -
62004.10/3131.31	c      3131        1483228     1054986        20                -           0.0000          -
62103.09/3136.36	c      3136        2007173      838973        20                -           0.0000          -
62204.26/3141.41	c      3141        2009885      840256        20                -           0.0000          -
62303.23/3146.46	c      3146        2012625      841388        20                -           0.0000          -
62404.40/3151.51	c      3152        1097485      511305        20                -           0.0000          -
62503.31/3156.56	c      3157        1098643      511955        20                -           0.0000          -
62604.18/3161.61	c      3162        1099646      512409        20                -           0.0000          -
62703.37/3166.62	c      3167        1101504      513464        20                -           0.0000          -
62802.51/3171.65	c      3172        1837721     1292141        20                -           0.0000          -
62903.50/3176.72	c      3177        1104142      514943        20                -           0.0000          -
63004.63/3181.80	c      3182        1105538      515718        20                -           0.0000          -
63103.80/3186.85	c      3187        1106678      516294        20                -           0.0000          -
63204.99/3191.91	c      3192        1848518     1299325        20                -           0.0000          -
63304.19/3196.96	c      3197        1850949     1300831        20                -           0.0000          -
63403.37/3202.01	c      3202        1853974     1303327        20                -           0.0000          -
63505.07/3207.06	c      3207        1857141     1305686        20                -           0.0000          -
63603.95/3212.08	c      3212        1859278     1307204        20                -           0.0000          -
63702.96/3217.09	c      3217        1862208     1309338        20                -           0.0000          -
63802.18/3222.10	c      3222        1505029     1069223        20                -           0.0000          -
63903.39/3227.16	c      3227        1505965     1069569        20                -           0.0000          -
64003.81/3232.21	c      3232        1507023     1070177        20                -           0.0000          -
64102.93/3237.27	c      3237        1508579     1071463        20                -           0.0000          -
64203.96/3242.31	c      3242        1510034     1072465        20                -           0.0000          -
64305.03/3247.41	c      3247        1879620     1321068        20                -           0.0000          -
64404.20/3252.49	c      3252        1882233     1322824        20                -           0.0000          -
64505.40/3257.51	c      3258        1884879     1324376        20                -           0.0000          -
64604.54/3262.57	c      3263        1887514     1326463        20                -           0.0000          -
64705.36/3267.66	c      3268        1126139      526496        20                -           0.0000          -
64806.09/3272.71	c      3273        1127089      526956        20                -           0.0000          -
64905.11/3277.76	c      3278        1128126      527499        20                -           0.0000          -
65006.18/3282.81	c      3283        1129098      528035        20                -           0.0000          -
65105.26/3287.83	c      3288        1130394      528744        20                -           0.0000          -
65206.36/3292.91	c      3293        1131723      529404        20                -           0.0000          -
65305.51/3297.96	c      3298        1133121      530161        20                -           0.0000          -
65404.64/3303.01	c      3303        1134430      530829        20                -           0.0000          -
65506.34/3308.06	c      3308        1135463      531283        20                -           0.0000          -
65605.56/3313.10	c      3313        1524622     1081925        20                -           0.0000          -
65706.39/3318.16	c      3318        1525429     1082364        20                -           0.0000          -
65805.51/3323.17	c      3323        1526474     1083064        20                -           0.0000          -
65905.87/3328.25	c      3328        1527734     1083726        20                -           0.0000          -
66006.95/3333.30	c      3333        1529039     1084567        20                -           0.0000          -
66105.87/3338.36	c      3338        2092646      873325        20                -           0.0000          -
66206.98/3343.41	c      3343        2095357      874378        20                -           0.0000          -
66306.04/3348.46	c      3348        2097448      874919        20                -           0.0000          -
66405.09/3353.47	c      3353        2099444      875447        20                -           0.0000          -
66506.17/3358.55	c      3359        2101831      876206        20                -           0.0000          -
66607.24/3363.61	c      3364        2103954      876765        20                -           0.0000          -
66706.34/3368.66	c      3369        2105965      877419        20                -           0.0000          -
66805.41/3373.69	c      3374        2108415      878327        20                -           0.0000          -
66906.51/3378.76	c      3379        2111278      879548        20                -           0.0000          -
67007.61/3383.81	c      3384        2113799      880664        20                -           0.0000          -
67106.66/3388.86	c      3389        2116075      881479        20                -           0.0000          -
67207.77/3393.91	c      3394        1540801     1091793        20                -           0.0000          -
67306.82/3398.92	c      3399        1541572     1092024        20                -           0.0000          -
67405.88/3403.93	c      3404        1958418     1375836        20                -           0.0000          -
67505.00/3408.95	c      3409        1163142      544030        20                -           0.0000          -
67604.16/3413.98	c      3414        1163975      544362        20                -           0.0000          -
67703.22/3418.99	c      3419        1164607      544619        20                -           0.0000          -
67805.02/3424.04	c      3424        1165392      544884        20                -           0.0000          -
67904.22/3429.09	c      3429        1166209      545246        20                -           0.0000          -
68004.99/3434.14	c      3434        1167111      545682        20                -           0.0000          -
68103.96/3439.16	c      3439        1168024      546040        20                -           0.0000          -
68203.33/3444.19	c      3444        1981478     1394041        20                -           0.0000          -
68303.74/3449.27	c      3449        1984034     1396303        20                -           0.0000          -
68402.91/3454.28	c      3454        1986984     1398710        20                -           0.0000          -
68503.67/3459.36	c      3459        1989401     1400430        20                -           0.0000          -
68604.72/3464.43	c      3464        1992556     1402619        20                -           0.0000          -
68703.75/3469.44	c      3469        1556387     1101061        20                -           0.0000          -
68802.82/3474.46	c      3474        1557384     1101619        20                -           0.0000          -
68903.94/3479.51	c      3480        1558364     1102047        20                -           0.0000          -
69003.13/3484.53	c      3485        1559273     1102652        20                -           0.0000          -
69102.27/3489.54	c      3490        1560221     1103212        20                -           0.0000          -
69201.30/3494.59	c      3495        1177116      549807        20                -           0.0000          -
69302.36/3499.64	c      3500        1177824      549955        20                -           0.0000          -
69401.46/3504.69	c      3505        1178731      550261        20                -           0.0000          -
69502.48/3509.74	c      3510        1179597      550504        20                -           0.0000          -
69601.53/3514.79	c      3515        1180824      551105        20                -           0.0000          -
69702.59/3519.83	c      3520        1181683      551511        20                -           0.0000          -
69801.76/3524.89	c      3525        1182805      552120        20                -           0.0000          -
69902.91/3529.90	c      3530        1183572      552327        20                -           0.0000          -
70002.02/3534.92	c      3535        2024778     1429328        20                -           0.0000          -
70101.18/3539.93	c      3540       15166398          64        20                -           0.0000          -
70200.34/3544.95	c      3545       15189180          63        20                -           0.0000          -
70299.43/3550.00	c      3550       15209237          63        20                -           0.0000          -
70400.91/3555.05	c      3555       15230005          62        20                -           0.0000          -
70500.48/3560.11	c      3560       15249437          58        20                -           0.0000          -
70601.28/3565.16	c      3565       15268698          65        20                -           0.0000          -
70701.76/3570.21	c      3570       15286717          61        20                -           0.0000          -
70802.93/3575.30	c      3575        1194844      557864        20                -           0.0000          -
70901.84/3580.35	c      3580        1197541      559141        20                -           0.0000          -
71002.87/3585.42	c      3585        1199907      560332        20                -           0.0000          -
71101.89/3590.47	c      3590        1201522      561005        20                -           0.0000          -
71202.94/3595.52	c      3596        1202968      561932        20                -           0.0000          -
71302.03/3600.57	c      3601        2204407      913698        20                -           0.0000          -
71401.14/3605.59	c      3606       15462529          62        20                -           0.0000          -
71502.30/3610.67	c      3611        1209013      564813        20                -           0.0000          -
71603.39/3615.72	c      3616        1210293      565497        20                -           0.0000          -
71702.52/3620.77	c      3621        1212054      566477        20                -           0.0000          -
71803.67/3625.81	c      3626       15567521          60        20                -           0.0000          -
71902.58/3630.87	c      3631        1593262     1126742        20                -           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 (163426 MiB free)
  memory of node 1: 193531 MiB (154803 MiB free)
  memory of node 2: 193531 MiB (172016 MiB free)
  memory of node 3: 193493 MiB (162669 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-4467859-1723249834/watcher-4467859-1723249834 -o /tmp/evaluation-result-4467859-1723249834/solver-4467859-1723249834 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723249546-564621 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467859-1723249834.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=565346, runsolver pid=565343
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 64.50 53.11 56.94 80/1025 565387
/proc/meminfo: memFree=668459692/790760804 swapFree=131071996/131071996
[pid=565346] ppid=565343 vsize=1667712 memory=149432 CPUtime=0.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/stat : 565346 (fscip) S 565343 565346 564611 0 -1 1077936128 33291 0 0 0 49 35 0 0 20 0 41 0 91566113 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
/proc/565346/statm: 416928 37358 2950 3035 0 122922 0
[pid=565346/tid=565348] ppid=565343 vsize=1667712 memory=4026532269 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565348/stat : 565348 (fscip) R 565343 565346 564611 0 -1 4194368 1606 0 0 0 2 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565349] ppid=565343 vsize=1667712 memory=232834466141 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/565346/task/565349/stat : 565349 (fscip) D 565343 565346 564611 0 -1 4194368 1528 0 0 0 1 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565350] ppid=565343 vsize=1667712 memory=57415945216510 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/565346/task/565350/stat : 565350 (fscip) R 565343 565346 564611 0 -1 4194368 1482 0 0 0 1 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565351] ppid=565343 vsize=1667712 memory=55182595777256 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565351/stat : 565351 (fscip) D 565343 565346 564611 0 -1 4194368 1672 0 0 0 3 0 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565352] ppid=565343 vsize=1667712 memory=52992179233748 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565352/stat : 565352 (fscip) D 565343 565346 564611 0 -1 4194368 1525 0 0 0 1 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565353] ppid=565343 vsize=1667712 memory=57381702938092 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565353/stat : 565353 (fscip) R 565343 565346 564611 0 -1 4194368 1550 0 0 0 2 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565354] ppid=565343 vsize=1667712 memory=15821092677747895 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565354/stat : 565354 (fscip) R 565343 565346 564611 0 -1 4194368 1574 0 0 0 2 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565355] ppid=565343 vsize=1667712 memory=1207084 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565355/stat : 565355 (fscip) R 565343 565346 564611 0 -1 4194368 1549 0 0 0 1 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565356] ppid=565343 vsize=1667712 memory=3979266941272719440 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565356/stat : 565356 (fscip) R 565343 565346 564611 0 -1 4194368 1550 0 0 0 2 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565357] ppid=565343 vsize=1667712 memory=4048792372916781140 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565357/stat : 565357 (fscip) D 565343 565346 564611 0 -1 4194368 1677 0 0 0 3 0 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565358] ppid=565343 vsize=1667712 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565358/stat : 565358 (fscip) D 565343 565346 564611 0 -1 4194368 1472 0 0 0 2 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565359] ppid=565343 vsize=1667712 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/565346/task/565359/stat : 565359 (fscip) D 565343 565346 564611 0 -1 4194368 1466 0 0 0 1 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565360] ppid=565343 vsize=1667712 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565360/stat : 565360 (fscip) R 565343 565346 564611 0 -1 4194368 1568 0 0 0 2 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565361] ppid=565343 vsize=1667712 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565361/stat : 565361 (fscip) R 565343 565346 564611 0 -1 4194368 1552 0 0 0 2 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565362] ppid=565343 vsize=1667712 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/565346/task/565362/stat : 565362 (fscip) D 565343 565346 564611 0 -1 4194368 1468 0 0 0 1 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565363] ppid=565343 vsize=1667712 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565363/stat : 565363 (fscip) R 565343 565346 564611 0 -1 4194368 1689 0 0 0 4 0 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565364] ppid=565343 vsize=1667712 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565364/stat : 565364 (fscip) R 565343 565346 564611 0 -1 4194368 1550 0 0 0 2 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565365] ppid=565343 vsize=1667712 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565365/stat : 565365 (fscip) D 565343 565346 564611 0 -1 4194368 1515 0 0 0 2 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565366] ppid=565343 vsize=1667712 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/565346/task/565366/stat : 565366 (fscip) R 565343 565346 564611 0 -1 4194368 1568 0 0 0 1 1 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565367] ppid=565343 vsize=1667712 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565367/stat : 565367 (fscip) D 565343 565346 564611 0 -1 4194368 1542 0 0 0 1 2 0 0 20 0 41 0 91566114 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565368] ppid=565343 vsize=1667712 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/565346/task/565368/stat : 565368 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565369] ppid=565343 vsize=1667712 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/565346/task/565369/stat : 565369 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565370] ppid=565343 vsize=1667712 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/565346/task/565370/stat : 565370 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565371] ppid=565343 vsize=1667712 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/565346/task/565371/stat : 565371 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565372] ppid=565343 vsize=1667712 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/565346/task/565372/stat : 565372 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565373] ppid=565343 vsize=1667712 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/565346/task/565373/stat : 565373 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565374] ppid=565343 vsize=1667712 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/565346/task/565374/stat : 565374 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565375] ppid=565343 vsize=1667712 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/565346/task/565375/stat : 565375 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565376] ppid=565343 vsize=1667712 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/565346/task/565376/stat : 565376 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565377] ppid=565343 vsize=1667712 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/565346/task/565377/stat : 565377 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565378] ppid=565343 vsize=1667712 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/565346/task/565378/stat : 565378 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565379] ppid=565343 vsize=1667712 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/565346/task/565379/stat : 565379 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565380] ppid=565343 vsize=1667712 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/565346/task/565380/stat : 565380 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565381] ppid=565343 vsize=1667712 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/565346/task/565381/stat : 565381 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565382] ppid=565343 vsize=1667712 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/565346/task/565382/stat : 565382 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565383] ppid=565343 vsize=1667712 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/565346/task/565383/stat : 565383 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565384] ppid=565343 vsize=1667712 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/565346/task/565384/stat : 565384 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37358 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565385] ppid=565343 vsize=1667712 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/565346/task/565385/stat : 565385 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37424 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565386] ppid=565343 vsize=1667712 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/565346/task/565386/stat : 565386 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37424 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565387] ppid=565343 vsize=1667712 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/565346/task/565387/stat : 565387 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 37424 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 1667712 KiB
Current children cumulated memory: 149432 KiB

[startup+0.222244 s]*
/proc/loadavg: 64.50 53.11 56.94 81/1025 565387
/proc/meminfo: memFree=668293272/790760804 swapFree=131071996/131071996
[pid=565346] ppid=565343 vsize=1667712 memory=309092 CPUtime=3.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/stat : 565346 (fscip) S 565343 565346 564611 0 -1 1077936128 73068 0 0 0 286 49 0 0 20 0 41 0 91566113 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
/proc/565346/statm: 416928 77273 2966 3035 0 169561 0
[pid=565346/tid=565348] ppid=565343 vsize=1667712 memory=4026531959 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565348/stat : 565348 (fscip) R 565343 565346 564611 0 -1 4194368 4098 0 0 0 15 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565349] ppid=565343 vsize=1667712 memory=57910 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565349/stat : 565349 (fscip) R 565343 565346 564611 0 -1 4194368 3316 0 0 0 13 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565350] ppid=565343 vsize=1667712 memory=56316433531346 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/565346/task/565350/stat : 565350 (fscip) R 565343 565346 564611 0 -1 4194368 3171 0 0 0 11 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565351] ppid=565343 vsize=1667712 memory=54083084091976 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565351/stat : 565351 (fscip) R 565343 565346 564611 0 -1 4194368 4101 0 0 0 15 1 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565352] ppid=565343 vsize=1667712 memory=61783977231038 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565352/stat : 565352 (fscip) R 565343 565346 564611 0 -1 4194368 3280 0 0 0 13 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565353] ppid=565343 vsize=1667712 memory=56282191234110 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565353/stat : 565353 (fscip) R 565343 565346 564611 0 -1 4194368 3171 0 0 0 15 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565354] ppid=565343 vsize=1667712 memory=15539617701037672 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565354/stat : 565354 (fscip) R 565343 565346 564611 0 -1 4194368 4102 0 0 0 14 3 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565355] ppid=565343 vsize=1667712 memory=1246930 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565355/stat : 565355 (fscip) R 565343 565346 564611 0 -1 4194368 3311 0 0 0 13 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565356] ppid=565343 vsize=1667712 memory=4049914961403838547 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565356/stat : 565356 (fscip) R 565343 565346 564611 0 -1 4194368 3182 0 0 0 14 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565357] ppid=565343 vsize=1667712 memory=4051043073218838615 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565357/stat : 565357 (fscip) R 565343 565346 564611 0 -1 4194368 4107 0 0 0 15 1 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565358] ppid=565343 vsize=1667712 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565358/stat : 565358 (fscip) R 565343 565346 564611 0 -1 4194368 3332 0 0 0 14 1 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565359] ppid=565343 vsize=1667712 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565359/stat : 565359 (fscip) R 565343 565346 564611 0 -1 4194368 3159 0 0 0 13 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565360] ppid=565343 vsize=1667712 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565360/stat : 565360 (fscip) R 565343 565346 564611 0 -1 4194368 4104 0 0 0 13 3 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565361] ppid=565343 vsize=1667712 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565361/stat : 565361 (fscip) R 565343 565346 564611 0 -1 4194368 3326 0 0 0 15 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565362] ppid=565343 vsize=1667712 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565362/stat : 565362 (fscip) R 565343 565346 564611 0 -1 4194368 3148 0 0 0 13 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565363] ppid=565343 vsize=1667712 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565363/stat : 565363 (fscip) R 565343 565346 564611 0 -1 4194368 4096 0 0 0 15 1 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565364] ppid=565343 vsize=1667712 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565364/stat : 565364 (fscip) R 565343 565346 564611 0 -1 4194368 3338 0 0 0 14 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565365] ppid=565343 vsize=1667712 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565365/stat : 565365 (fscip) R 565343 565346 564611 0 -1 4194368 3143 0 0 0 14 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565366] ppid=565343 vsize=1667712 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565366/stat : 565366 (fscip) R 565343 565346 564611 0 -1 4194368 4061 0 0 0 14 2 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565367] ppid=565343 vsize=1667712 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565367/stat : 565367 (fscip) R 565343 565346 564611 0 -1 4194368 3328 0 0 0 12 3 0 0 20 0 41 0 91566114 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565368] ppid=565343 vsize=1667712 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/565346/task/565368/stat : 565368 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565369] ppid=565343 vsize=1667712 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/565346/task/565369/stat : 565369 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565370] ppid=565343 vsize=1667712 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/565346/task/565370/stat : 565370 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565371] ppid=565343 vsize=1667712 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/565346/task/565371/stat : 565371 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565372] ppid=565343 vsize=1667712 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/565346/task/565372/stat : 565372 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565373] ppid=565343 vsize=1667712 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/565346/task/565373/stat : 565373 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565374] ppid=565343 vsize=1667712 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/565346/task/565374/stat : 565374 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565375] ppid=565343 vsize=1667712 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/565346/task/565375/stat : 565375 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565376] ppid=565343 vsize=1667712 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/565346/task/565376/stat : 565376 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565377] ppid=565343 vsize=1667712 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/565346/task/565377/stat : 565377 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565378] ppid=565343 vsize=1667712 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/565346/task/565378/stat : 565378 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565379] ppid=565343 vsize=1667712 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/565346/task/565379/stat : 565379 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565380] ppid=565343 vsize=1667712 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/565346/task/565380/stat : 565380 (fscip) S 565343 565346 564611 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91566120 1707737088 77273 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0

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

[pid=565346/tid=565371] ppid=565343 vsize=13994944 memory=12666880 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565371/stat : 565371 (fscip) S 565343 565346 564611 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565372] ppid=565343 vsize=13994944 memory=12803344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565372/stat : 565372 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565373] ppid=565343 vsize=13994944 memory=1852 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/565346/task/565373/stat : 565373 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565374] ppid=565343 vsize=13994944 memory=33108 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/565346/task/565374/stat : 565374 (fscip) S 565343 565346 564611 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565375] ppid=565343 vsize=13994944 memory=5440 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565375/stat : 565375 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565376] ppid=565343 vsize=13994944 memory=12734344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565376/stat : 565376 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565377] ppid=565343 vsize=13994944 memory=12642548 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/565346/task/565377/stat : 565377 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 0 2 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565378] ppid=565343 vsize=13994944 memory=12702140 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565378/stat : 565378 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565379] ppid=565343 vsize=13994944 memory=13724 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565379/stat : 565379 (fscip) S 565343 565346 564611 0 -1 1077936192 61 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565380] ppid=565343 vsize=13994944 memory=12783836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565380/stat : 565380 (fscip) S 565343 565346 564611 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565381] ppid=565343 vsize=13994944 memory=12803040 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565381/stat : 565381 (fscip) S 565343 565346 564611 0 -1 1077936192 123 0 0 0 0 3 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565382] ppid=565343 vsize=13994944 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565382/stat : 565382 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565383] ppid=565343 vsize=13994944 memory=12809236 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/565346/task/565383/stat : 565383 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565384] ppid=565343 vsize=13994944 memory=6656 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/565346/task/565384/stat : 565384 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565385] ppid=565343 vsize=13994944 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565385/stat : 565385 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565386] ppid=565343 vsize=13994944 memory=31492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565386/stat : 565386 (fscip) S 565343 565346 564611 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565387] ppid=565343 vsize=13994944 memory=12810128 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565387/stat : 565387 (fscip) S 565343 565346 564611 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 91566120 14330822656 3202805 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
Current children cumulated CPU time: 70941.5 s
Current children cumulated vsize: 13994944 KiB
Current children cumulated memory: 12811220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.8 s]
/proc/loadavg: 80.26 80.17 79.95 81/1028 567920
/proc/meminfo: memFree=683910464/790760804 swapFree=131071996/131071996
[pid=565346] ppid=565343 vsize=14067676 memory=12939408 CPUtime=72001.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/stat : 565346 (fscip) S 565343 565346 564611 0 -1 1077936128 26638600 0 0 0 7168514 31661 0 0 20 0 41 0 91566113 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
/proc/565346/statm: 3516919 3234852 3318 3035 0 3362755 0
[pid=565346/tid=565348] ppid=565343 vsize=14067676 memory=-2127759918533465886 CPUtime=3599.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565348/stat : 565348 (fscip) R 565343 565346 564611 0 -1 4194368 1779372 0 0 0 358960 969 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565349] ppid=565343 vsize=14067676 memory=-1807685287717842718 CPUtime=3601.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565349/stat : 565349 (fscip) R 565343 565346 564611 0 -1 4194368 1796595 0 0 0 359298 820 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565350] ppid=565343 vsize=14067676 memory=7667186326527567206 CPUtime=3599.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565350/stat : 565350 (fscip) R 565343 565346 564611 0 -1 4194368 363404 0 0 0 356645 3285 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565351] ppid=565343 vsize=14067676 memory=7091594162304936037 CPUtime=3603.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565351/stat : 565351 (fscip) R 565343 565346 564611 0 -1 4194368 1088481 0 0 0 359912 452 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565352] ppid=565343 vsize=14067676 memory=3736 CPUtime=3600.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565352/stat : 565352 (fscip) R 565343 565346 564611 0 -1 4194368 2376136 0 0 0 358688 1323 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565353] ppid=565343 vsize=14067676 memory=40232 CPUtime=3601.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565353/stat : 565353 (fscip) R 565343 565346 564611 0 -1 4194368 408014 0 0 0 357267 2869 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565354] ppid=565343 vsize=14067676 memory=8072 CPUtime=3602.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565354/stat : 565354 (fscip) R 565343 565346 564611 0 -1 4194368 1036593 0 0 0 359835 414 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565355] ppid=565343 vsize=14067676 memory=3516 CPUtime=3599.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565355/stat : 565355 (fscip) R 565343 565346 564611 0 -1 4194368 2184638 0 0 0 358779 1168 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565356] ppid=565343 vsize=14067676 memory=2300 CPUtime=3602.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565356/stat : 565356 (fscip) R 565343 565346 564611 0 -1 4194368 374220 0 0 0 357420 2814 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565357] ppid=565343 vsize=14067676 memory=1692 CPUtime=3604.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565357/stat : 565357 (fscip) R 565343 565346 564611 0 -1 4194368 982558 0 0 0 360138 356 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565358] ppid=565343 vsize=14067676 memory=15352 CPUtime=3601.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565358/stat : 565358 (fscip) R 565343 565346 564611 0 -1 4194368 1309277 0 0 0 359041 1130 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565359] ppid=565343 vsize=14067676 memory=28008 CPUtime=3600.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565359/stat : 565359 (fscip) R 565343 565346 564611 0 -1 4194368 372292 0 0 0 357079 2955 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565360] ppid=565343 vsize=14067676 memory=32824 CPUtime=3600.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565360/stat : 565360 (fscip) R 565343 565346 564611 0 -1 4194368 2411616 0 0 0 358931 1129 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565361] ppid=565343 vsize=14067676 memory=7108 CPUtime=3597.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565361/stat : 565361 (fscip) R 565343 565346 564611 0 -1 4194368 1261463 0 0 0 359021 720 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565362] ppid=565343 vsize=14067676 memory=36760 CPUtime=3599.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565362/stat : 565362 (fscip) R 565343 565346 564611 0 -1 4194368 353627 0 0 0 356753 3209 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565363] ppid=565343 vsize=14067676 memory=6740 CPUtime=3600.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565363/stat : 565363 (fscip) R 565343 565346 564611 0 -1 4194368 1896683 0 0 0 359076 1000 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565364] ppid=565343 vsize=14067676 memory=2208 CPUtime=3596.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565364/stat : 565364 (fscip) R 565343 565346 564611 0 -1 4194368 1501331 0 0 0 359013 680 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565365] ppid=565343 vsize=14067676 memory=25992 CPUtime=3595.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565365/stat : 565365 (fscip) R 565343 565346 564611 0 -1 4194368 382136 0 0 0 356705 2868 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565366] ppid=565343 vsize=14067676 memory=104 CPUtime=3594.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565366/stat : 565366 (fscip) R 565343 565346 564611 0 -1 4194368 2433512 0 0 0 357820 1657 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565367] ppid=565343 vsize=14067676 memory=11636 CPUtime=3597.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565367/stat : 565367 (fscip) R 565343 565346 564611 0 -1 4194368 2321108 0 0 0 357942 1790 0 0 20 0 41 0 91566114 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565368] ppid=565343 vsize=14067676 memory=12933408 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565368/stat : 565368 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 0 3 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565369] ppid=565343 vsize=14067676 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565369/stat : 565369 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565370] ppid=565343 vsize=14067676 memory=20492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565370/stat : 565370 (fscip) S 565343 565346 564611 0 -1 1077936192 62 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565371] ppid=565343 vsize=14067676 memory=6836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565371/stat : 565371 (fscip) S 565343 565346 564611 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565372] ppid=565343 vsize=14067676 memory=7256 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565372/stat : 565372 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565373] ppid=565343 vsize=14067676 memory=28140 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/565346/task/565373/stat : 565373 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565374] ppid=565343 vsize=14067676 memory=33752 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/565346/task/565374/stat : 565374 (fscip) S 565343 565346 564611 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565375] ppid=565343 vsize=14067676 memory=43212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565375/stat : 565375 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565376] ppid=565343 vsize=14067676 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565376/stat : 565376 (fscip) S 565343 565346 564611 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565377] ppid=565343 vsize=14067676 memory=31492 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/565346/task/565377/stat : 565377 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565378] ppid=565343 vsize=14067676 memory=10528 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565378/stat : 565378 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565379] ppid=565343 vsize=14067676 memory=5440 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565379/stat : 565379 (fscip) S 565343 565346 564611 0 -1 1077936192 62 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565380] ppid=565343 vsize=14067676 memory=16108 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565380/stat : 565380 (fscip) S 565343 565346 564611 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565381] ppid=565343 vsize=14067676 memory=2212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565381/stat : 565381 (fscip) S 565343 565346 564611 0 -1 1077936192 125 0 0 0 0 3 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565382] ppid=565343 vsize=14067676 memory=6720663246715830379 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565382/stat : 565382 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565383] ppid=565343 vsize=14067676 memory=2300 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/565346/task/565383/stat : 565383 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565384] ppid=565343 vsize=14067676 memory=1692 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/565346/task/565384/stat : 565384 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565385] ppid=565343 vsize=14067676 memory=15352 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565385/stat : 565385 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565386] ppid=565343 vsize=14067676 memory=28008 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565386/stat : 565386 (fscip) S 565343 565346 564611 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
[pid=565346/tid=565387] ppid=565343 vsize=14067676 memory=32824 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/565346/task/565387/stat : 565387 (fscip) S 565343 565346 564611 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 91566120 14405300224 3234852 809668444160 4194304 16622877 140727255695184 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 48525312 140727255704553 140727255704669 140727255704669 140727255711695 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 14067676 KiB
Current children cumulated memory: 12939408 KiB

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

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

# cumulated CPU time of all completed processes:  user=71685.4 s, system=316.962 s

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

[startup+3636.02 s]*
/proc/loadavg: 80.26 80.17 79.95 63/989 567920
/proc/meminfo: memFree=692329048/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.12 s]
/proc/loadavg: 80.26 80.17 79.95 63/989 567920
/proc/meminfo: memFree=692329048/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): 3636.16
CPU time (s): 72002.4
CPU user time (s): 71685.4
CPU system time (s): 316.962
CPU usage (%): 1980.18
Max. virtual memory (cumulated for all children) (KiB): 14067676
Max. memory (cumulated for all children) (KiB): 12939408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71685.4
system time used= 316.962
maximum resident set size= 12939476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26638624
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= 362492
involuntary context switches= 496162


# summary of solver processes directly reported to runsolver:
#   pid: 565346
#   total CPU time (s): 72002.4
#   total CPU user time (s): 71685.4
#   total CPU system time (s): 316.962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.1174 second user time and 79.3206 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 02:30:34
IDJOB=4467859
IDBENCH=158911
IDSOLVER=3097
FILE ID=nodeD103/4467859-1723249834
RUNJOBID= nodeD103-1723249546-564621
SLURM_JOB_ID= 8266910
Free space on /tmp= 8586664 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.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-4467859-1723249834/watcher-4467859-1723249834 -o /tmp/evaluation-result-4467859-1723249834/solver-4467859-1723249834 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723249546-564621 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467859-1723249834.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d059f39552443ed7b428fbc50456c2f5
RANDOM SEED=2037328151

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		: 3163.066
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		: 3144.046
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		: 3048.318
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		: 3200.000
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		: 3612.792
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		: 3143.894
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		: 3086.839
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		: 3200.000
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		: 3483.394
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		: 3143.857
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		: 3078.272
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		: 3199.999
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		: 2273.510
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		: 3143.840
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		: 3089.074
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		: 3200.000
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		: 3000.959
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		: 3143.816
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 3089.139
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		: 3188.683
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		: 3481.442
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		: 3143.797
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		: 3085.205
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		: 3194.278
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		: 3415.187
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		: 3143.768
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		: 2913.567
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		: 3183.107
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		: 3437.096
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		: 3143.722
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		: 3059.721
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		: 3199.999
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		: 1350.540
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		: 3143.688
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		: 3084.226
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		: 3194.297
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		: 2634.323
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		: 3143.645
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		: 3077.526
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		: 3199.999
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		: 2159.956
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		: 3143.596
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		: 3048.724
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		: 3197.192
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		: 2784.870
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		: 3143.543
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		: 3089.240
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		: 3199.999
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		: 2922.554
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		: 3143.518
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		: 3046.184
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		: 3188.649
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		: 2607.191
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		: 3143.542
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		: 3089.225
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		: 3199.999
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		: 2630.148
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		: 3143.649
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		: 3089.221
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		: 3200.000
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		: 2638.581
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		: 3143.758
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		: 3089.207
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		: 3200.000
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		: 2626.900
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		: 3143.863
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		: 3040.437
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		: 3191.345
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		: 2668.991
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		: 3143.974
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		: 2861.776
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		: 3200.000
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		: 2073.420
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		: 3144.073
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		: 3089.178
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		: 3200.000
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		: 2700.864
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		: 3144.187
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		: 3089.171
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		: 3188.023
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:        668587720 kB
MemAvailable:   734111708 kB
Buffers:          992716 kB
Cached:         67317484 kB
SwapCached:            0 kB
Active:          9358328 kB
Inactive:       108426904 kB
Active(anon):       2132 kB
Inactive(anon): 49511828 kB
Active(file):    9356196 kB
Inactive(file): 58915076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28504 kB
Writeback:             0 kB
AnonPages:      49457376 kB
Mapped:           136896 kB
Shmem:             38920 kB
KReclaimable:    1344864 kB
Slab:            1869644 kB
SReclaimable:    1344864 kB
SUnreclaim:       524780 kB
KernelStack:       16864 kB
PageTables:       111320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5212404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           829824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4358144 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:      806912 kB
DirectMap2M:    140199936 kB
DirectMap1G:    664797184 kB

Free space on /tmp at the end= 8586640 MiB
End job on nodeD103 at 2024-08-10 03:31:10