Trace number 4465559

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-30UNSAT 32223.5 1637.64

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
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 benchmark20800.4
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
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 = 22274048, getVmSize() = 22274048, SCIPgetMemUsed() = 689160, SCIPgetMemTotal() = 780328, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14893706, getVmSize() = 23670784, SCIPgetMemUsed() = 778560, SCIPgetMemTotal() = 1128168, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465559-1722454913
0.00/0.00	c   Variables        : 52 (52 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 52 (52 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 1 
0.00/0.00	c   logicor          : 1 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.85/5.12	c         5         208852          35        20                -           0.0000          -
198.05/10.17	c        10         474144          35        20                -           0.0000          -
297.81/15.22	c        15         709473          36        20                -           0.0000          -
396.18/20.26	c        20         968822          35        20                -           0.0000          -
496.44/25.31	c        25        1220960          35        20                -           0.0000          -
594.52/30.36	c        30        1469901          32        20                -           0.0000          -
694.75/35.41	c        35        1719040          33        20                -           0.0000          -
793.24/40.46	c        40        1965311          34        20                -           0.0000          -
893.51/45.51	c        46        2067472          35        20                -           0.0000          -
991.73/50.56	c        51        2231407          36        20                -           0.0000          -
1092.17/55.61	c        56        2831285          36        20                -           0.0000          -
1190.54/60.66	c        61        2712326          31        20                -           0.0000          -
1290.62/65.71	c        66        2964979          32        20                -           0.0000          -
1388.60/70.76	c        71        3171569          28        20                -           0.0000          -
1488.73/75.81	c        76        3386487          28        20                -           0.0000          -
1586.88/80.86	c        81        4131912          35        20                -           0.0000          -
1686.75/85.91	c        86        3823203          36        20                -           0.0000          -
1785.37/90.96	c        91        4038126          31        20                -           0.0000          -
1883.35/96.01	c        96        4912348          33        20                -           0.0000          -
1984.01/101.06	c       101        5171680          37        20                -           0.0000          -
2082.28/106.11	c       106        4667221          36        20                -           0.0000          -
2182.45/111.16	c       111        4882741          30        20                -           0.0000          -
2282.03/116.22	c       116        5947999          36        20                -           0.0000          -
2380.24/121.26	c       121        6207763          34        20                -           0.0000          -
2480.26/126.31	c       126        6457243          34        20                -           0.0000          -
2578.53/131.35	c       131        6713632          35        20                -           0.0000          -
2678.53/136.40	c       136        6964401          34        20                -           0.0000          -
2776.72/141.45	c       141        7224722          35        20                -           0.0000          -
2876.81/146.50	c       147        7478514          37        20                -           0.0000          -
2975.45/151.56	c       152        7744701          34        20                -           0.0000          -
3075.81/156.60	c       157        8008293          34        20                -           0.0000          -
3174.34/161.66	c       162        8266990          35        20                -           0.0000          -
3274.84/166.70	c       167        8527933          34        20                -           0.0000          -
3373.52/171.75	c       172        8794096          33        20                -           0.0000          -
3473.95/176.80	c       177        9057452          31        20                -           0.0000          -
3572.56/181.85	c       182        9320470          35        20                -           0.0000          -
3673.02/186.91	c       187        9587268          33        20                -           0.0000          -
3771.50/191.95	c       192        9852015          36        20                -           0.0000          -
3870.14/197.00	c       197       10118488          35        20                -           0.0000          -
3971.10/202.05	c       202       10383495          38        20                -           0.0000          -
4069.63/207.11	c       207       10650228          35        20                -           0.0000          -
4170.48/212.15	c       212       10916821          38        20                -           0.0000          -
4268.77/217.20	c       217       11183859          36        20                -           0.0000          -
4368.98/222.25	c       222       11450754          31        20                -           0.0000          -
4469.49/227.31	c       227       11715784          33        20                -           0.0000          -
4567.91/232.35	c       232       11981167          36        20                -           0.0000          -
4668.27/237.40	c       237       12244778          35        20                -           0.0000          -
4766.69/242.45	c       242       12505699          36        20                -           0.0000          -
4867.16/247.50	c       248       12768278          37        20                -           0.0000          -
4965.72/252.55	c       253       13030744          35        20                -           0.0000          -
5066.04/257.60	c       258       13294693          36        20                -           0.0000          -
5164.53/262.65	c       263       13557689          32        20                -           0.0000          -
5265.02/267.71	c       268       13819471          36        20                -           0.0000          -
5363.24/272.75	c       273       14080561          34        20                -           0.0000          -
5463.50/277.80	c       278       14345714          31        20                -           0.0000          -
5562.05/282.85	c       283       14608642          35        20                -           0.0000          -
5662.65/287.90	c       288       14874152          35        20                -           0.0000          -
5761.09/292.95	c       293       15134251          36        20                -           0.0000          -
5859.68/298.00	c       298       15388770          33        20                -           0.0000          -
5960.80/303.05	c       303       15651860          37        20                -           0.0000          -
6059.28/308.10	c       308       15909692          31        20                -           0.0000          -
6159.81/313.15	c       313       16164008          37        20                -           0.0000          -
6259.91/318.20	c       318       16418368          35        20                -           0.0000          -
6358.48/323.26	c       323       16679159          34        20                -           0.0000          -
6458.99/328.30	c       328       16940369          34        20                -           0.0000          -
6557.68/333.35	c       333       17203849          34        20                -           0.0000          -
6658.30/338.40	c       338       17463010          33        20                -           0.0000          -
6757.05/343.45	c       343       17722869          32        20                -           0.0000          -
6857.72/348.50	c       349       17986383          32        20                -           0.0000          -
6956.30/353.55	c       354       18250431          34        20                -           0.0000          -
7056.91/358.60	c       359       18512336          35        20                -           0.0000          -
7155.61/363.66	c       364       18776358          35        20                -           0.0000          -
7254.30/368.70	c       369       19040000          33        20                -           0.0000          -
7354.73/373.75	c       374       19300742          31        20                -           0.0000          -
7455.30/378.80	c       379       19563931          34        20                -           0.0000          -
7553.87/383.85	c       384       19824537          34        20                -           0.0000          -
7654.43/388.90	c       389       20086342          35        20                -           0.0000          -
7752.96/393.93	c       394       20347078          33        20                -           0.0000          -
7851.18/398.95	c       399        1213586       94608        20                -           0.0000          -
7951.84/404.03	c       404       20861751          32        20                -           0.0000          -
8050.49/409.08	c       409       21122701          36        20                -           0.0000          -
8150.65/414.14	c       414       21379175          32        20                -           0.0000          -
8250.43/419.20	c       419       21638962          31        20                -           0.0000          -
8348.92/424.25	c       424       21883843          32        20                -           0.0000          -
8449.18/429.30	c       429       22142127          32        20                -           0.0000          -
8547.59/434.35	c       434       22398660          29        20                -           0.0000          -
8645.72/439.40	c       439       22657890          33        20                -           0.0000          -
8746.08/444.45	c       444       22900412          33        20                -           0.0000          -
8846.38/449.50	c       450       23158494          33        20                -           0.0000          -
8944.80/454.56	c       455       23416145          36        20                -           0.0000          -
9045.02/459.60	c       460       23675804          33        20                -           0.0000          -
9143.37/464.66	c       465       23931114          33        20                -           0.0000          -
9243.71/469.70	c       470       24177440          35        20                -           0.0000          -
9341.91/474.75	c       475       24424641          32        20                -           0.0000          -
9442.26/479.80	c       480       24684362          35        20                -           0.0000          -
9540.23/484.85	c       485       24936621          32        20                -           0.0000          -
9640.39/489.90	c       490       25193260          33        20                -           0.0000          -
9738.70/494.96	c       495       25451467          30        20                -           0.0000          -
9837.17/499.98	c       500       25706174          33        20                -           0.0000          -
9938.08/505.03	c       505       25965027          32        20                -           0.0000          -
10036.14/510.08	c       510       26221593          34        20                -           0.0000          -
10134.08/515.12	c       515       26473936          33        20                -           0.0000          -
10234.39/520.19	c       520       26732096          35        20                -           0.0000          -
10334.16/525.24	c       525       26985754          33        20                -           0.0000          -
10432.77/530.29	c       530       27239688          31        20                -           0.0000          -
10532.75/535.34	c       535       27497138          35        20                -           0.0000          -
10630.73/540.39	c       540       27752973          36        20                -           0.0000          -
10730.46/545.45	c       545       28003899          34        20                -           0.0000          -
10828.80/550.49	c       550       28254821          34        20                -           0.0000          -
10929.01/555.54	c       556       28509301          32        20                -           0.0000          -
11027.21/560.59	c       561       28765711          38        20                -           0.0000          -
11127.61/565.65	c       566       29020125          32        20                -           0.0000          -
11226.26/570.69	c       571       29280222          37        20                -           0.0000          -
11326.75/575.74	c       576       29537426          37        20                -           0.0000          -
11425.41/580.79	c       581       29796329          32        20                -           0.0000          -
11525.77/585.84	c       586       30054489          30        20                -           0.0000          -
11624.03/590.88	c       591       30311424          33        20                -           0.0000          -
11724.52/595.94	c       596        1912421      121909        20                -           0.0000          -
11823.15/600.99	c       601       30829573          36        20                -           0.0000          -
11924.01/606.04	c       606       31089971          38        20                -           0.0000          -
12022.44/611.09	c       611       31339331          40        20                -           0.0000          -
12122.85/616.14	c       616       31599735          36        20                -           0.0000          -
12222.89/621.20	c       621       31856122          33        20                -           0.0000          -
12321.14/626.24	c       626       32110330          31        20                -           0.0000          -
12419.74/631.25	c       631       32341476          33        20                -           0.0000          -
12520.33/636.32	c       636        1780733      124994        20                -           0.0000          -
12618.64/641.39	c       641        1788640      125223        20                -           0.0000          -
12718.97/646.44	c       646        1798962      125956        20                -           0.0000          -
12817.53/651.49	c       652        1807174      126764        20                -           0.0000          -
12917.88/656.54	c       657       33599389          36        20                -           0.0000          -
13016.21/661.59	c       662       33847111          32        20                -           0.0000          -
13116.51/666.64	c       667       34097096          27        20                -           0.0000          -
13214.97/671.69	c       672       34342991          22        20                -           0.0000          -
13315.51/676.74	c       677       34599877          34        20                -           0.0000          -
13414.08/681.79	c       682       34866205          36        20                -           0.0000          -
13514.68/686.84	c       687       35125537          36        20                -           0.0000          -
13613.19/691.89	c       692       35387110          33        20                -           0.0000          -
13713.39/696.94	c       697       35636655          36        20                -           0.0000          -
13812.00/701.97	c       702       26166786          37        20                -           0.0000          -
13910.53/707.02	c       707       26352170          33        20                -           0.0000          -
14011.44/712.07	c       712       26584386          27        20                -           0.0000          -
14109.99/717.12	c       717       36673985          32        20                -           0.0000          -
14210.42/722.17	c       722       27027862          31        20                -           0.0000          -
14309.08/727.20	c       727        2412855      157034        20                -           0.0000          -
14409.16/732.25	c       732        2431978      158069        20                -           0.0000          -
14509.71/737.34	c       737       27684531          36        20                -           0.0000          -
14608.19/742.38	c       742       37941973          32        20                -           0.0000          -
14708.47/747.44	c       747       38194263          34        20                -           0.0000          -
14806.98/752.49	c       752       38442559          34        20                -           0.0000          -
14907.38/757.54	c       758       38692563          32        20                -           0.0000          -
15005.78/762.59	c       763       28751300          33        20                -           0.0000          -
15106.37/767.64	c       768       28969394          39        20                -           0.0000          -
15204.88/772.69	c       773       39465715          34        20                -           0.0000          -
15305.35/777.74	c       778       29412960          35        20                -           0.0000          -
15403.82/782.79	c       783       39763435          32        20                -           0.0000          -
15504.39/787.85	c       788       40017547          34        20                -           0.0000          -
15602.93/792.89	c       793       30089257          30        20                -           0.0000          -
15703.41/797.95	c       798       40523265          36        20                -           0.0000          -
15801.92/802.99	c       803       30535037          28        20                -           0.0000          -
15902.89/808.04	c       808       30751079          28        20                -           0.0000          -
16001.68/813.09	c       813       30967275          26        20                -           0.0000          -
16101.96/818.14	c       818       41230724          37        20                -           0.0000          -
16200.47/823.20	c       823       41442637          32        20                -           0.0000          -
16300.78/828.21	c       828       41657007          32        20                -           0.0000          -
16399.25/833.29	c       833       41913286          31        20                -           0.0000          -
16499.93/838.34	c       838       31852047          32        20                -           0.0000          -
16598.47/843.39	c       843       42418502          35        20                -           0.0000          -
16699.18/848.45	c       848       32213078          29        20                -           0.0000          -
16797.70/853.45	c       853       32397139          32        20                -           0.0000          -
16898.04/858.54	c       859       32592173          26        20                -           0.0000          -
16996.54/863.59	c       864       32806430          33        20                -           0.0000          -
17097.18/868.64	c       869       33034196          31        20                -           0.0000          -
17195.74/873.70	c       874       33261606          27        20                -           0.0000          -
17296.26/878.74	c       879       33485055          34        20                -           0.0000          -
17394.84/883.79	c       884       43753921          30        20                -           0.0000          -
17495.64/888.85	c       889       44000173          32        20                -           0.0000          -
17595.81/893.90	c       894        2275765      152845        20                -           0.0000          -
17694.32/898.94	c       899       34165907          26        20                -           0.0000          -
17793.05/904.00	c       904       34311301          26        20                -           0.0000          -
17894.06/909.02	c       909       34518435          26        20                -           0.0000          -
17992.72/914.07	c       914       34692606          37        20                -           0.0000          -
18091.15/919.11	c       919        3205498      181891        20                -           0.0000          -
18191.77/924.17	c       924       35078143          26        20                -           0.0000          -
18292.10/929.24	c       929       35265858          25        20                -           0.0000          -
18390.32/934.29	c       934       45477952          35        20                -           0.0000          -
18490.93/939.34	c       939       45731470          35        20                -           0.0000          -
18589.55/944.39	c       944       45995937          36        20                -           0.0000          -
18690.08/949.44	c       949       36078655          22        20                -           0.0000          -
18788.54/954.49	c       954       46512161          32        20                -           0.0000          -
18889.08/959.54	c       960       46771679          34        20                -           0.0000          -
18987.71/964.58	c       965       47027394          31        20                -           0.0000          -
19088.27/969.64	c       970       47275349          32        20                -           0.0000          -
19186.43/974.69	c       975       47526436          33        20                -           0.0000          -
19286.66/979.74	c       980       37239760          23        20                -           0.0000          -
19385.11/984.79	c       985       37439049          28        20                -           0.0000          -
19485.65/989.85	c       990       48272066          29        20                -           0.0000          -
19583.95/994.85	c       995       37863896          33        20                -           0.0000          -
19682.51/999.88	c      1000       38093007          28        20                -           0.0000          -
19782.80/1004.99	c      1005       38321425          22        20                -           0.0000          -
19881.45/1010.01	c      1010        3494258      205113        20                -           0.0000          -
19982.39/1015.09	c      1015       38778538          24        20                -           0.0000          -
20082.87/1020.15	c      1020       38997939          39        20                -           0.0000          -
20181.37/1025.18	c      1025       39218711          35        20                -           0.0000          -
20281.50/1030.21	c      1030       39449381          35        20                -           0.0000          -
20380.10/1035.25	c      1035       39673850          26        20                -           0.0000          -
20480.55/1040.34	c      1040        2552890      167690        20                -           0.0000          -
20579.17/1045.38	c      1045        2562206      168011        20                -           0.0000          -
20679.76/1050.43	c      1050       40284408          29        20                -           0.0000          -
20778.34/1055.44	c      1055       40424750          25        20                -           0.0000          -
20878.87/1060.51	c      1061       40626730          29        20                -           0.0000          -
20977.40/1065.58	c      1066       40764434          29        20                -           0.0000          -
21077.86/1070.63	c      1071       40978962          27        20                -           0.0000          -
21176.44/1075.68	c      1076       41133388          23        20                -           0.0000          -
21277.06/1080.74	c      1081       41352397          24        20                -           0.0000          -
21375.69/1085.76	c      1086       41615209          26        20                -           0.0000          -
21476.00/1090.83	c      1091       41877485          22        20                -           0.0000          -
21574.45/1095.88	c      1096        3781094      231499        20                -           0.0000          -
21674.80/1100.93	c      1101        3801127      232976        20                -           0.0000          -
21773.34/1105.98	c      1106       42637921          24        20                -           0.0000          -
21871.84/1111.01	c      1111       42895821          22        20                -           0.0000          -
21972.50/1116.08	c      1116       43147250          21        20                -           0.0000          -
22072.88/1121.13	c      1121       43411042          25        20                -           0.0000          -
22171.38/1126.18	c      1126       43675639          22        20                -           0.0000          -
22271.38/1131.21	c      1131       43934067          20        20                -           0.0000          -
22369.80/1136.28	c      1136       44197410          23        20                -           0.0000          -
22470.52/1141.34	c      1141       44462392          23        20                -           0.0000          -
22569.09/1146.38	c      1146       44721709          20        20                -           0.0000          -
22669.55/1151.43	c      1151       44933490          21        20                -           0.0000          -
22768.24/1156.48	c      1156        3983056      248833        20                -           0.0000          -
22866.91/1161.50	c      1162       45334375          22        20                -           0.0000          -
22967.58/1166.58	c      1167       45580649          22        20                -           0.0000          -
23068.17/1171.63	c      1172       45842733          28        20                -           0.0000          -
23166.44/1176.68	c      1177       46087979          30        20                -           0.0000          -
23266.94/1181.73	c      1182       46330161          14        20                -           0.0000          -
23365.56/1186.78	c      1187       46537959          22        20                -           0.0000          -
23464.08/1191.80	c      1192       46752694          25        20                -           0.0000          -
23564.69/1196.87	c      1197       46960100          29        20                -           0.0000          -
23665.42/1201.93	c      1202       47139790          13        20                -           0.0000          -
23764.12/1206.98	c      1207       47349503          28        20                -           0.0000          -
23865.15/1212.03	c      1212       47510588          13        20                -           0.0000          -
23963.49/1217.04	c      1217       47720426          23        20                -           0.0000          -
24064.11/1222.13	c      1222       47960352          23        20                -           0.0000          -
24162.87/1227.17	c      1227       48211787          18        20                -           0.0000          -
24262.79/1232.25	c      1232       48468864          21        20                -           0.0000          -
24361.54/1237.28	c      1237        2894057      180517        20                -           0.0000          -
24462.13/1242.33	c      1242       48772400          31        20                -           0.0000          -
24560.69/1247.36	c      1247       48928898          15        20                -           0.0000          -
24661.11/1252.43	c      1252       49176250          17        20                -           0.0000          -
24759.57/1257.48	c      1257       49426210          25        20                -           0.0000          -
24860.23/1262.53	c      1263       49684124          17        20                -           0.0000          -
24958.71/1267.58	c      1268       49937042          23        20                -           0.0000          -
25059.31/1272.61	c      1273       50199322          21        20                -           0.0000          -
25157.97/1277.68	c      1278       50332157          18        20                -           0.0000          -
25258.41/1282.73	c      1283       50573578          17        20                -           0.0000          -
25356.98/1287.78	c      1288        2970300      187520        20                -           0.0000          -
25457.53/1292.83	c      1293        2981818      188209        20                -           0.0000          -
25556.03/1297.88	c      1298       51095525          20        20                -           0.0000          -
25656.44/1302.93	c      1303       51340248          23        20                -           0.0000          -
25755.05/1307.98	c      1308       51569574          19        20                -           0.0000          -
25856.02/1313.04	c      1313       51787795          26        20                -           0.0000          -
25954.50/1318.08	c      1318       51994245          26        20                -           0.0000          -
26054.91/1323.13	c      1323       52156300          23        20                -           0.0000          -
26153.46/1328.18	c      1328       52281084          19        20                -           0.0000          -
26251.88/1333.19	c      1333       52515176          21        20                -           0.0000          -
26351.95/1338.20	c      1338        3068372      190943        20                -           0.0000          -
26450.30/1343.22	c      1343        3080407      190737        20                -           0.0000          -
26551.02/1348.35	c      1348        3090139      190647        20                -           0.0000          -
26651.53/1353.41	c      1353       53463621          12        20                -           0.0000          -
26750.13/1358.48	c      1358       53726264          23        20                -           0.0000          -
26850.36/1363.50	c      1364       53982858          29        20                -           0.0000          -
26948.94/1368.58	c      1369       54227068          19        20                -           0.0000          -
27049.50/1373.63	c      1374       54448088          15        20                -           0.0000          -
27148.07/1378.68	c      1379       54660269          24        20                -           0.0000          -
27248.73/1383.74	c      1384       54762253          22        20                -           0.0000          -
27347.50/1388.74	c      1389       54980574          23        20                -           0.0000          -
27448.21/1393.83	c      1394       55106188          21        20                -           0.0000          -
27546.80/1398.88	c      1399       55358462          19        20                -           0.0000          -
27647.49/1403.93	c      1404       55561031          16        20                -           0.0000          -
27746.12/1408.94	c      1409       69162565          21        20                -           0.0000          -
27844.65/1413.99	c      1414       69427399          23        20                -           0.0000          -
27945.75/1419.08	c      1419       69697481          27        20                -           0.0000          -
28046.24/1424.13	c      1424        5085674      266693        20                -           0.0000          -
28144.81/1429.18	c      1429       70227981          25        20                -           0.0000          -
28245.11/1434.23	c      1434        3248603      201826        20                -           0.0000          -
28343.77/1439.28	c      1439       70755492          30        20                -           0.0000          -
28444.36/1444.33	c      1444        5204710      203997        20                -           0.0000          -
28542.87/1449.38	c      1449        5124929      271426        20                -           0.0000          -
28643.42/1454.44	c      1454       71549620          18        20                -           0.0000          -
28741.88/1459.44	c      1459       58332614          23        20                -           0.0000          -
28840.48/1464.49	c      1464       72081460          20        20                -           0.0000          -
28941.20/1469.58	c      1470       58783490          21        20                -           0.0000          -
29041.40/1474.61	c      1475       72613268          16        20                -           0.0000          -
29139.96/1479.68	c      1480       72882400          20        20                -           0.0000          -
29240.34/1484.73	c      1485       59556393          18        20                -           0.0000          -
29339.03/1489.78	c      1490       73424110          20        20                -           0.0000          -
29439.78/1494.83	c      1495        3344796      207577        20                -           0.0000          -
29538.21/1499.88	c      1500       73946876          10        20                -           0.0000          -
29638.60/1504.92	c      1505       74208465          23        20                -           0.0000          -
29737.24/1509.98	c      1510       74458052          24        20                -           0.0000          -
29838.14/1515.03	c      1515        5241740      282331        20                -           0.0000          -
29936.60/1520.08	c      1520        3393928      208382        20                -           0.0000          -
30036.96/1525.14	c      1525        3406259      208191        20                -           0.0000          -
30135.27/1530.18	c      1530       75475834          16        20                -           0.0000          -
30235.10/1535.23	c      1535       75741853          17        20                -           0.0000          -
30333.53/1540.28	c      1540       76004155          21        20                -           0.0000          -
30433.70/1545.33	c      1545        5308831      285737        20                -           0.0000          -
30532.28/1550.38	c      1550        3452130      209216        20                -           0.0000          -
30632.71/1555.43	c      1555        3460359      209763        20                -           0.0000          -
30731.23/1560.49	c      1560        3469591      210513        20                -           0.0000          -
30831.81/1565.53	c      1566       63656165          20        20                -           0.0000          -
30930.16/1570.58	c      1571        3477869      211474        20                -           0.0000          -
31030.35/1575.64	c      1576       77771230          16        20                -           0.0000          -
31128.75/1580.68	c      1581       78021957          23        20                -           0.0000          -
31229.32/1585.73	c      1586       64675282          21        20                -           0.0000          -
31327.85/1590.78	c      1591       78548960          24        20                -           0.0000          -
31428.40/1595.83	c      1596       78813190          20        20                -           0.0000          -
31526.98/1600.88	c      1601       79077874          16        20                -           0.0000          -
31627.50/1605.93	c      1606       65709104          13        20                -           0.0000          -
31726.16/1610.98	c      1611       65952311          14        20                -           0.0000          -
31824.44/1616.01	c      1616       66204820          25        20                -           0.0000          -
31925.56/1621.04	c      1621       66448014          29        20                -           0.0000          -
32025.79/1626.13	c      1626       66691124          25        20                -           0.0000          -
32124.44/1631.18	c      1631       66945173          18        20                -           0.0000          -
32206.67/1635.34	c      1635       81016873           0         0                -           0.0000          -
32223.44/1637.63	c      1638       81016873           0         0                -           0.0000          -
32223.44/1637.63	c SCIP Status        : c problem is solved [infeasible]
32223.44/1637.63	c Total Time         : 1637.6300
32223.44/1637.63	c   solving          : 1637.6300
32223.44/1637.63	c   presolving       : 0.0012 (included in solving)
32223.44/1637.63	c B&B Tree           :
32223.44/1637.63	c   nodes (total)    : 81016873
32223.44/1637.63	c Solution           :
32223.44/1637.63	c   Solutions found  : 0
32223.44/1637.63	c   Primal Bound     :          -
32223.44/1637.63	c   Dual Bound       :          -
32223.44/1637.63	c Gap                :          -
32223.44/1637.63	s UNSATISFIABLE

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 (189989 MiB free)
  memory of node 1: 193494 MiB (192005 MiB free)
  memory of node 2: 193531 MiB (191872 MiB free)
  memory of node 3: 193531 MiB (190989 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-4465559-1722454913/watcher-4465559-1722454913 -o /tmp/evaluation-result-4465559-1722454913/solver-4465559-1722454913 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71505 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465559-1722454913.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=74740, runsolver pid=74737
Current StackSize limit: 8192 KiB


[startup+0.100382 s]*
/proc/loadavg: 77.41 59.13 52.70 81/1025 74781
/proc/meminfo: memFree=783143916/790760804 swapFree=131071996/131071996
[pid=74740] ppid=74737 vsize=1662812 memory=84408 CPUtime=1.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/stat : 74740 (fscip) S 74737 74740 71494 0 -1 1077936128 17269 0 0 0 150 19 0 0 20 0 41 0 12074458 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
/proc/74740/statm: 415703 21102 2918 3035 0 111067 0
[pid=74740/tid=74742] ppid=74737 vsize=1662812 memory=8390339637985935414 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74742/stat : 74742 (fscip) R 74737 74740 71494 0 -1 4194368 812 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74743] ppid=74737 vsize=1662812 memory=25138 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74743/stat : 74743 (fscip) R 74737 74740 71494 0 -1 4194368 813 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74744] ppid=74737 vsize=1662812 memory=54117410275792 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74744/stat : 74744 (fscip) R 74737 74740 71494 0 -1 4194368 801 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74745] ppid=74737 vsize=1662812 memory=61818303414854 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74745/stat : 74745 (fscip) R 74737 74740 71494 0 -1 4194368 812 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74746] ppid=74737 vsize=1662812 memory=57385930719929 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74746/stat : 74746 (fscip) R 74737 74740 71494 0 -1 4194368 813 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74747] ppid=74737 vsize=1662812 memory=54100314293148 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74747/stat : 74747 (fscip) R 74737 74740 71494 0 -1 4194368 803 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74748] ppid=74737 vsize=1662812 memory=15544007157614024 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74748/stat : 74748 (fscip) R 74737 74740 71494 0 -1 4194368 812 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74749] ppid=74737 vsize=1662812 memory=13849681230826349 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74749/stat : 74749 (fscip) R 74737 74740 71494 0 -1 4194368 814 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74750] ppid=74737 vsize=1662812 memory=209189 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74750/stat : 74750 (fscip) R 74737 74740 71494 0 -1 4194368 794 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74751] ppid=74737 vsize=1662812 memory=272079 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74751/stat : 74751 (fscip) R 74737 74740 71494 0 -1 4194368 811 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74752] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74752/stat : 74752 (fscip) R 74737 74740 71494 0 -1 4194368 814 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74753] ppid=74737 vsize=1662812 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74753/stat : 74753 (fscip) R 74737 74740 71494 0 -1 4194368 801 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74754] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74754/stat : 74754 (fscip) R 74737 74740 71494 0 -1 4194368 820 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74755] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74755/stat : 74755 (fscip) R 74737 74740 71494 0 -1 4194368 811 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74756] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74756/stat : 74756 (fscip) R 74737 74740 71494 0 -1 4194368 794 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74757] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74757/stat : 74757 (fscip) R 74737 74740 71494 0 -1 4194368 812 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74758] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74758/stat : 74758 (fscip) R 74737 74740 71494 0 -1 4194368 816 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74759] ppid=74737 vsize=1662812 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74759/stat : 74759 (fscip) R 74737 74740 71494 0 -1 4194368 801 0 0 0 7 1 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74760] ppid=74737 vsize=1662812 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74760/stat : 74760 (fscip) R 74737 74740 71494 0 -1 4194368 812 0 0 0 5 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74761] ppid=74737 vsize=1662812 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74761/stat : 74761 (fscip) R 74737 74740 71494 0 -1 4194368 813 0 0 0 7 0 0 0 20 0 41 0 12074459 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74762] ppid=74737 vsize=1662812 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/74740/task/74762/stat : 74762 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74763] ppid=74737 vsize=1662812 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/74740/task/74763/stat : 74763 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74764] ppid=74737 vsize=1662812 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/74740/task/74764/stat : 74764 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74765] ppid=74737 vsize=1662812 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/74740/task/74765/stat : 74765 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74766] ppid=74737 vsize=1662812 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/74740/task/74766/stat : 74766 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74767] ppid=74737 vsize=1662812 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/74740/task/74767/stat : 74767 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74768] ppid=74737 vsize=1662812 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/74740/task/74768/stat : 74768 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74769] ppid=74737 vsize=1662812 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/74740/task/74769/stat : 74769 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74770] ppid=74737 vsize=1662812 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/74740/task/74770/stat : 74770 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74771] ppid=74737 vsize=1662812 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/74740/task/74771/stat : 74771 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74772] ppid=74737 vsize=1662812 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/74740/task/74772/stat : 74772 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74773] ppid=74737 vsize=1662812 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/74740/task/74773/stat : 74773 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74774] ppid=74737 vsize=1662812 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/74740/task/74774/stat : 74774 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74775] ppid=74737 vsize=1662812 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/74740/task/74775/stat : 74775 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74776] ppid=74737 vsize=1662812 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/74740/task/74776/stat : 74776 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74777] ppid=74737 vsize=1662812 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/74740/task/74777/stat : 74777 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74778] ppid=74737 vsize=1662812 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/74740/task/74778/stat : 74778 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74779] ppid=74737 vsize=1662812 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/74740/task/74779/stat : 74779 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74780] ppid=74737 vsize=1662812 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/74740/task/74780/stat : 74780 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74781] ppid=74737 vsize=1662812 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/74740/task/74781/stat : 74781 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 21102 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 1662812 KiB
Current children cumulated memory: 84408 KiB

[startup+0.239692 s]*
/proc/loadavg: 77.41 59.13 52.70 81/1025 74781
/proc/meminfo: memFree=783127548/790760804 swapFree=131071996/131071996
[pid=74740] ppid=74737 vsize=1662812 memory=94580 CPUtime=4.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/stat : 74740 (fscip) S 74737 74740 71494 0 -1 1077936128 19885 0 0 0 393 23 0 0 20 0 41 0 12074458 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 17 77 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
/proc/74740/statm: 415703 23645 2950 3035 0 113558 0
[pid=74740/tid=74742] ppid=74737 vsize=1662812 memory=8318255677412212789 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74742/stat : 74742 (fscip) R 74737 74740 71494 0 -1 4194368 1092 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74743] ppid=74737 vsize=1662812 memory=241407623510 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74743/stat : 74743 (fscip) R 74737 74740 71494 0 -1 4194368 940 0 0 0 20 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74744] ppid=74737 vsize=1662812 memory=60710185099761 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74744/stat : 74744 (fscip) R 74737 74740 71494 0 -1 4194368 801 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74745] ppid=74737 vsize=1662812 memory=58519768556253 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74745/stat : 74745 (fscip) R 74737 74740 71494 0 -1 4194368 1108 0 0 0 19 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74746] ppid=74737 vsize=1662812 memory=52987884233667 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74746/stat : 74746 (fscip) R 74737 74740 71494 0 -1 4194368 938 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74747] ppid=74737 vsize=1662812 memory=62883522476403 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74747/stat : 74747 (fscip) R 74737 74740 71494 0 -1 1077936192 803 0 0 0 18 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74748] ppid=74737 vsize=1662812 memory=14699582227562699 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74748/stat : 74748 (fscip) R 74737 74740 71494 0 -1 4194368 1112 0 0 0 20 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74749] ppid=74737 vsize=1662812 memory=14975572547807411 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74749/stat : 74749 (fscip) R 74737 74740 71494 0 -1 4194368 927 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74750] ppid=74737 vsize=1662812 memory=157597 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74750/stat : 74750 (fscip) R 74737 74740 71494 0 -1 4194368 800 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74751] ppid=74737 vsize=1662812 memory=221385 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74751/stat : 74751 (fscip) R 74737 74740 71494 0 -1 4194368 1056 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74752] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74752/stat : 74752 (fscip) R 74737 74740 71494 0 -1 4194368 919 0 0 0 20 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74753] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74753/stat : 74753 (fscip) R 74737 74740 71494 0 -1 4194368 803 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74754] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74754/stat : 74754 (fscip) R 74737 74740 71494 0 -1 4194368 1066 0 0 0 20 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74755] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74755/stat : 74755 (fscip) R 74737 74740 71494 0 -1 4194368 896 0 0 0 20 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74756] ppid=74737 vsize=1662812 memory=0 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74756/stat : 74756 (fscip) R 74737 74740 71494 0 -1 4194368 798 0 0 0 20 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74757] ppid=74737 vsize=1662812 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74757/stat : 74757 (fscip) R 74737 74740 71494 0 -1 4194368 1039 0 0 0 19 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74758] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74758/stat : 74758 (fscip) R 74737 74740 71494 0 -1 4194368 922 0 0 0 20 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74759] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74759/stat : 74759 (fscip) R 74737 74740 71494 0 -1 4194368 801 0 0 0 19 1 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74760] ppid=74737 vsize=1662812 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74760/stat : 74760 (fscip) R 74737 74740 71494 0 -1 4194368 1046 0 0 0 15 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74761] ppid=74737 vsize=1662812 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74761/stat : 74761 (fscip) R 74737 74740 71494 0 -1 4194368 928 0 0 0 20 0 0 0 20 0 41 0 12074459 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74762] ppid=74737 vsize=1662812 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/74740/task/74762/stat : 74762 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74763] ppid=74737 vsize=1662812 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/74740/task/74763/stat : 74763 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74764] ppid=74737 vsize=1662812 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/74740/task/74764/stat : 74764 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74765] ppid=74737 vsize=1662812 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/74740/task/74765/stat : 74765 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74766] ppid=74737 vsize=1662812 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/74740/task/74766/stat : 74766 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74767] ppid=74737 vsize=1662812 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/74740/task/74767/stat : 74767 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74768] ppid=74737 vsize=1662812 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/74740/task/74768/stat : 74768 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74769] ppid=74737 vsize=1662812 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/74740/task/74769/stat : 74769 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74770] ppid=74737 vsize=1662812 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/74740/task/74770/stat : 74770 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74771] ppid=74737 vsize=1662812 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/74740/task/74771/stat : 74771 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74772] ppid=74737 vsize=1662812 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/74740/task/74772/stat : 74772 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74773] ppid=74737 vsize=1662812 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/74740/task/74773/stat : 74773 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74774] ppid=74737 vsize=1662812 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/74740/task/74774/stat : 74774 (fscip) S 74737 74740 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12074463 1702719488 23645 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0

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

/proc/74740/task/74748/stat : 74748 (fscip) R 74737 74740 71494 0 -1 4194368 1958521 0 0 0 159783 1611 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74749] ppid=74737 vsize=8798016 memory=15260354649262993 CPUtime=1616.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74749/stat : 74749 (fscip) R 74737 74740 71494 0 -1 4194368 951376 0 0 0 160433 1226 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74750] ppid=74737 vsize=8798016 memory=21425 CPUtime=1595.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74750/stat : 74750 (fscip) R 74737 74740 71494 0 -1 4194368 14311 0 0 0 151977 7589 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74751] ppid=74737 vsize=8798016 memory=200073 CPUtime=1614.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74751/stat : 74751 (fscip) R 74737 74740 71494 0 -1 4194368 1674407 0 0 0 159887 1565 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74752] ppid=74737 vsize=8798016 memory=7852 CPUtime=1617.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74752/stat : 74752 (fscip) R 74737 74740 71494 0 -1 4194368 659244 0 0 0 160512 1196 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74753] ppid=74737 vsize=8798016 memory=28648 CPUtime=1592.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74753/stat : 74753 (fscip) R 74737 74740 71494 0 -1 4194368 19861 0 0 0 150252 8985 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74754] ppid=74737 vsize=8798016 memory=32752 CPUtime=1614.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74754/stat : 74754 (fscip) R 74737 74740 71494 0 -1 4194368 1536816 0 0 0 160076 1408 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74755] ppid=74737 vsize=8798016 memory=7068 CPUtime=1617.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74755/stat : 74755 (fscip) R 74737 74740 71494 0 -1 4194368 797211 0 0 0 160454 1263 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74756] ppid=74737 vsize=8798016 memory=36300 CPUtime=1595.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74756/stat : 74756 (fscip) R 74737 74740 71494 0 -1 4194368 17743 0 0 0 151913 7629 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74757] ppid=74737 vsize=8798016 memory=4688 CPUtime=1613.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74757/stat : 74757 (fscip) R 74737 74740 71494 0 -1 4194368 1799574 0 0 0 159914 1483 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74758] ppid=74737 vsize=8798016 memory=-7163089025871470461 CPUtime=1617.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74758/stat : 74758 (fscip) R 74737 74740 71494 0 -1 4194368 560989 0 0 0 160532 1210 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74759] ppid=74737 vsize=8798016 memory=10544 CPUtime=1590.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74759/stat : 74759 (fscip) R 74737 74740 71494 0 -1 4194368 18189 0 0 0 150092 8999 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74760] ppid=74737 vsize=8798016 memory=5512 CPUtime=1614.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74760/stat : 74760 (fscip) R 74737 74740 71494 0 -1 4194368 1587895 0 0 0 160132 1279 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74761] ppid=74737 vsize=8798016 memory=15776 CPUtime=1619.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74761/stat : 74761 (fscip) R 74737 74740 71494 0 -1 4194368 222840 0 0 0 161233 750 0 0 20 0 41 0 12074459 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74762] ppid=74737 vsize=8798016 memory=2316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74762/stat : 74762 (fscip) S 74737 74740 71494 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74763] ppid=74737 vsize=8798016 memory=33000 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74763/stat : 74763 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74764] ppid=74737 vsize=8798016 memory=20240 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74764/stat : 74764 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74765] ppid=74737 vsize=8798016 memory=5356 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/74740/task/74765/stat : 74765 (fscip) S 74737 74740 71494 0 -1 1077936192 79 0 0 0 0 1 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74766] ppid=74737 vsize=8798016 memory=11600 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74766/stat : 74766 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74767] ppid=74737 vsize=8798016 memory=13624 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74767/stat : 74767 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74768] ppid=74737 vsize=8798016 memory=11596 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74768/stat : 74768 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74769] ppid=74737 vsize=8798016 memory=11488 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/74740/task/74769/stat : 74769 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74770] ppid=74737 vsize=8798016 memory=6816 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74770/stat : 74770 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74771] ppid=74737 vsize=8798016 memory=12236872 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/74740/task/74771/stat : 74771 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74772] ppid=74737 vsize=8798016 memory=2708 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74772/stat : 74772 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74773] ppid=74737 vsize=8798016 memory=6660 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74773/stat : 74773 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74774] ppid=74737 vsize=8798016 memory=5721060 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74774/stat : 74774 (fscip) S 74737 74740 71494 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74775] ppid=74737 vsize=8798016 memory=2652 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74775/stat : 74775 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74776] ppid=74737 vsize=8798016 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/74740/task/74776/stat : 74776 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74777] ppid=74737 vsize=8798016 memory=6048 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74777/stat : 74777 (fscip) S 74737 74740 71494 0 -1 1077936192 65 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74778] ppid=74737 vsize=8798016 memory=51200 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/74740/task/74778/stat : 74778 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74779] ppid=74737 vsize=8798016 memory=104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74779/stat : 74779 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74780] ppid=74737 vsize=8798016 memory=25932 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74780/stat : 74780 (fscip) S 74737 74740 71494 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74781] ppid=74737 vsize=8798016 memory=21372 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74781/stat : 74781 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 41 0 12074463 9009168384 1846676 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
Current children cumulated CPU time: 32204.7 s
Current children cumulated vsize: 8798016 KiB
Current children cumulated memory: 7386704 KiB

[startup+1636.8 s]
/proc/loadavg: 80.06 80.09 75.38 70/1007 75654
/proc/meminfo: memFree=757492824/790760804 swapFree=131071996/131071996
[pid=74740] ppid=74737 vsize=5730888 memory=4347912 CPUtime=32221.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/stat : 74740 (fscip) S 74737 74740 71494 0 -1 1077936128 16535981 0 0 0 3158257 63854 0 0 20 0 17 0 12074458 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
/proc/74740/statm: 1432722 1086978 3030 3035 0 1296729 0
[pid=74740/tid=74742] ppid=74737 vsize=5730888 memory=5945200 CPUtime=1616.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74742/stat : 74742 (fscip) R 74737 74740 71494 0 -1 4194368 1551376 0 0 0 160195 1416 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74745] ppid=74737 vsize=5730888 memory=280362447441344 CPUtime=1616.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74745/stat : 74745 (fscip) R 74737 74740 71494 0 -1 4194368 1638317 0 0 0 160118 1551 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74748] ppid=74737 vsize=5730888 memory=7126844 CPUtime=1615.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74748/stat : 74748 (fscip) R 74737 74740 71494 0 -1 4194368 2024080 0 0 0 159932 1617 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74751] ppid=74737 vsize=5730888 memory=7377076 CPUtime=1616.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74751/stat : 74751 (fscip) R 74737 74740 71494 0 -1 4194368 1693638 0 0 0 160042 1568 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74754] ppid=74737 vsize=5730888 memory=6461264 CPUtime=1616.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74754/stat : 74754 (fscip) R 74737 74740 71494 0 -1 4194368 1577052 0 0 0 160228 1411 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74757] ppid=74737 vsize=5730888 memory=7354148 CPUtime=1615.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74757/stat : 74757 (fscip) R 74737 74740 71494 0 -1 4194368 1857158 0 0 0 160064 1488 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74760] ppid=74737 vsize=5730888 memory=6876 CPUtime=1615.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74760/stat : 74760 (fscip) R 74737 74740 71494 0 -1 4194368 1632292 0 0 0 160285 1283 0 0 20 0 17 0 12074459 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74763] ppid=74737 vsize=5730888 memory=7384088 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74763/stat : 74763 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74765] ppid=74737 vsize=5730888 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/74740/task/74765/stat : 74765 (fscip) S 74737 74740 71494 0 -1 1077936192 79 0 0 0 0 1 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74768] ppid=74737 vsize=5730888 memory=11440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74768/stat : 74768 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74772] ppid=74737 vsize=5730888 memory=7354352 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74772/stat : 74772 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74773] ppid=74737 vsize=5730888 memory=7381928 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74773/stat : 74773 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74775] ppid=74737 vsize=5730888 memory=7384108 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74775/stat : 74775 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74776] ppid=74737 vsize=5730888 memory=7373036 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/74740/task/74776/stat : 74776 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74779] ppid=74737 vsize=5730888 memory=6816 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74779/stat : 74779 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74780] ppid=74737 vsize=5730888 memory=12235196 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74780/stat : 74780 (fscip) S 74737 74740 71494 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 17 0 12074463 5868429312 1086978 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
Current children cumulated CPU time: 32221.1 s
Current children cumulated vsize: 5730888 KiB
Current children cumulated memory: 4347912 KiB

[startup+1637.2 s]
/proc/loadavg: 80.06 80.09 75.38 68/994 75654
/proc/meminfo: memFree=759965604/790760804 swapFree=131071996/131071996
[pid=74740] ppid=74737 vsize=2986780 memory=1647504 CPUtime=32223 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/stat : 74740 (fscip) S 74737 74740 71494 0 -1 1077936128 16556579 0 0 0 3158430 63868 0 0 20 0 9 0 12074458 3058462720 412132 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
/proc/74740/statm: 746439 412132 3030 3035 0 631132 0
[pid=74740/tid=74748] ppid=74737 vsize=2984732 memory=15520 CPUtime=1615.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74748/stat : 74748 (fscip) R 74737 74740 71494 0 -1 4194368 2024786 0 0 0 159969 1617 0 0 20 0 9 0 12074459 3056365568 411620 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74751] ppid=74737 vsize=2984732 memory=5070164 CPUtime=1616.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74751/stat : 74751 (fscip) R 74737 74740 71494 0 -1 4194368 1702234 0 0 0 160075 1569 0 0 20 0 9 0 12074459 3056365568 411620 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74754] ppid=74737 vsize=2983708 memory=-7385037602421178984 CPUtime=1616.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74754/stat : 74754 (fscip) R 74737 74740 71494 0 -1 4194368 1580562 0 0 0 160263 1412 0 0 20 0 9 0 12074459 3055316992 411620 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74768] ppid=74737 vsize=2983708 memory=-7385037615359298921 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74768/stat : 74768 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 9 0 12074463 3055316992 411383 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74772] ppid=74737 vsize=2983708 memory=8026936708142884710 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74772/stat : 74772 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 9 0 12074463 3055316992 411383 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74773] ppid=74737 vsize=2983708 memory=4137320 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74773/stat : 74773 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 9 0 12074463 3055316992 411383 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74775] ppid=74737 vsize=2982760 memory=2700 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74775/stat : 74775 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 9 0 12074463 3054346240 411383 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74780] ppid=74737 vsize=2982760 memory=25361 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74780/stat : 74780 (fscip) S 74737 74740 71494 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 9 0 12074463 3054346240 411230 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
Current children cumulated CPU time: 32223 s
Current children cumulated vsize: 2986780 KiB
Current children cumulated memory: 1647504 KiB

[startup+1637.6 s]
/proc/loadavg: 80.06 80.09 75.38 68/994 75654
/proc/meminfo: memFree=759965604/790760804 swapFree=131071996/131071996
[pid=74740] ppid=74737 vsize=2169840 memory=804972 CPUtime=32223.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/stat : 74740 (fscip) S 74737 74740 71494 0 -1 1077936128 16561645 0 0 0 3158473 63871 0 0 20 0 6 0 12074458 2221916160 201243 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
/proc/74740/statm: 542460 201243 3030 3035 0 442822 0
[pid=74740/tid=74748] ppid=74737 vsize=2169840 memory=15776 CPUtime=1616.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74748/stat : 74748 (fscip) R 74737 74740 71494 0 -1 4194368 2029316 0 0 0 160007 1617 0 0 20 0 6 0 12074459 2221916160 201243 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74772] ppid=74737 vsize=2169840 memory=5288844 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74772/stat : 74772 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 6 0 12074463 2221916160 201243 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74773] ppid=74737 vsize=2169840 memory=6320012 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74773/stat : 74773 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 6 0 12074463 2221916160 201243 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74775] ppid=74737 vsize=2169840 memory=7378688 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74775/stat : 74775 (fscip) S 74737 74740 71494 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 6 0 12074463 2221916160 201243 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
[pid=74740/tid=74780] ppid=74737 vsize=2169840 memory=-7163089025871470461 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/74740/task/74780/stat : 74780 (fscip) S 74737 74740 71494 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 6 0 12074463 2221916160 201243 809668444160 4194304 16623229 140723437456960 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25563136 140723437458442 140723437458560 140723437458560 140723437465584 0
Current children cumulated CPU time: 32223.4 s
Current children cumulated vsize: 2169840 KiB
Current children cumulated memory: 804972 KiB

Child status: 0

Real time (s): 1637.64
CPU time (s): 32223.5
CPU user time (s): 31584.7
CPU system time (s): 638.744
CPU usage (%): 1967.67
Max. virtual memory (cumulated for all children) (KiB): 8799240
Max. memory (cumulated for all children) (KiB): 7387996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31584.7
system time used= 638.744
maximum resident set size= 7388080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16563390
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= 26273875
involuntary context switches= 54770


# summary of solver processes directly reported to runsolver:
#   pid: 74740
#   total CPU time (s): 32223.5
#   total CPU user time (s): 31584.7
#   total CPU system time (s): 638.744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4796 second user time and 32.2971 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 21:41:53
IDJOB=4465559
IDBENCH=148106
IDSOLVER=3094
FILE ID=nodeD105/4465559-1722454913
RUNJOBID= nodeD105-1722454451-71505
SLURM_JOB_ID= 8254239
Free space on /tmp= 8622840 MiB

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

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=1636858778

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		: 2998.218
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		: 2204.334
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		: 3137.887
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		: 3149.859
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		: 3004.499
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		: 2598.522
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		: 3077.806
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		: 2880.587
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		: 2993.706
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		: 2594.429
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		: 3144.411
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		: 3004.737
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		: 2989.735
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		: 3630.346
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		: 3086.749
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		: 3130.489
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		: 2894.127
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		: 2977.490
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		: 3144.442
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		: 2959.223
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		: 2984.391
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		: 3370.240
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		: 3144.477
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		: 3147.974
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		: 2923.198
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		: 3240.371
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		: 3048.510
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		: 3008.701
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		: 2917.869
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		: 2274.638
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		: 3043.929
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		: 3151.092
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		: 3018.501
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		: 3529.484
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		: 2943.964
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		: 2988.936
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		: 3018.506
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		: 3366.744
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		: 3144.494
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		: 2905.321
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		: 2967.853
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		: 1207.001
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		: 2802.948
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		: 3148.169
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		: 2993.229
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		: 1309.237
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		: 3120.257
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		: 3042.795
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		: 3006.166
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		: 2620.059
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		: 3077.525
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		: 2909.418
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		: 3018.481
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		: 2402.115
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		: 2942.670
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		: 3042.925
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		: 3018.479
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		: 2628.784
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		: 2901.467
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		: 3037.420
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		: 3008.686
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		: 2632.712
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		: 3144.555
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		: 3088.478
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		: 3018.479
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		: 2644.478
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		: 2912.557
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		: 3037.821
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		: 2976.049
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		: 2652.796
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		: 2965.518
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		: 3066.688
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		: 2974.263
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		: 2645.638
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		: 2917.855
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		: 3148.205
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		: 3018.481
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		: 1358.140
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		: 3144.602
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		: 3150.011
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:        783214196 kB
MemAvailable:   782006712 kB
Buffers:          158520 kB
Cached:          1993224 kB
SwapCached:            0 kB
Active:           315012 kB
Inactive:        4845100 kB
Active(anon):       2192 kB
Inactive(anon):  3028200 kB
Active(file):     312820 kB
Inactive(file):  1816900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28508 kB
Writeback:             4 kB
AnonPages:       3009460 kB
Mapped:           125748 kB
Shmem:             22536 kB
KReclaimable:     164996 kB
Slab:             507372 kB
SReclaimable:     164996 kB
SUnreclaim:       342376 kB
KernelStack:       17136 kB
PageTables:        16424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1895544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      522240 kB
DirectMap2M:    60792832 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-07-31 22:09:11