Trace number 4465719

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.8 3637.86

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
MD5SUM42530f8fa6d5232445304732efe45d63
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.123422
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints640
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)638
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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 = 24424448, getVmSize() = 24424448, SCIPgetMemUsed() = 2311349, SCIPgetMemTotal() = 2823893, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 16482694, getVmSize() = 30715904, SCIPgetMemUsed() = 5276355, SCIPgetMemTotal() = 8102355, SCIPgetMemExternEstim() = 1048576
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465719-1722558396
0.00/0.01	c   Variables        : 481 (481 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 640
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 480 (480 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 240
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 240 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.06	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.06	c                                Nodes    Active                                            
0.00/0.06	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.67/5.12	c         5          93433          66        20                -           0.0000          -
198.19/10.15	c        10         211905         108        20                -           0.0000          -
298.20/15.21	c        15         280852          72        20                -           0.0000          -
396.93/20.26	c        20         493847          81        20                -           0.0000          -
497.61/25.31	c        25         700641         113        20                -           0.0000          -
596.26/30.36	c        30         869105         109        20                -           0.0000          -
696.46/35.40	c        35         914793          81        20                -           0.0000          -
794.77/40.45	c        40        1054434          76        20                -           0.0000          -
895.44/45.51	c        46        1356588         105        20                -           0.0000          -
994.15/50.56	c        51        1336708          80        20                -           0.0000          -
1094.65/55.60	c        56        1474552          82        20                -           0.0000          -
1193.16/60.65	c        61        1172311          65        20                -           0.0000          -
1291.95/65.70	c        66        1751379          78        20                -           0.0000          -
1392.50/70.75	c        71        1887738          81        20                -           0.0000          -
1491.31/75.80	c        76        1528022          59        20                -           0.0000          -
1591.66/80.85	c        81        2153850          83        20                -           0.0000          -
1692.41/85.90	c        86        1785935          94        20                -           0.0000          -
1790.94/90.95	c        91        2421114          77        20                -           0.0000          -
1889.47/95.99	c        96        2069378          97        20                -           0.0000          -
1990.50/101.04	c       101        2210829          95        20                -           0.0000          -
2088.99/106.09	c       106        2354323          95        20                -           0.0000          -
2189.51/111.15	c       111        3562541         107        20                -           0.0000          -
2289.54/116.20	c       116        2643167          92        20                -           0.0000          -
2388.14/121.25	c       121        2785030          96        20                -           0.0000          -
2486.75/126.30	c       126        4074367         105        20                -           0.0000          -
2587.44/131.35	c       131        3461007          76        20                -           0.0000          -
2686.17/136.39	c       136        3590132          77        20                -           0.0000          -
2786.79/141.45	c       141        4495681         108        20                -           0.0000          -
2885.64/146.47	c       146        3845669          74        20                -           0.0000          -
2986.38/151.51	c       152        4762067         106        20                -           0.0000          -
3085.24/156.54	c       157        4092950          75        20                -           0.0000          -
3183.86/161.59	c       162        4216879          76        20                -           0.0000          -
3284.69/166.67	c       167        5118293         105        20                -           0.0000          -
3385.41/171.75	c       172        4455137          70        20                -           0.0000          -
3484.23/176.79	c       177        4573860          77        20                -           0.0000          -
3584.93/181.84	c       182        4686673          70        20                -           0.0000          -
3683.76/186.89	c       187        4802277          74        20                -           0.0000          -
3784.56/191.91	c       192        4909313          78        20                -           0.0000          -
3883.19/196.97	c       197        5852278         113        20                -           0.0000          -
3984.34/202.04	c       202        5131582          71        20                -           0.0000          -
4083.20/207.10	c       207        6196119         106        20                -           0.0000          -
4183.62/212.14	c       212        5332330          73        20                -           0.0000          -
4282.28/217.20	c       217        6514444         105        20                -           0.0000          -
4382.60/222.25	c       222        6676598         107        20                -           0.0000          -
4483.26/227.30	c       227        6835646         107        20                -           0.0000          -
4582.24/232.34	c       232        6986745         106        20                -           0.0000          -
4680.93/237.39	c       237        5823420          73        20                -           0.0000          -
4781.81/242.44	c       242        5919021          72        20                -           0.0000          -
4880.63/247.49	c       248        7363996         112        20                -           0.0000          -
4981.52/252.54	c       253        7516581         103        20                -           0.0000          -
5080.37/257.58	c       258         187056       58030        20                -           0.0000          -
5181.25/262.64	c       263        7797794         104        20                -           0.0000          -
5280.08/267.69	c       268        7949609         107        20                -           0.0000          -
5380.96/272.74	c       273        8101731         107        20                -           0.0000          -
5479.65/277.78	c       278        7241398          98        20                -           0.0000          -
5580.33/282.82	c       283        6661151          74        20                -           0.0000          -
5679.23/287.88	c       288        6752644          69        20                -           0.0000          -
5780.02/292.94	c       293        7681033          96        20                -           0.0000          -
5878.91/297.99	c       298        7820146          97        20                -           0.0000          -
5980.31/303.03	c       303        7040565          72        20                -           0.0000          -
6079.43/308.08	c       308        8098079         100        20                -           0.0000          -
6180.11/313.14	c       313        8244545          96        20                -           0.0000          -
6279.18/318.16	c       318        7337441          66        20                -           0.0000          -
6379.33/323.24	c       323        9533818         105        20                -           0.0000          -
6478.17/328.29	c       328        8688433         100        20                -           0.0000          -
6578.98/333.33	c       333        7654712          70        20                -           0.0000          -
6677.63/338.39	c       338        8985366          95        20                -           0.0000          -
6778.59/343.44	c       343        9132759          96        20                -           0.0000          -
6877.36/348.49	c       348        9281073          92        20                -           0.0000          -
6978.22/353.54	c       354       10339170         102        20                -           0.0000          -
7077.29/358.59	c       359        9577528          95        20                -           0.0000          -
7177.94/363.64	c       364       10638198         100        20                -           0.0000          -
7276.70/368.65	c       369        8406609          67        20                -           0.0000          -
7377.52/373.73	c       374        8514372          68        20                -           0.0000          -
7476.51/378.78	c       379       10155490          95        20                -           0.0000          -
7577.43/383.83	c       384       11244452         104        20                -           0.0000          -
7676.35/388.89	c       389       11397053          98        20                -           0.0000          -
7777.23/393.94	c       394       10602919          96        20                -           0.0000          -
7876.14/398.99	c       399       10750722          91        20                -           0.0000          -
7977.35/404.03	c       404       10899286          93        20                -           0.0000          -
8076.13/409.08	c       409       12080580         116        20                -           0.0000          -
8177.09/414.14	c       414       12252389         111        20                -           0.0000          -
8276.33/419.18	c       419       11336446          93        20                -           0.0000          -
8376.47/424.21	c       424        9503401          71        20                -           0.0000          -
8475.38/429.28	c       429       12770866         113        20                -           0.0000          -
8576.24/434.34	c       434       12941116         109        20                -           0.0000          -
8675.00/439.38	c       439        9797379          69        20                -           0.0000          -
8775.72/444.44	c       444       12082515          92        20                -           0.0000          -
8874.45/449.49	c       449       12231910          91        20                -           0.0000          -
8975.37/454.52	c       455       10101061          67        20                -           0.0000          -
9074.23/459.59	c       460         290042       91776        20                -           0.0000          -
9174.76/464.64	c       465         293513       92629        20                -           0.0000          -
9273.55/469.69	c       470       12828029         100        20                -           0.0000          -
9374.42/474.71	c       475       10552641          72        20                -           0.0000          -
9473.33/479.79	c       480       14482932         113        20                -           0.0000          -
9574.29/484.84	c       485       14657323         110        20                -           0.0000          -
9672.92/489.89	c       490       14831165         110        20                -           0.0000          -
9773.87/494.94	c       495       15005502         113        20                -           0.0000          -
9872.62/499.98	c       500       13721531          92        20                -           0.0000          -
9973.77/505.03	c       505       15351461         110        20                -           0.0000          -
10072.55/510.08	c       510       15521145         108        20                -           0.0000          -
10171.31/515.09	c       515       11585743          72        20                -           0.0000          -
10272.32/520.14	c       520       11706946          69        20                -           0.0000          -
10372.62/525.22	c       525       11841378          73        20                -           0.0000          -
10471.71/530.28	c       530       11969759          72        20                -           0.0000          -
10572.60/535.34	c       535       14768379          98        20                -           0.0000          -
10671.40/540.39	c       540       12227995          70        20                -           0.0000          -
10772.30/545.44	c       545       12336270          73        20                -           0.0000          -
10871.16/550.49	c       550       12442432          67        20                -           0.0000          -
10971.92/555.53	c       556       15366285          96        20                -           0.0000          -
11070.84/560.59	c       561       12692970          69        20                -           0.0000          -
11171.54/565.62	c       566       12815404          71        20                -           0.0000          -
11270.65/570.69	c       571       17608448         111        20                -           0.0000          -
11371.26/575.74	c       576       15953839          94        20                -           0.0000          -
11469.96/580.75	c       581       13173841          68        20                -           0.0000          -
11570.97/585.84	c       586       18131006         113        20                -           0.0000          -
11669.49/590.89	c       591       13417195          74        20                -           0.0000          -
11770.46/595.94	c       596       18476125         108        20                -           0.0000          -
11869.37/600.99	c       601       13655598          71        20                -           0.0000          -
11970.72/606.03	c       606       16846972          93        20                -           0.0000          -
12069.76/611.08	c       611       16997685          92        20                -           0.0000          -
12170.52/616.13	c       616       19171957         110        20                -           0.0000          -
12269.23/621.19	c       621       19346765         110        20                -           0.0000          -
12369.63/626.24	c       626       19523237         110        20                -           0.0000          -
12468.66/631.26	c       631       17594377          94        20                -           0.0000          -
12567.67/636.27	c       636       17744784          95        20                -           0.0000          -
12668.33/641.31	c       641       17894106          95        20                -           0.0000          -
12767.53/646.37	c       646       20221887         112        20                -           0.0000          -
12868.16/651.45	c       651       18194412          97        20                -           0.0000          -
12969.01/656.54	c       657       20575868         109        20                -           0.0000          -
13067.61/661.58	c       662       18492957          94        20                -           0.0000          -
13168.61/666.64	c       667       20931026         109        20                -           0.0000          -
13267.60/671.69	c       672       21109488         109        20                -           0.0000          -
13368.42/676.74	c       677         390150      125274        20                -           0.0000          -
13467.38/681.79	c       682         392114      125878        20                -           0.0000          -
13568.33/686.83	c       687       21634654         111        20                -           0.0000          -
13667.13/691.89	c       692       21811199         108        20                -           0.0000          -
13765.95/696.90	c       697       19534971          92        20                -           0.0000          -
13866.88/701.99	c       702       22165690         111        20                -           0.0000          -
13968.36/707.04	c       707       19834558          93        20                -           0.0000          -
14067.05/712.08	c       712       22519088         113        20                -           0.0000          -
14167.97/717.14	c       717       22692734         111        20                -           0.0000          -
14267.07/722.19	c       722       22870275         108        20                -           0.0000          -
14367.28/727.24	c       727       23045658         111        20                -           0.0000          -
14465.98/732.29	c       732       23220503         106        20                -           0.0000          -
14566.76/737.34	c       737       23397604         113        20                -           0.0000          -
14665.67/742.36	c       742       23572066         111        20                -           0.0000          -
14766.76/747.43	c       747       23750362         113        20                -           0.0000          -
14865.81/752.46	c       752       23929324         109        20                -           0.0000          -
14966.58/757.53	c       758       24105441         114        20                -           0.0000          -
15065.55/762.59	c       763       21471807          92        20                -           0.0000          -
15166.57/767.64	c       768       24456525         112        20                -           0.0000          -
15265.46/772.69	c       773       24631844         111        20                -           0.0000          -
15366.30/777.74	c       778       21921971          96        20                -           0.0000          -
15465.20/782.77	c       783       24985280         109        20                -           0.0000          -
15566.29/787.81	c       788       22222188          91        20                -           0.0000          -
15665.24/792.86	c       793       25329731         110        20                -           0.0000          -
15766.13/797.91	c       798       22514478          89        20                -           0.0000          -
15865.29/802.96	c       803       25685440         113        20                -           0.0000          -
15964.19/808.00	c       808       25862498         111        20                -           0.0000          -
16065.62/813.07	c       813       22963990          89        20                -           0.0000          -
16164.51/818.11	c       818         439823      140832        20                -           0.0000          -
16263.49/823.13	c       823       26393228         111        20                -           0.0000          -
16365.90/828.24	c       828       26571334         103        20                -           0.0000          -
16465.03/833.29	c       833       23567609          90        20                -           0.0000          -
16565.94/838.33	c       838       23718312          93        20                -           0.0000          -
16665.16/843.39	c       843       23868323          94        20                -           0.0000          -
16765.98/848.44	c       848       27280328         113        20                -           0.0000          -
16864.93/853.49	c       853       27458452         109        20                -           0.0000          -
16965.79/858.54	c       859       27636989         110        20                -           0.0000          -
17064.89/863.59	c       864       24469905          92        20                -           0.0000          -
17165.91/868.64	c       869       24619795          94        20                -           0.0000          -
17264.84/873.69	c       874       28175547         112        20                -           0.0000          -
17365.97/878.71	c       879       28355532         115        20                -           0.0000          -
17464.99/883.79	c       884       25061814          89        20                -           0.0000          -
17565.69/888.84	c       889       28706174         115        20                -           0.0000          -
17664.47/893.89	c       894       28885102         109        20                -           0.0000          -
17765.34/898.94	c       899       29062800         109        20                -           0.0000          -
17864.16/903.99	c       904       29242730         117        20                -           0.0000          -
17965.60/909.04	c       909       29422564         115        20                -           0.0000          -
18064.57/914.09	c       914       29602509         116        20                -           0.0000          -
18163.42/919.10	c       919       26107886          93        20                -           0.0000          -
18262.57/924.12	c       924       29955947         114        20                -           0.0000          -
18364.74/929.20	c       929       26402241          88        20                -           0.0000          -
18463.62/934.29	c       934       30308790         115        20                -           0.0000          -
18562.51/939.30	c       939       26697957          90        20                -           0.0000          -
18663.53/944.39	c       944       30662478         113        20                -           0.0000          -
18764.39/949.44	c       949       26988696          95        20                -           0.0000          -
18863.35/954.49	c       954       27137582          95        20                -           0.0000          -
18964.41/959.54	c       960       31195568         115        20                -           0.0000          -
19063.28/964.59	c       965       31372780         115        20                -           0.0000          -
19163.97/969.64	c       970       27583374          93        20                -           0.0000          -
19262.68/974.69	c       975       31725090         117        20                -           0.0000          -
19361.72/979.70	c       980       27879200          91        20                -           0.0000          -
19462.61/984.75	c       985       28024052          93        20                -           0.0000          -
19563.64/989.84	c       990       32259813         116        20                -           0.0000          -
19662.49/994.88	c       995       28320251          94        20                -           0.0000          -
19763.53/999.94	c      1000       28461189          92        20                -           0.0000          -
19862.36/1004.99	c      1005       32788625         116        20                -           0.0000          -
19961.23/1010.01	c      1010       28757685          90        20                -           0.0000          -
20062.81/1015.09	c      1015       33145212         111        20                -           0.0000          -
20163.86/1020.14	c      1020       33321550         113        20                -           0.0000          -
20263.04/1025.18	c      1025       33497880         113        20                -           0.0000          -
20363.44/1030.23	c      1030       29357542          93        20                -           0.0000          -
20462.61/1035.28	c      1035       29503442          91        20                -           0.0000          -
20563.64/1040.31	c      1040       34035248         113        20                -           0.0000          -
20662.73/1045.38	c      1045         507149      163189        20                -           0.0000          -
20763.75/1050.43	c      1050       34394490         111        20                -           0.0000          -
20862.84/1055.47	c      1055       34573723         112        20                -           0.0000          -
20963.52/1060.52	c      1061       30254479          96        20                -           0.0000          -
21062.48/1065.57	c      1066       30407765          96        20                -           0.0000          -
21163.53/1070.63	c      1071       30558733          92        20                -           0.0000          -
21262.45/1075.68	c      1076       30710357          94        20                -           0.0000          -
21363.45/1080.73	c      1081       35468820         113        20                -           0.0000          -
21462.34/1085.78	c      1086       35643417         110        20                -           0.0000          -
21563.36/1090.81	c      1091       35817639         110        20                -           0.0000          -
21662.45/1095.87	c      1096       35997450         115        20                -           0.0000          -
21763.39/1100.93	c      1101       31464560          92        20                -           0.0000          -
21862.48/1105.98	c      1106       31610866          88        20                -           0.0000          -
21963.62/1111.03	c      1111       31761006          94        20                -           0.0000          -
22062.59/1116.08	c      1116       31907121          89        20                -           0.0000          -
22161.48/1121.13	c      1121       32056016          96        20                -           0.0000          -
22262.38/1126.18	c      1126       32206290          88        20                -           0.0000          -
22362.90/1131.23	c      1131       32354636          88        20                -           0.0000          -
22461.59/1136.26	c      1136       32500748          92        20                -           0.0000          -
22562.33/1141.31	c      1141       32650110          92        20                -           0.0000          -
22661.36/1146.36	c      1146       32795329          87        20                -           0.0000          -
22762.13/1151.41	c      1151       32943801          90        20                -           0.0000          -
22861.10/1156.45	c      1156       33087214          95        20                -           0.0000          -
22962.09/1161.53	c      1162       33235705          92        20                -           0.0000          -
23061.23/1166.58	c      1167       33384337          92        20                -           0.0000          -
23162.12/1171.63	c      1172       33531745          92        20                -           0.0000          -
23261.23/1176.68	c      1177       33674734          87        20                -           0.0000          -
23362.16/1181.73	c      1182       33813472          87        20                -           0.0000          -
23461.14/1186.75	c      1187       33955253          94        20                -           0.0000          -
23560.07/1191.75	c      1192       34101884          93        20                -           0.0000          -
23660.95/1196.80	c      1197       34243056          88        20                -           0.0000          -
23759.83/1201.85	c      1202       34389494          89        20                -           0.0000          -
23860.78/1206.94	c      1207       34534122          93        20                -           0.0000          -
23959.86/1212.03	c      1212         561034      180279        20                -           0.0000          -
24061.54/1217.07	c      1217       34830809          91        20                -           0.0000          -
24160.42/1222.13	c      1222       34981044          95        20                -           0.0000          -
24261.54/1227.18	c      1227       35131967          91        20                -           0.0000          -
24361.73/1232.22	c      1232       35275432          90        20                -           0.0000          -
24460.64/1237.28	c      1237       35420208          89        20                -           0.0000          -
24559.74/1242.29	c      1242       35566358          89        20                -           0.0000          -
24660.83/1247.38	c      1247       35704739          92        20                -           0.0000          -
24761.81/1252.43	c      1252       35840738          89        20                -           0.0000          -
24860.88/1257.48	c      1257       35981631          99        20                -           0.0000          -
24961.90/1262.51	c      1263       36126382          96        20                -           0.0000          -
25061.12/1267.54	c      1268       36276107          95        20                -           0.0000          -
25162.08/1272.61	c      1273       36427208          94        20                -           0.0000          -
25260.99/1277.68	c      1278       36577695          97        20                -           0.0000          -
25362.08/1282.73	c      1283       36728931          97        20                -           0.0000          -
25461.05/1287.78	c      1288       36879907          95        20                -           0.0000          -
25561.99/1292.83	c      1293       37026421          91        20                -           0.0000          -
25661.19/1297.85	c      1298       37177924          96        20                -           0.0000          -
25759.92/1302.87	c      1303       37328276          94        20                -           0.0000          -
25861.10/1307.96	c      1308       37478115          99        20                -           0.0000          -
25962.73/1313.03	c      1313       43658695         112        20                -           0.0000          -
26061.69/1318.07	c      1318       37781537          93        20                -           0.0000          -
26162.59/1323.13	c      1323       37933631          97        20                -           0.0000          -
26261.65/1328.18	c      1328       38085075          97        20                -           0.0000          -
26361.77/1333.24	c      1333       44365529         116        20                -           0.0000          -
26460.93/1338.28	c      1338       38379146          97        20                -           0.0000          -
26561.88/1343.34	c      1343       38524365          94        20                -           0.0000          -
26660.95/1348.39	c      1348       29391328          73        20                -           0.0000          -
26761.67/1353.43	c      1353       38825737          98        20                -           0.0000          -
26860.64/1358.48	c      1358       38976934          91        20                -           0.0000          -
26961.70/1363.54	c      1364       39127968          95        20                -           0.0000          -
27060.93/1368.59	c      1369       39276463          96        20                -           0.0000          -
27161.82/1373.64	c      1374       39428405          94        20                -           0.0000          -
27260.84/1378.69	c      1379       45956896         109        20                -           0.0000          -
27361.95/1383.74	c      1384       46134250         111        20                -           0.0000          -
27460.84/1388.78	c      1389       46311454         111        20                -           0.0000          -
27561.74/1393.83	c      1394       46487120         109        20                -           0.0000          -
27660.92/1398.86	c      1399       40175180          99        20                -           0.0000          -
27761.81/1403.93	c      1404       46841534         111        20                -           0.0000          -
27860.44/1408.99	c      1409       40476367          98        20                -           0.0000          -
27962.00/1414.03	c      1414       47197618         115        20                -           0.0000          -
28060.89/1419.09	c      1419       40779647          96        20                -           0.0000          -
28160.11/1424.14	c      1424       40930669          90        20                -           0.0000          -
28260.95/1429.19	c      1429       41081877          90        20                -           0.0000          -
28361.49/1434.23	c      1434       41231657          94        20                -           0.0000          -
28460.47/1439.28	c      1439       41381437          98        20                -           0.0000          -
28561.50/1444.33	c      1444       48272340         115        20                -           0.0000          -
28660.50/1449.38	c      1449       48451879         112        20                -           0.0000          -
28761.50/1454.43	c      1454       41833773          92        20                -           0.0000          -
28860.72/1459.49	c      1459       41980923          94        20                -           0.0000          -
28961.72/1464.53	c      1465       42128177          94        20                -           0.0000          -
29060.78/1469.59	c      1470       42277229          90        20                -           0.0000          -
29161.95/1474.60	c      1475       42428903          94        20                -           0.0000          -
29260.83/1479.64	c      1480       42580984          93        20                -           0.0000          -
29361.95/1484.71	c      1485       42732064          93        20                -           0.0000          -
29460.84/1489.76	c      1490       42883341          92        20                -           0.0000          -
29561.77/1494.82	c      1495       43035130          89        20                -           0.0000          -
29660.76/1499.87	c      1500       43185833          90        20                -           0.0000          -
29761.86/1504.92	c      1505       43335106          87        20                -           0.0000          -
29860.90/1509.99	c      1510       43485395          91        20                -           0.0000          -
29962.21/1515.03	c      1515       43635219          91        20                -           0.0000          -
30061.03/1520.09	c      1520       43783795          87        20                -           0.0000          -
30160.28/1525.14	c      1525       43934008          96        20                -           0.0000          -
30261.11/1530.18	c      1530       44084435          93        20                -           0.0000          -
30361.52/1535.24	c      1535       51486150         107        20                -           0.0000          -
30460.33/1540.29	c      1540       44387005          91        20                -           0.0000          -
30561.29/1545.34	c      1545       51841860         111        20                -           0.0000          -
30660.25/1550.37	c      1550       44677240          88        20                -           0.0000          -
30759.34/1555.38	c      1555       44828979          93        20                -           0.0000          -
30860.47/1560.41	c      1560       44979869          93        20                -           0.0000          -
30959.57/1565.46	c      1565       45133010          92        20                -           0.0000          -
31060.61/1570.51	c      1571       45284392          90        20                -           0.0000          -
31159.74/1575.56	c      1576       45434690          87        20                -           0.0000          -
31260.65/1580.61	c      1581       45586830          89        20                -           0.0000          -
31359.73/1585.66	c      1586       45735060          91        20                -           0.0000          -
31458.67/1590.67	c      1591       45887613          88        20                -           0.0000          -
31559.84/1595.76	c      1596         652550      253948        20                -           0.0000          -
31660.79/1600.81	c      1601         654197      254681        20                -           0.0000          -
31759.98/1605.87	c      1606       46321888          91        20                -           0.0000          -
31860.94/1610.92	c      1611       46468287          88        20                -           0.0000          -
31959.77/1615.97	c      1616       46617154          89        20                -           0.0000          -
32058.85/1621.02	c      1621       46765066          89        20                -           0.0000          -
32160.34/1626.07	c      1626       46913439          92        20                -           0.0000          -
32261.37/1631.13	c      1631       47061164          93        20                -           0.0000          -
32360.47/1636.18	c      1636       47209791          94        20                -           0.0000          -
32460.89/1641.24	c      1641       47363110          91        20                -           0.0000          -
32559.93/1646.29	c      1646       47515349          90        20                -           0.0000          -
32659.01/1651.30	c      1651       47668317          90        20                -           0.0000          -
32760.07/1656.39	c      1656       47820735          92        20                -           0.0000          -
32861.02/1661.44	c      1661       47967051          90        20                -           0.0000          -
32960.33/1666.49	c      1666       48120392          89        20                -           0.0000          -
33059.07/1671.50	c      1672       48272893          88        20                -           0.0000          -
33162.18/1676.60	c      1677       48425600          93        20                -           0.0000          -
33261.22/1681.65	c      1682       48578208          91        20                -           0.0000          -
33360.28/1686.70	c      1687       48731368          89        20                -           0.0000          -
33461.12/1691.74	c      1692       48884362          93        20                -           0.0000          -
33560.27/1696.80	c      1697       49037836          91        20                -           0.0000          -
33661.24/1701.85	c      1702       49188946          97        20                -           0.0000          -
33762.26/1706.90	c      1707       49340455          90        20                -           0.0000          -
33861.39/1711.95	c      1712         681147      272635        20                -           0.0000          -
33960.32/1716.96	c      1717       49643035          94        20                -           0.0000          -
34059.46/1722.02	c      1722       49795964          91        20                -           0.0000          -
34160.32/1727.11	c      1727       49944756          93        20                -           0.0000          -
34261.28/1732.16	c      1732       50096687          92        20                -           0.0000          -
34361.68/1737.21	c      1737       50247214          93        20                -           0.0000          -
34460.74/1742.26	c      1742       50399007          88        20                -           0.0000          -
34559.81/1747.27	c      1747       50549937          92        20                -           0.0000          -
34660.75/1752.34	c      1752       50700570          93        20                -           0.0000          -
34759.81/1757.38	c      1757       50854233          90        20                -           0.0000          -
34860.85/1762.46	c      1762       51008012          89        20                -           0.0000          -
34961.90/1767.51	c      1768       51159528          89        20                -           0.0000          -
35060.71/1772.56	c      1773       51309299          90        20                -           0.0000          -
35161.58/1777.61	c      1778       51460186          91        20                -           0.0000          -
35260.56/1782.66	c      1783       51612094          93        20                -           0.0000          -
35359.58/1787.69	c      1788       51763466          89        20                -           0.0000          -
35460.68/1792.76	c      1793         699307      285824        20                -           0.0000          -
35561.79/1797.81	c      1798         700644      286964        20                -           0.0000          -
35660.89/1802.87	c      1803       52213108          91        20                -           0.0000          -
35761.82/1807.92	c      1808       52362150          87        20                -           0.0000          -
35860.76/1812.97	c      1813       52512393          92        20                -           0.0000          -
35959.53/1818.02	c      1818       52663069          90        20                -           0.0000          -
36061.22/1823.05	c      1823       52811566          89        20                -           0.0000          -
36160.41/1828.12	c      1828       52961191          86        20                -           0.0000          -
36261.38/1833.18	c      1833       53109146          89        20                -           0.0000          -
36361.70/1838.23	c      1838       53255854          89        20                -           0.0000          -
36460.63/1843.28	c      1843       53402252          85        20                -           0.0000          -
36561.73/1848.34	c      1848       53551823          88        20                -           0.0000          -
36660.72/1853.39	c      1853       62635682         115        20                -           0.0000          -
36759.42/1858.40	c      1858       53851677          88        20                -           0.0000          -
36860.36/1863.49	c      1863         713915      298061        20                -           0.0000          -
36961.33/1868.51	c      1869       54150767          88        20                -           0.0000          -
37060.36/1873.58	c      1874       54301021          88        20                -           0.0000          -
37161.40/1878.63	c      1879       54450564          87        20                -           0.0000          -
37260.45/1883.64	c      1884       54601488          93        20                -           0.0000          -
37359.43/1888.68	c      1889       54754140          91        20                -           0.0000          -
37460.51/1893.77	c      1894       54906492          92        20                -           0.0000          -
37561.23/1898.84	c      1899       64262797         112        20                -           0.0000          -
37660.41/1903.88	c      1904       64443742         111        20                -           0.0000          -
37761.47/1908.94	c      1909       55363062          92        20                -           0.0000          -
37860.59/1913.99	c      1914       64804917         110        20                -           0.0000          -
37959.60/1919.02	c      1919       55666048          93        20                -           0.0000          -
38060.96/1924.08	c      1924       55818493          90        20                -           0.0000          -
38162.00/1929.14	c      1929       55969856          93        20                -           0.0000          -
38260.83/1934.18	c      1934       56121483          90        20                -           0.0000          -
38359.95/1939.20	c      1939       56270684          91        20                -           0.0000          -
38460.28/1944.22	c      1944       56422061          88        20                -           0.0000          -
38561.10/1949.33	c      1949       56570126          91        20                -           0.0000          -
38659.98/1954.38	c      1954       56720528          91        20                -           0.0000          -
38760.88/1959.43	c      1959       56871706          93        20                -           0.0000          -
38860.06/1964.49	c      1964       57021306          87        20                -           0.0000          -
38960.81/1969.54	c      1970       57168774          89        20                -           0.0000          -
39059.87/1974.58	c      1975       66956486         111        20                -           0.0000          -
39160.80/1979.64	c      1980       57464388          87        20                -           0.0000          -
39259.81/1984.69	c      1985       57613358          93        20                -           0.0000          -
39360.89/1989.72	c      1990       57759109          90        20                -           0.0000          -
39459.74/1994.78	c      1995       57904925          92        20                -           0.0000          -
39560.90/1999.83	c      2000       67841393         108        20                -           0.0000          -
39659.97/2004.88	c      2005       58206986          85        20                -           0.0000          -
39760.86/2009.93	c      2010       68184635         112        20                -           0.0000          -
39859.80/2014.98	c      2015       68364550         107        20                -           0.0000          -
39961.24/2020.03	c      2020       58659207          90        20                -           0.0000          -
40060.21/2025.09	c      2025       58809099          90        20                -           0.0000          -
40161.15/2030.14	c      2030       58957669          90        20                -           0.0000          -
40260.31/2035.19	c      2035       59106667          88        20                -           0.0000          -
40360.87/2040.24	c      2040       59256416          89        20                -           0.0000          -
40459.86/2045.25	c      2045       59403949          90        20                -           0.0000          -
40560.79/2050.34	c      2050       59548843          86        20                -           0.0000          -
40659.67/2055.39	c      2055       59693882          93        20                -           0.0000          -
40760.64/2060.44	c      2060       59844257          92        20                -           0.0000          -
40859.69/2065.46	c      2065       59992852          89        20                -           0.0000          -
40960.68/2070.54	c      2071       70331403         114        20                -           0.0000          -
41059.76/2075.59	c      2076       70510005         108        20                -           0.0000          -
41160.45/2080.64	c      2081         756470      323982        20                -           0.0000          -
41259.55/2085.69	c      2086       60590800          91        20                -           0.0000          -
41360.57/2090.70	c      2091       60737322          91        20                -           0.0000          -
41459.64/2095.77	c      2096       60884926          89        20                -           0.0000          -
41560.52/2100.84	c      2101       61028213          92        20                -           0.0000          -
41659.61/2105.89	c      2106       61173018          91        20                -           0.0000          -
41760.41/2110.94	c      2111       71759955         106        20                -           0.0000          -
41859.43/2115.98	c      2116       43717200          69        20                -           0.0000          -
41958.38/2121.01	c      2121       61606810          87        20                -           0.0000          -
42060.12/2126.09	c      2126       61752753          88        20                -           0.0000          -
42160.90/2131.14	c      2131       61901249          88        20                -           0.0000          -
42259.96/2136.19	c      2136       72631008         107        20                -           0.0000          -
42360.37/2141.23	c      2141       62197479          88        20                -           0.0000          -
42459.53/2146.28	c      2146       62337895          86        20                -           0.0000          -
42560.61/2151.34	c      2151       62480720          89        20                -           0.0000          -
42659.68/2156.39	c      2156       62621169          88        20                -           0.0000          -
42760.48/2161.44	c      2161       62766078          91        20                -           0.0000          -
42859.50/2166.48	c      2166       62913474          85        20                -           0.0000          -
42960.55/2171.52	c      2172         772590      331560        20                -           0.0000          -
43059.62/2176.53	c      2177       63204599          86        20                -           0.0000          -
43158.70/2181.59	c      2182       63351142          93        20                -           0.0000          -
43259.85/2186.63	c      2187       63503254          95        20                -           0.0000          -
43359.04/2191.69	c      2192       63656859          92        20                -           0.0000          -
43460.17/2196.71	c      2197       63810450          93        20                -           0.0000          -
43558.90/2201.74	c      2202       63961405          96        20                -           0.0000          -
43659.90/2206.80	c      2207       64108089          94        20                -           0.0000          -
43758.88/2211.85	c      2212       64261079          92        20                -           0.0000          -
43857.76/2216.90	c      2217       64414062          91        20                -           0.0000          -
43958.73/2221.95	c      2222       64563646          89        20                -           0.0000          -
44057.67/2227.00	c      2227       64711340          95        20                -           0.0000          -
44159.18/2232.05	c      2232       64861552          94        20                -           0.0000          -
44258.19/2237.09	c      2237       65015011          89        20                -           0.0000          -
44357.08/2242.09	c      2242         784571      337176        20                -           0.0000          -
44458.01/2247.12	c      2247       65321796          94        20                -           0.0000          -
44557.15/2252.19	c      2252       65475912          90        20                -           0.0000          -
44657.39/2257.23	c      2257       65628635          87        20                -           0.0000          -
44756.43/2262.29	c      2262       65781667          89        20                -           0.0000          -
44857.58/2267.34	c      2267       65935138          88        20                -           0.0000          -
44956.66/2272.36	c      2272       66088801          95        20                -           0.0000          -
45057.59/2277.45	c      2277       66242672          92        20                -           0.0000          -
45156.71/2282.50	c      2282       66395677          91        20                -           0.0000          -
45257.89/2287.54	c      2288       66549335          93        20                -           0.0000          -
45358.65/2292.61	c      2293       66701934          94        20                -           0.0000          -
45457.81/2297.64	c      2298         792818      339781        20                -           0.0000          -
45558.86/2302.71	c      2303         793731      340135        20                -           0.0000          -
45658.03/2307.76	c      2308         795078      340752        20                -           0.0000          -
45757.24/2312.77	c      2313         796437      341303        20                -           0.0000          -
45858.34/2317.87	c      2318         797779      341836        20                -           0.0000          -
45959.19/2322.92	c      2323       67625079          89        20                -           0.0000          -
46058.31/2327.97	c      2328       67777579          93        20                -           0.0000          -
46157.37/2333.02	c      2333       67930179          89        20                -           0.0000          -
46258.75/2338.07	c      2338       68082761          93        20                -           0.0000          -
46357.79/2343.12	c      2343       68231235          91        20                -           0.0000          -
46459.11/2348.17	c      2348       68384417          91        20                -           0.0000          -
46559.39/2353.22	c      2353       68538201          89        20                -           0.0000          -
46658.50/2358.27	c      2358       68691569          91        20                -           0.0000          -
46759.52/2363.33	c      2363       68845287          93        20                -           0.0000          -
46858.44/2368.36	c      2368       68997927          89        20                -           0.0000          -
46959.66/2373.43	c      2373       69150749          93        20                -           0.0000          -
47058.49/2378.48	c      2378       69304364          86        20                -           0.0000          -
47159.64/2383.55	c      2384       69456189          89        20                -           0.0000          -
47258.60/2388.59	c      2389       69609040          92        20                -           0.0000          -
47359.65/2393.65	c      2394       69760766          90        20                -           0.0000          -
47458.84/2398.66	c      2399       69909699          93        20                -           0.0000          -
47561.72/2403.80	c      2404       70058530          90        20                -           0.0000          -
47660.77/2408.86	c      2409       70211622          90        20                -           0.0000          -
47761.74/2413.94	c      2414       70360534          88        20                -           0.0000          -
47860.67/2418.95	c      2419       70513788          88        20                -           0.0000          -
47962.26/2424.04	c      2424       70667315          89        20                -           0.0000          -
48061.25/2429.09	c      2429       70820628          94        20                -           0.0000          -
48162.36/2434.14	c      2434       70971550          92        20                -           0.0000          -
48261.14/2439.19	c      2439       71120861          89        20                -           0.0000          -
48361.75/2444.24	c      2444       71271781          89        20                -           0.0000          -
48460.75/2449.29	c      2449       71424054          88        20                -           0.0000          -
48561.78/2454.34	c      2454       71576699          91        20                -           0.0000          -
48660.74/2459.39	c      2459         826053      352934        20                -           0.0000          -
48761.74/2464.44	c      2464       71882322          90        20                -           0.0000          -
48860.91/2469.49	c      2469       72034316          92        20                -           0.0000          -
48961.66/2474.54	c      2475       72187148          94        20                -           0.0000          -
49060.70/2479.56	c      2480       72339272          90        20                -           0.0000          -
49159.76/2484.58	c      2485       72491311          95        20                -           0.0000          -
49260.44/2489.61	c      2490        1934264      808546        20                -           0.0000          -
49359.60/2494.68	c      2495       72785741          91        20                -           0.0000          -
49460.74/2499.74	c      2500       72931444          92        20                -           0.0000          -
49559.68/2504.76	c      2505         830753      354998        20                -           0.0000          -
49660.65/2509.81	c      2510        1946092      813702        20                -           0.0000          -
49759.84/2514.88	c      2515        1949061      814993        20                -           0.0000          -
49860.66/2519.95	c      2520       73543565          91        20                -           0.0000          -
49959.78/2525.00	c      2525        1953837      816715        20                -           0.0000          -
50061.24/2530.04	c      2530        1956898      818107        20                -           0.0000          -
50162.28/2535.13	c      2535       74003647          93        20                -           0.0000          -
50261.48/2540.18	c      2540       74157409          87        20                -           0.0000          -
50362.05/2545.24	c      2545       74311460          92        20                -           0.0000          -
50461.12/2550.25	c      2550        1967505      822646        20                -           0.0000          -
50562.25/2555.33	c      2555       74619596          96        20                -           0.0000          -
50661.27/2560.38	c      2560       74773240          88        20                -           0.0000          -
50762.27/2565.43	c      2565       74927400          90        20                -           0.0000          -
50861.52/2570.48	c      2570       75080084          90        20                -           0.0000          -
50962.42/2575.53	c      2576       75233252          94        20                -           0.0000          -
51061.15/2580.58	c      2581       75386654          92        20                -           0.0000          -
51162.15/2585.62	c      2586        1985315      829906        20                -           0.0000          -
51261.32/2590.63	c      2591        1987940      830911        20                -           0.0000          -
51360.54/2595.64	c      2596        1990691      832065        20                -           0.0000          -
51461.63/2600.79	c      2601        1993212      833025        20                -           0.0000          -
51562.58/2605.84	c      2606        1995664      834031        20                -           0.0000          -
51661.68/2610.89	c      2611       76305052          88        20                -           0.0000          -
51762.65/2615.94	c      2616       76451075          93        20                -           0.0000          -
51861.68/2620.99	c      2621        2004094      837301        20                -           0.0000          -
51963.29/2626.04	c      2626       89981400         115        20                -           0.0000          -
52062.17/2631.09	c      2631       76909573          91        20                -           0.0000          -
52163.12/2636.14	c      2636       77062460          88        20                -           0.0000          -
52262.16/2641.18	c      2641       77216584          94        20                -           0.0000          -
52362.74/2646.24	c      2646       77368077          91        20                -           0.0000          -
52463.83/2651.30	c      2651       77513360          92        20                -           0.0000          -
52562.88/2656.35	c      2656       77658139          91        20                -           0.0000          -
52662.02/2661.39	c      2661       91203169         116        20                -           0.0000          -
52762.96/2666.45	c      2666       77958272          94        20                -           0.0000          -
52862.01/2671.49	c      2672       78109860          90        20                -           0.0000          -
52962.95/2676.51	c      2677       78262671          89        20                -           0.0000          -
53061.72/2681.55	c      2682       78415750          92        20                -           0.0000          -
53160.69/2686.60	c      2687       78565493          89        20                -           0.0000          -
53261.71/2691.61	c      2692       78716995          91        20                -           0.0000          -
53360.74/2696.69	c      2697         851675      361058        20                -           0.0000          -
53461.81/2701.79	c      2702       79022837          89        20                -           0.0000          -
53562.92/2706.85	c      2707       79174443          89        20                -           0.0000          -
53661.97/2711.89	c      2712       92857210         111        20                -           0.0000          -
53763.09/2716.94	c      2717       93038014         111        20                -           0.0000          -
53862.16/2721.99	c      2722       79631579          91        20                -           0.0000          -
53963.75/2727.04	c      2727       79785285          89        20                -           0.0000          -
54063.06/2732.09	c      2732       79939110          90        20                -           0.0000          -
54164.31/2737.14	c      2737       80092624          84        20                -           0.0000          -
54262.98/2742.19	c      2742       80244825          89        20                -           0.0000          -
54362.19/2747.20	c      2747       80393961          91        20                -           0.0000          -
54462.65/2752.25	c      2752       80544375          91        20                -           0.0000          -
54563.68/2757.31	c      2757       80697277          89        20                -           0.0000          -
54662.78/2762.36	c      2762       80850870          88        20                -           0.0000          -
54763.61/2767.42	c      2767       80998214          94        20                -           0.0000          -
54862.73/2772.46	c      2772       81145027          87        20                -           0.0000          -
54963.71/2777.52	c      2778       81296410          88        20                -           0.0000          -
55062.81/2782.57	c      2783       81449213          89        20                -           0.0000          -
55163.92/2787.62	c      2788       81601027          89        20                -           0.0000          -
55262.85/2792.69	c      2793       81753130          86        20                -           0.0000          -
55363.72/2797.74	c      2798       81906897          89        20                -           0.0000          -
55462.70/2802.76	c      2803       82060335          87        20                -           0.0000          -
55563.69/2807.82	c      2808       82213935          89        20                -           0.0000          -
55662.86/2812.89	c      2813       82367770          90        20                -           0.0000          -
55763.66/2817.94	c      2818       82520033          87        20                -           0.0000          -
55862.71/2823.00	c      2823       82671210          86        20                -           0.0000          -
55964.04/2828.05	c      2828       82818841          89        20                -           0.0000          -
56063.10/2833.09	c      2833       96899062         115        20                -           0.0000          -
56163.97/2838.14	c      2838       83115308          91        20                -           0.0000          -
56263.20/2843.19	c      2843       83268948          87        20                -           0.0000          -
56363.55/2848.25	c      2848       83418151          90        20                -           0.0000          -
56462.64/2853.29	c      2853       83567843          88        20                -           0.0000          -
56563.45/2858.31	c      2858       83717599          90        20                -           0.0000          -
56662.47/2863.39	c      2863       83868075          86        20                -           0.0000          -
56763.50/2868.45	c      2868       98044427         118        20                -           0.0000          -
56862.59/2873.46	c      2873       84166661          88        20                -           0.0000          -
56963.84/2878.55	c      2879       84312894          91        20                -           0.0000          -
57062.80/2883.59	c      2884       84466112          87        20                -           0.0000          -
57163.64/2888.64	c      2889       84611548          91        20                -           0.0000          -
57262.72/2893.70	c      2894       98671890         117        20                -           0.0000          -
57363.87/2898.75	c      2899       84914485          88        20                -           0.0000          -
57462.90/2903.80	c      2904       85065168          87        20                -           0.0000          -
57564.01/2908.84	c      2909       85215693          94        20                -           0.0000          -
57663.17/2913.90	c      2914       85368917          88        20                -           0.0000          -
57764.24/2918.91	c      2919       85517953          88        20                -           0.0000          -
57863.24/2923.96	c      2924       85664635          86        20                -           0.0000          -
57964.60/2929.04	c      2929       85816001          88        20                -           0.0000          -
58063.65/2934.10	c      2934       85963598          91        20                -           0.0000          -
58164.73/2939.14	c      2939       86110694          89        20                -           0.0000          -
58263.86/2944.19	c      2944      100022980         115        20                -           0.0000          -
58364.29/2949.22	c      2949       86405327          92        20                -           0.0000          -
58463.56/2954.29	c      2954       86554482          95        20                -           0.0000          -
58564.53/2959.34	c      2959       86706514          93        20                -           0.0000          -
58663.61/2964.39	c      2964      100751965         110        20                -           0.0000          -
58764.59/2969.44	c      2969      100934223         114        20                -           0.0000          -
58863.61/2974.49	c      2974      101117004         113        20                -           0.0000          -
58964.63/2979.54	c      2980       87306180          93        20                -           0.0000          -
59063.75/2984.56	c      2985       87453778          89        20                -           0.0000          -
59164.92/2989.63	c      2990       87605057          88        20                -           0.0000          -
59264.12/2994.69	c      2995      101847061         112        20                -           0.0000          -
59365.15/2999.75	c      3000      102029550         113        20                -           0.0000          -
59464.25/3004.80	c      3005       88058827          90        20                -           0.0000          -
59565.29/3009.85	c      3010      102393366         113        20                -           0.0000          -
59664.25/3014.90	c      3015       88360895          94        20                -           0.0000          -
59765.32/3019.95	c      3020       88510603          92        20                -           0.0000          -
59864.49/3024.99	c      3025       88662138          87        20                -           0.0000          -
59963.51/3030.00	c      3030       88810818          91        20                -           0.0000          -
60065.14/3035.06	c      3035       88959158          93        20                -           0.0000          -
60164.16/3040.11	c      3040       89109305          92        20                -           0.0000          -
60264.99/3045.17	c      3045       89258933          90        20                -           0.0000          -
60365.65/3050.22	c      3050       89409512          89        20                -           0.0000          -
60464.78/3055.23	c      3055       89560730          91        20                -           0.0000          -
60563.78/3060.29	c      3060       89710356          89        20                -           0.0000          -
60665.04/3065.39	c      3065       89857552          91        20                -           0.0000          -
60765.78/3070.44	c      3070       90007098          89        20                -           0.0000          -
60865.05/3075.49	c      3075       90156673          90        20                -           0.0000          -
60966.13/3080.52	c      3081       90303674          89        20                -           0.0000          -
61064.91/3085.53	c      3086       90449464          91        20                -           0.0000          -
61164.04/3090.55	c      3091       90598657          86        20                -           0.0000          -
61263.26/3095.60	c      3096       90747500          89        20                -           0.0000          -
61364.24/3100.65	c      3101       90896355          86        20                -           0.0000          -
61463.34/3105.66	c      3106       91046666          85        20                -           0.0000          -
61564.29/3110.75	c      3111       91197875          90        20                -           0.0000          -
61665.31/3115.81	c      3116       91345596          87        20                -           0.0000          -
61764.17/3120.86	c      3121       91492514          89        20                -           0.0000          -
61865.25/3125.91	c      3126       91641283          90        20                -           0.0000          -
61964.27/3130.97	c      3131       91790018          91        20                -           0.0000          -
62063.36/3136.03	c      3136       91932151          92        20                -           0.0000          -
62164.85/3141.08	c      3141         915326      357551        20                -           0.0000          -
62263.97/3146.13	c      3146       92233719          90        20                -           0.0000          -
62364.82/3151.17	c      3151       92383729          92        20                -           0.0000          -
62465.36/3156.23	c      3156       92527062          85        20                -           0.0000          -
62564.50/3161.28	c      3161       92676439          92        20                -           0.0000          -
62665.71/3166.34	c      3166       92825771          92        20                -           0.0000          -
62764.60/3171.39	c      3171       92975828          91        20                -           0.0000          -
62865.50/3176.44	c      3176       93125770          93        20                -           0.0000          -
62964.47/3181.49	c      3181       93277400          91        20                -           0.0000          -
63065.64/3186.54	c      3187       93428179          88        20                -           0.0000          -
63164.74/3191.57	c      3192       93579146          93        20                -           0.0000          -
63265.56/3196.64	c      3197       93725995          86        20                -           0.0000          -
63364.63/3201.65	c      3202       93875097          88        20                -           0.0000          -
63463.85/3206.67	c      3207       94025501          88        20                -           0.0000          -
63564.72/3211.72	c      3212       94172999          92        20                -           0.0000          -
63665.86/3216.81	c      3217       94323546          87        20                -           0.0000          -
63764.76/3221.88	c      3222       94474835          88        20                -           0.0000          -
63865.70/3226.94	c      3227       94622015          84        20                -           0.0000          -
63964.86/3231.96	c      3232       94771356          85        20                -           0.0000          -
64066.60/3237.04	c      3237         928470      358128        20                -           0.0000          -
64165.76/3242.09	c      3242       95073962          89        20                -           0.0000          -
64266.90/3247.14	c      3247       95224363          92        20                -           0.0000          -
64367.28/3252.20	c      3252       95375872          89        20                -           0.0000          -
64466.33/3257.24	c      3257       95525340          87        20                -           0.0000          -
64567.49/3262.31	c      3262       95667043          84        20                -           0.0000          -
64666.55/3267.35	c      3267       95808913          86        20                -           0.0000          -
64767.59/3272.40	c      3272       95954230          87        20                -           0.0000          -
64866.58/3277.45	c      3277       96105894          91        20                -           0.0000          -
64967.71/3282.52	c      3283       96253345          94        20                -           0.0000          -
65066.78/3287.57	c      3288       96406199          90        20                -           0.0000          -
65165.87/3292.59	c      3293       96557789          92        20                -           0.0000          -
65266.93/3297.61	c      3298       96705616          91        20                -           0.0000          -
65365.92/3302.64	c      3303       96849097          94        20                -           0.0000          -
65467.10/3307.74	c      3308       96996829          86        20                -           0.0000          -
65567.95/3312.84	c      3313       97143666          91        20                -           0.0000          -
65667.07/3317.89	c      3318       97296713          88        20                -           0.0000          -
65768.18/3322.94	c      3323       97444676          95        20                -           0.0000          -
65867.04/3327.98	c      3328       97597002          87        20                -           0.0000          -
65968.61/3333.04	c      3333       97747718          91        20                -           0.0000          -
66067.28/3338.09	c      3338       97895708          87        20                -           0.0000          -
66168.38/3343.14	c      3343      114752407         112        20                -           0.0000          -
66267.47/3348.19	c      3348       98194566          85        20                -           0.0000          -
66368.00/3353.24	c      3353       98339195          90        20                -           0.0000          -
66467.15/3358.28	c      3358       98485298          91        20                -           0.0000          -
66568.21/3363.35	c      3363         940391      358743        20                -           0.0000          -
66667.35/3368.40	c      3368      115727497         110        20                -           0.0000          -
66768.41/3373.45	c      3373       98920842          87        20                -           0.0000          -
66867.45/3378.49	c      3378       99068013          86        20                -           0.0000          -
66968.70/3383.54	c      3384       99218482          87        20                -           0.0000          -
67067.61/3388.59	c      3389      116508071         106        20                -           0.0000          -
67168.40/3393.65	c      3394       99511045          88        20                -           0.0000          -
67267.47/3398.70	c      3399       99654410          89        20                -           0.0000          -
67368.65/3403.72	c      3404       99798050          91        20                -           0.0000          -
67467.34/3408.76	c      3409       99938834          85        20                -           0.0000          -
67566.20/3413.78	c      3414      100082329          90        20                -           0.0000          -
67667.27/3418.84	c      3419      100224609          88        20                -           0.0000          -
67766.02/3423.90	c      3424      100367264          87        20                -           0.0000          -
67867.07/3428.99	c      3429      100510838          91        20                -           0.0000          -
67968.57/3434.05	c      3434      100662431          88        20                -           0.0000          -
68067.55/3439.10	c      3439      100809504          87        20                -           0.0000          -
68168.51/3444.14	c      3444      100956143          86        20                -           0.0000          -
68267.52/3449.19	c      3449      101098563          88        20                -           0.0000          -
68367.84/3454.21	c      3454      101243013          88        20                -           0.0000          -
68466.80/3459.27	c      3459      101389217          84        20                -           0.0000          -
68567.68/3464.33	c      3464         948205      358851        20                -           0.0000          -
68666.66/3469.39	c      3469      119655322         111        20                -           0.0000          -
68767.73/3474.44	c      3474      119842130         111        20                -           0.0000          -
68866.84/3479.47	c      3479      101973906          83        20                -           0.0000          -
68965.98/3484.48	c      3484      102120095          88        20                -           0.0000          -
69066.82/3489.58	c      3490      102256923          84        20                -           0.0000          -
69167.88/3494.65	c      3495      102394689          96        20                -           0.0000          -
69267.02/3499.70	c      3500      102539932          91        20                -           0.0000          -
69368.10/3504.75	c      3505      121006543         110        20                -           0.0000          -
69467.45/3509.76	c      3510      102837257          96        20                -           0.0000          -
69568.32/3514.85	c      3515      102987058          89        20                -           0.0000          -
69667.18/3519.89	c      3520      103134457          90        20                -           0.0000          -
69768.19/3524.94	c      3525      103281183          94        20                -           0.0000          -
69866.82/3529.99	c      3530       73481468          92        20                -           0.0000          -
69968.37/3535.03	c      3535      103574071          96        20                -           0.0000          -
70067.27/3540.09	c      3540      103714692          91        20                -           0.0000          -
70168.56/3545.14	c      3545       73777674          90        20                -           0.0000          -
70267.48/3550.19	c      3550       73876013          87        20                -           0.0000          -
70367.91/3555.23	c      3555      104149422          93        20                -           0.0000          -
70466.99/3560.29	c      3560      104300025          88        20                -           0.0000          -
70568.17/3565.34	c      3565      123348359         114        20                -           0.0000          -
70667.09/3570.37	c      3570      104596958          91        20                -           0.0000          -
70768.01/3575.43	c      3575      104744379          90        20                -           0.0000          -
70867.05/3580.48	c      3580      104894897          90        20                -           0.0000          -
70968.19/3585.53	c      3586      105043889          88        20                -           0.0000          -
71067.38/3590.54	c      3591      105196341          90        20                -           0.0000          -
71166.54/3595.60	c      3596        2500324     1054285        20                -           0.0000          -
71267.62/3600.62	c      3601        2502154     1054875        20                -           0.0000          -
71366.71/3605.70	c      3606      105651475          92        20                -           0.0000          -
71467.76/3610.75	c      3611        2507055     1057211        20                -           0.0000          -
71568.83/3615.83	c      3616        2509383     1058205        20                -           0.0000          -
71667.98/3620.89	c      3621      106102068          89        20                -           0.0000          -
71769.02/3625.95	c      3626        2513335     1059749        20                -           0.0000          -
71867.97/3631.00	c      3631        2514964     1060109        20                -           0.0000          -
71969.42/3636.05	c      3636      106543467          90        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 (188323 MiB free)
  memory of node 1: 193494 MiB (190505 MiB free)
  memory of node 2: 193531 MiB (191125 MiB free)
  memory of node 3: 193531 MiB (191427 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-4465719-1722558396/watcher-4465719-1722558396 -o /tmp/evaluation-result-4465719-1722558396/solver-4465719-1722558396 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143948 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465719-1722558396.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=144390, runsolver pid=144387
Current StackSize limit: 8192 KiB


[startup+0.101085 s]*
/proc/loadavg: 29.34 8.39 20.34 72/1021 144431
/proc/meminfo: memFree=779545704/790760804 swapFree=131071996/131071996
[pid=144390] ppid=144387 vsize=1670352 memory=130764 CPUtime=0.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/stat : 144390 (fscip) S 144387 144390 143936 0 -1 1077936128 26597 0 0 0 73 15 0 0 20 0 41 0 22422753 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 17 22 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
/proc/144390/statm: 417588 32691 2966 3035 0 116896 0
[pid=144390/tid=144392] ppid=144387 vsize=1670352 memory=4026532269 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/144390/task/144392/stat : 144392 (fscip) D 144387 144390 143936 0 -1 4194368 1701 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144393] ppid=144387 vsize=1670352 memory=232834466141 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/144390/task/144393/stat : 144393 (fscip) R 144387 144390 143936 0 -1 4194368 1232 0 0 0 2 1 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144394] ppid=144387 vsize=1670352 memory=57415945183745 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144394/stat : 144394 (fscip) R 144387 144390 143936 0 -1 4194368 965 0 0 0 4 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144395] ppid=144387 vsize=1670352 memory=55182595744491 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/144390/task/144395/stat : 144395 (fscip) R 144387 144390 143936 0 -1 4194368 1204 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144396] ppid=144387 vsize=1670352 memory=52992179200983 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/144390/task/144396/stat : 144396 (fscip) R 144387 144390 143936 0 -1 4194368 1236 0 0 0 2 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144397] ppid=144387 vsize=1670352 memory=52983656413671 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144397/stat : 144397 (fscip) R 144387 144390 143936 0 -1 4194368 966 0 0 0 4 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144398] ppid=144387 vsize=1670352 memory=14695192770986219 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/144390/task/144398/stat : 144398 (fscip) R 144387 144390 143936 0 -1 4194368 1190 0 0 0 2 1 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144399] ppid=144387 vsize=1670352 memory=3546929082166180457 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/144390/task/144399/stat : 144399 (fscip) D 144387 144390 143936 0 -1 4194368 1313 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144400] ppid=144387 vsize=1670352 memory=274384 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144400/stat : 144400 (fscip) R 144387 144390 143936 0 -1 4194368 971 0 0 0 5 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144401] ppid=144387 vsize=1670352 memory=346339 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/144390/task/144401/stat : 144401 (fscip) R 144387 144390 143936 0 -1 4194368 1541 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144402] ppid=144387 vsize=1670352 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/144390/task/144402/stat : 144402 (fscip) R 144387 144390 143936 0 -1 4194368 1218 0 0 0 2 1 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144403] ppid=144387 vsize=1670352 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144403/stat : 144403 (fscip) R 144387 144390 143936 0 -1 4194368 927 0 0 0 5 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144404] ppid=144387 vsize=1670352 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144404/stat : 144404 (fscip) D 144387 144390 143936 0 -1 4194368 1296 0 0 0 3 1 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144405] ppid=144387 vsize=1670352 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/144390/task/144405/stat : 144405 (fscip) R 144387 144390 143936 0 -1 4194368 1217 0 0 0 2 0 0 0 20 0 41 0 22422754 1710440448 32691 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144406] ppid=144387 vsize=1670352 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144406/stat : 144406 (fscip) R 144387 144390 143936 0 -1 4194368 939 0 0 0 5 0 0 0 20 0 41 0 22422754 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144407] ppid=144387 vsize=1670352 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/144390/task/144407/stat : 144407 (fscip) R 144387 144390 143936 0 -1 4194368 1279 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144408] ppid=144387 vsize=1670352 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/144390/task/144408/stat : 144408 (fscip) R 144387 144390 143936 0 -1 4194368 1243 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144409] ppid=144387 vsize=1670352 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/144390/task/144409/stat : 144409 (fscip) R 144387 144390 143936 0 -1 4194368 1227 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144410] ppid=144387 vsize=1670352 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/144390/task/144410/stat : 144410 (fscip) R 144387 144390 143936 0 -1 4194368 1187 0 0 0 2 0 0 0 20 0 41 0 22422754 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144411] ppid=144387 vsize=1670352 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/144390/task/144411/stat : 144411 (fscip) D 144387 144390 143936 0 -1 4194368 1278 0 0 0 3 0 0 0 20 0 41 0 22422754 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144412] ppid=144387 vsize=1670352 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/144390/task/144412/stat : 144412 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144413] ppid=144387 vsize=1670352 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/144390/task/144413/stat : 144413 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144414] ppid=144387 vsize=1670352 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/144390/task/144414/stat : 144414 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144415] ppid=144387 vsize=1670352 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/144390/task/144415/stat : 144415 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144416] ppid=144387 vsize=1670352 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/144390/task/144416/stat : 144416 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144417] ppid=144387 vsize=1670352 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/144390/task/144417/stat : 144417 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32757 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144418] ppid=144387 vsize=1670352 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/144390/task/144418/stat : 144418 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144419] ppid=144387 vsize=1670352 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/144390/task/144419/stat : 144419 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144420] ppid=144387 vsize=1670352 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/144390/task/144420/stat : 144420 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144421] ppid=144387 vsize=1670352 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/144390/task/144421/stat : 144421 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144422] ppid=144387 vsize=1670352 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/144390/task/144422/stat : 144422 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144423] ppid=144387 vsize=1670352 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/144390/task/144423/stat : 144423 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144424] ppid=144387 vsize=1670352 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/144390/task/144424/stat : 144424 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144425] ppid=144387 vsize=1670352 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/144390/task/144425/stat : 144425 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144426] ppid=144387 vsize=1670352 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/144390/task/144426/stat : 144426 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144427] ppid=144387 vsize=1670352 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/144390/task/144427/stat : 144427 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32823 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144428] ppid=144387 vsize=1670352 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/144390/task/144428/stat : 144428 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32889 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144429] ppid=144387 vsize=1670352 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/144390/task/144429/stat : 144429 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32889 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144430] ppid=144387 vsize=1670352 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/144390/task/144430/stat : 144430 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32889 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144431] ppid=144387 vsize=1670352 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/144390/task/144431/stat : 144431 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 32889 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 1670352 KiB
Current children cumulated memory: 130764 KiB

[startup+0.22691 s]*
/proc/loadavg: 29.34 8.39 20.34 81/1021 144431
/proc/meminfo: memFree=779447612/790760804 swapFree=131071996/131071996
[pid=144390] ppid=144387 vsize=1670352 memory=220900 CPUtime=3.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/stat : 144390 (fscip) S 144387 144390 143936 0 -1 1077936128 52205 0 0 0 308 26 0 0 20 0 41 0 22422753 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
/proc/144390/statm: 417588 55225 2966 3035 0 143512 0
[pid=144390/tid=144392] ppid=144387 vsize=1670352 memory=4026531959 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/144390/task/144392/stat : 144392 (fscip) R 144387 144390 143936 0 -1 1077936192 2863 0 0 0 13 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144393] ppid=144387 vsize=1670352 memory=25145 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144393/stat : 144393 (fscip) R 144387 144390 143936 0 -1 4194368 3085 0 0 0 14 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144394] ppid=144387 vsize=1670352 memory=56316433531346 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144394/stat : 144394 (fscip) R 144387 144390 143936 0 -1 4194368 966 0 0 0 16 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144395] ppid=144387 vsize=1670352 memory=54083084091976 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144395/stat : 144395 (fscip) R 144387 144390 143936 0 -1 4194368 3296 0 0 0 15 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144396] ppid=144387 vsize=1670352 memory=61783977231038 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144396/stat : 144396 (fscip) R 144387 144390 143936 0 -1 4194368 3067 0 0 0 14 2 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144397] ppid=144387 vsize=1670352 memory=62917898929210 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144397/stat : 144397 (fscip) R 144387 144390 143936 0 -1 4194368 969 0 0 0 16 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144398] ppid=144387 vsize=1670352 memory=14413717794195044 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144398/stat : 144398 (fscip) R 144387 144390 143936 0 -1 4194368 2848 0 0 0 14 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144399] ppid=144387 vsize=1670352 memory=3616728270730716841 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144399/stat : 144399 (fscip) R 144387 144390 143936 0 -1 4194368 3125 0 0 0 15 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144400] ppid=144387 vsize=1670352 memory=289208 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144400/stat : 144400 (fscip) R 144387 144390 143936 0 -1 4194368 1322 0 0 0 17 0 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144401] ppid=144387 vsize=1670352 memory=346328 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144401/stat : 144401 (fscip) R 144387 144390 143936 0 -1 4194368 3489 0 0 0 15 0 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144402] ppid=144387 vsize=1670352 memory=0 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144402/stat : 144402 (fscip) R 144387 144390 143936 0 -1 4194368 3067 0 0 0 14 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144403] ppid=144387 vsize=1670352 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144403/stat : 144403 (fscip) R 144387 144390 143936 0 -1 4194368 1353 0 0 0 17 0 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144404] ppid=144387 vsize=1670352 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144404/stat : 144404 (fscip) R 144387 144390 143936 0 -1 4194368 2870 0 0 0 15 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144405] ppid=144387 vsize=1670352 memory=0 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144405/stat : 144405 (fscip) R 144387 144390 143936 0 -1 4194368 2947 0 0 0 14 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144406] ppid=144387 vsize=1670352 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144406/stat : 144406 (fscip) R 144387 144390 143936 0 -1 4194368 939 0 0 0 17 0 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144407] ppid=144387 vsize=1670352 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144407/stat : 144407 (fscip) R 144387 144390 143936 0 -1 4194368 3449 0 0 0 15 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144408] ppid=144387 vsize=1670352 memory=0 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144408/stat : 144408 (fscip) R 144387 144390 143936 0 -1 4194368 2931 0 0 0 14 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144409] ppid=144387 vsize=1670352 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144409/stat : 144409 (fscip) R 144387 144390 143936 0 -1 4194368 1443 0 0 0 15 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144410] ppid=144387 vsize=1670352 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/144390/task/144410/stat : 144410 (fscip) R 144387 144390 143936 0 -1 4194368 2639 0 0 0 13 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144411] ppid=144387 vsize=1670352 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144411/stat : 144411 (fscip) R 144387 144390 143936 0 -1 4194368 2996 0 0 0 15 1 0 0 20 0 41 0 22422754 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144412] ppid=144387 vsize=1670352 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/144390/task/144412/stat : 144412 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144413] ppid=144387 vsize=1670352 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/144390/task/144413/stat : 144413 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144414] ppid=144387 vsize=1670352 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/144390/task/144414/stat : 144414 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144415] ppid=144387 vsize=1670352 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/144390/task/144415/stat : 144415 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144416] ppid=144387 vsize=1670352 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/144390/task/144416/stat : 144416 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144417] ppid=144387 vsize=1670352 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/144390/task/144417/stat : 144417 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144418] ppid=144387 vsize=1670352 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/144390/task/144418/stat : 144418 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144419] ppid=144387 vsize=1670352 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/144390/task/144419/stat : 144419 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144420] ppid=144387 vsize=1670352 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/144390/task/144420/stat : 144420 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144421] ppid=144387 vsize=1670352 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/144390/task/144421/stat : 144421 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144422] ppid=144387 vsize=1670352 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/144390/task/144422/stat : 144422 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144423] ppid=144387 vsize=1670352 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/144390/task/144423/stat : 144423 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144424] ppid=144387 vsize=1670352 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/144390/task/144424/stat : 144424 (fscip) S 144387 144390 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22422759 1710440448 55225 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0

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

/proc/144390/task/144411/stat : 144411 (fscip) R 144387 144390 143936 0 -1 4194368 1149937 0 0 0 354699 593 0 0 20 0 41 0 22422754 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144412] ppid=144387 vsize=10799048 memory=9075632 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/144390/task/144412/stat : 144412 (fscip) S 144387 144390 143936 0 -1 1077936192 65 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144413] ppid=144387 vsize=10799048 memory=280449957127920 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/144390/task/144413/stat : 144413 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144414] ppid=144387 vsize=10799048 memory=280449958707136 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/144390/task/144414/stat : 144414 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144415] ppid=144387 vsize=10799048 memory=1240506814457914 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/144390/task/144415/stat : 144415 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144416] ppid=144387 vsize=10799048 memory=9369660 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/144390/task/144416/stat : 144416 (fscip) S 144387 144390 143936 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144417] ppid=144387 vsize=10799048 memory=-1088251628401078322 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144417/stat : 144417 (fscip) S 144387 144390 143936 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144418] ppid=144387 vsize=10799048 memory=-2746958450906831424 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/144390/task/144418/stat : 144418 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144419] ppid=144387 vsize=10799048 memory=6720667661942144609 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/144390/task/144419/stat : 144419 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144420] ppid=144387 vsize=10799048 memory=11448 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144420/stat : 144420 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144421] ppid=144387 vsize=10799048 memory=9364760 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/144390/task/144421/stat : 144421 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144422] ppid=144387 vsize=10799048 memory=11448 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/144390/task/144422/stat : 144422 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144423] ppid=144387 vsize=10799048 memory=17016 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/144390/task/144423/stat : 144423 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144424] ppid=144387 vsize=10799048 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/144390/task/144424/stat : 144424 (fscip) S 144387 144390 143936 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144425] ppid=144387 vsize=10799048 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/144390/task/144425/stat : 144425 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144426] ppid=144387 vsize=10799048 memory=2316 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/144390/task/144426/stat : 144426 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144427] ppid=144387 vsize=10799048 memory=9384208 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/144390/task/144427/stat : 144427 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144428] ppid=144387 vsize=10799048 memory=20660 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/144390/task/144428/stat : 144428 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144429] ppid=144387 vsize=10799048 memory=9390256 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144429/stat : 144429 (fscip) S 144387 144390 143936 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144430] ppid=144387 vsize=10799048 memory=6816 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144430/stat : 144430 (fscip) S 144387 144390 143936 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144431] ppid=144387 vsize=10799048 memory=6924 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144431/stat : 144431 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22422759 11058225152 2348962 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
Current children cumulated CPU time: 70904.7 s
Current children cumulated vsize: 10799048 KiB
Current children cumulated memory: 9395848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.6 s]
/proc/loadavg: 80.33 80.56 79.33 82/1023 146572
/proc/meminfo: memFree=768402212/790760804 swapFree=131071996/131071996
[pid=144390] ppid=144387 vsize=10799260 memory=9484980 CPUtime=72000.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/stat : 144390 (fscip) S 144387 144390 143936 0 -1 1077936128 20048727 0 0 0 7128374 71664 0 0 20 0 41 0 22422753 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
/proc/144390/statm: 2699815 2371245 3014 3035 0 2493112 0
[pid=144390/tid=144392] ppid=144387 vsize=10799260 memory=6720667661942144609 CPUtime=3604.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144392/stat : 144392 (fscip) R 144387 144390 143936 0 -1 4194368 1417677 0 0 0 359213 1248 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144393] ppid=144387 vsize=10799260 memory=524408 CPUtime=3607.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144393/stat : 144393 (fscip) R 144387 144390 143936 0 -1 4194368 1734160 0 0 0 359994 726 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144394] ppid=144387 vsize=10799260 memory=2808 CPUtime=3589 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144394/stat : 144394 (fscip) R 144387 144390 143936 0 -1 4194368 54463 0 0 0 348259 10641 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144395] ppid=144387 vsize=10799260 memory=5544 CPUtime=3603.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144395/stat : 144395 (fscip) R 144387 144390 143936 0 -1 4194368 1248360 0 0 0 359077 1296 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144396] ppid=144387 vsize=10799260 memory=17016 CPUtime=3606.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144396/stat : 144396 (fscip) R 144387 144390 143936 0 -1 4194368 1366564 0 0 0 360094 574 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144397] ppid=144387 vsize=10799260 memory=10544 CPUtime=3589.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144397/stat : 144397 (fscip) R 144387 144390 143936 0 -1 4194368 54227 0 0 0 349845 9098 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144398] ppid=144387 vsize=10799260 memory=5512 CPUtime=3605.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144398/stat : 144398 (fscip) R 144387 144390 143936 0 -1 4194368 1513293 0 0 0 359338 1217 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144399] ppid=144387 vsize=10799260 memory=15776 CPUtime=3607.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144399/stat : 144399 (fscip) R 144387 144390 143936 0 -1 4194368 1256377 0 0 0 360102 642 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144400] ppid=144387 vsize=10799260 memory=2316 CPUtime=3581.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144400/stat : 144400 (fscip) R 144387 144390 143936 0 -1 4194368 48630 0 0 0 346485 11710 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144401] ppid=144387 vsize=10799260 memory=33000 CPUtime=3605.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144401/stat : 144401 (fscip) R 144387 144390 143936 0 -1 4194368 1463402 0 0 0 359131 1454 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144402] ppid=144387 vsize=10799260 memory=9483988 CPUtime=3608.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144402/stat : 144402 (fscip) R 144387 144390 143936 0 -1 4194368 1199829 0 0 0 360352 528 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144403] ppid=144387 vsize=10799260 memory=11632 CPUtime=3587.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144403/stat : 144403 (fscip) R 144387 144390 143936 0 -1 4194368 54599 0 0 0 348841 9864 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144404] ppid=144387 vsize=10799260 memory=2676 CPUtime=3603.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144404/stat : 144404 (fscip) R 144387 144390 143936 0 -1 4194368 1372800 0 0 0 359081 1269 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144405] ppid=144387 vsize=10799260 memory=6660 CPUtime=3606.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144405/stat : 144405 (fscip) R 144387 144390 143936 0 -1 4194368 1266041 0 0 0 360074 534 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144406] ppid=144387 vsize=10799260 memory=9447884 CPUtime=3583.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144406/stat : 144406 (fscip) R 144387 144390 143936 0 -1 4194368 52928 0 0 0 349603 8766 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144407] ppid=144387 vsize=10799260 memory=2640 CPUtime=3603.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144407/stat : 144407 (fscip) R 144387 144390 143936 0 -1 4194368 1784336 0 0 0 358819 1482 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144408] ppid=144387 vsize=10799260 memory=8196 CPUtime=3607.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144408/stat : 144408 (fscip) R 144387 144390 143936 0 -1 4194368 1549354 0 0 0 360021 707 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144409] ppid=144387 vsize=10799260 memory=3300 CPUtime=3585.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144409/stat : 144409 (fscip) R 144387 144390 143936 0 -1 4194368 59118 0 0 0 350932 7632 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144410] ppid=144387 vsize=10799260 memory=2264 CPUtime=3604.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144410/stat : 144410 (fscip) R 144387 144390 143936 0 -1 4194368 1377847 0 0 0 358759 1645 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144411] ppid=144387 vsize=10799260 memory=1668 CPUtime=3607.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144411/stat : 144411 (fscip) R 144387 144390 143936 0 -1 4194368 1168756 0 0 0 360184 600 0 0 20 0 41 0 22422754 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144412] ppid=144387 vsize=10799260 memory=9232 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/144390/task/144412/stat : 144412 (fscip) S 144387 144390 143936 0 -1 1077936192 65 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144413] ppid=144387 vsize=10799260 memory=28648 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/144390/task/144413/stat : 144413 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144414] ppid=144387 vsize=10799260 memory=32760 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/144390/task/144414/stat : 144414 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144415] ppid=144387 vsize=10799260 memory=9481284 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/144390/task/144415/stat : 144415 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144416] ppid=144387 vsize=10799260 memory=28568 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/144390/task/144416/stat : 144416 (fscip) S 144387 144390 143936 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144417] ppid=144387 vsize=10799260 memory=7312 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144417/stat : 144417 (fscip) S 144387 144390 143936 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144418] ppid=144387 vsize=10799260 memory=26988 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/144390/task/144418/stat : 144418 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144419] ppid=144387 vsize=10799260 memory=3776 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/144390/task/144419/stat : 144419 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144420] ppid=144387 vsize=10799260 memory=15776 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144420/stat : 144420 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144421] ppid=144387 vsize=10799260 memory=2316 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/144390/task/144421/stat : 144421 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144422] ppid=144387 vsize=10799260 memory=6048 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/144390/task/144422/stat : 144422 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144423] ppid=144387 vsize=10799260 memory=51200 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/144390/task/144423/stat : 144423 (fscip) S 144387 144390 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144424] ppid=144387 vsize=10799260 memory=104 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/144390/task/144424/stat : 144424 (fscip) S 144387 144390 143936 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144425] ppid=144387 vsize=10799260 memory=25932 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/144390/task/144425/stat : 144425 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144426] ppid=144387 vsize=10799260 memory=21380 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/144390/task/144426/stat : 144426 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144427] ppid=144387 vsize=10799260 memory=2208 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/144390/task/144427/stat : 144427 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144428] ppid=144387 vsize=10799260 memory=2036 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/144390/task/144428/stat : 144428 (fscip) S 144387 144390 143936 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144429] ppid=144387 vsize=10799260 memory=4944 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144429/stat : 144429 (fscip) S 144387 144390 143936 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144430] ppid=144387 vsize=10799260 memory=1765624 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144430/stat : 144430 (fscip) S 144387 144390 143936 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
[pid=144390/tid=144431] ppid=144387 vsize=10799260 memory=6720664337671143016 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/144390/task/144431/stat : 144431 (fscip) S 144387 144390 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22422759 11058442240 2371245 809668444160 4194304 16623229 140731879326432 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55996416 140731879330825 140731879330943 140731879330943 140731879337968 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 10799260 KiB
Current children cumulated memory: 9484980 KiB

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

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

# cumulated CPU time of all completed processes:  user=71283.9 s, system=716.888 s

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

[startup+3637.82 s]
/proc/loadavg: 80.33 80.56 79.33 63/984 146572
/proc/meminfo: memFree=770458416/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): 3637.86
CPU time (s): 72000.8
CPU user time (s): 71283.9
CPU system time (s): 716.888
CPU usage (%): 1979.21
Max. virtual memory (cumulated for all children) (KiB): 10799260
Max. memory (cumulated for all children) (KiB): 9484980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71283.9
system time used= 716.888
maximum resident set size= 9491444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20048752
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= 6151446
involuntary context switches= 367091


# summary of solver processes directly reported to runsolver:
#   pid: 144390
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71283.9
#   total CPU system time (s): 716.888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.7164 second user time and 76.0693 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 02:26:36
IDJOB=4465719
IDBENCH=160355
IDSOLVER=3094
FILE ID=nodeD105/4465719-1722558396
RUNJOBID= nodeD105-1722558365-143948
SLURM_JOB_ID= 8254285
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465719-1722558396/watcher-4465719-1722558396 -o /tmp/evaluation-result-4465719-1722558396/solver-4465719-1722558396 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143948 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465719-1722558396.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 42530f8fa6d5232445304732efe45d63
RANDOM SEED=1531966746

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		: 3082.828
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		: 3060.462
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		: 3370.794
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		: 3020.087
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		: 3010.139
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		: 3076.938
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		: 2677.426
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		: 3063.115
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		: 3007.124
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		: 2913.788
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		: 3408.145
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		: 3063.346
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		: 3007.347
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		: 3031.542
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		: 3367.398
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		: 2957.746
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		: 2936.867
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		: 3147.489
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		: 2433.299
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		: 2914.534
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		: 3083.859
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		: 3071.376
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		: 2043.792
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		: 3044.073
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		: 2980.643
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		: 3147.280
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		: 3483.540
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		: 3022.621
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		: 2969.936
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		: 2988.101
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		: 2664.900
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		: 3063.944
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		: 3083.973
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		: 3053.368
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		: 2659.842
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		: 2932.151
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		: 2964.209
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		: 3146.970
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		: 3409.883
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		: 2958.930
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		: 2957.639
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		: 2958.292
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		: 2627.851
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		: 2927.518
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		: 2957.742
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		: 3016.824
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		: 1895.843
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		: 2981.454
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		: 3084.691
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		: 3063.693
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.911
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		: 2906.270
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		: 2920.756
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		: 2950.430
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		: 2631.764
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		: 3020.326
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		: 2948.334
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		: 3146.439
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		: 2661.286
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		: 3048.095
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		: 2950.520
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		: 2980.499
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		: 2664.982
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		: 3064.566
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		: 3024.939
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		: 3146.196
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		: 2643.104
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		: 2930.172
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		: 3083.856
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		: 3025.712
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		: 2663.137
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		: 3037.350
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		: 3083.843
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		: 2984.565
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2654.286
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		: 3064.475
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		: 2987.946
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		: 3146.088
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		: 3621.283
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		: 3064.441
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:        779653464 kB
MemAvailable:   782088676 kB
Buffers:          328536 kB
Cached:          5413760 kB
SwapCached:            0 kB
Active:           520456 kB
Inactive:        7990448 kB
Active(anon):       2184 kB
Inactive(anon):  2788976 kB
Active(file):     518272 kB
Inactive(file):  5201472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29096 kB
Writeback:            32 kB
AnonPages:       2768624 kB
Mapped:           126844 kB
Shmem:             22536 kB
KReclaimable:     270344 kB
Slab:             641312 kB
SReclaimable:     270344 kB
SUnreclaim:       370968 kB
KernelStack:       16960 kB
PageTables:        16368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1655220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           286848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-08-02 03:27:14