Trace number 4465697

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K90.opb
MD5SUMdd58632d9551a3604736dadf6eadc418
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark113.256
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47939584, getVmSize() = 47939584, SCIPgetMemUsed() = 22117196, SCIPgetMemTotal() = 25725612, SCIPgetMemExternEstim() = 11935515
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
4.67/4.70	c ** Estimated virtualMemUsedAtSolver = 80206173, getVmSize() = 133275648, SCIPgetMemUsed() = 76481745, SCIPgetMemTotal() = 108373745, SCIPgetMemExternEstim() = 11935515
4.67/4.70	c ** set memory limit for solvers to 4.18836e+11 for each SCIP **
4.67/4.70	c Original Problem   :
4.67/4.70	c   Problem name     : instance-4465697-1722540882
4.67/4.70	c   Variables        : 6120 (6120 binary, 0 integer, 0 implicit integer, 0 continuous)
4.67/4.70	c   Constraints      : 6302
4.67/4.70	c   Objective sense  : minimize
4.67/4.70	c Presolved Problem  :
4.67/4.70	c   Variables        : 5379 (5379 binary, 0 integer, 0 implicit integer, 0 continuous)
4.67/4.70	c   Constraints      : 5535
4.67/4.70	c Constraints        : Number
4.67/4.70	c   knapsack         : 1 
4.67/4.70	c   setppc           : 1181 
4.67/4.70	c   orbitope         : 3 
4.67/4.70	c   logicor          : 4350 
4.67/4.70	c ** Instance transfer method used: 0
4.67/4.72	c ** ParaScipInstance copy increased the number of variables. **
4.87/4.95	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.87/4.95	c                                Nodes    Active                                            
4.87/4.95	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
74.75/8.52	c         9              2           1        20                -           0.0000          -
175.70/13.67	c        14           1993         194        20                -           0.0000          -
276.87/18.73	c        19           5746         320        20                -           0.0000          -
376.07/23.78	c        24           8924         250        20                -           0.0000          -
477.25/28.84	c        29          12540         497        20                -           0.0000          -
576.47/33.89	c        34          15392         437        20                -           0.0000          -
677.63/38.94	c        39          18915         101        20                -           0.0000          -
776.76/44.00	c        44          22662         484        20                -           0.0000          -
878.64/49.05	c        49          25809         448        20                -           0.0000          -
977.76/54.10	c        54          28300         432        20                -           0.0000          -
1078.94/59.18	c        59          31411         471        20                -           0.0000          -
1178.95/64.24	c        64          34727         442        20                -           0.0000          -
1282.01/69.48	c        69          37523         535        20                -           0.0000          -
1382.84/74.53	c        75          40451         520        20                -           0.0000          -
1481.96/79.58	c        80          43093         513        20                -           0.0000          -
1583.07/84.64	c        85          40971         445        20                -           0.0000          -
1682.04/89.69	c        90          43801         456        20                -           0.0000          -
1783.15/94.74	c        95          50810         502        20                -           0.0000          -
1882.12/99.79	c       100          48877         435        20                -           0.0000          -
1983.04/104.86	c       105          51582         441        20                -           0.0000          -
2083.95/109.90	c       110          58994         517        20                -           0.0000          -
2183.04/114.95	c       115          61849         498        20                -           0.0000          -
2282.14/120.00	c       120              8           7        20                -           0.0000          -
2383.97/125.05	c       125              9           8        20                -           0.0000          -
2483.10/130.11	c       130             10           9        20                -           0.0000          -
2585.27/135.20	c       135             10           9        20                -           0.0000          -
2684.22/140.26	c       140             10           9        20                -           0.0000          -
2785.25/145.31	c       145             10           9        20                -           0.0000          -
2884.35/150.37	c       150             10           9        20                -           0.0000          -
2985.47/155.42	c       155             12          11        20                -           0.0000          -
3084.61/160.48	c       160             16          15        20                -           0.0000          -
3185.67/165.53	c       166              5           4        20                -           0.0000          -
3284.75/170.58	c       171             28          15        20                -           0.0000          -
3385.80/175.65	c       176             12          11        20                -           0.0000          -
3486.74/180.71	c       181             13          12        20                -           0.0000          -
3585.67/185.79	c       186             37          18        20                -           0.0000          -
3686.72/190.84	c       191             18          15        20                -           0.0000          -
3787.54/195.90	c       196             18          15        20                -           0.0000          -
3886.62/200.95	c       201              8           7        20                -           0.0000          -
3985.78/206.00	c       206              8           7        20                -           0.0000          -
4084.81/211.03	c       211              8           7        20                -           0.0000          -
4183.98/216.04	c       216              8           7        20                -           0.0000          -
4285.85/221.08	c       221             45          24        20                -           0.0000          -
4388.19/226.21	c       226             45          24        20                -           0.0000          -
4487.37/231.25	c       231             45          24        20                -           0.0000          -
4588.54/236.35	c       236             45          24        20                -           0.0000          -
4689.66/241.41	c       241             45          24        20                -           0.0000          -
4788.67/246.46	c       246             45          24        20                -           0.0000          -
4889.74/251.54	c       252             45          24        20                -           0.0000          -
4988.83/256.59	c       257             45          24        20                -           0.0000          -
5090.01/261.66	c       262             45          24        20                -           0.0000          -
5191.10/266.74	c       267             31          26        20                -           0.0000          -
5290.19/271.79	c       272             31          26        20                -           0.0000          -
5391.34/276.85	c       277             31          26        20                -           0.0000          -
5492.54/281.90	c       282             31          26        20                -           0.0000          -
5591.76/286.97	c       287             31          26        20                -           0.0000          -
5690.96/292.01	c       292             31          26        20                -           0.0000          -
5792.99/297.06	c       297             31          26        20                -           0.0000          -
5892.17/302.12	c       302             31          26        20                -           0.0000          -
5993.47/307.17	c       307             31          26        20                -           0.0000          -
6093.52/312.22	c       312             31          26        20                -           0.0000          -
6192.65/317.27	c       317             31          26        20                -           0.0000          -
6293.81/322.33	c       322             17          14        20                -           0.0000          -
6392.88/327.39	c       327             17          14        20                -           0.0000          -
6494.04/332.43	c       332             17          14        20                -           0.0000          -
6593.22/337.45	c       337             17          14        20                -           0.0000          -
6692.37/342.49	c       342             17          14        20                -           0.0000          -
6793.40/347.54	c       348             17          14        20                -           0.0000          -
6892.56/352.59	c       353             17          14        20                -           0.0000          -
6993.62/357.62	c       358             17          14        20                -           0.0000          -
7092.77/362.64	c       363             17          14        20                -           0.0000          -
7191.99/367.68	c       368             17          14        20                -           0.0000          -
7293.15/372.70	c       373             17          14        20                -           0.0000          -
7394.31/377.83	c       378             17          14        20                -           0.0000          -
7493.50/382.87	c       383             17          14        20                -           0.0000          -
7594.68/387.95	c       388             17          14        20                -           0.0000          -
7693.84/393.00	c       393             17          14        20                -           0.0000          -
7795.89/398.05	c       398             17          14        20                -           0.0000          -
7894.83/403.12	c       403             17          14        20                -           0.0000          -
7996.02/408.17	c       408             17          14        20                -           0.0000          -
8096.21/413.23	c       413             17          14        20                -           0.0000          -
8195.25/418.29	c       418             17          14        20                -           0.0000          -
8296.41/423.36	c       423             17          14        20                -           0.0000          -
8397.55/428.42	c       428             17          14        20                -           0.0000          -
8496.70/433.46	c       433             17          14        20                -           0.0000          -
8595.88/438.48	c       438             17          14        20                -           0.0000          -
8697.01/443.53	c       444             17          14        20                -           0.0000          -
8798.05/448.62	c       449             17          14        20                -           0.0000          -
8897.22/453.68	c       454             17          14        20                -           0.0000          -
8998.40/458.74	c       459             17          14        20                -           0.0000          -
9097.57/463.80	c       464             17          14        20                -           0.0000          -
9198.73/468.87	c       469             17          14        20                -           0.0000          -
9299.83/473.93	c       474             17          14        20                -           0.0000          -
9398.93/478.99	c       479             17          14        20                -           0.0000          -
9498.10/484.04	c       484             17          14        20                -           0.0000          -
9600.23/489.10	c       489             17          14        20                -           0.0000          -
9701.18/494.15	c       494             17          14        20                -           0.0000          -
9801.52/499.20	c       499             17          14        20                -           0.0000          -
9900.63/504.27	c       504             17          14        20                -           0.0000          -
10001.73/509.32	c       509             17          14        20                -           0.0000          -
10100.76/514.39	c       514             17          14        20                -           0.0000          -
10201.88/519.45	c       519             17          14        20                -           0.0000          -
10302.90/524.50	c       525             17          14        20                -           0.0000          -
10402.06/529.55	c       530             17          14        20                -           0.0000          -
10501.07/534.56	c       535             17          14        20                -           0.0000          -
10600.19/539.59	c       540             17          14        20                -           0.0000          -
10701.26/544.66	c       545             17          14        20                -           0.0000          -
10802.38/549.71	c       550             17          14        20                -           0.0000          -
10901.49/554.76	c       555             17          14        20                -           0.0000          -
11002.58/559.83	c       560             17          14        20                -           0.0000          -
11101.61/564.89	c       565             17          14        20                -           0.0000          -
11202.72/570.02	c       570             17          14        20                -           0.0000          -
11307.72/575.27	c       575             17          14        20                -           0.0000          -
11408.81/580.33	c       580             17          14        20                -           0.0000          -
11507.91/585.39	c       585             17          14        20                -           0.0000          -
11609.03/590.44	c       590             17          14        20                -           0.0000          -
11708.11/595.49	c       596             17          14        20                -           0.0000          -
11809.23/600.54	c       601             17          14        20                -           0.0000          -
11910.34/605.60	c       606             17          14        20                -           0.0000          -
12009.49/610.68	c       611             17          14        20                -           0.0000          -
12110.54/615.74	c       616             17          14        20                -           0.0000          -
12209.67/620.79	c       621             17          14        20                -           0.0000          -
12310.76/625.84	c       626             17          14        20                -           0.0000          -
12411.89/630.90	c       631             17          14        20                -           0.0000          -
12511.04/635.96	c       636             17          14        20                -           0.0000          -
12610.16/641.01	c       641             17          14        20                -           0.0000          -
12712.17/646.07	c       646             17          14        20                -           0.0000          -
12811.36/651.12	c       651             17          14        20                -           0.0000          -
12912.45/656.18	c       656             17          14        20                -           0.0000          -
13012.21/661.24	c       661             17          14        20                -           0.0000          -
13111.19/666.29	c       666             17          14        20                -           0.0000          -
13212.26/671.35	c       671             17          14        20                -           0.0000          -
13313.39/676.41	c       676            108          71        20                -           0.0000          -
13412.55/681.44	c       681            108          71        20                -           0.0000          -
13513.66/686.53	c       687             18          15        20                -           0.0000          -
13612.52/691.58	c       692             18          15        20                -           0.0000          -
13713.36/696.65	c       697             18          15        20                -           0.0000          -
13814.50/701.70	c       702            115          74        20                -           0.0000          -
13913.50/706.76	c       707            115          74        20                -           0.0000          -
14014.71/711.81	c       712             19          16        20                -           0.0000          -
14113.73/716.89	c       717             19          16        20                -           0.0000          -
14214.75/721.98	c       722            118          77        20                -           0.0000          -
14313.87/727.04	c       727             79          68        20                -           0.0000          -
14415.73/732.12	c       732             79          68        20                -           0.0000          -
14518.04/737.22	c       737             79          68        20                -           0.0000          -
14617.16/742.28	c       742             22          19        20                -           0.0000          -
14718.28/747.34	c       747             22          19        20                -           0.0000          -
14817.40/752.39	c       752             22          19        20                -           0.0000          -
14918.57/757.44	c       757             22          19        20                -           0.0000          -
15017.70/762.49	c       762            127          82        20                -           0.0000          -
15118.86/767.56	c       768             23          20        20                -           0.0000          -
15219.89/772.69	c       773             23          20        20                -           0.0000          -
15321.00/777.78	c       778             23          20        20                -           0.0000          -
15422.04/782.84	c       783             23          20        20                -           0.0000          -
15521.00/787.88	c       788             23          20        20                -           0.0000          -
15621.83/792.99	c       793            589          54        20                -           0.0000          -
15720.96/798.02	c       798            589          54        20                -           0.0000          -
15823.06/803.10	c       803            589          54        20                -           0.0000          -
15925.17/808.20	c       808            589          54        20                -           0.0000          -
16024.31/813.26	c       813            589          54        20                -           0.0000          -
16125.44/818.33	c       818            589          54        20                -           0.0000          -
16224.56/823.39	c       823            589          54        20                -           0.0000          -
16325.68/828.45	c       828            589          54        20                -           0.0000          -
16426.77/833.51	c       834            589          54        20                -           0.0000          -
16525.87/838.52	c       839            589          54        20                -           0.0000          -
16627.01/843.61	c       844            589          54        20                -           0.0000          -
16726.15/848.68	c       849            589          54        20                -           0.0000          -
16827.32/853.73	c       854            589          54        20                -           0.0000          -
16926.48/858.78	c       859            589          54        20                -           0.0000          -
17027.60/863.85	c       864            589          54        20                -           0.0000          -
17128.69/868.90	c       869            589          54        20                -           0.0000          -
17227.86/873.96	c       874            589          54        20                -           0.0000          -
17326.97/879.02	c       879            589          54        20                -           0.0000          -
17428.91/884.07	c       884            589          54        20                -           0.0000          -
17527.73/889.09	c       889            589          54        20                -           0.0000          -
17628.89/894.19	c       894            589          54        20                -           0.0000          -
17729.21/899.24	c       899            589          54        20                -           0.0000          -
17828.35/904.28	c       904            589          54        20                -           0.0000          -
17929.43/909.35	c       909            589          54        20                -           0.0000          -
18030.57/914.41	c       914            589          54        20                -           0.0000          -
18131.70/919.50	c       920            589          54        20                -           0.0000          -
18230.84/924.54	c       925            589          54        20                -           0.0000          -
18331.91/929.60	c       930            589          54        20                -           0.0000          -
18431.02/934.65	c       935            589          54        20                -           0.0000          -
18532.13/939.70	c       940            589          54        20                -           0.0000          -
18631.17/944.76	c       945            589          54        20                -           0.0000          -
18732.26/949.82	c       950            589          54        20                -           0.0000          -
18831.35/954.86	c       955            589          54        20                -           0.0000          -
18932.45/959.93	c       960            589          54        20                -           0.0000          -
19031.58/964.99	c       965            589          54        20                -           0.0000          -
19130.67/970.04	c       970            589          54        20                -           0.0000          -
19232.53/975.09	c       975            589          54        20                -           0.0000          -
19333.72/980.15	c       980            589          54        20                -           0.0000          -
19432.70/985.19	c       985            589          54        20                -           0.0000          -
19532.87/990.24	c       990            589          54        20                -           0.0000          -
19633.96/995.31	c       995            589          54        20                -           0.0000          -
19732.97/1000.37	c      1000            589          54        20                -           0.0000          -
19834.03/1005.42	c      1005            589          54        20                -           0.0000          -
19933.12/1010.47	c      1010            217         144        20                -           0.0000          -
20034.18/1015.52	c      1016            217         144        20                -           0.0000          -
20133.27/1020.57	c      1021            217         144        20                -           0.0000          -
20234.38/1025.62	c      1026            217         144        20                -           0.0000          -
20333.50/1030.65	c      1031            217         144        20                -           0.0000          -
20434.40/1035.71	c      1036            596          61        20                -           0.0000          -
20533.43/1040.76	c      1041            596          61        20                -           0.0000          -
20634.52/1045.82	c      1046            596          61        20                -           0.0000          -
20733.63/1050.87	c      1051            222         149        20                -           0.0000          -
20834.64/1055.94	c      1056            224         131        20                -           0.0000          -
20933.85/1060.99	c      1061            224         131        20                -           0.0000          -
21035.57/1066.06	c      1066            224         131        20                -           0.0000          -
21134.98/1071.12	c      1071            610          73        20                -           0.0000          -
21235.89/1076.18	c      1076            237         164        20                -           0.0000          -
21336.02/1081.25	c      1081            237         164        20                -           0.0000          -
21435.12/1086.26	c      1086             82          63        20                -           0.0000          -
21536.09/1091.36	c      1091             82          63        20                -           0.0000          -
21635.22/1096.39	c      1096            616          79        20                -           0.0000          -
21736.30/1101.46	c      1101            245         135        20                -           0.0000          -
21837.32/1106.51	c      1107            245         170        20                -           0.0000          -
21936.23/1111.56	c      1112            619          82        20                -           0.0000          -
22037.35/1116.61	c      1117            619          82        20                -           0.0000          -
22136.36/1121.66	c      1122            619          82        20                -           0.0000          -
22237.40/1126.72	c      1127            254         175        20                -           0.0000          -
22336.46/1131.76	c      1132            254         175        20                -           0.0000          -
22437.51/1136.83	c      1137            623          86        20                -           0.0000          -
22536.60/1141.88	c      1142            623          86        20                -           0.0000          -
22637.65/1146.93	c      1147            152          69        20                -           0.0000          -
22736.78/1151.98	c      1152            152          69        20                -           0.0000          -
22835.90/1157.03	c      1157            152          69        20                -           0.0000          -
22937.78/1162.09	c      1162            152          69        20                -           0.0000          -
23036.92/1167.14	c      1167            632          89        20                -           0.0000          -
23138.03/1172.15	c      1172            632          89        20                -           0.0000          -
23237.96/1177.23	c      1177            632          89        20                -           0.0000          -
23337.00/1182.27	c      1182            632          89        20                -           0.0000          -
23437.98/1187.34	c      1187            632          89        20                -           0.0000          -
23537.04/1192.39	c      1192            632          89        20                -           0.0000          -
23638.08/1197.44	c      1197            632          89        20                -           0.0000          -
23737.14/1202.49	c      1202            632          89        20                -           0.0000          -
23838.16/1207.54	c      1208            632          89        20                -           0.0000          -
23939.19/1212.62	c      1213            632          89        20                -           0.0000          -
24038.06/1217.67	c      1218            632          89        20                -           0.0000          -
24139.18/1222.72	c      1223            632          89        20                -           0.0000          -
24238.30/1227.78	c      1228            213          70        20                -           0.0000          -
24338.95/1232.82	c      1233            213          70        20                -           0.0000          -
24438.05/1237.87	c      1238            213          70        20                -           0.0000          -
24539.16/1242.92	c      1243            636          93        20                -           0.0000          -
24638.17/1247.97	c      1248            636          93        20                -           0.0000          -
24737.31/1253.00	c      1253         650530         451        20                -           0.0000          -
24839.30/1258.07	c      1258            291         210        20                -           0.0000          -
24938.19/1263.12	c      1263            291         210        20                -           0.0000          -
25039.44/1268.17	c      1268            641          98        20                -           0.0000          -
25139.42/1273.24	c      1273            292         211        20                -           0.0000          -
25238.51/1278.29	c      1278            292         211        20                -           0.0000          -
25339.60/1283.34	c      1283            263          74        20                -           0.0000          -
25440.71/1288.40	c      1288            263          74        20                -           0.0000          -
25539.85/1293.45	c      1293            300         219        20                -           0.0000          -
25641.01/1298.51	c      1299            648         105        20                -           0.0000          -
25740.06/1303.56	c      1304            306         221        20                -           0.0000          -
25841.11/1308.61	c      1309            563         154        20                -           0.0000          -
25939.97/1313.64	c      1314            307         222        20                -           0.0000          -
26041.04/1318.74	c      1319            307         222        20                -           0.0000          -
26139.97/1323.79	c      1324            652         109        20                -           0.0000          -
26241.02/1328.84	c      1329            652         109        20                -           0.0000          -
26340.10/1333.86	c      1334            652         109        20                -           0.0000          -
26441.17/1338.92	c      1339            652         109        20                -           0.0000          -
26540.25/1343.99	c      1344            652         109        20                -           0.0000          -
26639.33/1349.02	c      1349            315         230        20                -           0.0000          -
26741.35/1354.10	c      1354            315         230        20                -           0.0000          -
26842.48/1359.16	c      1359            315         230        20                -           0.0000          -
26941.31/1364.17	c      1364            658         113        20                -           0.0000          -
27041.51/1369.25	c      1369            658         113        20                -           0.0000          -
27142.61/1374.33	c      1374            658         113        20                -           0.0000          -
27241.74/1379.38	c      1379            658         113        20                -           0.0000          -
27342.64/1384.43	c      1384            435          77        20                -           0.0000          -
27441.75/1389.48	c      1389            662         117        20                -           0.0000          -
27542.94/1394.54	c      1395            662         117        20                -           0.0000          -
27644.04/1399.60	c      1400            662         117        20                -           0.0000          -
27743.21/1404.60	c      1405            372         233        20                -           0.0000          -
27842.34/1409.62	c      1410            470          84        20                -           0.0000          -
27941.41/1414.63	c      1415            666         121        20                -           0.0000          -
28040.56/1419.70	c      1420            666         121        20                -           0.0000          -
28141.68/1424.77	c      1425            666         121        20                -           0.0000          -
28242.76/1429.82	c      1430            502          84        20                -           0.0000          -
28341.87/1434.88	c      1435            799         148        20                -           0.0000          -
28442.98/1439.95	c      1440            681         122        20                -           0.0000          -
28542.09/1445.01	c      1445            681         122        20                -           0.0000          -
28643.85/1450.07	c      1450            681         122        20                -           0.0000          -
28742.68/1455.12	c      1455            681         122        20                -           0.0000          -
28843.65/1460.15	c      1460            829         152        20                -           0.0000          -
28943.94/1465.24	c      1465            834         151        20                -           0.0000          -
29042.81/1470.29	c      1470            442         241        20                -           0.0000          -
29143.89/1475.35	c      1475            690         125        20                -           0.0000          -
29244.96/1480.41	c      1480            690         125        20                -           0.0000          -
29344.04/1485.46	c      1485            690         125        20                -           0.0000          -
29443.15/1490.48	c      1490            690         125        20                -           0.0000          -
29544.16/1495.56	c      1496            690         125        20                -           0.0000          -
29645.15/1500.61	c      1501            690         125        20                -           0.0000          -
29744.23/1505.69	c      1506            690         125        20                -           0.0000          -
29845.13/1510.74	c      1511            690         125        20                -           0.0000          -
29944.17/1515.80	c      1516            931         152        20                -           0.0000          -
30045.26/1520.85	c      1521            523         248        20                -           0.0000          -
30146.33/1525.91	c      1526            523         248        20                -           0.0000          -
30245.46/1530.96	c      1531            741          90        20                -           0.0000          -
30344.56/1536.01	c      1536            717         130        20                -           0.0000          -
30446.35/1541.07	c      1541            566         245        20                -           0.0000          -
30545.61/1546.12	c      1546            764          85        20                -           0.0000          -
30646.42/1551.17	c      1551            724         131        20                -           0.0000          -
30746.73/1556.23	c      1556            724         131        20                -           0.0000          -
30845.81/1561.26	c      1561            724         131        20                -           0.0000          -
30946.80/1566.34	c      1566            724         131        20                -           0.0000          -
31047.92/1571.40	c      1571            724         131        20                -           0.0000          -
31146.96/1576.46	c      1576            724         131        20                -           0.0000          -
31247.88/1581.50	c      1582            724         131        20                -           0.0000          -
31346.94/1586.56	c      1587            724         131        20                -           0.0000          -
31448.02/1591.62	c      1592            729         240        20                -           0.0000          -
31547.14/1596.68	c      1597            732         133        20                -           0.0000          -
31648.21/1601.72	c      1602         868482         451        20                -           0.0000          -
31747.30/1606.74	c      1607            754         239        20                -           0.0000          -
31848.31/1611.86	c      1612            748         135        20                -           0.0000          -
31949.41/1616.91	c      1617            751         138        20                -           0.0000          -
32048.48/1621.98	c      1622            782         241        20                -           0.0000          -
32147.61/1627.03	c      1627            986          89        20                -           0.0000          -
32249.61/1632.08	c      1632            763         144        20                -           0.0000          -
32348.54/1637.13	c      1637            769         146        20                -           0.0000          -
32449.60/1642.15	c      1642           1018          89        20                -           0.0000          -
32549.98/1647.23	c      1647           1158         152        20                -           0.0000          -
32651.03/1652.33	c      1652            780         153        20                -           0.0000          -
32749.99/1657.38	c      1657            790         153        20                -           0.0000          -
32851.00/1662.43	c      1662            796         153        20                -           0.0000          -
32950.02/1667.44	c      1667            800         153        20                -           0.0000          -
33050.93/1672.54	c      1673           1198         152        20                -           0.0000          -
33150.00/1677.58	c      1678           1208         150        20                -           0.0000          -
33250.98/1682.62	c      1683            809         158        20                -           0.0000          -
33350.11/1687.69	c      1688         918249         446        20                -           0.0000          -
33451.20/1692.72	c      1693            826         163        20                -           0.0000          -
33550.30/1697.79	c      1698            828         165        20                -           0.0000          -
33651.31/1702.84	c      1703            828         165        20                -           0.0000          -
33752.42/1707.90	c      1708           1125           0        20                -           0.0000          -
33851.24/1712.95	c      1713           1125           0        20                -           0.0000          -
33950.33/1718.00	c      1718           1125           0        20                -           0.0000          -
34052.35/1723.06	c      1723           1125           0        20                -           0.0000          -
34151.24/1728.06	c      1728           1125           0        20                -           0.0000          -
34250.08/1733.11	c      1733           1125           0        20                -           0.0000          -
34349.16/1738.11	c      1738           1125           0        20                -           0.0000          -
34450.20/1743.15	c      1743           1125           0        20                -           0.0000          -
34550.67/1748.20	c      1748           1125           0        20                -           0.0000          -
34649.75/1753.24	c      1753           1125           0        20                -           0.0000          -
34750.87/1758.33	c      1758           1125           0        20                -           0.0000          -
34849.96/1763.38	c      1763           1125           0        20                -           0.0000          -
34951.07/1768.43	c      1768           1125           0        20                -           0.0000          -
35050.20/1773.48	c      1773            834         169        20                -           0.0000          -
35151.30/1778.53	c      1779            834         169        20                -           0.0000          -
35250.41/1783.58	c      1784            834         169        20                -           0.0000          -
35351.51/1788.65	c      1789            834         169        20                -           0.0000          -
35452.53/1793.71	c      1794            834         169        20                -           0.0000          -
35551.54/1798.77	c      1799            834         169        20                -           0.0000          -
35652.64/1803.80	c      1804            834         169        20                -           0.0000          -
35753.72/1808.90	c      1809            834         169        20                -           0.0000          -
35852.73/1813.94	c      1814            834         169        20                -           0.0000          -
35951.82/1819.05	c      1819            834         169        20                -           0.0000          -
36053.86/1824.11	c      1824            834         169        20                -           0.0000          -
36154.96/1829.16	c      1829            834         169        20                -           0.0000          -
36255.04/1834.22	c      1834            834         169        20                -           0.0000          -
36354.16/1839.27	c      1839           1125           0        20                -           0.0000          -
36455.32/1844.32	c      1844           1125           0        20                -           0.0000          -
36554.44/1849.37	c      1849           1125           0        20                -           0.0000          -
36655.58/1854.42	c      1854           1125           0        20                -           0.0000          -
36754.74/1859.48	c      1859           1125           0        20                -           0.0000          -
36855.89/1864.53	c      1865           1125           0        20                -           0.0000          -
36955.04/1869.57	c      1870           1125           0        20                -           0.0000          -
37056.17/1874.63	c      1875           1126           1        20                -           0.0000          -
37155.30/1879.64	c      1880           1126           1        20                -           0.0000          -
37256.44/1884.73	c      1885           1126           1        20                -           0.0000          -
37357.60/1889.82	c      1890           1126           1        20                -           0.0000          -
37456.61/1894.86	c      1895           1126           1        20                -           0.0000          -
37557.62/1899.90	c      1900           1126           1        20                -           0.0000          -
37656.69/1904.95	c      1905           1126           1        20                -           0.0000          -
37755.82/1910.00	c      1910           1126           1        20                -           0.0000          -
37857.83/1915.07	c      1915           1126           1        20                -           0.0000          -
37956.73/1920.12	c      1920           1126           1        20                -           0.0000          -
38057.72/1925.17	c      1925           1126           1        20                -           0.0000          -
38157.94/1930.23	c      1930           1129           4        20                -           0.0000          -
38259.06/1935.30	c      1935           1129           4        20                -           0.0000          -
38358.18/1940.36	c      1940           1129           4        20                -           0.0000          -
38459.18/1945.41	c      1945           1129           4        20                -           0.0000          -
38558.34/1950.47	c      1950           1129           4        20                -           0.0000          -
38657.50/1955.49	c      1956           1129           4        20                -           0.0000          -
38758.57/1960.53	c      1961           1129           4        20                -           0.0000          -
38857.67/1965.54	c      1966           1129           4        20                -           0.0000          -
38960.74/1970.71	c      1971           1129           4        20                -           0.0000          -
39059.86/1975.80	c      1976           1129           4        20                -           0.0000          -
39160.95/1980.85	c      1981           1506         267        20                -           0.0000          -
39261.91/1985.91	c      1986           1130           5        20                -           0.0000          -
39361.01/1990.99	c      1991           1130           5        20                -           0.0000          -
39462.79/1996.05	c      1996           1130           5        20                -           0.0000          -
39561.84/2001.10	c      2001           1130           5        20                -           0.0000          -
39662.99/2006.15	c      2006           1130           5        20                -           0.0000          -
39763.36/2011.20	c      2011            921         218        20                -           0.0000          -
39862.48/2016.27	c      2016           1131           6        20                -           0.0000          -
39963.61/2021.32	c      2021           1131           6        20                -           0.0000          -
40062.76/2026.38	c      2026           1131           6        20                -           0.0000          -
40163.90/2031.44	c      2031           1131           6        20                -           0.0000          -
40263.05/2036.45	c      2036           1131           6        20                -           0.0000          -
40364.13/2041.54	c      2042           1132           7        20                -           0.0000          -
40465.25/2046.60	c      2047           1132           7        20                -           0.0000          -
40564.36/2051.67	c      2052           1132           7        20                -           0.0000          -
40665.45/2056.78	c      2057           1132           7        20                -           0.0000          -
40766.54/2061.85	c      2062           1132           7        20                -           0.0000          -
40867.65/2066.90	c      2067           1132           7        20                -           0.0000          -
40966.76/2071.95	c      2072           1132           7        20                -           0.0000          -
41065.82/2077.01	c      2077           1132           7        20                -           0.0000          -
41167.88/2082.06	c      2082           1132           7        20                -           0.0000          -
41266.72/2087.12	c      2087           1132           7        20                -           0.0000          -
41368.06/2092.17	c      2092           1132           7        20                -           0.0000          -
41468.27/2097.22	c      2097           1132           7        20                -           0.0000          -
41567.32/2102.27	c      2102           1132           7        20                -           0.0000          -
41668.43/2107.32	c      2107           1132           7        20                -           0.0000          -
41767.44/2112.37	c      2112           1132           7        20                -           0.0000          -
41868.54/2117.41	c      2117           1132           7        20                -           0.0000          -
41967.63/2122.43	c      2122           1132           7        20                -           0.0000          -
42068.66/2127.54	c      2128           1132           7        20                -           0.0000          -
42167.70/2132.56	c      2133           1132           7        20                -           0.0000          -
42266.74/2137.58	c      2138           1132           7        20                -           0.0000          -
42367.77/2142.67	c      2143           1132           7        20                -           0.0000          -
42468.79/2147.74	c      2148           1132           7        20                -           0.0000          -
42567.75/2152.79	c      2153           1132           7        20                -           0.0000          -
42668.77/2157.84	c      2158           1132           7        20                -           0.0000          -
42767.66/2162.89	c      2163           1132           7        20                -           0.0000          -
42868.59/2167.96	c      2168           1132           7        20                -           0.0000          -
42967.62/2173.01	c      2173            971         252        20                -           0.0000          -
43069.58/2178.06	c      2178           1133           8        20                -           0.0000          -
43168.50/2183.11	c      2183           1133           8        20                -           0.0000          -
43269.66/2188.18	c      2188           1133           8        20                -           0.0000          -
43369.72/2193.24	c      2193           1133           8        20                -           0.0000          -
43468.77/2198.29	c      2198           1133           8        20                -           0.0000          -
43569.77/2203.34	c      2203           2197         151        20                -           0.0000          -
43668.55/2208.37	c      2208           1938         276        20                -           0.0000          -
43769.56/2213.45	c      2213            989         262        20                -           0.0000          -
43868.43/2218.47	c      2218           2231         151        20                -           0.0000          -
43969.47/2223.53	c      2224           1944         282        20                -           0.0000          -
44070.36/2228.61	c      2229           1944         282        20                -           0.0000          -
44169.29/2233.65	c      2234           1944         282        20                -           0.0000          -
44268.38/2238.67	c      2239           1944         282        20                -           0.0000          -
44367.40/2243.67	c      2244           1157          26        20                -           0.0000          -
44468.42/2248.73	c      2249           1157          26        20                -           0.0000          -
44569.49/2253.80	c      2254           1157          26        20                -           0.0000          -
44668.56/2258.89	c      2259           1157          26        20                -           0.0000          -
44769.59/2263.91	c      2264           1157          26        20                -           0.0000          -
44868.69/2268.99	c      2269           1006         275        20                -           0.0000          -
44967.72/2274.03	c      2274           1165          26        20                -           0.0000          -
45069.48/2279.11	c      2279           1167          28        20                -           0.0000          -
45170.48/2284.15	c      2284           1167          28        20                -           0.0000          -
45270.77/2289.22	c      2289           1021         284        20                -           0.0000          -
45369.84/2294.28	c      2294        1305457         457        20                -           0.0000          -
45470.73/2299.32	c      2299           1024         287        20                -           0.0000          -
45569.70/2304.36	c      2304           1025         288        20                -           0.0000          -
45670.67/2309.44	c      2309           2032         284        20                -           0.0000          -
45769.69/2314.49	c      2314           1187          32        20                -           0.0000          -
45870.71/2319.55	c      2320           2036           0        20                -           0.0000          -
45971.53/2324.60	c      2325           2036           0        20                -           0.0000          -
46070.51/2329.64	c      2330           2036           0        20                -           0.0000          -
46171.48/2334.70	c      2335           2036           0        20                -           0.0000          -
46270.52/2339.75	c      2340           2036           0        20                -           0.0000          -
46371.55/2344.80	c      2345           2036           0        20                -           0.0000          -
46470.61/2349.85	c      2350           2036           0        20                -           0.0000          -
46571.61/2354.90	c      2355           2036           0        20                -           0.0000          -
46670.68/2359.95	c      2360           2036           0        20                -           0.0000          -
46769.67/2365.00	c      2365           2036           0        20                -           0.0000          -
46871.38/2370.06	c      2370           2036           0        20                -           0.0000          -
46970.33/2375.12	c      2375           2036           0        20                -           0.0000          -
47071.32/2380.17	c      2380           2037           1        20                -           0.0000          -
47171.46/2385.24	c      2385           2037           1        20                -           0.0000          -
47270.48/2390.29	c      2390           2037           1        20                -           0.0000          -
47371.44/2395.34	c      2395           2037           1        20                -           0.0000          -
47470.46/2400.39	c      2400           2037           1        20                -           0.0000          -
47571.40/2405.45	c      2405           2037           1        20                -           0.0000          -
47670.45/2410.47	c      2410           2037           1        20                -           0.0000          -
47771.45/2415.56	c      2416           1116         285        20                -           0.0000          -
47870.47/2420.59	c      2421           1116         285        20                -           0.0000          -
47971.48/2425.68	c      2426           1116         285        20                -           0.0000          -
48072.54/2430.73	c      2431           1116         285        20                -           0.0000          -
48171.59/2435.77	c      2436           1116         285        20                -           0.0000          -
48272.64/2440.84	c      2441           1116         285        20                -           0.0000          -
48371.71/2445.87	c      2446           1116         285        20                -           0.0000          -
48472.57/2450.93	c      2451           2041           5        20                -           0.0000          -
48571.43/2456.02	c      2456           2041           5        20                -           0.0000          -
48673.11/2461.08	c      2461           2041           5        20                -           0.0000          -
48772.43/2466.13	c      2466           2041           5        20                -           0.0000          -
48873.46/2471.18	c      2471           2041           5        20                -           0.0000          -
48973.41/2476.23	c      2476           2041           5        20                -           0.0000          -
49072.51/2481.29	c      2481           2041           5        20                -           0.0000          -
49173.43/2486.34	c      2486           2041           5        20                -           0.0000          -
49272.43/2491.37	c      2491           2041           5        20                -           0.0000          -
49373.45/2496.45	c      2496           2041           5        20                -           0.0000          -
49474.50/2501.50	c      2502           1156         291        20                -           0.0000          -
49573.57/2506.56	c      2507           2042           6        20                -           0.0000          -
49672.55/2511.57	c      2512           2042           6        20                -           0.0000          -
49771.54/2516.59	c      2517           2042           6        20                -           0.0000          -
49872.61/2521.60	c      2522           2043           7        20                -           0.0000          -
49971.63/2526.67	c      2527           2043           7        20                -           0.0000          -
50072.72/2531.73	c      2532           2043           7        20                -           0.0000          -
50171.79/2536.77	c      2537           2043           7        20                -           0.0000          -
50272.87/2541.82	c      2542           2043           7        20                -           0.0000          -
50371.96/2546.87	c      2547           2044           8        20                -           0.0000          -
50473.04/2551.92	c      2552           2044           8        20                -           0.0000          -
50572.12/2556.93	c      2557           2044           8        20                -           0.0000          -
50674.19/2562.05	c      2562           2044           8        20                -           0.0000          -
50773.10/2567.06	c      2567           1235         288        20                -           0.0000          -
50874.24/2572.15	c      2572           2045           9        20                -           0.0000          -
50974.53/2577.20	c      2577           2045           9        20                -           0.0000          -
51073.63/2582.25	c      2582           2045           9        20                -           0.0000          -
51174.74/2587.32	c      2587           2045           9        20                -           0.0000          -
51273.71/2592.38	c      2592           2045           9        20                -           0.0000          -
51374.77/2597.42	c      2597           2047          11        20                -           0.0000          -
51475.88/2602.56	c      2603           2047          11        20                -           0.0000          -
51576.98/2607.62	c      2608           2048          12        20                -           0.0000          -
51676.14/2612.67	c      2613           2048          12        20                -           0.0000          -
51777.16/2617.72	c      2618           2048          12        20                -           0.0000          -
51876.19/2622.78	c      2623           2048          12        20                -           0.0000          -
51977.28/2627.83	c      2628           2048          12        20                -           0.0000          -
52076.45/2632.88	c      2633           2048          12        20                -           0.0000          -
52177.53/2637.95	c      2638           2049          13        20                -           0.0000          -
52276.64/2643.00	c      2643           2049          13        20                -           0.0000          -
52378.45/2648.07	c      2648           2049          13        20                -           0.0000          -
52477.40/2653.12	c      2653           2049          13        20                -           0.0000          -
52578.62/2658.18	c      2658           2049          13        20                -           0.0000          -
52678.93/2663.27	c      2663           2051          13        20                -           0.0000          -
52779.69/2668.32	c      2668           2051          13        20                -           0.0000          -
52878.65/2673.37	c      2673           1404         296        20                -           0.0000          -
52979.70/2678.42	c      2678           2053          13        20                -           0.0000          -
53078.69/2683.47	c      2683           2053          13        20                -           0.0000          -
53179.75/2688.53	c      2689           2053          13        20                -           0.0000          -
53278.83/2693.59	c      2694           1452         296        20                -           0.0000          -
53379.89/2698.64	c      2699           2057          17        20                -           0.0000          -
53478.94/2703.69	c      2704           2057          17        20                -           0.0000          -
53580.00/2708.74	c      2709           2057          17        20                -           0.0000          -
53679.07/2713.79	c      2714           2057          17        20                -           0.0000          -
53780.10/2718.81	c      2719           2057          17        20                -           0.0000          -
53879.10/2723.87	c      2724           2057          17        20                -           0.0000          -
53979.99/2728.91	c      2729           2057          17        20                -           0.0000          -
54079.08/2733.96	c      2734           2057          17        20                -           0.0000          -
54181.10/2739.05	c      2739           2061          23        20                -           0.0000          -
54280.00/2744.08	c      2744           2061          23        20                -           0.0000          -
54379.34/2749.13	c      2749           2061          23        20                -           0.0000          -
54481.43/2754.22	c      2754           1513         299        20                -           0.0000          -
54580.50/2759.25	c      2759           1514         300        20                -           0.0000          -
54681.48/2764.32	c      2764           1516         302        20                -           0.0000          -
54780.59/2769.35	c      2769           1516         302        20                -           0.0000          -
54881.69/2774.43	c      2774           1516         302        20                -           0.0000          -
54980.62/2779.48	c      2779           1516         302        20                -           0.0000          -
55081.63/2784.53	c      2785           1516         302        20                -           0.0000          -
55180.74/2789.58	c      2790           1517         303        20                -           0.0000          -
55281.78/2794.63	c      2795           3306         163        20                -           0.0000          -
55380.81/2799.69	c      2800           1521         307        20                -           0.0000          -
55481.88/2804.75	c      2805           2114          27        20                -           0.0000          -
55582.95/2809.82	c      2810           3327         162        20                -           0.0000          -
55681.90/2814.88	c      2815           1533         307        20                -           0.0000          -
55782.92/2819.93	c      2820           2128          29        20                -           0.0000          -
55882.06/2824.98	c      2825           1553         307        20                -           0.0000          -
55981.12/2830.03	c      2830           1565         305        20                -           0.0000          -
56083.09/2835.08	c      2835           3367         160        20                -           0.0000          -
56183.82/2840.14	c      2840           2559          51        20                -           0.0000          -
56283.03/2845.15	c      2845           2156          29        20                -           0.0000          -
56383.16/2850.23	c      2850           1580         303        20                -           0.0000          -
56482.28/2855.25	c      2855           2166          27        20                -           0.0000          -
56583.38/2860.34	c      2860           2626          53        20                -           0.0000          -
56684.50/2865.40	c      2865           1599         306        20                -           0.0000          -
56783.63/2870.45	c      2870        1662580         425        20                -           0.0000          -
56884.65/2875.51	c      2876           1618         305        20                -           0.0000          -
56983.74/2880.55	c      2881           2206          27        20                -           0.0000          -
57082.74/2885.59	c      2886           2216          27        20                -           0.0000          -
57183.70/2890.65	c      2891           1634         307        20                -           0.0000          -
57282.78/2895.67	c      2896           3466         163        20                -           0.0000          -
57383.85/2900.73	c      2901           1637         310        20                -           0.0000          -
57484.85/2905.81	c      2906           2262          27        20                -           0.0000          -
57583.94/2910.87	c      2911           1643         310        20                -           0.0000          -
57684.98/2915.90	c      2916           2281          28        20                -           0.0000          -
57784.02/2920.99	c      2921           2779          50        20                -           0.0000          -
57883.06/2926.04	c      2926           2290          31        20                -           0.0000          -
57985.10/2931.09	c      2931           2290          31        20                -           0.0000          -
58084.09/2936.14	c      2936           2293          32        20                -           0.0000          -
58186.20/2941.20	c      2941           1661         318        20                -           0.0000          -
58285.30/2946.21	c      2946           2313          32        20                -           0.0000          -
58384.36/2951.29	c      2951           2327          32        20                -           0.0000          -
58485.44/2956.34	c      2956           1680         319        20                -           0.0000          -
58584.53/2961.39	c      2961           2886          49        20                -           0.0000          -
58685.58/2966.44	c      2966           3570         161        20                -           0.0000          -
58786.68/2971.53	c      2972           2365          32        20                -           0.0000          -
58885.81/2976.55	c      2977           2938          49        20                -           0.0000          -
58986.92/2981.65	c      2982           1722         315        20                -           0.0000          -
59088.02/2986.70	c      2987           2384          39        20                -           0.0000          -
59187.16/2991.75	c      2992           3614         159        20                -           0.0000          -
59286.25/2996.78	c      2997           2987          48        20                -           0.0000          -
59387.36/3001.87	c      3002           2399          36        20                -           0.0000          -
59488.46/3006.92	c      3007           3641         158        20                -           0.0000          -
59587.54/3011.97	c      3012           2406          37        20                -           0.0000          -
59686.67/3017.03	c      3017           2411          36        20                -           0.0000          -
59788.58/3022.10	c      3022           2414          35        20                -           0.0000          -
59889.79/3027.15	c      3027           3677         160        20                -           0.0000          -
59989.91/3032.20	c      3032           3684         159        20                -           0.0000          -
60089.05/3037.25	c      3037           2429          36        20                -           0.0000          -
60190.13/3042.30	c      3042           1842         309        20                -           0.0000          -
60289.21/3047.36	c      3047           3707         158        20                -           0.0000          -
60390.35/3052.41	c      3052           1854         309        20                -           0.0000          -
60489.49/3057.47	c      3057           2450          37        20                -           0.0000          -
60590.61/3062.52	c      3063           2459          40        20                -           0.0000          -
60689.76/3067.57	c      3068           2467          38        20                -           0.0000          -
60788.92/3072.59	c      3073           3220          49        20                -           0.0000          -
60890.07/3077.68	c      3078        1789544         446        20                -           0.0000          -
60989.23/3082.70	c      3083           2494          37        20                -           0.0000          -
61090.38/3087.75	c      3088           3256          51        20                -           0.0000          -
61191.48/3092.83	c      3093           1908         307        20                -           0.0000          -
61290.62/3097.88	c      3098           2512          37        20                -           0.0000          -
61391.76/3102.92	c      3103           1921           0        20                -           0.0000          -
61490.91/3107.95	c      3108           1921           0        20                -           0.0000          -
61590.07/3113.01	c      3113           1921           0        20                -           0.0000          -
61692.11/3118.11	c      3118           1921           0        20                -           0.0000          -
61793.24/3123.16	c      3123           1921           0        20                -           0.0000          -
61892.29/3128.20	c      3128           1921           0        20                -           0.0000          -
61992.65/3133.26	c      3133           1921           0        20                -           0.0000          -
62091.81/3138.30	c      3138           1921           0        20                -           0.0000          -
62192.98/3143.37	c      3143           1921           0        20                -           0.0000          -
62294.14/3148.42	c      3148           1921           0        20                -           0.0000          -
62393.29/3153.48	c      3153           1921           0        20                -           0.0000          -
62494.46/3158.54	c      3159           1921           0        20                -           0.0000          -
62595.62/3163.61	c      3164           1921           0        20                -           0.0000          -
62694.78/3168.66	c      3169           1921           0        20                -           0.0000          -
62795.93/3173.71	c      3174           1921           0        20                -           0.0000          -
62895.09/3178.74	c      3179           1922           1        20                -           0.0000          -
62994.25/3183.79	c      3184           1924           3        20                -           0.0000          -
63095.41/3188.81	c      3189           1924           3        20                -           0.0000          -
63194.59/3193.82	c      3194           1924           3        20                -           0.0000          -
63295.76/3198.98	c      3199           1924           3        20                -           0.0000          -
63397.79/3204.05	c      3204           1924           3        20                -           0.0000          -
63496.86/3209.10	c      3209           1924           3        20                -           0.0000          -
63595.95/3214.14	c      3214           1924           3        20                -           0.0000          -
63697.23/3219.17	c      3219           1924           3        20                -           0.0000          -
63797.42/3224.25	c      3224           1924           3        20                -           0.0000          -
63898.59/3229.30	c      3229           1925           4        20                -           0.0000          -
63997.75/3234.35	c      3234           1926           5        20                -           0.0000          -
64098.90/3239.40	c      3239        1885596         415        20                -           0.0000          -
64198.06/3244.46	c      3244           1933          12        20                -           0.0000          -
64299.22/3249.52	c      3250           1933          12        20                -           0.0000          -
64398.34/3254.58	c      3255           1933          12        20                -           0.0000          -
64499.48/3259.61	c      3260           1933          12        20                -           0.0000          -
64598.65/3264.63	c      3265           1933          12        20                -           0.0000          -
64697.81/3269.64	c      3270           1933          12        20                -           0.0000          -
64796.98/3274.67	c      3275           4015         158        20                -           0.0000          -
64898.14/3279.73	c      3280           1935          16        20                -           0.0000          -
65001.25/3284.91	c      3285           1935          16        20                -           0.0000          -
65100.41/3289.96	c      3290           1935          16        20                -           0.0000          -
65199.51/3295.01	c      3295           1936          15        20                -           0.0000          -
65301.59/3300.06	c      3300           1938          17        20                -           0.0000          -
65400.61/3305.11	c      3305           2834          35        20                -           0.0000          -
65501.95/3310.16	c      3310           1947          22        20                -           0.0000          -
65602.04/3315.21	c      3315           1948          23        20                -           0.0000          -
65701.22/3320.26	c      3320           1948          23        20                -           0.0000          -
65802.38/3325.30	c      3325           1948          23        20                -           0.0000          -
65901.55/3330.33	c      3330           3904          49        20                -           0.0000          -
66002.70/3335.42	c      3335           2868          37        20                -           0.0000          -
66101.85/3340.48	c      3340           3934          49        20                -           0.0000          -
66203.00/3345.53	c      3346           4140         162        20                -           0.0000          -
66302.10/3350.58	c      3351           3961          52        20                -           0.0000          -
66403.23/3355.63	c      3356           4163         163        20                -           0.0000          -
66502.38/3360.69	c      3361           4171         161        20                -           0.0000          -
66603.52/3365.75	c      3366           2920          39        20                -           0.0000          -
66702.70/3370.79	c      3371           2038          19        20                -           0.0000          -
66803.85/3375.85	c      3376           2937          40        20                -           0.0000          -
66904.98/3380.92	c      3381           4202         160        20                -           0.0000          -
67004.15/3385.96	c      3386           2949          36        20                -           0.0000          -
67103.29/3391.02	c      3391           4078          51        20                -           0.0000          -
67205.22/3396.07	c      3396           4226         160        20                -           0.0000          -
67304.37/3401.09	c      3401           2086          21        20                -           0.0000          -
67405.49/3406.17	c      3406           4243         159        20                -           0.0000          -
67505.73/3411.23	c      3411           2107          20        20                -           0.0000          -
67606.78/3416.31	c      3416           2113          20        20                -           0.0000          -
67705.91/3421.36	c      3421           2124          23        20                -           0.0000          -
67806.97/3426.42	c      3426           3004          35        20                -           0.0000          -
67906.10/3431.45	c      3431           4274         158        20                -           0.0000          -
68007.18/3436.54	c      3437           2163          24        20                -           0.0000          -
68106.25/3441.59	c      3442           2164          25        20                -           0.0000          -
68207.37/3446.60	c      3447           2165          26        20                -           0.0000          -
68308.42/3451.70	c      3452           2165          26        20                -           0.0000          -
68407.55/3456.75	c      3457           2165          26        20                -           0.0000          -
68508.67/3461.80	c      3462           2165          26        20                -           0.0000          -
68607.80/3466.85	c      3467           2166          27        20                -           0.0000          -
68706.91/3471.87	c      3472           3085          34        20                -           0.0000          -
68808.02/3476.93	c      3477           2198          27        20                -           0.0000          -
68907.06/3482.00	c      3482           4350         158        20                -           0.0000          -
69008.74/3487.05	c      3487           3120          35        20                -           0.0000          -
69108.12/3492.08	c      3492           2228          25        20                -           0.0000          -
69209.21/3497.16	c      3497           4367         157        20                -           0.0000          -
69309.39/3502.22	c      3502           2257          25        20                -           0.0000          -
69408.52/3507.26	c      3507           4359          50        20                -           0.0000          -
69509.64/3512.32	c      3512           2269          29        20                -           0.0000          -
69608.74/3517.37	c      3517           4388          51        20                -           0.0000          -
69709.84/3522.42	c      3522           2289          27        20                -           0.0000          -
69808.95/3527.47	c      3527           3175          38        20                -           0.0000          -
69910.03/3532.52	c      3533        2074540         482        20                -           0.0000          -
70009.12/3537.57	c      3538           3191          38        20                -           0.0000          -
70110.22/3542.63	c      3543           4420         160        20                -           0.0000          -
70209.34/3547.68	c      3548           4427         157        20                -           0.0000          -
70308.41/3552.69	c      3553           2365          27        20                -           0.0000          -
70409.49/3557.71	c      3558           4503          50        20                -           0.0000          -
70508.60/3562.77	c      3563           3237          38        20                -           0.0000          -
70609.62/3567.83	c      3568           4458         156        20                -           0.0000          -
70708.63/3572.89	c      3573           3247          36        20                -           0.0000          -
70809.66/3577.94	c      3578           2419          23        20                -           0.0000          -
70908.73/3582.99	c      3583           4480         158        20                -           0.0000          -
71007.82/3588.00	c      3588           4486         158        20                -           0.0000          -
71109.68/3593.12	c      3593           2457          25        20                -           0.0000          -
71208.70/3598.12	c      3598           2475          25        20                -           0.0000          -
71310.99/3603.22	c      3603           2483          25        20                -           0.0000          -
71410.07/3608.27	c      3608           2485          27        20                -           0.0000          -
71511.18/3613.32	c      3613           2485          27        20                -           0.0000          -
71612.22/3618.41	c      3618           2486          28        20                -           0.0000          -
71711.33/3623.43	c      3623        2134145         477        20                -           0.0000          -
71812.41/3628.52	c      3629           2501          29        20                -           0.0000          -
71911.50/3633.57	c      3634           4682          49        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (187135 MiB free)
  memory of node 1: 193494 MiB (176520 MiB free)
  memory of node 2: 193531 MiB (190913 MiB free)
  memory of node 3: 193531 MiB (191867 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-4465697-1722540882/watcher-4465697-1722540882 -o /tmp/evaluation-result-4465697-1722540882/solver-4465697-1722540882 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127948 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465697-1722540882.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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

solver pid=132470, runsolver pid=132467

[startup+0.100118 s]*
/proc/loadavg: 75.74 79.62 79.80 24/905 132471
/proc/meminfo: memFree=764314716/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=55936 memory=45044 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) R 132467 132470 127938 0 -1 4194304 10231 0 0 0 10 1 0 0 20 0 1 0 20671295 57278464 11261 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 13984 11261 2710 3035 0 10380 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 55936 KiB
Current children cumulated memory: 45044 KiB

[startup+0.219471 s]*
/proc/loadavg: 75.74 79.62 79.80 24/905 132471
/proc/meminfo: memFree=764297484/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=77816 memory=64444 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) R 132467 132470 127938 0 -1 4194304 15153 0 0 0 21 1 0 0 20 0 1 0 20671295 79683584 16111 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 19454 16111 2758 3035 0 15850 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 77816 KiB
Current children cumulated memory: 64444 KiB

[startup+0.319291 s]*
/proc/loadavg: 75.74 79.62 79.80 24/905 132471
/proc/meminfo: memFree=764291272/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=84144 memory=70792 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) R 132467 132470 127938 0 -1 4194304 16716 0 0 0 31 2 0 0 20 0 1 0 20671295 86163456 17698 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 21036 17698 2774 3035 0 17432 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 84144 KiB
Current children cumulated memory: 70792 KiB

[startup+0.70018 s]
/proc/loadavg: 75.74 79.62 79.80 24/905 132471
/proc/meminfo: memFree=764291112/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=84144 memory=70792 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) R 132467 132470 127938 0 -1 4194304 16716 0 0 0 67 2 0 0 20 0 1 0 20671295 86163456 17698 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 21036 17698 2774 3035 0 17432 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 84144 KiB
Current children cumulated memory: 70792 KiB

[startup+1.5002 s]
/proc/loadavg: 75.74 79.62 79.80 24/907 132479
/proc/meminfo: memFree=766450288/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=84144 memory=71584 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) R 132467 132470 127938 0 -1 4194304 16930 0 0 0 146 2 0 0 20 0 1 0 20671295 86163456 17896 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 21036 17896 2774 3035 0 17432 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 84144 KiB
Current children cumulated memory: 71584 KiB

[startup+3.1183 s]
/proc/loadavg: 75.74 79.62 79.80 24/907 132480
/proc/meminfo: memFree=766446488/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=85328 memory=72904 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) R 132467 132470 127938 0 -1 4194304 17219 0 0 0 307 2 0 0 20 0 1 0 20671295 87375872 18226 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 21332 18226 2774 3035 0 17728 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 85328 KiB
Current children cumulated memory: 72904 KiB

[startup+6.30112 s]
/proc/loadavg: 71.51 78.68 79.50 43/947 132520
/proc/meminfo: memFree=765554276/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=1780004 memory=958888 CPUtime=31.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) S 132467 132470 127938 0 -1 1077936128 243577 0 0 0 3056 52 0 0 20 0 41 0 20671295 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 445001 239722 2806 3035 0 335443 0
[pid=132470/tid=132481] ppid=132467 vsize=1780004 memory=16724 CPUtime=1.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132481/stat : 132481 (fscip) R 132467 132470 127938 0 -1 4194368 10557 0 0 0 126 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132482] ppid=132467 vsize=1780004 memory=0 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132482/stat : 132482 (fscip) R 132467 132470 127938 0 -1 4194368 10518 0 0 0 130 1 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132483] ppid=132467 vsize=1780004 memory=908096 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132483/stat : 132483 (fscip) R 132467 132470 127938 0 -1 4194368 10545 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132484] ppid=132467 vsize=1780004 memory=281354986107648 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132484/stat : 132484 (fscip) R 132467 132470 127938 0 -1 4194368 10558 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132485] ppid=132467 vsize=1780004 memory=71584 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132485/stat : 132485 (fscip) R 132467 132470 127938 0 -1 4194368 10516 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132486] ppid=132467 vsize=1780004 memory=25333125866717268 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132486/stat : 132486 (fscip) R 132467 132470 127938 0 -1 4194368 10547 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132487] ppid=132467 vsize=1780004 memory=0 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132487/stat : 132487 (fscip) R 132467 132470 127938 0 -1 4194368 10582 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132488] ppid=132467 vsize=1780004 memory=0 CPUtime=1.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132488/stat : 132488 (fscip) R 132467 132470 127938 0 -1 4194368 10541 0 0 0 130 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132489] ppid=132467 vsize=1780004 memory=33000 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132489/stat : 132489 (fscip) R 132467 132470 127938 0 -1 4194368 10593 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132490] ppid=132467 vsize=1780004 memory=1804 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132490/stat : 132490 (fscip) R 132467 132470 127938 0 -1 4194368 10551 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132491] ppid=132467 vsize=1780004 memory=6048 CPUtime=1.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132491/stat : 132491 (fscip) R 132467 132470 127938 0 -1 4194368 10507 0 0 0 130 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132492] ppid=132467 vsize=1780004 memory=51200 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132492/stat : 132492 (fscip) R 132467 132470 127938 0 -1 4194368 10564 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132493] ppid=132467 vsize=1780004 memory=104 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132493/stat : 132493 (fscip) R 132467 132470 127938 0 -1 4194368 10546 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132494] ppid=132467 vsize=1780004 memory=25932 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132494/stat : 132494 (fscip) R 132467 132470 127938 0 -1 4194368 10548 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132495] ppid=132467 vsize=1780004 memory=21380 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132495/stat : 132495 (fscip) R 132467 132470 127938 0 -1 4194368 10591 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132496] ppid=132467 vsize=1780004 memory=29273809900535888 CPUtime=1.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132496/stat : 132496 (fscip) R 132467 132470 127938 0 -1 4194368 10545 0 0 0 130 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132497] ppid=132467 vsize=1780004 memory=0 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132497/stat : 132497 (fscip) R 132467 132470 127938 0 -1 4194368 11163 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132498] ppid=132467 vsize=1780004 memory=0 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132498/stat : 132498 (fscip) R 132467 132470 127938 0 -1 4194368 10540 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132499] ppid=132467 vsize=1780004 memory=0 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132499/stat : 132499 (fscip) R 132467 132470 127938 0 -1 4194368 10559 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132500] ppid=132467 vsize=1780004 memory=281354986665408 CPUtime=1.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132500/stat : 132500 (fscip) R 132467 132470 127938 0 -1 4194368 15548 0 0 0 129 2 0 0 20 0 41 0 20671765 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132501] ppid=132467 vsize=1780004 memory=-8325000837725445204 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132501/stat : 132501 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132502] ppid=132467 vsize=1780004 memory=-7819220407477041021 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132502/stat : 132502 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132503] ppid=132467 vsize=1780004 memory=-8325000837725443158 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132503/stat : 132503 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132504] ppid=132467 vsize=1780004 memory=281354986416768 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132504/stat : 132504 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132505] ppid=132467 vsize=1780004 memory=8310895937281 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132505/stat : 132505 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132506] ppid=132467 vsize=1780004 memory=8491284563457 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132506/stat : 132506 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132507] ppid=132467 vsize=1780004 memory=8529939269121 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132507/stat : 132507 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132508] ppid=132467 vsize=1780004 memory=2814784127238148 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132508/stat : 132508 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132509] ppid=132467 vsize=1780004 memory=8547431396554547829 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132509/stat : 132509 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132510] ppid=132467 vsize=1780004 memory=8547996554154845303 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132510/stat : 132510 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132511] ppid=132467 vsize=1780004 memory=-7595718148651707234 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132511/stat : 132511 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132512] ppid=132467 vsize=1780004 memory=-7531821116701384608 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132512/stat : 132512 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132513] ppid=132467 vsize=1780004 memory=3458817505966187081 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132513/stat : 132513 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132514] ppid=132467 vsize=1780004 memory=7381513474533650275 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132514/stat : 132514 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132515] ppid=132467 vsize=1780004 memory=281354986433232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132515/stat : 132515 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132516] ppid=132467 vsize=1780004 memory=7381513474533650275 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132516/stat : 132516 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132517] ppid=132467 vsize=1780004 memory=6441676167891151978 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132517/stat : 132517 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132518] ppid=132467 vsize=1780004 memory=6944652177228980320 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132518/stat : 132518 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132519] ppid=132467 vsize=1780004 memory=-6954056589005266848 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132519/stat : 132519 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132520] ppid=132467 vsize=1780004 memory=6368737852273485400 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132520/stat : 132520 (fscip) S 132467 132470 127938 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20671790 1822724096 239722 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
Current children cumulated CPU time: 31.08 s
Current children cumulated vsize: 1780004 KiB
Current children cumulated memory: 958888 KiB

[startup+12.7011 s]
/proc/loadavg: 69.23 78.08 79.30 43/967 132542
/proc/meminfo: memFree=764590284/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=1914828 memory=1331504 CPUtime=157.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) S 132467 132470 127938 0 -1 1077936128 464406 0 0 0 15690 97 0 0 20 0 41 0 20671295 1960783872 332876 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
/proc/132470/statm: 478707 332876 3030 3035 0 435086 0
[pid=132470/tid=132481] ppid=132467 vsize=1914828 memory=230 CPUtime=7.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132481/stat : 132481 (fscip) R 132467 132470 127938 0 -1 4194368 16533 0 0 0 742 3 0 0 20 0 41 0 20671765 1960783872 332876 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132482] ppid=132467 vsize=1914828 memory=72904 CPUtime=7.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132482/stat : 132482 (fscip) R 132467 132470 127938 0 -1 4194368 22842 0 0 0 764 3 0 0 20 0 41 0 20671765 1960783872 332876 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132483] ppid=132467 vsize=1914828 memory=0 CPUtime=7.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132483/stat : 132483 (fscip) R 132467 132470 127938 0 -1 4194368 23773 0 0 0 758 6 0 0 20 0 41 0 20671765 1960783872 332876 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0

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

/proc/132470/task/132488/stat : 132488 (fscip) D 132467 132470 127938 0 -1 1077937220 1392706 0 0 0 359601 167 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132489] ppid=132467 vsize=7198624 memory=2684 CPUtime=3587.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132489/stat : 132489 (fscip) D 132467 132470 127938 0 -1 1077937220 1565766 0 0 0 357534 1171 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132490] ppid=132467 vsize=7198624 memory=6920 CPUtime=3605.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132490/stat : 132490 (fscip) D 132467 132470 127938 0 -1 1077937220 1053195 0 0 0 360379 142 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132491] ppid=132467 vsize=7198624 memory=17702172 CPUtime=3594.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132491/stat : 132491 (fscip) D 132467 132470 127938 0 -1 1077937220 1403908 0 0 0 359275 175 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132492] ppid=132467 vsize=7198624 memory=2752 CPUtime=3596.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132492/stat : 132492 (fscip) D 132467 132470 127938 0 -1 1077937220 1934664 0 0 0 358465 1166 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132493] ppid=132467 vsize=7198624 memory=6624 CPUtime=3597.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132493/stat : 132493 (fscip) D 132467 132470 127938 0 -1 1077937220 1004497 0 0 0 359629 119 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132494] ppid=132467 vsize=7198624 memory=5856216 CPUtime=3603.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132494/stat : 132494 (fscip) D 132467 132470 127938 0 -1 1077937220 1320120 0 0 0 360224 156 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132495] ppid=132467 vsize=7198624 memory=2704 CPUtime=3595.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132495/stat : 132495 (fscip) D 132467 132470 127938 0 -1 1077937220 1675616 0 0 0 358242 1324 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132496] ppid=132467 vsize=7198624 memory=6856 CPUtime=3593.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132496/stat : 132496 (fscip) D 132467 132470 127938 0 -1 1077937220 934566 0 0 0 359261 117 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132497] ppid=132467 vsize=7198624 memory=5954144 CPUtime=3603.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132497/stat : 132497 (fscip) D 132467 132470 127938 0 -1 1077937220 1451879 0 0 0 360123 178 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132498] ppid=132467 vsize=7198624 memory=2764 CPUtime=3596.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132498/stat : 132498 (fscip) D 132467 132470 127938 0 -1 1077937220 1405396 0 0 0 358437 1228 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132499] ppid=132467 vsize=7198624 memory=6860 CPUtime=3606.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132499/stat : 132499 (fscip) D 132467 132470 127938 0 -1 1077937220 1135097 0 0 0 360506 140 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132500] ppid=132467 vsize=7198624 memory=3603464 CPUtime=3606.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132500/stat : 132500 (fscip) S 132467 132470 127938 0 -1 4195904 1374377 0 0 0 360280 365 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 140697952832704 9450145 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132501] ppid=132467 vsize=7198624 memory=10084 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132501/stat : 132501 (fscip) D 132467 132470 127938 0 -1 1077937220 168 0 0 0 4 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132502] ppid=132467 vsize=7198624 memory=36300 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132502/stat : 132502 (fscip) D 132467 132470 127938 0 -1 1077937220 161 0 0 0 0 2 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132503] ppid=132467 vsize=7198624 memory=4688 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132503/stat : 132503 (fscip) D 132467 132470 127938 0 -1 1077937220 61 0 0 0 1 1 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132504] ppid=132467 vsize=7198624 memory=-4421386522017883748 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132504/stat : 132504 (fscip) D 132467 132470 127938 0 -1 1077937220 149 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132505] ppid=132467 vsize=7198624 memory=6952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132505/stat : 132505 (fscip) D 132467 132470 127938 0 -1 1077937220 165 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132506] ppid=132467 vsize=7198624 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132506/stat : 132506 (fscip) D 132467 132470 127938 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132507] ppid=132467 vsize=7198624 memory=28152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132507/stat : 132507 (fscip) D 132467 132470 127938 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132508] ppid=132467 vsize=7198624 memory=33860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132508/stat : 132508 (fscip) D 132467 132470 127938 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132509] ppid=132467 vsize=7198624 memory=67052 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132509/stat : 132509 (fscip) D 132467 132470 127938 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132510] ppid=132467 vsize=7198624 memory=7636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132510/stat : 132510 (fscip) D 132467 132470 127938 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132511] ppid=132467 vsize=7198624 memory=19092 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132511/stat : 132511 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132512] ppid=132467 vsize=7198624 memory=20248 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132512/stat : 132512 (fscip) D 132467 132470 127938 0 -1 1077937220 97 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132513] ppid=132467 vsize=7198624 memory=5576 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132513/stat : 132513 (fscip) D 132467 132470 127938 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132514] ppid=132467 vsize=7198624 memory=20248 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132514/stat : 132514 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 0 2 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132515] ppid=132467 vsize=7198624 memory=5576 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132515/stat : 132515 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 0 2 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132516] ppid=132467 vsize=7198624 memory=-7232916781623328658 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132516/stat : 132516 (fscip) D 132467 132470 127938 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132517] ppid=132467 vsize=7198624 memory=13680 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132517/stat : 132517 (fscip) D 132467 132470 127938 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132518] ppid=132467 vsize=7198624 memory=11604 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132518/stat : 132518 (fscip) D 132467 132470 127938 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132519] ppid=132467 vsize=7198624 memory=11908 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132519/stat : 132519 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132520] ppid=132467 vsize=7198624 memory=11628 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132520/stat : 132520 (fscip) D 132467 132470 127938 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 7198624 KiB
Current children cumulated memory: 5954144 KiB

[startup+3640.6 s]
/proc/loadavg: 67.21 68.76 73.73 48/997 135231
/proc/meminfo: memFree=747211760/790760804 swapFree=131071996/131071996
[pid=132470] ppid=132467 vsize=7198624 memory=5954144 CPUtime=72001.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/stat : 132470 (fscip) D 132467 132470 127938 0 -1 1077937156 27176249 0 0 0 7190456 9703 0 0 20 0 41 0 20671295 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
/proc/132470/statm: 1799656 1488536 3334 3035 0 1614139 0
[pid=132470/tid=132481] ppid=132467 vsize=7198624 memory=2684 CPUtime=3604.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132481/stat : 132481 (fscip) D 132467 132470 127938 0 -1 1077937220 918173 0 0 0 360354 119 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132482] ppid=132467 vsize=7198624 memory=6920 CPUtime=3607.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132482/stat : 132482 (fscip) D 132467 132470 127938 0 -1 1077937220 1451712 0 0 0 360565 166 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132483] ppid=132467 vsize=7198624 memory=17701752 CPUtime=3594.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132483/stat : 132483 (fscip) D 132467 132470 127938 0 -1 1077937220 1810432 0 0 0 358325 1161 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132484] ppid=132467 vsize=7198624 memory=6055652847293562906 CPUtime=3591.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132484/stat : 132484 (fscip) D 132467 132470 127938 0 -1 1077937220 1183789 0 0 0 359001 149 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132485] ppid=132467 vsize=7198624 memory=25031 CPUtime=3607.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132485/stat : 132485 (fscip) D 132467 132470 127938 0 -1 1077937220 1348176 0 0 0 360541 171 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132486] ppid=132467 vsize=7198624 memory=25369 CPUtime=3600 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132486/stat : 132486 (fscip) D 132467 132470 127938 0 -1 1077937220 1564733 0 0 0 358729 1271 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132487] ppid=132467 vsize=7198624 memory=25699 CPUtime=3605.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132487/stat : 132487 (fscip) D 132467 132470 127938 0 -1 1077937220 1216923 0 0 0 360392 149 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132488] ppid=132467 vsize=7198624 memory=26032 CPUtime=3597.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132488/stat : 132488 (fscip) D 132467 132470 127938 0 -1 1077937220 1392706 0 0 0 359601 167 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132489] ppid=132467 vsize=7198624 memory=64250 CPUtime=3587.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132489/stat : 132489 (fscip) D 132467 132470 127938 0 -1 1077937220 1565766 0 0 0 357534 1171 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132490] ppid=132467 vsize=7198624 memory=83329 CPUtime=3605.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132490/stat : 132490 (fscip) D 132467 132470 127938 0 -1 1077937220 1053195 0 0 0 360379 142 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132491] ppid=132467 vsize=7198624 memory=83870 CPUtime=3594.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132491/stat : 132491 (fscip) D 132467 132470 127938 0 -1 1077937220 1403908 0 0 0 359275 175 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132492] ppid=132467 vsize=7198624 memory=3978707289854181408 CPUtime=3596.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132492/stat : 132492 (fscip) D 132467 132470 127938 0 -1 1077937220 1934664 0 0 0 358465 1166 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132493] ppid=132467 vsize=7198624 memory=4050769268986609752 CPUtime=3597.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132493/stat : 132493 (fscip) D 132467 132470 127938 0 -1 1077937220 1004497 0 0 0 359629 119 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132494] ppid=132467 vsize=7198624 memory=3545514002094620758 CPUtime=3603.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132494/stat : 132494 (fscip) D 132467 132470 127938 0 -1 1077937220 1320120 0 0 0 360224 156 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132495] ppid=132467 vsize=7198624 memory=709618791877402 CPUtime=3595.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132495/stat : 132495 (fscip) D 132467 132470 127938 0 -1 1077937220 1675616 0 0 0 358242 1324 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132496] ppid=132467 vsize=7198624 memory=709618791877403 CPUtime=3593.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132496/stat : 132496 (fscip) D 132467 132470 127938 0 -1 1077937220 934566 0 0 0 359261 117 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132497] ppid=132467 vsize=7198624 memory=709618791877404 CPUtime=3603.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132497/stat : 132497 (fscip) D 132467 132470 127938 0 -1 1077937220 1451879 0 0 0 360123 178 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132498] ppid=132467 vsize=7198624 memory=198340509722 CPUtime=3596.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132498/stat : 132498 (fscip) D 132467 132470 127938 0 -1 1077937220 1405396 0 0 0 358437 1228 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132499] ppid=132467 vsize=7198624 memory=25031 CPUtime=3606.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132499/stat : 132499 (fscip) D 132467 132470 127938 0 -1 1077937220 1135097 0 0 0 360506 140 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132500] ppid=132467 vsize=7198624 memory=25369 CPUtime=3606.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132500/stat : 132500 (fscip) S 132467 132470 127938 0 -1 4195904 1374377 0 0 0 360280 365 0 0 20 0 41 0 20671765 7371390976 1488536 809668444160 4194304 16623229 140727652575040 140697952832704 9450145 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 0
[pid=132470/tid=132501] ppid=132467 vsize=7198624 memory=25699 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132501/stat : 132501 (fscip) D 132467 132470 127938 0 -1 1077937220 168 0 0 0 4 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132502] ppid=132467 vsize=7198624 memory=26032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132502/stat : 132502 (fscip) D 132467 132470 127938 0 -1 1077937220 161 0 0 0 0 2 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132503] ppid=132467 vsize=7198624 memory=64250 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132503/stat : 132503 (fscip) D 132467 132470 127938 0 -1 1077937220 61 0 0 0 1 1 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132504] ppid=132467 vsize=7198624 memory=83329 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132504/stat : 132504 (fscip) D 132467 132470 127938 0 -1 1077937220 149 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132505] ppid=132467 vsize=7198624 memory=83870 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132505/stat : 132505 (fscip) D 132467 132470 127938 0 -1 1077937220 165 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132506] ppid=132467 vsize=7198624 memory=3978707289854181408 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132506/stat : 132506 (fscip) D 132467 132470 127938 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132507] ppid=132467 vsize=7198624 memory=4050769268986609752 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132507/stat : 132507 (fscip) D 132467 132470 127938 0 -1 1077937220 157 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132508] ppid=132467 vsize=7198624 memory=-8845524400448470954 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132508/stat : 132508 (fscip) D 132467 132470 127938 0 -1 1077937220 158 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132509] ppid=132467 vsize=7198624 memory=6432436181945770810 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132509/stat : 132509 (fscip) D 132467 132470 127938 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132510] ppid=132467 vsize=7198624 memory=6852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132510/stat : 132510 (fscip) D 132467 132470 127938 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132511] ppid=132467 vsize=7198624 memory=5954144 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132511/stat : 132511 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132512] ppid=132467 vsize=7198624 memory=6720667653368855905 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132512/stat : 132512 (fscip) D 132467 132470 127938 0 -1 1077937220 97 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132513] ppid=132467 vsize=7198624 memory=33000 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132513/stat : 132513 (fscip) D 132467 132470 127938 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132514] ppid=132467 vsize=7198624 memory=1804 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132514/stat : 132514 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 0 2 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132515] ppid=132467 vsize=7198624 memory=6048 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132515/stat : 132515 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 0 2 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132516] ppid=132467 vsize=7198624 memory=8196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132516/stat : 132516 (fscip) D 132467 132470 127938 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132517] ppid=132467 vsize=7198624 memory=3300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132517/stat : 132517 (fscip) D 132467 132470 127938 0 -1 1077937220 156 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132518] ppid=132467 vsize=7198624 memory=2264 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132518/stat : 132518 (fscip) D 132467 132470 127938 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132519] ppid=132467 vsize=7198624 memory=1668 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132519/stat : 132519 (fscip) D 132467 132470 127938 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
[pid=132470/tid=132520] ppid=132467 vsize=7198624 memory=8916 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/132470/task/132520/stat : 132520 (fscip) D 132467 132470 127938 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 20671790 7371390976 1488536 809668444160 4194304 16623229 140727652575040 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31268864 140727652582409 140727652582527 140727652582527 140727652589552 24
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 7198624 KiB
Current children cumulated memory: 5954144 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3640.79
CPU time (s): 72001.8
CPU user time (s): 71904.6
CPU system time (s): 97.2124
CPU usage (%): 1977.64
Max. virtual memory (cumulated for all children) (KiB): 7198624
Max. memory (cumulated for all children) (KiB): 5958488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71904.6
system time used= 97.2124
maximum resident set size= 5958488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27176249
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= 178491
involuntary context switches= 330085


# summary of solver processes directly reported to runsolver:
#   pid: 132470
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71904.6
#   total CPU system time (s): 97.2124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4203 second user time and 95.9901 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 21:34:42
IDJOB=4465697
IDBENCH=158339
IDSOLVER=3094
FILE ID=nodeD105/4465697-1722540882
RUNJOBID= nodeD105-1722533544-127948
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465697-1722540882/watcher-4465697-1722540882 -o /tmp/evaluation-result-4465697-1722540882/solver-4465697-1722540882 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127948 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465697-1722540882.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= dd58632d9551a3604736dadf6eadc418
RANDOM SEED=933385546

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        764351296 kB
MemAvailable:   768698232 kB
Buffers:          300344 kB
Cached:          7328496 kB
SwapCached:            0 kB
Active:           471500 kB
Inactive:       23264788 kB
Active(anon):       2172 kB
Inactive(anon): 16127908 kB
Active(file):     469328 kB
Inactive(file):  7136880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2430948 kB
Writeback:          6044 kB
AnonPages:      16107828 kB
Mapped:           127176 kB
Shmem:             22540 kB
KReclaimable:     320860 kB
Slab:             694736 kB
SReclaimable:     320860 kB
SUnreclaim:       373876 kB
KernelStack:       15648 kB
PageTables:        45728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2050192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           272256 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 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:      641024 kB
DirectMap2M:    82694144 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-01 22:35:23