Trace number 4465802

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) 72002.3 3640.15

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark53.2646
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
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 = 27693056, getVmSize() = 27693056, SCIPgetMemUsed() = 4336005, SCIPgetMemTotal() = 6113709, SCIPgetMemExternEstim() = 1844109
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 18908826, getVmSize() = 41766912, SCIPgetMemUsed() = 13426553, SCIPgetMemTotal() = 18980401, SCIPgetMemExternEstim() = 1844109
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465802-1722587368
0.00/0.02	c   Variables        : 1401 (1401 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 701
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 1400 (1400 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 700
0.00/0.02	c Constraints        : Number
0.00/0.02	c   linear           : 700 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.09	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.09	c                                Nodes    Active                                            
0.00/0.09	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
94.34/5.00	c         5          70742         307        20                -           0.0000          -
195.88/10.04	c        10         159567         304        20                -           0.0000          -
297.47/15.21	c        15         276414         307        20                -           0.0000          -
396.12/20.26	c        20         406640         309        20                -           0.0000          -
496.69/25.34	c        25         540751         310        20                -           0.0000          -
597.24/30.40	c        30         687940         329        20                -           0.0000          -
695.76/35.45	c        35         839103         326        20                -           0.0000          -
794.60/40.50	c        41         925493         308        20                -           0.0000          -
895.20/45.55	c        46        1055792         303        20                -           0.0000          -
994.16/50.58	c        51        1284638         331        20                -           0.0000          -
1094.84/55.65	c        56        1437308         329        20                -           0.0000          -
1195.54/60.70	c        61        1590860         329        20                -           0.0000          -
1294.27/65.74	c        66        1525186         307        20                -           0.0000          -
1393.21/70.79	c        71        1651415         304        20                -           0.0000          -
1493.81/75.85	c        76        1759194         305        20                -           0.0000          -
1592.51/80.89	c        81        1891487         304        20                -           0.0000          -
1693.12/85.94	c        86        2023060         303        20                -           0.0000          -
1791.92/90.97	c        91        2406999         331        20                -           0.0000          -
1892.97/96.05	c        96        2259096         309        20                -           0.0000          -
1991.68/101.10	c       101        2697058         328        20                -           0.0000          -
2090.33/106.11	c       106        2838654         332        20                -           0.0000          -
2190.78/111.16	c       111        2980875         325        20                -           0.0000          -
2291.00/116.20	c       116        3079709         331        20                -           0.0000          -
2389.83/121.26	c       121        3158882         326        20                -           0.0000          -
2490.63/126.32	c       126        3290745         333        20                -           0.0000          -
2589.32/131.37	c       131        3431692         331        20                -           0.0000          -
2690.07/136.43	c       136        3194854         305        20                -           0.0000          -
2788.81/141.48	c       141        3333415         304        20                -           0.0000          -
2889.56/146.50	c       147        3859024         331        20                -           0.0000          -
2988.42/151.58	c       152        3604603         304        20                -           0.0000          -
3087.02/156.59	c       157        4157559         330        20                -           0.0000          -
3187.73/161.61	c       162        4307243         328        20                -           0.0000          -
3286.32/166.66	c       167          51998       46573        20                -           0.0000          -
3386.87/171.73	c       172        4578997         332        20                -           0.0000          -
3487.58/176.80	c       177          55201       49553        20                -           0.0000          -
3586.29/181.82	c       182        4859821         332        20                -           0.0000          -
3685.00/186.86	c       187        4990699         338        20                -           0.0000          -
3785.90/191.98	c       192        5105156         337        20                -           0.0000          -
3887.05/197.03	c       197        4791591         302        20                -           0.0000          -
3986.19/202.08	c       202        5299549         334        20                -           0.0000          -
4084.79/207.13	c       207        5418907         332        20                -           0.0000          -
4185.83/212.18	c       212        5169707         306        20                -           0.0000          -
4285.65/217.23	c       217        5576831         334        20                -           0.0000          -
4384.51/222.28	c       222        5431442         307        20                -           0.0000          -
4485.41/227.33	c       227        5853354         329        20                -           0.0000          -
4583.96/232.36	c       232        5996965         328        20                -           0.0000          -
4684.66/237.43	c       237        6125874         333        20                -           0.0000          -
4783.49/242.47	c       242        6255112         331        20                -           0.0000          -
4884.14/247.52	c       248        6393889         334        20                -           0.0000          -
4983.03/252.58	c       253         182538      172071        20                -           0.0000          -
5083.79/257.63	c       258        6680122         329        20                -           0.0000          -
5182.52/262.66	c       263        6825614         325        20                -           0.0000          -
5283.31/267.72	c       268        6969933         328        20                -           0.0000          -
5382.12/272.76	c       273          86413       78426        20                -           0.0000          -
5482.96/277.83	c       278        6873656         305        20                -           0.0000          -
5581.64/282.88	c       283        6989793         306        20                -           0.0000          -
5680.25/287.89	c       288        7535038         333        20                -           0.0000          -
5781.24/292.95	c       293        7679957         330        20                -           0.0000          -
5880.01/298.03	c       298        7360705         306        20                -           0.0000          -
5981.25/303.08	c       303        7971948         328        20                -           0.0000          -
6082.29/308.13	c       308        8119757         331        20                -           0.0000          -
6180.86/313.18	c       313        8265618         332        20                -           0.0000          -
6281.19/318.23	c       318        8411516         330        20                -           0.0000          -
6379.95/323.28	c       323        8549813         329        20                -           0.0000          -
6480.75/328.33	c       328        8122748         303        20                -           0.0000          -
6579.73/333.38	c       333        8252967         312        20                -           0.0000          -
6680.45/338.43	c       338        8943549         327        20                -           0.0000          -
6779.24/343.48	c       343        8518565         306        20                -           0.0000          -
6879.86/348.53	c       349        9229070         327        20                -           0.0000          -
6978.88/353.57	c       354        9371514         327        20                -           0.0000          -
7079.55/358.63	c       359        9499371         326        20                -           0.0000          -
7178.28/363.68	c       364        9065467         306        20                -           0.0000          -
7279.15/368.73	c       369        9763790         331        20                -           0.0000          -
7378.07/373.74	c       374        9907767         331        20                -           0.0000          -
7476.82/378.75	c       379         120380      109692        20                -           0.0000          -
7577.61/383.87	c       384       10169759         329        20                -           0.0000          -
7678.48/388.93	c       389        9750725         308        20                -           0.0000          -
7777.51/393.98	c       394        9891033         304        20                -           0.0000          -
7876.24/399.03	c       399       10032188         305        20                -           0.0000          -
7977.77/404.08	c       404       10172464         305        20                -           0.0000          -
8078.43/409.13	c       409       10743758         332        20                -           0.0000          -
8177.31/414.18	c       414       10871248         330        20                -           0.0000          -
8277.54/419.23	c       419       10574023         306        20                -           0.0000          -
8376.44/424.28	c       424       10710860         305        20                -           0.0000          -
8477.39/429.33	c       429       10854725         302        20                -           0.0000          -
8576.36/434.35	c       434       11189774         332        20                -           0.0000          -
8677.06/439.43	c       439       11264530         332        20                -           0.0000          -
8775.79/444.48	c       444       11352479         332        20                -           0.0000          -
8876.30/449.51	c       450         141877      129153        20                -           0.0000          -
8975.18/454.58	c       455       11517705         302        20                -           0.0000          -
9075.97/459.61	c       460       11739922         327        20                -           0.0000          -
9174.95/464.62	c       465       11883799         328        20                -           0.0000          -
9273.87/469.68	c       470       12025977         329        20                -           0.0000          -
9374.52/474.78	c       475       12062396         305        20                -           0.0000          -
9475.41/479.83	c       480       12195640         305        20                -           0.0000          -
9574.21/484.89	c       485       12337228         303        20                -           0.0000          -
9675.10/489.93	c       490       12466290         303        20                -           0.0000          -
9773.83/494.96	c       495       12697603         327        20                -           0.0000          -
9872.59/500.00	c       500       12839187         325        20                -           0.0000          -
9971.54/505.03	c       505       12974453         325        20                -           0.0000          -
10073.19/510.05	c       510       13103354         335        20                -           0.0000          -
10172.03/515.09	c       515         373107      349890        20                -           0.0000          -
10270.92/520.11	c       520         376881      353584        20                -           0.0000          -
10371.89/525.20	c       525         379922      356609        20                -           0.0000          -
10473.92/530.31	c       530       13420296         328        20                -           0.0000          -
10572.76/535.38	c       535         384656      361220        20                -           0.0000          -
10673.55/540.43	c       540       13587458         323        20                -           0.0000          -
10772.41/545.48	c       545       13664192         318        20                -           0.0000          -
10873.25/550.53	c       551       13742905         326        20                -           0.0000          -
10972.05/555.58	c       556        8409322         339        20                -           0.0000          -
11072.93/560.63	c       561       13887127         328        20                -           0.0000          -
11171.84/565.65	c       566       13958069         332        20                -           0.0000          -
11270.84/570.70	c       571       14041531         327        20                -           0.0000          -
11371.74/575.72	c       576       14122867         325        20                -           0.0000          -
11470.60/580.72	c       581         180586      164195        20                -           0.0000          -
11569.30/585.73	c       586         181970      165412        20                -           0.0000          -
11668.18/590.75	c       591       14366641         321        20                -           0.0000          -
11769.00/595.82	c       596       14444882         326        20                -           0.0000          -
11867.89/600.87	c       601       14524306         322        20                -           0.0000          -
11968.78/605.92	c       606       14604782         324        20                -           0.0000          -
12067.49/610.98	c       611       14683206         322        20                -           0.0000          -
12166.44/616.03	c       616       14763987         325        20                -           0.0000          -
12267.90/621.09	c       621       14840830         330        20                -           0.0000          -
12368.56/626.14	c       626       14924168         322        20                -           0.0000          -
12467.50/631.17	c       631       14993028         323        20                -           0.0000          -
12567.76/636.30	c       636       15076703         319        20                -           0.0000          -
12668.63/641.40	c       641       15160381         321        20                -           0.0000          -
12769.42/646.44	c       646       15244878         328        20                -           0.0000          -
12868.47/651.49	c       652       15334876         326        20                -           0.0000          -
12969.26/656.54	c       657       15419857         328        20                -           0.0000          -
13068.18/661.56	c       662         203055      183738        20                -           0.0000          -
13167.02/666.58	c       667       15596488         329        20                -           0.0000          -
13268.08/671.62	c       672       15687387         325        20                -           0.0000          -
13366.88/676.66	c       677       15780113         323        20                -           0.0000          -
13465.69/681.69	c       682         483780      455591        20                -           0.0000          -
13566.46/686.71	c       687         486981      458633        20                -           0.0000          -
13665.38/691.74	c       692         490175      461671        20                -           0.0000          -
13766.13/696.81	c       697         493899      465106        20                -           0.0000          -
13866.92/701.93	c       702       17431045         304        20                -           0.0000          -
13965.84/707.00	c       707       11191833         337        20                -           0.0000          -
14067.46/712.05	c       712       11267719         333        20                -           0.0000          -
14166.15/717.07	c       717       17799309         302        20                -           0.0000          -
14265.09/722.12	c       722         219488      198205        20                -           0.0000          -
14367.10/727.25	c       727         220808      199423        20                -           0.0000          -
14467.91/732.32	c       732       11551103         335        20                -           0.0000          -
14566.81/737.37	c       737       11626374         340        20                -           0.0000          -
14667.67/742.44	c       742       18295072         303        20                -           0.0000          -
14766.65/747.49	c       748       18385580         303        20                -           0.0000          -
14867.36/752.53	c       753       11818135         339        20                -           0.0000          -
14966.01/757.59	c       758       18559633         304        20                -           0.0000          -
15066.76/762.64	c       763       18656531         306        20                -           0.0000          -
15165.60/767.69	c       768       18787483         310        20                -           0.0000          -
15266.49/772.75	c       773       12194871         339        20                -           0.0000          -
15365.30/777.76	c       778       19052286         305        20                -           0.0000          -
15466.14/782.80	c       783       19183037         304        20                -           0.0000          -
15563.07/787.80	c       788       19310381         306        20                -           0.0000          -
15663.87/792.89	c       793         238378      215287        20                -           0.0000          -
15764.73/797.95	c       798       19553856         305        20                -           0.0000          -
15863.58/802.98	c       803       12672273         343        20                -           0.0000          -
15964.70/808.07	c       808       12757575         343        20                -           0.0000          -
16065.56/813.14	c       813       12851607         338        20                -           0.0000          -
16164.46/818.19	c       818       12934868         342        20                -           0.0000          -
16264.71/823.24	c       823       12995130         340        20                -           0.0000          -
16363.43/828.29	c       828       20279342         303        20                -           0.0000          -
16464.38/833.34	c       833       13139067         337        20                -           0.0000          -
16563.56/838.39	c       838       20520006         301        20                -           0.0000          -
16664.39/843.45	c       843       13265198         344        20                -           0.0000          -
16763.18/848.49	c       848       13339066         342        20                -           0.0000          -
16864.41/853.53	c       854       20843481         302        20                -           0.0000          -
16963.09/858.54	c       859       20949699         304        20                -           0.0000          -
17062.04/863.55	c       864         256954      231584        20                -           0.0000          -
17162.96/868.60	c       869       13661454         340        20                -           0.0000          -
17261.88/873.61	c       874       13750421         341        20                -           0.0000          -
17360.79/878.63	c       879       21378789         302        20                -           0.0000          -
17461.67/883.71	c       884       21486971         300        20                -           0.0000          -
17562.62/888.86	c       889       21595153         302        20                -           0.0000          -
17663.42/893.94	c       894       14072899         340        20                -           0.0000          -
17762.27/898.99	c       899       14140618         341        20                -           0.0000          -
17861.16/904.00	c       904       21966736         305        20                -           0.0000          -
17960.21/909.03	c       909         267654      241365        20                -           0.0000          -
18061.52/914.09	c       914       14337866         341        20                -           0.0000          -
18162.81/919.19	c       919       22366218         307        20                -           0.0000          -
18262.96/924.24	c       924       14466686         343        20                -           0.0000          -
18361.74/929.29	c       929       14529119         342        20                -           0.0000          -
18462.70/934.31	c       934       14590031         336        20                -           0.0000          -
18561.72/939.37	c       939       22880244         303        20                -           0.0000          -
18662.78/944.44	c       944       14720621         338        20                -           0.0000          -
18761.40/949.49	c       950       14786973         342        20                -           0.0000          -
18862.29/954.50	c       955       14851819         338        20                -           0.0000          -
18961.12/959.57	c       960       23402817         300        20                -           0.0000          -
19062.10/964.64	c       965       14987892         341        20                -           0.0000          -
19160.90/969.69	c       970       15045741         336        20                -           0.0000          -
19261.67/974.74	c       975       15142573         342        20                -           0.0000          -
19360.55/979.79	c       980         677726      640666        20                -           0.0000          -
19461.50/984.81	c       985       15289802         335        20                -           0.0000          -
19560.41/989.89	c       990       15361692         335        20                -           0.0000          -
19661.17/994.94	c       995       24311625         302        20                -           0.0000          -
19760.04/999.96	c      1000       15537107         336        20                -           0.0000          -
19861.68/1005.04	c      1005       15620855         334        20                -           0.0000          -
19960.45/1010.09	c      1010       15702077         342        20                -           0.0000          -
20059.23/1015.12	c      1015       24824799         308        20                -           0.0000          -
20159.99/1020.19	c      1020       15865343         338        20                -           0.0000          -
20260.30/1025.21	c      1025       25091394         299        20                -           0.0000          -
20359.33/1030.28	c      1030       15995983         340        20                -           0.0000          -
20458.14/1035.30	c      1035       25342066         301        20                -           0.0000          -
20558.86/1040.33	c      1040       25470707         308        20                -           0.0000          -
20659.73/1045.43	c      1045       16203155         340        20                -           0.0000          -
20758.60/1050.48	c      1050       16274238         341        20                -           0.0000          -
20859.55/1055.53	c      1056       16344602         341        20                -           0.0000          -
20958.56/1060.58	c      1061       16410695         340        20                -           0.0000          -
21059.35/1065.62	c      1066       26172688         301        20                -           0.0000          -
21158.38/1070.64	c      1071         734830      693893        20                -           0.0000          -
21257.23/1075.66	c      1076       26448554         303        20                -           0.0000          -
21357.98/1080.70	c      1081       26589540         305        20                -           0.0000          -
21456.92/1085.72	c      1086       26731045         306        20                -           0.0000          -
21555.85/1090.79	c      1091       26872108         301        20                -           0.0000          -
21656.82/1095.84	c      1096       27011696         307        20                -           0.0000          -
21755.85/1100.88	c      1101       27146526         305        20                -           0.0000          -
21856.79/1105.96	c      1106         313885      282275        20                -           0.0000          -
21958.25/1111.07	c      1111       27422952         305        20                -           0.0000          -
22059.05/1116.13	c      1116       17192283         340        20                -           0.0000          -
22157.84/1121.18	c      1121       17279583         341        20                -           0.0000          -
22258.12/1126.23	c      1126       17364557         337        20                -           0.0000          -
22357.12/1131.28	c      1131       17461635         341        20                -           0.0000          -
22458.02/1136.34	c      1136       17528149         337        20                -           0.0000          -
22556.91/1141.34	c      1141       28231339         302        20                -           0.0000          -
22657.88/1146.41	c      1146       28372728         305        20                -           0.0000          -
22756.89/1151.42	c      1151       28513567         304        20                -           0.0000          -
22855.75/1156.48	c      1156       28650959         304        20                -           0.0000          -
22956.62/1161.53	c      1162       28790580         305        20                -           0.0000          -
23057.39/1166.63	c      1167       17938490         342        20                -           0.0000          -
23156.26/1171.66	c      1172       29061277         302        20                -           0.0000          -
23257.24/1176.72	c      1177       29201318         305        20                -           0.0000          -
23356.19/1181.78	c      1182       18143966         340        20                -           0.0000          -
23457.00/1186.83	c      1187       18215563         341        20                -           0.0000          -
23555.94/1191.88	c      1192       18292161         336        20                -           0.0000          -
23656.79/1196.90	c      1197       29783071         302        20                -           0.0000          -
23755.69/1201.98	c      1202         335555      301433        20                -           0.0000          -
23857.28/1207.03	c      1207       30066065         304        20                -           0.0000          -
23956.03/1212.08	c      1212       30210580         305        20                -           0.0000          -
24057.01/1217.14	c      1217       18649792         337        20                -           0.0000          -
24155.83/1222.16	c      1222       30500320         305        20                -           0.0000          -
24256.12/1227.21	c      1227       30646942         301        20                -           0.0000          -
24355.15/1232.27	c      1232       18853867         338        20                -           0.0000          -
24456.09/1237.34	c      1237       30932847         302        20                -           0.0000          -
24554.91/1242.39	c      1242       18989114         339        20                -           0.0000          -
24655.62/1247.43	c      1247       31224826         305        20                -           0.0000          -
24754.71/1252.49	c      1252       19122963         340        20                -           0.0000          -
24855.63/1257.54	c      1258       31515088         301        20                -           0.0000          -
24954.40/1262.56	c      1263       31654689         302        20                -           0.0000          -
25053.41/1267.59	c      1268       31797353         302        20                -           0.0000          -
25154.36/1272.69	c      1273       31938266         303        20                -           0.0000          -
25255.41/1277.72	c      1278       32084811         304        20                -           0.0000          -
25354.28/1282.78	c      1283       32230769         302        20                -           0.0000          -
25454.95/1287.84	c      1288       19651707         344        20                -           0.0000          -
25553.69/1292.89	c      1293       19708981         340        20                -           0.0000          -
25654.78/1297.94	c      1298       19769091         342        20                -           0.0000          -
25753.73/1302.99	c      1303         872202      820781        20                -           0.0000          -
25855.11/1308.04	c      1308       19908623         338        20                -           0.0000          -
25954.23/1313.07	c      1313       33093702         303        20                -           0.0000          -
26052.85/1318.07	c      1318       20080424         342        20                -           0.0000          -
26154.01/1323.19	c      1323       33379621         308        20                -           0.0000          -
26254.25/1328.24	c      1328       33519584         303        20                -           0.0000          -
26353.47/1333.29	c      1333       20293083         339        20                -           0.0000          -
26454.40/1338.34	c      1338       20353289         341        20                -           0.0000          -
26553.21/1343.37	c      1343       33933447         306        20                -           0.0000          -
26654.15/1348.42	c      1348       34071289         306        20                -           0.0000          -
26753.23/1353.49	c      1354       20536708         338        20                -           0.0000          -
26854.33/1358.54	c      1359       20594192         336        20                -           0.0000          -
26953.23/1363.58	c      1364       20674009         341        20                -           0.0000          -
27054.04/1368.62	c      1369       34621550         301        20                -           0.0000          -
27152.96/1373.69	c      1374       20858953         339        20                -           0.0000          -
27253.92/1378.71	c      1379       34899992         303        20                -           0.0000          -
27352.80/1383.79	c      1384       21034103         337        20                -           0.0000          -
27453.76/1388.80	c      1389       21146271         339        20                -           0.0000          -
27552.69/1393.89	c      1394       35325247         304        20                -           0.0000          -
27653.52/1398.94	c      1399       21287118         338        20                -           0.0000          -
27752.45/1403.96	c      1404       35596730         299        20                -           0.0000          -
27851.39/1408.96	c      1409       35739656         301        20                -           0.0000          -
27950.33/1414.03	c      1414         379339      340282        20                -           0.0000          -
28053.64/1419.14	c      1419       21535773         339        20                -           0.0000          -
28152.86/1424.19	c      1424       21596043         337        20                -           0.0000          -
28253.17/1429.24	c      1429       21654723         337        20                -           0.0000          -
28352.13/1434.29	c      1434       21760662         336        20                -           0.0000          -
28453.09/1439.31	c      1439       36568823         302        20                -           0.0000          -
28551.93/1444.35	c      1444         952348      897662        20                -           0.0000          -
28650.93/1449.38	c      1449       36821157         300        20                -           0.0000          -
28752.03/1454.42	c      1454       36948227         302        20                -           0.0000          -
28851.07/1459.48	c      1459       37074968         301        20                -           0.0000          -
28952.01/1464.53	c      1465       37201863         302        20                -           0.0000          -
29050.87/1469.58	c      1470       37327426         301        20                -           0.0000          -
29151.76/1474.61	c      1475       37453433         296        20                -           0.0000          -
29252.55/1479.70	c      1480       37580812         299        20                -           0.0000          -
29351.52/1484.71	c      1485       37705588         299        20                -           0.0000          -
29450.42/1489.75	c      1490       37803902         305        20                -           0.0000          -
29551.45/1494.82	c      1495         395516      354320        20                -           0.0000          -
29652.44/1499.94	c      1500       37944970         305        20                -           0.0000          -
29751.39/1504.99	c      1505       23177599         338        20                -           0.0000          -
29850.38/1510.03	c      1510       38100489         308        20                -           0.0000          -
29952.28/1515.06	c      1515       38247567         308        20                -           0.0000          -
30051.17/1520.11	c      1520       38394920         305        20                -           0.0000          -
30152.31/1525.14	c      1525       38542253         306        20                -           0.0000          -
30252.59/1530.24	c      1530         401632      359919        20                -           0.0000          -
30351.58/1535.29	c      1535       23870727         332        20                -           0.0000          -
30452.67/1540.32	c      1540       38984223         304        20                -           0.0000          -
30551.43/1545.37	c      1545        1011010      953767        20                -           0.0000          -
30652.26/1550.44	c      1550       24199301         346        20                -           0.0000          -
30751.26/1555.49	c      1556       24274478         341        20                -           0.0000          -
30852.16/1560.52	c      1561       39574083         304        20                -           0.0000          -
30951.21/1565.56	c      1566         407846      365391        20                -           0.0000          -
31050.41/1570.58	c      1571       39865553         304        20                -           0.0000          -
31149.53/1575.58	c      1576        1028161      969900        20                -           0.0000          -
31252.59/1580.73	c      1581       40161053         306        20                -           0.0000          -
31351.60/1585.76	c      1586       40309108         305        20                -           0.0000          -
31450.52/1590.76	c      1591       40457097         302        20                -           0.0000          -
31551.28/1595.85	c      1596       40603033         308        20                -           0.0000          -
31652.10/1600.94	c      1601       25201282         343        20                -           0.0000          -
31751.18/1605.99	c      1606         415721      372211        20                -           0.0000          -
31850.12/1611.04	c      1611       25449625         338        20                -           0.0000          -
31951.63/1616.09	c      1616       25573908         337        20                -           0.0000          -
32050.62/1621.13	c      1621       41339637         306        20                -           0.0000          -
32151.38/1626.16	c      1626       41485726         307        20                -           0.0000          -
32250.21/1631.19	c      1631         419527      375903        20                -           0.0000          -
32350.53/1636.29	c      1636       26068422         335        20                -           0.0000          -
32451.49/1641.34	c      1641       26190174         341        20                -           0.0000          -
32550.59/1646.39	c      1646       26295038         337        20                -           0.0000          -
32651.55/1651.44	c      1651       26414504         335        20                -           0.0000          -
32750.67/1656.49	c      1656       26535320         335        20                -           0.0000          -
32851.49/1661.54	c      1662       26656193         338        20                -           0.0000          -
32950.30/1666.59	c      1667       26780899         334        20                -           0.0000          -
33051.35/1671.64	c      1672       26902974         346        20                -           0.0000          -
33150.34/1676.65	c      1677       42957121         304        20                -           0.0000          -
33251.35/1681.73	c      1682       43104163         306        20                -           0.0000          -
33350.40/1686.75	c      1687       43254420         309        20                -           0.0000          -
33451.29/1691.84	c      1692       27193505         339        20                -           0.0000          -
33550.30/1696.86	c      1697       43550622         303        20                -           0.0000          -
33651.32/1701.94	c      1702       27346018         339        20                -           0.0000          -
33750.30/1706.99	c      1707       27445847         340        20                -           0.0000          -
33851.62/1712.03	c      1712         432783      388633        20                -           0.0000          -
33950.76/1717.06	c      1717       44137917         306        20                -           0.0000          -
34051.62/1722.14	c      1722       27714234         339        20                -           0.0000          -
34150.82/1727.16	c      1727       44434611         306        20                -           0.0000          -
34249.82/1732.17	c      1732       44582786         307        20                -           0.0000          -
34348.88/1737.18	c      1737         437117      392545        20                -           0.0000          -
34449.21/1742.25	c      1742        1119486     1055859        20                -           0.0000          -
34550.34/1747.31	c      1747       45025845         310        20                -           0.0000          -
34649.31/1752.34	c      1752        1125013     1061257        20                -           0.0000          -
34750.22/1757.44	c      1757       45322393         302        20                -           0.0000          -
34851.45/1762.52	c      1763        1130260     1066232        20                -           0.0000          -
34950.51/1767.52	c      1768        1132887     1068801        20                -           0.0000          -
35051.38/1772.64	c      1773        1135584     1071460        20                -           0.0000          -
35150.28/1777.69	c      1778       28968748         332        20                -           0.0000          -
35251.16/1782.74	c      1783       29120195         328        20                -           0.0000          -
35349.96/1787.79	c      1788       29226556         334        20                -           0.0000          -
35451.03/1792.84	c      1793       29334752         327        20                -           0.0000          -
35550.25/1797.89	c      1798       29445694         329        20                -           0.0000          -
35651.11/1802.94	c      1803       29552299         328        20                -           0.0000          -
35750.23/1807.95	c      1808       46800633         306        20                -           0.0000          -
35849.19/1812.97	c      1813       46949002         305        20                -           0.0000          -
35948.23/1817.99	c      1818       47097468         305        20                -           0.0000          -
36049.78/1823.05	c      1823       47245986         303        20                -           0.0000          -
36149.05/1828.14	c      1828       47394590         305        20                -           0.0000          -
36249.98/1833.14	c      1833       47542815         304        20                -           0.0000          -
36348.87/1838.18	c      1838       47691151         304        20                -           0.0000          -
36449.08/1843.20	c      1843       47839533         302        20                -           0.0000          -
36549.84/1848.33	c      1848        1175169     1109150        20                -           0.0000          -
36650.74/1853.40	c      1853       48091145         303        20                -           0.0000          -
36749.51/1858.49	c      1858       30672559         328        20                -           0.0000          -
36850.24/1863.54	c      1864         457082      411584        20                -           0.0000          -
36949.22/1868.59	c      1869       30897306         330        20                -           0.0000          -
37050.04/1873.61	c      1874       48540215         301        20                -           0.0000          -
37148.92/1878.63	c      1879       48640166         302        20                -           0.0000          -
37250.14/1883.71	c      1884       48729735         301        20                -           0.0000          -
37349.01/1888.75	c      1889       48825177         299        20                -           0.0000          -
37449.84/1893.84	c      1894       31464149         331        20                -           0.0000          -
37548.83/1898.89	c      1899       31579251         329        20                -           0.0000          -
37649.73/1903.94	c      1904       31693238         336        20                -           0.0000          -
37748.58/1908.99	c      1909       31807601         337        20                -           0.0000          -
37850.20/1914.04	c      1914       31923339         339        20                -           0.0000          -
37949.16/1919.09	c      1919       32039126         334        20                -           0.0000          -
38048.01/1924.10	c      1924       49795559         307        20                -           0.0000          -
38148.83/1929.19	c      1929       32268343         335        20                -           0.0000          -
38249.02/1934.24	c      1934       32379904         338        20                -           0.0000          -
38347.95/1939.29	c      1939       32495524         334        20                -           0.0000          -
38448.78/1944.30	c      1944       50373297         307        20                -           0.0000          -
38547.77/1949.32	c      1949        1229876     1161681        20                -           0.0000          -
38648.54/1954.41	c      1954       50662050         300        20                -           0.0000          -
38747.52/1959.49	c      1960       32951722         338        20                -           0.0000          -
38848.21/1964.54	c      1965       33063734         336        20                -           0.0000          -
38947.13/1969.58	c      1970       51095463         305        20                -           0.0000          -
39046.34/1974.59	c      1975       51240108         306        20                -           0.0000          -
39147.23/1979.60	c      1980       51379294         308        20                -           0.0000          -
39246.10/1984.62	c      1985       51516488         306        20                -           0.0000          -
39346.96/1989.70	c      1990         477783      430732        20                -           0.0000          -
39447.67/1994.84	c      1995       33645621         335        20                -           0.0000          -
39546.61/1999.87	c      2000       51941266         306        20                -           0.0000          -
39645.43/2004.89	c      2005       52087110         306        20                -           0.0000          -
39746.28/2009.92	c      2010       52232426         306        20                -           0.0000          -
39845.17/2014.97	c      2015       52377755         305        20                -           0.0000          -
39946.69/2020.05	c      2020       52522420         302        20                -           0.0000          -
40045.68/2025.13	c      2025       52666798         304        20                -           0.0000          -
40146.30/2030.14	c      2030       52810339         305        20                -           0.0000          -
40246.66/2035.24	c      2035       34413891         333        20                -           0.0000          -
40345.44/2040.29	c      2040       34526530         338        20                -           0.0000          -
40446.48/2045.32	c      2045       53243245         305        20                -           0.0000          -
40545.28/2050.38	c      2050       34749618         332        20                -           0.0000          -
40646.32/2055.43	c      2055       34856250         328        20                -           0.0000          -
40745.11/2060.44	c      2060       53677529         307        20                -           0.0000          -
40846.02/2065.53	c      2066       35074598         328        20                -           0.0000          -
40945.00/2070.58	c      2071       35185255         329        20                -           0.0000          -
41045.96/2075.63	c      2076       35294544         334        20                -           0.0000          -
41144.83/2080.68	c      2081       35405610         334        20                -           0.0000          -
41245.81/2085.74	c      2086       35516755         333        20                -           0.0000          -
41344.43/2090.74	c      2091       54574576         300        20                -           0.0000          -
41445.30/2095.83	c      2096       35741879         335        20                -           0.0000          -
41544.06/2100.88	c      2101       54874559         305        20                -           0.0000          -
41644.77/2105.93	c      2106       35966135         333        20                -           0.0000          -
41743.80/2110.98	c      2111       36077159         331        20                -           0.0000          -
41845.29/2116.04	c      2116       36186648         330        20                -           0.0000          -
41944.37/2121.09	c      2121       36294276         336        20                -           0.0000          -
42045.21/2126.14	c      2126       36402713         331        20                -           0.0000          -
42144.08/2131.19	c      2131       55763633         305        20                -           0.0000          -
42244.77/2136.24	c      2136       36625991         329        20                -           0.0000          -
42343.74/2141.26	c      2141       36738983         333        20                -           0.0000          -
42442.55/2146.28	c      2146       36852452         332        20                -           0.0000          -
42541.35/2151.30	c      2151        1331115     1258671        20                -           0.0000          -
42642.25/2156.31	c      2156        1333372     1260882        20                -           0.0000          -
42743.18/2161.41	c      2161        1336041     1263446        20                -           0.0000          -
42842.22/2166.49	c      2166         507487      457389        20                -           0.0000          -
42942.94/2171.55	c      2172       56954462         304        20                -           0.0000          -
43043.88/2176.64	c      2177       37521314         332        20                -           0.0000          -
43142.88/2181.69	c      2182       37633790         330        20                -           0.0000          -
43243.85/2186.71	c      2187       37745794         334        20                -           0.0000          -
43342.95/2191.79	c      2192       37857065         331        20                -           0.0000          -
43443.92/2196.82	c      2197       37968321         331        20                -           0.0000          -
43544.85/2201.90	c      2202         513186      462797        20                -           0.0000          -
43643.64/2206.94	c      2207       57987601         305        20                -           0.0000          -
43742.69/2211.98	c      2212       58136592         300        20                -           0.0000          -
43841.61/2216.98	c      2217       38415201         331        20                -           0.0000          -
43943.26/2222.06	c      2222       58434758         304        20                -           0.0000          -
44042.06/2227.08	c      2227       58582992         302        20                -           0.0000          -
44143.13/2232.19	c      2232       58732222         300        20                -           0.0000          -
44243.49/2237.24	c      2237       38859061         331        20                -           0.0000          -
44342.63/2242.29	c      2242       58994159         302        20                -           0.0000          -
44443.73/2247.33	c      2247       59122351         306        20                -           0.0000          -
44542.87/2252.39	c      2252        1382133     1306808        20                -           0.0000          -
44643.85/2257.44	c      2257       39304826         332        20                -           0.0000          -
44742.80/2262.49	c      2262       59505970         303        20                -           0.0000          -
44843.75/2267.54	c      2268       39527257         336        20                -           0.0000          -
44942.77/2272.57	c      2273       39640147         332        20                -           0.0000          -
45043.65/2277.62	c      2278        1394236     1318398        20                -           0.0000          -
45142.57/2282.69	c      2283       39862334         335        20                -           0.0000          -
45243.64/2287.74	c      2288       60146065         302        20                -           0.0000          -
45342.40/2292.78	c      2293       60274051         300        20                -           0.0000          -
45443.03/2297.84	c      2298       40198234         331        20                -           0.0000          -
45541.93/2302.89	c      2303       40307862         331        20                -           0.0000          -
45642.89/2307.94	c      2308       40417051         330        20                -           0.0000          -
45741.79/2312.95	c      2313       60787152         299        20                -           0.0000          -
45843.52/2318.04	c      2318       40633300         329        20                -           0.0000          -
45942.47/2323.07	c      2323       61043582         303        20                -           0.0000          -
46043.34/2328.14	c      2328       40852923         333        20                -           0.0000          -
46142.57/2333.19	c      2333       40965775         333        20                -           0.0000          -
46242.73/2338.22	c      2338       61442836         307        20                -           0.0000          -
46341.77/2343.29	c      2343       41184561         333        20                -           0.0000          -
46442.75/2348.34	c      2348       41291806         336        20                -           0.0000          -
46541.60/2353.38	c      2353       61857928         305        20                -           0.0000          -
46642.48/2358.40	c      2358       61996798         305        20                -           0.0000          -
46741.44/2363.49	c      2364       41620114         336        20                -           0.0000          -
46842.36/2368.54	c      2369        1440262     1362060        20                -           0.0000          -
46941.30/2373.59	c      2374       62412653         302        20                -           0.0000          -
47042.34/2378.64	c      2379       62546045         304        20                -           0.0000          -
47141.25/2383.69	c      2384       42068032         336        20                -           0.0000          -
47242.14/2388.74	c      2389       42180832         336        20                -           0.0000          -
47340.89/2393.77	c      2394       62919855         300        20                -           0.0000          -
47439.73/2398.78	c      2399         546418      492824        20                -           0.0000          -
47542.74/2403.90	c      2404       42520833         329        20                -           0.0000          -
47641.58/2408.94	c      2409       42634533         335        20                -           0.0000          -
47740.48/2413.99	c      2414       42747272         338        20                -           0.0000          -
47839.21/2419.00	c      2419       63538053         300        20                -           0.0000          -
47937.94/2424.03	c      2424       63663240         299        20                -           0.0000          -
48041.41/2429.13	c      2429       63790210         303        20                -           0.0000          -
48140.27/2434.19	c      2434       43179819         331        20                -           0.0000          -
48240.61/2439.24	c      2439       64041558         301        20                -           0.0000          -
48339.61/2444.29	c      2444       43405469         334        20                -           0.0000          -
48440.37/2449.34	c      2449        1476958     1397026        20                -           0.0000          -
48539.14/2454.36	c      2454       64426843         300        20                -           0.0000          -
48640.04/2459.44	c      2459       43741892         331        20                -           0.0000          -
48738.95/2464.49	c      2464       43853330         327        20                -           0.0000          -
48839.93/2469.51	c      2470       64801854         299        20                -           0.0000          -
48938.87/2474.59	c      2475       44076766         329        20                -           0.0000          -
49039.63/2479.61	c      2480       65059621         302        20                -           0.0000          -
49138.58/2484.69	c      2485       44299259         332        20                -           0.0000          -
49239.51/2489.74	c      2490       44409396         329        20                -           0.0000          -
49338.38/2494.78	c      2495       65470925         302        20                -           0.0000          -
49439.35/2499.83	c      2500       65605227         302        20                -           0.0000          -
49538.24/2504.86	c      2505       65730639         300        20                -           0.0000          -
49638.97/2509.93	c      2510       65858663         298        20                -           0.0000          -
49737.95/2514.96	c      2515       66007886         303        20                -           0.0000          -
49836.80/2519.97	c      2520       66157407         302        20                -           0.0000          -
49938.22/2525.05	c      2525       66307068         301        20                -           0.0000          -
50037.28/2530.10	c      2530       66456080         303        20                -           0.0000          -
50137.80/2535.16	c      2535       66603775         300        20                -           0.0000          -
50238.18/2540.25	c      2540       45522906         336        20                -           0.0000          -
50336.86/2545.29	c      2545       45631476         336        20                -           0.0000          -
50437.62/2550.33	c      2550       67037374         303        20                -           0.0000          -
50536.42/2555.37	c      2555       67180201         301        20                -           0.0000          -
50637.23/2560.41	c      2560       67318610         302        20                -           0.0000          -
50736.13/2565.47	c      2565       67457341         309        20                -           0.0000          -
50836.93/2570.54	c      2571       46190747         331        20                -           0.0000          -
50935.81/2575.55	c      2576         573614      516664        20                -           0.0000          -
51036.74/2580.64	c      2581       46417983         329        20                -           0.0000          -
51135.65/2585.69	c      2586       46528239         327        20                -           0.0000          -
51236.67/2590.74	c      2591       46637060         336        20                -           0.0000          -
51335.78/2595.78	c      2596       68286297         301        20                -           0.0000          -
51436.71/2600.83	c      2601       68409111         305        20                -           0.0000          -
51535.84/2605.88	c      2606       68518864         302        20                -           0.0000          -
51636.58/2610.91	c      2611       68629909         301        20                -           0.0000          -
51735.40/2615.94	c      2616       68744431         305        20                -           0.0000          -
51836.80/2621.04	c      2621       51125573         304        20                -           0.0000          -
51935.94/2626.09	c      2626       51238477         308        20                -           0.0000          -
52036.78/2631.14	c      2631       51349875         304        20                -           0.0000          -
52135.79/2636.18	c      2636       69194879         299        20                -           0.0000          -
52235.84/2641.24	c      2641       69307738         300        20                -           0.0000          -
52334.91/2646.25	c      2646       69418663         303        20                -           0.0000          -
52433.75/2651.28	c      2651       69533248         298        20                -           0.0000          -
52534.89/2656.39	c      2656       51878366         303        20                -           0.0000          -
52635.64/2661.42	c      2661       69754759         303        20                -           0.0000          -
52734.76/2666.45	c      2666       69866835         299        20                -           0.0000          -
52835.77/2671.54	c      2672         589082      530516        20                -           0.0000          -
52934.70/2676.59	c      2677         589877      531180        20                -           0.0000          -
53035.77/2681.62	c      2682       70204310         302        20                -           0.0000          -
53134.63/2686.66	c      2687       70314990         302        20                -           0.0000          -
53233.77/2691.68	c      2692       70429172         300        20                -           0.0000          -
53334.80/2696.73	c      2697         593070      533971        20                -           0.0000          -
53435.81/2701.84	c      2702         593890      534690        20                -           0.0000          -
53534.54/2706.85	c      2707       70766039         301        20                -           0.0000          -
53635.52/2711.91	c      2712       70879593         301        20                -           0.0000          -
53734.43/2716.94	c      2717       70991388         300        20                -           0.0000          -
53835.81/2722.04	c      2722       53334939         306        20                -           0.0000          -
53934.78/2727.09	c      2727       53446819         306        20                -           0.0000          -
54033.68/2732.12	c      2732       71327627         301        20                -           0.0000          -
54134.99/2737.15	c      2737        1609938     1523869        20                -           0.0000          -
54233.69/2742.19	c      2742       71552334         302        20                -           0.0000          -
54333.87/2747.26	c      2747       71664601         301        20                -           0.0000          -
54434.68/2752.34	c      2752       54016997         304        20                -           0.0000          -
54533.60/2757.38	c      2757       71886574         302        20                -           0.0000          -
54632.54/2762.40	c      2762       72001226         302        20                -           0.0000          -
54733.69/2767.47	c      2767         604895      544454        20                -           0.0000          -
54834.85/2772.50	c      2773       72193670         302        20                -           0.0000          -
54933.73/2777.56	c      2778       72290342         302        20                -           0.0000          -
55034.82/2782.61	c      2783       72384141         301        20                -           0.0000          -
55133.89/2787.65	c      2788       72476235         301        20                -           0.0000          -
55235.03/2792.74	c      2793       54911946         303        20                -           0.0000          -
55333.93/2797.79	c      2798       55022696         305        20                -           0.0000          -
55434.84/2802.84	c      2803         610594      549391        20                -           0.0000          -
55533.58/2807.86	c      2808       72848520         304        20                -           0.0000          -
55632.67/2812.87	c      2813       72941572         296        20                -           0.0000          -
55733.66/2817.93	c      2818       73037203         301        20                -           0.0000          -
55835.12/2823.04	c      2823         613577      552088        20                -           0.0000          -
55934.26/2828.10	c      2828       55705952         305        20                -           0.0000          -
56035.20/2833.15	c      2833       55821610         309        20                -           0.0000          -
56134.38/2838.19	c      2838       55937553         304        20                -           0.0000          -
56234.68/2843.24	c      2843       73636086         305        20                -           0.0000          -
56333.73/2848.29	c      2848         617563      555624        20                -           0.0000          -
56434.82/2853.30	c      2853       73930750         305        20                -           0.0000          -
56533.86/2858.36	c      2858       74078708         307        20                -           0.0000          -
56634.78/2863.44	c      2863        1668129     1579737        20                -           0.0000          -
56733.79/2868.48	c      2868       74367865         304        20                -           0.0000          -
56832.72/2873.50	c      2874       74506584         311        20                -           0.0000          -
56933.76/2878.51	c      2879         622046      559577        20                -           0.0000          -
57032.69/2883.54	c      2884       74783135         306        20                -           0.0000          -
57131.56/2888.58	c      2889       74929753         310        20                -           0.0000          -
57232.72/2893.66	c      2894       75078788         309        20                -           0.0000          -
57333.64/2898.73	c      2899       75226142         305        20                -           0.0000          -
57432.75/2903.77	c      2904       75372036         311        20                -           0.0000          -
57531.54/2908.79	c      2909         626401      563548        20                -           0.0000          -
57632.51/2913.82	c      2914       75657263         304        20                -           0.0000          -
57731.65/2918.85	c      2919        1691357     1602110        20                -           0.0000          -
57830.48/2923.87	c      2924       75941011         306        20                -           0.0000          -
57931.14/2928.96	c      2929       76084973         306        20                -           0.0000          -
58032.84/2934.09	c      2934       76230391         304        20                -           0.0000          -
58133.72/2939.19	c      2939       57819327         300        20                -           0.0000          -
58234.10/2944.22	c      2944       76526910         307        20                -           0.0000          -
58333.19/2949.29	c      2949       57937269         294        20                -           0.0000          -
58434.27/2954.30	c      2954       76821366         301        20                -           0.0000          -
58533.18/2959.39	c      2959       58061577         295        20                -           0.0000          -
58634.17/2964.44	c      2964       58123230         300        20                -           0.0000          -
58733.00/2969.49	c      2970         635055      571569        20                -           0.0000          -
58834.06/2974.52	c      2975       77404725         304        20                -           0.0000          -
58933.09/2979.59	c      2980       77550594         301        20                -           0.0000          -
59034.15/2984.60	c      2985       77696328         307        20                -           0.0000          -
59133.06/2989.69	c      2990        1721366     1630891        20                -           0.0000          -
59234.12/2994.71	c      2995       77988692         303        20                -           0.0000          -
59332.92/2999.79	c      3000       58588286         298        20                -           0.0000          -
59433.81/3004.84	c      3005       58651771         297        20                -           0.0000          -
59532.69/3009.87	c      3010       78428480         307        20                -           0.0000          -
59633.75/3014.94	c      3015        1732154     1641184        20                -           0.0000          -
59732.60/3019.97	c      3020       78725102         305        20                -           0.0000          -
59831.45/3024.99	c      3025       78865803         308        20                -           0.0000          -
59930.34/3030.04	c      3030         643174      579349        20                -           0.0000          -
60032.15/3035.10	c      3035       79156331         304        20                -           0.0000          -
60133.43/3040.17	c      3040       79302072         303        20                -           0.0000          -
60232.64/3045.18	c      3045       79447958         309        20                -           0.0000          -
60334.55/3050.30	c      3050       59670188         307        20                -           0.0000          -
60433.40/3055.35	c      3055       59779765         306        20                -           0.0000          -
60532.20/3060.39	c      3060       79891434         305        20                -           0.0000          -
60633.23/3065.45	c      3065         648353      584157        20                -           0.0000          -
60734.07/3070.51	c      3071       60103886         302        20                -           0.0000          -
60833.13/3075.55	c      3076       60210153         299        20                -           0.0000          -
60932.21/3080.57	c      3081       80479738         307        20                -           0.0000          -
61033.41/3085.65	c      3086         651294      586840        20                -           0.0000          -
61134.12/3090.70	c      3091        1765672     1673452        20                -           0.0000          -
61233.18/3095.75	c      3096        1767760     1675500        20                -           0.0000          -
61334.27/3100.80	c      3101       60752707         302        20                -           0.0000          -
61433.13/3105.85	c      3106       60861477         306        20                -           0.0000          -
61532.08/3110.87	c      3111       81355194         307        20                -           0.0000          -
61632.95/3115.95	c      3116       61075032         305        20                -           0.0000          -
61731.79/3120.99	c      3121       81649766         305        20                -           0.0000          -
61830.91/3126.02	c      3126         657009      591895        20                -           0.0000          -
61930.07/3131.03	c      3131       81939112         305        20                -           0.0000          -
62033.55/3136.14	c      3136       82083851         304        20                -           0.0000          -
62133.96/3141.20	c      3141       61571308         303        20                -           0.0000          -
62233.05/3146.23	c      3146       82375273         302        20                -           0.0000          -
62334.03/3151.30	c      3151         660925      595521        20                -           0.0000          -
62433.01/3156.33	c      3156        1793183     1697495        20                -           0.0000          -
62532.07/3161.35	c      3161       82817106         309        20                -           0.0000          -
62630.91/3166.37	c      3166         662787      597329        20                -           0.0000          -
62730.02/3171.38	c      3171       83112853         308        20                -           0.0000          -
62830.87/3176.47	c      3176        1802085     1705969        20                -           0.0000          -
62931.87/3181.53	c      3182       83405457         306        20                -           0.0000          -
63030.79/3186.56	c      3187         665729      599951        20                -           0.0000          -
63131.77/3191.63	c      3192        1808465     1712225        20                -           0.0000          -
63232.62/3196.70	c      3197       83840621         306        20                -           0.0000          -
63331.55/3201.79	c      3202       83985704         303        20                -           0.0000          -
63432.55/3206.83	c      3207       84131102         309        20                -           0.0000          -
63531.42/3211.85	c      3212       84278472         305        20                -           0.0000          -
63630.35/3216.88	c      3217       84427688         305        20                -           0.0000          -
63729.53/3221.89	c      3222       84574531         306        20                -           0.0000          -
63830.26/3226.95	c      3227       84721546         301        20                -           0.0000          -
63929.25/3232.00	c      3232       84868687         304        20                -           0.0000          -
64028.03/3237.02	c      3237         673083      606441        20                -           0.0000          -
64131.87/3242.19	c      3242       85160218         303        20                -           0.0000          -
64232.05/3247.22	c      3247       85306122         301        20                -           0.0000          -
64333.01/3252.30	c      3252        1833775     1736212        20                -           0.0000          -
64432.02/3257.34	c      3257       85596342         303        20                -           0.0000          -
64531.19/3262.37	c      3262       85742811         308        20                -           0.0000          -
64630.12/3267.39	c      3267       85889039         308        20                -           0.0000          -
64733.13/3272.50	c      3273       63703966         299        20                -           0.0000          -
64832.10/3277.55	c      3278       63775743         300        20                -           0.0000          -
64931.14/3282.56	c      3283         679991      612713        20                -           0.0000          -
65030.34/3287.59	c      3288       86465461         304        20                -           0.0000          -
65133.28/3292.70	c      3293        1850402     1751763        20                -           0.0000          -
65232.35/3297.75	c      3298       86757666         303        20                -           0.0000          -
65333.45/3302.81	c      3303       64150973         302        20                -           0.0000          -
65432.49/3307.82	c      3308       87044138         305        20                -           0.0000          -
65531.63/3312.84	c      3313       87190473         306        20                -           0.0000          -
65632.74/3317.95	c      3318       64374531         302        20                -           0.0000          -
65731.73/3323.00	c      3323       64449373         298        20                -           0.0000          -
65833.37/3328.05	c      3328       87627472         301        20                -           0.0000          -
65932.38/3333.09	c      3333       87769901         302        20                -           0.0000          -
66031.34/3338.11	c      3338       87916314         305        20                -           0.0000          -
66132.14/3343.13	c      3343        1873462     1773751        20                -           0.0000          -
66232.14/3348.20	c      3348       88205479         304        20                -           0.0000          -
66331.28/3353.22	c      3353       88351243         304        20                -           0.0000          -
66432.49/3358.35	c      3358       64985105         300        20                -           0.0000          -
66531.42/3363.37	c      3363       88642351         304        20                -           0.0000          -
66632.53/3368.45	c      3368        1883868     1783775        20                -           0.0000          -
66733.61/3373.50	c      3374         693117      624302        20                -           0.0000          -
66832.70/3378.52	c      3379       89063237         306        20                -           0.0000          -
66931.68/3383.58	c      3384       89206930         305        20                -           0.0000          -
67032.80/3388.65	c      3389       65376000         298        20                -           0.0000          -
67133.84/3393.70	c      3394       65441792         300        20                -           0.0000          -
67233.06/3398.72	c      3399       89619891         304        20                -           0.0000          -
67332.11/3403.74	c      3404       89761403         300        20                -           0.0000          -
67433.01/3408.85	c      3409       65657690         298        20                -           0.0000          -
67534.00/3413.90	c      3414       65728168         298        20                -           0.0000          -
67633.03/3418.95	c      3419        1904178     1803248        20                -           0.0000          -
67732.03/3424.00	c      3424       90340334         301        20                -           0.0000          -
67833.46/3429.05	c      3429       65905866         294        20                -           0.0000          -
67932.26/3434.10	c      3434       65948706         294        20                -           0.0000          -
68031.41/3439.12	c      3439         701799      631783        20                -           0.0000          -
68132.43/3444.19	c      3444       90877520         309        20                -           0.0000          -
68232.56/3449.25	c      3449       66092156         296        20                -           0.0000          -
68333.52/3454.30	c      3454       66139151         295        20                -           0.0000          -
68432.65/3459.35	c      3459        1920602     1818907        20                -           0.0000          -
68533.62/3464.40	c      3464         705612      635169        20                -           0.0000          -
68632.44/3469.45	c      3469       66281946         298        20                -           0.0000          -
68731.47/3474.48	c      3474       91671733         302        20                -           0.0000          -
68832.44/3479.55	c      3480       91809932         305        20                -           0.0000          -
68933.47/3484.60	c      3485       66442542         292        20                -           0.0000          -
69032.46/3489.65	c      3490         709071      638333        20                -           0.0000          -
69131.55/3494.67	c      3495        1935032     1832748        20                -           0.0000          -
69232.48/3499.75	c      3500       66648846         296        20                -           0.0000          -
69333.38/3504.80	c      3505       66718674         300        20                -           0.0000          -
69432.28/3509.85	c      3510       66790383         303        20                -           0.0000          -
69533.28/3514.90	c      3515        1942660     1840166        20                -           0.0000          -
69632.22/3519.95	c      3520         713058      641773        20                -           0.0000          -
69731.14/3525.00	c      3525       67006276         296        20                -           0.0000          -
69832.36/3530.05	c      3530        1949133     1846488        20                -           0.0000          -
69931.55/3535.07	c      3535        1950821     1848121        20                -           0.0000          -
70032.66/3540.15	c      3540         715527      643955        20                -           0.0000          -
70131.67/3545.20	c      3545        1954642     1851730        20                -           0.0000          -
70231.77/3550.25	c      3550       67324098         295        20                -           0.0000          -
70330.73/3555.28	c      3555       93878507         304        20                -           0.0000          -
70431.80/3560.35	c      3560       67455834         293        20                -           0.0000          -
70530.84/3565.38	c      3565       94139841         306        20                -           0.0000          -
70629.68/3570.38	c      3570       94270292         307        20                -           0.0000          -
70730.66/3575.41	c      3575       94411972         301        20                -           0.0000          -
70829.85/3580.43	c      3580       94557539         304        20                -           0.0000          -
70928.90/3585.44	c      3585         721185      648997        20                -           0.0000          -
71029.99/3590.53	c      3591       94849581         302        20                -           0.0000          -
71131.09/3595.61	c      3596       94991062         299        20                -           0.0000          -
71230.15/3600.66	c      3601       95130153         300        20                -           0.0000          -
71329.05/3605.67	c      3606        1978194     1874306        20                -           0.0000          -
71428.13/3610.68	c      3611       95417833         304        20                -           0.0000          -
71529.05/3615.71	c      3616        1982556     1878526        20                -           0.0000          -
71627.96/3620.72	c      3621        1984815     1880675        20                -           0.0000          -
71730.81/3625.90	c      3626       95862827         302        20                -           0.0000          -
71829.68/3630.95	c      3631       96010638         303        20                -           0.0000          -
71928.52/3635.97	c      3636       96154581         306        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 (184794 MiB free)
  memory of node 1: 193494 MiB (191504 MiB free)
  memory of node 2: 193531 MiB (187733 MiB free)
  memory of node 3: 193531 MiB (188434 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-4465802-1722587368/watcher-4465802-1722587368 -o /tmp/evaluation-result-4465802-1722587368/solver-4465802-1722587368 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159985 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465802-1722587368.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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=164414, runsolver pid=164411
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 80.48 80.41 80.38 64/1025 164455
/proc/meminfo: memFree=770397868/790760804 swapFree=131071996/131071996
[pid=164414] ppid=164411 vsize=1719060 memory=194856 CPUtime=0.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/stat : 164414 (fscip) S 164411 164414 159974 0 -1 1077936128 44441 0 0 0 19 17 0 0 20 0 41 0 25319899 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
/proc/164414/statm: 429765 48714 2774 3035 0 135072 0
[pid=164414/tid=164416] ppid=164411 vsize=1719060 memory=8390339637985935414 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164416/stat : 164416 (fscip) R 164411 164414 159974 0 -1 4194368 2002 0 0 0 0 1 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164417] ppid=164411 vsize=1719060 memory=25145 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164417/stat : 164417 (fscip) R 164411 164414 159974 0 -1 4194368 2005 0 0 0 1 0 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164418] ppid=164411 vsize=1719060 memory=56316433531346 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164418/stat : 164418 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 1 0 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164419] ppid=164411 vsize=1719060 memory=54083084091976 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164419/stat : 164419 (fscip) R 164411 164414 159974 0 -1 4194368 1982 0 0 0 0 0 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164420] ppid=164411 vsize=1719060 memory=61783977231038 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164420/stat : 164420 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164421] ppid=164411 vsize=1719060 memory=62917898929210 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164421/stat : 164421 (fscip) R 164411 164414 159974 0 -1 4194368 1955 0 0 0 0 0 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164422] ppid=164411 vsize=1719060 memory=14413717794195044 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164422/stat : 164422 (fscip) D 164411 164414 159974 0 -1 4194368 1982 0 0 0 0 0 0 0 20 0 41 0 25319901 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164423] ppid=164411 vsize=1719060 memory=3616728270730716841 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164423/stat : 164423 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164424] ppid=164411 vsize=1719060 memory=329079 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164424/stat : 164424 (fscip) R 164411 164414 159974 0 -1 4194368 2007 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164425] ppid=164411 vsize=1719060 memory=375006 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164425/stat : 164425 (fscip) R 164411 164414 159974 0 -1 4194368 2002 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164426] ppid=164411 vsize=1719060 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164426/stat : 164426 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164427] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164427/stat : 164427 (fscip) R 164411 164414 159974 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164428] ppid=164411 vsize=1719060 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164428/stat : 164428 (fscip) R 164411 164414 159974 0 -1 4194368 1765 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164429] ppid=164411 vsize=1719060 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164429/stat : 164429 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164430] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164430/stat : 164430 (fscip) R 164411 164414 159974 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164431] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164431/stat : 164431 (fscip) R 164411 164414 159974 0 -1 4194368 2003 0 0 0 0 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164432] ppid=164411 vsize=1719060 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164432/stat : 164432 (fscip) R 164411 164414 159974 0 -1 4194368 2005 0 0 0 1 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164433] ppid=164411 vsize=1719060 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164433/stat : 164433 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 0 1 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164434] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164434/stat : 164434 (fscip) R 164411 164414 159974 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164435] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164435/stat : 164435 (fscip) R 164411 164414 159974 0 -1 4194368 2006 0 0 0 0 0 0 0 20 0 41 0 25319902 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164436] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164436/stat : 164436 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164437] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164437/stat : 164437 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164438] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164438/stat : 164438 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164439] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164439/stat : 164439 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164440] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164440/stat : 164440 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48714 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164441] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164441/stat : 164441 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164442] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164442/stat : 164442 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164443] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164443/stat : 164443 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164444] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164444/stat : 164444 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164445] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164445/stat : 164445 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164446] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164446/stat : 164446 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164447] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164447/stat : 164447 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164448] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164448/stat : 164448 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164449] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164449/stat : 164449 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164450] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164450/stat : 164450 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164451] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164451/stat : 164451 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164452] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164452/stat : 164452 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164453] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164453/stat : 164453 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164454] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164454/stat : 164454 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164455] ppid=164411 vsize=1719060 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164455/stat : 164455 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1760317440 48780 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 1719060 KiB
Current children cumulated memory: 194856 KiB

[startup+0.225473 s]*
/proc/loadavg: 80.48 80.41 80.38 81/1025 164455
/proc/meminfo: memFree=770166796/790760804 swapFree=131071996/131071996
[pid=164414] ppid=164411 vsize=1726628 memory=375208 CPUtime=2.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/stat : 164414 (fscip) S 164411 164414 159974 0 -1 1077936128 92816 0 0 0 242 40 0 0 20 0 41 0 25319899 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
/proc/164414/statm: 431657 93802 2950 3035 0 186137 0
[pid=164414/tid=164416] ppid=164411 vsize=1726628 memory=8318255677412212789 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164416/stat : 164416 (fscip) R 164411 164414 159974 0 -1 4194368 5118 0 0 0 10 2 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164417] ppid=164411 vsize=1726628 memory=211359629656 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164417/stat : 164417 (fscip) R 164411 164414 159974 0 -1 4194368 5473 0 0 0 11 2 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164418] ppid=164411 vsize=1726628 memory=53017898672631 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164418/stat : 164418 (fscip) R 164411 164414 159974 0 -1 4194368 2617 0 0 0 13 1 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164419] ppid=164411 vsize=1726628 memory=60718791811809 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164419/stat : 164419 (fscip) R 164411 164414 159974 0 -1 4194368 5124 0 0 0 11 2 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164420] ppid=164411 vsize=1726628 memory=58485442372557 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164420/stat : 164420 (fscip) R 164411 164414 159974 0 -1 4194368 5500 0 0 0 10 2 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164421] ppid=164411 vsize=1726628 memory=59619364108767 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164421/stat : 164421 (fscip) R 164411 164414 159974 0 -1 4194368 2512 0 0 0 12 1 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164422] ppid=164411 vsize=1726628 memory=15538518189490407 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164422/stat : 164422 (fscip) R 164411 164414 159974 0 -1 4194368 4998 0 0 0 11 2 0 0 20 0 41 0 25319901 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164423] ppid=164411 vsize=1726628 memory=4049356405151652263 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164423/stat : 164423 (fscip) R 164411 164414 159974 0 -1 4194368 5487 0 0 0 11 2 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164424] ppid=164411 vsize=1726628 memory=312597 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164424/stat : 164424 (fscip) R 164411 164414 159974 0 -1 4194368 2449 0 0 0 13 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164425] ppid=164411 vsize=1726628 memory=374999 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164425/stat : 164425 (fscip) R 164411 164414 159974 0 -1 4194368 5004 0 0 0 11 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164426] ppid=164411 vsize=1726628 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164426/stat : 164426 (fscip) R 164411 164414 159974 0 -1 4194368 5500 0 0 0 12 2 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164427] ppid=164411 vsize=1726628 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164427/stat : 164427 (fscip) R 164411 164414 159974 0 -1 4194368 2575 0 0 0 13 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164428] ppid=164411 vsize=1726628 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164428/stat : 164428 (fscip) R 164411 164414 159974 0 -1 4194368 4791 0 0 0 13 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164429] ppid=164411 vsize=1726628 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164429/stat : 164429 (fscip) R 164411 164414 159974 0 -1 4194368 5340 0 0 0 11 2 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164430] ppid=164411 vsize=1726628 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164430/stat : 164430 (fscip) R 164411 164414 159974 0 -1 4194368 2386 0 0 0 13 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164431] ppid=164411 vsize=1726628 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164431/stat : 164431 (fscip) R 164411 164414 159974 0 -1 4194368 5078 0 0 0 12 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164432] ppid=164411 vsize=1726628 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164432/stat : 164432 (fscip) R 164411 164414 159974 0 -1 4194368 5324 0 0 0 11 2 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164433] ppid=164411 vsize=1726628 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164433/stat : 164433 (fscip) R 164411 164414 159974 0 -1 4194368 2633 0 0 0 13 1 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164434] ppid=164411 vsize=1726628 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164434/stat : 164434 (fscip) R 164411 164414 159974 0 -1 4194368 4902 0 0 0 11 2 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164435] ppid=164411 vsize=1726628 memory=0 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164435/stat : 164435 (fscip) R 164411 164414 159974 0 -1 4194368 5172 0 0 0 8 2 0 0 20 0 41 0 25319902 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164436] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164436/stat : 164436 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164437] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164437/stat : 164437 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164438] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164438/stat : 164438 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164439] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164439/stat : 164439 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164440] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164440/stat : 164440 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164441] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164441/stat : 164441 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164442] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164442/stat : 164442 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164443] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164443/stat : 164443 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164444] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164444/stat : 164444 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164445] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164445/stat : 164445 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164446] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164446/stat : 164446 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164447] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164447/stat : 164447 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164448] ppid=164411 vsize=1726628 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164448/stat : 164448 (fscip) S 164411 164414 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25319909 1768067072 93802 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0

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

[pid=164414/tid=164439] ppid=164411 vsize=19864228 memory=6712 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164439/stat : 164439 (fscip) S 164411 164414 159974 0 -1 1077936192 67 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164440] ppid=164411 vsize=19864228 memory=18508736 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164440/stat : 164440 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164441] ppid=164411 vsize=19864228 memory=6720659939691741286 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164441/stat : 164441 (fscip) S 164411 164414 159974 0 -1 1077936192 63 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164442] ppid=164411 vsize=19864228 memory=2732 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164442/stat : 164442 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164443] ppid=164411 vsize=19864228 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164443/stat : 164443 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164444] ppid=164411 vsize=19864228 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164444/stat : 164444 (fscip) S 164411 164414 159974 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164445] ppid=164411 vsize=19864228 memory=845816499695851 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164445/stat : 164445 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164446] ppid=164411 vsize=19864228 memory=845820794667582 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164446/stat : 164446 (fscip) S 164411 164414 159974 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164447] ppid=164411 vsize=19864228 memory=17412 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164447/stat : 164447 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164448] ppid=164411 vsize=19864228 memory=10544 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164448/stat : 164448 (fscip) S 164411 164414 159974 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164449] ppid=164411 vsize=19864228 memory=12160 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164449/stat : 164449 (fscip) S 164411 164414 159974 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164450] ppid=164411 vsize=19864228 memory=11604 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164450/stat : 164450 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164451] ppid=164411 vsize=19864228 memory=18486196 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164451/stat : 164451 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164452] ppid=164411 vsize=19864228 memory=4688 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164452/stat : 164452 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164453] ppid=164411 vsize=19864228 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164453/stat : 164453 (fscip) S 164411 164414 159974 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164454] ppid=164411 vsize=19864228 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164454/stat : 164454 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164455] ppid=164411 vsize=19864228 memory=2316 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164455/stat : 164455 (fscip) S 164411 164414 159974 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 25319909 20340969472 4627712 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
Current children cumulated CPU time: 70867.5 s
Current children cumulated vsize: 19864228 KiB
Current children cumulated memory: 18510848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.6 s]
/proc/loadavg: 80.27 80.63 80.70 81/1025 167104
/proc/meminfo: memFree=736372468/790760804 swapFree=131071996/131071996
[pid=164414] ppid=164411 vsize=20065036 memory=18697416 CPUtime=72001.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/stat : 164414 (fscip) S 164411 164414 159974 0 -1 1077936128 42335776 0 0 0 7151695 48467 0 0 20 0 41 0 25319899 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
/proc/164414/statm: 5016259 4674354 3014 3035 0 4806816 0
[pid=164414/tid=164416] ppid=164411 vsize=20065036 memory=11448 CPUtime=3603.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164416/stat : 164416 (fscip) R 164411 164414 159974 0 -1 4194368 4603373 0 0 0 359016 1336 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164417] ppid=164411 vsize=20065036 memory=6720661034824384613 CPUtime=3603.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164417/stat : 164417 (fscip) R 164411 164414 159974 0 -1 4194368 2017138 0 0 0 359744 619 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164418] ppid=164411 vsize=20065036 memory=51200 CPUtime=3594.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164418/stat : 164418 (fscip) R 164411 164414 159974 0 -1 4194368 162772 0 0 0 354483 4958 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164419] ppid=164411 vsize=20065036 memory=104 CPUtime=3601.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164419/stat : 164419 (fscip) R 164411 164414 159974 0 -1 4194368 4102960 0 0 0 358893 1300 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164420] ppid=164411 vsize=20065036 memory=25932 CPUtime=3602.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164420/stat : 164420 (fscip) R 164411 164414 159974 0 -1 4194368 1881479 0 0 0 359656 563 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164421] ppid=164411 vsize=20065036 memory=21380 CPUtime=3592.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164421/stat : 164421 (fscip) R 164411 164414 159974 0 -1 4194368 142232 0 0 0 352905 6323 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164422] ppid=164411 vsize=20065036 memory=2208 CPUtime=3598.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164422/stat : 164422 (fscip) R 164411 164414 159974 0 -1 4194368 3971667 0 0 0 358537 1316 0 0 20 0 41 0 25319901 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164423] ppid=164411 vsize=20065036 memory=2036 CPUtime=3603.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164423/stat : 164423 (fscip) R 164411 164414 159974 0 -1 4194368 1710335 0 0 0 359858 528 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164424] ppid=164411 vsize=20065036 memory=3300 CPUtime=3594.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164424/stat : 164424 (fscip) R 164411 164414 159974 0 -1 4194368 126445 0 0 0 353484 5962 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164425] ppid=164411 vsize=20065036 memory=2264 CPUtime=3601.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164425/stat : 164425 (fscip) R 164411 164414 159974 0 -1 4194368 3980143 0 0 0 359024 1078 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164426] ppid=164411 vsize=20065036 memory=1668 CPUtime=3605.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164426/stat : 164426 (fscip) R 164411 164414 159974 0 -1 4194368 1762318 0 0 0 359981 526 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164427] ppid=164411 vsize=20065036 memory=9588 CPUtime=3590.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164427/stat : 164427 (fscip) R 164411 164414 159974 0 -1 4194368 146932 0 0 0 353606 5400 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164428] ppid=164411 vsize=20065036 memory=28648 CPUtime=3602.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164428/stat : 164428 (fscip) R 164411 164414 159974 0 -1 4194368 4343466 0 0 0 358977 1244 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164429] ppid=164411 vsize=20065036 memory=32760 CPUtime=3604.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164429/stat : 164429 (fscip) R 164411 164414 159974 0 -1 4194368 1858588 0 0 0 359920 557 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164430] ppid=164411 vsize=20065036 memory=7068 CPUtime=3593.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164430/stat : 164430 (fscip) R 164411 164414 159974 0 -1 4194368 87499 0 0 0 354704 4678 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164431] ppid=164411 vsize=20065036 memory=17412 CPUtime=3600.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164431/stat : 164431 (fscip) R 164411 164414 159974 0 -1 4194368 3674231 0 0 0 358744 1351 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164432] ppid=164411 vsize=20065036 memory=10544 CPUtime=3606.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164432/stat : 164432 (fscip) R 164411 164414 159974 0 -1 4194368 1719163 0 0 0 360077 524 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164433] ppid=164411 vsize=20065036 memory=5512 CPUtime=3593.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164433/stat : 164433 (fscip) R 164411 164414 159974 0 -1 4194368 56125 0 0 0 351091 8252 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164434] ppid=164411 vsize=20065036 memory=15776 CPUtime=3602.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164434/stat : 164434 (fscip) R 164411 164414 159974 0 -1 4194368 4071010 0 0 0 358837 1383 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164435] ppid=164411 vsize=20065036 memory=2316 CPUtime=3605.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164435/stat : 164435 (fscip) R 164411 164414 159974 0 -1 4194368 1909419 0 0 0 359992 522 0 0 20 0 41 0 25319902 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164436] ppid=164411 vsize=20065036 memory=33000 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164436/stat : 164436 (fscip) S 164411 164414 159974 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164437] ppid=164411 vsize=20065036 memory=1804 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164437/stat : 164437 (fscip) S 164411 164414 159974 0 -1 1077936192 132 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164438] ppid=164411 vsize=20065036 memory=36300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164438/stat : 164438 (fscip) S 164411 164414 159974 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164439] ppid=164411 vsize=20065036 memory=4688 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164439/stat : 164439 (fscip) S 164411 164414 159974 0 -1 1077936192 68 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164440] ppid=164411 vsize=20065036 memory=20660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164440/stat : 164440 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 1 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164441] ppid=164411 vsize=20065036 memory=6952 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164441/stat : 164441 (fscip) S 164411 164414 159974 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164442] ppid=164411 vsize=20065036 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164442/stat : 164442 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164443] ppid=164411 vsize=20065036 memory=28152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164443/stat : 164443 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164444] ppid=164411 vsize=20065036 memory=33860 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164444/stat : 164444 (fscip) S 164411 164414 159974 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164445] ppid=164411 vsize=20065036 memory=51204 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164445/stat : 164445 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 1 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164446] ppid=164411 vsize=20065036 memory=7636 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164446/stat : 164446 (fscip) S 164411 164414 159974 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164447] ppid=164411 vsize=20065036 memory=19092 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164447/stat : 164447 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164448] ppid=164411 vsize=20065036 memory=20252 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164448/stat : 164448 (fscip) S 164411 164414 159974 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164449] ppid=164411 vsize=20065036 memory=5500 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164449/stat : 164449 (fscip) S 164411 164414 159974 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164450] ppid=164411 vsize=20065036 memory=11556 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164450/stat : 164450 (fscip) S 164411 164414 159974 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164451] ppid=164411 vsize=20065036 memory=13628 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164451/stat : 164451 (fscip) S 164411 164414 159974 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164452] ppid=164411 vsize=20065036 memory=11568 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164452/stat : 164452 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164453] ppid=164411 vsize=20065036 memory=12132 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164453/stat : 164453 (fscip) S 164411 164414 159974 0 -1 1077936192 128 0 0 0 1 0 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164454] ppid=164411 vsize=20065036 memory=12160 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164454/stat : 164454 (fscip) S 164411 164414 159974 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
[pid=164414/tid=164455] ppid=164411 vsize=20065036 memory=11604 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164414/task/164455/stat : 164455 (fscip) S 164411 164414 159974 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25319909 20546596864 4674354 809668444160 4194304 16623229 140724499192832 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46342144 140724499198985 140724499199103 140724499199103 140724499206128 0
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 20065036 KiB
Current children cumulated memory: 18697416 KiB

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

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

# cumulated CPU time of all completed processes:  user=71517.1 s, system=485.212 s

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

[startup+3640 s]*
/proc/loadavg: 80.27 80.63 80.70 62/986 167104
/proc/meminfo: memFree=750414592/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3640.12 s]
/proc/loadavg: 80.27 80.63 80.70 62/986 167104
/proc/meminfo: memFree=750414592/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): 3640.15
CPU time (s): 72002.3
CPU user time (s): 71517.1
CPU system time (s): 485.212
CPU usage (%): 1978
Max. virtual memory (cumulated for all children) (KiB): 20065036
Max. memory (cumulated for all children) (KiB): 18697416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71517.1
system time used= 485.212
maximum resident set size= 18697480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42335899
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= 2874801
involuntary context switches= 639473


# summary of solver processes directly reported to runsolver:
#   pid: 164414
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71517.1
#   total CPU system time (s): 485.212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0564 second user time and 80.5297 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 10:29:28
IDJOB=4465802
IDBENCH=162352
IDSOLVER=3094
FILE ID=nodeD105/4465802-1722587368
RUNJOBID= nodeD105-1722581828-159985
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x140split.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-4465802-1722587368/watcher-4465802-1722587368 -o /tmp/evaluation-result-4465802-1722587368/solver-4465802-1722587368 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159985 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465802-1722587368.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=791295271

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		: 2867.143
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		: 3568.787
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		: 2970.433
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		: 2993.002
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		: 2868.002
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		: 3445.540
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		: 2974.223
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		: 2987.205
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		: 2868.842
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		: 3318.987
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		: 2850.367
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		: 2986.358
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		: 2867.398
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		: 2931.155
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		: 2975.469
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		: 2992.991
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		: 2871.406
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		: 3102.831
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		: 2961.012
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		: 2992.988
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		: 2865.994
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		: 1782.335
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		: 2977.231
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		: 2992.986
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		: 2870.324
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		: 1158.066
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		: 2967.116
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		: 2873.623
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		: 2866.861
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		: 1488.977
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		: 2971.895
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		: 2983.358
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		: 2870.774
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		: 1428.911
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		: 2977.195
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		: 2987.730
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		: 2871.337
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		: 1470.101
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		: 2971.653
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		: 2978.658
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		: 2871.331
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		: 2628.699
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		: 2962.015
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		: 2992.969
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		: 2870.095
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		: 2632.687
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		: 2836.079
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		: 2992.963
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		: 2871.286
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		: 2626.811
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		: 2977.312
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		: 2992.956
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		: 2871.264
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		: 2635.155
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		: 2966.788
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		: 2991.771
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		: 2870.627
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		: 2629.087
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		: 2966.385
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		: 2985.833
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		: 2871.263
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		: 2411.367
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		: 2977.663
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		: 2992.939
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		: 2870.477
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		: 1592.643
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		: 2977.785
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		: 2992.932
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		: 2871.491
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		: 2666.190
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		: 2977.902
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		: 2984.589
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		: 2871.599
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		: 2654.750
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		: 2969.887
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		: 2987.945
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		: 2871.711
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		: 2624.047
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		: 2974.617
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		: 2984.957
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:        770527928 kB
MemAvailable:   773068060 kB
Buffers:          377708 kB
Cached:          5467748 kB
SwapCached:            0 kB
Active:           571848 kB
Inactive:       17005808 kB
Active(anon):       2168 kB
Inactive(anon): 11752560 kB
Active(file):     569680 kB
Inactive(file):  5253248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29200 kB
Writeback:            52 kB
AnonPages:      11731088 kB
Mapped:           131108 kB
Shmem:             22536 kB
KReclaimable:     273812 kB
Slab:             648816 kB
SReclaimable:     273812 kB
SUnreclaim:       375004 kB
KernelStack:       16944 kB
PageTables:        34048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1717636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           311040 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1959936 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:      686080 kB
DirectMap2M:    83697664 kB
DirectMap1G:    721420288 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-02 11:30:08