Trace number 4465865

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-8.opb
MD5SUM17b9f2f8b02d6ae535b4cdc282411634
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 benchmark174.43
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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 = 47247360, getVmSize() = 47247360, SCIPgetMemUsed() = 21345585, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13378372
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.22/0.23	c ** Estimated virtualMemUsedAtSolver = 39806320, getVmSize() = 70680576, SCIPgetMemUsed() = 25392357, SCIPgetMemTotal() = 46331109, SCIPgetMemExternEstim() = 13378372
0.22/0.23	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.22/0.23	c Original Problem   :
0.22/0.23	c   Problem name     : instance-4465865-1722586450
0.22/0.23	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.23	c   Constraints      : 9488
0.22/0.23	c   Objective sense  : minimize
0.22/0.23	c Presolved Problem  :
0.22/0.23	c   Variables        : 3418 (3418 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.23	c   Constraints      : 7848
0.22/0.23	c Constraints        : Number
0.22/0.23	c   and              : 32 
0.22/0.23	c   linear           : 1363 
0.22/0.23	c   logicor          : 6453 
0.22/0.23	c ** Instance transfer method used: 0
0.22/0.25	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.50	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.50	c                                Nodes    Active                                            
0.44/0.50	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
104.52/5.81	c         6          12910         271        20                -           0.0000          -
203.43/10.85	c        11          30772         245        20                -           0.0000          -
304.20/15.90	c        16          47107           0        20                -           0.0000          -
403.43/20.94	c        21          70547         317        20                -           0.0000          -
502.54/25.99	c        26             17          16        20                -           0.0000          -
601.72/31.04	c        31             16          15        20                -           0.0000          -
703.50/36.08	c        36             16          15        20                -           0.0000          -
804.63/41.13	c        41             16          15        20                -           0.0000          -
903.78/46.18	c        46             16          15        20                -           0.0000          -
1004.38/51.23	c        51             16          15        20                -           0.0000          -
1103.26/56.28	c        56             16          15        20                -           0.0000          -
1204.40/61.33	c        61             16          15        20                -           0.0000          -
1303.65/66.38	c        66             28          27        20                -           0.0000          -
1404.73/71.43	c        71             15          14        20                -           0.0000          -
1503.85/76.48	c        76             16          15        20                -           0.0000          -
1605.10/81.53	c        82             18          17        20                -           0.0000          -
1704.32/86.58	c        87             20          19        20                -           0.0000          -
1805.51/91.63	c        92             22          21        20                -           0.0000          -
1904.75/96.68	c        97             22          21        20                -           0.0000          -
2005.85/101.73	c       102             22          21        20                -           0.0000          -
2104.96/106.78	c       107             22          21        20                -           0.0000          -
2206.20/111.83	c       112             22          21        20                -           0.0000          -
2305.38/116.88	c       117             22          21        20                -           0.0000          -
2406.54/121.91	c       122             22          21        20                -           0.0000          -
2505.76/126.98	c       127             22          21        20                -           0.0000          -
2607.54/132.03	c       132             22          21        20                -           0.0000          -
2706.61/137.08	c       137             22          21        20                -           0.0000          -
2805.57/142.13	c       142             22          21        20                -           0.0000          -
2906.83/147.18	c       147             22          21        20                -           0.0000          -
3007.24/152.23	c       152             22          21        20                -           0.0000          -
3106.27/157.28	c       157             22          21        20                -           0.0000          -
3207.45/162.33	c       162             22          21        20                -           0.0000          -
3306.63/167.38	c       167             22          21        20                -           0.0000          -
3407.83/172.43	c       172             22          21        20                -           0.0000          -
3507.09/177.48	c       177             22          21        20                -           0.0000          -
3608.20/182.53	c       183             22          21        20                -           0.0000          -
3707.47/187.58	c       188             22          21        20                -           0.0000          -
3808.73/192.63	c       193             22          21        20                -           0.0000          -
3907.97/197.68	c       198             22          21        20                -           0.0000          -
4009.23/202.73	c       203             22          21        20                -           0.0000          -
4108.49/207.78	c       208             22          21        20                -           0.0000          -
4209.75/212.83	c       213             22          21        20                -           0.0000          -
4308.77/217.88	c       218             22          21        20                -           0.0000          -
4409.84/222.93	c       223             22          21        20                -           0.0000          -
4509.02/227.98	c       228             22          21        20                -           0.0000          -
4608.19/233.03	c       233             22          21        20                -           0.0000          -
4709.98/238.08	c       238             22          21        20                -           0.0000          -
4811.24/243.13	c       243             22          21        20                -           0.0000          -
4910.54/248.18	c       248             22          21        20                -           0.0000          -
5010.99/253.23	c       253             22          21        20                -           0.0000          -
5110.26/258.27	c       258             22          21        20                -           0.0000          -
5211.35/263.32	c       263             22          21        20                -           0.0000          -
5310.54/268.37	c       268             22          21        20                -           0.0000          -
5411.62/273.42	c       273             22          21        20                -           0.0000          -
5510.83/278.47	c       278             22          21        20                -           0.0000          -
5612.09/283.52	c       284             22          21        20                -           0.0000          -
5711.23/288.57	c       289             22          21        20                -           0.0000          -
5812.32/293.62	c       294             22          21        20                -           0.0000          -
5911.58/298.67	c       299             22          21        20                -           0.0000          -
6012.81/303.72	c       304             22          21        20                -           0.0000          -
6112.01/308.77	c       309             22          21        20                -           0.0000          -
6213.34/313.82	c       314             22          21        20                -           0.0000          -
6312.47/318.87	c       319             22          21        20                -           0.0000          -
6413.69/323.91	c       324             22          21        20                -           0.0000          -
6512.91/328.97	c       329             22          21        20                -           0.0000          -
6612.11/334.02	c       334             22          21        20                -           0.0000          -
6713.82/339.07	c       339             22          21        20                -           0.0000          -
6814.86/344.12	c       344             22          21        20                -           0.0000          -
6914.20/349.17	c       349             22          21        20                -           0.0000          -
7014.69/354.22	c       354             22          21        20                -           0.0000          -
7113.93/359.25	c       359             22          21        20                -           0.0000          -
7214.94/364.32	c       364             22          21        20                -           0.0000          -
7314.03/369.37	c       369            501         468        20                -           0.0000          -
7415.23/374.42	c       374             26          25        20                -           0.0000          -
7514.43/379.47	c       379             26          25        20                -           0.0000          -
7613.58/384.50	c       385            565         532        20                -           0.0000          -
7714.67/389.57	c       390            565         532        20                -           0.0000          -
7815.83/394.62	c       395            565         532        20                -           0.0000          -
7914.98/399.67	c       400            568         535        20                -           0.0000          -
8016.09/404.72	c       405            568         535        20                -           0.0000          -
8115.27/409.77	c       410            568         535        20                -           0.0000          -
8216.34/414.82	c       415            568         535        20                -           0.0000          -
8315.54/419.87	c       420             40          39        20                -           0.0000          -
8416.77/424.92	c       425           1050           0        20                -           0.0000          -
8516.00/429.97	c       430           1050           0        20                -           0.0000          -
8615.24/435.02	c       435            622         587        20                -           0.0000          -
8717.21/440.07	c       440            622         587        20                -           0.0000          -
8816.11/445.12	c       445             70          69        20                -           0.0000          -
8917.59/450.17	c       450           1065          15        20                -           0.0000          -
9017.75/455.22	c       455            702         667        20                -           0.0000          -
9116.79/460.27	c       460           1098          48        20                -           0.0000          -
9218.02/465.32	c       465           1098          48        20                -           0.0000          -
9317.08/470.37	c       470           1098          48        20                -           0.0000          -
9418.29/475.42	c       475            756         721        20                -           0.0000          -
9517.45/480.47	c       480            147         146        20                -           0.0000          -
9618.71/485.52	c       486            147         146        20                -           0.0000          -
9717.99/490.56	c       491           1121          71        20                -           0.0000          -
9819.18/495.62	c       496            918         883        20                -           0.0000          -
9918.46/500.67	c       501            918         883        20                -           0.0000          -
10019.69/505.72	c       506            918         883        20                -           0.0000          -
10118.91/510.77	c       511            918         883        20                -           0.0000          -
10220.16/515.82	c       516           1193         141        20                -           0.0000          -
10319.43/520.87	c       521           1193         141        20                -           0.0000          -
10420.65/525.92	c       526           1193         141        20                -           0.0000          -
10519.90/530.97	c       531           1000         963        20                -           0.0000          -
10619.14/536.02	c       536           1000         963        20                -           0.0000          -
10720.96/541.07	c       541           1020         983        20                -           0.0000          -
10820.22/546.12	c       546           1305         253        20                -           0.0000          -
10921.58/551.16	c       551           1305         253        20                -           0.0000          -
11020.90/556.18	c       556           1305         253        20                -           0.0000          -
11121.24/561.25	c       561           1305         253        20                -           0.0000          -
11222.45/566.32	c       566           1305         253        20                -           0.0000          -
11321.71/571.37	c       571           1305         253        20                -           0.0000          -
11422.88/576.42	c       576           1305         253        20                -           0.0000          -
11521.94/581.45	c       581           1305         253        20                -           0.0000          -
11623.09/586.52	c       587           1305         253        20                -           0.0000          -
11722.37/591.57	c       592           1305         253        20                -           0.0000          -
11823.60/596.62	c       597           1305         253        20                -           0.0000          -
11922.73/601.67	c       602           1305         253        20                -           0.0000          -
12023.83/606.72	c       607           1305         253        20                -           0.0000          -
12123.06/611.77	c       612           1305         253        20                -           0.0000          -
12224.17/616.82	c       617           1345        1306        20                -           0.0000          -
12323.28/621.87	c       622           1332         280        20                -           0.0000          -
12424.42/626.91	c       627           1332         280        20                -           0.0000          -
12523.63/631.97	c       632           1332         280        20                -           0.0000          -
12622.89/637.02	c       637            454         453        20                -           0.0000          -
12724.48/642.06	c       642           1354         302        20                -           0.0000          -
12823.46/647.12	c       647           1354         302        20                -           0.0000          -
12922.31/652.13	c       652           1354         302        20                -           0.0000          -
13023.35/657.18	c       657            480         479        20                -           0.0000          -
13123.81/662.27	c       662           1974        1931        20                -           0.0000          -
13224.96/667.32	c       667           1974        1931        20                -           0.0000          -
13324.17/672.37	c       672           1974        1931        20                -           0.0000          -
13425.35/677.42	c       677           1974        1931        20                -           0.0000          -
13524.62/682.47	c       682           1974        1931        20                -           0.0000          -
13625.73/687.52	c       688           1974        1931        20                -           0.0000          -
13724.88/692.54	c       693           1974        1931        20                -           0.0000          -
13824.07/697.58	c       698           1974        1931        20                -           0.0000          -
13925.27/702.67	c       703           1974        1931        20                -           0.0000          -
14024.46/707.69	c       708           1974        1931        20                -           0.0000          -
14125.61/712.77	c       713           1974        1931        20                -           0.0000          -
14226.76/717.82	c       718            577         576        20                -           0.0000          -
14325.93/722.87	c       723        3724033         305        20                -           0.0000          -
14427.09/727.90	c       728            584         583        20                -           0.0000          -
14526.27/732.97	c       733           2195        2152        20                -           0.0000          -
14628.16/738.03	c       738           2195        2152        20                -           0.0000          -
14727.40/743.08	c       743            605         604        20                -           0.0000          -
14826.65/748.13	c       748           2087         987        20                -           0.0000          -
14927.72/753.18	c       753           2299        2256        20                -           0.0000          -
15028.20/758.23	c       758           2299        2256        20                -           0.0000          -
15127.39/763.28	c       763            636         635        20                -           0.0000          -
15226.51/768.29	c       768           2331        2288        20                -           0.0000          -
15327.59/773.31	c       773           2331        2288        20                -           0.0000          -
15428.73/778.43	c       778           3985        1120        20                -           0.0000          -
15527.98/783.48	c       783        2928207         165        20                -           0.0000          -
15626.96/788.49	c       788           2440        2397        20                -           0.0000          -
15727.99/793.57	c       794           2440        2397        20                -           0.0000          -
15829.18/798.62	c       799           2440        2397        20                -           0.0000          -
15928.41/803.68	c       804            713         710        20                -           0.0000          -
16029.60/808.71	c       809            717         714        20                -           0.0000          -
16128.67/813.78	c       814           2520        2477        20                -           0.0000          -
16229.75/818.83	c       819           2520        2477        20                -           0.0000          -
16329.00/823.88	c       824           2521        2478        20                -           0.0000          -
16430.21/828.93	c       829           2521        2478        20                -           0.0000          -
16529.09/833.98	c       834           2521        2478        20                -           0.0000          -
16628.29/838.99	c       839           9120        1181        20                -           0.0000          -
16730.12/844.09	c       844            759         756        20                -           0.0000          -
16831.26/849.13	c       849           2764        2721        20                -           0.0000          -
16930.80/854.17	c       854           2764        2721        20                -           0.0000          -
17031.04/859.21	c       859           2764        2721        20                -           0.0000          -
17130.29/864.24	c       864           2764        2721        20                -           0.0000          -
17231.51/869.33	c       869          11509        1224        20                -           0.0000          -
17330.75/874.38	c       874            817         812        20                -           0.0000          -
17431.92/879.43	c       879           2856        2813        20                -           0.0000          -
17531.13/884.45	c       884           2856        2813        20                -           0.0000          -
17632.36/889.53	c       890            844         839        20                -           0.0000          -
17731.63/894.58	c       895           2980        2937        20                -           0.0000          -
17830.87/899.59	c       900            867         862        20                -           0.0000          -
17932.08/904.67	c       905          14580        1271        20                -           0.0000          -
18031.32/909.69	c       910           3138        3095        20                -           0.0000          -
18132.58/914.78	c       915           3138        3095        20                -           0.0000          -
18233.73/919.83	c       920           3138        3095        20                -           0.0000          -
18332.56/924.88	c       925           3138        3095        20                -           0.0000          -
18433.62/929.93	c       930            926         921        20                -           0.0000          -
18532.86/934.98	c       935           3184        3141        20                -           0.0000          -
18632.03/940.00	c       940        3391601         164        20                -           0.0000          -
18734.08/945.08	c       945            967         962        20                -           0.0000          -
18832.94/950.09	c       950           3283        3240        20                -           0.0000          -
18932.09/955.11	c       955            969         964        20                -           0.0000          -
19034.43/960.21	c       960          19357        1429        20                -           0.0000          -
19133.68/965.27	c       965           3426        3383        20                -           0.0000          -
19234.90/970.33	c       970           3426        3383        20                -           0.0000          -
19334.18/975.38	c       975           3426        3383        20                -           0.0000          -
19435.39/980.43	c       980        3521890         159        20                -           0.0000          -
19534.60/985.48	c       985           3478        3435        20                -           0.0000          -
19635.60/990.53	c       991           1037        1032        20                -           0.0000          -
19734.56/995.58	c       996           1041        1036        20                -           0.0000          -
19835.56/1000.63	c      1001           3606        3563        20                -           0.0000          -
19934.65/1005.68	c      1006           3606        3563        20                -           0.0000          -
20035.90/1010.73	c      1011           1050           0        20                -           0.0000          -
20135.23/1015.78	c      1016           1050           0        20                -           0.0000          -
20236.33/1020.83	c      1021           1050           0        20                -           0.0000          -
20335.52/1025.87	c      1026           1050           0        20                -           0.0000          -
20434.72/1030.88	c      1031           1050           0        20                -           0.0000          -
20535.90/1035.97	c      1036           1050           0        20                -           0.0000          -
20635.10/1041.02	c      1041           1050           0        20                -           0.0000          -
20736.96/1046.05	c      1046           1050           0        20                -           0.0000          -
20836.18/1051.06	c      1051           1050           0        20                -           0.0000          -
20937.34/1056.17	c      1056           1050           0        20                -           0.0000          -
21037.89/1061.22	c      1061           1051           1        20                -           0.0000          -
21137.08/1066.25	c      1066           1062          12        20                -           0.0000          -
21238.21/1071.32	c      1071           3932        3889        20                -           0.0000          -
21337.41/1076.37	c      1076           1074          24        20                -           0.0000          -
21438.58/1081.42	c      1081           4022        3979        20                -           0.0000          -
21537.78/1086.47	c      1086           4022        3979        20                -           0.0000          -
21638.89/1091.52	c      1092           4022        3979        20                -           0.0000          -
21738.03/1096.57	c      1097           4022        3979        20                -           0.0000          -
21839.24/1101.62	c      1102        3924650         162        20                -           0.0000          -
21938.46/1106.67	c      1107           4163        4120        20                -           0.0000          -
22039.68/1111.72	c      1112           4163        4120        20                -           0.0000          -
22138.87/1116.77	c      1117           4163        4120        20                -           0.0000          -
22240.04/1121.82	c      1122           1189         129        20                -           0.0000          -
22339.20/1126.87	c      1127           4311        4268        20                -           0.0000          -
22440.33/1131.92	c      1132           1231         171        20                -           0.0000          -
22539.60/1136.97	c      1137           1252         192        20                -           0.0000          -
22638.83/1142.02	c      1142           4548        4505        20                -           0.0000          -
22740.74/1147.06	c      1147        4092909         161        20                -           0.0000          -
22839.88/1152.06	c      1152        4112661         167        20                -           0.0000          -
22939.02/1157.10	c      1157           1894         598        20                -           0.0000          -
23040.14/1162.14	c      1162           1910         614        20                -           0.0000          -
23139.53/1167.17	c      1167        4172803         157        20                -           0.0000          -
23239.83/1172.21	c      1172          35993        1529        20                -           0.0000          -
23339.04/1177.24	c      1177        4212326         162        20                -           0.0000          -
23442.14/1182.42	c      1182        4229303         159        20                -           0.0000          -
23541.10/1187.47	c      1187        4246640         158        20                -           0.0000          -
23642.30/1192.52	c      1193        4263786         156        20                -           0.0000          -
23741.51/1197.57	c      1198           5323        5280        20                -           0.0000          -
23842.70/1202.62	c      1203        4289755         158        20                -           0.0000          -
23941.89/1207.67	c      1208           5462        5419        20                -           0.0000          -
24043.09/1212.70	c      1213           5462        5419        20                -           0.0000          -
24142.31/1217.76	c      1218           5462        5419        20                -           0.0000          -
24243.56/1222.82	c      1223           5462        5419        20                -           0.0000          -
24342.71/1227.87	c      1228           5462        5419        20                -           0.0000          -
24443.87/1232.92	c      1233           5462        5419        20                -           0.0000          -
24542.75/1237.97	c      1238           5462        5419        20                -           0.0000          -
24641.89/1243.02	c      1243           5462        5419        20                -           0.0000          -
24743.46/1248.07	c      1248           5462        5419        20                -           0.0000          -
24842.63/1253.12	c      1253           5462        5419        20                -           0.0000          -
24943.59/1258.14	c      1258           5462        5419        20                -           0.0000          -
25042.76/1263.18	c      1263           5462        5419        20                -           0.0000          -
25143.28/1268.26	c      1268           5462        5419        20                -           0.0000          -
25242.38/1273.28	c      1273           5462        5419        20                -           0.0000          -
25343.45/1278.37	c      1278           5462        5419        20                -           0.0000          -
25444.63/1283.42	c      1283        4499745         155        20                -           0.0000          -
25543.83/1288.44	c      1288        4510442         162        20                -           0.0000          -
25645.02/1293.52	c      1294          25103         985        20                -           0.0000          -
25744.20/1298.55	c      1299        4531034         158        20                -           0.0000          -
25845.33/1303.62	c      1304        4546539         163        20                -           0.0000          -
25944.54/1308.67	c      1309        4558512         164        20                -           0.0000          -
26045.72/1313.72	c      1314        4572216         158        20                -           0.0000          -
26144.87/1318.77	c      1319           6123        6080        20                -           0.0000          -
26246.00/1323.81	c      1324        4592266         166        20                -           0.0000          -
26345.19/1328.87	c      1329          49118        1574        20                -           0.0000          -
26444.37/1333.89	c      1334        4621081         165        20                -           0.0000          -
26545.47/1338.95	c      1339           6480        6437        20                -           0.0000          -
26644.60/1343.99	c      1344           6540        6497        20                -           0.0000          -
26746.47/1349.07	c      1349           6540        6497        20                -           0.0000          -
26845.63/1354.10	c      1354           6540        6497        20                -           0.0000          -
26946.67/1359.17	c      1359        4684393         164        20                -           0.0000          -
27047.26/1364.22	c      1364           6628        6585        20                -           0.0000          -
27146.42/1369.27	c      1369           6628        6585        20                -           0.0000          -
27245.58/1374.29	c      1374           6628        6585        20                -           0.0000          -
27346.77/1379.32	c      1379        4734304         163        20                -           0.0000          -
27445.94/1384.39	c      1384           6729        6686        20                -           0.0000          -
27547.14/1389.47	c      1389           6729        6686        20                -           0.0000          -
27648.34/1394.52	c      1395          54161        1635        20                -           0.0000          -
27747.34/1399.56	c      1400           6766        6723        20                -           0.0000          -
27846.35/1404.59	c      1405        4795489         158        20                -           0.0000          -
27947.30/1409.67	c      1410           6930        6887        20                -           0.0000          -
28048.50/1414.72	c      1415           6930        6887        20                -           0.0000          -
28147.63/1419.77	c      1420           6930        6887        20                -           0.0000          -
28248.56/1424.82	c      1425           6930        6887        20                -           0.0000          -
28347.70/1429.87	c      1430           6944        6901        20                -           0.0000          -
28448.88/1434.92	c      1435           7017        6974        20                -           0.0000          -
28548.06/1439.93	c      1440          57260        1638        20                -           0.0000          -
28647.15/1444.94	c      1445           7185        7142        20                -           0.0000          -
28746.18/1449.97	c      1450          57886        1626        20                -           0.0000          -
28845.30/1455.00	c      1455          58321        1631        20                -           0.0000          -
28947.10/1460.11	c      1460          58557        1621        20                -           0.0000          -
29046.49/1465.12	c      1465           7695        7650        20                -           0.0000          -
29148.89/1470.20	c      1470           7695        7650        20                -           0.0000          -
29247.85/1475.26	c      1475        7607150         168        20                -           0.0000          -
29348.94/1480.32	c      1480           8002        7957        20                -           0.0000          -
29450.00/1485.41	c      1485        7655644         170        20                -           0.0000          -
29549.17/1490.47	c      1490           8302        8257        20                -           0.0000          -
29650.34/1495.52	c      1496           8355        8310        20                -           0.0000          -
29749.50/1500.56	c      1501           8398        8353        20                -           0.0000          -
29848.71/1505.56	c      1506           8398        8353        20                -           0.0000          -
29949.93/1510.67	c      1511        7778509         165        20                -           0.0000          -
30049.17/1515.68	c      1516        7795665         173        20                -           0.0000          -
30150.33/1520.74	c      1521        7815342         170        20                -           0.0000          -
30251.49/1525.82	c      1526          63554        1613        20                -           0.0000          -
30350.64/1530.85	c      1531           8962        8907        20                -           0.0000          -
30449.83/1535.88	c      1536           8962        8907        20                -           0.0000          -
30551.02/1540.97	c      1541           8962        8907        20                -           0.0000          -
30650.18/1546.02	c      1546        7892476         168        20                -           0.0000          -
30751.91/1551.07	c      1551          65048        1616        20                -           0.0000          -
30851.10/1556.12	c      1556           9090        9033        20                -           0.0000          -
30952.11/1561.17	c      1561           9127        9070        20                -           0.0000          -
31052.78/1566.22	c      1566        7947739         165        20                -           0.0000          -
31151.96/1571.26	c      1571          66535        1600        20                -           0.0000          -
31253.12/1576.32	c      1576        7983410         292        20                -           0.0000          -
31352.31/1581.37	c      1581        8005173         381        20                -           0.0000          -
31453.48/1586.41	c      1586        8017077         373        20                -           0.0000          -
31552.63/1591.42	c      1591           9598        9537        20                -           0.0000          -
31653.80/1596.52	c      1597        8048026         344        20                -           0.0000          -
31752.98/1601.57	c      1602           9798        9737        20                -           0.0000          -
31854.16/1606.62	c      1607           9798        9737        20                -           0.0000          -
31953.29/1611.67	c      1612           9798        9737        20                -           0.0000          -
32054.42/1616.72	c      1617           9798        9737        20                -           0.0000          -
32153.61/1621.75	c      1622        8152064         334        20                -           0.0000          -
32254.79/1626.80	c      1627        8173408         336        20                -           0.0000          -
32353.98/1631.86	c      1632          10143       10072        20                -           0.0000          -
32455.16/1636.91	c      1637        8211387         333        20                -           0.0000          -
32554.22/1641.97	c      1642        8237485         333        20                -           0.0000          -
32653.40/1647.00	c      1647        8264946         336        20                -           0.0000          -
32755.22/1652.07	c      1652        8290974         335        20                -           0.0000          -
32854.67/1657.12	c      1657        8314508         329        20                -           0.0000          -
32955.85/1662.17	c      1662          10666       10587        20                -           0.0000          -
33056.17/1667.22	c      1667          10767       10686        20                -           0.0000          -
33155.31/1672.27	c      1672          10904       10819        20                -           0.0000          -
33256.46/1677.32	c      1677          10904       10819        20                -           0.0000          -
33355.59/1682.37	c      1682          10904       10819        20                -           0.0000          -
33456.77/1687.42	c      1687          10904       10819        20                -           0.0000          -
33555.97/1692.47	c      1692          10904       10819        20                -           0.0000          -
33657.15/1697.52	c      1698          10904       10819        20                -           0.0000          -
33756.36/1702.55	c      1703          10904       10819        20                -           0.0000          -
33855.59/1707.59	c      1708          10904       10819        20                -           0.0000          -
33956.69/1712.65	c      1713          10904       10819        20                -           0.0000          -
34057.90/1717.72	c      1718          10904       10819        20                -           0.0000          -
34157.15/1722.77	c      1723          10904       10819        20                -           0.0000          -
34258.32/1727.82	c      1728          10904       10819        20                -           0.0000          -
34357.50/1732.87	c      1733          10904       10819        20                -           0.0000          -
34458.70/1737.92	c      1738          10929       10844        20                -           0.0000          -
34557.93/1742.97	c      1743          79632        1619        20                -           0.0000          -
34657.17/1748.02	c      1748        8928679         383        20                -           0.0000          -
34758.87/1753.07	c      1753          11165       11076        20                -           0.0000          -
34857.89/1758.12	c      1758          11265       11176        20                -           0.0000          -
34959.08/1763.17	c      1763        9060394         384        20                -           0.0000          -
35059.59/1768.22	c      1768        9110132         384        20                -           0.0000          -
35158.72/1773.25	c      1773        9157000         377        20                -           0.0000          -
35259.81/1778.31	c      1778        9200921         386        20                -           0.0000          -
35358.95/1783.34	c      1783        9243797         383        20                -           0.0000          -
35458.19/1788.36	c      1788        9294717         388        20                -           0.0000          -
35557.42/1793.37	c      1793        9346505         380        20                -           0.0000          -
35658.65/1798.44	c      1798          12110       12003        20                -           0.0000          -
35759.85/1803.57	c      1804          84511        1611        20                -           0.0000          -
35861.08/1808.62	c      1809          12430       12311        20                -           0.0000          -
35960.16/1813.67	c      1814          12476       12355        20                -           0.0000          -
36061.33/1818.72	c      1819          12556       12435        20                -           0.0000          -
36160.20/1823.77	c      1824          12673       12546        20                -           0.0000          -
36259.39/1828.78	c      1829          12780       12651        20                -           0.0000          -
36360.29/1833.82	c      1834        9743618         384        20                -           0.0000          -
36461.66/1838.92	c      1839          13006       12867        20                -           0.0000          -
36560.63/1843.97	c      1844          13006       12867        20                -           0.0000          -
36659.83/1849.02	c      1849        9887143         385        20                -           0.0000          -
36761.45/1854.07	c      1854          13024          12        20                -           0.0000          -
36860.36/1859.12	c      1859          13024          12        20                -           0.0000          -
36961.72/1864.17	c      1864         127016        1343        20                -           0.0000          -
37062.06/1869.22	c      1869          13210         198        20                -           0.0000          -
37161.28/1874.27	c      1874       10160078         381        20                -           0.0000          -
37260.37/1879.29	c      1879       10213567         386        20                -           0.0000          -
37361.48/1884.35	c      1884       10273999         384        20                -           0.0000          -
37462.62/1889.42	c      1889          13921         781        20                -           0.0000          -
37561.83/1894.47	c      1894       10394209         386        20                -           0.0000          -
37662.90/1899.52	c      1900          14221         902        20                -           0.0000          -
37762.14/1904.57	c      1905          14221         902        20                -           0.0000          -
37863.34/1909.62	c      1910       10555496         385        20                -           0.0000          -
37962.31/1914.67	c      1915       10605887         376        20                -           0.0000          -
38063.42/1919.72	c      1920       10640852         383        20                -           0.0000          -
38162.54/1924.76	c      1925       10692932         385        20                -           0.0000          -
38263.70/1929.82	c      1930       10757578         383        20                -           0.0000          -
38362.89/1934.87	c      1935       10817797         380        20                -           0.0000          -
38464.07/1939.92	c      1940       10873241         382        20                -           0.0000          -
38563.17/1944.95	c      1945       10928249         384        20                -           0.0000          -
38662.23/1949.97	c      1950       10987444         383        20                -           0.0000          -
38764.03/1955.07	c      1955       11046126         385        20                -           0.0000          -
38863.08/1960.12	c      1960       11106045         384        20                -           0.0000          -
38964.17/1965.17	c      1965       11163155         382        20                -           0.0000          -
39064.55/1970.22	c      1970       11199822         387        20                -           0.0000          -
39163.75/1975.26	c      1975       11233577         388        20                -           0.0000          -
39264.84/1980.32	c      1980       11268748         381        20                -           0.0000          -
39364.03/1985.37	c      1985       11309330         387        20                -           0.0000          -
39463.14/1990.39	c      1990       11344385         384        20                -           0.0000          -
39564.32/1995.47	c      1995       11389979         378        20                -           0.0000          -
39665.47/2000.52	c      2001       11446524         385        20                -           0.0000          -
39764.66/2005.57	c      2006       11506988         383        20                -           0.0000          -
39863.63/2010.59	c      2011       11565846         389        20                -           0.0000          -
39964.75/2015.67	c      2016          23165        1046        20                -           0.0000          -
40065.92/2020.72	c      2021         104093        1632        20                -           0.0000          -
40165.11/2025.76	c      2026         104093        1632        20                -           0.0000          -
40266.28/2030.82	c      2031       11732098         381        20                -           0.0000          -
40365.29/2035.87	c      2036       11785348         381        20                -           0.0000          -
40466.34/2040.92	c      2041       11839750         383        20                -           0.0000          -
40565.34/2045.97	c      2046         142321        1330        20                -           0.0000          -
40664.49/2051.02	c      2051         142770        1346        20                -           0.0000          -
40766.36/2056.07	c      2056          26113        1048        20                -           0.0000          -
40865.49/2061.13	c      2061         143669        1348        20                -           0.0000          -
40966.76/2066.17	c      2066         144114        1341        20                -           0.0000          -
41067.22/2071.22	c      2071       12102577         381        20                -           0.0000          -
41166.37/2076.27	c      2076         108465        1632        20                -           0.0000          -
41267.39/2081.32	c      2081       12183573         381        20                -           0.0000          -
41366.44/2086.37	c      2086       12227868         382        20                -           0.0000          -
41467.64/2091.42	c      2091       12279619         381        20                -           0.0000          -
41566.71/2096.43	c      2096       12332239         381        20                -           0.0000          -
41665.92/2101.46	c      2101       12385040         380        20                -           0.0000          -
41766.84/2106.57	c      2107       12431115         379        20                -           0.0000          -
41867.96/2111.62	c      2112       12478508         388        20                -           0.0000          -
41967.16/2116.67	c      2117       12525173         385        20                -           0.0000          -
42068.36/2121.72	c      2122       12572354         386        20                -           0.0000          -
42167.56/2126.77	c      2127       12622523         386        20                -           0.0000          -
42268.69/2131.83	c      2132       12671031         384        20                -           0.0000          -
42367.74/2136.87	c      2137       12719715         384        20                -           0.0000          -
42468.80/2141.92	c      2142       12763741         378        20                -           0.0000          -
42567.69/2146.95	c      2147          33167        1096        20                -           0.0000          -
42666.86/2151.97	c      2152         114514        1651        20                -           0.0000          -
42765.93/2157.00	c      2157       12908711         381        20                -           0.0000          -
42867.74/2162.08	c      2162       12955539         378        20                -           0.0000          -
42968.96/2167.15	c      2167       13008320         386        20                -           0.0000          -
43069.32/2172.22	c      2172       13056241         387        20                -           0.0000          -
43168.47/2177.27	c      2177       13109467         385        20                -           0.0000          -
43269.64/2182.32	c      2182       13146651         389        20                -           0.0000          -
43368.75/2187.37	c      2187       13188119         379        20                -           0.0000          -
43469.82/2192.42	c      2192       13239454         382        20                -           0.0000          -
43568.93/2197.47	c      2197          36482        1125        20                -           0.0000          -
43670.11/2202.52	c      2203         118375        1611        20                -           0.0000          -
43769.26/2207.55	c      2208       13367186         382        20                -           0.0000          -
43870.43/2212.60	c      2213         156053        1368        20                -           0.0000          -
43969.60/2217.67	c      2218         156461        1368        20                -           0.0000          -
44070.78/2222.72	c      2223       13510907         386        20                -           0.0000          -
44169.96/2227.77	c      2228       13564480         383        20                -           0.0000          -
44271.13/2232.82	c      2233       13616895         390        20                -           0.0000          -
44370.30/2237.84	c      2238       13670512         385        20                -           0.0000          -
44471.40/2242.92	c      2243          40042        1136        20                -           0.0000          -
44570.36/2247.97	c      2248       13777959         382        20                -           0.0000          -
44669.54/2253.00	c      2253       13836011         382        20                -           0.0000          -
44771.34/2258.07	c      2258       13887118         381        20                -           0.0000          -
44870.34/2263.09	c      2263       13936447         388        20                -           0.0000          -
44971.62/2268.17	c      2268         160229        1383        20                -           0.0000          -
45072.11/2273.22	c      2273       14043402         387        20                -           0.0000          -
45171.07/2278.27	c      2278       14093747         385        20                -           0.0000          -
45271.92/2283.32	c      2283       14137036         387        20                -           0.0000          -
45370.86/2288.34	c      2288       14181724         379        20                -           0.0000          -
45471.88/2293.42	c      2293       14224388         384        20                -           0.0000          -
45570.74/2298.47	c      2298       14262876         386        20                -           0.0000          -
45671.88/2303.52	c      2304        7073063         162        20                -           0.0000          -
45770.93/2308.53	c      2309          45503        1125        20                -           0.0000          -
45869.99/2313.54	c      2314       14408739         388        20                -           0.0000          -
45971.15/2318.64	c      2319        7108482         160        20                -           0.0000          -
46072.23/2323.72	c      2324         129063        1615        20                -           0.0000          -
46171.38/2328.77	c      2329         164472        1355        20                -           0.0000          -
46272.56/2333.82	c      2334       14623057         384        20                -           0.0000          -
46371.75/2338.87	c      2339       14661145         384        20                -           0.0000          -
46472.90/2343.92	c      2344         130692        1582        20                -           0.0000          -
46572.06/2348.97	c      2349       14742694         384        20                -           0.0000          -
46671.24/2354.02	c      2354       14784421         383        20                -           0.0000          -
46772.91/2359.07	c      2359          48879        1112        20                -           0.0000          -
46872.21/2364.12	c      2364       14877118         394        20                -           0.0000          -
46973.16/2369.17	c      2369       14921652         386        20                -           0.0000          -
47073.68/2374.22	c      2374        7343227         172        20                -           0.0000          -
47172.75/2379.27	c      2379          50188        1121        20                -           0.0000          -
47273.75/2384.32	c      2384       15044212         387        20                -           0.0000          -
47372.65/2389.37	c      2389       15094811         381        20                -           0.0000          -
47473.82/2394.42	c      2394       15140933         386        20                -           0.0000          -
47572.98/2399.47	c      2399       15185677         382        20                -           0.0000          -
47673.90/2404.52	c      2405       15232364         385        20                -           0.0000          -
47773.04/2409.57	c      2410        7407680         171        20                -           0.0000          -
47874.20/2414.62	c      2415       15320283         388        20                -           0.0000          -
47973.38/2419.67	c      2420       15364540         389        20                -           0.0000          -
48072.58/2424.69	c      2425         137213        1502        20                -           0.0000          -
48173.69/2429.77	c      2430       15447244         379        20                -           0.0000          -
48274.80/2434.82	c      2435        7456159         168        20                -           0.0000          -
48373.98/2439.86	c      2440          53655        1137        20                -           0.0000          -
48473.14/2444.87	c      2445          54028        1128        20                -           0.0000          -
48572.28/2449.89	c      2450         139542        1508        20                -           0.0000          -
48673.14/2454.95	c      2455       15683932         378        20                -           0.0000          -
48771.97/2460.02	c      2460         175329        1390        20                -           0.0000          -
48873.78/2465.12	c      2465         140767        1503        20                -           0.0000          -
48974.92/2470.17	c      2470          55725        1129        20                -           0.0000          -
49075.36/2475.22	c      2475       15880789         384        20                -           0.0000          -
49174.55/2480.27	c      2480       15934867         378        20                -           0.0000          -
49275.56/2485.32	c      2485          56459        1130        20                -           0.0000          -
49374.69/2490.37	c      2490       16039475         384        20                -           0.0000          -
49473.89/2495.40	c      2495       16087816         379        20                -           0.0000          -
49574.99/2500.45	c      2500       16135019         380        20                -           0.0000          -
49676.05/2505.52	c      2506       16180665         380        20                -           0.0000          -
49775.12/2510.57	c      2511       16217233         378        20                -           0.0000          -
49876.14/2515.62	c      2516       16256008         374        20                -           0.0000          -
49975.29/2520.67	c      2521       16295934         377        20                -           0.0000          -
50076.39/2525.72	c      2526          58906        1129        20                -           0.0000          -
50175.56/2530.77	c      2531       16386393         385        20                -           0.0000          -
50276.69/2535.82	c      2536       16433240         380        20                -           0.0000          -
50375.73/2540.87	c      2541       16477443         383        20                -           0.0000          -
50474.94/2545.89	c      2546          60031        1137        20                -           0.0000          -
50576.11/2550.97	c      2551         147594        1470        20                -           0.0000          -
50675.30/2556.02	c      2556       16604438         385        20                -           0.0000          -
50776.97/2561.06	c      2561       16654247         383        20                -           0.0000          -
50876.01/2566.12	c      2566       16697386         385        20                -           0.0000          -
50977.20/2571.17	c      2571       16744523         385        20                -           0.0000          -
51077.69/2576.22	c      2576         149929        1458        20                -           0.0000          -
51176.80/2581.27	c      2581        7699101         168        20                -           0.0000          -
51277.85/2586.30	c      2586       16875578         385        20                -           0.0000          -
51377.03/2591.37	c      2591       16927213         384        20                -           0.0000          -
51478.21/2596.42	c      2596       16969359         382        20                -           0.0000          -
51577.29/2601.43	c      2601          63392        1113        20                -           0.0000          -
51676.48/2606.48	c      2606       17052274         386        20                -           0.0000          -
51777.63/2611.51	c      2612          63984        1106        20                -           0.0000          -
51878.77/2616.62	c      2617          64394        1118        20                -           0.0000          -
51977.68/2621.67	c      2622          64815        1120        20                -           0.0000          -
52078.65/2626.72	c      2627        7849936         171        20                -           0.0000          -
52177.68/2631.76	c      2632       17275159         383        20                -           0.0000          -
52278.85/2636.81	c      2637         188880        1384        20                -           0.0000          -
52377.97/2641.87	c      2642         189280        1355        20                -           0.0000          -
52479.12/2646.92	c      2647       17410914         379        20                -           0.0000          -
52578.05/2651.97	c      2652          67188        1128        20                -           0.0000          -
52676.91/2657.02	c      2657          67492        1126        20                -           0.0000          -
52778.68/2662.07	c      2662          67902        1130        20                -           0.0000          -
52877.74/2667.11	c      2667       17597285         383        20                -           0.0000          -
52978.67/2672.17	c      2672       17650234         384        20                -           0.0000          -
53078.89/2677.22	c      2677          68933        1123        20                -           0.0000          -
53178.08/2682.24	c      2682       17735628         386        20                -           0.0000          -
53279.15/2687.32	c      2687       17783412         380        20                -           0.0000          -
53378.33/2692.37	c      2692        8091067         176        20                -           0.0000          -
53477.61/2697.39	c      2697       17864185         378        20                -           0.0000          -
53578.66/2702.47	c      2702       17914162         385        20                -           0.0000          -
53679.84/2707.52	c      2708        8162061         174        20                -           0.0000          -
53778.95/2712.57	c      2713       17994891         371        20                -           0.0000          -
53880.07/2717.62	c      2718       18034064         382        20                -           0.0000          -
53979.26/2722.67	c      2723       18079294         375        20                -           0.0000          -
54080.32/2727.72	c      2728       18118861         377        20                -           0.0000          -
54179.50/2732.77	c      2733       18163663         376        20                -           0.0000          -
54280.66/2737.82	c      2738       18207060         381        20                -           0.0000          -
54379.61/2742.83	c      2743        8320306         169        20                -           0.0000          -
54478.74/2747.88	c      2748         165026        1431        20                -           0.0000          -
54579.73/2752.93	c      2753         165405        1436        20                -           0.0000          -
54678.82/2758.02	c      2758          73516        1112        20                -           0.0000          -
54780.61/2763.04	c      2763       18451747         380        20                -           0.0000          -
54879.77/2768.12	c      2768        8426968         173        20                -           0.0000          -
54981.17/2773.17	c      2773       18548377         382        20                -           0.0000          -
55081.37/2778.22	c      2778       18598911         378        20                -           0.0000          -
55180.56/2783.23	c      2783       18652250         383        20                -           0.0000          -
55281.69/2788.31	c      2788        8505675         176        20                -           0.0000          -
55380.75/2793.36	c      2793         199921        1348        20                -           0.0000          -
55479.57/2798.39	c      2798       18802299         378        20                -           0.0000          -
55580.56/2803.47	c      2803       18850363         384        20                -           0.0000          -
55681.61/2808.52	c      2809       18903412         379        20                -           0.0000          -
55780.74/2813.57	c      2814       18950065         380        20                -           0.0000          -
55881.93/2818.62	c      2819       19002495         376        20                -           0.0000          -
55981.06/2823.63	c      2824       19048544         382        20                -           0.0000          -
56080.25/2828.67	c      2829         171301        1480        20                -           0.0000          -
56181.44/2833.77	c      2834        8596271         170        20                -           0.0000          -
56282.61/2838.82	c      2839       19188211         383        20                -           0.0000          -
56381.68/2843.85	c      2844        8615029         170        20                -           0.0000          -
56482.77/2848.90	c      2849       19286746         384        20                -           0.0000          -
56581.88/2853.97	c      2854          80409        1132        20                -           0.0000          -
56683.70/2859.04	c      2859          80891        1123        20                -           0.0000          -
56782.89/2864.09	c      2864       19441303         383        20                -           0.0000          -
56884.13/2869.14	c      2869         174433        1425        20                -           0.0000          -
56983.29/2874.15	c      2874       19541067         383        20                -           0.0000          -
57083.84/2879.22	c      2879          81939        1133        20                -           0.0000          -
57183.06/2884.26	c      2884       19644849         386        20                -           0.0000          -
57282.26/2889.29	c      2889       19687883         380        20                -           0.0000          -
57383.43/2894.39	c      2894       19728669         379        20                -           0.0000          -
57484.52/2899.44	c      2899       19780670         386        20                -           0.0000          -
57583.71/2904.45	c      2904       19820596         374        20                -           0.0000          -
57682.87/2909.46	c      2909       19864104         384        20                -           0.0000          -
57782.00/2914.49	c      2914         208557        1404        20                -           0.0000          -
57883.16/2919.55	c      2920         208937        1411        20                -           0.0000          -
57984.35/2924.61	c      2925         179041        1358        20                -           0.0000          -
58083.55/2929.68	c      2930         209712        1401        20                -           0.0000          -
58184.55/2934.74	c      2935         210085        1418        20                -           0.0000          -
58285.73/2939.84	c      2940       20152488         387        20                -           0.0000          -
58384.85/2944.89	c      2945        8839730         171        20                -           0.0000          -
58486.04/2949.94	c      2950       20229446         383        20                -           0.0000          -
58585.23/2954.96	c      2955       20277561         376        20                -           0.0000          -
58687.02/2960.04	c      2960       20324809         377        20                -           0.0000          -
58786.36/2965.10	c      2965        8880137         170        20                -           0.0000          -
58887.49/2970.14	c      2970       20422102         386        20                -           0.0000          -
58986.81/2975.19	c      2975       20462503         371        20                -           0.0000          -
59087.37/2980.24	c      2980          89531        1175        20                -           0.0000          -
59186.67/2985.29	c      2985          89885        1180        20                -           0.0000          -
59287.95/2990.34	c      2990          90121        1179        20                -           0.0000          -
59387.25/2995.36	c      2995       20629720         381        20                -           0.0000          -
59488.46/3000.41	c      3000       20668798         381        20                -           0.0000          -
59587.77/3005.49	c      3006       20708361         384        20                -           0.0000          -
59689.06/3010.54	c      3011       20749138         379        20                -           0.0000          -
59788.37/3015.57	c      3016       20785899         380        20                -           0.0000          -
59889.67/3020.64	c      3021       20827198         381        20                -           0.0000          -
59988.99/3025.69	c      3026       20875541         378        20                -           0.0000          -
60090.31/3030.73	c      3031       20929547         380        20                -           0.0000          -
60189.62/3035.74	c      3036        9007151         170        20                -           0.0000          -
60288.94/3040.76	c      3041         217661        1440        20                -           0.0000          -
60388.26/3045.77	c      3046         188677        1435        20                -           0.0000          -
60489.56/3050.83	c      3051          94694        1139        20                -           0.0000          -
60588.87/3055.89	c      3056          95003        1141        20                -           0.0000          -
60690.14/3060.91	c      3061          95150        1132        20                -           0.0000          -
60792.11/3066.05	c      3066       21281745         386        20                -           0.0000          -
60891.26/3071.09	c      3071       21333409         382        20                -           0.0000          -
60992.78/3076.18	c      3076       21377913         376        20                -           0.0000          -
61092.08/3081.18	c      3081        9099841         166        20                -           0.0000          -
61192.61/3086.21	c      3086       21469783         386        20                -           0.0000          -
61291.86/3091.24	c      3091       21523783         379        20                -           0.0000          -
61393.16/3096.35	c      3096        9136147         174        20                -           0.0000          -
61494.45/3101.44	c      3101       21624816         382        20                -           0.0000          -
61593.77/3106.49	c      3106       21676858         380        20                -           0.0000          -
61695.08/3111.54	c      3112       21722738         378        20                -           0.0000          -
61794.41/3116.59	c      3117       21772096         380        20                -           0.0000          -
61895.72/3121.64	c      3122        9178456         173        20                -           0.0000          -
61995.04/3126.67	c      3127       21861346         378        20                -           0.0000          -
62096.33/3131.72	c      3132       21909228         382        20                -           0.0000          -
62195.65/3136.79	c      3137       21956774         378        20                -           0.0000          -
62296.95/3141.84	c      3142        9217400         169        20                -           0.0000          -
62396.26/3146.88	c      3147       22051916         380        20                -           0.0000          -
62497.55/3151.94	c      3152       22100514         380        20                -           0.0000          -
62596.86/3156.99	c      3157       22150115         381        20                -           0.0000          -
62698.87/3162.04	c      3162         102691        1153        20                -           0.0000          -
62798.28/3167.09	c      3167       22243779         381        20                -           0.0000          -
62899.51/3172.14	c      3172       22293097         377        20                -           0.0000          -
62998.82/3177.16	c      3177       22342505         379        20                -           0.0000          -
63099.38/3182.24	c      3182       22378744         375        20                -           0.0000          -
63198.63/3187.28	c      3187       22404563         370        20                -           0.0000          -
63299.94/3192.34	c      3192        9303636         170        20                -           0.0000          -
63399.27/3197.38	c      3197       22469341         377        20                -           0.0000          -
63500.56/3202.40	c      3202         200011        1312        20                -           0.0000          -
63599.87/3207.42	c      3207       22553710         380        20                -           0.0000          -
63701.16/3212.51	c      3213         229830        1511        20                -           0.0000          -
63800.47/3217.59	c      3218         230175        1501        20                -           0.0000          -
63901.77/3222.64	c      3223        9354375         173        20                -           0.0000          -
64001.09/3227.69	c      3228       22706394         377        20                -           0.0000          -
64102.38/3232.74	c      3233       22743712         377        20                -           0.0000          -
64201.67/3237.77	c      3238       22782839         379        20                -           0.0000          -
64300.98/3242.79	c      3243        9391864         172        20                -           0.0000          -
64402.30/3247.85	c      3248       22859289         377        20                -           0.0000          -
64501.58/3252.89	c      3253         203838        1353        20                -           0.0000          -
64602.87/3257.96	c      3258         204178        1350        20                -           0.0000          -
64704.77/3263.04	c      3263         204625        1361        20                -           0.0000          -
64804.24/3268.09	c      3268       22958841         382        20                -           0.0000          -
64903.43/3273.11	c      3273       22971945         380        20                -           0.0000          -
65004.68/3278.19	c      3278       22990030         500        20                -           0.0000          -
65105.26/3283.24	c      3283       23005056         491        20                -           0.0000          -
65204.55/3288.29	c      3288       23014622         491        20                -           0.0000          -
65305.78/3293.34	c      3293        9488405         173        20                -           0.0000          -
65405.05/3298.35	c      3298       23034819         488        20                -           0.0000          -
65506.36/3303.41	c      3303         114650        1188        20                -           0.0000          -
65605.76/3308.49	c      3308         115068        1179        20                -           0.0000          -
65706.83/3313.54	c      3314         208626        1331        20                -           0.0000          -
65806.12/3318.56	c      3319        9532085         174        20                -           0.0000          -
65907.41/3323.64	c      3324       23084036         494        20                -           0.0000          -
66006.65/3328.69	c      3329        9550558         173        20                -           0.0000          -
66107.96/3333.74	c      3334         238163        1562        20                -           0.0000          -
66207.29/3338.79	c      3339        9568394         175        20                -           0.0000          -
66308.60/3343.82	c      3344        9577688         173        20                -           0.0000          -
66407.90/3348.83	c      3349        9584767         174        20                -           0.0000          -
66509.11/3353.94	c      3354         239220        1557        20                -           0.0000          -
66608.40/3358.99	c      3359         239535        1544        20                -           0.0000          -
66707.67/3364.02	c      3364         212678        1341        20                -           0.0000          -
66809.54/3369.09	c      3369        9617968         173        20                -           0.0000          -
66910.84/3374.14	c      3374        9624708         173        20                -           0.0000          -
67010.20/3379.19	c      3379        9634957         172        20                -           0.0000          -
67110.80/3384.24	c      3384        9645829         390        20                -           0.0000          -
67210.08/3389.29	c      3389        9657870           1        20                -           0.0000          -
67311.38/3394.34	c      3394        9672291         148        20                -           0.0000          -
67410.62/3399.39	c      3399        9697026         280        20                -           0.0000          -
67511.91/3404.44	c      3404        9718632         271        20                -           0.0000          -
67611.21/3409.48	c      3409         216373        1340        20                -           0.0000          -
67710.50/3414.49	c      3414        9760682         275        20                -           0.0000          -
67811.79/3419.59	c      3420         124016        1133        20                -           0.0000          -
67913.08/3424.64	c      3425        9791845         392        20                -           0.0000          -
68012.38/3429.69	c      3430        9807430         455        20                -           0.0000          -
68113.67/3434.72	c      3435        9840345         434        20                -           0.0000          -
68212.95/3439.80	c      3440        9882286         448        20                -           0.0000          -
68314.27/3444.84	c      3445         125618        1156        20                -           0.0000          -
68413.55/3449.88	c      3450        9956689         437        20                -           0.0000          -
68514.86/3454.91	c      3455        9986212         440        20                -           0.0000          -
68614.16/3459.99	c      3460       10016868         438        20                -           0.0000          -
68716.13/3465.04	c      3465       10047157         439        20                -           0.0000          -
68815.38/3470.09	c      3470       10071652         440        20                -           0.0000          -
68916.81/3475.14	c      3475       10102463         439        20                -           0.0000          -
69015.93/3480.19	c      3480       10126721         437        20                -           0.0000          -
69116.70/3485.24	c      3485       10152712         439        20                -           0.0000          -
69216.01/3490.29	c      3490       10178949         437        20                -           0.0000          -
69317.31/3495.30	c      3495       10203126         443        20                -           0.0000          -
69416.62/3500.33	c      3500         249714        1405        20                -           0.0000          -
69515.91/3505.38	c      3505         129993        1123        20                -           0.0000          -
69617.23/3510.42	c      3510       10246616         430        20                -           0.0000          -
69716.53/3515.48	c      3515       10263060         425        20                -           0.0000          -
69817.80/3520.59	c      3521       10277310         424        20                -           0.0000          -
69919.09/3525.64	c      3526       10291422         426        20                -           0.0000          -
70018.38/3530.69	c      3531         225794        1342        20                -           0.0000          -
70119.66/3535.74	c      3536         226262        1311        20                -           0.0000          -
70218.96/3540.79	c      3541       10332882         424        20                -           0.0000          -
70320.25/3545.84	c      3546       10345995         423        20                -           0.0000          -
70419.53/3550.89	c      3551       10369833         375        20                -           0.0000          -
70520.80/3555.94	c      3556       10382145         375        20                -           0.0000          -
70620.09/3560.99	c      3561       10391832         368        20                -           0.0000          -
70722.18/3566.04	c      3566       10426592         362        20                -           0.0000          -
70821.23/3571.09	c      3571       10443329         353        20                -           0.0000          -
70920.46/3576.11	c      3576         230174        1311        20                -           0.0000          -
71022.05/3581.14	c      3581       10454809         353        20                -           0.0000          -
71122.54/3586.24	c      3586       10459123         351        20                -           0.0000          -
71221.82/3591.29	c      3591       10465424         348        20                -           0.0000          -
71323.11/3596.30	c      3596       10498085         345        20                -           0.0000          -
71422.52/3601.32	c      3601         138902        1137        20                -           0.0000          -
71521.93/3606.35	c      3606       10528868         304        20                -           0.0000          -
71621.04/3611.38	c      3611         232945        1330        20                -           0.0000          -
71722.34/3616.41	c      3616         233517        1358        20                -           0.0000          -
71821.66/3621.45	c      3621         140555        1140        20                -           0.0000          -
71922.95/3626.50	c      3627         258866        1383        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 (183918 MiB free)
  memory of node 1: 193531 MiB (189034 MiB free)
  memory of node 2: 193531 MiB (193016 MiB free)
  memory of node 3: 193493 MiB (189278 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-4465865-1722586450/watcher-4465865-1722586450 -o /tmp/evaluation-result-4465865-1722586450/solver-4465865-1722586450 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152143 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465865-1722586450.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 80.48 80.39 79.06 62/983 158272
/proc/meminfo: memFree=773343268/790760800 swapFree=131071996/131071996
[pid=158271] ppid=158268 vsize=58260 memory=47540 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/stat : 158271 (fscip) R 158268 158271 152131 0 -1 4194304 10783 0 0 0 10 1 0 0 20 0 1 0 25224466 59658240 11885 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
/proc/158271/statm: 14565 11885 2726 3035 0 10961 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 58260 KiB
Current children cumulated memory: 47540 KiB

[startup+0.219529 s]*
/proc/loadavg: 80.48 80.39 79.06 62/983 158272
/proc/meminfo: memFree=773338172/790760800 swapFree=131071996/131071996
[pid=158271] ppid=158268 vsize=69024 memory=53504 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/stat : 158271 (fscip) R 158268 158271 152131 0 -1 4194304 12607 0 0 0 21 1 0 0 20 0 1 0 25224466 70680576 13376 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
/proc/158271/statm: 17256 13376 2774 3035 0 13652 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 69024 KiB
Current children cumulated memory: 53504 KiB

[startup+0.317976 s]*
/proc/loadavg: 80.48 80.39 79.06 62/1003 158292
/proc/meminfo: memFree=773266888/790760800 swapFree=131071996/131071996
[pid=158271] ppid=158268 vsize=1547160 memory=133844 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/stat : 158271 (fscip) S 158268 158271 152131 0 -1 1077936128 33614 0 0 0 28 5 0 0 20 0 21 0 25224466 1584291840 33461 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
/proc/158271/statm: 386790 33461 2774 3035 0 74650 0
[pid=158271/tid=158273] ppid=158268 vsize=1547160 memory=-6298394482566151012 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158273/stat : 158273 (fscip) S 158268 158271 152131 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158274] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158274/stat : 158274 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158275] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158275/stat : 158275 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158276] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158276/stat : 158276 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158277] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158277/stat : 158277 (fscip) S 158268 158271 152131 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158278] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158278/stat : 158278 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158279] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158279/stat : 158279 (fscip) S 158268 158271 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158280] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158280/stat : 158280 (fscip) R 158268 158271 152131 0 -1 4194368 2319 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158281] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158281/stat : 158281 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158282] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158282/stat : 158282 (fscip) S 158268 158271 152131 0 -1 1077936192 2671 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158283] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158283/stat : 158283 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158284] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158284/stat : 158284 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158285] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158285/stat : 158285 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158286] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158286/stat : 158286 (fscip) S 158268 158271 152131 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158287] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158287/stat : 158287 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158288] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158288/stat : 158288 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33527 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158289] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158289/stat : 158289 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33593 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158290] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158290/stat : 158290 (fscip) S 158268 158271 152131 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33593 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158291] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158291/stat : 158291 (fscip) S 158268 158271 152131 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33593 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158292] ppid=158268 vsize=1547160 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158292/stat : 158292 (fscip) S 158268 158271 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25224490 1584291840 33593 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1547160 KiB
Current children cumulated memory: 133844 KiB

[startup+0.700779 s]
/proc/loadavg: 80.48 80.39 79.06 67/1023 158312
/proc/meminfo: memFree=772967208/790760800 swapFree=131071996/131071996
[pid=158271] ppid=158268 vsize=1711080 memory=788508 CPUtime=3.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/stat : 158271 (fscip) S 158268 158271 152131 0 -1 1077936128 197486 0 0 0 344 44 0 0 20 0 41 0 25224466 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
/proc/158271/statm: 427770 197127 2854 3035 0 287596 0
[pid=158271/tid=158273] ppid=158268 vsize=1711080 memory=2 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158273/stat : 158273 (fscip) R 158268 158271 152131 0 -1 4194368 8606 0 0 0 16 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158274] ppid=158268 vsize=1711080 memory=11572 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158274/stat : 158274 (fscip) R 158268 158271 152131 0 -1 4194368 8376 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158275] ppid=158268 vsize=1711080 memory=5556 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158275/stat : 158275 (fscip) R 158268 158271 152131 0 -1 4194368 8268 0 0 0 15 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158276] ppid=158268 vsize=1711080 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158276/stat : 158276 (fscip) R 158268 158271 152131 0 -1 4194368 9058 0 0 0 16 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158277] ppid=158268 vsize=1711080 memory=15780 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158277/stat : 158277 (fscip) D 158268 158271 152131 0 -1 4194368 8350 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158278] ppid=158268 vsize=1711080 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158278/stat : 158278 (fscip) D 158268 158271 152131 0 -1 4194368 8351 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158279] ppid=158268 vsize=1711080 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158279/stat : 158279 (fscip) R 158268 158271 152131 0 -1 4194368 11643 0 0 0 14 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158280] ppid=158268 vsize=1711080 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158280/stat : 158280 (fscip) D 158268 158271 152131 0 -1 4194368 8412 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158281] ppid=158268 vsize=1711080 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158281/stat : 158281 (fscip) D 158268 158271 152131 0 -1 4194368 8352 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158282] ppid=158268 vsize=1711080 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158282/stat : 158282 (fscip) R 158268 158271 152131 0 -1 4194368 11640 0 0 0 14 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158283] ppid=158268 vsize=1711080 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158283/stat : 158283 (fscip) R 158268 158271 152131 0 -1 4194368 9016 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158284] ppid=158268 vsize=1711080 memory=16088 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158284/stat : 158284 (fscip) R 158268 158271 152131 0 -1 4194368 8372 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158285] ppid=158268 vsize=1711080 memory=2212 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158285/stat : 158285 (fscip) D 158268 158271 152131 0 -1 4194368 11096 0 0 0 15 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158286] ppid=158268 vsize=1711080 memory=6096 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158286/stat : 158286 (fscip) R 158268 158271 152131 0 -1 4194368 8268 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158287] ppid=158268 vsize=1711080 memory=1968 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158287/stat : 158287 (fscip) R 158268 158271 152131 0 -1 4194368 8374 0 0 0 16 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158288] ppid=158268 vsize=1711080 memory=54204 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158288/stat : 158288 (fscip) R 158268 158271 152131 0 -1 4194368 11644 0 0 0 13 3 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158289] ppid=158268 vsize=1711080 memory=33196 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158289/stat : 158289 (fscip) R 158268 158271 152131 0 -1 4194368 8376 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158290] ppid=158268 vsize=1711080 memory=21532 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158290/stat : 158290 (fscip) R 158268 158271 152131 0 -1 4194368 8311 0 0 0 16 1 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158291] ppid=158268 vsize=1711080 memory=280009185431040 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158291/stat : 158291 (fscip) D 158268 158271 152131 0 -1 4194368 9338 0 0 0 16 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158292] ppid=158268 vsize=1711080 memory=-5628408999910123566 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158292/stat : 158292 (fscip) D 158268 158271 152131 0 -1 4194368 8351 0 0 0 15 2 0 0 20 0 41 0 25224490 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158293] ppid=158268 vsize=1711080 memory=-1598831813028945288 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158293/stat : 158293 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158294] ppid=158268 vsize=1711080 memory=3834874594632152114 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158294/stat : 158294 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158295] ppid=158268 vsize=1711080 memory=100 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158295/stat : 158295 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158296] ppid=158268 vsize=1711080 memory=1836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158296/stat : 158296 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158297] ppid=158268 vsize=1711080 memory=25988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158297/stat : 158297 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158298] ppid=158268 vsize=1711080 memory=2244 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158298/stat : 158298 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158299] ppid=158268 vsize=1711080 memory=2676 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158299/stat : 158299 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158300] ppid=158268 vsize=1711080 memory=6708 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158300/stat : 158300 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158301] ppid=158268 vsize=1711080 memory=2520216 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158301/stat : 158301 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158302] ppid=158268 vsize=1711080 memory=2740 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158302/stat : 158302 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158303] ppid=158268 vsize=1711080 memory=4616 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158303/stat : 158303 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158304] ppid=158268 vsize=1711080 memory=496520 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158304/stat : 158304 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158305] ppid=158268 vsize=1711080 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158305/stat : 158305 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158306] ppid=158268 vsize=1711080 memory=7866208049374969920 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158306/stat : 158306 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158307] ppid=158268 vsize=1711080 memory=-7825974714190476140 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158307/stat : 158307 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158308] ppid=158268 vsize=1711080 memory=-8325000837725706836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158308/stat : 158308 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158309] ppid=158268 vsize=1711080 memory=-7819220407477041021 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158309/stat : 158309 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158310] ppid=158268 vsize=1711080 memory=-8325000837725444693 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158310/stat : 158310 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158311] ppid=158268 vsize=1711080 memory=4132771212810548115 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158311/stat : 158311 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158312] ppid=158268 vsize=1711080 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158312/stat : 158312 (fscip) S 158268 158271 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25224517 1752145920 197127 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 1711080 KiB
Current children cumulated memory: 788508 KiB

[startup+1.50445 s]
/proc/loadavg: 80.36 80.37 79.06 81/1023 158314

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

/proc/158271/task/158292/stat : 158292 (fscip) R 158268 158271 152131 0 -1 4194368 2271661 0 0 0 354839 339 0 0 20 0 41 0 25224490 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158293] ppid=158268 vsize=6125188 memory=15780 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158293/stat : 158293 (fscip) S 158268 158271 152131 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158294] ppid=158268 vsize=6125188 memory=10824 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158294/stat : 158294 (fscip) S 158268 158271 152131 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158295] ppid=158268 vsize=6125188 memory=5556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158295/stat : 158295 (fscip) S 158268 158271 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158296] ppid=158268 vsize=6125188 memory=18736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158296/stat : 158296 (fscip) S 158268 158271 152131 0 -1 1077936192 85 0 0 0 2 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158297] ppid=158268 vsize=6125188 memory=20204 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158297/stat : 158297 (fscip) S 158268 158271 152131 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158298] ppid=158268 vsize=6125188 memory=16088 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158298/stat : 158298 (fscip) S 158268 158271 152131 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158299] ppid=158268 vsize=6125188 memory=4752028 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158299/stat : 158299 (fscip) S 158268 158271 152131 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158300] ppid=158268 vsize=6125188 memory=4748156 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158300/stat : 158300 (fscip) S 158268 158271 152131 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158301] ppid=158268 vsize=6125188 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158301/stat : 158301 (fscip) S 158268 158271 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158302] ppid=158268 vsize=6125188 memory=280009186880176 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158302/stat : 158302 (fscip) S 158268 158271 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158303] ppid=158268 vsize=6125188 memory=6836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158303/stat : 158303 (fscip) S 158268 158271 152131 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158304] ppid=158268 vsize=6125188 memory=6836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158304/stat : 158304 (fscip) S 158268 158271 152131 0 -1 1077936192 129 0 0 0 1 1 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158305] ppid=158268 vsize=6125188 memory=7044 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158305/stat : 158305 (fscip) S 158268 158271 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158306] ppid=158268 vsize=6125188 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158306/stat : 158306 (fscip) S 158268 158271 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158307] ppid=158268 vsize=6125188 memory=15780 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158307/stat : 158307 (fscip) S 158268 158271 152131 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158308] ppid=158268 vsize=6125188 memory=4752028 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158308/stat : 158308 (fscip) S 158268 158271 152131 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158309] ppid=158268 vsize=6125188 memory=7492 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158309/stat : 158309 (fscip) S 158268 158271 152131 0 -1 1077936192 127 0 0 0 1 2 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158310] ppid=158268 vsize=6125188 memory=11572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158310/stat : 158310 (fscip) S 158268 158271 152131 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158311] ppid=158268 vsize=6125188 memory=15780 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158311/stat : 158311 (fscip) S 158268 158271 152131 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158312] ppid=158268 vsize=6125188 memory=10824 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158312/stat : 158312 (fscip) S 158268 158271 152131 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1188010 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
Current children cumulated CPU time: 71045.1 s
Current children cumulated vsize: 6125188 KiB
Current children cumulated memory: 4752040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.4 s]
/proc/loadavg: 40.03 44.50 59.89 41/929 161323
/proc/meminfo: memFree=772330512/790760800 swapFree=131071996/131071996
[pid=158271] ppid=158268 vsize=6125188 memory=4749120 CPUtime=72000.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/stat : 158271 (fscip) S 158268 158271 152131 0 -1 1077936128 22035284 0 0 0 7178452 21588 0 0 20 0 41 0 25224466 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 17 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
/proc/158271/statm: 1531297 1187280 3334 3035 0 1375784 0
[pid=158271/tid=158273] ppid=158268 vsize=6125188 memory=28188 CPUtime=3604.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158273/stat : 158273 (fscip) R 158268 158271 152131 0 -1 4194368 783496 0 0 0 360364 98 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158274] ppid=158268 vsize=6125188 memory=4748920 CPUtime=3605.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158274/stat : 158274 (fscip) R 158268 158271 152131 0 -1 4194368 1826916 0 0 0 360254 247 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158275] ppid=158268 vsize=6125188 memory=13752 CPUtime=3603.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158275/stat : 158275 (fscip) R 158268 158271 152131 0 -1 4194368 325976 0 0 0 356988 3365 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158276] ppid=158268 vsize=6125188 memory=11672 CPUtime=3603.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158276/stat : 158276 (fscip) R 158268 158271 152131 0 -1 4194368 837692 0 0 0 360295 98 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158277] ppid=158268 vsize=6125188 memory=6720668752847322978 CPUtime=3602.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158277/stat : 158277 (fscip) R 158268 158271 152131 0 -1 4194368 1973418 0 0 0 360024 243 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158278] ppid=158268 vsize=6125188 memory=5556 CPUtime=3592.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158278/stat : 158278 (fscip) R 158268 158271 152131 0 -1 4194368 446947 0 0 0 356745 2545 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158279] ppid=158268 vsize=6125188 memory=16088 CPUtime=3600.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158279/stat : 158279 (fscip) R 158268 158271 152131 0 -1 4194368 961169 0 0 0 359767 262 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158280] ppid=158268 vsize=6125188 memory=2212 CPUtime=3597.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158280/stat : 158280 (fscip) R 158268 158271 152131 0 -1 4194368 1629408 0 0 0 359420 310 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158281] ppid=158268 vsize=6125188 memory=6096 CPUtime=3595.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158281/stat : 158281 (fscip) R 158268 158271 152131 0 -1 4194368 313176 0 0 0 355690 3823 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158282] ppid=158268 vsize=6125188 memory=1968 CPUtime=3603.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158282/stat : 158282 (fscip) R 158268 158271 152131 0 -1 4194368 1052974 0 0 0 360089 226 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158283] ppid=158268 vsize=6125188 memory=6720668752847322978 CPUtime=3603.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158283/stat : 158283 (fscip) R 158268 158271 152131 0 -1 4194368 1877022 0 0 0 359915 392 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158284] ppid=158268 vsize=6125188 memory=53700 CPUtime=3599.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158284/stat : 158284 (fscip) R 158268 158271 152131 0 -1 4194368 310020 0 0 0 356786 3165 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158285] ppid=158268 vsize=6125188 memory=7964 CPUtime=3596.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158285/stat : 158285 (fscip) R 158268 158271 152131 0 -1 4194368 970795 0 0 0 359435 238 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158286] ppid=158268 vsize=6125188 memory=18736 CPUtime=3597.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158286/stat : 158286 (fscip) R 158268 158271 152131 0 -1 4194368 1683032 0 0 0 359405 329 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158287] ppid=158268 vsize=6125188 memory=20204 CPUtime=3598.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158287/stat : 158287 (fscip) R 158268 158271 152131 0 -1 4194368 238262 0 0 0 357021 2802 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158288] ppid=158268 vsize=6125188 memory=5716 CPUtime=3601.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158288/stat : 158288 (fscip) R 158268 158271 152131 0 -1 4194368 991150 0 0 0 359912 245 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158289] ppid=158268 vsize=6125188 memory=11564 CPUtime=3598.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158289/stat : 158289 (fscip) R 158268 158271 152131 0 -1 4194368 2248252 0 0 0 359452 387 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158290] ppid=158268 vsize=6125188 memory=13752 CPUtime=3591.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158290/stat : 158290 (fscip) R 158268 158271 152131 0 -1 4194368 277370 0 0 0 356838 2263 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158291] ppid=158268 vsize=6125188 memory=11672 CPUtime=3604.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158291/stat : 158291 (fscip) R 158268 158271 152131 0 -1 4194368 967127 0 0 0 360264 148 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158292] ppid=158268 vsize=6125188 memory=11632 CPUtime=3599.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158292/stat : 158292 (fscip) R 158268 158271 152131 0 -1 4194368 2302433 0 0 0 359618 344 0 0 20 0 41 0 25224490 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158293] ppid=158268 vsize=6125188 memory=2740 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158293/stat : 158293 (fscip) S 158268 158271 152131 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158294] ppid=158268 vsize=6125188 memory=6820 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158294/stat : 158294 (fscip) S 158268 158271 152131 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158295] ppid=158268 vsize=6125188 memory=4748988 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158295/stat : 158295 (fscip) S 158268 158271 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158296] ppid=158268 vsize=6125188 memory=2788 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158296/stat : 158296 (fscip) S 158268 158271 152131 0 -1 1077936192 86 0 0 0 2 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158297] ppid=158268 vsize=6125188 memory=6772 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158297/stat : 158297 (fscip) S 158268 158271 152131 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158298] ppid=158268 vsize=6125188 memory=5174724 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158298/stat : 158298 (fscip) S 158268 158271 152131 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158299] ppid=158268 vsize=6125188 memory=6720664350488543336 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158299/stat : 158299 (fscip) S 158268 158271 152131 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158300] ppid=158268 vsize=6125188 memory=-6953178198563585477 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158300/stat : 158300 (fscip) S 158268 158271 152131 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158301] ppid=158268 vsize=6125188 memory=5716 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158301/stat : 158301 (fscip) S 158268 158271 152131 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158302] ppid=158268 vsize=6125188 memory=11564 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158302/stat : 158302 (fscip) S 158268 158271 152131 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158303] ppid=158268 vsize=6125188 memory=13752 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158303/stat : 158303 (fscip) S 158268 158271 152131 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158304] ppid=158268 vsize=6125188 memory=11672 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158304/stat : 158304 (fscip) S 158268 158271 152131 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158305] ppid=158268 vsize=6125188 memory=11632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158305/stat : 158305 (fscip) S 158268 158271 152131 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158306] ppid=158268 vsize=6125188 memory=2740 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158306/stat : 158306 (fscip) S 158268 158271 152131 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158307] ppid=158268 vsize=6125188 memory=6820 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158307/stat : 158307 (fscip) S 158268 158271 152131 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158308] ppid=158268 vsize=6125188 memory=4748916 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158308/stat : 158308 (fscip) S 158268 158271 152131 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158309] ppid=158268 vsize=6125188 memory=2788 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158309/stat : 158309 (fscip) S 158268 158271 152131 0 -1 1077936192 129 0 0 0 1 2 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158310] ppid=158268 vsize=6125188 memory=6772 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158310/stat : 158310 (fscip) S 158268 158271 152131 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158311] ppid=158268 vsize=6125188 memory=5173392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158311/stat : 158311 (fscip) S 158268 158271 152131 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
[pid=158271/tid=158312] ppid=158268 vsize=6125188 memory=54204 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/158271/task/158312/stat : 158312 (fscip) S 158268 158271 152131 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 25224517 6272192512 1187280 809668444160 4194304 16623229 140737283078704 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 41787392 140737283085321 140737283085439 140737283085439 140737283092464 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 6125188 KiB
Current children cumulated memory: 4749120 KiB

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

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

# cumulated CPU time of all completed processes:  user=71784.8 s, system=216.027 s

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

[startup+3630.51 s]*
/proc/loadavg: 40.03 44.50 59.89 22/890 161323
/proc/meminfo: memFree=776022140/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3630.55
CPU time (s): 72000.8
CPU user time (s): 71784.8
CPU system time (s): 216.027
CPU usage (%): 1983.19
Max. virtual memory (cumulated for all children) (KiB): 6125188
Max. memory (cumulated for all children) (KiB): 4759496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71784.8
system time used= 216.027
maximum resident set size= 4759496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22035296
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= 239097
involuntary context switches= 308846


# summary of solver processes directly reported to runsolver:
#   pid: 158271
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71784.8
#   total CPU system time (s): 216.027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.669 second user time and 80.1202 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 10:14:10
IDJOB=4465865
IDBENCH=162315
IDSOLVER=3094
FILE ID=nodeD104/4465865-1722586450
RUNJOBID= nodeD104-1722578068-152143
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-8.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-4465865-1722586450/watcher-4465865-1722586450 -o /tmp/evaluation-result-4465865-1722586450/solver-4465865-1722586450 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152143 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465865-1722586450.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 17b9f2f8b02d6ae535b4cdc282411634
RANDOM SEED=1721655743

nodeD104.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		: 3019.200
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		: 2893.626
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	: 5006.76
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		: 3608.749
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	: 5013.48
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		: 3050.425
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	: 5010.76
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		: 3012.192
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		: 2892.366
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	: 5006.76
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		: 1488.455
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	: 5013.48
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		: 2885.806
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	: 5010.76
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		: 3019.268
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		: 2893.600
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	: 5006.76
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		: 2608.518
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	: 5013.48
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		: 3050.416
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	: 5010.76
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		: 3013.325
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		: 2893.597
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	: 5006.76
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		: 2708.008
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	: 5013.48
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		: 2851.982
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	: 5010.76
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		: 3010.459
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		: 2888.315
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	: 5006.76
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		: 3001.016
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	: 5013.48
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		: 3050.272
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	: 5010.76
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		: 3012.542
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		: 2893.205
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	: 5006.76
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		: 3016.587
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	: 5013.48
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		: 3050.478
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	: 5010.76
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		: 3019.311
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		: 2893.588
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	: 5006.76
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		: 1328.019
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	: 5013.48
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		: 3050.505
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	: 5010.76
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		: 3019.319
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		: 2888.681
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	: 5006.76
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		: 1599.351
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	: 5013.48
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		: 3050.531
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	: 5010.76
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		: 3010.827
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		: 2893.582
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	: 5006.76
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		: 2611.003
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	: 5013.48
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		: 3050.555
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	: 5010.76
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		: 3019.339
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		: 2893.580
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	: 5006.76
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		: 2784.715
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	: 5013.48
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		: 3046.798
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	: 5010.76
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		: 3011.709
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		: 2893.577
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	: 5006.76
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		: 2601.565
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	: 5013.48
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		: 3050.601
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	: 5010.76
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		: 3007.471
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		: 2893.188
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	: 5006.76
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		: 2663.915
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	: 5013.48
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		: 3050.623
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	: 5010.76
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		: 3019.368
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		: 2893.184
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	: 5006.76
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		: 2644.008
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	: 5013.48
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		: 3049.390
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	: 5010.76
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		: 3019.374
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		: 2892.410
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	: 5006.76
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		: 2666.649
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	: 5013.48
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		: 2893.875
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	: 5010.76
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		: 3010.592
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		: 2829.539
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	: 5006.76
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		: 2660.954
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	: 5013.48
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		: 3050.646
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	: 5010.76
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		: 3017.479
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		: 2893.563
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	: 5006.76
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		: 2669.420
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	: 5013.48
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		: 3050.586
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	: 5010.76
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		: 3019.405
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		: 2893.558
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	: 5006.76
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		: 2654.211
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	: 5013.48
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		: 3050.526
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	: 5010.76
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		: 3013.295
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		: 2892.393
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	: 5006.76
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		: 2667.368
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	: 5013.48
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		: 3050.466
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	: 5010.76
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		: 3014.784
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		: 2893.555
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	: 5006.76
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		: 2660.804
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	: 5013.48
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		: 2956.350
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	: 5010.76
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		: 3019.424
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		: 2893.553
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	: 5006.76
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		: 2125.301
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	: 5013.48
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		: 3050.360
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        773373924 kB
MemAvailable:   775156380 kB
Buffers:          365848 kB
Cached:          4733208 kB
SwapCached:            0 kB
Active:           541664 kB
Inactive:       14247680 kB
Active(anon):       2212 kB
Inactive(anon):  9710612 kB
Active(file):     539452 kB
Inactive(file):  4537068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28988 kB
Writeback:             8 kB
AnonPages:       9689988 kB
Mapped:           130912 kB
Shmem:             22536 kB
KReclaimable:     251304 kB
Slab:             616308 kB
SReclaimable:     251304 kB
SUnreclaim:       365004 kB
KernelStack:       17696 kB
PageTables:        32148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1457968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           294144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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:      651264 kB
DirectMap2M:    58566656 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD104 at 2024-08-02 11:14:41