Trace number 4465867

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-1.opb
MD5SUM2d93360d2b62765c062d6e400c743a07
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 benchmark390.676
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
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 = 46362624, getVmSize() = 46362624, SCIPgetMemUsed() = 20043353, SCIPgetMemTotal() = 24093393, SCIPgetMemExternEstim() = 12409514
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.10/0.16	c ** Estimated virtualMemUsedAtSolver = 36935081, getVmSize() = 67203072, SCIPgetMemUsed() = 23106524, SCIPgetMemTotal() = 42993108, SCIPgetMemExternEstim() = 12409514
0.10/0.16	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.10/0.16	c Original Problem   :
0.10/0.16	c   Problem name     : instance-4465867-1722585469
0.10/0.16	c   Variables        : 4128 (4128 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.16	c   Constraints      : 8704
0.10/0.16	c   Objective sense  : minimize
0.10/0.16	c Presolved Problem  :
0.10/0.16	c   Variables        : 3218 (3218 binary, 0 integer, 0 implicit integer, 0 continuous)
0.10/0.16	c   Constraints      : 7029
0.10/0.16	c Constraints        : Number
0.10/0.16	c   and              : 32 
0.10/0.16	c   linear           : 1257 
0.10/0.16	c   logicor          : 5740 
0.10/0.16	c ** Instance transfer method used: 0
0.10/0.17	c ** ParaScipInstance copy does not increase the number of variables. **
0.34/0.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.41	c                                Nodes    Active                                            
0.34/0.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.31/5.71	c         6          11929         305        20                -           0.0000          -
198.07/10.76	c        11          28853         339        20                -           0.0000          -
298.88/15.81	c        16          50050         344        20                -           0.0000          -
398.05/20.86	c        21          67182         256        20                -           0.0000          -
499.04/25.91	c        26             18          17        20                -           0.0000          -
598.08/30.96	c        31             12          11        20                -           0.0000          -
697.25/36.00	c        36             12          11        20                -           0.0000          -
798.83/41.05	c        41             12          11        20                -           0.0000          -
898.18/46.10	c        46             24          23        20                -           0.0000          -
999.37/51.15	c        51             24          23        20                -           0.0000          -
1099.75/56.20	c        56             24          23        20                -           0.0000          -
1198.88/61.28	c        61             26          25        20                -           0.0000          -
1297.78/66.29	c        66             32          31        20                -           0.0000          -
1398.89/71.30	c        71         289951         372        20                -           0.0000          -
1499.89/76.43	c        76         258846         211        20                -           0.0000          -
1599.13/81.48	c        81             12          11        20                -           0.0000          -
1700.13/86.53	c        87             12          11        20                -           0.0000          -
1799.29/91.58	c        92             12          11        20                -           0.0000          -
1900.33/96.63	c        97             12          11        20                -           0.0000          -
1999.52/101.68	c       102             12          11        20                -           0.0000          -
2100.54/106.73	c       107             12          11        20                -           0.0000          -
2199.68/111.78	c       112             12          11        20                -           0.0000          -
2300.85/116.83	c       117             12          11        20                -           0.0000          -
2400.04/121.88	c       122             12          11        20                -           0.0000          -
2501.38/126.93	c       127             12          11        20                -           0.0000          -
2600.44/131.97	c       132             12          11        20                -           0.0000          -
2699.58/137.02	c       137             12          11        20                -           0.0000          -
2801.30/142.07	c       142             12          11        20                -           0.0000          -
2900.50/147.12	c       147             12          11        20                -           0.0000          -
3001.63/152.17	c       152             12          11        20                -           0.0000          -
3101.99/157.22	c       157             12          11        20                -           0.0000          -
3201.20/162.27	c       162             12          11        20                -           0.0000          -
3302.37/167.32	c       167             12          11        20                -           0.0000          -
3401.34/172.37	c       172             12          11        20                -           0.0000          -
3500.13/177.39	c       177             12          11        20                -           0.0000          -
3601.21/182.47	c       182             12          11        20                -           0.0000          -
3702.35/187.53	c       188             12          11        20                -           0.0000          -
3801.45/192.57	c       193             12          11        20                -           0.0000          -
3902.53/197.62	c       198             12          11        20                -           0.0000          -
4001.74/202.67	c       203             12          11        20                -           0.0000          -
4102.78/207.72	c       208             12          11        20                -           0.0000          -
4201.98/212.77	c       213             12          11        20                -           0.0000          -
4303.15/217.82	c       218             12          11        20                -           0.0000          -
4402.34/222.87	c       223             12          11        20                -           0.0000          -
4503.46/227.92	c       228             12          11        20                -           0.0000          -
4602.63/232.97	c       233             12          11        20                -           0.0000          -
4701.85/238.02	c       238             12          11        20                -           0.0000          -
4803.71/243.07	c       243             12          11        20                -           0.0000          -
4902.97/248.12	c       248             12          11        20                -           0.0000          -
5004.13/253.17	c       253             12          11        20                -           0.0000          -
5104.57/258.21	c       258             12          11        20                -           0.0000          -
5203.77/263.27	c       263             12          11        20                -           0.0000          -
5304.85/268.32	c       268             12          11        20                -           0.0000          -
5404.04/273.37	c       273             12          11        20                -           0.0000          -
5505.20/278.42	c       278             12          11        20                -           0.0000          -
5604.35/283.43	c       283             13          12        20                -           0.0000          -
5705.40/288.53	c       289             14          13        20                -           0.0000          -
5804.60/293.57	c       294           1032         931        20                -           0.0000          -
5905.74/298.63	c       299           1032         931        20                -           0.0000          -
6004.89/303.67	c       304             17          16        20                -           0.0000          -
6106.04/308.72	c       309             18          17        20                -           0.0000          -
6205.13/313.77	c       314             19          18        20                -           0.0000          -
6306.19/318.82	c       319           1302        1189        20                -           0.0000          -
6405.39/323.84	c       324           1310        1197        20                -           0.0000          -
6506.44/328.95	c       329           1310        1197        20                -           0.0000          -
6605.61/334.00	c       334             32          31        20                -           0.0000          -
6707.44/339.05	c       339             35          34        20                -           0.0000          -
6806.43/344.10	c       344             40          39        20                -           0.0000          -
6907.76/349.15	c       349             57          56        20                -           0.0000          -
7008.21/354.20	c       354           1742        1553        20                -           0.0000          -
7107.24/359.25	c       359           1833        1632        20                -           0.0000          -
7208.33/364.30	c       364           1833        1632        20                -           0.0000          -
7307.54/369.35	c       369           1833        1632        20                -           0.0000          -
7408.63/374.40	c       374             75          74        20                -           0.0000          -
7507.81/379.45	c       379           1973        1761        20                -           0.0000          -
7608.80/384.50	c       385           1973        1761        20                -           0.0000          -
7707.93/389.53	c       390           2054        1837        20                -           0.0000          -
7809.06/394.60	c       395           2141        1924        20                -           0.0000          -
7908.17/399.63	c       400        1980948         335        20                -           0.0000          -
8009.18/404.70	c       405           2359        2141        20                -           0.0000          -
8108.34/409.75	c       410           2359        2141        20                -           0.0000          -
8207.35/414.77	c       415           2359        2141        20                -           0.0000          -
8308.45/419.85	c       420            122         121        20                -           0.0000          -
8409.30/424.90	c       425           2504        2284        20                -           0.0000          -
8508.46/429.95	c       430        2130751         338        20                -           0.0000          -
8607.42/434.97	c       435            144         143        20                -           0.0000          -
8709.10/440.05	c       440           2762        2538        20                -           0.0000          -
8808.13/445.10	c       445           2762        2538        20                -           0.0000          -
8909.22/450.15	c       450        2230577         332        20                -           0.0000          -
9008.30/455.18	c       455            187         186        20                -           0.0000          -
9108.81/460.25	c       460           2997        2772        20                -           0.0000          -
9209.96/465.30	c       465           3026        2801        20                -           0.0000          -
9309.12/470.35	c       470        2328486         335        20                -           0.0000          -
9409.98/475.40	c       475            227         226        20                -           0.0000          -
9509.15/480.43	c       480            228         227        20                -           0.0000          -
9608.43/485.44	c       485            228         227        20                -           0.0000          -
9709.41/490.51	c       491            232         231        20                -           0.0000          -
9808.48/495.55	c       496            235         234        20                -           0.0000          -
9909.54/500.65	c       501            241         240        20                -           0.0000          -
10010.60/505.70	c       506        2494954         329        20                -           0.0000          -
10109.81/510.75	c       511            271         270        20                -           0.0000          -
10210.98/515.80	c       516           3984        3745        20                -           0.0000          -
10309.92/520.85	c       521        2567310         333        20                -           0.0000          -
10411.01/525.90	c       526           4182        3942        20                -           0.0000          -
10510.30/530.95	c       531            294         293        20                -           0.0000          -
10609.32/536.00	c       536           4308        4067        20                -           0.0000          -
10708.41/541.02	c       541           4308        4067        20                -           0.0000          -
10809.72/546.10	c       546           4308        4067        20                -           0.0000          -
10911.10/551.15	c       551        2717988         333        20                -           0.0000          -
11011.38/556.20	c       556            348         347        20                -           0.0000          -
11110.48/561.24	c       561            367         366        20                -           0.0000          -
11211.46/566.30	c       566            402         401        20                -           0.0000          -
11310.48/571.35	c       571           4650        4403        20                -           0.0000          -
11411.65/576.40	c       576           4650        4403        20                -           0.0000          -
11510.84/581.45	c       581            422         421        20                -           0.0000          -
11612.00/586.50	c       587            422         421        20                -           0.0000          -
11711.19/591.55	c       592        2913881         337        20                -           0.0000          -
11812.35/596.60	c       597           4998        4728        20                -           0.0000          -
11911.53/601.65	c       602           4998        4728        20                -           0.0000          -
12012.69/606.70	c       607           4998        4728        20                -           0.0000          -
12111.88/611.75	c       612           4998        4728        20                -           0.0000          -
12213.05/616.80	c       617           4998        4728        20                -           0.0000          -
12312.24/621.81	c       622           4998        4728        20                -           0.0000          -
12411.45/626.85	c       627           4998        4728        20                -           0.0000          -
12512.63/631.95	c       632           4998        4728        20                -           0.0000          -
12611.82/637.00	c       637        3131494         334        20                -           0.0000          -
12713.77/642.05	c       642        3155574         330        20                -           0.0000          -
12812.90/647.10	c       647            617         616        20                -           0.0000          -
12914.08/652.15	c       652            630         629        20                -           0.0000          -
13013.15/657.20	c       657            666         665        20                -           0.0000          -
13113.72/662.25	c       662            682         681        20                -           0.0000          -
13214.71/667.30	c       667            695         694        20                -           0.0000          -
13313.87/672.35	c       672           5817        5523        20                -           0.0000          -
13413.03/677.40	c       677           5842        5548        20                -           0.0000          -
13514.16/682.45	c       682        3362706         332        20                -           0.0000          -
13615.19/687.50	c       688            731         730        20                -           0.0000          -
13714.43/692.55	c       693           6096        5800        20                -           0.0000          -
13815.52/697.60	c       698           6096        5800        20                -           0.0000          -
13914.59/702.63	c       703           6096        5800        20                -           0.0000          -
14015.54/707.70	c       708            791         790        20                -           0.0000          -
14114.61/712.75	c       713        3522003         331        20                -           0.0000          -
14215.58/717.80	c       718            834         833        20                -           0.0000          -
14314.51/722.85	c       723           6322        6024        20                -           0.0000          -
14415.35/727.90	c       728        3599918         338        20                -           0.0000          -
14514.58/732.95	c       733        3625961         335        20                -           0.0000          -
14613.47/737.98	c       738            923         922        20                -           0.0000          -
14715.26/743.05	c       743            933         932        20                -           0.0000          -
14814.07/748.10	c       748        3698982         338        20                -           0.0000          -
14915.49/753.15	c       753            980         979        20                -           0.0000          -
15014.69/758.18	c       758           6867        6567        20                -           0.0000          -
15114.94/763.25	c       763           1043        1042        20                -           0.0000          -
15214.04/768.28	c       768           6922        6622        20                -           0.0000          -
15315.18/773.35	c       773           6922        6622        20                -           0.0000          -
15416.34/778.40	c       778           1050           0        20                -           0.0000          -
15515.46/783.45	c       783           1050           0        20                -           0.0000          -
15616.54/788.51	c       789           1050           0        20                -           0.0000          -
15715.65/793.55	c       794           1050           0        20                -           0.0000          -
15814.71/798.60	c       799           1050           0        20                -           0.0000          -
15915.80/803.65	c       804           1050           0        20                -           0.0000          -
16016.87/808.70	c       809           1050           0        20                -           0.0000          -
16116.02/813.75	c       814           1050           0        20                -           0.0000          -
16217.13/818.80	c       819           1050           0        20                -           0.0000          -
16316.25/823.85	c       824           1050           0        20                -           0.0000          -
16417.37/828.90	c       829           1050           0        20                -           0.0000          -
16516.53/833.95	c       834           7562        7254        20                -           0.0000          -
16615.51/838.99	c       839           1061          11        20                -           0.0000          -
16714.67/844.02	c       844        4144981         337        20                -           0.0000          -
16816.42/849.10	c       849           1073          23        20                -           0.0000          -
16917.06/854.15	c       854           7849        7541        20                -           0.0000          -
17017.28/859.20	c       859           7849        7541        20                -           0.0000          -
17116.41/864.25	c       864           7849        7541        20                -           0.0000          -
17217.52/869.30	c       869           1092          42        20                -           0.0000          -
17316.62/874.35	c       874        4292175         335        20                -           0.0000          -
17417.76/879.40	c       879           1115          65        20                -           0.0000          -
17516.90/884.45	c       884        4341560         328        20                -           0.0000          -
17618.07/889.50	c       890           1137          87        20                -           0.0000          -
17717.15/894.51	c       895           8290        7979        20                -           0.0000          -
17816.51/899.58	c       900           1177         127        20                -           0.0000          -
17917.46/904.65	c       905        4440903         333        20                -           0.0000          -
18018.63/909.70	c       910           1195         145        20                -           0.0000          -
18117.76/914.75	c       915           1201         151        20                -           0.0000          -
18216.92/919.79	c       920           8702        8391        20                -           0.0000          -
18317.99/924.83	c       925           8702        8391        20                -           0.0000          -
18417.10/929.88	c       930        4549595         327        20                -           0.0000          -
18518.22/934.95	c       935           8822        8511        20                -           0.0000          -
18617.16/940.00	c       940           8822        8511        20                -           0.0000          -
18718.64/945.05	c       945        4618330         330        20                -           0.0000          -
18817.98/950.10	c       950           1287         237        20                -           0.0000          -
18916.98/955.12	c       955           1292         242        20                -           0.0000          -
19019.22/960.20	c       960           1298         248        20                -           0.0000          -
19118.24/965.26	c       965           9182        8867        20                -           0.0000          -
19219.44/970.31	c       970           9182        8867        20                -           0.0000          -
19318.62/975.36	c       975           9182        8867        20                -           0.0000          -
19419.80/980.41	c       980           1334         284        20                -           0.0000          -
19518.90/985.46	c       985           1348         298        20                -           0.0000          -
19617.96/990.49	c       990           1353         303        20                -           0.0000          -
19719.07/995.56	c       996           9442        9127        20                -           0.0000          -
19820.26/1000.61	c      1001           9442        9127        20                -           0.0000          -
19919.42/1005.66	c      1006           9442        9127        20                -           0.0000          -
20020.60/1010.70	c      1011        4907002         332        20                -           0.0000          -
20119.75/1015.71	c      1016        4929122         332        20                -           0.0000          -
20220.91/1020.81	c      1021        4951396         336        20                -           0.0000          -
20319.96/1025.86	c      1026           9742        9426        20                -           0.0000          -
20421.11/1030.91	c      1031           9742        9426        20                -           0.0000          -
20520.09/1035.96	c      1036           9742        9426        20                -           0.0000          -
20619.17/1040.98	c      1041           1553         503        20                -           0.0000          -
20718.34/1046.00	c      1046           1553         503        20                -           0.0000          -
20820.26/1051.08	c      1051           9782        9466        20                -           0.0000          -
20919.39/1056.08	c      1056           9782        9466        20                -           0.0000          -
21018.53/1061.13	c      1061           9782        9466        20                -           0.0000          -
21117.51/1066.13	c      1066           9782        9466        20                -           0.0000          -
21218.56/1071.18	c      1071           9782        9466        20                -           0.0000          -
21320.88/1076.31	c      1076           9782        9466        20                -           0.0000          -
21419.97/1081.36	c      1081           9782        9466        20                -           0.0000          -
21521.01/1086.42	c      1086           9782        9466        20                -           0.0000          -
21621.79/1091.51	c      1092           9782        9466        20                -           0.0000          -
21720.85/1096.56	c      1097           9782        9466        20                -           0.0000          -
21821.83/1101.61	c      1102           9782        9466        20                -           0.0000          -
21920.76/1106.66	c      1107           9782        9466        20                -           0.0000          -
22021.82/1111.71	c      1112           9782        9466        20                -           0.0000          -
22120.89/1116.76	c      1117        5406910         332        20                -           0.0000          -
22221.88/1121.81	c      1122        5430515         333        20                -           0.0000          -
22320.92/1126.86	c      1127           1812         762        20                -           0.0000          -
22422.02/1131.91	c      1132           1832         782        20                -           0.0000          -
22520.89/1136.96	c      1137           1841         791        20                -           0.0000          -
22620.03/1142.01	c      1142           1841         791        20                -           0.0000          -
22721.73/1147.04	c      1147          10182        9866        20                -           0.0000          -
22820.84/1152.10	c      1152          10203        9887        20                -           0.0000          -
22919.98/1157.13	c      1157          10302        9986        20                -           0.0000          -
23022.38/1162.20	c      1162          10402       10086        20                -           0.0000          -
23121.42/1167.26	c      1167        5627389         333        20                -           0.0000          -
23222.57/1172.31	c      1172           1964         914        20                -           0.0000          -
23321.72/1177.36	c      1177          10662       10346        20                -           0.0000          -
23422.87/1182.41	c      1182           1987         937        20                -           0.0000          -
23521.84/1187.46	c      1187          10782       10466        20                -           0.0000          -
23622.88/1192.51	c      1193          10782       10466        20                -           0.0000          -
23721.94/1197.56	c      1198        5966248         195        20                -           0.0000          -
23821.10/1202.59	c      1203           2031         981        20                -           0.0000          -
23922.06/1207.66	c      1208           2031         981        20                -           0.0000          -
24023.15/1212.71	c      1213           2031         981        20                -           0.0000          -
24122.04/1217.76	c      1218           2031         981        20                -           0.0000          -
24223.17/1222.81	c      1223           2031         981        20                -           0.0000          -
24322.22/1227.86	c      1228           2031         981        20                -           0.0000          -
24421.33/1232.87	c      1233           2031         981        20                -           0.0000          -
24522.32/1237.92	c      1238           2031         981        20                -           0.0000          -
24621.44/1242.94	c      1243           2031         981        20                -           0.0000          -
24723.34/1248.05	c      1248           2031         981        20                -           0.0000          -
24822.40/1253.08	c      1253           2031         981        20                -           0.0000          -
24921.53/1258.10	c      1258           2031         981        20                -           0.0000          -
25023.78/1263.21	c      1263           2031         981        20                -           0.0000          -
25122.69/1268.26	c      1268           2031         981        20                -           0.0000          -
25223.84/1273.31	c      1273           2031         981        20                -           0.0000          -
25323.00/1278.33	c      1278           2031         981        20                -           0.0000          -
25424.01/1283.40	c      1283           2031         981        20                -           0.0000          -
25522.93/1288.46	c      1288           2031         981        20                -           0.0000          -
25623.92/1293.51	c      1294           2031         981        20                -           0.0000          -
25722.96/1298.56	c      1299           2031         981        20                -           0.0000          -
25823.90/1303.61	c      1304           2031         981        20                -           0.0000          -
25922.98/1308.66	c      1309           2031         981        20                -           0.0000          -
26023.95/1313.71	c      1314           2031         981        20                -           0.0000          -
26123.07/1318.74	c      1319           2031         981        20                -           0.0000          -
26224.07/1323.80	c      1324           2031         981        20                -           0.0000          -
26323.15/1328.86	c      1329           2031         981        20                -           0.0000          -
26422.31/1333.88	c      1334           2031         981        20                -           0.0000          -
26523.41/1338.96	c      1339           2031         981        20                -           0.0000          -
26622.55/1344.01	c      1344           2031         981        20                -           0.0000          -
26724.24/1349.06	c      1349           2031         981        20                -           0.0000          -
26823.32/1354.11	c      1354           2031         981        20                -           0.0000          -
26924.43/1359.16	c      1359           2031         981        20                -           0.0000          -
27023.61/1364.18	c      1364           2031         981        20                -           0.0000          -
27124.06/1369.25	c      1369           2031         981        20                -           0.0000          -
27225.12/1374.31	c      1374           2031         981        20                -           0.0000          -
27324.31/1379.36	c      1379           2031         981        20                -           0.0000          -
27425.32/1384.41	c      1384           2031         981        20                -           0.0000          -
27524.60/1389.42	c      1389           2031         981        20                -           0.0000          -
27623.59/1394.49	c      1394           2031         981        20                -           0.0000          -
27724.75/1399.56	c      1400        7012617         198        20                -           0.0000          -
27825.80/1404.61	c      1405           2043         993        20                -           0.0000          -
27924.98/1409.62	c      1410          13978       13648        20                -           0.0000          -
28024.15/1414.65	c      1415          13978       13648        20                -           0.0000          -
28123.34/1419.69	c      1420          13978       13648        20                -           0.0000          -
28224.48/1424.73	c      1425          14001       13671        20                -           0.0000          -
28325.63/1429.86	c      1430           2224        1174        20                -           0.0000          -
28426.78/1434.91	c      1435          14082       13752        20                -           0.0000          -
28525.96/1439.96	c      1440           2264        1214        20                -           0.0000          -
28625.11/1444.99	c      1445          14297       13967        20                -           0.0000          -
28727.13/1450.06	c      1450           2305        1255        20                -           0.0000          -
28826.06/1455.09	c      1455          14302       13972        20                -           0.0000          -
28927.42/1460.16	c      1460        7331978         193        20                -           0.0000          -
29027.48/1465.21	c      1465        7358942         193        20                -           0.0000          -
29126.64/1470.26	c      1470          14542       14212        20                -           0.0000          -
29225.57/1475.28	c      1475          14620       14284        20                -           0.0000          -
29326.69/1480.33	c      1480           2644        1586        20                -           0.0000          -
29425.61/1485.36	c      1485        7465857         194        20                -           0.0000          -
29526.68/1490.46	c      1490          14846       14510        20                -           0.0000          -
29625.73/1495.47	c      1495          14911       14575        20                -           0.0000          -
29726.51/1500.57	c      1501           2875        1813        20                -           0.0000          -
29825.66/1505.57	c      1506          15058       14722        20                -           0.0000          -
29926.69/1510.66	c      1511           2973        1909        20                -           0.0000          -
30027.71/1515.71	c      1516           3005        1939        20                -           0.0000          -
30126.88/1520.76	c      1521          15302       14966        20                -           0.0000          -
30225.89/1525.79	c      1526          15302       14966        20                -           0.0000          -
30327.04/1530.83	c      1531          15302       14966        20                -           0.0000          -
30428.13/1535.91	c      1536          15302       14966        20                -           0.0000          -
30527.32/1540.96	c      1541          15302       14966        20                -           0.0000          -
30626.50/1546.01	c      1546          15302       14966        20                -           0.0000          -
30728.40/1551.06	c      1551          15302       14966        20                -           0.0000          -
30827.40/1556.08	c      1556          15302       14966        20                -           0.0000          -
30928.57/1561.15	c      1561          15302       14966        20                -           0.0000          -
31028.95/1566.20	c      1566          15302       14966        20                -           0.0000          -
31128.08/1571.26	c      1571          15302       14966        20                -           0.0000          -
31229.27/1576.31	c      1576          15302       14966        20                -           0.0000          -
31328.47/1581.35	c      1581          15382       15046        20                -           0.0000          -
31429.52/1586.41	c      1586           3975        2568        20                -           0.0000          -
31528.61/1591.46	c      1591        8040540         193        20                -           0.0000          -
31627.69/1596.49	c      1596        8068757         196        20                -           0.0000          -
31726.82/1601.49	c      1602        8097015         190        20                -           0.0000          -
31827.83/1606.51	c      1607          15803       15467        20                -           0.0000          -
31926.98/1611.58	c      1612        8151398         187        20                -           0.0000          -
32028.00/1616.62	c      1617        8178934         191        20                -           0.0000          -
32127.21/1621.67	c      1622          16002       15666        20                -           0.0000          -
32228.31/1626.75	c      1627          16106       15768        20                -           0.0000          -
32329.32/1631.81	c      1632          16242       15904        20                -           0.0000          -
32430.32/1636.91	c      1637          16242       15904        20                -           0.0000          -
32529.37/1641.96	c      1642          16282       15944        20                -           0.0000          -
32628.28/1646.97	c      1647          16322       15984        20                -           0.0000          -
32729.89/1652.06	c      1652        8362269         196        20                -           0.0000          -
32828.94/1657.11	c      1657        8388561         196        20                -           0.0000          -
32927.99/1662.13	c      1662          16602       16264        20                -           0.0000          -
33029.33/1667.18	c      1667          16707       16369        20                -           0.0000          -
33129.56/1672.26	c      1672        8467800         191        20                -           0.0000          -
33230.62/1677.31	c      1677        8493861         194        20                -           0.0000          -
33329.80/1682.36	c      1682          16962       16624        20                -           0.0000          -
33428.96/1687.37	c      1687        8545602         189        20                -           0.0000          -
33530.12/1692.42	c      1692        8571569         192        20                -           0.0000          -
33631.24/1697.51	c      1698          17162       16824        20                -           0.0000          -
33730.40/1702.56	c      1703          17202       16864        20                -           0.0000          -
33831.55/1707.61	c      1708        8650144         193        20                -           0.0000          -
33930.68/1712.64	c      1713        8675638         197        20                -           0.0000          -
34031.83/1717.71	c      1718          17402       17064        20                -           0.0000          -
34131.01/1722.76	c      1723          17402       17064        20                -           0.0000          -
34232.16/1727.81	c      1728          17402       17064        20                -           0.0000          -
34331.10/1732.86	c      1733        8781413         192        20                -           0.0000          -
34432.26/1737.91	c      1738          17522       17184        20                -           0.0000          -
34531.62/1742.93	c      1743          17522       17184        20                -           0.0000          -
34630.40/1748.02	c      1748        8862434         195        20                -           0.0000          -
34732.03/1753.05	c      1753          17602       17264        20                -           0.0000          -
34830.92/1758.08	c      1758        8915848         187        20                -           0.0000          -
34930.12/1763.11	c      1763          17741       17403        20                -           0.0000          -
35031.01/1768.18	c      1768        8970363         198        20                -           0.0000          -
35131.05/1773.27	c      1773          17869       17531        20                -           0.0000          -
35231.94/1778.32	c      1778          17869       17531        20                -           0.0000          -
35331.04/1783.36	c      1783          17869       17531        20                -           0.0000          -
35432.18/1788.41	c      1788        9069582         199        20                -           0.0000          -
35531.27/1793.47	c      1793          17962       17624        20                -           0.0000          -
35632.35/1798.52	c      1799          17962       17624        20                -           0.0000          -
35731.35/1803.56	c      1804        9144759         192        20                -           0.0000          -
35830.46/1808.58	c      1809          18122       17784        20                -           0.0000          -
35931.23/1813.63	c      1814        9193502         195        20                -           0.0000          -
36032.04/1818.70	c      1819          18312       17974        20                -           0.0000          -
36130.91/1823.77	c      1824          18362       18024        20                -           0.0000          -
36232.00/1828.82	c      1829          18362       18024        20                -           0.0000          -
36331.18/1833.87	c      1834        9295932         195        20                -           0.0000          -
36432.30/1838.92	c      1839        9321518         195        20                -           0.0000          -
36531.26/1843.97	c      1844          18603       18263        20                -           0.0000          -
36630.47/1849.02	c      1849          18663       18323        20                -           0.0000          -
36732.02/1854.04	c      1854          18743       18403        20                -           0.0000          -
36831.29/1859.07	c      1859        9421891         192        20                -           0.0000          -
36930.18/1864.09	c      1864          18919       18579        20                -           0.0000          -
37031.26/1869.16	c      1869          19024       18684        20                -           0.0000          -
37131.47/1874.26	c      1874          19109       18769        20                -           0.0000          -
37232.55/1879.32	c      1879          19109       18769        20                -           0.0000          -
37331.52/1884.37	c      1884          19109       18769        20                -           0.0000          -
37432.65/1889.42	c      1889          19109       18769        20                -           0.0000          -
37531.68/1894.47	c      1894        9597897         196        20                -           0.0000          -
37632.71/1899.52	c      1900          19266       18920        20                -           0.0000          -
37731.84/1904.57	c      1905        9649998         195        20                -           0.0000          -
37832.88/1909.61	c      1910          19410       19064        20                -           0.0000          -
37931.96/1914.67	c      1915          19410       19064        20                -           0.0000          -
38033.06/1919.72	c      1920          19549       19199        20                -           0.0000          -
38132.17/1924.75	c      1925          19568       19218        20                -           0.0000          -
38233.28/1929.82	c      1930          19568       19218        20                -           0.0000          -
38332.40/1934.87	c      1935        9808717         190        20                -           0.0000          -
38433.51/1939.92	c      1940          19628       19278        20                -           0.0000          -
38532.63/1944.94	c      1945          19628       19278        20                -           0.0000          -
38631.76/1950.00	c      1950          19643       19293        20                -           0.0000          -
38733.58/1955.06	c      1955        9915266         197        20                -           0.0000          -
38832.68/1960.12	c      1960          19869       19519        20                -           0.0000          -
38933.74/1965.17	c      1965          43265        2731        20                -           0.0000          -
39034.12/1970.22	c      1970          20048       19698        20                -           0.0000          -
39133.08/1975.27	c      1975          20168       19818        20                -           0.0000          -
39232.06/1980.28	c      1980       10044109         192        20                -           0.0000          -
39333.00/1985.35	c      1985       10069815         192        20                -           0.0000          -
39434.05/1990.42	c      1990          20424       20074        20                -           0.0000          -
39533.15/1995.47	c      1995       10121395         194        20                -           0.0000          -
39634.15/2000.52	c      2001       10147227         194        20                -           0.0000          -
39733.21/2005.57	c      2006       10172967         192        20                -           0.0000          -
39834.28/2010.62	c      2011          20784       20434        20                -           0.0000          -
39933.41/2015.63	c      2016       10224103         196        20                -           0.0000          -
40032.52/2020.68	c      2021          48974        2812        20                -           0.0000          -
40133.53/2025.75	c      2026          21000       20650        20                -           0.0000          -
40234.64/2030.82	c      2031       10301689         188        20                -           0.0000          -
40333.75/2035.87	c      2036          21108       20758        20                -           0.0000          -
40434.77/2040.92	c      2041          21168       20818        20                -           0.0000          -
40533.89/2045.97	c      2046          21168       20818        20                -           0.0000          -
40633.02/2050.98	c      2051          21168       20818        20                -           0.0000          -
40734.75/2056.04	c      2056       10431492         189        20                -           0.0000          -
40833.83/2061.12	c      2061       10457986         191        20                -           0.0000          -
40935.03/2066.17	c      2066       10484505         192        20                -           0.0000          -
41035.37/2071.22	c      2071          21548       21198        20                -           0.0000          -
41134.41/2076.26	c      2076       10537906         193        20                -           0.0000          -
41235.51/2081.32	c      2081          21688       21338        20                -           0.0000          -
41334.61/2086.37	c      2086          21728       21378        20                -           0.0000          -
41435.72/2091.42	c      2091          21728       21378        20                -           0.0000          -
41534.87/2096.43	c      2096          21728       21378        20                -           0.0000          -
41634.05/2101.48	c      2101          21728       21378        20                -           0.0000          -
41735.05/2106.57	c      2107          21728       21378        20                -           0.0000          -
41836.17/2111.62	c      2112          21728       21378        20                -           0.0000          -
41935.23/2116.67	c      2117          21728       21378        20                -           0.0000          -
42036.35/2121.72	c      2122          21728       21378        20                -           0.0000          -
42135.46/2126.77	c      2127          21728       21378        20                -           0.0000          -
42236.57/2131.82	c      2132       10822568         195        20                -           0.0000          -
42335.61/2136.87	c      2137       10847670         193        20                -           0.0000          -
42436.71/2141.92	c      2142          21949       21597        20                -           0.0000          -
42535.84/2146.97	c      2147       10898089         196        20                -           0.0000          -
42634.96/2152.02	c      2152          22050       21696        20                -           0.0000          -
42736.71/2157.07	c      2157          22121       21765        20                -           0.0000          -
42835.70/2162.09	c      2162          22152       21796        20                -           0.0000          -
42934.94/2167.12	c      2167       10997847         194        20                -           0.0000          -
43037.30/2172.21	c      2172          22238       21878        20                -           0.0000          -
43136.40/2177.27	c      2177       11047884         197        20                -           0.0000          -
43235.52/2182.29	c      2182          22333       21973        20                -           0.0000          -
43336.64/2187.37	c      2187          22333       21973        20                -           0.0000          -
43437.77/2192.42	c      2192       11123817         192        20                -           0.0000          -
43536.81/2197.47	c      2197       11149550         187        20                -           0.0000          -
43637.81/2202.52	c      2203       11173543         192        20                -           0.0000          -
43736.89/2207.57	c      2208          22615       22251        20                -           0.0000          -
43838.01/2212.62	c      2213       11223895         194        20                -           0.0000          -
43937.14/2217.67	c      2218          22751       22387        20                -           0.0000          -
44038.18/2222.72	c      2223       11273139         194        20                -           0.0000          -
44137.32/2227.77	c      2228          22876       22510        20                -           0.0000          -
44238.39/2232.82	c      2233       11324512         187        20                -           0.0000          -
44337.52/2237.84	c      2238          22956       22590        20                -           0.0000          -
44438.63/2242.91	c      2243       11373691         188        20                -           0.0000          -
44537.61/2247.97	c      2248       11399287         194        20                -           0.0000          -
44636.75/2253.02	c      2253       11425662         191        20                -           0.0000          -
44738.58/2258.07	c      2258          23117       22749        20                -           0.0000          -
44837.67/2263.09	c      2263          23117       22749        20                -           0.0000          -
44938.84/2268.15	c      2268       11504314         191        20                -           0.0000          -
45039.15/2273.20	c      2273          23197       22829        20                -           0.0000          -
45138.28/2278.26	c      2278          23293       22925        20                -           0.0000          -
45239.35/2283.31	c      2283       11582722         193        20                -           0.0000          -
45338.55/2288.37	c      2288          23397       23029        20                -           0.0000          -
45439.66/2293.42	c      2293       11635901         196        20                -           0.0000          -
45538.72/2298.47	c      2298       11662909         190        20                -           0.0000          -
45639.58/2303.52	c      2304       11688816         191        20                -           0.0000          -
45738.73/2308.57	c      2309          23598       23228        20                -           0.0000          -
45839.85/2313.62	c      2314          23698       23328        20                -           0.0000          -
45938.97/2318.63	c      2319       11767585         196        20                -           0.0000          -
46040.06/2323.71	c      2324          23840       23466        20                -           0.0000          -
46139.20/2328.77	c      2329       11822599         196        20                -           0.0000          -
46240.34/2333.82	c      2334       11851028         193        20                -           0.0000          -
46339.48/2338.87	c      2339       11878495         198        20                -           0.0000          -
46440.62/2343.92	c      2344          24063       23685        20                -           0.0000          -
46539.75/2348.97	c      2349          24145       23763        20                -           0.0000          -
46638.87/2354.02	c      2354       11962326         193        20                -           0.0000          -
46740.53/2359.04	c      2359       11989856         195        20                -           0.0000          -
46839.63/2364.10	c      2364       12017846         193        20                -           0.0000          -
46940.76/2369.14	c      2369          24361       23979        20                -           0.0000          -
47039.99/2374.17	c      2374          88971        3223        20                -           0.0000          -
47140.37/2379.27	c      2379          89512        3254        20                -           0.0000          -
47239.51/2384.29	c      2384          90073        3273        20                -           0.0000          -
47340.62/2389.37	c      2389          24625       24243        20                -           0.0000          -
47441.74/2394.42	c      2394       12185056         197        20                -           0.0000          -
47540.97/2399.47	c      2399          24766       24378        20                -           0.0000          -
47641.80/2404.52	c      2405          24832       24440        20                -           0.0000          -
47740.96/2409.57	c      2410       12266219         192        20                -           0.0000          -
47842.14/2414.62	c      2415       12293552         195        20                -           0.0000          -
47941.24/2419.67	c      2420          24969       24575        20                -           0.0000          -
48042.39/2424.70	c      2425          25009       24615        20                -           0.0000          -
48141.54/2429.73	c      2430          25049       24655        20                -           0.0000          -
48240.71/2434.77	c      2435          25049       24655        20                -           0.0000          -
48341.87/2439.82	c      2440          25049       24655        20                -           0.0000          -
48441.02/2444.86	c      2445          25069       24675        20                -           0.0000          -
48542.18/2449.93	c      2450       12483754         191        20                -           0.0000          -
48641.36/2455.02	c      2455       12511521         194        20                -           0.0000          -
48743.13/2460.07	c      2460          25243       24847        20                -           0.0000          -
48842.29/2465.12	c      2465       12565877         188        20                -           0.0000          -
48943.43/2470.17	c      2470          25365       24967        20                -           0.0000          -
49043.85/2475.22	c      2475          25412       25014        20                -           0.0000          -
49143.01/2480.27	c      2480          25432       25034        20                -           0.0000          -
49244.17/2485.32	c      2485          25432       25034        20                -           0.0000          -
49343.35/2490.37	c      2490          25473       25075        20                -           0.0000          -
49444.49/2495.42	c      2495          25522       25124        20                -           0.0000          -
49543.65/2500.46	c      2500          25522       25124        20                -           0.0000          -
49644.79/2505.52	c      2506       12786190         193        20                -           0.0000          -
49743.93/2510.57	c      2511          25669       25271        20                -           0.0000          -
49845.02/2515.62	c      2516       12841441         192        20                -           0.0000          -
49944.20/2520.67	c      2521          25791       25391        20                -           0.0000          -
50045.20/2525.71	c      2526          25813       25413        20                -           0.0000          -
50144.00/2530.77	c      2531          25873       25473        20                -           0.0000          -
50245.15/2535.82	c      2536       12949893         196        20                -           0.0000          -
50344.31/2540.87	c      2541          25993       25593        20                -           0.0000          -
50445.38/2545.92	c      2546          26042       25642        20                -           0.0000          -
50544.36/2550.93	c      2551          26076       25676        20                -           0.0000          -
50643.49/2556.02	c      2556          26153       25753        20                -           0.0000          -
50745.34/2561.07	c      2561          26193       25793        20                -           0.0000          -
50844.50/2566.12	c      2566          26213       25813        20                -           0.0000          -
50945.59/2571.17	c      2571       13136875         194        20                -           0.0000          -
51045.92/2576.22	c      2576       13163555         194        20                -           0.0000          -
51145.09/2581.27	c      2581          26380       25980        20                -           0.0000          -
51246.22/2586.32	c      2586          26380       25980        20                -           0.0000          -
51345.38/2591.37	c      2591          26380       25980        20                -           0.0000          -
51444.48/2596.38	c      2596       13269387         190        20                -           0.0000          -
51545.63/2601.46	c      2601          26469       26069        20                -           0.0000          -
51646.70/2606.52	c      2607          26469       26069        20                -           0.0000          -
51745.86/2611.57	c      2612          26469       26069        20                -           0.0000          -
51846.97/2616.62	c      2617          26469       26069        20                -           0.0000          -
51946.12/2621.67	c      2622          26469       26069        20                -           0.0000          -
52047.26/2626.72	c      2627          26469       26069        20                -           0.0000          -
52146.50/2631.74	c      2632          26469       26069        20                -           0.0000          -
52247.49/2636.82	c      2637          26469       26069        20                -           0.0000          -
52346.63/2641.87	c      2642          26469       26069        20                -           0.0000          -
52447.65/2646.92	c      2647          26469       26069        20                -           0.0000          -
52546.78/2651.97	c      2652       13559963         194        20                -           0.0000          -
52645.90/2657.02	c      2657       13585882         191        20                -           0.0000          -
52747.66/2662.07	c      2662       13611653         190        20                -           0.0000          -
52847.01/2667.12	c      2667          26756       26354        20                -           0.0000          -
52948.07/2672.15	c      2672          26794       26392        20                -           0.0000          -
53048.31/2677.20	c      2677          26834       26432        20                -           0.0000          -
53147.45/2682.27	c      2682       13716666         195        20                -           0.0000          -
53248.56/2687.32	c      2687          26915       26511        20                -           0.0000          -
53347.71/2692.35	c      2692          26915       26511        20                -           0.0000          -
53448.76/2697.42	c      2697       13795404         189        20                -           0.0000          -
53547.91/2702.44	c      2702          26947       26543        20                -           0.0000          -
53649.03/2707.52	c      2708       13845328         195        20                -           0.0000          -
53748.16/2712.57	c      2713       13871079         196        20                -           0.0000          -
53849.27/2717.62	c      2718          27196       26790        20                -           0.0000          -
53948.41/2722.67	c      2723          27251       26845        20                -           0.0000          -
54049.53/2727.72	c      2728          27276       26870        20                -           0.0000          -
54148.68/2732.77	c      2733          27316       26910        20                -           0.0000          -
54247.73/2737.79	c      2738       14003005         194        20                -           0.0000          -
54348.86/2742.80	c      2743       14030242         195        20                -           0.0000          -
54449.99/2747.90	c      2748          27456       27050        20                -           0.0000          -
54549.14/2752.96	c      2753       14084582         191        20                -           0.0000          -
54648.26/2758.02	c      2758       14111904         195        20                -           0.0000          -
54750.18/2763.07	c      2763       14139177         194        20                -           0.0000          -
54849.26/2768.12	c      2768       14166452         193        20                -           0.0000          -
54950.11/2773.17	c      2773       14193634         197        20                -           0.0000          -
55050.72/2778.22	c      2778       14221730         191        20                -           0.0000          -
55149.88/2783.23	c      2783       14248289         194        20                -           0.0000          -
55248.96/2788.24	c      2788          27938       27528        20                -           0.0000          -
55350.12/2793.37	c      2793          27938       27528        20                -           0.0000          -
55449.28/2798.39	c      2798       14328409         192        20                -           0.0000          -
55550.46/2803.44	c      2803          27979       27567        20                -           0.0000          -
55651.57/2808.52	c      2809          28019       27607        20                -           0.0000          -
55750.74/2813.55	c      2814          28039       27627        20                -           0.0000          -
55849.89/2818.58	c      2819       14435026         195        20                -           0.0000          -
55951.02/2823.63	c      2824          28159       27747        20                -           0.0000          -
56052.14/2828.72	c      2829          28200       27786        20                -           0.0000          -
56151.29/2833.77	c      2834       14516072         197        20                -           0.0000          -
56252.38/2838.82	c      2839       14543317         194        20                -           0.0000          -
56351.45/2843.87	c      2844       14570294         195        20                -           0.0000          -
56452.53/2848.92	c      2849          28420       28006        20                -           0.0000          -
56551.68/2853.97	c      2854          28499       28085        20                -           0.0000          -
56650.89/2858.98	c      2859       14651292         193        20                -           0.0000          -
56752.72/2864.07	c      2864          28580       28166        20                -           0.0000          -
56851.81/2869.12	c      2869          28600       28186        20                -           0.0000          -
56953.01/2874.17	c      2874       14733860         195        20                -           0.0000          -
57052.06/2879.20	c      2879          28662       28246        20                -           0.0000          -
57152.39/2884.22	c      2884       14788273         192        20                -           0.0000          -
57251.64/2889.24	c      2889          28762       28346        20                -           0.0000          -
57352.67/2894.31	c      2894       14842277         194        20                -           0.0000          -
57451.65/2899.33	c      2899         149249        3172        20                -           0.0000          -
57550.81/2904.35	c      2904          28882       28466        20                -           0.0000          -
57649.98/2909.37	c      2909          28902       28486        20                -           0.0000          -
57751.06/2914.42	c      2914          28962       28546        20                -           0.0000          -
57850.14/2919.45	c      2919         151805        3253        20                -           0.0000          -
57953.23/2924.64	c      2925          29102       28686        20                -           0.0000          -
58052.39/2929.70	c      2930       15032569         192        20                -           0.0000          -
58153.53/2934.76	c      2935       15059921         190        20                -           0.0000          -
58254.69/2939.80	c      2940          29257       28841        20                -           0.0000          -
58353.84/2944.85	c      2945          29302       28886        20                -           0.0000          -
58454.99/2949.92	c      2950          29342       28926        20                -           0.0000          -
58554.16/2954.96	c      2955          29342       28926        20                -           0.0000          -
58653.28/2959.99	c      2960          29365       28949        20                -           0.0000          -
58752.37/2965.02	c      2965       15222518         191        20                -           0.0000          -
58853.88/2970.11	c      2970       15249597         192        20                -           0.0000          -
58955.30/2975.17	c      2975          29542       29126        20                -           0.0000          -
59055.71/2980.22	c      2980          29542       29126        20                -           0.0000          -
59154.87/2985.24	c      2985          29582       29166        20                -           0.0000          -
59254.04/2990.25	c      2990       15358446         189        20                -           0.0000          -
59355.20/2995.32	c      2995       15385367         192        20                -           0.0000          -
59454.36/3000.39	c      3000       15412079         190        20                -           0.0000          -
59555.44/3005.47	c      3005          29842       29424        20                -           0.0000          -
59654.41/3010.49	c      3010       15464652         195        20                -           0.0000          -
59755.54/3015.53	c      3016          29983       29565        20                -           0.0000          -
59856.69/3020.62	c      3021          30083       29665        20                -           0.0000          -
59955.69/3025.64	c      3026          30137       29715        20                -           0.0000          -
60056.77/3030.72	c      3031       15569466         191        20                -           0.0000          -
60155.92/3035.77	c      3036       15595842         195        20                -           0.0000          -
60257.03/3040.82	c      3041          30286       29862        20                -           0.0000          -
60356.14/3045.87	c      3046          30372       29944        20                -           0.0000          -
60457.25/3050.92	c      3051          30372       29944        20                -           0.0000          -
60556.40/3055.97	c      3056          30372       29944        20                -           0.0000          -
60655.48/3061.02	c      3061          30428       29998        20                -           0.0000          -
60757.31/3066.06	c      3066       15754003         192        20                -           0.0000          -
60856.61/3071.10	c      3071          30543       30111        20                -           0.0000          -
60957.47/3076.13	c      3076          30589       30157        20                -           0.0000          -
61056.71/3081.14	c      3081          30609       30177        20                -           0.0000          -
61155.75/3086.17	c      3086          30629       30197        20                -           0.0000          -
61256.12/3091.27	c      3091       15887192         193        20                -           0.0000          -
61357.20/3096.30	c      3096       15913458         187        20                -           0.0000          -
61458.40/3101.42	c      3101       15939754         193        20                -           0.0000          -
61557.45/3106.45	c      3106          30891       30459        20                -           0.0000          -
61656.61/3111.48	c      3111          30930       30496        20                -           0.0000          -
61757.72/3116.55	c      3117          30990       30556        20                -           0.0000          -
61856.86/3121.59	c      3122       16046533         192        20                -           0.0000          -
61957.98/3126.65	c      3127          31125       30691        20                -           0.0000          -
62057.03/3131.69	c      3132       16100913         190        20                -           0.0000          -
62158.19/3136.77	c      3137       16128425         190        20                -           0.0000          -
62259.35/3141.82	c      3142       16155275         190        20                -           0.0000          -
62358.50/3146.84	c      3147       16181769         188        20                -           0.0000          -
62457.58/3151.85	c      3152          31390       30955        20                -           0.0000          -
62556.73/3156.87	c      3157          31462       31027        20                -           0.0000          -
62655.90/3161.90	c      3162          31546       31111        20                -           0.0000          -
62757.07/3166.96	c      3167          31550       31115        20                -           0.0000          -
62856.24/3172.02	c      3172          31550       31115        20                -           0.0000          -
62958.11/3177.11	c      3177          31550       31115        20                -           0.0000          -
63060.51/3182.21	c      3182          31550       31115        20                -           0.0000          -
63159.68/3187.21	c      3187          31550       31115        20                -           0.0000          -
63258.85/3192.27	c      3192          31550       31115        20                -           0.0000          -
63360.02/3197.37	c      3197          31550       31115        20                -           0.0000          -
63461.17/3202.42	c      3202          31550       31115        20                -           0.0000          -
63560.34/3207.47	c      3207          31550       31115        20                -           0.0000          -
63661.49/3212.52	c      3213          31550       31115        20                -           0.0000          -
63760.61/3217.56	c      3218          31550       31115        20                -           0.0000          -
63861.60/3222.62	c      3223          31644       31209        20                -           0.0000          -
63960.74/3227.67	c      3228          31670       31235        20                -           0.0000          -
64061.82/3232.72	c      3233       16645514         187        20                -           0.0000          -
64161.01/3237.78	c      3238       16672455         194        20                -           0.0000          -
64262.15/3242.82	c      3243          31848       31413        20                -           0.0000          -
64361.32/3247.85	c      3248          31890       31455        20                -           0.0000          -
64462.43/3252.92	c      3253          31910       31475        20                -           0.0000          -
64561.53/3257.97	c      3258       16779797         192        20                -           0.0000          -
64660.65/3263.00	c      3263          32029       31594        20                -           0.0000          -
64762.40/3268.07	c      3268       16833838         191        20                -           0.0000          -
64861.52/3273.12	c      3273          32190       31753        20                -           0.0000          -
64962.67/3278.15	c      3278          32230       31793        20                -           0.0000          -
65063.05/3283.22	c      3283          32250       31813        20                -           0.0000          -
65162.13/3288.27	c      3288       16941045         192        20                -           0.0000          -
65261.09/3293.29	c      3293          32381       31944        20                -           0.0000          -
65362.29/3298.30	c      3298          32381       31944        20                -           0.0000          -
65461.44/3303.31	c      3303          32410       31973        20                -           0.0000          -
65560.53/3308.33	c      3308       17049467         194        20                -           0.0000          -
65661.60/3313.40	c      3313       17075874         191        20                -           0.0000          -
65762.71/3318.51	c      3319       17101911         190        20                -           0.0000          -
65861.73/3323.57	c      3324          32693       32252        20                -           0.0000          -
65962.71/3328.63	c      3329          32735       32290        20                -           0.0000          -
66061.79/3333.68	c      3334          32795       32350        20                -           0.0000          -
66162.85/3338.74	c      3339       17206608         193        20                -           0.0000          -
66261.86/3343.79	c      3344          32916       32469        20                -           0.0000          -
66362.92/3348.83	c      3349          32992       32545        20                -           0.0000          -
66463.92/3353.92	c      3354          32996       32549        20                -           0.0000          -
66563.02/3358.97	c      3359          33036       32589        20                -           0.0000          -
66662.12/3364.02	c      3364          33096       32649        20                -           0.0000          -
66761.20/3369.03	c      3369       17367813         192        20                -           0.0000          -
66863.05/3374.08	c      3374       17394738         193        20                -           0.0000          -
66962.10/3379.11	c      3379       17421403         196        20                -           0.0000          -
67063.34/3384.15	c      3384       17448607         192        20                -           0.0000          -
67163.73/3389.27	c      3389          33509       33058        20                -           0.0000          -
67264.88/3394.32	c      3394          33573       33122        20                -           0.0000          -
67363.85/3399.37	c      3399          33615       33164        20                -           0.0000          -
67462.97/3404.39	c      3404          33678       33227        20                -           0.0000          -
67563.96/3409.41	c      3409          33699       33248        20                -           0.0000          -
67662.96/3414.45	c      3414       17610653         190        20                -           0.0000          -
67764.08/3419.55	c      3420          33848       33395        20                -           0.0000          -
67863.22/3424.57	c      3425          33890       33437        20                -           0.0000          -
67964.29/3429.61	c      3430          33972       33519        20                -           0.0000          -
68063.29/3434.61	c      3435          33975       33522        20                -           0.0000          -
68162.30/3439.67	c      3440          34059       33606        20                -           0.0000          -
68263.09/3444.70	c      3445         211667        3771        20                -           0.0000          -
68362.12/3449.78	c      3450          34164       33711        20                -           0.0000          -
68463.23/3454.85	c      3455          34207       33754        20                -           0.0000          -
68564.32/3459.90	c      3460          34249       33796        20                -           0.0000          -
68663.38/3464.99	c      3465          34292       33839        20                -           0.0000          -
68765.14/3470.04	c      3470          34334       33881        20                -           0.0000          -
68864.23/3475.11	c      3475          34355       33902        20                -           0.0000          -
68965.31/3480.14	c      3480          34355       33902        20                -           0.0000          -
69064.61/3485.19	c      3485          34355       33902        20                -           0.0000          -
69164.86/3490.27	c      3490          34439       33986        20                -           0.0000          -
69265.92/3495.32	c      3495       18037926         193        20                -           0.0000          -
69365.07/3500.37	c      3500          34524       34071        20                -           0.0000          -
69466.00/3505.42	c      3505          34583       34130        20                -           0.0000          -
69565.16/3510.47	c      3510          34672       34219        20                -           0.0000          -
69666.29/3515.52	c      3516          34712       34259        20                -           0.0000          -
69765.45/3520.55	c      3521          34748       34295        20                -           0.0000          -
69866.56/3525.62	c      3526       18196691         190        20                -           0.0000          -
69965.73/3530.67	c      3531       18223576         193        20                -           0.0000          -
70066.87/3535.72	c      3536          34967       34514        20                -           0.0000          -
70166.03/3540.77	c      3541          35009       34556        20                -           0.0000          -
70267.16/3545.82	c      3546          35009       34556        20                -           0.0000          -
70366.33/3550.87	c      3551       18330512         193        20                -           0.0000          -
70467.46/3555.92	c      3556          35052       34599        20                -           0.0000          -
70566.56/3560.97	c      3561          35094       34641        20                -           0.0000          -
70665.67/3566.02	c      3566          35136       34683        20                -           0.0000          -
70767.46/3571.07	c      3571       18437309         192        20                -           0.0000          -
70866.52/3576.12	c      3576       18464403         192        20                -           0.0000          -
70967.68/3581.17	c      3581       18491810         191        20                -           0.0000          -
71068.01/3586.22	c      3586       18518811         192        20                -           0.0000          -
71167.03/3591.27	c      3591       18545249         190        20                -           0.0000          -
71268.17/3596.32	c      3596       18572021         194        20                -           0.0000          -
71367.34/3601.37	c      3601          35559       35104        20                -           0.0000          -
71468.47/3606.42	c      3606          35602       35147        20                -           0.0000          -
71567.58/3611.47	c      3611          35644       35189        20                -           0.0000          -
71668.71/3616.52	c      3617          35686       35231        20                -           0.0000          -
71767.88/3621.55	c      3622       18710127         192        20                -           0.0000          -
71867.04/3626.58	c      3627          35813       35358        20                -           0.0000          -
71968.11/3631.65	c      3632          35876       35421        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 (186465 MiB free)
  memory of node 1: 193494 MiB (187933 MiB free)
  memory of node 2: 193531 MiB (190137 MiB free)
  memory of node 3: 193531 MiB (187868 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-4465867-1722585469/watcher-4465867-1722585469 -o /tmp/evaluation-result-4465867-1722585469/solver-4465867-1722585469 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159984 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465867-1722585469.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 80.61 80.46 80.55 63/984 163056
/proc/meminfo: memFree=770414152/790760804 swapFree=131071996/131071996
[pid=163055] ppid=163052 vsize=56364 memory=45624 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/stat : 163055 (fscip) R 163052 163055 159974 0 -1 4194304 10173 0 0 0 9 1 0 0 20 0 1 0 25130010 57716736 11406 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
/proc/163055/statm: 14091 11406 2726 3035 0 10487 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 56364 KiB
Current children cumulated memory: 45624 KiB

[startup+0.219744 s]*
/proc/loadavg: 79.12 80.15 80.45 63/1004 163076
/proc/meminfo: memFree=770331384/790760804 swapFree=131071996/131071996
[pid=163055] ppid=163052 vsize=1543576 memory=116768 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/stat : 163055 (fscip) S 163052 163055 159974 0 -1 1077936128 28460 0 0 0 19 5 0 0 20 0 21 0 25130010 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
/proc/163055/statm: 385894 29192 2774 3035 0 69575 0
[pid=163055/tid=163057] ppid=163052 vsize=1543576 memory=7310027617963868211 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163057/stat : 163057 (fscip) R 163052 163055 159974 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163058] ppid=163052 vsize=1543576 memory=228522746109 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163058/stat : 163058 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163059] ppid=163052 vsize=1543576 memory=25477 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163059/stat : 163059 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163060] ppid=163052 vsize=1543576 memory=25829 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163060/stat : 163060 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163061] ppid=163052 vsize=1543576 memory=26182 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163061/stat : 163061 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163062] ppid=163052 vsize=1543576 memory=64984 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163062/stat : 163062 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163063] ppid=163052 vsize=1543576 memory=83618 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163063/stat : 163063 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163064] ppid=163052 vsize=1543576 memory=84045 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163064/stat : 163064 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163065] ppid=163052 vsize=1543576 memory=3978146534562067625 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163065/stat : 163065 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163066] ppid=163052 vsize=1543576 memory=3472900063763000328 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163066/stat : 163066 (fscip) S 163052 163055 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163067] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163067/stat : 163067 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163068] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163068/stat : 163068 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163069] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163069/stat : 163069 (fscip) S 163052 163055 159974 0 -1 1077936192 2582 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163070] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163070/stat : 163070 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163071] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163071/stat : 163071 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163072] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163072/stat : 163072 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163073] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163073/stat : 163073 (fscip) S 163052 163055 159974 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163074] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163074/stat : 163074 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163075] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163075/stat : 163075 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29192 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163076] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163076/stat : 163076 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 29258 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1543576 KiB
Current children cumulated memory: 116768 KiB

[startup+0.320421 s]*
/proc/loadavg: 79.12 80.15 80.45 64/1004 163076
/proc/meminfo: memFree=770227100/790760804 swapFree=131071996/131071996
[pid=163055] ppid=163052 vsize=1543576 memory=202800 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/stat : 163055 (fscip) S 163052 163055 159974 0 -1 1077936128 50032 0 0 0 26 8 0 0 20 0 21 0 25130010 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
/proc/163055/statm: 385894 50700 2774 3035 0 91342 0
[pid=163055/tid=163057] ppid=163052 vsize=1543576 memory=-6371020519820671850 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163057/stat : 163057 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163058] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163058/stat : 163058 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163059] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163059/stat : 163059 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163060] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163060/stat : 163060 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163061] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163061/stat : 163061 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163062] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163062/stat : 163062 (fscip) S 163052 163055 159974 0 -1 1077936192 2582 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163063] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163063/stat : 163063 (fscip) R 163052 163055 159974 0 -1 4194368 2222 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163064] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163064/stat : 163064 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163065] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163065/stat : 163065 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163066] ppid=163052 vsize=1543576 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163066/stat : 163066 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 1 0 0 0 20 0 21 0 25130027 1580621824 50700 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163067] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163067/stat : 163067 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163068] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163068/stat : 163068 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163069] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163069/stat : 163069 (fscip) S 163052 163055 159974 0 -1 1077936192 2582 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163070] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163070/stat : 163070 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163071] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163071/stat : 163071 (fscip) S 163052 163055 159974 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163072] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163072/stat : 163072 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163073] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163073/stat : 163073 (fscip) S 163052 163055 159974 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163074] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163074/stat : 163074 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163075] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163075/stat : 163075 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163076] ppid=163052 vsize=1543576 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163076/stat : 163076 (fscip) S 163052 163055 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25130027 1580621824 50766 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1543576 KiB
Current children cumulated memory: 202800 KiB

[startup+0.702634 s]
/proc/loadavg: 79.12 80.15 80.45 78/1024 163096
/proc/meminfo: memFree=769828696/790760804 swapFree=131071996/131071996
[pid=163055] ppid=163052 vsize=1769176 memory=725260 CPUtime=3.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/stat : 163055 (fscip) S 163052 163055 159974 0 -1 1077936128 179841 0 0 0 333 41 0 0 20 0 41 0 25130010 1811636224 181315 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
/proc/163055/statm: 442294 181315 2806 3035 0 270154 0
[pid=163055/tid=163057] ppid=163052 vsize=1769176 memory=10544 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163057/stat : 163057 (fscip) R 163052 163055 159974 0 -1 4194368 8631 0 0 0 13 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163058] ppid=163052 vsize=1769176 memory=15776 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163058/stat : 163058 (fscip) R 163052 163055 159974 0 -1 4194368 8252 0 0 0 15 2 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163059] ppid=163052 vsize=1769176 memory=5512 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163059/stat : 163059 (fscip) R 163052 163055 159974 0 -1 4194368 8221 0 0 0 18 2 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163060] ppid=163052 vsize=1769176 memory=17412 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163060/stat : 163060 (fscip) R 163052 163055 159974 0 -1 4194368 9417 0 0 0 14 2 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163061] ppid=163052 vsize=1769176 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163061/stat : 163061 (fscip) R 163052 163055 159974 0 -1 4194368 7580 0 0 0 19 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163062] ppid=163052 vsize=1769176 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163062/stat : 163062 (fscip) R 163052 163055 159974 0 -1 4194368 8451 0 0 0 19 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163063] ppid=163052 vsize=1769176 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163063/stat : 163063 (fscip) R 163052 163055 159974 0 -1 4194368 7810 0 0 0 14 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163064] ppid=163052 vsize=1769176 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163064/stat : 163064 (fscip) R 163052 163055 159974 0 -1 4194368 7761 0 0 0 17 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163065] ppid=163052 vsize=1769176 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163065/stat : 163065 (fscip) R 163052 163055 159974 0 -1 1077936192 8479 0 0 0 16 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163066] ppid=163052 vsize=1769176 memory=2316 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163066/stat : 163066 (fscip) R 163052 163055 159974 0 -1 4194368 9551 0 0 0 12 2 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163067] ppid=163052 vsize=1769176 memory=33000 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163067/stat : 163067 (fscip) R 163052 163055 159974 0 -1 4194368 8412 0 0 0 16 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163068] ppid=163052 vsize=1769176 memory=1804 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163068/stat : 163068 (fscip) R 163052 163055 159974 0 -1 4194368 7508 0 0 0 16 1 0 0 20 0 41 0 25130027 1811636224 181381 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163069] ppid=163052 vsize=1769176 memory=6048 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163069/stat : 163069 (fscip) R 163052 163055 159974 0 -1 4194368 7937 0 0 0 15 1 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163070] ppid=163052 vsize=1769176 memory=51200 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163070/stat : 163070 (fscip) R 163052 163055 159974 0 -1 4194368 7705 0 0 0 16 1 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163071] ppid=163052 vsize=1769176 memory=104 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163071/stat : 163071 (fscip) R 163052 163055 159974 0 -1 4194368 7820 0 0 0 17 1 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163072] ppid=163052 vsize=1769176 memory=25932 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163072/stat : 163072 (fscip) R 163052 163055 159974 0 -1 4194368 8726 0 0 0 12 2 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163073] ppid=163052 vsize=1769176 memory=25333125866717268 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163073/stat : 163073 (fscip) R 163052 163055 159974 0 -1 4194368 8486 0 0 0 17 1 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163074] ppid=163052 vsize=1769176 memory=280139778811472 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163074/stat : 163074 (fscip) R 163052 163055 159974 0 -1 4194368 8418 0 0 0 15 2 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163075] ppid=163052 vsize=1769176 memory=2036 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163075/stat : 163075 (fscip) R 163052 163055 159974 0 -1 1077936192 8801 0 0 0 11 1 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163076] ppid=163052 vsize=1769176 memory=31316 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163076/stat : 163076 (fscip) R 163052 163055 159974 0 -1 4194368 7714 0 0 0 17 1 0 0 20 0 41 0 25130027 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163077] ppid=163052 vsize=1769176 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163077/stat : 163077 (fscip) S 163052 163055 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25130052 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163078] ppid=163052 vsize=1769176 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163078/stat : 163078 (fscip) S 163052 163055 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25130052 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163079] ppid=163052 vsize=1769176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163079/stat : 163079 (fscip) S 163052 163055 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25130052 1811636224 181447 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0

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

/proc/163055/task/163064/stat : 163064 (fscip) D 163052 163055 159974 0 -1 1077937220 1850576 0 0 0 359936 394 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163065] ppid=163052 vsize=5335440 memory=-7736728418042779277 CPUtime=3592.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163065/stat : 163065 (fscip) D 163052 163055 159974 0 -1 1077937220 267596 0 0 0 356223 3052 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163066] ppid=163052 vsize=5335440 memory=6155687764921904234 CPUtime=3595.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163066/stat : 163066 (fscip) D 163052 163055 159974 0 -1 1077937220 1181553 0 0 0 359226 276 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163067] ppid=163052 vsize=5335440 memory=7318452475133972 CPUtime=3598.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163067/stat : 163067 (fscip) D 163052 163055 159974 0 -1 1077937220 1711626 0 0 0 359585 291 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163068] ppid=163052 vsize=5335440 memory=32760 CPUtime=3601.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163068/stat : 163068 (fscip) D 163052 163055 159974 0 -1 1077937220 231484 0 0 0 357033 3161 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163069] ppid=163052 vsize=5335440 memory=7068 CPUtime=3603.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163069/stat : 163069 (fscip) D 163052 163055 159974 0 -1 1077937220 816260 0 0 0 360253 110 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163070] ppid=163052 vsize=5335440 memory=36300 CPUtime=3597.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163070/stat : 163070 (fscip) D 163052 163055 159974 0 -1 1077937220 1667363 0 0 0 359385 361 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163071] ppid=163052 vsize=5335440 memory=4688 CPUtime=3593.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163071/stat : 163071 (fscip) D 163052 163055 159974 0 -1 1077937220 243610 0 0 0 355600 3702 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163072] ppid=163052 vsize=5335440 memory=20660 CPUtime=3602.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163072/stat : 163072 (fscip) D 163052 163055 159974 0 -1 1077937220 1002654 0 0 0 359998 270 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163073] ppid=163052 vsize=5335440 memory=6952 CPUtime=3596.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163073/stat : 163073 (fscip) D 163052 163055 159974 0 -1 1077937220 1702965 0 0 0 359441 228 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163074] ppid=163052 vsize=5335440 memory=11568 CPUtime=3600.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163074/stat : 163074 (fscip) D 163052 163055 159974 0 -1 1077937220 326111 0 0 0 356787 3235 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163075] ppid=163052 vsize=5335440 memory=11568 CPUtime=3603.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163075/stat : 163075 (fscip) D 163052 163055 159974 0 -1 1077937220 1214266 0 0 0 360093 302 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163076] ppid=163052 vsize=5335440 memory=2752 CPUtime=3602.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163076/stat : 163076 (fscip) D 163052 163055 159974 0 -1 1077937220 1780963 0 0 0 359859 352 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163077] ppid=163052 vsize=5335440 memory=6920 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163077/stat : 163077 (fscip) D 163052 163055 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163078] ppid=163052 vsize=5335440 memory=4504628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163078/stat : 163078 (fscip) D 163052 163055 159974 0 -1 1077937220 129 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163079] ppid=163052 vsize=5335440 memory=2732 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163079/stat : 163079 (fscip) D 163052 163055 159974 0 -1 1077937220 146 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163080] ppid=163052 vsize=5335440 memory=6744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163080/stat : 163080 (fscip) D 163052 163055 159974 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163081] ppid=163052 vsize=5335440 memory=6672 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163081/stat : 163081 (fscip) D 163052 163055 159974 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163082] ppid=163052 vsize=5335440 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163082/stat : 163082 (fscip) D 163052 163055 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163083] ppid=163052 vsize=5335440 memory=28152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163083/stat : 163083 (fscip) D 163052 163055 159974 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163084] ppid=163052 vsize=5335440 memory=33860 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163084/stat : 163084 (fscip) D 163052 163055 159974 0 -1 1077937220 145 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163085] ppid=163052 vsize=5335440 memory=50456 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163085/stat : 163085 (fscip) D 163052 163055 159974 0 -1 1077937220 131 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163086] ppid=163052 vsize=5335440 memory=7636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163086/stat : 163086 (fscip) D 163052 163055 159974 0 -1 1077937220 141 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163087] ppid=163052 vsize=5335440 memory=19092 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163087/stat : 163087 (fscip) D 163052 163055 159974 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163088] ppid=163052 vsize=5335440 memory=6720661034824384613 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163088/stat : 163088 (fscip) D 163052 163055 159974 0 -1 1077937220 126 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163089] ppid=163052 vsize=5335440 memory=8323350987516068516 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163089/stat : 163089 (fscip) D 163052 163055 159974 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163090] ppid=163052 vsize=5335440 memory=51200 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163090/stat : 163090 (fscip) D 163052 163055 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163091] ppid=163052 vsize=5335440 memory=104 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163091/stat : 163091 (fscip) D 163052 163055 159974 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163092] ppid=163052 vsize=5335440 memory=25932 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163092/stat : 163092 (fscip) D 163052 163055 159974 0 -1 1077937220 141 0 0 0 1 1 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163093] ppid=163052 vsize=5335440 memory=21380 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163093/stat : 163093 (fscip) D 163052 163055 159974 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163094] ppid=163052 vsize=5335440 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163094/stat : 163094 (fscip) D 163052 163055 159974 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163095] ppid=163052 vsize=5335440 memory=4138924 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163095/stat : 163095 (fscip) D 163052 163055 159974 0 -1 1077937220 69 0 0 0 1 1 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163096] ppid=163052 vsize=5335440 memory=-4695052241013910895 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163096/stat : 163096 (fscip) D 163052 163055 159974 0 -1 1077937220 127 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 5335440 KiB
Current children cumulated memory: 4138960 KiB

[startup+3635.8 s]
/proc/loadavg: 81.29 81.24 80.79 63/1025 165482
/proc/meminfo: memFree=759153456/790760804 swapFree=131071996/131071996
[pid=163055] ppid=163052 vsize=5335440 memory=4138960 CPUtime=72001.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/stat : 163055 (fscip) D 163052 163055 159974 0 -1 1077937156 20944053 0 0 0 7175839 24332 0 0 20 0 41 0 25130010 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
/proc/163055/statm: 1333860 1034740 3326 3035 0 1176716 0
[pid=163055/tid=163057] ppid=163052 vsize=5335440 memory=-1891255765032775953 CPUtime=3599.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163057/stat : 163057 (fscip) D 163052 163055 159974 0 -1 1077937220 715557 0 0 0 359871 106 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163058] ppid=163052 vsize=5335440 memory=-4866470824705286763 CPUtime=3604.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163058/stat : 163058 (fscip) D 163052 163055 159974 0 -1 1077937220 1830143 0 0 0 360214 239 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163059] ppid=163052 vsize=5335440 memory=6935649255759569489 CPUtime=3601.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163059/stat : 163059 (fscip) D 163052 163055 159974 0 -1 1077937220 225562 0 0 0 356532 3656 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163060] ppid=163052 vsize=5335440 memory=280139779264064 CPUtime=3595.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163060/stat : 163060 (fscip) D 163052 163055 159974 0 -1 1077937220 1011948 0 0 0 359310 230 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163061] ppid=163052 vsize=5335440 memory=25333125866717268 CPUtime=3603.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163061/stat : 163061 (fscip) S 163052 163055 159974 0 -1 4195904 1625027 0 0 0 359963 411 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 140088091027880 9925654 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 0
[pid=163055/tid=163062] ppid=163052 vsize=5335440 memory=6944656592387989600 CPUtime=3598.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163062/stat : 163062 (fscip) D 163052 163055 159974 0 -1 1077937220 270034 0 0 0 356284 3576 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163063] ppid=163052 vsize=5335440 memory=5789770191900075349 CPUtime=3603.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163063/stat : 163063 (fscip) D 163052 163055 159974 0 -1 1077937220 1251036 0 0 0 360069 330 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163064] ppid=163052 vsize=5335440 memory=29273809900535888 CPUtime=3603.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163064/stat : 163064 (fscip) D 163052 163055 159974 0 -1 1077937220 1850576 0 0 0 359936 394 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163065] ppid=163052 vsize=5335440 memory=0 CPUtime=3592.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163065/stat : 163065 (fscip) D 163052 163055 159974 0 -1 1077937220 267596 0 0 0 356223 3052 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163066] ppid=163052 vsize=5335440 memory=0 CPUtime=3595.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163066/stat : 163066 (fscip) D 163052 163055 159974 0 -1 1077937220 1181553 0 0 0 359226 276 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163067] ppid=163052 vsize=5335440 memory=8128096374640514710 CPUtime=3598.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163067/stat : 163067 (fscip) D 163052 163055 159974 0 -1 1077937220 1711626 0 0 0 359585 291 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163068] ppid=163052 vsize=5335440 memory=-6298397776806067046 CPUtime=3601.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163068/stat : 163068 (fscip) D 163052 163055 159974 0 -1 1077937220 231484 0 0 0 357033 3161 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163069] ppid=163052 vsize=5335440 memory=51200 CPUtime=3603.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163069/stat : 163069 (fscip) D 163052 163055 159974 0 -1 1077937220 816260 0 0 0 360253 110 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163070] ppid=163052 vsize=5335440 memory=104 CPUtime=3597.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163070/stat : 163070 (fscip) D 163052 163055 159974 0 -1 1077937220 1667363 0 0 0 359385 361 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163071] ppid=163052 vsize=5335440 memory=25932 CPUtime=3593.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163071/stat : 163071 (fscip) D 163052 163055 159974 0 -1 1077937220 243610 0 0 0 355600 3702 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163072] ppid=163052 vsize=5335440 memory=21380 CPUtime=3602.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163072/stat : 163072 (fscip) D 163052 163055 159974 0 -1 1077937220 1002654 0 0 0 359998 270 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163073] ppid=163052 vsize=5335440 memory=2208 CPUtime=3596.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163073/stat : 163073 (fscip) D 163052 163055 159974 0 -1 1077937220 1702965 0 0 0 359441 228 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163074] ppid=163052 vsize=5335440 memory=2036 CPUtime=3600.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163074/stat : 163074 (fscip) D 163052 163055 159974 0 -1 1077937220 326111 0 0 0 356787 3235 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163075] ppid=163052 vsize=5335440 memory=4138960 CPUtime=3603.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163075/stat : 163075 (fscip) D 163052 163055 159974 0 -1 1077937220 1214266 0 0 0 360093 302 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163076] ppid=163052 vsize=5335440 memory=280139778844960 CPUtime=3602.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163076/stat : 163076 (fscip) D 163052 163055 159974 0 -1 1077937220 1780963 0 0 0 359859 352 0 0 20 0 41 0 25130027 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163077] ppid=163052 vsize=5335440 memory=25031 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163077/stat : 163077 (fscip) D 163052 163055 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163078] ppid=163052 vsize=5335440 memory=25369 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163078/stat : 163078 (fscip) D 163052 163055 159974 0 -1 1077937220 129 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163079] ppid=163052 vsize=5335440 memory=25699 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163079/stat : 163079 (fscip) D 163052 163055 159974 0 -1 1077937220 146 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163080] ppid=163052 vsize=5335440 memory=26032 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163080/stat : 163080 (fscip) D 163052 163055 159974 0 -1 1077937220 137 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163081] ppid=163052 vsize=5335440 memory=64250 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163081/stat : 163081 (fscip) D 163052 163055 159974 0 -1 1077937220 122 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163082] ppid=163052 vsize=5335440 memory=198340509722 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163082/stat : 163082 (fscip) D 163052 163055 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163083] ppid=163052 vsize=5335440 memory=4138960 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163083/stat : 163083 (fscip) D 163052 163055 159974 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163084] ppid=163052 vsize=5335440 memory=33860 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163084/stat : 163084 (fscip) D 163052 163055 159974 0 -1 1077937220 145 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163085] ppid=163052 vsize=5335440 memory=50456 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163085/stat : 163085 (fscip) D 163052 163055 159974 0 -1 1077937220 131 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163086] ppid=163052 vsize=5335440 memory=7636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163086/stat : 163086 (fscip) D 163052 163055 159974 0 -1 1077937220 141 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163087] ppid=163052 vsize=5335440 memory=19092 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163087/stat : 163087 (fscip) D 163052 163055 159974 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163088] ppid=163052 vsize=5335440 memory=20252 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163088/stat : 163088 (fscip) D 163052 163055 159974 0 -1 1077937220 126 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163089] ppid=163052 vsize=5335440 memory=5500 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163089/stat : 163089 (fscip) D 163052 163055 159974 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163090] ppid=163052 vsize=5335440 memory=11556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163090/stat : 163090 (fscip) D 163052 163055 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163091] ppid=163052 vsize=5335440 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163091/stat : 163091 (fscip) D 163052 163055 159974 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163092] ppid=163052 vsize=5335440 memory=4137916 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163092/stat : 163092 (fscip) D 163052 163055 159974 0 -1 1077937220 141 0 0 0 1 1 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163093] ppid=163052 vsize=5335440 memory=7636 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163093/stat : 163093 (fscip) D 163052 163055 159974 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163094] ppid=163052 vsize=5335440 memory=19092 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163094/stat : 163094 (fscip) D 163052 163055 159974 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163095] ppid=163052 vsize=5335440 memory=20252 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163095/stat : 163095 (fscip) D 163052 163055 159974 0 -1 1077937220 69 0 0 0 1 1 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
[pid=163055/tid=163096] ppid=163052 vsize=5335440 memory=5500 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/163055/task/163096/stat : 163096 (fscip) D 163052 163055 159974 0 -1 1077937220 127 0 0 0 2 0 0 0 20 0 41 0 25130052 5463490560 1034740 809668444160 4194304 16623229 140724859834928 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39673856 140724859839497 140724859839615 140724859839615 140724859846640 24
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 5335440 KiB
Current children cumulated memory: 4138960 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3635.93
CPU time (s): 72001.8
CPU user time (s): 71758.4
CPU system time (s): 243.446
CPU usage (%): 1980.29
Max. virtual memory (cumulated for all children) (KiB): 5335440
Max. memory (cumulated for all children) (KiB): 4138960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71758.4
system time used= 243.446
maximum resident set size= 4138960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20944053
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= 285513
involuntary context switches= 310971


# summary of solver processes directly reported to runsolver:
#   pid: 163055
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71758.4
#   total CPU system time (s): 243.446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.2854 second user time and 85.8372 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 09:57:49
IDJOB=4465867
IDBENCH=162279
IDSOLVER=3094
FILE ID=nodeD105/4465867-1722585469
RUNJOBID= nodeD105-1722581828-159984
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 2d93360d2b62765c062d6e400c743a07
RANDOM SEED=2108173854

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        770471208 kB
MemAvailable:   774952860 kB
Buffers:          373480 kB
Cached:          7387348 kB
SwapCached:            0 kB
Active:           567592 kB
Inactive:       17016892 kB
Active(anon):       2172 kB
Inactive(anon):  9844048 kB
Active(file):     565420 kB
Inactive(file):  7172844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2351148 kB
Writeback:             0 kB
AnonPages:       9821368 kB
Mapped:          1223640 kB
Shmem:             22540 kB
KReclaimable:     326184 kB
Slab:             705892 kB
SReclaimable:     326184 kB
SUnreclaim:       379708 kB
KernelStack:       16864 kB
PageTables:        32908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1813056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           309504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      686080 kB
DirectMap2M:    83697664 kB
DirectMap1G:    721420288 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-08-02 10:58:25