Trace number 4465555

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72000.9 3679.88

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.009094
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22409216, getVmSize() = 22409216, SCIPgetMemUsed() = 766402, SCIPgetMemTotal() = 913202, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14993050, getVmSize() = 24096768, SCIPgetMemUsed() = 898817, SCIPgetMemTotal() = 1492161, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465555-1722454837
0.00/0.00	c   Variables        : 86 (86 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 86 (86 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 2 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.34/5.12	c         5         195619          60        20                -           0.0000          -
197.40/10.16	c        10         387664          47        20                -           0.0000          -
296.63/15.21	c        15         625896          49        20                -           0.0000          -
393.78/20.25	c        20         939558          61        20                -           0.0000          -
493.51/25.30	c        25        1111550          45        20                -           0.0000          -
591.37/30.36	c        30        1443030          61        20                -           0.0000          -
691.27/35.40	c        35        1694941          60        20                -           0.0000          -
788.83/40.45	c        40        1942004          61        20                -           0.0000          -
888.26/45.50	c        46        2194715          66        20                -           0.0000          -
986.16/50.55	c        51        2444766          65        20                -           0.0000          -
1085.95/55.60	c        56        2694603          62        20                -           0.0000          -
1183.53/60.65	c        61        2948800          65        20                -           0.0000          -
1281.45/65.69	c        66        3202236          63        20                -           0.0000          -
1381.35/70.74	c        71        3458427          62        20                -           0.0000          -
1478.77/75.79	c        76        3483958          43        20                -           0.0000          -
1578.92/80.84	c        81        3971829          60        20                -           0.0000          -
1676.69/85.89	c        86        4220267          64        20                -           0.0000          -
1776.20/90.94	c        91        4468482          61        20                -           0.0000          -
1874.08/95.99	c        96        4339976          47        20                -           0.0000          -
1974.42/101.05	c       101        4558277          46        20                -           0.0000          -
2072.28/106.09	c       106        5245812          61        20                -           0.0000          -
2172.20/111.14	c       111        4981933          42        20                -           0.0000          -
2270.18/116.19	c       116        5762297          62        20                -           0.0000          -
2369.67/121.24	c       121        5410202          47        20                -           0.0000          -
2467.62/126.29	c       126        5620183          46        20                -           0.0000          -
2567.55/131.33	c       131        6539743          60        20                -           0.0000          -
2665.10/136.38	c       136        6798434          61        20                -           0.0000          -
2764.92/141.43	c       141        7037943          64        20                -           0.0000          -
2862.69/146.48	c       146        7291562          61        20                -           0.0000          -
2962.77/151.53	c       152        7547455          62        20                -           0.0000          -
3061.00/156.58	c       157        7807807          58        20                -           0.0000          -
3161.26/161.63	c       162        8068211          64        20                -           0.0000          -
3258.82/166.68	c       167        8324539          62        20                -           0.0000          -
3358.58/171.73	c       172        8580682          61        20                -           0.0000          -
3456.47/176.78	c       177        8813039          66        20                -           0.0000          -
3556.19/181.83	c       182        9043545          64        20                -           0.0000          -
3653.83/186.88	c       187        9266328          63        20                -           0.0000          -
3753.75/191.93	c       192        9485949          64        20                -           0.0000          -
3851.46/196.98	c       197        9709511          68        20                -           0.0000          -
3952.00/202.03	c       202        9934158          65        20                -           0.0000          -
4050.03/207.09	c       207       10150960          65        20                -           0.0000          -
4150.12/212.13	c       212       10363042          67        20                -           0.0000          -
4247.94/217.18	c       217       10577429          64        20                -           0.0000          -
4347.52/222.23	c       222       10794577          66        20                -           0.0000          -
4445.17/227.28	c       227       11004789          66        20                -           0.0000          -
4544.87/232.34	c       232       11216497          66        20                -           0.0000          -
4642.58/237.38	c       237       11429631          66        20                -           0.0000          -
4742.31/242.43	c       242       11641279          62        20                -           0.0000          -
4840.30/247.48	c       247       11858750          63        20                -           0.0000          -
4940.00/252.53	c       253       12076696          61        20                -           0.0000          -
5037.80/257.58	c       258       12294478          65        20                -           0.0000          -
5137.08/262.63	c       263       12506948          61        20                -           0.0000          -
5235.04/267.68	c       268       12722986          63        20                -           0.0000          -
5335.05/272.73	c       273       12945240          67        20                -           0.0000          -
5432.65/277.78	c       278       13162647          60        20                -           0.0000          -
5531.92/282.83	c       283       13378177          64        20                -           0.0000          -
5629.52/287.88	c       288       13586742          63        20                -           0.0000          -
5729.55/292.93	c       293       13805609          64        20                -           0.0000          -
5827.25/297.98	c       298       14024605          62        20                -           0.0000          -
5927.38/303.03	c       303       13835068          47        20                -           0.0000          -
6025.45/308.08	c       308       14084248          47        20                -           0.0000          -
6124.75/313.13	c       313       14657394          65        20                -           0.0000          -
6222.20/318.18	c       318       14567238          43        20                -           0.0000          -
6321.46/323.23	c       323       15088813          62        20                -           0.0000          -
6418.98/328.29	c       328       15305000          63        20                -           0.0000          -
6518.23/333.33	c       333       15520540          63        20                -           0.0000          -
6615.63/338.38	c       338       15730271          66        20                -           0.0000          -
6715.14/343.43	c       343       15792874          45        20                -           0.0000          -
6813.01/348.48	c       348       16037561          48        20                -           0.0000          -
6912.84/353.53	c       354       16294169          46        20                -           0.0000          -
7010.62/358.58	c       359       16544710          45        20                -           0.0000          -
7110.18/363.63	c       364       16793880          47        20                -           0.0000          -
7207.64/368.68	c       369       17036818          45        20                -           0.0000          -
7307.04/373.73	c       374       17280976          45        20                -           0.0000          -
7404.47/378.78	c       379       17471432          61        20                -           0.0000          -
7504.13/383.83	c       384       17779560          49        20                -           0.0000          -
7601.86/388.88	c       389       17903647          66        20                -           0.0000          -
7701.75/393.93	c       394       18278302          47        20                -           0.0000          -
7799.57/398.98	c       399       18531030          47        20                -           0.0000          -
7899.64/404.03	c       404       18556437          66        20                -           0.0000          -
7997.18/409.08	c       409       19017122          43        20                -           0.0000          -
8097.15/414.13	c       414       19266002          41        20                -           0.0000          -
8194.26/419.18	c       419       19505605          44        20                -           0.0000          -
8293.62/424.23	c       424       19755031          46        20                -           0.0000          -
8390.85/429.28	c       429       19998813          46        20                -           0.0000          -
8490.54/434.34	c       434       20247298          47        20                -           0.0000          -
8588.58/439.38	c       439       20498321          46        20                -           0.0000          -
8688.58/444.43	c       444       20272465          66        20                -           0.0000          -
8786.51/449.48	c       449       20484519          68        20                -           0.0000          -
8885.91/454.53	c       455       21241928          45        20                -           0.0000          -
8983.97/459.58	c       460       20914581          62        20                -           0.0000          -
9083.85/464.63	c       465       21132686          63        20                -           0.0000          -
9181.68/469.68	c       470       21988778          45        20                -           0.0000          -
9281.61/474.73	c       475       22236487          42        20                -           0.0000          -
9379.44/479.78	c       480       21771742          65        20                -           0.0000          -
9478.76/484.83	c       485       22727380          47        20                -           0.0000          -
9576.12/489.88	c       490       22974384          45        20                -           0.0000          -
9676.06/494.93	c       495       22399902          63        20                -           0.0000          -
9774.13/499.98	c       500       22616956          67        20                -           0.0000          -
9874.74/505.03	c       505       22829382          65        20                -           0.0000          -
9972.94/510.08	c       510       23048244          61        20                -           0.0000          -
10072.74/515.14	c       515       23266203          62        20                -           0.0000          -
10170.36/520.18	c       520       23479947          66        20                -           0.0000          -
10269.76/525.23	c       525       23697552          63        20                -           0.0000          -
10368.00/530.28	c       530       23919373          66        20                -           0.0000          -
10467.76/535.33	c       535       24139315          62        20                -           0.0000          -
10565.74/540.38	c       540       24357072          65        20                -           0.0000          -
10665.47/545.43	c       545       24572531          62        20                -           0.0000          -
10763.41/550.48	c       550       24784257          66        20                -           0.0000          -
10863.40/555.53	c       556       25005745          62        20                -           0.0000          -
10960.95/560.58	c       561       25220855          60        20                -           0.0000          -
11060.76/565.63	c       566       25437179          68        20                -           0.0000          -
11158.35/570.68	c       571       25653235          68        20                -           0.0000          -
11258.39/575.73	c       576       25870861          66        20                -           0.0000          -
11355.94/580.78	c       581       26081717          66        20                -           0.0000          -
11455.98/585.83	c       586       26295604          63        20                -           0.0000          -
11553.82/590.88	c       591       26510858          65        20                -           0.0000          -
11653.48/595.93	c       596       26719462          65        20                -           0.0000          -
11751.15/600.98	c       601       26932507          66        20                -           0.0000          -
11850.92/606.03	c       606       27148912          63        20                -           0.0000          -
11948.66/611.08	c       611       27364259          64        20                -           0.0000          -
12048.45/616.13	c       616       27582245          64        20                -           0.0000          -
12146.49/621.18	c       621       27793516          63        20                -           0.0000          -
12245.64/626.23	c       626       28008091          62        20                -           0.0000          -
12343.64/631.28	c       631       28226256          63        20                -           0.0000          -
12443.86/636.34	c       636       28446766          63        20                -           0.0000          -
12541.64/641.38	c       641       28662959          62        20                -           0.0000          -
12641.52/646.43	c       646       28880396          69        20                -           0.0000          -
12739.05/651.48	c       651       29091061          60        20                -           0.0000          -
12838.95/656.53	c       657       29303058          63        20                -           0.0000          -
12936.87/661.58	c       662       29519793          66        20                -           0.0000          -
13036.53/666.63	c       667       29731210          65        20                -           0.0000          -
13134.51/671.68	c       672       29949792          61        20                -           0.0000          -
13233.77/676.73	c       677       30161381          64        20                -           0.0000          -
13331.17/681.78	c       682       30379311          66        20                -           0.0000          -
13430.59/686.83	c       687       30597767          60        20                -           0.0000          -
13528.56/691.88	c       692       30815524          63        20                -           0.0000          -
13627.88/696.93	c       697       31029748          61        20                -           0.0000          -
13726.01/701.98	c       702       31249280          61        20                -           0.0000          -
13826.19/707.03	c       707       31467118          61        20                -           0.0000          -
13923.80/712.08	c       712       31685100          65        20                -           0.0000          -
14023.71/717.13	c       717       31900473          66        20                -           0.0000          -
14121.90/722.18	c       722       32121799          66        20                -           0.0000          -
14221.42/727.23	c       727       32339916          61        20                -           0.0000          -
14319.24/732.28	c       732       32553770          63        20                -           0.0000          -
14419.04/737.33	c       737       32764364          63        20                -           0.0000          -
14516.39/742.38	c       742       32976721          66        20                -           0.0000          -
14616.47/747.43	c       747       33193566          67        20                -           0.0000          -
14714.37/752.48	c       752       33407870          65        20                -           0.0000          -
14814.17/757.53	c       758       33625777          64        20                -           0.0000          -
14911.69/762.58	c       763       33843877          64        20                -           0.0000          -
15011.72/767.63	c       768       34061292          63        20                -           0.0000          -
15109.63/772.68	c       773       34279277          64        20                -           0.0000          -
15209.40/777.73	c       778       34491360          65        20                -           0.0000          -
15307.10/782.78	c       783       34709558          63        20                -           0.0000          -
15406.82/787.83	c       788       34927898          63        20                -           0.0000          -
15504.62/792.88	c       793       35142114          61        20                -           0.0000          -
15604.38/797.93	c       798       35357858          61        20                -           0.0000          -
15702.21/802.98	c       803       35576304          63        20                -           0.0000          -
15802.76/808.03	c       808       35797683          66        20                -           0.0000          -
15900.28/813.09	c       813       36011269          64        20                -           0.0000          -
16000.17/818.13	c       818       36228896          63        20                -           0.0000          -
16098.04/823.18	c       823       36448251          66        20                -           0.0000          -
16197.78/828.23	c       828       36666832          61        20                -           0.0000          -
16295.91/833.28	c       833       36887871          64        20                -           0.0000          -
16395.55/838.33	c       838       37100957          64        20                -           0.0000          -
16493.22/843.38	c       843       37315244          65        20                -           0.0000          -
16592.56/848.43	c       848       37530067          62        20                -           0.0000          -
16690.24/853.48	c       853       37748331          64        20                -           0.0000          -
16789.96/858.53	c       859       37964983          62        20                -           0.0000          -
16887.73/863.59	c       864       38179815          60        20                -           0.0000          -
16987.43/868.63	c       869       38395978          65        20                -           0.0000          -
17085.42/873.68	c       874       38613585          62        20                -           0.0000          -
17185.14/878.73	c       879       38823570          65        20                -           0.0000          -
17282.95/883.78	c       884       39038464          63        20                -           0.0000          -
17382.17/888.83	c       889       39254443          66        20                -           0.0000          -
17479.76/893.88	c       894       39470151          64        20                -           0.0000          -
17579.52/898.93	c       899       39688676          61        20                -           0.0000          -
17677.04/903.98	c       904       39904960          65        20                -           0.0000          -
17776.37/909.03	c       909       40118037          66        20                -           0.0000          -
17874.57/914.08	c       914       40335917          62        20                -           0.0000          -
17974.28/919.14	c       919       40550356          63        20                -           0.0000          -
18072.14/924.18	c       924       40762912          67        20                -           0.0000          -
18171.73/929.24	c       929       40974006          65        20                -           0.0000          -
18269.74/934.28	c       934       41190386          63        20                -           0.0000          -
18368.95/939.33	c       939       41400635          62        20                -           0.0000          -
18467.29/944.38	c       944       41619435          58        20                -           0.0000          -
18567.38/949.43	c       949       41837622          67        20                -           0.0000          -
18664.87/954.48	c       954       42055717          66        20                -           0.0000          -
18764.87/959.54	c       960       42271497          66        20                -           0.0000          -
18862.69/964.58	c       965       42488908          63        20                -           0.0000          -
18962.35/969.63	c       970       42706079          66        20                -           0.0000          -
19059.78/974.68	c       975       42918088          61        20                -           0.0000          -
19159.76/979.73	c       980       43135231          64        20                -           0.0000          -
19257.14/984.78	c       985       43348433          66        20                -           0.0000          -
19356.86/989.83	c       990       43563600          59        20                -           0.0000          -
19454.71/994.88	c       995       43782045          64        20                -           0.0000          -
19554.13/999.93	c      1000       43997277          64        20                -           0.0000          -
19651.59/1004.98	c      1005       44211261          64        20                -           0.0000          -
19752.01/1010.03	c      1010       44430638          63        20                -           0.0000          -
19849.69/1015.08	c      1015       44647978          63        20                -           0.0000          -
19949.70/1020.13	c      1020       44858476          63        20                -           0.0000          -
20047.98/1025.18	c      1025       45076371          62        20                -           0.0000          -
20146.51/1030.22	c      1030       45285520          65        20                -           0.0000          -
20244.19/1035.27	c      1035       45498732          63        20                -           0.0000          -
20343.95/1040.32	c      1040       45717962          65        20                -           0.0000          -
20442.15/1045.37	c      1045       45936046          65        20                -           0.0000          -
20541.78/1050.42	c      1050       46152248          67        20                -           0.0000          -
20639.56/1055.47	c      1055       46369593          64        20                -           0.0000          -
20739.09/1060.52	c      1061       46585320          65        20                -           0.0000          -
20836.52/1065.57	c      1066       46799797          62        20                -           0.0000          -
20936.28/1070.62	c      1071       47019272          65        20                -           0.0000          -
21033.94/1075.67	c      1076       47237836          61        20                -           0.0000          -
21133.61/1080.72	c      1081       47444276          63        20                -           0.0000          -
21231.49/1085.77	c      1086       47655601          62        20                -           0.0000          -
21331.30/1090.82	c      1091       47871088          63        20                -           0.0000          -
21428.95/1095.87	c      1096       48082295          64        20                -           0.0000          -
21529.19/1100.92	c      1101       48301474          65        20                -           0.0000          -
21627.08/1105.97	c      1106       48518293          66        20                -           0.0000          -
21727.47/1111.02	c      1111       48736351          64        20                -           0.0000          -
21825.41/1116.07	c      1116       48953067          60        20                -           0.0000          -
21923.47/1121.12	c      1121       49168568          65        20                -           0.0000          -
22022.98/1126.17	c      1126       49386392          65        20                -           0.0000          -
22122.44/1131.22	c      1131       49597324          61        20                -           0.0000          -
22220.09/1136.27	c      1136       49813834          61        20                -           0.0000          -
22319.88/1141.32	c      1141       50020731          58        20                -           0.0000          -
22417.31/1146.37	c      1146       50226301          62        20                -           0.0000          -
22517.39/1151.42	c      1151       50441229          62        20                -           0.0000          -
22614.90/1156.47	c      1156       50653873          64        20                -           0.0000          -
22714.64/1161.52	c      1162       50871446          67        20                -           0.0000          -
22812.20/1166.57	c      1167       51086669          64        20                -           0.0000          -
22912.33/1171.62	c      1172       51303350          61        20                -           0.0000          -
23010.48/1176.67	c      1177       51519073          64        20                -           0.0000          -
23110.20/1181.72	c      1182       51737075          60        20                -           0.0000          -
23207.96/1186.77	c      1187       51952500          61        20                -           0.0000          -
23307.77/1191.82	c      1192       52168738          59        20                -           0.0000          -
23405.91/1196.87	c      1197       52386754          61        20                -           0.0000          -
23505.80/1201.92	c      1202       52602009          66        20                -           0.0000          -
23603.72/1206.97	c      1207       52820204          65        20                -           0.0000          -
23704.00/1212.03	c      1212       53033937          64        20                -           0.0000          -
23801.92/1217.08	c      1217       53248946          63        20                -           0.0000          -
23901.42/1222.13	c      1222       53464446          65        20                -           0.0000          -
23999.45/1227.18	c      1227       53679390          67        20                -           0.0000          -
24098.85/1232.23	c      1232       53894746          61        20                -           0.0000          -
24196.50/1237.28	c      1237       54113116          63        20                -           0.0000          -
24296.43/1242.33	c      1242       54329240          65        20                -           0.0000          -
24394.46/1247.38	c      1247       54544570          63        20                -           0.0000          -
24494.01/1252.44	c      1252       54759720          59        20                -           0.0000          -
24592.12/1257.48	c      1257       54972396          65        20                -           0.0000          -
24691.32/1262.53	c      1263       55184555          64        20                -           0.0000          -
24789.32/1267.59	c      1268       55400629          64        20                -           0.0000          -
24889.42/1272.63	c      1273       55618264          61        20                -           0.0000          -
24987.23/1277.68	c      1278       55836611          66        20                -           0.0000          -
25087.20/1282.73	c      1283       56051647          62        20                -           0.0000          -
25185.25/1287.78	c      1288       56271209          62        20                -           0.0000          -
25285.23/1292.83	c      1293       56488726          63        20                -           0.0000          -
25382.51/1297.88	c      1298       56704206          63        20                -           0.0000          -
25481.77/1302.93	c      1303       56913080          61        20                -           0.0000          -
25579.66/1307.98	c      1308       57131502          61        20                -           0.0000          -
25680.24/1313.03	c      1313       57349865          56        20                -           0.0000          -
25777.77/1318.08	c      1318       57565291          60        20                -           0.0000          -
25876.92/1323.13	c      1323       57779291          66        20                -           0.0000          -
25974.98/1328.18	c      1328       57996301          64        20                -           0.0000          -
26073.92/1333.24	c      1333       58209789          62        20                -           0.0000          -
26172.01/1338.29	c      1338       58423873          58        20                -           0.0000          -
26271.89/1343.33	c      1343       58642856          61        20                -           0.0000          -
26369.64/1348.38	c      1348       58857468          63        20                -           0.0000          -
26468.77/1353.43	c      1353       59068865          62        20                -           0.0000          -
26565.88/1358.48	c      1358       59280735          66        20                -           0.0000          -
26665.50/1363.53	c      1364       59494943          58        20                -           0.0000          -
26763.52/1368.58	c      1369       59714820          61        20                -           0.0000          -
26863.40/1373.63	c      1374       59933507          68        20                -           0.0000          -
26961.25/1378.68	c      1379       60153736          65        20                -           0.0000          -
27061.26/1383.73	c      1384       60375052          67        20                -           0.0000          -
27159.20/1388.78	c      1389       60593076          65        20                -           0.0000          -
27259.04/1393.84	c      1394       60804556          63        20                -           0.0000          -
27357.19/1398.88	c      1399       61025105          66        20                -           0.0000          -
27456.99/1403.93	c      1404       61242810          63        20                -           0.0000          -
27554.92/1408.96	c      1409       61461887          64        20                -           0.0000          -
27653.21/1414.01	c      1414       61678303          62        20                -           0.0000          -
27752.92/1419.06	c      1419       61891608          61        20                -           0.0000          -
27851.16/1424.11	c      1424       62102887          66        20                -           0.0000          -
27951.27/1429.16	c      1429       62322407          62        20                -           0.0000          -
28050.79/1434.21	c      1434       62537244          63        20                -           0.0000          -
28148.92/1439.26	c      1439       62756144          65        20                -           0.0000          -
28248.71/1444.31	c      1444       62971026          67        20                -           0.0000          -
28346.95/1449.36	c      1449       63189112          65        20                -           0.0000          -
28446.82/1454.41	c      1454       63403584          63        20                -           0.0000          -
28544.98/1459.48	c      1459       63624955          66        20                -           0.0000          -
28644.59/1464.54	c      1465       63840342          61        20                -           0.0000          -
28742.78/1469.59	c      1470       64058360          65        20                -           0.0000          -
28842.62/1474.63	c      1475       64279161          62        20                -           0.0000          -
28940.39/1479.68	c      1480       64492997          64        20                -           0.0000          -
29040.59/1484.73	c      1485       64715105          62        20                -           0.0000          -
29138.59/1489.78	c      1490       64931457          66        20                -           0.0000          -
29238.34/1494.83	c      1495       65146281          64        20                -           0.0000          -
29336.47/1499.88	c      1500       65363360          65        20                -           0.0000          -
29436.24/1504.93	c      1505       65580438          61        20                -           0.0000          -
29534.04/1509.98	c      1510       65798691          62        20                -           0.0000          -
29633.88/1515.03	c      1515       66004785          66        20                -           0.0000          -
29731.81/1520.08	c      1520       66223788          63        20                -           0.0000          -
29830.12/1525.13	c      1525       66444209          62        20                -           0.0000          -
29929.85/1530.18	c      1530       66659286          65        20                -           0.0000          -
30029.29/1535.23	c      1535       66879548          63        20                -           0.0000          -
30127.21/1540.28	c      1540       67098931          66        20                -           0.0000          -
30227.25/1545.33	c      1545       67321217          62        20                -           0.0000          -
30325.17/1550.38	c      1550       67536236          61        20                -           0.0000          -
30424.98/1555.43	c      1555       67749129          64        20                -           0.0000          -
30523.02/1560.48	c      1560       67965797          62        20                -           0.0000          -
30622.52/1565.54	c      1566       68181625          62        20                -           0.0000          -
30720.53/1570.58	c      1571       68401633          56        20                -           0.0000          -
30820.55/1575.64	c      1576       68624642          65        20                -           0.0000          -
30918.96/1580.69	c      1581       68848318          63        20                -           0.0000          -
31019.15/1585.73	c      1586       69069414          61        20                -           0.0000          -
31117.13/1590.78	c      1591       69289004          61        20                -           0.0000          -
31216.79/1595.83	c      1596       69504269          64        20                -           0.0000          -
31314.86/1600.88	c      1601       69723096          63        20                -           0.0000          -
31414.94/1605.93	c      1606       69944830          63        20                -           0.0000          -
31512.78/1610.98	c      1611       70162162          63        20                -           0.0000          -
31613.05/1616.03	c      1616       70374533          64        20                -           0.0000          -
31711.23/1621.08	c      1621       70597127          64        20                -           0.0000          -
31810.60/1626.13	c      1626       70813069          60        20                -           0.0000          -
31908.52/1631.18	c      1631       71032971          66        20                -           0.0000          -
32008.44/1636.23	c      1636       71254634          63        20                -           0.0000          -
32106.30/1641.28	c      1641       71471660          65        20                -           0.0000          -
32206.03/1646.33	c      1646       71687745          60        20                -           0.0000          -
32304.11/1651.38	c      1651       71907496          65        20                -           0.0000          -
32404.08/1656.43	c      1656       72127745          62        20                -           0.0000          -
32502.19/1661.48	c      1661       72347416          65        20                -           0.0000          -
32601.45/1666.53	c      1667       72555341          56        20                -           0.0000          -
32699.41/1671.58	c      1672       72773658          59        20                -           0.0000          -
32798.96/1676.63	c      1677       72987738          63        20                -           0.0000          -
32896.91/1681.68	c      1682       73208836          61        20                -           0.0000          -
32997.02/1686.73	c      1687       73427287          62        20                -           0.0000          -
33095.13/1691.78	c      1692       73639755          62        20                -           0.0000          -
33195.52/1696.83	c      1697       73858553          64        20                -           0.0000          -
33293.79/1701.88	c      1702       74080825          66        20                -           0.0000          -
33393.84/1706.93	c      1707       74299002          63        20                -           0.0000          -
33491.69/1711.98	c      1712       74505667          60        20                -           0.0000          -
33592.69/1717.03	c      1717       74727928          67        20                -           0.0000          -
33690.76/1722.09	c      1722       74948911          64        20                -           0.0000          -
33790.86/1727.13	c      1727       75168628          63        20                -           0.0000          -
33888.62/1732.19	c      1732       75382408          67        20                -           0.0000          -
33988.34/1737.23	c      1737       75601931          64        20                -           0.0000          -
34086.76/1742.28	c      1742       75823855          58        20                -           0.0000          -
34186.89/1747.33	c      1747       76045224          61        20                -           0.0000          -
34284.57/1752.38	c      1752       76261752          63        20                -           0.0000          -
34384.44/1757.43	c      1757       76476783          62        20                -           0.0000          -
34482.53/1762.48	c      1762       76690257          66        20                -           0.0000          -
34582.64/1767.53	c      1768       76910088          61        20                -           0.0000          -
34680.18/1772.54	c      1773       77122075          64        20                -           0.0000          -
34777.72/1777.59	c      1778       77337258          65        20                -           0.0000          -
34877.11/1782.64	c      1783       77546461          60        20                -           0.0000          -
34974.55/1787.69	c      1788       77764777          62        20                -           0.0000          -
35074.02/1792.78	c      1793       77982645          64        20                -           0.0000          -
35173.65/1797.83	c      1798       78200448          59        20                -           0.0000          -
35272.02/1802.88	c      1803       78422078          63        20                -           0.0000          -
35371.43/1807.93	c      1808       78639437          64        20                -           0.0000          -
35468.97/1812.98	c      1813       78851983          62        20                -           0.0000          -
35569.33/1818.03	c      1818       79066840          63        20                -           0.0000          -
35666.94/1823.08	c      1823       79279120          61        20                -           0.0000          -
35766.29/1828.13	c      1828       79494026          59        20                -           0.0000          -
35864.02/1833.18	c      1833       79708825          64        20                -           0.0000          -
35962.66/1838.23	c      1838       79921611          62        20                -           0.0000          -
36059.88/1843.28	c      1843       80133538          65        20                -           0.0000          -
36159.71/1848.33	c      1848       80344175          62        20                -           0.0000          -
36257.46/1853.38	c      1853       80561701          64        20                -           0.0000          -
36357.66/1858.43	c      1858       80780755          62        20                -           0.0000          -
36456.02/1863.48	c      1863       81002636          61        20                -           0.0000          -
36555.64/1868.53	c      1869       81222671          64        20                -           0.0000          -
36653.57/1873.59	c      1874       81440672          61        20                -           0.0000          -
36753.16/1878.63	c      1879       81659281          66        20                -           0.0000          -
36850.61/1883.68	c      1884       81875313          64        20                -           0.0000          -
36949.93/1888.73	c      1889       82086446          63        20                -           0.0000          -
37047.39/1893.78	c      1894       82303463          64        20                -           0.0000          -
37147.37/1898.83	c      1899       82523011          62        20                -           0.0000          -
37245.80/1903.88	c      1904       82735831          62        20                -           0.0000          -
37345.81/1908.93	c      1909       82941447          60        20                -           0.0000          -
37443.53/1913.99	c      1914       83151177          60        20                -           0.0000          -
37543.78/1919.04	c      1919       83366226          63        20                -           0.0000          -
37641.99/1924.08	c      1924       83582715          64        20                -           0.0000          -
37742.14/1929.13	c      1929       83806366          61        20                -           0.0000          -
37840.02/1934.18	c      1934       84024347          64        20                -           0.0000          -
37939.50/1939.23	c      1939       84241052          59        20                -           0.0000          -
38037.21/1944.28	c      1944       84457505          62        20                -           0.0000          -
38136.52/1949.33	c      1949       84670222          63        20                -           0.0000          -
38234.16/1954.38	c      1954       84879197          64        20                -           0.0000          -
38333.48/1959.43	c      1959       85095007          62        20                -           0.0000          -
38431.06/1964.48	c      1964       85308313          62        20                -           0.0000          -
38530.39/1969.53	c      1970       85519353          66        20                -           0.0000          -
38628.32/1974.58	c      1975       85734792          61        20                -           0.0000          -
38728.64/1979.64	c      1980       85954576          63        20                -           0.0000          -
38826.81/1984.68	c      1985       86172886          61        20                -           0.0000          -
38926.87/1989.73	c      1990       86388742          61        20                -           0.0000          -
39024.26/1994.78	c      1995       86603874          63        20                -           0.0000          -
39124.47/1999.83	c      2000       86822586          63        20                -           0.0000          -
39222.66/2004.88	c      2005       87044453          62        20                -           0.0000          -
39321.94/2009.93	c      2010       87258013          64        20                -           0.0000          -
39419.62/2014.98	c      2015       87470429          60        20                -           0.0000          -
39520.56/2020.03	c      2020       87689508          67        20                -           0.0000          -
39618.86/2025.08	c      2025       87907273          64        20                -           0.0000          -
39719.15/2030.13	c      2030       88126054          63        20                -           0.0000          -
39817.50/2035.18	c      2035       88343300          67        20                -           0.0000          -
39916.73/2040.23	c      2040       88559792          65        20                -           0.0000          -
40014.17/2045.28	c      2045       88771913          66        20                -           0.0000          -
40113.88/2050.32	c      2050       88986705          64        20                -           0.0000          -
40211.11/2055.37	c      2055       89196291          62        20                -           0.0000          -
40310.62/2060.42	c      2060       89407112          59        20                -           0.0000          -
40408.70/2065.47	c      2065       89622012          67        20                -           0.0000          -
40508.85/2070.52	c      2071       89841541          62        20                -           0.0000          -
40606.42/2075.57	c      2076       90054315          62        20                -           0.0000          -
40706.18/2080.62	c      2081       90269879          64        20                -           0.0000          -
40803.86/2085.67	c      2086       90485420          63        20                -           0.0000          -
40903.62/2090.72	c      2091       90699689          64        20                -           0.0000          -
41001.50/2095.77	c      2096       90914994          63        20                -           0.0000          -
41101.74/2100.82	c      2101       91135864          61        20                -           0.0000          -
41200.10/2105.88	c      2106       91358139          68        20                -           0.0000          -
41299.84/2110.92	c      2111       91574667          66        20                -           0.0000          -
41397.51/2115.97	c      2116       91788700          63        20                -           0.0000          -
41494.96/2121.02	c      2121       91996584          65        20                -           0.0000          -
41595.67/2126.07	c      2126       92215342          59        20                -           0.0000          -
41693.53/2131.12	c      2131       92430513          62        20                -           0.0000          -
41793.93/2136.17	c      2136       92646702          65        20                -           0.0000          -
41892.75/2141.22	c      2141       92862090          61        20                -           0.0000          -
41990.21/2146.27	c      2146       93073140          61        20                -           0.0000          -
42089.55/2151.32	c      2151       93286879          60        20                -           0.0000          -
42187.68/2156.37	c      2156       93497410          63        20                -           0.0000          -
42286.04/2161.38	c      2161       93717866          61        20                -           0.0000          -
42385.88/2166.43	c      2166       93935901          60        20                -           0.0000          -
42484.15/2171.50	c      2172       94150136          61        20                -           0.0000          -
42584.46/2176.55	c      2177       94369857          62        20                -           0.0000          -
42684.38/2181.60	c      2182       94589456          61        20                -           0.0000          -
42782.55/2186.67	c      2187       94805799          64        20                -           0.0000          -
42882.56/2191.72	c      2192       95018452          61        20                -           0.0000          -
42979.92/2196.77	c      2197       95229594          61        20                -           0.0000          -
43079.20/2201.82	c      2202       95438824          69        20                -           0.0000          -
43177.49/2206.87	c      2207       95655255          66        20                -           0.0000          -
43276.96/2211.92	c      2212       95869518          65        20                -           0.0000          -
43374.92/2216.97	c      2217       96082883          60        20                -           0.0000          -
43472.82/2222.02	c      2222       96296915          60        20                -           0.0000          -
43572.52/2227.07	c      2227       96511737          62        20                -           0.0000          -
43669.91/2232.12	c      2232       96727484          63        20                -           0.0000          -
43769.52/2237.17	c      2237       96939052          63        20                -           0.0000          -
43869.02/2242.22	c      2242       97145577          64        20                -           0.0000          -
43967.20/2247.27	c      2247       97363384          67        20                -           0.0000          -
44066.65/2252.32	c      2252       97579734          63        20                -           0.0000          -
44164.08/2257.37	c      2257       97789569          58        20                -           0.0000          -
44264.13/2262.42	c      2262       98008958          65        20                -           0.0000          -
44361.84/2267.47	c      2267       98224972          61        20                -           0.0000          -
44461.59/2272.52	c      2273       98441958          65        20                -           0.0000          -
44559.38/2277.57	c      2278       98660211          64        20                -           0.0000          -
44659.00/2282.62	c      2283       98879113          66        20                -           0.0000          -
44756.41/2287.67	c      2288       99091492          59        20                -           0.0000          -
44855.75/2292.73	c      2293       99307037          60        20                -           0.0000          -
44953.92/2297.77	c      2298       99519483          62        20                -           0.0000          -
45054.17/2302.82	c      2303       99735900          65        20                -           0.0000          -
45152.11/2307.87	c      2308       99950318          61        20                -           0.0000          -
45252.18/2312.92	c      2313      100165040          57        20                -           0.0000          -
45349.74/2317.97	c      2318      100381321          60        20                -           0.0000          -
45447.85/2323.02	c      2323      100599562          61        20                -           0.0000          -
45548.41/2328.07	c      2328      100816622          63        20                -           0.0000          -
45645.77/2333.12	c      2333      101027496          61        20                -           0.0000          -
45744.85/2338.18	c      2338      101235330          61        20                -           0.0000          -
45844.60/2343.22	c      2343      101458097          66        20                -           0.0000          -
45943.02/2348.27	c      2348      101680288          63        20                -           0.0000          -
46043.36/2353.32	c      2353      101901474          59        20                -           0.0000          -
46141.67/2358.37	c      2358      102106590          63        20                -           0.0000          -
46241.38/2363.42	c      2363      102317902          63        20                -           0.0000          -
46338.75/2368.47	c      2368      102522904          59        20                -           0.0000          -
46438.17/2373.52	c      2374      102735328          57        20                -           0.0000          -
46536.18/2378.57	c      2379      102953770          61        20                -           0.0000          -
46635.64/2383.62	c      2384      103167204          59        20                -           0.0000          -
46732.75/2388.67	c      2389      103378546          59        20                -           0.0000          -
46832.75/2393.72	c      2394      103591620          67        20                -           0.0000          -
46930.53/2398.77	c      2399      103802372          63        20                -           0.0000          -
47030.84/2403.82	c      2404      104022652          61        20                -           0.0000          -
47129.13/2408.87	c      2409      104235806          63        20                -           0.0000          -
47229.42/2413.92	c      2414      104447018          63        20                -           0.0000          -
47327.28/2418.97	c      2419      104661447          68        20                -           0.0000          -
47425.31/2424.02	c      2424      104876067          64        20                -           0.0000          -
47525.56/2429.07	c      2429      105088527          66        20                -           0.0000          -
47623.96/2434.12	c      2434      105308322          65        20                -           0.0000          -
47723.63/2439.17	c      2439      105524038          61        20                -           0.0000          -
47822.60/2444.22	c      2444      105736122          61        20                -           0.0000          -
47920.40/2449.27	c      2449      105949921          64        20                -           0.0000          -
48020.60/2454.32	c      2454      106170775          62        20                -           0.0000          -
48118.19/2459.37	c      2459      106384876          63        20                -           0.0000          -
48217.74/2464.42	c      2464      106596369          58        20                -           0.0000          -
48315.05/2469.47	c      2469      106808282          61        20                -           0.0000          -
48414.43/2474.52	c      2475      107023150          65        20                -           0.0000          -
48511.84/2479.57	c      2480      107236335          64        20                -           0.0000          -
48611.53/2484.62	c      2485      107448420          63        20                -           0.0000          -
48709.23/2489.67	c      2490      107664821          64        20                -           0.0000          -
48808.95/2494.72	c      2495      107881601          62        20                -           0.0000          -
48907.26/2499.77	c      2500      108097727          66        20                -           0.0000          -
49006.95/2504.82	c      2505      108310922          63        20                -           0.0000          -
49104.39/2509.87	c      2510      108525495          62        20                -           0.0000          -
49204.18/2514.92	c      2515      108737757          64        20                -           0.0000          -
49301.79/2519.97	c      2520      108947301          64        20                -           0.0000          -
49399.11/2525.02	c      2525      109165188          57        20                -           0.0000          -
49499.53/2530.07	c      2530      109382407          60        20                -           0.0000          -
49597.31/2535.12	c      2535      109600359          62        20                -           0.0000          -
49696.99/2540.17	c      2540      109812535          64        20                -           0.0000          -
49795.72/2545.22	c      2545      110024571          62        20                -           0.0000          -
49893.81/2550.27	c      2550      110238844          61        20                -           0.0000          -
49994.42/2555.32	c      2555      110458511          62        20                -           0.0000          -
50092.91/2560.37	c      2560      110676057          60        20                -           0.0000          -
50193.22/2565.42	c      2565      110897216          63        20                -           0.0000          -
50290.81/2570.47	c      2570      111115036          61        20                -           0.0000          -
50390.13/2575.52	c      2576      111325677          62        20                -           0.0000          -
50487.75/2580.57	c      2581      111540193          62        20                -           0.0000          -
50587.16/2585.62	c      2586      111750673          62        20                -           0.0000          -
50684.64/2590.67	c      2591      111957531          62        20                -           0.0000          -
50784.62/2595.72	c      2596      112174813          60        20                -           0.0000          -
50882.74/2600.77	c      2601      112390409          60        20                -           0.0000          -
50983.14/2605.82	c      2606      112610526          57        20                -           0.0000          -
51081.59/2610.87	c      2611      112833141          60        20                -           0.0000          -
51180.84/2615.92	c      2616      113048653          62        20                -           0.0000          -
51278.37/2620.97	c      2621      113263190          63        20                -           0.0000          -
51376.57/2626.02	c      2626      113486130          63        20                -           0.0000          -
51476.66/2631.07	c      2631      113697172          61        20                -           0.0000          -
51574.24/2636.12	c      2636      113912422          63        20                -           0.0000          -
51673.58/2641.17	c      2641      114125917          62        20                -           0.0000          -
51772.71/2646.22	c      2646      114338256          65        20                -           0.0000          -
51870.28/2651.27	c      2651      114549523          60        20                -           0.0000          -
51970.48/2656.32	c      2656      114766486          59        20                -           0.0000          -
52068.92/2661.37	c      2661      114981114          63        20                -           0.0000          -
52169.27/2666.42	c      2666      115200697          64        20                -           0.0000          -
52267.70/2671.47	c      2671      115420889          66        20                -           0.0000          -
52367.88/2676.52	c      2677      115639216          61        20                -           0.0000          -
52465.38/2681.57	c      2682      115847763          60        20                -           0.0000          -
52564.47/2686.62	c      2687      116058409          64        20                -           0.0000          -
52662.22/2691.67	c      2692      116273666          61        20                -           0.0000          -
52761.55/2696.72	c      2697      116485391          60        20                -           0.0000          -
52859.13/2701.77	c      2702      116698911          62        20                -           0.0000          -
52958.63/2706.82	c      2707      116914730          61        20                -           0.0000          -
53057.14/2711.87	c      2712      117133613          62        20                -           0.0000          -
53157.10/2716.92	c      2717      117354626          61        20                -           0.0000          -
53254.78/2721.97	c      2722      117568519          60        20                -           0.0000          -
53352.75/2727.02	c      2727      117785981          64        20                -           0.0000          -
53453.22/2732.07	c      2732      118001946          63        20                -           0.0000          -
53551.05/2737.13	c      2737      118220794          61        20                -           0.0000          -
53650.56/2742.17	c      2742      118431702          61        20                -           0.0000          -
53749.53/2747.22	c      2747      118641808          65        20                -           0.0000          -
53847.38/2752.27	c      2752      118857006          59        20                -           0.0000          -
53947.64/2757.32	c      2757      119071898          61        20                -           0.0000          -
54046.07/2762.37	c      2762      119293337          60        20                -           0.0000          -
54146.42/2767.42	c      2767      119510933          66        20                -           0.0000          -
54244.50/2772.47	c      2772      119730797          64        20                -           0.0000          -
54344.37/2777.52	c      2778      119944786          61        20                -           0.0000          -
54442.40/2782.57	c      2783      120162162          65        20                -           0.0000          -
54542.90/2787.63	c      2788      120382492          59        20                -           0.0000          -
54641.38/2792.67	c      2793      120605188          59        20                -           0.0000          -
54741.16/2797.72	c      2798      120822871          60        20                -           0.0000          -
54838.75/2802.77	c      2803      121035004          61        20                -           0.0000          -
54939.05/2807.82	c      2808      121252250          61        20                -           0.0000          -
55037.60/2812.87	c      2813      121475390          59        20                -           0.0000          -
55137.99/2817.92	c      2818      121696646          59        20                -           0.0000          -
55236.39/2822.97	c      2823      121917931          58        20                -           0.0000          -
55334.85/2828.02	c      2828      122142166          67        20                -           0.0000          -
55435.31/2833.08	c      2833      122355293          68        20                -           0.0000          -
55533.33/2838.12	c      2838      122572926          69        20                -           0.0000          -
55633.98/2843.17	c      2843      122794907          68        20                -           0.0000          -
55732.93/2848.22	c      2848      123009451          64        20                -           0.0000          -
55830.43/2853.27	c      2853      123219012          69        20                -           0.0000          -
55929.52/2858.32	c      2858      123432273          68        20                -           0.0000          -
56027.19/2863.37	c      2863      123645788          65        20                -           0.0000          -
56126.41/2868.42	c      2868      123856773          66        20                -           0.0000          -
56224.05/2873.47	c      2873      124070293          70        20                -           0.0000          -
56323.68/2878.52	c      2879      124282712          67        20                -           0.0000          -
56421.00/2883.57	c      2884      124495661          68        20                -           0.0000          -
56520.55/2888.62	c      2889      124708025          68        20                -           0.0000          -
56618.72/2893.67	c      2894      124926070          71        20                -           0.0000          -
56719.10/2898.72	c      2899      125146167          66        20                -           0.0000          -
56817.56/2903.77	c      2904      125365354          69        20                -           0.0000          -
56916.99/2908.82	c      2909      125580235          66        20                -           0.0000          -
57014.73/2913.87	c      2914      125795371          70        20                -           0.0000          -
57114.08/2918.92	c      2919      126010454          65        20                -           0.0000          -
57212.32/2923.97	c      2924      126225796          69        20                -           0.0000          -
57309.52/2929.02	c      2929      126435796          63        20                -           0.0000          -
57409.46/2934.07	c      2934      126649681          64        20                -           0.0000          -
57507.08/2939.12	c      2939      126864904          65        20                -           0.0000          -
57606.85/2944.17	c      2944      127077223          70        20                -           0.0000          -
57706.61/2949.22	c      2949       18111532     1079966        20                -           0.0000          -
57804.31/2954.27	c      2954      127511542          65        20                -           0.0000          -
57903.85/2959.32	c      2959      127723468          67        20                -           0.0000          -
58002.08/2964.37	c      2964      127943509          66        20                -           0.0000          -
58102.21/2969.42	c      2969      128153500          61        20                -           0.0000          -
58200.08/2974.47	c      2974      128372289          68        20                -           0.0000          -
58299.48/2979.52	c      2980      128584098          63        20                -           0.0000          -
58397.21/2984.57	c      2985      128798616          65        20                -           0.0000          -
58497.34/2989.63	c      2990      129015321          68        20                -           0.0000          -
58595.21/2994.67	c      2995      129228745          64        20                -           0.0000          -
58695.57/2999.72	c      3000      129448542          63        20                -           0.0000          -
58794.12/3004.77	c      3005      129670677          68        20                -           0.0000          -
58894.36/3009.82	c      3010      129888258          67        20                -           0.0000          -
58992.45/3014.88	c      3015      130104471          66        20                -           0.0000          -
59092.02/3019.93	c      3020      130316999          68        20                -           0.0000          -
59189.66/3024.98	c      3025      130528009          66        20                -           0.0000          -
59287.08/3030.02	c      3030      130736105          64        20                -           0.0000          -
59388.06/3035.07	c      3035      130954518          67        20                -           0.0000          -
59485.79/3040.12	c      3040      131168270          65        20                -           0.0000          -
59585.47/3045.17	c      3045       18580536     1105884        20                -           0.0000          -
59684.33/3050.23	c      3050      131601416          65        20                -           0.0000          -
59782.33/3055.27	c      3055      131815704          65        20                -           0.0000          -
59882.58/3060.32	c      3060      132033813          64        20                -           0.0000          -
59981.07/3065.37	c      3065      132254160          67        20                -           0.0000          -
60081.54/3070.42	c      3070      132475007          68        20                -           0.0000          -
60179.70/3075.48	c      3075      132693692          65        20                -           0.0000          -
60280.08/3080.52	c      3081      132915566          65        20                -           0.0000          -
60378.52/3085.57	c      3086      133135556          67        20                -           0.0000          -
60478.98/3090.62	c      3091      133356262          63        20                -           0.0000          -
60576.56/3095.67	c      3096      133569274          69        20                -           0.0000          -
60676.99/3100.72	c      3101      133784070          63        20                -           0.0000          -
60774.77/3105.77	c      3106      134000717          64        20                -           0.0000          -
60874.08/3110.82	c      3111      134215839          66        20                -           0.0000          -
60971.75/3115.87	c      3116      134430257          66        20                -           0.0000          -
61071.27/3120.92	c      3121      134645255          68        20                -           0.0000          -
61168.62/3125.98	c      3126      134859524          71        20                -           0.0000          -
61266.15/3131.02	c      3131      135073233          66        20                -           0.0000          -
61366.77/3136.07	c      3136      135288787          62        20                -           0.0000          -
61464.38/3141.12	c      3141      135498332          63        20                -           0.0000          -
61563.85/3146.17	c      3146      135711482          67        20                -           0.0000          -
61662.72/3151.22	c      3151      135924447          66        20                -           0.0000          -
61760.08/3156.27	c      3156      136136389          66        20                -           0.0000          -
61859.56/3161.32	c      3161      136347010          67        20                -           0.0000          -
61957.71/3166.37	c      3166      136551518          67        20                -           0.0000          -
62058.16/3171.42	c      3171      136768064          65        20                -           0.0000          -
62156.50/3176.47	c      3176      136979301          66        20                -           0.0000          -
62256.18/3181.52	c      3182      137194622          67        20                -           0.0000          -
62353.63/3186.57	c      3187      137407989          66        20                -           0.0000          -
62453.36/3191.62	c      3192      137625728          65        20                -           0.0000          -
62550.88/3196.68	c      3197      137841068          65        20                -           0.0000          -
62650.46/3201.72	c      3202      138054292          63        20                -           0.0000          -
62748.66/3206.77	c      3207      138272954          65        20                -           0.0000          -
62848.36/3211.83	c      3212      138490633          66        20                -           0.0000          -
62946.20/3216.87	c      3217      138707589          66        20                -           0.0000          -
63046.41/3221.92	c      3222      138924045          66        20                -           0.0000          -
63144.89/3226.98	c      3227      139143756          65        20                -           0.0000          -
63243.28/3232.02	c      3232      139361863          66        20                -           0.0000          -
63343.17/3237.07	c      3237      139574863          68        20                -           0.0000          -
63440.67/3242.12	c      3242      139789721          64        20                -           0.0000          -
63539.77/3247.18	c      3247      140003740          61        20                -           0.0000          -
63638.68/3252.22	c      3252      140218632          69        20                -           0.0000          -
63736.05/3257.27	c      3257      140431940          65        20                -           0.0000          -
63835.35/3262.32	c      3262      140644335          64        20                -           0.0000          -
63933.32/3267.37	c      3267      140859579          64        20                -           0.0000          -
64033.72/3272.42	c      3272      141078485          64        20                -           0.0000          -
64131.80/3277.47	c      3277      141293944          65        20                -           0.0000          -
64232.16/3282.52	c      3283      141513298          63        20                -           0.0000          -
64330.09/3287.57	c      3288      141731546          67        20                -           0.0000          -
64430.47/3292.62	c      3293      141947789          64        20                -           0.0000          -
64528.49/3297.67	c      3298      142166728          59        20                -           0.0000          -
64628.03/3302.72	c      3303      142377610          67        20                -           0.0000          -
64725.71/3307.77	c      3308      142591801          68        20                -           0.0000          -
64825.23/3312.82	c      3313      142802935          66        20                -           0.0000          -
64922.85/3317.87	c      3318      143015701          66        20                -           0.0000          -
65022.35/3322.92	c      3323      143218587          64        20                -           0.0000          -
65119.88/3327.97	c      3328      143432924          63        20                -           0.0000          -
65218.40/3333.02	c      3333      143652398          67        20                -           0.0000          -
65318.93/3338.07	c      3338      143870923          64        20                -           0.0000          -
65417.33/3343.12	c      3343      144091481          66        20                -           0.0000          -
65516.85/3348.17	c      3348      144307161          66        20                -           0.0000          -
65615.88/3353.22	c      3353      144514143          64        20                -           0.0000          -
65713.33/3358.27	c      3358      144727662          65        20                -           0.0000          -
65812.86/3363.32	c      3363      144940258          65        20                -           0.0000          -
65911.00/3368.37	c      3368      145158723          66        20                -           0.0000          -
66011.46/3373.42	c      3373      145381865          64        20                -           0.0000          -
66109.79/3378.47	c      3378      145603038          65        20                -           0.0000          -
66210.18/3383.52	c      3384      145818049          64        20                -           0.0000          -
66307.88/3388.57	c      3389      146029600          67        20                -           0.0000          -
66407.38/3393.62	c      3394      146241320          63        20                -           0.0000          -
66505.09/3398.67	c      3399      146460442          69        20                -           0.0000          -
66604.45/3403.72	c      3404      146675921          60        20                -           0.0000          -
66702.02/3408.77	c      3409      146891110          63        20                -           0.0000          -
66801.71/3413.82	c      3414      147106495          66        20                -           0.0000          -
66899.62/3418.87	c      3419      147319262          63        20                -           0.0000          -
66999.64/3423.92	c      3424      147535421          68        20                -           0.0000          -
67097.04/3428.97	c      3429      147750202          67        20                -           0.0000          -
67195.40/3434.02	c      3434      147970160          65        20                -           0.0000          -
67296.23/3439.07	c      3439      148190331          64        20                -           0.0000          -
67394.68/3444.12	c      3444      148406754          63        20                -           0.0000          -
67494.03/3449.17	c      3449      148622844          67        20                -           0.0000          -
67592.95/3454.22	c      3454      148836544          65        20                -           0.0000          -
67690.61/3459.27	c      3459      149054375          64        20                -           0.0000          -
67790.03/3464.32	c      3464      149267257          66        20                -           0.0000          -
67887.69/3469.37	c      3469      149481306          67        20                -           0.0000          -
67987.04/3474.42	c      3474      149696820          63        20                -           0.0000          -
68084.80/3479.47	c      3479      149915479          68        20                -           0.0000          -
68184.75/3484.52	c      3485      150126201          64        20                -           0.0000          -
68283.00/3489.57	c      3490      150343297          64        20                -           0.0000          -
68382.88/3494.63	c      3495      150558598          65        20                -           0.0000          -
68481.02/3499.67	c      3500      150780612          63        20                -           0.0000          -
68580.38/3504.72	c      3505      150995422          63        20                -           0.0000          -
68677.68/3509.77	c      3510      151202627          66        20                -           0.0000          -
68777.82/3514.82	c      3515      151420402          63        20                -           0.0000          -
68876.22/3519.87	c      3520      151636507          62        20                -           0.0000          -
68976.03/3524.92	c      3525      151855304          63        20                -           0.0000          -
69074.08/3529.97	c      3530      152067813          62        20                -           0.0000          -
69172.41/3535.02	c      3535      152286852          63        20                -           0.0000          -
69273.38/3540.07	c      3540      152510902          67        20                -           0.0000          -
69370.88/3545.12	c      3545      152726658          65        20                -           0.0000          -
69470.30/3550.17	c      3550      152937678          63        20                -           0.0000          -
69569.07/3555.23	c      3555      153149238          67        20                -           0.0000          -
69666.34/3560.27	c      3560      153363920          63        20                -           0.0000          -
69765.84/3565.32	c      3565      153576362          67        20                -           0.0000          -
69863.90/3570.37	c      3570      153795727          66        20                -           0.0000          -
69964.13/3575.42	c      3575      154017497          60        20                -           0.0000          -
70061.62/3580.47	c      3580      154234795          64        20                -           0.0000          -
70161.49/3585.52	c      3586      154452697          64        20                -           0.0000          -
70259.85/3590.57	c      3591      154671247          64        20                -           0.0000          -
70360.18/3595.62	c      3596      154891244          65        20                -           0.0000          -
70458.66/3600.67	c      3601      155108868          65        20                -           0.0000          -
70558.95/3605.72	c      3606      155331061          68        20                -           0.0000          -
70656.79/3610.77	c      3611      155543747          66        20                -           0.0000          -
70754.27/3615.78	c      3616      155760382          65        20                -           0.0000          -
70853.70/3620.83	c      3621      155972285          64        20                -           0.0000          -
70951.21/3625.88	c      3626       21649213     1268723        20                -           0.0000          -
71050.64/3630.93	c      3631      156395695          64        20                -           0.0000          -
71148.48/3635.98	c      3636      156609248          65        20                -           0.0000          -
71246.09/3641.03	c      3641      156817812          67        20                -           0.0000          -
71346.20/3646.08	c      3646      157030917          64        20                -           0.0000          -
71446.03/3651.13	c      3651      157241840          67        20                -           0.0000          -
71543.66/3656.18	c      3656      157453858          65        20                -           0.0000          -
71642.84/3661.23	c      3661      157668654          65        20                -           0.0000          -
71740.62/3666.29	c      3666      157888812          63        20                -           0.0000          -
71840.30/3671.33	c      3671      158102415          66        20                -           0.0000          -
71937.80/3676.39	c      3676      158316555          66        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 (190316 MiB free)
  memory of node 1: 193494 MiB (191522 MiB free)
  memory of node 2: 193531 MiB (192625 MiB free)
  memory of node 3: 193531 MiB (191697 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-4465555-1722454837/watcher-4465555-1722454837 -o /tmp/evaluation-result-4465555-1722454837/solver-4465555-1722454837 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71506 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465555-1722454837.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100402 s]*
/proc/loadavg: 76.10 53.16 50.36 81/1023 74676
/proc/meminfo: memFree=784468928/790760804 swapFree=131071996/131071996
[pid=74635] ppid=74632 vsize=1663168 memory=93768 CPUtime=1.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/stat : 74635 (fscip) S 74632 74635 71494 0 -1 1077936128 19707 0 0 0 118 21 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
/proc/74635/statm: 415792 23442 2934 3035 0 113801 0
[pid=74635/tid=74637] ppid=74632 vsize=1663168 memory=8390339637985935414 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74637/stat : 74637 (fscip) R 74632 74635 71494 0 -1 4194368 950 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74638] ppid=74632 vsize=1663168 memory=25138 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74638/stat : 74638 (fscip) R 74632 74635 71494 0 -1 4194368 938 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74639] ppid=74632 vsize=1663168 memory=54117410275792 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74639/stat : 74639 (fscip) R 74632 74635 71494 0 -1 4194368 892 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74640] ppid=74632 vsize=1663168 memory=61818303414854 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74640/stat : 74640 (fscip) R 74632 74635 71494 0 -1 4194368 947 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74641] ppid=74632 vsize=1663168 memory=57385930719929 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74641/stat : 74641 (fscip) R 74632 74635 71494 0 -1 4194368 930 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74642] ppid=74632 vsize=1663168 memory=54100314293148 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74642/stat : 74642 (fscip) R 74632 74635 71494 0 -1 4194368 893 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74643] ppid=74632 vsize=1663168 memory=15544007157614024 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74643/stat : 74643 (fscip) R 74632 74635 71494 0 -1 4194368 948 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74644] ppid=74632 vsize=1663168 memory=13849681230826349 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74644/stat : 74644 (fscip) R 74632 74635 71494 0 -1 4194368 933 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74645] ppid=74632 vsize=1663168 memory=209189 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74645/stat : 74645 (fscip) R 74632 74635 71494 0 -1 4194368 897 0 0 0 6 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74646] ppid=74632 vsize=1663168 memory=272079 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74646/stat : 74646 (fscip) R 74632 74635 71494 0 -1 4194368 950 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74647] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74647/stat : 74647 (fscip) R 74632 74635 71494 0 -1 4194368 943 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74648] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74648/stat : 74648 (fscip) R 74632 74635 71494 0 -1 4194368 889 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74649] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74649/stat : 74649 (fscip) R 74632 74635 71494 0 -1 4194368 949 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74650] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74650/stat : 74650 (fscip) R 74632 74635 71494 0 -1 4194368 929 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74651] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74651/stat : 74651 (fscip) R 74632 74635 71494 0 -1 4194368 893 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74652] ppid=74632 vsize=1663168 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74652/stat : 74652 (fscip) R 74632 74635 71494 0 -1 4194368 948 0 0 0 6 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74653] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74653/stat : 74653 (fscip) R 74632 74635 71494 0 -1 4194368 926 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74654] ppid=74632 vsize=1663168 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74654/stat : 74654 (fscip) R 74632 74635 71494 0 -1 1077936192 894 0 0 0 3 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74655] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74655/stat : 74655 (fscip) R 74632 74635 71494 0 -1 4194368 949 0 0 0 5 1 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74656] ppid=74632 vsize=1663168 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74656/stat : 74656 (fscip) R 74632 74635 71494 0 -1 4194368 931 0 0 0 6 0 0 0 20 0 41 0 12066803 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74657] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74657/stat : 74657 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74658] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74658/stat : 74658 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74659] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74659/stat : 74659 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74660] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74660/stat : 74660 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74661] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74661/stat : 74661 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74662] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74662/stat : 74662 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74663] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74663/stat : 74663 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74664] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74664/stat : 74664 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74665] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74665/stat : 74665 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74666] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74666/stat : 74666 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74667] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74667/stat : 74667 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74668] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74668/stat : 74668 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74669] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74669/stat : 74669 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74670] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74670/stat : 74670 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74671] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74671/stat : 74671 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74672] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74672/stat : 74672 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74673] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74673/stat : 74673 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74674] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74674/stat : 74674 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74675] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74675/stat : 74675 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74676] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74676/stat : 74676 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 23442 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 1663168 KiB
Current children cumulated memory: 93768 KiB

[startup+0.22301 s]*
/proc/loadavg: 76.10 53.16 50.36 81/1023 74676
/proc/meminfo: memFree=784452492/790760804 swapFree=131071996/131071996
[pid=74635] ppid=74632 vsize=1663168 memory=104020 CPUtime=3.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/stat : 74635 (fscip) S 74632 74635 71494 0 -1 1077936128 22416 0 0 0 352 28 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
/proc/74635/statm: 415792 26005 2950 3035 0 115919 0
[pid=74635/tid=74637] ppid=74632 vsize=1663168 memory=8318255677412212789 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74637/stat : 74637 (fscip) R 74632 74635 71494 0 -1 4194368 1270 0 0 0 18 0 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74638] ppid=74632 vsize=1663168 memory=241407623510 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74638/stat : 74638 (fscip) R 74632 74635 71494 0 -1 4194368 1023 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74639] ppid=74632 vsize=1663168 memory=60710185099761 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74639/stat : 74639 (fscip) R 74632 74635 71494 0 -1 4194368 892 0 0 0 17 2 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74640] ppid=74632 vsize=1663168 memory=58519768556253 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74640/stat : 74640 (fscip) R 74632 74635 71494 0 -1 4194368 1244 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74641] ppid=74632 vsize=1663168 memory=52987884233667 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74641/stat : 74641 (fscip) R 74632 74635 71494 0 -1 4194368 999 0 0 0 18 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74642] ppid=74632 vsize=1663168 memory=62883522476403 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74642/stat : 74642 (fscip) R 74632 74635 71494 0 -1 4194368 893 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74643] ppid=74632 vsize=1663168 memory=14699582227562699 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74643/stat : 74643 (fscip) R 74632 74635 71494 0 -1 4194368 1250 0 0 0 18 0 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74644] ppid=74632 vsize=1663168 memory=14975572547807411 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74644/stat : 74644 (fscip) R 74632 74635 71494 0 -1 4194368 993 0 0 0 18 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74645] ppid=74632 vsize=1663168 memory=157597 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74645/stat : 74645 (fscip) R 74632 74635 71494 0 -1 4194368 897 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74646] ppid=74632 vsize=1663168 memory=221385 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74646/stat : 74646 (fscip) R 74632 74635 71494 0 -1 4194368 1277 0 0 0 18 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74647] ppid=74632 vsize=1663168 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74647/stat : 74647 (fscip) R 74632 74635 71494 0 -1 1077936192 1003 0 0 0 18 0 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74648] ppid=74632 vsize=1663168 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74648/stat : 74648 (fscip) R 74632 74635 71494 0 -1 4194368 893 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74649] ppid=74632 vsize=1663168 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74649/stat : 74649 (fscip) R 74632 74635 71494 0 -1 4194368 1277 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74650] ppid=74632 vsize=1663168 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74650/stat : 74650 (fscip) R 74632 74635 71494 0 -1 4194368 1006 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74651] ppid=74632 vsize=1663168 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74651/stat : 74651 (fscip) R 74632 74635 71494 0 -1 4194368 893 0 0 0 16 2 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74652] ppid=74632 vsize=1663168 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74652/stat : 74652 (fscip) R 74632 74635 71494 0 -1 4194368 1259 0 0 0 18 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74653] ppid=74632 vsize=1663168 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74653/stat : 74653 (fscip) R 74632 74635 71494 0 -1 4194368 1014 0 0 0 17 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74654] ppid=74632 vsize=1663168 memory=0 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74654/stat : 74654 (fscip) R 74632 74635 71494 0 -1 4194368 896 0 0 0 13 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74655] ppid=74632 vsize=1663168 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74655/stat : 74655 (fscip) R 74632 74635 71494 0 -1 4194368 1245 0 0 0 18 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74656] ppid=74632 vsize=1663168 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74656/stat : 74656 (fscip) R 74632 74635 71494 0 -1 4194368 1014 0 0 0 18 1 0 0 20 0 41 0 12066803 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74657] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74657/stat : 74657 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74658] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74658/stat : 74658 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74659] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74659/stat : 74659 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74660] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74660/stat : 74660 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74661] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74661/stat : 74661 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74662] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74662/stat : 74662 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74663] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74663/stat : 74663 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74664] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74664/stat : 74664 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74665] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74665/stat : 74665 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74666] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74666/stat : 74666 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74667] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74667/stat : 74667 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74668] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74668/stat : 74668 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74669] ppid=74632 vsize=1663168 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74669/stat : 74669 (fscip) S 74632 74635 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12066807 1703084032 26005 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0

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

[pid=74635/tid=74660] ppid=74632 vsize=12768300 memory=11285348 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74660/stat : 74660 (fscip) S 74632 74635 71494 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74661] ppid=74632 vsize=12768300 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74661/stat : 74661 (fscip) S 74632 74635 71494 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74662] ppid=74632 vsize=12768300 memory=7379766182919236153 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74662/stat : 74662 (fscip) S 74632 74635 71494 0 -1 1077936192 62 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74663] ppid=74632 vsize=12768300 memory=11260080 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74663/stat : 74663 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74664] ppid=74632 vsize=12768300 memory=11280948 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74664/stat : 74664 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74665] ppid=74632 vsize=12768300 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74665/stat : 74665 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74666] ppid=74632 vsize=12768300 memory=7044 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74666/stat : 74666 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74667] ppid=74632 vsize=12768300 memory=-7235146619909399677 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74667/stat : 74667 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74668] ppid=74632 vsize=12768300 memory=11293860 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74668/stat : 74668 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74669] ppid=74632 vsize=12768300 memory=11303624 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74669/stat : 74669 (fscip) S 74632 74635 71494 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74670] ppid=74632 vsize=12768300 memory=6944652177228980320 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74670/stat : 74670 (fscip) S 74632 74635 71494 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74671] ppid=74632 vsize=12768300 memory=11440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74671/stat : 74671 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74672] ppid=74632 vsize=12768300 memory=15664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74672/stat : 74672 (fscip) S 74632 74635 71494 0 -1 1077936192 134 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74673] ppid=74632 vsize=12768300 memory=11307600 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74673/stat : 74673 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74674] ppid=74632 vsize=12768300 memory=5512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74674/stat : 74674 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74675] ppid=74632 vsize=12768300 memory=11299684 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74675/stat : 74675 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74676] ppid=74632 vsize=12768300 memory=15664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74676/stat : 74676 (fscip) S 74632 74635 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12066807 13074739200 2827394 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
Current children cumulated CPU time: 71273.4 s
Current children cumulated vsize: 12768300 KiB
Current children cumulated memory: 11309576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3679.5 s]
/proc/loadavg: 79.86 79.98 79.44 83/1024 76902
/proc/meminfo: memFree=739458768/790760804 swapFree=131071996/131071996
[pid=74635] ppid=74632 vsize=12899372 memory=11434128 CPUtime=72000.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/stat : 74635 (fscip) S 74632 74635 71494 0 -1 1077936128 28997163 0 0 0 7015139 184890 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
/proc/74635/statm: 3224843 2858532 3014 3035 0 2998421 0
[pid=74635/tid=74637] ppid=74632 vsize=12899372 memory=11440 CPUtime=3618.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74637/stat : 74637 (fscip) R 74632 74635 71494 0 -1 4194368 2352481 0 0 0 356331 5525 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74638] ppid=74632 vsize=12899372 memory=641315926853444 CPUtime=3635.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74638/stat : 74638 (fscip) R 74632 74635 71494 0 -1 4194368 1462894 0 0 0 360652 2924 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74639] ppid=74632 vsize=12899372 memory=10676420 CPUtime=3529.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74639/stat : 74639 (fscip) R 74632 74635 71494 0 -1 4194368 17550 0 0 0 330558 22368 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74640] ppid=74632 vsize=12899372 memory=11249444 CPUtime=3623.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74640/stat : 74640 (fscip) R 74632 74635 71494 0 -1 4194368 2227882 0 0 0 357413 4941 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74641] ppid=74632 vsize=12899372 memory=29836794214613092 CPUtime=3631.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74641/stat : 74641 (fscip) R 74632 74635 71494 0 -1 4194368 1993323 0 0 0 359524 3604 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74642] ppid=74632 vsize=12899372 memory=1668 CPUtime=3521.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74642/stat : 74642 (fscip) R 74632 74635 71494 0 -1 4194368 18549 0 0 0 328826 23317 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74643] ppid=74632 vsize=12899372 memory=11432072 CPUtime=3617.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74643/stat : 74643 (fscip) R 74632 74635 71494 0 -1 4194368 2725226 0 0 0 355701 6073 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74644] ppid=74632 vsize=12899372 memory=11307348 CPUtime=3634.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74644/stat : 74644 (fscip) R 74632 74635 71494 0 -1 4194368 1872014 0 0 0 360128 3297 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74645] ppid=74632 vsize=12899372 memory=2316 CPUtime=3528.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74645/stat : 74645 (fscip) R 74632 74635 71494 0 -1 4194368 18309 0 0 0 331927 20905 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74646] ppid=74632 vsize=12899372 memory=5512 CPUtime=3622.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74646/stat : 74646 (fscip) R 74632 74635 71494 0 -1 4194368 1809720 0 0 0 357348 4948 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74647] ppid=74632 vsize=12899372 memory=11347928 CPUtime=3627.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74647/stat : 74647 (fscip) R 74632 74635 71494 0 -1 4194368 1409990 0 0 0 358232 4485 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74648] ppid=74632 vsize=12899372 memory=0 CPUtime=3601.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74648/stat : 74648 (fscip) R 74632 74635 71494 0 -1 4194368 18936 0 0 0 349268 10911 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74649] ppid=74632 vsize=12899372 memory=11392304 CPUtime=3619 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74649/stat : 74649 (fscip) R 74632 74635 71494 0 -1 1077936192 2546092 0 0 0 356123 5777 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74650] ppid=74632 vsize=12899372 memory=353185 CPUtime=3635.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74650/stat : 74650 (fscip) R 74632 74635 71494 0 -1 4194368 1161468 0 0 0 360523 3015 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74651] ppid=74632 vsize=12899372 memory=641315926853444 CPUtime=3524.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74651/stat : 74651 (fscip) R 74632 74635 71494 0 -1 1077936192 18569 0 0 0 329952 22519 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74652] ppid=74632 vsize=12899372 memory=11421112 CPUtime=3619.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74652/stat : 74652 (fscip) R 74632 74635 71494 0 -1 4194368 4657859 0 0 0 356290 5693 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74653] ppid=74632 vsize=12899372 memory=6632 CPUtime=3631.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74653/stat : 74653 (fscip) R 74632 74635 71494 0 -1 4194368 2417051 0 0 0 359454 3699 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74654] ppid=74632 vsize=12899372 memory=641178487899940 CPUtime=3517.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74654/stat : 74654 (fscip) R 74632 74635 71494 0 -1 4194368 18084 0 0 0 328759 23009 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74655] ppid=74632 vsize=12899372 memory=0 CPUtime=3627.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74655/stat : 74655 (fscip) R 74632 74635 71494 0 -1 4194368 895362 0 0 0 358668 4087 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74656] ppid=74632 vsize=12899372 memory=25333125866717268 CPUtime=3630.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74656/stat : 74656 (fscip) R 74632 74635 71494 0 -1 4194368 1351283 0 0 0 359243 3810 0 0 20 0 41 0 12066803 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74657] ppid=74632 vsize=12899372 memory=15776 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74657/stat : 74657 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74658] ppid=74632 vsize=12899372 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74658/stat : 74658 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74659] ppid=74632 vsize=12899372 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74659/stat : 74659 (fscip) S 74632 74635 71494 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74660] ppid=74632 vsize=12899372 memory=62148 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74660/stat : 74660 (fscip) S 74632 74635 71494 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74661] ppid=74632 vsize=12899372 memory=11277292 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74661/stat : 74661 (fscip) S 74632 74635 71494 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74662] ppid=74632 vsize=12899372 memory=11258180 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74662/stat : 74662 (fscip) S 74632 74635 71494 0 -1 1077936192 63 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74663] ppid=74632 vsize=12899372 memory=6632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74663/stat : 74663 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74664] ppid=74632 vsize=12899372 memory=11440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74664/stat : 74664 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74665] ppid=74632 vsize=12899372 memory=11395536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74665/stat : 74665 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74666] ppid=74632 vsize=12899372 memory=7620 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74666/stat : 74666 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74667] ppid=74632 vsize=12899372 memory=30399726987509844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74667/stat : 74667 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74668] ppid=74632 vsize=12899372 memory=6935650355304751168 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74668/stat : 74668 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74669] ppid=74632 vsize=12899372 memory=15664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74669/stat : 74669 (fscip) S 74632 74635 71494 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74670] ppid=74632 vsize=12899372 memory=10544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74670/stat : 74670 (fscip) S 74632 74635 71494 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74671] ppid=74632 vsize=12899372 memory=11440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74671/stat : 74671 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74672] ppid=74632 vsize=12899372 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74672/stat : 74672 (fscip) S 74632 74635 71494 0 -1 1077936192 136 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74673] ppid=74632 vsize=12899372 memory=10544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74673/stat : 74673 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74674] ppid=74632 vsize=12899372 memory=5512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74674/stat : 74674 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74675] ppid=74632 vsize=12899372 memory=11440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74675/stat : 74675 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
[pid=74635/tid=74676] ppid=74632 vsize=12899372 memory=15664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74635/task/74676/stat : 74676 (fscip) S 74632 74635 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12066807 13208956928 2858532 809668444160 4194304 16623229 140724188386112 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 56090624 140724188390410 140724188390528 140724188390528 140724188397552 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 12899372 KiB
Current children cumulated memory: 11434128 KiB

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

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

# cumulated CPU time of all completed processes:  user=70151.6 s, system=1849.27 s

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

[startup+3679.61 s]*
/proc/loadavg: 79.86 79.98 79.44 62/985 76902
/proc/meminfo: memFree=742540972/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3679.8 s]
/proc/loadavg: 79.86 79.98 79.44 62/985 76902
/proc/meminfo: memFree=742540972/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): 3679.88
CPU time (s): 72000.9
CPU user time (s): 70151.6
CPU system time (s): 1849.27
CPU usage (%): 1956.61
Max. virtual memory (cumulated for all children) (KiB): 12899372
Max. memory (cumulated for all children) (KiB): 11434128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70151.6
system time used= 1849.27
maximum resident set size= 11434408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28997210
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= 91261152
involuntary context switches= 124156


# summary of solver processes directly reported to runsolver:
#   pid: 74635
#   total CPU time (s): 72000.9
#   total CPU user time (s): 70151.6
#   total CPU system time (s): 1849.27

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.8546 second user time and 82.6566 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 21:40:37
IDJOB=4465555
IDBENCH=148104
IDSOLVER=3094
FILE ID=nodeD105/4465555-1722454837
RUNJOBID= nodeD105-1722454451-71506
SLURM_JOB_ID= 8254239
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww5.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-4465555-1722454837/watcher-4465555-1722454837 -o /tmp/evaluation-result-4465555-1722454837/solver-4465555-1722454837 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71506 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465555-1722454837.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=241173348

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        784551776 kB
MemAvailable:   783341528 kB
Buffers:          158312 kB
Cached:          1991416 kB
SwapCached:            0 kB
Active:           314588 kB
Inactive:        3511892 kB
Active(anon):       2168 kB
Inactive(anon):  1697112 kB
Active(file):     312420 kB
Inactive(file):  1814780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28668 kB
Writeback:            12 kB
AnonPages:       1677964 kB
Mapped:           126768 kB
Shmem:             22536 kB
KReclaimable:     164508 kB
Slab:             506440 kB
SReclaimable:     164508 kB
SUnreclaim:       341932 kB
KernelStack:       16864 kB
PageTables:        13416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1276664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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:      522240 kB
DirectMap2M:    60792832 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-07-31 22:41:57