Trace number 4469237

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12? 70464.3 3598.46

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-ns903616.0.u.opb
MD5SUM851dd7bb62635ec66e2461b484912a91
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21582
Total number of constraints17547
Number of constraints which are clauses6313
Number of constraints which are cardinality constraints (but not clauses)344
Number of constraints which are nor clauses,nor cardinality constraints10890
Minimum length of a constraint1
Maximum length of a constraint221
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 221
Number of bits of the biggest sum of numbers8
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: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 106486132, getVmSize() = 94224384, SCIPgetMemUsed() = 65856022, SCIPgetMemTotal() = 70302118, SCIPgetMemExternEstim() = 36184014
0.00/0.09	c ** set memory limit for presolving in LC to 8.79576e+12 for SCIP **
16.32/16.44	c ** Estimated virtualMemUsedAtSolver = 122991931, getVmSize() = 175222784, SCIPgetMemUsed() = 92534091, SCIPgetMemTotal() = 148303883, SCIPgetMemExternEstim() = 36184014
16.32/16.44	c ** set memory limit for solvers to 4.18823e+11 for each SCIP **
16.32/16.44	c Original Problem   :
16.32/16.44	c   Problem name     : instance-4469237-1723657923
16.32/16.44	c   Variables        : 21582 (21582 binary, 0 integer, 0 implicit integer, 0 continuous)
16.32/16.44	c   Constraints      : 17547
16.32/16.44	c   Objective sense  : minimize
16.32/16.44	c Presolved Problem  :
16.32/16.44	c   Variables        : 10017 (10017 binary, 0 integer, 0 implicit integer, 0 continuous)
16.32/16.44	c   Constraints      : 4318
16.32/16.44	c Constraints        : Number
16.32/16.44	c   knapsack         : 751 
16.32/16.44	c   setppc           : 3424 
16.32/16.44	c   logicor          : 143 
16.32/16.44	c ** Instance transfer method used: 0
16.32/16.46	c ** ParaScipInstance copy does not increase the number of variables. **
16.62/16.79	c LC is working with racing ramp-up and with rebuilding tree after racing.
16.75/16.80	c                                Nodes    Active                                            
16.75/16.80	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1015.97/67.34	c        67              2           1        20                -           0.0000          -
1126.79/73.03	c        73              2           1        20                -           0.0000          -
1237.53/78.50	c        79              2           1        20                -           0.0000          -
1340.48/83.76	c        84              2           1        20                -           0.0000          -
1446.14/89.07	c        89              4           3        20                -           0.0000          -
1556.04/94.67	c        95              6           5        20                -           0.0000          -
1674.83/100.68	c       101             22          23        20                -           0.0000          -
1785.59/106.28	c       106              8           7        20                -           0.0000          -
1912.20/112.65	c       113              8           7        20                -           0.0000          -
2017.12/118.00	c       118              8           7        20                -           0.0000          -
2133.88/123.87	c       124              8           7        20                -           0.0000          -
2272.52/130.81	c       131              8           7        20                -           0.0000          -
2373.59/135.97	c       136             11          10        20                -           0.0000          -
2488.48/141.70	c       142             11          10        20                -           0.0000          -
2601.37/147.47	c       147             11          10        20                -           0.0000          -
2702.37/152.54	c       153             13          12        20                -           0.0000          -
2817.21/158.30	c       158             13          12        20                -           0.0000          -
2932.85/164.16	c       164             13          12        20                -           0.0000          -
3051.91/170.17	c       170             13          12        20                -           0.0000          -
3162.22/175.72	c       176             13          12        20                -           0.0000          -
3261.35/180.78	c       181             13          12        20                -           0.0000          -
3370.45/186.22	c       186             13          12        20                -           0.0000          -
3497.25/192.69	c       193             13          12        20                -           0.0000          -
3626.75/199.14	c       199             13          12        20                -           0.0000          -
3751.09/205.49	c       206             13          12        20                -           0.0000          -
3870.11/211.42	c       211             13          12        20                -           0.0000          -
4001.96/218.08	c       218             13          12        20                -           0.0000          -
4106.20/223.35	c       223             13          12        20                -           0.0000          -
4213.35/228.78	c       229             13          12        20                -           0.0000          -
4322.42/234.23	c       234             13          12        20                -           0.0000          -
4425.64/239.48	c       239             13          12        20                -           0.0000          -
4526.82/244.56	c       245             13          12        20                -           0.0000          -
4626.00/249.58	c       250             13          12        20                -           0.0000          -
4735.62/255.06	c       255             10           9        20                -           0.0000          -
4840.02/260.39	c       260             10           9        20                -           0.0000          -
4970.90/267.01	c       267             10           9        20                -           0.0000          -
5078.00/272.31	c       272             10           9        20                -           0.0000          -
5177.19/277.37	c       277             13          12        20                -           0.0000          -
5296.15/283.35	c       283             13          12        20                -           0.0000          -
5395.24/288.38	c       288             13          12        20                -           0.0000          -
5516.18/294.49	c       294             13          12        20                -           0.0000          -
5623.23/299.87	c       300             20          19        20                -           0.0000          -
5724.29/304.91	c       305             65          64        20                -           0.0000          -
5826.08/310.06	c       310             14          13        20                -           0.0000          -
5925.18/315.08	c       315             25          24        20                -           0.0000          -
6039.30/320.89	c       321             25          24        20                -           0.0000          -
6168.07/327.32	c       327             73          72        20                -           0.0000          -
6267.16/332.39	c       332             73          72        20                -           0.0000          -
6378.17/337.94	c       338             73          72        20                -           0.0000          -
6477.25/342.97	c       343             17          16        20                -           0.0000          -
6584.31/348.38	c       348             75          74        20                -           0.0000          -
6689.37/353.67	c       354             18          17        20                -           0.0000          -
6790.45/358.74	c       359             18          17        20                -           0.0000          -
6889.58/363.79	c       364             22          21        20                -           0.0000          -
6990.72/368.90	c       369             36          35        20                -           0.0000          -
7091.55/373.95	c       374             36          35        20                -           0.0000          -
7196.55/379.26	c       379             19          18        20                -           0.0000          -
7329.19/385.98	c       386             58          55        20                -           0.0000          -
7434.19/391.23	c       391             21          20        20                -           0.0000          -
7535.26/396.32	c       396             21          20        20                -           0.0000          -
7634.21/401.37	c       401             21          20        20                -           0.0000          -
7735.11/406.43	c       406             28          27        20                -           0.0000          -
7834.14/411.46	c       411             60          57        20                -           0.0000          -
7935.09/416.53	c       417             22          21        20                -           0.0000          -
8034.15/421.59	c       422             22          21        20                -           0.0000          -
8135.23/426.67	c       427             22          21        20                -           0.0000          -
8236.30/431.72	c       432             93          92        20                -           0.0000          -
8335.20/436.77	c       437             93          92        20                -           0.0000          -
8436.25/441.83	c       442             93          92        20                -           0.0000          -
8537.29/446.91	c       447             94          71        20                -           0.0000          -
8641.03/452.18	c       452             36          35        20                -           0.0000          -
8749.05/457.67	c       458             36          35        20                -           0.0000          -
8849.97/462.71	c       463             96          95        20                -           0.0000          -
8949.00/467.76	c       468             96          95        20                -           0.0000          -
9049.96/472.81	c       473             96          95        20                -           0.0000          -
9149.01/477.87	c       478             78          75        20                -           0.0000          -
9249.94/482.91	c       483             42          41        20                -           0.0000          -
9348.94/487.97	c       488             35          34        20                -           0.0000          -
9450.60/493.04	c       493             83          80        20                -           0.0000          -
9549.49/498.08	c       498             51          52        20                -           0.0000          -
9653.84/503.33	c       503             51          52        20                -           0.0000          -
9752.75/508.39	c       508             37          36        20                -           0.0000          -
9853.69/513.44	c       513            155          92        20                -           0.0000          -
9952.73/518.48	c       518            155          92        20                -           0.0000          -
10051.71/523.50	c       524             53          52        20                -           0.0000          -
10152.73/528.58	c       529            109         108        20                -           0.0000          -
10253.71/533.64	c       534             50          49        20                -           0.0000          -
10354.70/538.77	c       539             54          55        20                -           0.0000          -
10455.69/543.88	c       544             54          55        20                -           0.0000          -
10556.72/548.94	c       549             54          55        20                -           0.0000          -
10658.31/554.08	c       554             54          55        20                -           0.0000          -
10759.33/559.14	c       559             54          55        20                -           0.0000          -
10858.42/564.19	c       564             54          55        20                -           0.0000          -
10958.74/569.24	c       569             54          55        20                -           0.0000          -
11059.68/574.32	c       574             54          55        20                -           0.0000          -
11158.65/579.38	c       579             54          55        20                -           0.0000          -
11259.59/584.42	c       584             54          55        20                -           0.0000          -
11358.59/589.48	c       589             54          55        20                -           0.0000          -
11459.54/594.53	c       595             54          55        20                -           0.0000          -
11558.53/599.58	c       600             54          55        20                -           0.0000          -
11659.45/604.63	c       605            126         125        20                -           0.0000          -
11758.45/609.68	c       610             55          54        20                -           0.0000          -
11859.32/614.76	c       615             67          68        20                -           0.0000          -
11960.27/619.81	c       620             59          58        20                -           0.0000          -
12059.21/624.86	c       625            131         130        20                -           0.0000          -
12160.13/629.92	c       630             74          75        20                -           0.0000          -
12259.09/634.97	c       635             74          75        20                -           0.0000          -
12357.97/640.02	c       640             74          75        20                -           0.0000          -
12459.73/645.09	c       645             74          75        20                -           0.0000          -
12560.52/650.13	c       650             74          75        20                -           0.0000          -
12659.54/655.18	c       655             74          75        20                -           0.0000          -
12759.76/660.24	c       660             74          75        20                -           0.0000          -
12860.75/665.31	c       665             74          75        20                -           0.0000          -
12959.79/670.38	c       670             74          75        20                -           0.0000          -
13060.79/675.44	c       675             74          75        20                -           0.0000          -
13159.82/680.49	c       680             74          75        20                -           0.0000          -
13260.87/685.53	c       686             74          75        20                -           0.0000          -
13359.94/690.60	c       691             74          75        20                -           0.0000          -
13460.97/695.65	c       696             73          72        20                -           0.0000          -
13561.96/700.71	c       701             76          75        20                -           0.0000          -
13660.90/705.77	c       706             74          73        20                -           0.0000          -
13761.91/710.81	c       711            171         168        20                -           0.0000          -
13860.90/715.88	c       716            189         180        20                -           0.0000          -
13944.74/720.08	Racing ramp-up finished after 720.0800 seconds. Selected strategy 8.
13958.75/721.20	c       721             82          83         1                -           0.0000          -           0.0000          -
13990.90/728.25	c       728             82          83         1                -           0.0000          -           0.0000          -
14021.28/743.42	c       743             82          83         1                -           0.0000          -           0.0000          -
14907.63/793.00	c       793            167          83        20                -           0.0000          -           0.0000          -
15009.24/798.09	c       798           2880         431        20                -           0.0000          -           0.0000          -
15110.20/803.16	c       803           9041         731        20                -           0.0000          -           0.0000          -
15210.44/808.20	c       808          18417         900        20                -           0.0000          -           0.0000          -
15309.40/813.26	c       813          29708        1029        20                -           0.0000          -           0.0000          -
15410.34/818.31	c       818          39903        1021        20                -           0.0000          -           0.0000          -
15509.31/823.35	c       823          51023        1040        20                -           0.0000          -           0.0000          -
15610.30/828.40	c       828          60797        1041        20                -           0.0000          -           0.0000          -
15709.16/833.46	c       833          73748        1309        20                -           0.0000          -           0.0000          -
15810.11/838.52	c       839          87396        1300        20                -           0.0000          -           0.0000          -
15909.06/843.56	c       844         101138        1285        20                -           0.0000          -           0.0000          -
16009.96/848.62	c       849         114326        1277        20                -           0.0000          -           0.0000          -
16108.92/853.67	c       854         127668        1313        20                -           0.0000          -           0.0000          -
16209.98/858.71	c       859         140881        1339        20                -           0.0000          -           0.0000          -
16309.14/863.76	c       864         154366        1369        20                -           0.0000          -           0.0000          -
16410.21/868.81	c       869         168363        1359        20                -           0.0000          -           0.0000          -
16509.35/873.86	c       874         182830        1370        20                -           0.0000          -           0.0000          -
16610.46/878.92	c       879         197133        1369        20                -           0.0000          -           0.0000          -
16709.54/883.96	c       884         210881        1369        20                -           0.0000          -           0.0000          -
16808.68/889.01	c       889         224821        1406        20                -           0.0000          -           0.0000          -
16910.43/894.06	c       894         239384        1409        20                -           0.0000          -           0.0000          -
17009.58/899.07	c       899         253980        1476        20                -           0.0000          -           0.0000          -
17110.91/904.16	c       904         268388        1359        20                -           0.0000          -           0.0000          -
17211.29/909.21	c       909         281640        1346        20                -           0.0000          -           0.0000          -
17310.49/914.23	c       914         294956        1373        20                -           0.0000          -           0.0000          -
17411.65/919.32	c       919         309763        1362        20                -           0.0000          -           0.0000          -
17510.83/924.37	c       924         323427        1375        20                -           0.0000          -           0.0000          -
17611.99/929.41	c       929         337078        1365        20                -           0.0000          -           0.0000          -
17711.16/934.48	c       934         350773        1364        20                -           0.0000          -           0.0000          -
17812.38/939.54	c       940         365444        1415        20                -           0.0000          -           0.0000          -
17911.64/944.59	c       945         379523        1370        20                -           0.0000          -           0.0000          -
18012.89/949.64	c       950         394144        1403        20                -           0.0000          -           0.0000          -
18112.16/954.69	c       955         408203        1430        20                -           0.0000          -           0.0000          -
18213.40/959.74	c       960         422073        1457        20                -           0.0000          -           0.0000          -
18312.66/964.79	c       965         435723        1426        20                -           0.0000          -           0.0000          -
18413.89/969.85	c       970         449623        1445        20                -           0.0000          -           0.0000          -
18513.10/974.89	c       975         462654        1432        20                -           0.0000          -           0.0000          -
18614.25/979.94	c       980         475218        1403        20                -           0.0000          -           0.0000          -
18713.42/984.99	c       985         488461        1424        20                -           0.0000          -           0.0000          -
18815.13/990.04	c       990         502002        1433        20                -           0.0000          -           0.0000          -
18914.41/995.09	c       995         515103        1428        20                -           0.0000          -           0.0000          -
19015.40/1000.14	c      1000         528499        1455        20                -           0.0000          -           0.0000          -
19115.93/1005.20	c      1005         541346        1431        20                -           0.0000          -           0.0000          -
19215.03/1010.25	c      1010         554234        1442        20                -           0.0000          -           0.0000          -
19316.12/1015.30	c      1015         567091        1450        20                -           0.0000          -           0.0000          -
19415.26/1020.36	c      1020         579815        1452        20                -           0.0000          -           0.0000          -
19516.31/1025.40	c      1025         592998        1478        20                -           0.0000          -           0.0000          -
19615.38/1030.46	c      1030         605386        1506        20                -           0.0000          -           0.0000          -
19714.37/1035.48	c      1035         618261        1512        20                -           0.0000          -           0.0000          -
19815.40/1040.57	c      1041         631854        1514        20                -           0.0000          -           0.0000          -
19916.41/1045.62	c      1046         645144        1552        20                -           0.0000          -           0.0000          -
20015.37/1050.69	c      1051         657581        1547        20                -           0.0000          -           0.0000          -
20116.37/1055.73	c      1056         670595        1544        20                -           0.0000          -           0.0000          -
20215.40/1060.78	c      1061         682953        1546        20                -           0.0000          -           0.0000          -
20316.43/1065.83	c      1066         695448        1547        20                -           0.0000          -           0.0000          -
20415.51/1070.89	c      1071         708510        1577        20                -           0.0000          -           0.0000          -
20516.54/1075.94	c      1076         721534        1588        20                -           0.0000          -           0.0000          -
20615.63/1080.99	c      1081         735758        1615        20                -           0.0000          -           0.0000          -
20714.74/1086.03	c      1086         748507        1620        20                -           0.0000          -           0.0000          -
20816.55/1091.10	c      1091         762843        1612        20                -           0.0000          -           0.0000          -
20915.41/1096.12	c      1096         775069        1606        20                -           0.0000          -           0.0000          -
21014.73/1101.14	c      1101         787410        1627        20                -           0.0000          -           0.0000          -
21115.47/1106.18	c      1106         799658        1628        20                -           0.0000          -           0.0000          -
21215.87/1111.24	c      1111         811669        1633        20                -           0.0000          -           0.0000          -
21316.94/1116.30	c      1116         823953        1632        20                -           0.0000          -           0.0000          -
21415.96/1121.35	c      1121         836127        1667        20                -           0.0000          -           0.0000          -
21516.95/1126.41	c      1126         848485        1673        20                -           0.0000          -           0.0000          -
21616.00/1131.46	c      1131         861519        1669        20                -           0.0000          -           0.0000          -
21717.03/1136.52	c      1137         874751        1727        20                -           0.0000          -           0.0000          -
21816.08/1141.57	c      1142         887649        1709        20                -           0.0000          -           0.0000          -
21917.14/1146.62	c      1147         900855        1727        20                -           0.0000          -           0.0000          -
22016.23/1151.66	c      1152         913993        1724        20                -           0.0000          -           0.0000          -
22117.34/1156.71	c      1157         926808        1747        20                -           0.0000          -           0.0000          -
22216.45/1161.75	c      1162         939902        1758        20                -           0.0000          -           0.0000          -
22317.48/1166.81	c      1167         952447        1797        20                -           0.0000          -           0.0000          -
22416.59/1171.86	c      1172         964138        1802        20                -           0.0000          -           0.0000          -
22517.69/1176.91	c      1177         977171        1843        20                -           0.0000          -           0.0000          -
22616.73/1181.97	c      1182         989449        1841        20                -           0.0000          -           0.0000          -
22715.88/1187.01	c      1187        1002478        1836        20                -           0.0000          -           0.0000          -
22817.71/1192.08	c      1192        1015089        1867        20                -           0.0000          -           0.0000          -
22916.99/1197.14	c      1197        1027357        1878        20                -           0.0000          -           0.0000          -
23017.98/1202.18	c      1202        1040042        1889        20                -           0.0000          -           0.0000          -
23118.28/1207.23	c      1207        1052940        1927        20                -           0.0000          -           0.0000          -
23217.46/1212.28	c      1212        1066017        1944        20                -           0.0000          -           0.0000          -
23318.57/1217.32	c      1217        1077841        1926        20                -           0.0000          -           0.0000          -
23417.70/1222.34	c      1222        1089727        1962        20                -           0.0000          -           0.0000          -
23518.77/1227.46	c      1227        1102222        1977        20                -           0.0000          -           0.0000          -
23619.77/1232.51	c      1233        1113891        1982        20                -           0.0000          -           0.0000          -
23718.72/1237.56	c      1238        1125880        2009        20                -           0.0000          -           0.0000          -
23819.78/1242.62	c      1243        1138110        2022        20                -           0.0000          -           0.0000          -
23918.91/1247.67	c      1248        1150881        2048        20                -           0.0000          -           0.0000          -
24020.04/1252.72	c      1253        1163727        2063        20                -           0.0000          -           0.0000          -
24119.18/1257.75	c      1258        1176179        2035        20                -           0.0000          -           0.0000          -
24220.30/1262.85	c      1263        1189539        2085        20                -           0.0000          -           0.0000          -
24319.43/1267.89	c      1268        1202660        2077        20                -           0.0000          -           0.0000          -
24420.50/1272.94	c      1273        1215610        2091        20                -           0.0000          -           0.0000          -
24519.59/1277.99	c      1278        1228812        2120        20                -           0.0000          -           0.0000          -
24621.25/1283.05	c      1283        1241510        2122        20                -           0.0000          -           0.0000          -
24720.60/1288.08	c      1288        1254038        2119        20                -           0.0000          -           0.0000          -
24821.78/1293.14	c      1293        1268289        2115        20                -           0.0000          -           0.0000          -
24922.06/1298.20	c      1298        1281790        2132        20                -           0.0000          -           0.0000          -
25021.15/1303.24	c      1303        1295061        2113        20                -           0.0000          -           0.0000          -
25122.23/1308.30	c      1308        1307146        2125        20                -           0.0000          -           0.0000          -
25221.36/1313.34	c      1313        1319411        2149        20                -           0.0000          -           0.0000          -
25320.50/1318.39	c      1318        1331574        2148        20                -           0.0000          -           0.0000          -
25421.63/1323.44	c      1323        1344652        2194        20                -           0.0000          -           0.0000          -
25520.77/1328.49	c      1328        1356839        2188        20                -           0.0000          -           0.0000          -
25621.91/1333.54	c      1334        1368904        2220        20                -           0.0000          -           0.0000          -
25721.05/1338.60	c      1339        1381365        2235        20                -           0.0000          -           0.0000          -
25822.10/1343.64	c      1344        1393756        2240        20                -           0.0000          -           0.0000          -
25921.25/1348.69	c      1349        1406221        2251        20                -           0.0000          -           0.0000          -
26022.36/1353.74	c      1354        1418830        2261        20                -           0.0000          -           0.0000          -
26123.51/1358.80	c      1359        1431359        2262        20                -           0.0000          -           0.0000          -
26222.68/1363.85	c      1364        1444479        2314        20                -           0.0000          -           0.0000          -
26323.81/1368.90	c      1369        1457605        2312        20                -           0.0000          -           0.0000          -
26422.95/1373.95	c      1374        1470427        2350        20                -           0.0000          -           0.0000          -
26522.07/1379.00	c      1379        1482988        2351        20                -           0.0000          -           0.0000          -
26623.86/1384.06	c      1384        1495272        2395        20                -           0.0000          -           0.0000          -
26723.00/1389.10	c      1389        1506625        2406        20                -           0.0000          -           0.0000          -
26824.00/1394.15	c      1394        1519808        2410        20                -           0.0000          -           0.0000          -
26924.33/1399.21	c      1399        1532167        2438        20                -           0.0000          -           0.0000          -
27023.36/1404.26	c      1404        1544296        2447        20                -           0.0000          -           0.0000          -
27124.46/1409.32	c      1409        1556549        2447        20                -           0.0000          -           0.0000          -
27223.49/1414.38	c      1414        1569093        2468        20                -           0.0000          -           0.0000          -
27324.60/1419.43	c      1419        1580742        2454        20                -           0.0000          -           0.0000          -
27423.70/1424.49	c      1424        1592847        2490        20                -           0.0000          -           0.0000          -
27524.79/1429.53	c      1430        1605549        2494        20                -           0.0000          -           0.0000          -
27623.85/1434.57	c      1435        1617115        2535        20                -           0.0000          -           0.0000          -
27724.92/1439.63	c      1440        1629664        2535        20                -           0.0000          -           0.0000          -
27825.95/1444.70	c      1445        1641348        2568        20                -           0.0000          -           0.0000          -
27925.04/1449.75	c      1450        1653332        2567        20                -           0.0000          -           0.0000          -
28026.08/1454.80	c      1455        1665035        2627        20                -           0.0000          -           0.0000          -
28125.09/1459.82	c      1460        1676164        2616        20                -           0.0000          -           0.0000          -
28224.17/1464.89	c      1465        1688175        2618        20                -           0.0000          -           0.0000          -
28325.24/1469.96	c      1470        1700888        2670        20                -           0.0000          -           0.0000          -
28424.33/1475.02	c      1475        1713857        2697        20                -           0.0000          -           0.0000          -
28526.32/1480.06	c      1480        1726399        2713        20                -           0.0000          -           0.0000          -
28625.17/1485.10	c      1485        1738040        2706        20                -           0.0000          -           0.0000          -
28726.30/1490.16	c      1490        1751055        2737        20                -           0.0000          -           0.0000          -
28826.65/1495.22	c      1495        1763256        2743        20                -           0.0000          -           0.0000          -
28925.51/1500.28	c      1500        1774626        2740        20                -           0.0000          -           0.0000          -
29026.56/1505.32	c      1505        1786292        2776        20                -           0.0000          -           0.0000          -
29125.65/1510.37	c      1510        1798034        2781        20                -           0.0000          -           0.0000          -
29226.70/1515.44	c      1515        1810033        2813        20                -           0.0000          -           0.0000          -
29327.70/1520.50	c      1521        1822278        2826        20                -           0.0000          -           0.0000          -
29426.78/1525.53	c      1526        1833835        2866        20                -           0.0000          -           0.0000          -
29527.84/1530.60	c      1531        1846543        2880        20                -           0.0000          -           0.0000          -
29626.89/1535.63	c      1536        1858224        2892        20                -           0.0000          -           0.0000          -
29725.88/1540.64	c      1541        1870320        2909        20                -           0.0000          -           0.0000          -
29826.90/1545.75	c      1546        1882980        2922        20                -           0.0000          -           0.0000          -
29928.01/1550.81	c      1551        1894924        2933        20                -           0.0000          -           0.0000          -
30027.03/1555.87	c      1556        1906527        2915        20                -           0.0000          -           0.0000          -
30128.01/1560.92	c      1561        1918614        2971        20                -           0.0000          -           0.0000          -
30227.10/1565.97	c      1566        1931202        2979        20                -           0.0000          -           0.0000          -
30326.13/1571.02	c      1571        1943273        2966        20                -           0.0000          -           0.0000          -
30427.87/1576.05	c      1576        1955036        2986        20                -           0.0000          -           0.0000          -
30526.87/1581.12	c      1581        1967502        3023        20                -           0.0000          -           0.0000          -
30628.01/1586.17	c      1586        1980414        3024        20                -           0.0000          -           0.0000          -
30728.33/1591.21	c      1591        1991905        3013        20                -           0.0000          -           0.0000          -
30829.25/1596.30	c      1596        2004360        3044        20                -           0.0000          -           0.0000          -
30928.24/1601.36	c      1601        2017417        3027        20                -           0.0000          -           0.0000          -
31029.25/1606.40	c      1606        2029507        3069        20                -           0.0000          -           0.0000          -
31128.23/1611.46	c      1611        2041399        3075        20                -           0.0000          -           0.0000          -
31229.17/1616.52	c      1617        2052753        3115        20                -           0.0000          -           0.0000          -
31328.14/1621.57	c      1622        2064377        3120        20                -           0.0000          -           0.0000          -
31429.11/1626.62	c      1627        2076718        3087        20                -           0.0000          -           0.0000          -
31528.08/1631.67	c      1632        2088167        3138        20                -           0.0000          -           0.0000          -
31627.00/1636.69	c      1637        2100523        3166        20                -           0.0000          -           0.0000          -
31727.94/1641.75	c      1642        2112092        3159        20                -           0.0000          -           0.0000          -
31826.94/1646.77	c      1647        2124241        3167        20                -           0.0000          -           0.0000          -
31927.86/1651.88	c      1652        2136964        3175        20                -           0.0000          -           0.0000          -
32028.83/1656.93	c      1657        2149054        3192        20                -           0.0000          -           0.0000          -
32127.84/1661.95	c      1662        2160701        3213        20                -           0.0000          -           0.0000          -
32229.47/1667.04	c      1667        2173447        3215        20                -           0.0000          -           0.0000          -
32328.50/1672.05	c      1672        2185474        3234        20                -           0.0000          -           0.0000          -
32429.42/1677.15	c      1677        2198458        3235        20                -           0.0000          -           0.0000          -
32529.72/1682.20	c      1682        2209719        3232        20                -           0.0000          -           0.0000          -
32628.73/1687.22	c      1687        2220955        3246        20                -           0.0000          -           0.0000          -
32727.76/1692.26	c      1692        2232437        3246        20                -           0.0000          -           0.0000          -
32828.70/1697.38	c      1697        2244461        3256        20                -           0.0000          -           0.0000          -
32929.73/1702.41	c      1702        2255852        3285        20                -           0.0000          -           0.0000          -
33028.77/1707.49	c      1708        2268189        3255        20                -           0.0000          -           0.0000          -
33129.79/1712.54	c      1713        2279888        3274        20                -           0.0000          -           0.0000          -
33230.84/1717.60	c      1718        2291660        3293        20                -           0.0000          -           0.0000          -
33329.91/1722.66	c      1723        2304501        3300        20                -           0.0000          -           0.0000          -
33430.97/1727.71	c      1728        2316384        3307        20                -           0.0000          -           0.0000          -
33530.01/1732.76	c      1733        2328465        3285        20                -           0.0000          -           0.0000          -
33631.06/1737.81	c      1738        2340711        3327        20                -           0.0000          -           0.0000          -
33730.11/1742.86	c      1743        2353363        3334        20                -           0.0000          -           0.0000          -
33829.19/1747.87	c      1748        2365225        3348        20                -           0.0000          -           0.0000          -
33928.22/1752.88	c      1753        2377274        3365        20                -           0.0000          -           0.0000          -
34029.23/1757.93	c      1758        2388918        3368        20                -           0.0000          -           0.0000          -
34128.23/1763.01	c      1763        2400597        3364        20                -           0.0000          -           0.0000          -
34232.09/1768.15	c      1768        2412568        3380        20                -           0.0000          -           0.0000          -
34332.22/1773.21	c      1773        2424925        3357        20                -           0.0000          -           0.0000          -
34431.23/1778.23	c      1778        2436673        3371        20                -           0.0000          -           0.0000          -
34532.22/1783.33	c      1783        2449516        3356        20                -           0.0000          -           0.0000          -
34631.15/1788.37	c      1788        2461619        3387        20                -           0.0000          -           0.0000          -
34732.12/1793.43	c      1793        2472958        3395        20                -           0.0000          -           0.0000          -
34831.04/1798.46	c      1798        2484040        3404        20                -           0.0000          -           0.0000          -
34931.93/1803.55	c      1804        2496134        3397        20                -           0.0000          -           0.0000          -
35032.94/1808.61	c      1809        2508045        3395        20                -           0.0000          -           0.0000          -
35131.95/1813.66	c      1814        2519820        3390        20                -           0.0000          -           0.0000          -
35232.88/1818.71	c      1819        2531740        3388        20                -           0.0000          -           0.0000          -
35331.81/1823.76	c      1824        2543423        3399        20                -           0.0000          -           0.0000          -
35432.68/1828.84	c      1829        2554773        3413        20                -           0.0000          -           0.0000          -
35531.65/1833.87	c      1834        2566286        3400        20                -           0.0000          -           0.0000          -
35632.60/1838.94	c      1839        2577518        3378        20                -           0.0000          -           0.0000          -
35731.55/1843.99	c      1844        2589249        3357        20                -           0.0000          -           0.0000          -
35833.30/1849.04	c      1849        2600548        3380        20                -           0.0000          -           0.0000          -
35932.11/1854.10	c      1854        2611605        3412        20                -           0.0000          -           0.0000          -
36033.18/1859.15	c      1859        2622870        3420        20                -           0.0000          -           0.0000          -
36133.38/1864.20	c      1864        2634568        3472        20                -           0.0000          -           0.0000          -
36232.42/1869.25	c      1869        2645488        3442        20                -           0.0000          -           0.0000          -
36333.39/1874.30	c      1874        2656847        3477        20                -           0.0000          -           0.0000          -
36432.43/1879.36	c      1879        2668652        3480        20                -           0.0000          -           0.0000          -
36533.44/1884.40	c      1884        2680399        3483        20                -           0.0000          -           0.0000          -
36632.47/1889.47	c      1889        2692238        3490        20                -           0.0000          -           0.0000          -
36733.42/1894.52	c      1895        2703988        3504        20                -           0.0000          -           0.0000          -
36832.42/1899.57	c      1900        2715211        3506        20                -           0.0000          -           0.0000          -
36933.33/1904.63	c      1905        2727240        3499        20                -           0.0000          -           0.0000          -
37032.35/1909.69	c      1910        2738650        3546        20                -           0.0000          -           0.0000          -
37133.37/1914.74	c      1915        2750481        3559        20                -           0.0000          -           0.0000          -
37232.44/1919.79	c      1920        2762572        3539        20                -           0.0000          -           0.0000          -
37333.39/1924.84	c      1925        2774547        3580        20                -           0.0000          -           0.0000          -
37434.41/1929.91	c      1930        2786269        3584        20                -           0.0000          -           0.0000          -
37533.33/1934.95	c      1935        2798069        3617        20                -           0.0000          -           0.0000          -
37632.33/1939.96	c      1940        2808826        3627        20                -           0.0000          -           0.0000          -
37731.37/1944.98	c      1945        2819996        3647        20                -           0.0000          -           0.0000          -
37833.24/1950.11	c      1950        2831121        3658        20                -           0.0000          -           0.0000          -
37933.96/1955.16	c      1955        2842401        3650        20                -           0.0000          -           0.0000          -
38033.24/1960.18	c      1960        2852842        3659        20                -           0.0000          -           0.0000          -
38133.29/1965.26	c      1965        2864111        3664        20                -           0.0000          -           0.0000          -
38234.26/1970.31	c      1970        2875379        3664        20                -           0.0000          -           0.0000          -
38333.28/1975.38	c      1975        2886917        3733        20                -           0.0000          -           0.0000          -
38434.31/1980.43	c      1980        2898852        3707        20                -           0.0000          -           0.0000          -
38533.34/1985.47	c      1985        2910402        3734        20                -           0.0000          -           0.0000          -
38634.38/1990.53	c      1991        2921806        3721        20                -           0.0000          -           0.0000          -
38733.12/1995.57	c      1996        2933484        3723        20                -           0.0000          -           0.0000          -
38834.07/2000.63	c      2001        2945012        3731        20                -           0.0000          -           0.0000          -
38933.10/2005.66	c      2006        2956218        3738        20                -           0.0000          -           0.0000          -
39032.11/2010.69	c      2011        2967613        3711        20                -           0.0000          -           0.0000          -
39133.16/2015.75	c      2016        2979163        3736        20                -           0.0000          -           0.0000          -
39234.17/2020.84	c      2021        2991268        3740        20                -           0.0000          -           0.0000          -
39333.21/2025.89	c      2026        3003003        3738        20                -           0.0000          -           0.0000          -
39434.23/2030.95	c      2031        3014208        3778        20                -           0.0000          -           0.0000          -
39533.27/2036.00	c      2036        3026177        3781        20                -           0.0000          -           0.0000          -
39632.24/2041.03	c      2041        3037051        3773        20                -           0.0000          -           0.0000          -
39734.01/2046.12	c      2046        3048821        3812        20                -           0.0000          -           0.0000          -
39835.09/2051.15	c      2051        3059748        3811        20                -           0.0000          -           0.0000          -
39935.20/2056.23	c      2056        3071296        3822        20                -           0.0000          -           0.0000          -
40034.21/2061.27	c      2061        3082269        3824        20                -           0.0000          -           0.0000          -
40135.22/2066.33	c      2066        3093901        3835        20                -           0.0000          -           0.0000          -
40234.26/2071.36	c      2071        3104842        3836        20                -           0.0000          -           0.0000          -
40335.24/2076.44	c      2076        3115959        3862        20                -           0.0000          -           0.0000          -
40434.26/2081.49	c      2082        3126837        3854        20                -           0.0000          -           0.0000          -
40535.25/2086.53	c      2087        3137503        3865        20                -           0.0000          -           0.0000          -
40634.29/2091.57	c      2092        3148917        3835        20                -           0.0000          -           0.0000          -
40733.30/2096.58	c      2097        3160514        3870        20                -           0.0000          -           0.0000          -
40834.27/2101.60	c      2102        3171484        3861        20                -           0.0000          -           0.0000          -
40935.26/2106.77	c      2107        3182786        3872        20                -           0.0000          -           0.0000          -
41036.30/2111.82	c      2112        3194834        3893        20                -           0.0000          -           0.0000          -
41135.38/2116.88	c      2117        3206235        3896        20                -           0.0000          -           0.0000          -
41236.40/2121.92	c      2122        3217484        3876        20                -           0.0000          -           0.0000          -
41335.41/2126.98	c      2127        3228936        3896        20                -           0.0000          -           0.0000          -
41434.45/2132.02	c      2132        3240604        3912        20                -           0.0000          -           0.0000          -
41536.38/2137.07	c      2137        3251893        3895        20                -           0.0000          -           0.0000          -
41635.16/2142.09	c      2142        3263605        3918        20                -           0.0000          -           0.0000          -
41736.23/2147.19	c      2147        3275250        3951        20                -           0.0000          -           0.0000          -
41836.34/2152.24	c      2152        3286352        3957        20                -           0.0000          -           0.0000          -
41935.31/2157.29	c      2157        3297658        3941        20                -           0.0000          -           0.0000          -
42036.25/2162.32	c      2162        3308412        3979        20                -           0.0000          -           0.0000          -
42135.25/2167.39	c      2167        3320436        3962        20                -           0.0000          -           0.0000          -
42236.15/2172.45	c      2172        3332265        3974        20                -           0.0000          -           0.0000          -
42335.18/2177.47	c      2177        3344374        3948        20                -           0.0000          -           0.0000          -
42434.17/2182.49	c      2182        3356321        3952        20                -           0.0000          -           0.0000          -
42535.18/2187.59	c      2188        3368127        3945        20                -           0.0000          -           0.0000          -
42636.20/2192.60	c      2193        3380510        3929        20                -           0.0000          -           0.0000          -
42737.19/2197.71	c      2198        3392893        3940        20                -           0.0000          -           0.0000          -
42836.22/2202.75	c      2203        3405271        3949        20                -           0.0000          -           0.0000          -
42935.25/2207.78	c      2208        3416858        3948        20                -           0.0000          -           0.0000          -
43036.22/2212.86	c      2213        3429092        3962        20                -           0.0000          -           0.0000          -
43137.24/2217.90	c      2218        3440457        3985        20                -           0.0000          -           0.0000          -
43236.24/2222.96	c      2223        3452469        4036        20                -           0.0000          -           0.0000          -
43335.21/2228.02	c      2228        3464020        4013        20                -           0.0000          -           0.0000          -
43436.97/2233.07	c      2233        3475493        4008        20                -           0.0000          -           0.0000          -
43535.86/2238.11	c      2238        3486522        4001        20                -           0.0000          -           0.0000          -
43636.77/2243.19	c      2243        3498840        3990        20                -           0.0000          -           0.0000          -
43737.08/2248.24	c      2248        3510769        4007        20                -           0.0000          -           0.0000          -
43838.06/2253.30	c      2253        3522054        3991        20                -           0.0000          -           0.0000          -
43937.06/2258.32	c      2258        3533376        4046        20                -           0.0000          -           0.0000          -
44037.90/2263.41	c      2263        3545137        4009        20                -           0.0000          -           0.0000          -
44136.84/2268.46	c      2268        3556402        4017        20                -           0.0000          -           0.0000          -
44235.84/2273.48	c      2273        3567580        4040        20                -           0.0000          -           0.0000          -
44334.82/2278.49	c      2278        3579323        4038        20                -           0.0000          -           0.0000          -
44435.78/2283.54	c      2284        3590922        4016        20                -           0.0000          -           0.0000          -
44534.74/2288.58	c      2289        3602194        4016        20                -           0.0000          -           0.0000          -
44635.52/2293.60	c      2294        3614220        4024        20                -           0.0000          -           0.0000          -
44734.50/2298.61	c      2299        3625792        4002        20                -           0.0000          -           0.0000          -
44833.44/2303.66	c      2304        3637576        3998        20                -           0.0000          -           0.0000          -
44934.42/2308.71	c      2309        3649380        4016        20                -           0.0000          -           0.0000          -
45033.39/2313.77	c      2314        3661511        4014        20                -           0.0000          -           0.0000          -
45132.38/2318.79	c      2319        3673103        4002        20                -           0.0000          -           0.0000          -
45233.34/2323.87	c      2324        3684885        4015        20                -           0.0000          -           0.0000          -
45334.40/2328.90	c      2329        3696247        4054        20                -           0.0000          -           0.0000          -
45433.33/2333.97	c      2334        3707497        3995        20                -           0.0000          -           0.0000          -
45532.30/2338.99	c      2339        3719247        4031        20                -           0.0000          -           0.0000          -
45634.14/2344.07	c      2344        3730789        4031        20                -           0.0000          -           0.0000          -
45735.16/2349.15	c      2349        3742825        4039        20                -           0.0000          -           0.0000          -
45835.19/2354.20	c      2354        3754630        4048        20                -           0.0000          -           0.0000          -
45934.19/2359.25	c      2359        3765897        4031        20                -           0.0000          -           0.0000          -
46035.16/2364.32	c      2364        3778039        4015        20                -           0.0000          -           0.0000          -
46134.14/2369.37	c      2369        3789767        4079        20                -           0.0000          -           0.0000          -
46233.16/2374.38	c      2374        3801381        4036        20                -           0.0000          -           0.0000          -
46334.14/2379.42	c      2379        3813641        4043        20                -           0.0000          -           0.0000          -
46433.14/2384.44	c      2384        3825648        4043        20                -           0.0000          -           0.0000          -
46536.12/2389.61	c      2390        3837887        4045        20                -           0.0000          -           0.0000          -
46635.10/2394.68	c      2395        3849682        4057        20                -           0.0000          -           0.0000          -
46736.07/2399.73	c      2400        3861173        4062        20                -           0.0000          -           0.0000          -
46835.07/2404.78	c      2405        3873072        4053        20                -           0.0000          -           0.0000          -
46936.03/2409.82	c      2410        3884660        4067        20                -           0.0000          -           0.0000          -
47035.03/2414.89	c      2415        3896864        4066        20                -           0.0000          -           0.0000          -
47136.01/2419.96	c      2420        3909313        4043        20                -           0.0000          -           0.0000          -
47235.00/2425.00	c      2425        3921109        4065        20                -           0.0000          -           0.0000          -
47336.64/2430.05	c      2430        3932909        4085        20                -           0.0000          -           0.0000          -
47435.81/2435.10	c      2435        3944498        4053        20                -           0.0000          -           0.0000          -
47536.63/2440.15	c      2440        3956450        4070        20                -           0.0000          -           0.0000          -
47636.91/2445.20	c      2445        3968122        4067        20                -           0.0000          -           0.0000          -
47735.90/2450.25	c      2450        3979718        4094        20                -           0.0000          -           0.0000          -
47834.91/2455.27	c      2455        3991119        4104        20                -           0.0000          -           0.0000          -
47935.91/2460.31	c      2460        4002818        4084        20                -           0.0000          -           0.0000          -
48036.92/2465.41	c      2465        4014736        4146        20                -           0.0000          -           0.0000          -
48135.93/2470.46	c      2470        4026821        4136        20                -           0.0000          -           0.0000          -
48236.92/2475.51	c      2476        4039204        4156        20                -           0.0000          -           0.0000          -
48335.92/2480.57	c      2481        4052020        4102        20                -           0.0000          -           0.0000          -
48436.90/2485.63	c      2486        4064136        4132        20                -           0.0000          -           0.0000          -
48535.93/2490.68	c      2491        4076601        4131        20                -           0.0000          -           0.0000          -
48636.93/2495.72	c      2496        4088718        4109        20                -           0.0000          -           0.0000          -
48735.88/2500.78	c      2501        4100729        4128        20                -           0.0000          -           0.0000          -
48836.87/2505.81	c      2506        4112637        4093        20                -           0.0000          -           0.0000          -
48935.84/2510.89	c      2511        4124988        4078        20                -           0.0000          -           0.0000          -
49036.82/2515.95	c      2516        4137271        4112        20                -           0.0000          -           0.0000          -
49135.83/2520.96	c      2521        4149218        4115        20                -           0.0000          -           0.0000          -
49237.53/2526.04	c      2526        4161552        4077        20                -           0.0000          -           0.0000          -
49336.44/2531.09	c      2531        4173295        4107        20                -           0.0000          -           0.0000          -
49435.35/2536.14	c      2536        4184197        4103        20                -           0.0000          -           0.0000          -
49536.55/2541.16	c      2541        4195351        4107        20                -           0.0000          -           0.0000          -
49636.58/2546.25	c      2546        4207358        4103        20                -           0.0000          -           0.0000          -
49737.56/2551.31	c      2551        4219398        4102        20                -           0.0000          -           0.0000          -
49836.57/2556.35	c      2556        4231151        4133        20                -           0.0000          -           0.0000          -
49935.58/2561.37	c      2561        4242483        4120        20                -           0.0000          -           0.0000          -
50036.60/2566.42	c      2566        4254305        4137        20                -           0.0000          -           0.0000          -
50137.53/2571.51	c      2572        4266311        4167        20                -           0.0000          -           0.0000          -
50236.53/2576.57	c      2577        4278385        4130        20                -           0.0000          -           0.0000          -
50337.54/2581.61	c      2582        4290192        4137        20                -           0.0000          -           0.0000          -
50436.56/2586.65	c      2587        4302213        4121        20                -           0.0000          -           0.0000          -
50537.54/2591.71	c      2592        4314906        4147        20                -           0.0000          -           0.0000          -
50636.54/2596.78	c      2597        4326662        4145        20                -           0.0000          -           0.0000          -
50737.54/2601.83	c      2602        4338554        4137        20                -           0.0000          -           0.0000          -
50836.57/2606.89	c      2607        4350755        4137        20                -           0.0000          -           0.0000          -
50937.60/2611.93	c      2612        4363216        4129        20                -           0.0000          -           0.0000          -
51036.63/2617.00	c      2617        4375465        4137        20                -           0.0000          -           0.0000          -
51138.21/2622.06	c      2622        4387132        4151        20                -           0.0000          -           0.0000          -
51237.31/2627.07	c      2627        4398841        4157        20                -           0.0000          -           0.0000          -
51338.39/2632.15	c      2632        4411202        4149        20                -           0.0000          -           0.0000          -
51438.65/2637.20	c      2637        4422876        4148        20                -           0.0000          -           0.0000          -
51537.69/2642.25	c      2642        4435187        4146        20                -           0.0000          -           0.0000          -
51638.70/2647.32	c      2647        4446803        4127        20                -           0.0000          -           0.0000          -
51737.73/2652.36	c      2652        4458779        4167        20                -           0.0000          -           0.0000          -
51838.59/2657.43	c      2657        4470659        4174        20                -           0.0000          -           0.0000          -
51937.49/2662.47	c      2662        4482691        4172        20                -           0.0000          -           0.0000          -
52038.49/2667.52	c      2668        4494839        4171        20                -           0.0000          -           0.0000          -
52137.52/2672.57	c      2673        4506851        4186        20                -           0.0000          -           0.0000          -
52238.55/2677.61	c      2678        4518583        4194        20                -           0.0000          -           0.0000          -
52337.59/2682.67	c      2683        4530731        4184        20                -           0.0000          -           0.0000          -
52436.62/2687.68	c      2688        4541612        4237        20                -           0.0000          -           0.0000          -
52537.64/2692.74	c      2693        4552691        4202        20                -           0.0000          -           0.0000          -
52638.65/2697.83	c      2698        4564102        4197        20                -           0.0000          -           0.0000          -
52737.69/2702.88	c      2703        4575182        4205        20                -           0.0000          -           0.0000          -
52838.70/2707.94	c      2708        4586314        4228        20                -           0.0000          -           0.0000          -
52937.73/2712.99	c      2713        4597353        4267        20                -           0.0000          -           0.0000          -
53039.55/2718.05	c      2718        4608913        4235        20                -           0.0000          -           0.0000          -
53138.58/2723.10	c      2723        4619772        4253        20                -           0.0000          -           0.0000          -
53239.52/2728.16	c      2728        4631003        4253        20                -           0.0000          -           0.0000          -
53338.42/2733.19	c      2733        4641727        4278        20                -           0.0000          -           0.0000          -
53438.67/2738.26	c      2738        4653191        4243        20                -           0.0000          -           0.0000          -
53539.59/2743.33	c      2743        4664195        4288        20                -           0.0000          -           0.0000          -
53638.58/2748.39	c      2748        4675269        4282        20                -           0.0000          -           0.0000          -
53739.61/2753.41	c      2753        4686523        4260        20                -           0.0000          -           0.0000          -
53838.63/2758.49	c      2758        4698181        4278        20                -           0.0000          -           0.0000          -
53939.63/2763.51	c      2764        4709285        4294        20                -           0.0000          -           0.0000          -
54038.69/2768.59	c      2769        4721128        4313        20                -           0.0000          -           0.0000          -
54139.72/2773.65	c      2774        4732739        4267        20                -           0.0000          -           0.0000          -
54238.74/2778.69	c      2779        4744780        4253        20                -           0.0000          -           0.0000          -
54339.70/2783.74	c      2784        4755856        4242        20                -           0.0000          -           0.0000          -
54438.71/2788.76	c      2789        4766593        4255        20                -           0.0000          -           0.0000          -
54539.73/2793.84	c      2794        4778046        4226        20                -           0.0000          -           0.0000          -
54640.72/2798.91	c      2799        4788898        4233        20                -           0.0000          -           0.0000          -
54739.70/2803.95	c      2804        4799749        4252        20                -           0.0000          -           0.0000          -
54838.62/2809.00	c      2809        4810535        4253        20                -           0.0000          -           0.0000          -
54937.64/2814.02	c      2814        4821375        4250        20                -           0.0000          -           0.0000          -
55039.54/2819.10	c      2819        4833025        4241        20                -           0.0000          -           0.0000          -
55140.26/2824.14	c      2824        4844742        4256        20                -           0.0000          -           0.0000          -
55239.36/2829.19	c      2829        4855802        4250        20                -           0.0000          -           0.0000          -
55339.60/2834.22	c      2834        4866249        4258        20                -           0.0000          -           0.0000          -
55440.57/2839.32	c      2839        4877977        4267        20                -           0.0000          -           0.0000          -
55539.57/2844.37	c      2844        4889038        4270        20                -           0.0000          -           0.0000          -
55640.56/2849.45	c      2849        4900213        4293        20                -           0.0000          -           0.0000          -
55739.55/2854.49	c      2854        4911497        4291        20                -           0.0000          -           0.0000          -
55840.50/2859.54	c      2860        4922768        4302        20                -           0.0000          -           0.0000          -
55939.52/2864.56	c      2865        4933028        4293        20                -           0.0000          -           0.0000          -
56040.52/2869.65	c      2870        4944258        4287        20                -           0.0000          -           0.0000          -
56139.49/2874.67	c      2875        4954958        4249        20                -           0.0000          -           0.0000          -
56240.46/2879.70	c      2880        4966078        4285        20                -           0.0000          -           0.0000          -
56339.47/2884.79	c      2885        4977712        4268        20                -           0.0000          -           0.0000          -
56440.47/2889.81	c      2890        4988498        4249        20                -           0.0000          -           0.0000          -
56539.47/2894.90	c      2895        4999648        4282        20                -           0.0000          -           0.0000          -
56640.64/2899.94	c      2900        5010151        4302        20                -           0.0000          -           0.0000          -
56739.49/2905.01	c      2905        5020853        4315        20                -           0.0000          -           0.0000          -
56841.34/2910.07	c      2910        5031397        4286        20                -           0.0000          -           0.0000          -
56940.30/2915.13	c      2915        5042003        4322        20                -           0.0000          -           0.0000          -
57041.10/2920.20	c      2920        5052854        4320        20                -           0.0000          -           0.0000          -
57141.43/2925.21	c      2925        5063220        4302        20                -           0.0000          -           0.0000          -
57240.44/2930.30	c      2930        5074258        4335        20                -           0.0000          -           0.0000          -
57341.41/2935.34	c      2935        5084927        4333        20                -           0.0000          -           0.0000          -
57442.41/2940.41	c      2940        5096047        4366        20                -           0.0000          -           0.0000          -
57541.40/2945.43	c      2945        5107269        4359        20                -           0.0000          -           0.0000          -
57642.39/2950.53	c      2951        5118639        4358        20                -           0.0000          -           0.0000          -
57741.42/2955.58	c      2956        5129657        4376        20                -           0.0000          -           0.0000          -
57842.36/2960.63	c      2961        5140304        4337        20                -           0.0000          -           0.0000          -
57941.38/2965.64	c      2966        5150840        4376        20                -           0.0000          -           0.0000          -
58042.36/2970.74	c      2971        5161781        4364        20                -           0.0000          -           0.0000          -
58141.35/2975.77	c      2976        5172242        4378        20                -           0.0000          -           0.0000          -
58242.33/2980.81	c      2981        5183246        4406        20                -           0.0000          -           0.0000          -
58341.35/2985.84	c      2986        5194182        4441        20                -           0.0000          -           0.0000          -
58440.34/2990.90	c      2991        5205072        4441        20                -           0.0000          -           0.0000          -
58541.33/2995.99	c      2996        5216511        4425        20                -           0.0000          -           0.0000          -
58643.05/3001.06	c      3001        5228283        4416        20                -           0.0000          -           0.0000          -
58742.06/3006.10	c      3006        5239563        4408        20                -           0.0000          -           0.0000          -
58841.25/3011.13	c      3011        5250925        4406        20                -           0.0000          -           0.0000          -
58942.43/3016.19	c      3016        5262796        4432        20                -           0.0000          -           0.0000          -
59042.43/3021.27	c      3021        5274758        4439        20                -           0.0000          -           0.0000          -
59143.31/3026.32	c      3026        5286264        4449        20                -           0.0000          -           0.0000          -
59242.29/3031.33	c      3031        5296821        4467        20                -           0.0000          -           0.0000          -
59343.29/3036.42	c      3036        5307791        4470        20                -           0.0000          -           0.0000          -
59442.30/3041.48	c      3041        5319033        4468        20                -           0.0000          -           0.0000          -
59543.29/3046.54	c      3047        5330941        4454        20                -           0.0000          -           0.0000          -
59642.24/3051.60	c      3052        5342607        4456        20                -           0.0000          -           0.0000          -
59743.18/3056.62	c      3057        5353876        4481        20                -           0.0000          -           0.0000          -
59842.20/3061.69	c      3062        5365869        4465        20                -           0.0000          -           0.0000          -
59943.24/3066.74	c      3067        5377719        4458        20                -           0.0000          -           0.0000          -
60042.24/3071.79	c      3072        5389215        4504        20                -           0.0000          -           0.0000          -
60143.23/3076.84	c      3077        5401427        4477        20                -           0.0000          -           0.0000          -
60242.18/3081.90	c      3082        5413488        4483        20                -           0.0000          -           0.0000          -
60343.09/3086.92	c      3087        5424721        4476        20                -           0.0000          -           0.0000          -
60442.13/3092.00	c      3092        5436849        4505        20                -           0.0000          -           0.0000          -
60544.10/3097.05	c      3097        5448569        4486        20                -           0.0000          -           0.0000          -
60643.00/3102.05	c      3102        5459777        4490        20                -           0.0000          -           0.0000          -
60744.12/3107.15	c      3107        5471021        4484        20                -           0.0000          -           0.0000          -
60843.14/3112.19	c      3112        5481958        4492        20                -           0.0000          -           0.0000          -
60943.14/3117.22	c      3117        5492636        4496        20                -           0.0000          -           0.0000          -
61042.15/3122.22	c      3122        5503938        4475        20                -           0.0000          -           0.0000          -
61141.05/3127.24	c      3127        5515363        4498        20                -           0.0000          -           0.0000          -
61240.05/3132.26	c      3132        5526899        4500        20                -           0.0000          -           0.0000          -
61341.00/3137.33	c      3137        5538606        4510        20                -           0.0000          -           0.0000          -
61440.06/3142.38	c      3142        5550121        4520        20                -           0.0000          -           0.0000          -
61540.99/3147.43	c      3147        5560762        4508        20                -           0.0000          -           0.0000          -
61640.01/3152.49	c      3152        5572133        4498        20                -           0.0000          -           0.0000          -
61741.01/3157.54	c      3158        5583158        4523        20                -           0.0000          -           0.0000          -
61839.97/3162.58	c      3163        5593792        4500        20                -           0.0000          -           0.0000          -
61939.04/3167.59	c      3168        5604660        4509        20                -           0.0000          -           0.0000          -
62040.07/3172.60	c      3173        5615836        4478        20                -           0.0000          -           0.0000          -
62139.13/3177.65	c      3178        5627096        4522        20                -           0.0000          -           0.0000          -
62238.17/3182.68	c      3183        5637610        4478        20                -           0.0000          -           0.0000          -
62341.07/3187.80	c      3188        5649007        4496        20                -           0.0000          -           0.0000          -
62440.09/3192.83	c      3193        5659406        4514        20                -           0.0000          -           0.0000          -
62541.04/3197.91	c      3198        5670534        4515        20                -           0.0000          -           0.0000          -
62640.04/3202.96	c      3203        5681624        4511        20                -           0.0000          -           0.0000          -
62739.05/3207.97	c      3208        5692245        4499        20                -           0.0000          -           0.0000          -
62840.86/3213.07	c      3213        5703039        4529        20                -           0.0000          -           0.0000          -
62941.72/3218.16	c      3218        5714163        4536        20                -           0.0000          -           0.0000          -
63040.93/3223.18	c      3223        5725021        4526        20                -           0.0000          -           0.0000          -
63141.02/3228.27	c      3228        5736713        4527        20                -           0.0000          -           0.0000          -
63242.03/3233.31	c      3233        5747879        4545        20                -           0.0000          -           0.0000          -
63341.02/3238.37	c      3238        5759076        4526        20                -           0.0000          -           0.0000          -
63442.04/3243.43	c      3243        5770117        4531        20                -           0.0000          -           0.0000          -
63540.99/3248.49	c      3248        5780901        4550        20                -           0.0000          -           0.0000          -
63642.03/3253.51	c      3254        5791930        4563        20                -           0.0000          -           0.0000          -
63741.05/3258.54	c      3259        5803187        4562        20                -           0.0000          -           0.0000          -
63842.02/3263.61	c      3264        5814517        4573        20                -           0.0000          -           0.0000          -
63943.03/3268.70	c      3269        5826068        4584        20                -           0.0000          -           0.0000          -
64042.03/3273.76	c      3274        5836748        4594        20                -           0.0000          -           0.0000          -
64143.03/3278.81	c      3279        5847167        4593        20                -           0.0000          -           0.0000          -
64242.08/3283.87	c      3284        5858585        4591        20                -           0.0000          -           0.0000          -
64341.05/3288.87	c      3289        5869137        4572        20                -           0.0000          -           0.0000          -
64442.06/3293.96	c      3294        5880187        4585        20                -           0.0000          -           0.0000          -
64541.09/3299.02	c      3299        5891650        4610        20                -           0.0000          -           0.0000          -
64642.66/3304.08	c      3304        5902340        4653        20                -           0.0000          -           0.0000          -
64741.92/3309.08	c      3309        5913513        4638        20                -           0.0000          -           0.0000          -
64840.89/3314.14	c      3314        5925117        4635        20                -           0.0000          -           0.0000          -
64941.83/3319.17	c      3319        5936830        4630        20                -           0.0000          -           0.0000          -
65041.97/3324.27	c      3324        5948681        4625        20                -           0.0000          -           0.0000          -
65142.97/3329.35	c      3329        5959867        4598        20                -           0.0000          -           0.0000          -
65241.98/3334.38	c      3334        5970942        4612        20                -           0.0000          -           0.0000          -
65342.97/3339.45	c      3339        5982655        4602        20                -           0.0000          -           0.0000          -
65443.98/3344.50	c      3345        5993534        4626        20                -           0.0000          -           0.0000          -
65542.97/3349.55	c      3350        6004354        4659        20                -           0.0000          -           0.0000          -
65643.84/3354.60	c      3355        6015177        4608        20                -           0.0000          -           0.0000          -
65742.84/3359.65	c      3360        6026040        4613        20                -           0.0000          -           0.0000          -
65843.77/3364.72	c      3365        6037555        4609        20                -           0.0000          -           0.0000          -
65942.81/3369.78	c      3370        6049105        4612        20                -           0.0000          -           0.0000          -
66043.84/3374.84	c      3375        6060723        4619        20                -           0.0000          -           0.0000          -
66142.86/3379.85	c      3380        6072151        4625        20                -           0.0000          -           0.0000          -
66241.86/3384.87	c      3385        6082943        4639        20                -           0.0000          -           0.0000          -
66342.88/3389.96	c      3390        6094021        4643        20                -           0.0000          -           0.0000          -
66441.91/3394.98	c      3395        6105298        4648        20                -           0.0000          -           0.0000          -
66543.48/3400.09	c      3400        6116153        4668        20                -           0.0000          -           0.0000          -
66644.55/3405.15	c      3405        6127001        4651        20                -           0.0000          -           0.0000          -
66744.76/3410.22	c      3410        6138238        4648        20                -           0.0000          -           0.0000          -
66843.76/3415.27	c      3415        6148791        4649        20                -           0.0000          -           0.0000          -
66944.73/3420.32	c      3420        6159834        4676        20                -           0.0000          -           0.0000          -
67043.72/3425.39	c      3425        6171183        4665        20                -           0.0000          -           0.0000          -
67144.67/3430.44	c      3430        6182431        4692        20                -           0.0000          -           0.0000          -
67243.67/3435.46	c      3435        6193794        4666        20                -           0.0000          -           0.0000          -
67344.63/3440.54	c      3441        6205685        4688        20                -           0.0000          -           0.0000          -
67443.59/3445.58	c      3446        6216383        4701        20                -           0.0000          -           0.0000          -
67544.54/3450.66	c      3451        6226865        4722        20                -           0.0000          -           0.0000          -
67645.42/3455.70	c      3456        6238156        4690        20                -           0.0000          -           0.0000          -
67744.38/3460.75	c      3461        6249223        4687        20                -           0.0000          -           0.0000          -
67845.32/3465.80	c      3466        6259953        4716        20                -           0.0000          -           0.0000          -
67944.28/3470.87	c      3471        6271535        4665        20                -           0.0000          -           0.0000          -
68045.24/3475.91	c      3476        6282205        4703        20                -           0.0000          -           0.0000          -
68144.22/3480.93	c      3481        6292571        4707        20                -           0.0000          -           0.0000          -
68245.88/3486.05	c      3486        6303369        4694        20                -           0.0000          -           0.0000          -
68344.97/3491.12	c      3491        6314920        4722        20                -           0.0000          -           0.0000          -
68445.97/3496.16	c      3496        6325678        4736        20                -           0.0000          -           0.0000          -
68545.95/3501.21	c      3501        6335985        4714        20                -           0.0000          -           0.0000          -
68644.94/3506.27	c      3506        6347122        4757        20                -           0.0000          -           0.0000          -
68745.88/3511.31	c      3511        6357350        4751        20                -           0.0000          -           0.0000          -
68844.87/3516.33	c      3516        6367900        4735        20                -           0.0000          -           0.0000          -
68945.80/3521.44	c      3521        6379104        4764        20                -           0.0000          -           0.0000          -
69044.79/3526.50	c      3526        6389963        4735        20                -           0.0000          -           0.0000          -
69145.73/3531.54	c      3532        6400692        4734        20                -           0.0000          -           0.0000          -
69246.64/3536.60	c      3537        6411632        4754        20                -           0.0000          -           0.0000          -
69345.59/3541.63	c      3542        6422663        4761        20                -           0.0000          -           0.0000          -
69446.52/3546.70	c      3547        6433471        4753        20                -           0.0000          -           0.0000          -
69545.46/3551.77	c      3552        6444364        4759        20                -           0.0000          -           0.0000          -
69646.48/3556.83	c      3557        6455189        4756        20                -           0.0000          -           0.0000          -
69745.30/3561.86	c      3562        6465798        4758        20                -           0.0000          -           0.0000          -
69844.29/3566.87	c      3567        6475993        4788        20                -           0.0000          -           0.0000          -
69945.16/3571.95	c      3572        6486725        4786        20                -           0.0000          -           0.0000          -
70046.88/3577.05	c      3577        6498050        4779        20                -           0.0000          -           0.0000          -
70145.65/3582.10	c      3582        6508907        4809        20                -           0.0000          -           0.0000          -
70246.88/3587.16	c      3587        6519258        4815        20                -           0.0000          -           0.0000          -
70346.91/3592.21	c      3592        6529932        4814        20                -           0.0000          -           0.0000          -
70445.87/3597.28	c      3597        6540569        4808        20                -           0.0000          -           0.0000          -
70463.88/3598.17	c SCIP Status        : c solving was interrupted [hard time limit reached]
70463.88/3598.17	c Total Time         : 3598.1700
70463.88/3598.17	c   solving          : 3598.1700
70463.88/3598.17	c   presolving       : 16.3525 (included in solving)
70463.88/3598.17	c B&B Tree           :
70463.88/3598.17	c   nodes (total)    : 6543514
70463.88/3598.17	c Solution           :
70463.88/3598.17	c   Solutions found  : 0
70463.88/3598.17	c   Primal Bound     :          -
70463.88/3598.17	c   Dual Bound       : +0.00000000000000e+00
70463.88/3598.17	c Gap                :          -
70464.02/3598.28	s UNKNOWN

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: 191633 MiB (165011 MiB free)
  memory of node 1: 193531 MiB (176700 MiB free)
  memory of node 2: 193531 MiB (176776 MiB free)
  memory of node 3: 193531 MiB (172528 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-4469237-1723657923/watcher-4469237-1723657923 -o /tmp/evaluation-result-4469237-1723657923/solver-4469237-1723657923 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723654323-808670 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469237-1723657923.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 74.06 78.97 78.88 5/861 810943
/proc/meminfo: memFree=707586072/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=99860 memory=86456 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 19331 0 0 0 8 3 0 0 20 0 1 0 132374966 102256640 21614 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 24965 21614 2614 3035 0 21361 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 99860 KiB
Current children cumulated memory: 86456 KiB

[startup+0.219579 s]*
/proc/loadavg: 74.06 78.97 78.88 6/865 810947
/proc/meminfo: memFree=707480824/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=119752 memory=106036 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 25851 0 0 0 19 4 0 0 20 0 1 0 132374966 122626048 26509 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 29938 26509 2678 3035 0 26334 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 119752 KiB
Current children cumulated memory: 106036 KiB

[startup+0.319999 s]*
/proc/loadavg: 74.06 78.97 78.88 5/865 810947
/proc/meminfo: memFree=707452556/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=119752 memory=106036 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 25851 0 0 0 29 4 0 0 20 0 1 0 132374966 122626048 26509 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 29938 26509 2678 3035 0 26334 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 119752 KiB
Current children cumulated memory: 106036 KiB

[startup+0.700251 s]
/proc/loadavg: 74.06 78.97 78.88 5/865 810947
/proc/meminfo: memFree=707307652/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=122216 memory=107932 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 27392 0 0 0 65 4 0 0 20 0 1 0 132374966 125149184 26983 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 30554 26983 2774 3035 0 26950 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 122216 KiB
Current children cumulated memory: 107932 KiB

[startup+1.5002 s]
/proc/loadavg: 74.06 78.97 78.88 5/885 810967
/proc/meminfo: memFree=706828344/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=128064 memory=114060 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 28911 0 0 0 144 4 0 0 20 0 1 0 132374966 131137536 28515 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 32016 28515 2790 3035 0 28412 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 128064 KiB
Current children cumulated memory: 114060 KiB

[startup+3.12117 s]
/proc/loadavg: 74.06 78.97 78.88 25/923 811054
/proc/meminfo: memFree=709047772/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=137256 memory=122504 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 31013 0 0 0 305 5 0 0 20 0 1 0 132374966 140550144 30626 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 34314 30626 2790 3035 0 30710 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 137256 KiB
Current children cumulated memory: 122504 KiB

[startup+6.3002 s]
/proc/loadavg: 71.49 78.35 78.68 43/943 811074
/proc/meminfo: memFree=705051340/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=147528 memory=132988 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 37361 0 0 0 620 6 0 0 20 0 1 0 132374966 151068672 33247 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 36882 33247 2790 3035 0 33278 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 147528 KiB
Current children cumulated memory: 132988 KiB

[startup+12.7002 s]
/proc/loadavg: 69.21 77.77 78.49 43/943 811075
/proc/meminfo: memFree=704455952/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=148952 memory=134308 CPUtime=12.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) R 810933 810936 808658 0 -1 4194304 37709 0 0 0 1257 7 0 0 20 0 1 0 132374966 152526848 33577 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 37238 33577 2790 3035 0 33634 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 148952 KiB
Current children cumulated memory: 134308 KiB

[startup+25.501 s]
/proc/loadavg: 66.62 76.92 78.21 62/983 811118
/proc/meminfo: memFree=701537040/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=3135244 memory=1840140 CPUtime=188.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) S 810933 810936 808658 0 -1 1077936128 626940 0 0 0 18746 120 0 0 20 0 41 0 132374966 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 783811 460035 2982 3035 0 574976 0
[pid=810936/tid=811078] ppid=810933 vsize=3135244 memory=6226610593702571627 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811078/stat : 811078 (fscip) R 810933 810936 808658 0 -1 4194368 27902 0 0 0 856 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811079] ppid=810933 vsize=3135244 memory=17083 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811079/stat : 811079 (fscip) R 810933 810936 808658 0 -1 4194368 28453 0 0 0 856 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811080] ppid=810933 vsize=3135244 memory=42308 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811080/stat : 811080 (fscip) R 810933 810936 808658 0 -1 4194368 29671 0 0 0 858 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811081] ppid=810933 vsize=3135244 memory=4132774494331964790 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811081/stat : 811081 (fscip) R 810933 810936 808658 0 -1 4194368 27563 0 0 0 857 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811082] ppid=810933 vsize=3135244 memory=1324668 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811082/stat : 811082 (fscip) R 810933 810936 808658 0 -1 4194368 29501 0 0 0 856 5 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811083] ppid=810933 vsize=3135244 memory=224227820793 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811083/stat : 811083 (fscip) R 810933 810936 808658 0 -1 4194368 28285 0 0 0 857 5 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811084] ppid=810933 vsize=3135244 memory=0 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811084/stat : 811084 (fscip) R 810933 810936 808658 0 -1 4194368 28090 0 0 0 857 5 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811085] ppid=810933 vsize=3135244 memory=25333125866717268 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811085/stat : 811085 (fscip) R 810933 810936 808658 0 -1 4194368 28913 0 0 0 857 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811086] ppid=810933 vsize=3135244 memory=2268 CPUtime=8.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811086/stat : 811086 (fscip) R 810933 810936 808658 0 -1 4194368 29004 0 0 0 859 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811087] ppid=810933 vsize=3135244 memory=16336 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811087/stat : 811087 (fscip) R 810933 810936 808658 0 -1 4194368 27299 0 0 0 856 5 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811088] ppid=810933 vsize=3135244 memory=6120 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811088/stat : 811088 (fscip) R 810933 810936 808658 0 -1 4194368 28470 0 0 0 858 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811089] ppid=810933 vsize=3135244 memory=1283680 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811089/stat : 811089 (fscip) R 810933 810936 808658 0 -1 4194368 31485 0 0 0 856 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811090] ppid=810933 vsize=3135244 memory=1848 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811090/stat : 811090 (fscip) R 810933 810936 808658 0 -1 4194368 25546 0 0 0 857 5 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811091] ppid=810933 vsize=3135244 memory=38604 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811091/stat : 811091 (fscip) R 810933 810936 808658 0 -1 4194368 30310 0 0 0 857 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811092] ppid=810933 vsize=3135244 memory=2004 CPUtime=8.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811092/stat : 811092 (fscip) R 810933 810936 808658 0 -1 4194368 32769 0 0 0 828 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811093] ppid=810933 vsize=3135244 memory=52544 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811093/stat : 811093 (fscip) R 810933 810936 808658 0 -1 4194368 27164 0 0 0 857 4 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811094] ppid=810933 vsize=3135244 memory=0 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811094/stat : 811094 (fscip) R 810933 810936 808658 0 -1 4194368 31341 0 0 0 856 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811095] ppid=810933 vsize=3135244 memory=3622830685601805 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811095/stat : 811095 (fscip) R 810933 810936 808658 0 -1 4194368 32864 0 0 0 856 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811096] ppid=810933 vsize=3135244 memory=0 CPUtime=8.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811096/stat : 811096 (fscip) R 810933 810936 808658 0 -1 4194368 27496 0 0 0 856 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811097] ppid=810933 vsize=3135244 memory=279801819258320 CPUtime=8.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811097/stat : 811097 (fscip) R 810933 810936 808658 0 -1 4194368 31629 0 0 0 855 6 0 0 20 0 41 0 132376611 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811098] ppid=810933 vsize=3135244 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811098/stat : 811098 (fscip) S 810933 810936 808658 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811099] ppid=810933 vsize=3135244 memory=147837069297464 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811099/stat : 811099 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811100] ppid=810933 vsize=3135244 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811100/stat : 811100 (fscip) S 810933 810936 808658 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811101] ppid=810933 vsize=3135244 memory=6656426216303648864 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811101/stat : 811101 (fscip) S 810933 810936 808658 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811102] ppid=810933 vsize=3135244 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811102/stat : 811102 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811103] ppid=810933 vsize=3135244 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811103/stat : 811103 (fscip) S 810933 810936 808658 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811104] ppid=810933 vsize=3135244 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811104/stat : 811104 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811105] ppid=810933 vsize=3135244 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811105/stat : 811105 (fscip) S 810933 810936 808658 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811106] ppid=810933 vsize=3135244 memory=1807676 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811106/stat : 811106 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811107] ppid=810933 vsize=3135244 memory=139900910233200 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811107/stat : 811107 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811108] ppid=810933 vsize=3135244 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811108/stat : 811108 (fscip) S 810933 810936 808658 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811109] ppid=810933 vsize=3135244 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811109/stat : 811109 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811110] ppid=810933 vsize=3135244 memory=3622830685601822 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811110/stat : 811110 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811111] ppid=810933 vsize=3135244 memory=3622830685601823 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811111/stat : 811111 (fscip) S 810933 810936 808658 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811112] ppid=810933 vsize=3135244 memory=3482930715869216 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811112/stat : 811112 (fscip) S 810933 810936 808658 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811113] ppid=810933 vsize=3135244 memory=279801820057968 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811113/stat : 811113 (fscip) S 810933 810936 808658 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811114] ppid=810933 vsize=3135244 memory=3485117792127466 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811114/stat : 811114 (fscip) S 810933 810936 808658 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811115] ppid=810933 vsize=3135244 memory=3485117792127466 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811115/stat : 811115 (fscip) S 810933 810936 808658 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 132376646 3210489856 460035 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0

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

[pid=810936/tid=811089] ppid=810933 vsize=8455136 memory=2244 CPUtime=3509.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811089/stat : 811089 (fscip) R 810933 810936 808658 0 -1 4194368 1528347 0 0 0 349924 1075 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811090] ppid=810933 vsize=8455136 memory=19936 CPUtime=3525.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811090/stat : 811090 (fscip) R 810933 810936 808658 0 -1 4194368 1587697 0 0 0 352341 163 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811091] ppid=810933 vsize=8455136 memory=104 CPUtime=3526.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811091/stat : 811091 (fscip) R 810933 810936 808658 0 -1 4194368 1679332 0 0 0 352485 178 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811092] ppid=810933 vsize=8455136 memory=2004 CPUtime=3513.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811092/stat : 811092 (fscip) R 810933 810936 808658 0 -1 4194368 1609761 0 0 0 350288 1110 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811093] ppid=810933 vsize=8455136 memory=52544 CPUtime=3526.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811093/stat : 811093 (fscip) R 810933 810936 808658 0 -1 4194368 1623448 0 0 0 352431 178 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811094] ppid=810933 vsize=8455136 memory=28748 CPUtime=3518.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811094/stat : 811094 (fscip) R 810933 810936 808658 0 -1 4194368 1883106 0 0 0 351687 193 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811095] ppid=810933 vsize=8455136 memory=7384 CPUtime=3507.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811095/stat : 811095 (fscip) R 810933 810936 808658 0 -1 4194368 1603440 0 0 0 349772 1016 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811096] ppid=810933 vsize=8455136 memory=30888 CPUtime=3524.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811096/stat : 811096 (fscip) R 810933 810936 808658 0 -1 4194368 1723175 0 0 0 352246 176 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811097] ppid=810933 vsize=8455136 memory=27932 CPUtime=3528.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811097/stat : 811097 (fscip) R 810933 810936 808658 0 -1 4194368 1563615 0 0 0 352664 175 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811098] ppid=810933 vsize=8455136 memory=3760 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811098/stat : 811098 (fscip) S 810933 810936 808658 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811099] ppid=810933 vsize=8455136 memory=28064 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811099/stat : 811099 (fscip) S 810933 810936 808658 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811100] ppid=810933 vsize=8455136 memory=32848 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811100/stat : 811100 (fscip) S 810933 810936 808658 0 -1 1077936192 137 0 0 0 1 1 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811101] ppid=810933 vsize=8455136 memory=7140 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811101/stat : 811101 (fscip) S 810933 810936 808658 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811102] ppid=810933 vsize=8455136 memory=36336 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811102/stat : 811102 (fscip) S 810933 810936 808658 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811103] ppid=810933 vsize=8455136 memory=6796 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811103/stat : 811103 (fscip) S 810933 810936 808658 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811104] ppid=810933 vsize=8455136 memory=20456 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811104/stat : 811104 (fscip) S 810933 810936 808658 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811105] ppid=810933 vsize=8455136 memory=40392 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811105/stat : 811105 (fscip) S 810933 810936 808658 0 -1 1077936192 103 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811106] ppid=810933 vsize=8455136 memory=8284 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811106/stat : 811106 (fscip) S 810933 810936 808658 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811107] ppid=810933 vsize=8455136 memory=3312 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811107/stat : 811107 (fscip) S 810933 810936 808658 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811108] ppid=810933 vsize=8455136 memory=2212 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811108/stat : 811108 (fscip) S 810933 810936 808658 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811109] ppid=810933 vsize=8455136 memory=1736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811109/stat : 811109 (fscip) S 810933 810936 808658 0 -1 1077936192 137 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811110] ppid=810933 vsize=8455136 memory=19780 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811110/stat : 811110 (fscip) S 810933 810936 808658 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811111] ppid=810933 vsize=8455136 memory=6836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811111/stat : 811111 (fscip) S 810933 810936 808658 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811112] ppid=810933 vsize=8455136 memory=7032 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811112/stat : 811112 (fscip) S 810933 810936 808658 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811113] ppid=810933 vsize=8455136 memory=28124 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811113/stat : 811113 (fscip) S 810933 810936 808658 0 -1 1077936192 207 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811114] ppid=810933 vsize=8455136 memory=33844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811114/stat : 811114 (fscip) S 810933 810936 808658 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811115] ppid=810933 vsize=8455136 memory=64448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811115/stat : 811115 (fscip) S 810933 810936 808658 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811116] ppid=810933 vsize=8455136 memory=7628 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811116/stat : 811116 (fscip) S 810933 810936 808658 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811117] ppid=810933 vsize=8455136 memory=18544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811117/stat : 811117 (fscip) S 810933 810936 808658 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
Current children cumulated CPU time: 70453.8 s
Current children cumulated vsize: 8455136 KiB
Current children cumulated memory: 7433100 KiB

[startup+3598 s]*
/proc/loadavg: 80.08 80.38 79.87 65/1004 813065
/proc/meminfo: memFree=667799416/790760804 swapFree=131071996/131071996
[pid=810936] ppid=810933 vsize=8455136 memory=7433100 CPUtime=70462.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/stat : 810936 (fscip) S 810933 810936 808658 0 -1 1077936128 32683774 0 0 0 7037032 9183 0 0 20 0 41 0 132374966 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
/proc/810936/statm: 2113784 1858275 3350 3035 0 1978876 0
[pid=810936/tid=811078] ppid=810933 vsize=8455136 memory=-3043350669276813616 CPUtime=3522.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811078/stat : 811078 (fscip) S 810933 810936 808658 0 -1 1077936192 1751532 0 0 0 352029 189 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811079] ppid=810933 vsize=8455136 memory=8323350987516068516 CPUtime=3523.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811079/stat : 811079 (fscip) R 810933 810936 808658 0 -1 1077936192 1618284 0 0 0 352124 194 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811080] ppid=810933 vsize=8455136 memory=33100 CPUtime=3512.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811080/stat : 811080 (fscip) R 810933 810936 808658 0 -1 4194368 1539483 0 0 0 350184 1087 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811081] ppid=810933 vsize=8455136 memory=2244 CPUtime=3521.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811081/stat : 811081 (fscip) R 810933 810936 808658 0 -1 4194368 1772387 0 0 0 351954 190 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811082] ppid=810933 vsize=8455136 memory=19936 CPUtime=3525.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811082/stat : 811082 (fscip) R 810933 810936 808658 0 -1 4194368 1708527 0 0 0 352385 188 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811083] ppid=810933 vsize=8455136 memory=104 CPUtime=3515.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811083/stat : 811083 (fscip) R 810933 810936 808658 0 -1 4194368 1446875 0 0 0 350361 1155 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811084] ppid=810933 vsize=8455136 memory=2004 CPUtime=3537.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811084/stat : 811084 (fscip) R 810933 810936 808658 0 -1 4194368 1538517 0 0 0 353582 167 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811085] ppid=810933 vsize=8455136 memory=52544 CPUtime=3548.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811085/stat : 811085 (fscip) R 810933 810936 808658 0 -1 1077936192 1561962 0 0 0 354675 167 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811086] ppid=810933 vsize=8455136 memory=28748 CPUtime=3522.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811086/stat : 811086 (fscip) R 810933 810936 808658 0 -1 4194368 1417230 0 0 0 351109 1139 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811087] ppid=810933 vsize=8455136 memory=7384 CPUtime=3507.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811087/stat : 811087 (fscip) R 810933 810936 808658 0 -1 4194368 1706893 0 0 0 350520 186 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811088] ppid=810933 vsize=8455136 memory=30888 CPUtime=3523.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811088/stat : 811088 (fscip) R 810933 810936 808658 0 -1 4194368 1740247 0 0 0 352144 181 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811089] ppid=810933 vsize=8455136 memory=27932 CPUtime=3510.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811089/stat : 811089 (fscip) R 810933 810936 808658 0 -1 4194368 1529901 0 0 0 349965 1076 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811090] ppid=810933 vsize=8455136 memory=7628 CPUtime=3525.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811090/stat : 811090 (fscip) R 810933 810936 808658 0 -1 4194368 1590846 0 0 0 352383 163 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811091] ppid=810933 vsize=8455136 memory=18544 CPUtime=3527.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811091/stat : 811091 (fscip) R 810933 810936 808658 0 -1 4194368 1679707 0 0 0 352526 179 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811092] ppid=810933 vsize=8455136 memory=20276 CPUtime=3514.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811092/stat : 811092 (fscip) R 810933 810936 808658 0 -1 4194368 1611309 0 0 0 350329 1111 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811093] ppid=810933 vsize=8455136 memory=5528 CPUtime=3526.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811093/stat : 811093 (fscip) R 810933 810936 808658 0 -1 4194368 1624612 0 0 0 352473 178 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811094] ppid=810933 vsize=8455136 memory=11480 CPUtime=3519.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811094/stat : 811094 (fscip) R 810933 810936 808658 0 -1 4194368 1883407 0 0 0 351728 194 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811095] ppid=810933 vsize=8455136 memory=13888 CPUtime=3508.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811095/stat : 811095 (fscip) R 810933 810936 808658 0 -1 4194368 1605141 0 0 0 349813 1016 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811096] ppid=810933 vsize=8455136 memory=11724 CPUtime=3524.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811096/stat : 811096 (fscip) R 810933 810936 808658 0 -1 4194368 1724087 0 0 0 352287 176 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811097] ppid=810933 vsize=8455136 memory=11724 CPUtime=3528.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811097/stat : 811097 (fscip) R 810933 810936 808658 0 -1 1077936192 1564922 0 0 0 352705 176 0 0 20 0 41 0 132376611 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811098] ppid=810933 vsize=8455136 memory=11732 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811098/stat : 811098 (fscip) S 810933 810936 808658 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811099] ppid=810933 vsize=8455136 memory=11732 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811099/stat : 811099 (fscip) S 810933 810936 808658 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811100] ppid=810933 vsize=8455136 memory=2800 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811100/stat : 811100 (fscip) S 810933 810936 808658 0 -1 1077936192 137 0 0 0 1 1 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811101] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811101/stat : 811101 (fscip) S 810933 810936 808658 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811102] ppid=810933 vsize=8455136 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811102/stat : 811102 (fscip) S 810933 810936 808658 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811103] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811103/stat : 811103 (fscip) S 810933 810936 808658 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811104] ppid=810933 vsize=8455136 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811104/stat : 811104 (fscip) S 810933 810936 808658 0 -1 1077936192 164 0 0 0 0 1 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811105] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811105/stat : 811105 (fscip) S 810933 810936 808658 0 -1 1077936192 103 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811106] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811106/stat : 811106 (fscip) S 810933 810936 808658 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811107] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811107/stat : 811107 (fscip) S 810933 810936 808658 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811108] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811108/stat : 811108 (fscip) S 810933 810936 808658 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811109] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811109/stat : 811109 (fscip) S 810933 810936 808658 0 -1 1077936192 137 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811110] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811110/stat : 811110 (fscip) S 810933 810936 808658 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811111] ppid=810933 vsize=8455136 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811111/stat : 811111 (fscip) S 810933 810936 808658 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811112] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811112/stat : 811112 (fscip) S 810933 810936 808658 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811113] ppid=810933 vsize=8455136 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811113/stat : 811113 (fscip) S 810933 810936 808658 0 -1 1077936192 207 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811114] ppid=810933 vsize=8455136 memory=11732 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811114/stat : 811114 (fscip) S 810933 810936 808658 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811115] ppid=810933 vsize=8455136 memory=2800 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811115/stat : 811115 (fscip) S 810933 810936 808658 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811116] ppid=810933 vsize=8455136 memory=6704 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811116/stat : 811116 (fscip) S 810933 810936 808658 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
[pid=810936/tid=811117] ppid=810933 vsize=8455136 memory=25929168 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/810936/task/811117/stat : 811117 (fscip) S 810933 810936 808658 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 132376646 8658059264 1858275 809668444160 4194304 16622685 140721439131824 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25526272 140721439134696 140721439134811 140721439134811 140721439141839 0
Current children cumulated CPU time: 70462.1 s
Current children cumulated vsize: 8455136 KiB
Current children cumulated memory: 7433100 KiB

[startup+3598.42 s]
/proc/loadavg: 80.08 80.38 79.87 45/962 813065
/proc/meminfo: memFree=671463176/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3598.46
CPU time (s): 70464.3
CPU user time (s): 70371.9
CPU system time (s): 92.3467
CPU usage (%): 1958.18
Max. virtual memory (cumulated for all children) (KiB): 8455136
Max. memory (cumulated for all children) (KiB): 7433100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70371.9
system time used= 92.3467
maximum resident set size= 7433100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32878123
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= 181954
involuntary context switches= 226497


# summary of solver processes directly reported to runsolver:
#   pid: 810936
#   total CPU time (s): 70464.3
#   total CPU user time (s): 70371.9
#   total CPU system time (s): 92.3467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.3084 second user time and 85.8915 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 19:52:03
IDJOB=4469237
IDBENCH=164356
IDSOLVER=3099
FILE ID=nodeD102/4469237-1723657923
RUNJOBID= nodeD102-1723654323-808670
SLURM_JOB_ID= 8267923
Free space on /tmp= 8588212 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-ns903616.0.u.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469237-1723657923/watcher-4469237-1723657923 -o /tmp/evaluation-result-4469237-1723657923/solver-4469237-1723657923 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723654323-808670 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469237-1723657923.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 851dd7bb62635ec66e2461b484912a91
RANDOM SEED=1832079849

nodeD102.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		: 3453.392
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		: 1495.643
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.95
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		: 3273.838
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	: 5005.96
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		: 2889.804
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	: 5005.94
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		: 3122.252
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		: 1475.279
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.95
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		: 3221.851
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	: 5005.96
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		: 2646.460
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	: 5005.94
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		: 2629.938
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		: 1762.677
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.95
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		: 3422.008
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	: 5005.96
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		: 2638.212
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	: 5005.94
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		: 3506.972
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		: 1773.380
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.95
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		: 3391.268
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	: 5005.96
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		: 3118.627
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	: 5005.94
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		: 3313.283
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		: 1815.530
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.95
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		: 3458.231
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	: 5005.96
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		: 2631.887
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	: 5005.94
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		: 2634.755
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		: 1755.704
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.95
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		: 2650.212
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	: 5005.96
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		: 2644.082
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	: 5005.94
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		: 2599.731
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		: 1781.532
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.95
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		: 2637.442
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	: 5005.96
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		: 2629.694
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	: 5005.94
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		: 2643.669
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		: 1800.512
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.95
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		: 2647.617
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	: 5005.96
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		: 3878.298
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	: 5005.94
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		: 2627.593
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		: 1773.985
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.95
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		: 2635.759
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	: 5005.96
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		: 2634.539
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	: 5005.94
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		: 3549.562
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		: 1764.312
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.95
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		: 2187.344
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	: 5005.96
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		: 2645.037
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	: 5005.94
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		: 2611.815
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		: 1754.255
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.95
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		: 2635.734
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	: 5005.96
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		: 2637.899
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	: 5005.94
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		: 2612.655
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		: 1784.539
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.95
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		: 2647.413
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	: 5005.96
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		: 2644.549
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	: 5005.94
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		: 2652.018
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		: 1799.450
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.95
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		: 2639.987
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	: 5005.96
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		: 2632.975
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	: 5005.94
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		: 2669.433
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		: 1034.564
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.95
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		: 2637.824
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	: 5005.96
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		: 2631.428
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	: 5005.94
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		: 2663.104
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		: 1757.071
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.95
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		: 2640.781
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	: 5005.96
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		: 2640.536
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	: 5005.94
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		: 2879.009
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		: 1788.617
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.95
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		: 2648.957
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	: 5005.96
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		: 2640.848
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	: 5005.94
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		: 2993.943
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		: 1759.279
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.95
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		: 2625.308
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	: 5005.96
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		: 2631.596
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	: 5005.94
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		: 3722.114
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		: 1797.965
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.95
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		: 2652.039
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	: 5005.96
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		: 2660.368
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	: 5005.94
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		: 2673.786
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		: 1769.368
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.95
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		: 2637.550
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	: 5005.96
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		: 2648.056
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	: 5005.94
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		: 3535.096
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		: 3369.335
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.95
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		: 3821.383
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	: 5005.96
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		: 3894.752
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        707619176 kB
MemAvailable:   777155832 kB
Buffers:         1317060 kB
Cached:         70970416 kB
SwapCached:            0 kB
Active:          9689228 kB
Inactive:       68734120 kB
Active(anon):       2236 kB
Inactive(anon):  6172552 kB
Active(file):    9686992 kB
Inactive(file): 62561568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             63864 kB
Writeback:             0 kB
AnonPages:       6131244 kB
Mapped:           126016 kB
Shmem:             38920 kB
KReclaimable:    1415244 kB
Slab:            1973728 kB
SReclaimable:    1415244 kB
SUnreclaim:       558484 kB
KernelStack:       14896 kB
PageTables:        24060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1744784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1178496 kB
HardwareCorrupted:     0 kB
AnonHugePages:    538624 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:     1581056 kB
DirectMap2M:    317683712 kB
DirectMap1G:    486539264 kB

Free space on /tmp at the end= 8588180 MiB
End job on nodeD102 at 2024-08-14 20:52:02