Trace number 4465878

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.3 3635.77

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size96-round23-9.opb
MD5SUMf6eda1605d5c8d227dca004c862e5b86
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47247360, getVmSize() = 47247360, SCIPgetMemUsed() = 21331633, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13363524
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 39950610, getVmSize() = 70905856, SCIPgetMemUsed() = 25330216, SCIPgetMemTotal() = 46562392, SCIPgetMemExternEstim() = 13363524
0.11/0.22	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4465878-1722581832
0.11/0.22	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 9472
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 3497 (3497 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 7945
0.11/0.22	c Constraints        : Number
0.11/0.22	c   and              : 32 
0.11/0.22	c   linear           : 1502 
0.11/0.22	c   logicor          : 6411 
0.11/0.22	c ** Instance transfer method used: 0
0.24/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.49	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.49	c                                Nodes    Active                                            
0.43/0.49	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
105.14/5.80	c         6          10000         418        20                -           0.0000          -
204.02/10.85	c        11          37974          42        20                -           0.0000          -
304.63/15.90	c        16          55992         336        20                -           0.0000          -
403.51/20.95	c        21          81214         342        20                -           0.0000          -
502.59/26.00	c        26             15          14        20                -           0.0000          -
604.44/31.05	c        31             22          21        20                -           0.0000          -
703.42/36.09	c        36             30          29        20                -           0.0000          -
804.76/41.15	c        41             30          29        20                -           0.0000          -
903.89/46.20	c        46             27          26        20                -           0.0000          -
1004.17/51.24	c        51             27          26        20                -           0.0000          -
1103.12/56.29	c        56             27          26        20                -           0.0000          -
1204.23/61.34	c        61             42          41        20                -           0.0000          -
1303.28/66.38	c        66             42          41        20                -           0.0000          -
1404.43/71.43	c        71             42          41        20                -           0.0000          -
1503.57/76.49	c        76             42          41        20                -           0.0000          -
1604.75/81.53	c        82             42          41        20                -           0.0000          -
1703.81/86.58	c        87             42          41        20                -           0.0000          -
1805.00/91.63	c        92             42          41        20                -           0.0000          -
1903.99/96.68	c        97             42          41        20                -           0.0000          -
2005.08/101.73	c       102             42          41        20                -           0.0000          -
2104.24/106.75	c       107             42          41        20                -           0.0000          -
2205.31/111.83	c       112             42          41        20                -           0.0000          -
2304.41/116.88	c       117             42          41        20                -           0.0000          -
2405.64/121.93	c       122             42          41        20                -           0.0000          -
2504.86/126.99	c       127             42          41        20                -           0.0000          -
2606.67/132.04	c       132             42          41        20                -           0.0000          -
2705.77/137.09	c       137             42          41        20                -           0.0000          -
2805.01/142.13	c       142             42          41        20                -           0.0000          -
2906.03/147.18	c       147             42          41        20                -           0.0000          -
3006.43/152.23	c       152             42          41        20                -           0.0000          -
3105.45/157.29	c       157             42          41        20                -           0.0000          -
3206.67/162.34	c       162             42          41        20                -           0.0000          -
3305.95/167.38	c       167             42          41        20                -           0.0000          -
3407.17/172.43	c       172             42          41        20                -           0.0000          -
3506.42/177.46	c       177             42          41        20                -           0.0000          -
3607.60/182.53	c       183             42          41        20                -           0.0000          -
3706.73/187.58	c       188             42          41        20                -           0.0000          -
3807.69/192.64	c       193             42          41        20                -           0.0000          -
3906.89/197.67	c       198             42          41        20                -           0.0000          -
4008.13/202.73	c       203             42          41        20                -           0.0000          -
4107.28/207.79	c       208             42          41        20                -           0.0000          -
4208.47/212.84	c       213             42          41        20                -           0.0000          -
4307.73/217.86	c       218             42          41        20                -           0.0000          -
4408.87/222.94	c       223             42          41        20                -           0.0000          -
4507.93/227.98	c       228             42          41        20                -           0.0000          -
4609.45/233.05	c       233             42          41        20                -           0.0000          -
4708.62/238.09	c       238             42          41        20                -           0.0000          -
4809.99/243.14	c       243             42          41        20                -           0.0000          -
4909.04/248.19	c       248             42          41        20                -           0.0000          -
5009.53/253.24	c       253             42          41        20                -           0.0000          -
5108.71/258.28	c       258             42          41        20                -           0.0000          -
5209.95/263.33	c       263             42          41        20                -           0.0000          -
5309.13/268.38	c       268             42          41        20                -           0.0000          -
5410.31/273.43	c       273             42          41        20                -           0.0000          -
5509.32/278.48	c       278             42          41        20                -           0.0000          -
5610.56/283.53	c       284             42          41        20                -           0.0000          -
5709.80/288.58	c       289             42          41        20                -           0.0000          -
5811.05/293.63	c       294             24          23        20                -           0.0000          -
5910.26/298.68	c       299             24          23        20                -           0.0000          -
6011.33/303.73	c       304             24          23        20                -           0.0000          -
6110.40/308.78	c       309             24          23        20                -           0.0000          -
6211.59/313.83	c       314             24          23        20                -           0.0000          -
6310.76/318.88	c       319             24          23        20                -           0.0000          -
6412.00/323.93	c       324             24          23        20                -           0.0000          -
6511.17/328.99	c       329             24          23        20                -           0.0000          -
6613.09/334.04	c       334             24          23        20                -           0.0000          -
6712.32/339.09	c       339             24          23        20                -           0.0000          -
6813.71/344.14	c       344             24          23        20                -           0.0000          -
6912.71/349.19	c       349             24          23        20                -           0.0000          -
7013.13/354.24	c       354             24          23        20                -           0.0000          -
7112.25/359.29	c       359             24          23        20                -           0.0000          -
7213.36/364.34	c       364             24          23        20                -           0.0000          -
7312.50/369.39	c       369             24          23        20                -           0.0000          -
7413.66/374.44	c       374             24          23        20                -           0.0000          -
7512.85/379.49	c       380           1402        1391        20                -           0.0000          -
7614.08/384.54	c       385           1402        1391        20                -           0.0000          -
7713.29/389.58	c       390           1402        1391        20                -           0.0000          -
7814.51/394.64	c       395           1402        1391        20                -           0.0000          -
7913.77/399.69	c       400           1402        1391        20                -           0.0000          -
8014.97/404.74	c       405             33          32        20                -           0.0000          -
8114.17/409.79	c       410             33          32        20                -           0.0000          -
8215.37/414.84	c       415            122         121        20                -           0.0000          -
8314.39/419.89	c       420           1613        1602        20                -           0.0000          -
8415.39/424.95	c       425           1613        1602        20                -           0.0000          -
8514.40/429.99	c       430           1613        1602        20                -           0.0000          -
8616.32/435.04	c       435            158         157        20                -           0.0000          -
8715.49/440.08	c       440             40          39        20                -           0.0000          -
8816.64/445.14	c       445           1258        1207        20                -           0.0000          -
8915.88/450.15	c       450           1258        1207        20                -           0.0000          -
9016.31/455.24	c       455           1258        1207        20                -           0.0000          -
9115.57/460.29	c       460           1662        1651        20                -           0.0000          -
9216.81/465.34	c       465           1662        1651        20                -           0.0000          -
9316.00/470.39	c       470           1662        1651        20                -           0.0000          -
9417.17/475.44	c       475           1662        1651        20                -           0.0000          -
9516.40/480.49	c       480           1369        1312        20                -           0.0000          -
9617.53/485.54	c       486           1369        1312        20                -           0.0000          -
9716.70/490.59	c       491           1710        1699        20                -           0.0000          -
9817.91/495.64	c       496           1378        1317        20                -           0.0000          -
9916.84/500.69	c       501           1399        1336        20                -           0.0000          -
10017.96/505.74	c       506           1457        1390        20                -           0.0000          -
10116.97/510.79	c       511            111         110        20                -           0.0000          -
10217.94/515.83	c       516            111         110        20                -           0.0000          -
10317.17/520.88	c       521           1778        1765        20                -           0.0000          -
10416.34/525.89	c       526           1778        1765        20                -           0.0000          -
10517.52/530.95	c       531            358         351        20                -           0.0000          -
10616.57/536.00	c       536            358         351        20                -           0.0000          -
10718.15/541.05	c       541           1596        1511        20                -           0.0000          -
10817.19/546.09	c       546           1888        1875        20                -           0.0000          -
10918.45/551.15	c       551           1888        1875        20                -           0.0000          -
11018.90/556.21	c       556           1597        1512        20                -           0.0000          -
11117.77/561.25	c       561           1597        1512        20                -           0.0000          -
11218.85/566.30	c       566           1597        1512        20                -           0.0000          -
11317.79/571.33	c       571           1613        1524        20                -           0.0000          -
11418.80/576.42	c       576           2012        1999        20                -           0.0000          -
11517.86/581.48	c       581           2012        1999        20                -           0.0000          -
11618.86/586.53	c       587           1657           0        20                -           0.0000          -
11717.91/591.58	c       592           1657           0        20                -           0.0000          -
11819.07/596.63	c       597            488         475        20                -           0.0000          -
11918.31/601.68	c       602           2158        2145        20                -           0.0000          -
12019.44/606.73	c       607           1685          26        20                -           0.0000          -
12118.67/611.76	c       612           1685          26        20                -           0.0000          -
12217.81/616.80	c       617           2197        2184        20                -           0.0000          -
12319.01/621.88	c       622           2197        2184        20                -           0.0000          -
12420.17/626.93	c       627           2197        2184        20                -           0.0000          -
12519.22/631.98	c       632           1747          88        20                -           0.0000          -
12620.83/637.03	c       637            283         282        20                -           0.0000          -
12720.00/642.08	c       642            571         552        20                -           0.0000          -
12819.07/647.13	c       647           1796         135        20                -           0.0000          -
12920.31/652.18	c       652            591         570        20                -           0.0000          -
13020.83/657.23	c       657           1831         170        20                -           0.0000          -
13120.01/662.27	c       662           1844         183        20                -           0.0000          -
13221.22/667.33	c       667           2387        2374        20                -           0.0000          -
13320.43/672.36	c       672           2387        2374        20                -           0.0000          -
13421.62/677.43	c       677           2387        2374        20                -           0.0000          -
13520.68/682.48	c       682            393         392        20                -           0.0000          -
13621.79/687.53	c       688           2001         340        20                -           0.0000          -
13720.95/692.58	c       693           2001         340        20                -           0.0000          -
13822.10/697.63	c       698            416         415        20                -           0.0000          -
13921.29/702.68	c       703            424         423        20                -           0.0000          -
14022.48/707.73	c       708           2088         427        20                -           0.0000          -
14121.70/712.78	c       713           2088         427        20                -           0.0000          -
14220.86/717.80	c       718           2088         427        20                -           0.0000          -
14322.03/722.88	c       723           2103         442        20                -           0.0000          -
14423.22/727.93	c       728           2178         517        20                -           0.0000          -
14522.26/732.98	c       733            813         778        20                -           0.0000          -
14624.04/738.03	c       738           2557        2542        20                -           0.0000          -
14723.53/743.08	c       743           2557        2542        20                -           0.0000          -
14822.63/748.13	c       748           2557        2542        20                -           0.0000          -
14923.74/753.18	c       753           2557        2542        20                -           0.0000          -
15023.97/758.23	c       758           2468         801        20                -           0.0000          -
15123.20/763.25	c       763            859         818        20                -           0.0000          -
15222.35/768.29	c       768           2524         855        20                -           0.0000          -
15323.48/773.35	c       773            650         649        20                -           0.0000          -
15424.64/778.43	c       778           2668        2653        20                -           0.0000          -
15523.87/783.48	c       783            935         880        20                -           0.0000          -
15625.16/788.52	c       789           2752        1081        20                -           0.0000          -
15724.50/793.58	c       794           2752        1081        20                -           0.0000          -
15825.54/798.63	c       799           2752        1081        20                -           0.0000          -
15924.76/803.68	c       804           2830        2815        20                -           0.0000          -
16025.99/808.73	c       809           2830        2815        20                -           0.0000          -
16125.23/813.78	c       814           2830        2815        20                -           0.0000          -
16226.26/818.83	c       819           2796        1125        20                -           0.0000          -
16325.47/823.88	c       824           2796        1125        20                -           0.0000          -
16426.72/828.93	c       829           2878        2863        20                -           0.0000          -
16525.89/833.98	c       834           2885        1210        20                -           0.0000          -
16625.01/839.03	c       839           2885        1210        20                -           0.0000          -
16726.85/844.08	c       844           2893        2878        20                -           0.0000          -
16826.10/849.13	c       849           2893        2878        20                -           0.0000          -
16927.35/854.18	c       854           2893        2878        20                -           0.0000          -
17027.79/859.23	c       859           2893        2878        20                -           0.0000          -
17127.03/864.28	c       864           2893        2878        20                -           0.0000          -
17228.22/869.33	c       869           2898        2883        20                -           0.0000          -
17327.47/874.38	c       874           2898        2883        20                -           0.0000          -
17428.69/879.43	c       879           2898        2883        20                -           0.0000          -
17527.93/884.44	c       884           2898        2883        20                -           0.0000          -
17629.02/889.53	c       890           3217        1373        20                -           0.0000          -
17728.21/894.58	c       895           3217        1373        20                -           0.0000          -
17829.26/899.63	c       900           3217        1373        20                -           0.0000          -
17928.39/904.68	c       905           3217        1373        20                -           0.0000          -
18029.72/909.73	c       910           3217        1373        20                -           0.0000          -
18128.82/914.78	c       915           3217        1373        20                -           0.0000          -
18230.00/919.83	c       920           3217        1373        20                -           0.0000          -
18329.22/924.88	c       925           3217        1373        20                -           0.0000          -
18430.39/929.93	c       930           3217        1373        20                -           0.0000          -
18529.36/934.98	c       935           3217        1373        20                -           0.0000          -
18628.49/940.03	c       940           3217        1373        20                -           0.0000          -
18730.33/945.05	c       945           3217        1373        20                -           0.0000          -
18829.58/950.13	c       950           3217        1373        20                -           0.0000          -
18930.80/955.18	c       955           3217        1373        20                -           0.0000          -
19031.17/960.23	c       960           3131        3116        20                -           0.0000          -
19130.39/965.28	c       965            939         938        20                -           0.0000          -
19231.49/970.33	c       970           3354        1471        20                -           0.0000          -
19330.63/975.38	c       975           3354        1471        20                -           0.0000          -
19431.66/980.44	c       980           3357        1470        20                -           0.0000          -
19530.87/985.48	c       985           3403        1464        20                -           0.0000          -
19632.08/990.53	c       991           3460        1495        20                -           0.0000          -
19731.32/995.58	c       996           3460        1495        20                -           0.0000          -
19832.50/1000.63	c      1001           1794        1697        20                -           0.0000          -
19931.69/1005.68	c      1006           1794        1697        20                -           0.0000          -
20032.83/1010.73	c      1011           1794        1697        20                -           0.0000          -
20131.92/1015.76	c      1016           1794        1697        20                -           0.0000          -
20233.00/1020.83	c      1021           1794        1697        20                -           0.0000          -
20331.95/1025.88	c      1026           1794        1697        20                -           0.0000          -
20433.15/1030.93	c      1031           1794        1697        20                -           0.0000          -
20532.38/1035.98	c      1036           1794        1697        20                -           0.0000          -
20631.48/1041.03	c      1041           1794        1697        20                -           0.0000          -
20733.34/1046.08	c      1046           1794        1697        20                -           0.0000          -
20832.37/1051.11	c      1051           1794        1697        20                -           0.0000          -
20933.40/1056.18	c      1056           1794        1697        20                -           0.0000          -
21033.88/1061.23	c      1061           1794        1697        20                -           0.0000          -
21133.12/1066.28	c      1066           1794        1697        20                -           0.0000          -
21234.40/1071.33	c      1071           1794        1697        20                -           0.0000          -
21333.60/1076.35	c      1076           1794        1697        20                -           0.0000          -
21434.78/1081.43	c      1081           1794        1697        20                -           0.0000          -
21534.13/1086.48	c      1086           1794        1697        20                -           0.0000          -
21635.24/1091.53	c      1092           1794        1697        20                -           0.0000          -
21734.48/1096.58	c      1097           1794        1697        20                -           0.0000          -
21835.38/1101.64	c      1102           1794        1697        20                -           0.0000          -
21934.53/1106.69	c      1107           1794        1697        20                -           0.0000          -
22035.67/1111.73	c      1112           1794        1697        20                -           0.0000          -
22134.81/1116.79	c      1117           1794        1697        20                -           0.0000          -
22235.93/1121.83	c      1122           1794        1697        20                -           0.0000          -
22335.13/1126.88	c      1127           1794        1697        20                -           0.0000          -
22436.32/1131.93	c      1132           1794        1697        20                -           0.0000          -
22535.53/1136.97	c      1137           1794        1697        20                -           0.0000          -
22637.27/1142.04	c      1142           1794        1697        20                -           0.0000          -
22736.64/1147.09	c      1147           1794        1697        20                -           0.0000          -
22835.60/1152.12	c      1152           1794        1697        20                -           0.0000          -
22936.85/1157.18	c      1157           1794        1697        20                -           0.0000          -
23037.22/1162.24	c      1162           1794        1697        20                -           0.0000          -
23136.49/1167.26	c      1167           1794        1697        20                -           0.0000          -
23237.67/1172.34	c      1172           1794        1697        20                -           0.0000          -
23336.74/1177.39	c      1177           1794        1697        20                -           0.0000          -
23437.81/1182.44	c      1182           1794        1697        20                -           0.0000          -
23536.95/1187.49	c      1188           1794        1697        20                -           0.0000          -
23638.01/1192.54	c      1193           1794        1697        20                -           0.0000          -
23737.24/1197.59	c      1198           1794        1697        20                -           0.0000          -
23838.44/1202.64	c      1203           1794        1697        20                -           0.0000          -
23937.60/1207.69	c      1208           1794        1697        20                -           0.0000          -
24038.71/1212.74	c      1213           1794        1697        20                -           0.0000          -
24137.75/1217.76	c      1218           1794        1697        20                -           0.0000          -
24238.88/1222.81	c      1223           1794        1697        20                -           0.0000          -
24337.98/1227.86	c      1228           1794        1697        20                -           0.0000          -
24439.01/1232.94	c      1233           1794        1697        20                -           0.0000          -
24538.16/1237.99	c      1238           1794        1697        20                -           0.0000          -
24639.96/1243.05	c      1243           1794        1697        20                -           0.0000          -
24739.28/1248.09	c      1248           1794        1697        20                -           0.0000          -
24840.39/1253.14	c      1253           1794        1697        20                -           0.0000          -
24939.43/1258.17	c      1258           1794        1697        20                -           0.0000          -
25039.91/1263.24	c      1263           1794        1697        20                -           0.0000          -
25139.03/1268.25	c      1268           1794        1697        20                -           0.0000          -
25238.27/1273.27	c      1273           1794        1697        20                -           0.0000          -
25339.48/1278.38	c      1278           1794        1697        20                -           0.0000          -
25440.66/1283.44	c      1283           1794        1697        20                -           0.0000          -
25539.85/1288.49	c      1288           1794        1697        20                -           0.0000          -
25641.02/1293.53	c      1294           1794        1697        20                -           0.0000          -
25742.15/1298.60	c      1299           1794        1697        20                -           0.0000          -
25841.41/1303.64	c      1304           1794        1697        20                -           0.0000          -
25940.56/1308.69	c      1309           1794        1697        20                -           0.0000          -
26041.69/1313.74	c      1314           1794        1697        20                -           0.0000          -
26142.94/1318.80	c      1319           1794        1697        20                -           0.0000          -
26242.16/1323.84	c      1324           1794        1697        20                -           0.0000          -
26341.32/1328.89	c      1329           1794        1697        20                -           0.0000          -
26442.56/1333.95	c      1334           1794        1697        20                -           0.0000          -
26541.77/1339.00	c      1339           1794        1697        20                -           0.0000          -
26643.69/1344.04	c      1344           1794        1697        20                -           0.0000          -
26743.03/1349.09	c      1349           1794        1697        20                -           0.0000          -
26841.99/1354.13	c      1354           1794        1697        20                -           0.0000          -
26943.09/1359.19	c      1359           1794        1697        20                -           0.0000          -
27043.65/1364.24	c      1364           1794        1697        20                -           0.0000          -
27144.67/1369.30	c      1369           1794        1697        20                -           0.0000          -
27243.91/1374.34	c      1374           1794        1697        20                -           0.0000          -
27343.11/1379.38	c      1379           1794        1697        20                -           0.0000          -
27442.30/1384.38	c      1384           1794        1697        20                -           0.0000          -
27543.43/1389.49	c      1390           1794        1697        20                -           0.0000          -
27644.67/1394.54	c      1395           1794        1697        20                -           0.0000          -
27743.93/1399.59	c      1400           1794        1697        20                -           0.0000          -
27845.15/1404.63	c      1405           1794        1697        20                -           0.0000          -
27944.23/1409.69	c      1410           1794        1697        20                -           0.0000          -
28045.47/1414.74	c      1415           5497        5468        20                -           0.0000          -
28144.67/1419.79	c      1420           5497        5468        20                -           0.0000          -
28245.89/1424.84	c      1425           5497        5468        20                -           0.0000          -
28345.03/1429.87	c      1430           1904         850        20                -           0.0000          -
28446.25/1434.94	c      1435           5528        5499        20                -           0.0000          -
28545.52/1439.99	c      1440           5528        5499        20                -           0.0000          -
28647.29/1445.05	c      1445           5528        5499        20                -           0.0000          -
28746.53/1450.09	c      1450           1939        1842        20                -           0.0000          -
28847.75/1455.15	c      1455           5687        5658        20                -           0.0000          -
28947.00/1460.19	c      1460           5719        5690        20                -           0.0000          -
29047.21/1465.25	c      1465           1994        1897        20                -           0.0000          -
29146.36/1470.29	c      1470           2028         974        20                -           0.0000          -
29247.42/1475.34	c      1475           2035         981        20                -           0.0000          -
29346.50/1480.38	c      1480           2035         981        20                -           0.0000          -
29447.71/1485.44	c      1485           2053         999        20                -           0.0000          -
29546.91/1490.49	c      1490           2111        2014        20                -           0.0000          -
29648.09/1495.54	c      1496           2111        2014        20                -           0.0000          -
29747.30/1500.58	c      1501           2100        1046        20                -           0.0000          -
29848.50/1505.64	c      1506           2112        2015        20                -           0.0000          -
29949.63/1510.70	c      1511           2116        2019        20                -           0.0000          -
30048.79/1515.74	c      1516           2224        1170        20                -           0.0000          -
30147.94/1520.80	c      1521           2228        1174        20                -           0.0000          -
30249.14/1525.85	c      1526           6244        6209        20                -           0.0000          -
30348.14/1530.89	c      1531           2165        2068        20                -           0.0000          -
30449.34/1535.94	c      1536           2309        1255        20                -           0.0000          -
30548.37/1540.99	c      1541           2335        1281        20                -           0.0000          -
30650.31/1546.04	c      1546           2366        1312        20                -           0.0000          -
30749.47/1551.06	c      1551           6424        6379        20                -           0.0000          -
30848.75/1556.13	c      1556           6424        6379        20                -           0.0000          -
30949.75/1561.19	c      1561           6427        6382        20                -           0.0000          -
31050.20/1566.24	c      1566           2451        1397        20                -           0.0000          -
31149.34/1571.29	c      1571           6509        6464        20                -           0.0000          -
31250.54/1576.34	c      1576           2469        1415        20                -           0.0000          -
31349.73/1581.36	c      1581           6556        6511        20                -           0.0000          -
31450.92/1586.49	c      1586       10641495         249        20                -           0.0000          -
31551.97/1591.54	c      1592           2494        1440        20                -           0.0000          -
31651.18/1596.59	c      1597           2494        1440        20                -           0.0000          -
31752.35/1601.65	c      1602           2485        2388        20                -           0.0000          -
31851.57/1606.67	c      1607           6760        6713        20                -           0.0000          -
31952.77/1611.77	c      1612           6760        6713        20                -           0.0000          -
32053.83/1616.81	c      1617           6760        6713        20                -           0.0000          -
32152.99/1621.86	c      1622           6760        6713        20                -           0.0000          -
32254.11/1626.92	c      1627           6777        6728        20                -           0.0000          -
32353.39/1631.96	c      1632           6815        6766        20                -           0.0000          -
32452.51/1637.01	c      1637           2598        1544        20                -           0.0000          -
32554.11/1642.05	c      1642           6830        6781        20                -           0.0000          -
32653.72/1647.11	c      1647           6830        6781        20                -           0.0000          -
32754.86/1652.17	c      1652           6830        6781        20                -           0.0000          -
32853.56/1657.19	c      1657           2620        2523        20                -           0.0000          -
32954.15/1662.23	c      1662           2656        1602        20                -           0.0000          -
33055.22/1667.31	c      1667           2671        1617        20                -           0.0000          -
33154.43/1672.36	c      1672           2641        2544        20                -           0.0000          -
33255.54/1677.41	c      1677           7057        7008        20                -           0.0000          -
33354.45/1682.46	c      1682           2720        1666        20                -           0.0000          -
33453.71/1687.50	c      1688           2720        1666        20                -           0.0000          -
33554.89/1692.53	c      1693           7155        7106        20                -           0.0000          -
33653.96/1697.58	c      1698           2729        1675        20                -           0.0000          -
33753.12/1702.59	c      1703           2757        2658        20                -           0.0000          -
33854.27/1707.64	c      1708           2759        1705        20                -           0.0000          -
33953.25/1712.66	c      1713          44414        1726        20                -           0.0000          -
34054.39/1717.76	c      1718           2780        2681        20                -           0.0000          -
34155.56/1722.82	c      1723           2841        1787        20                -           0.0000          -
34254.64/1727.87	c      1728           2808        2709        20                -           0.0000          -
34355.65/1732.92	c      1733           7502        7453        20                -           0.0000          -
34454.84/1737.96	c      1738           7502        7453        20                -           0.0000          -
34553.96/1742.97	c      1743           7502        7453        20                -           0.0000          -
34655.95/1748.06	c      1748           7502        7453        20                -           0.0000          -
34757.06/1753.16	c      1753           7502        7453        20                -           0.0000          -
34857.41/1758.21	c      1758           7502        7453        20                -           0.0000          -
34956.52/1763.23	c      1763           7502        7453        20                -           0.0000          -
35057.69/1768.31	c      1768           7502        7453        20                -           0.0000          -
35156.90/1773.36	c      1773           7502        7453        20                -           0.0000          -
35255.96/1778.39	c      1778           7502        7453        20                -           0.0000          -
35357.15/1783.46	c      1783           7502        7453        20                -           0.0000          -
35458.29/1788.51	c      1789           7502        7453        20                -           0.0000          -
35557.53/1793.56	c      1794           7502        7453        20                -           0.0000          -
35658.71/1798.61	c      1799           7502        7453        20                -           0.0000          -
35757.95/1803.65	c      1804           7502        7453        20                -           0.0000          -
35859.13/1808.71	c      1809           3112        2054        20                -           0.0000          -
35958.22/1813.76	c      1814           3112        2054        20                -           0.0000          -
36057.31/1818.79	c      1819           3210        3111        20                -           0.0000          -
36158.53/1823.86	c      1824           3210        3111        20                -           0.0000          -
36259.74/1828.91	c      1829           3215        3116        20                -           0.0000          -
36359.00/1833.96	c      1834           7754        7705        20                -           0.0000          -
36458.21/1839.01	c      1839           7754        7705        20                -           0.0000          -
36560.25/1844.07	c      1844           7754        7705        20                -           0.0000          -
36659.35/1849.11	c      1849           7754        7705        20                -           0.0000          -
36760.59/1854.16	c      1854           3277        2219        20                -           0.0000          -
36861.02/1859.21	c      1859           3299        2241        20                -           0.0000          -
36960.22/1864.26	c      1864           3323        2265        20                -           0.0000          -
37061.39/1869.31	c      1869           3322        3223        20                -           0.0000          -
37160.53/1874.36	c      1874           3342        2284        20                -           0.0000          -
37261.72/1879.41	c      1879           3342        2284        20                -           0.0000          -
37360.92/1884.46	c      1884           8012        7963        20                -           0.0000          -
37462.10/1889.51	c      1890           8012        7963        20                -           0.0000          -
37561.28/1894.54	c      1895           3495        3396        20                -           0.0000          -
37660.46/1899.56	c      1900          54908        1774        20                -           0.0000          -
37761.35/1904.61	c      1905           3505        3406        20                -           0.0000          -
37862.38/1909.71	c      1910           8136        8085        20                -           0.0000          -
37961.33/1914.76	c      1915           3546        3447        20                -           0.0000          -
38062.17/1919.82	c      1920          55734        1756        20                -           0.0000          -
38161.08/1924.86	c      1925           3498        2440        20                -           0.0000          -
38262.19/1929.91	c      1930           3576        3477        20                -           0.0000          -
38361.22/1934.97	c      1935           8344        8293        20                -           0.0000          -
38460.19/1939.98	c      1940          56921        1715        20                -           0.0000          -
38561.53/1945.06	c      1945           3607        3508        20                -           0.0000          -
38660.34/1950.11	c      1950           3607        3508        20                -           0.0000          -
38761.60/1955.16	c      1955           3600        2542        20                -           0.0000          -
38861.89/1960.21	c      1960          58016        1706        20                -           0.0000          -
38961.00/1965.23	c      1965           3622        2564        20                -           0.0000          -
39061.99/1970.32	c      1970           3622        2564        20                -           0.0000          -
39161.03/1975.37	c      1975           3622        2564        20                -           0.0000          -
39262.04/1980.42	c      1980           3622        2564        20                -           0.0000          -
39361.12/1985.47	c      1985           3622        2564        20                -           0.0000          -
39462.27/1990.52	c      1991           3622        2564        20                -           0.0000          -
39561.41/1995.57	c      1996           3622        2564        20                -           0.0000          -
39662.58/2000.61	c      2001           3622        2564        20                -           0.0000          -
39761.78/2005.66	c      2006           3622        2564        20                -           0.0000          -
39862.92/2010.72	c      2011           3622        2564        20                -           0.0000          -
39961.86/2015.77	c      2016           3622        2564        20                -           0.0000          -
40062.75/2020.82	c      2021           3622        2564        20                -           0.0000          -
40161.85/2025.87	c      2026           3622        2564        20                -           0.0000          -
40262.96/2030.92	c      2031           3622        2564        20                -           0.0000          -
40362.06/2035.94	c      2036           3622        2564        20                -           0.0000          -
40461.19/2041.01	c      2041           3622        2564        20                -           0.0000          -
40562.96/2046.06	c      2046           3622        2564        20                -           0.0000          -
40662.05/2051.12	c      2051           3622        2564        20                -           0.0000          -
40763.02/2056.17	c      2056           3622        2564        20                -           0.0000          -
40862.20/2061.17	c      2061           3622        2564        20                -           0.0000          -
40962.55/2066.24	c      2066           3622        2564        20                -           0.0000          -
41063.68/2071.32	c      2071           3622        2564        20                -           0.0000          -
41162.77/2076.37	c      2076           3622        2564        20                -           0.0000          -
41263.88/2081.42	c      2081           3622        2564        20                -           0.0000          -
41363.07/2086.47	c      2086           3622        2564        20                -           0.0000          -
41462.22/2091.49	c      2091           3622        2564        20                -           0.0000          -
41563.19/2096.56	c      2097           3622        2564        20                -           0.0000          -
41664.32/2101.61	c      2102           3622        2564        20                -           0.0000          -
41763.10/2106.62	c      2107           3622        2564        20                -           0.0000          -
41862.30/2111.69	c      2112           3622        2564        20                -           0.0000          -
41963.26/2116.76	c      2117           3622        2564        20                -           0.0000          -
42064.37/2121.82	c      2122           3622        2564        20                -           0.0000          -
42163.36/2126.87	c      2127           3622        2564        20                -           0.0000          -
42264.49/2131.92	c      2132           3622        2564        20                -           0.0000          -
42363.60/2136.96	c      2137           3622        2564        20                -           0.0000          -
42462.62/2142.02	c      2142           3622        2564        20                -           0.0000          -
42564.43/2147.07	c      2147           3622        2564        20                -           0.0000          -
42663.68/2152.09	c      2152           3622        2564        20                -           0.0000          -
42764.81/2157.17	c      2157           3622        2564        20                -           0.0000          -
42864.84/2162.22	c      2162           3622        2564        20                -           0.0000          -
42963.98/2167.26	c      2167           3622        2564        20                -           0.0000          -
43065.10/2172.32	c      2172           3622        2564        20                -           0.0000          -
43164.27/2177.37	c      2177           3622        2564        20                -           0.0000          -
43265.34/2182.42	c      2182           3622        2564        20                -           0.0000          -
43364.12/2187.48	c      2187           3622        2564        20                -           0.0000          -
43465.12/2192.51	c      2193           3622        2564        20                -           0.0000          -
43564.17/2197.54	c      2198           3622        2564        20                -           0.0000          -
43663.34/2202.56	c      2203           3622        2564        20                -           0.0000          -
43764.43/2207.67	c      2208           3622        2564        20                -           0.0000          -
43865.29/2212.72	c      2213           3622        2564        20                -           0.0000          -
43964.41/2217.76	c      2218           3622        2564        20                -           0.0000          -
44065.57/2222.82	c      2223           3622        2564        20                -           0.0000          -
44164.67/2227.87	c      2228           3622        2564        20                -           0.0000          -
44265.40/2232.92	c      2233           3622        2564        20                -           0.0000          -
44364.58/2237.97	c      2238           3622        2564        20                -           0.0000          -
44463.72/2243.01	c      2243           3622        2564        20                -           0.0000          -
44565.32/2248.07	c      2248           3622        2564        20                -           0.0000          -
44664.59/2253.12	c      2253           3622        2564        20                -           0.0000          -
44763.52/2258.12	c      2258           3622        2564        20                -           0.0000          -
44864.64/2263.19	c      2263           3622        2564        20                -           0.0000          -
44964.95/2268.22	c      2268           3622        2564        20                -           0.0000          -
45063.87/2273.22	c      2273           3622        2564        20                -           0.0000          -
45162.97/2278.28	c      2278           3622        2564        20                -           0.0000          -
45263.97/2283.34	c      2283           3622        2564        20                -           0.0000          -
45364.93/2288.40	c      2288           3622        2564        20                -           0.0000          -
45464.10/2293.46	c      2293           3622        2564        20                -           0.0000          -
45565.22/2298.52	c      2299           3622        2564        20                -           0.0000          -
45666.20/2303.60	c      2304           3622        2564        20                -           0.0000          -
45765.37/2308.66	c      2309           3622        2564        20                -           0.0000          -
45864.14/2313.69	c      2314          11301       11240        20                -           0.0000          -
45965.07/2318.73	c      2319          11346       11283        20                -           0.0000          -
46064.17/2323.79	c      2324           3685        2627        20                -           0.0000          -
46165.28/2328.87	c      2329           4663        4560        20                -           0.0000          -
46266.25/2333.92	c      2334          11600           0        20                -           0.0000          -
46365.31/2338.97	c      2339           3780        2722        20                -           0.0000          -
46464.57/2344.01	c      2344           4716        4613        20                -           0.0000          -
46566.20/2349.06	c      2349          11635          35        20                -           0.0000          -
46665.12/2354.12	c      2354           3855        2795        20                -           0.0000          -
46766.12/2359.17	c      2359           4761        4658        20                -           0.0000          -
46866.19/2364.21	c      2364          11717         117        20                -           0.0000          -
46965.36/2369.26	c      2369          11717         117        20                -           0.0000          -
47066.41/2374.32	c      2374           4775        4672        20                -           0.0000          -
47165.57/2379.37	c      2379          11726         126        20                -           0.0000          -
47266.76/2384.41	c      2384          11726         126        20                -           0.0000          -
47365.94/2389.46	c      2389          11726         126        20                -           0.0000          -
47467.12/2394.51	c      2395           3961        2901        20                -           0.0000          -
47566.16/2399.54	c      2400          11729         129        20                -           0.0000          -
47667.06/2404.61	c      2405           4829        4726        20                -           0.0000          -
47766.03/2409.63	c      2410          11732         132        20                -           0.0000          -
47866.91/2414.72	c      2415          11732         132        20                -           0.0000          -
47966.01/2419.77	c      2420          11732         132        20                -           0.0000          -
48067.12/2424.81	c      2425          11732         132        20                -           0.0000          -
48166.29/2429.83	c      2430           4067        3007        20                -           0.0000          -
48265.40/2434.86	c      2435           4076        3016        20                -           0.0000          -
48366.61/2439.92	c      2440          11776         176        20                -           0.0000          -
48465.59/2444.94	c      2445          11776         176        20                -           0.0000          -
48564.71/2449.98	c      2450          11776         176        20                -           0.0000          -
48666.32/2455.08	c      2455           5028        4925        20                -           0.0000          -
48767.35/2460.16	c      2460           5028        4925        20                -           0.0000          -
48867.57/2465.21	c      2465           4240        3180        20                -           0.0000          -
48966.66/2470.25	c      2470           5060        4957        20                -           0.0000          -
49067.95/2475.31	c      2475          11878         278        20                -           0.0000          -
49167.03/2480.36	c      2480          11878         278        20                -           0.0000          -
49268.07/2485.41	c      2485           4342        3282        20                -           0.0000          -
49367.24/2490.46	c      2490          11933         333        20                -           0.0000          -
49468.47/2495.51	c      2496          11933         333        20                -           0.0000          -
49567.65/2500.56	c      2501          11933         333        20                -           0.0000          -
49668.60/2505.61	c      2506          11933         333        20                -           0.0000          -
49767.68/2510.66	c      2511           4445        3385        20                -           0.0000          -
49868.70/2515.71	c      2516          12005         405        20                -           0.0000          -
49967.69/2520.76	c      2521           4489        3429        20                -           0.0000          -
50066.57/2525.79	c      2526           4493        3433        20                -           0.0000          -
50167.65/2530.86	c      2531           5221        5118        20                -           0.0000          -
50268.83/2535.91	c      2536          12126         526        20                -           0.0000          -
50367.71/2540.96	c      2541           4521        3459        20                -           0.0000          -
50466.75/2546.01	c      2546           5307        5204        20                -           0.0000          -
50568.40/2551.06	c      2551           4583        3521        20                -           0.0000          -
50667.59/2556.11	c      2556           5333        5230        20                -           0.0000          -
50768.43/2561.16	c      2561          12304         704        20                -           0.0000          -
50867.64/2566.18	c      2566           5345        5240        20                -           0.0000          -
50967.98/2571.21	c      2571           4739        3677        20                -           0.0000          -
51067.11/2576.22	c      2576          12351         751        20                -           0.0000          -
51166.18/2581.29	c      2581          12351         751        20                -           0.0000          -
51269.26/2586.41	c      2586          12351         751        20                -           0.0000          -
51368.49/2591.46	c      2591          12351         751        20                -           0.0000          -
51469.64/2596.51	c      2597          12351         751        20                -           0.0000          -
51568.87/2601.52	c      2602          12351         751        20                -           0.0000          -
51669.93/2606.61	c      2607          12351         751        20                -           0.0000          -
51768.82/2611.66	c      2612          12351         751        20                -           0.0000          -
51870.01/2616.71	c      2617          12351         751        20                -           0.0000          -
51969.20/2621.74	c      2622          12351         751        20                -           0.0000          -
52070.20/2626.82	c      2627          12351         751        20                -           0.0000          -
52169.18/2631.86	c      2632          12351         751        20                -           0.0000          -
52270.37/2636.91	c      2637          12351         751        20                -           0.0000          -
52369.54/2641.96	c      2642          12351         751        20                -           0.0000          -
52468.69/2646.99	c      2647          12351         751        20                -           0.0000          -
52570.47/2652.04	c      2652          12351         751        20                -           0.0000          -
52669.74/2657.11	c      2657          12351         751        20                -           0.0000          -
52770.71/2662.16	c      2662           5591        5484        20                -           0.0000          -
52870.95/2667.22	c      2667           5176        4110        20                -           0.0000          -
52969.90/2672.26	c      2672           5625        5518        20                -           0.0000          -
53068.92/2677.28	c      2677           5630        5523        20                -           0.0000          -
53169.96/2682.36	c      2682           5212        4146        20                -           0.0000          -
53271.08/2687.41	c      2687           5664        5557        20                -           0.0000          -
53370.21/2692.46	c      2692          12579         979        20                -           0.0000          -
53471.25/2697.51	c      2698          12579         979        20                -           0.0000          -
53570.30/2702.57	c      2703           5697        5590        20                -           0.0000          -
53671.14/2707.62	c      2708           5697        5590        20                -           0.0000          -
53770.22/2712.63	c      2713          12580         980        20                -           0.0000          -
53869.39/2717.67	c      2718          12580         980        20                -           0.0000          -
53970.39/2722.71	c      2723          12580         980        20                -           0.0000          -
54069.35/2727.73	c      2728           5757        5650        20                -           0.0000          -
54170.36/2732.84	c      2733           5757        5650        20                -           0.0000          -
54269.38/2737.85	c      2738         104038        1789        20                -           0.0000          -
54370.31/2742.94	c      2743          12701        1101        20                -           0.0000          -
54469.35/2747.99	c      2748           5817        5708        20                -           0.0000          -
54571.25/2753.05	c      2753           5418        4346        20                -           0.0000          -
54670.38/2758.11	c      2758          12735        1135        20                -           0.0000          -
54771.41/2763.16	c      2763           5874        5765        20                -           0.0000          -
54871.56/2768.21	c      2768          12741        1141        20                -           0.0000          -
54970.57/2773.26	c      2773          12777        1177        20                -           0.0000          -
55071.75/2778.31	c      2778           5496        4424        20                -           0.0000          -
55170.91/2783.36	c      2783           5496        4424        20                -           0.0000          -
55272.03/2788.41	c      2788           5939        5830        20                -           0.0000          -
55371.01/2793.46	c      2793         106989        1769        20                -           0.0000          -
55471.82/2798.51	c      2799           5536        4464        20                -           0.0000          -
55570.88/2803.54	c      2804           5548        4476        20                -           0.0000          -
55670.04/2808.56	c      2809          13027        1427        20                -           0.0000          -
55769.19/2813.57	c      2814          13067        1467        20                -           0.0000          -
55868.21/2818.58	c      2819          13067        1467        20                -           0.0000          -
55967.14/2823.59	c      2824          13067        1467        20                -           0.0000          -
56068.24/2828.64	c      2829           5650        4576        20                -           0.0000          -
56167.42/2833.69	c      2834           6051        5942        20                -           0.0000          -
56268.55/2838.75	c      2839           6057        5948        20                -           0.0000          -
56369.73/2843.80	c      2844           6057        5948        20                -           0.0000          -
56468.88/2848.84	c      2849          13219        1619        20                -           0.0000          -
56567.99/2853.89	c      2854          13247        1647        20                -           0.0000          -
56669.08/2858.95	c      2859           6108        5999        20                -           0.0000          -
56768.21/2864.00	c      2864           5779        4705        20                -           0.0000          -
56870.09/2869.04	c      2869       13833655         201        20                -           0.0000          -
56969.19/2874.11	c      2874           5791        4717        20                -           0.0000          -
57070.23/2879.15	c      2879           6179        6070        20                -           0.0000          -
57170.74/2884.21	c      2884          13439        1839        20                -           0.0000          -
57269.69/2889.23	c      2889           5821        4747        20                -           0.0000          -
57370.72/2894.32	c      2894         112357        1776        20                -           0.0000          -
57469.89/2899.37	c      2899          13612        2012        20                -           0.0000          -
57571.00/2904.42	c      2904         113020        1777        20                -           0.0000          -
57670.14/2909.47	c      2909           5920        4846        20                -           0.0000          -
57769.21/2914.49	c      2914          13693        2093        20                -           0.0000          -
57870.36/2919.56	c      2920           6283        6174        20                -           0.0000          -
57969.46/2924.58	c      2925          13767        2167        20                -           0.0000          -
58070.63/2929.68	c      2930           6306        6197        20                -           0.0000          -
58171.70/2934.74	c      2935           6030        4956        20                -           0.0000          -
58270.81/2939.79	c      2940          13815        2215        20                -           0.0000          -
58371.81/2944.84	c      2945          13815        2215        20                -           0.0000          -
58471.00/2949.89	c      2950           6089        5015        20                -           0.0000          -
58572.09/2954.96	c      2955       14141232         198        20                -           0.0000          -
58671.35/2959.99	c      2960           6114        5040        20                -           0.0000          -
58772.76/2965.09	c      2965           6383        6274        20                -           0.0000          -
58872.07/2970.12	c      2970           6393        6284        20                -           0.0000          -
58971.34/2975.14	c      2975          14029        2429        20                -           0.0000          -
59073.56/2980.23	c      2980           6427        6318        20                -           0.0000          -
59172.75/2985.29	c      2985          14089        2489        20                -           0.0000          -
59273.86/2990.35	c      2990           6466        6357        20                -           0.0000          -
59374.78/2995.41	c      2995           6469        6360        20                -           0.0000          -
59473.92/3000.46	c      3000           6242        5168        20                -           0.0000          -
59575.09/3005.51	c      3006           6246        5172        20                -           0.0000          -
59674.26/3010.56	c      3011           6246        5172        20                -           0.0000          -
59775.30/3015.61	c      3016           6271        5195        20                -           0.0000          -
59874.49/3020.67	c      3021           6271        5195        20                -           0.0000          -
59975.61/3025.74	c      3026          14463        2863        20                -           0.0000          -
60074.76/3030.79	c      3031          14479        2879        20                -           0.0000          -
60175.86/3035.80	c      3036           6556        6447        20                -           0.0000          -
60274.86/3040.83	c      3041          14517        2917        20                -           0.0000          -
60376.05/3045.94	c      3046           6573        6464        20                -           0.0000          -
60475.07/3050.98	c      3051       14501139         199        20                -           0.0000          -
60574.33/3056.03	c      3056       14519040         200        20                -           0.0000          -
60673.31/3061.03	c      3061           6625        6516        20                -           0.0000          -
60775.18/3066.10	c      3066           6625        6516        20                -           0.0000          -
60876.08/3071.14	c      3071           6504        5428        20                -           0.0000          -
60976.34/3076.24	c      3076           6627        6518        20                -           0.0000          -
61075.28/3081.27	c      3081       14614942         200        20                -           0.0000          -
61174.28/3086.29	c      3086          15079        3477        20                -           0.0000          -
61275.26/3091.30	c      3091           6693        6584        20                -           0.0000          -
61374.17/3096.36	c      3096           6635        5559        20                -           0.0000          -
61472.93/3101.37	c      3101           6639        5563        20                -           0.0000          -
61575.95/3106.51	c      3107           6718        6609        20                -           0.0000          -
61676.45/3111.61	c      3112           6667        5591        20                -           0.0000          -
61775.23/3116.66	c      3117          15433        3827        20                -           0.0000          -
61876.18/3121.71	c      3122         126781        1770        20                -           0.0000          -
61975.33/3126.76	c      3127          15533        3921        20                -           0.0000          -
62076.38/3131.81	c      3132           6767        5691        20                -           0.0000          -
62175.50/3136.86	c      3137           6767        5691        20                -           0.0000          -
62276.52/3141.91	c      3142          15683        4065        20                -           0.0000          -
62375.70/3146.96	c      3147           6853        6744        20                -           0.0000          -
62474.89/3152.01	c      3152           6810        5730        20                -           0.0000          -
62576.61/3157.06	c      3157           6819        5739        20                -           0.0000          -
62675.86/3162.11	c      3162          15816        4186        20                -           0.0000          -
62776.74/3167.16	c      3167           6868        5786        20                -           0.0000          -
62877.08/3172.21	c      3172          15852        4222        20                -           0.0000          -
62976.17/3177.26	c      3177           6969        6860        20                -           0.0000          -
63075.21/3182.30	c      3182           6930        5848        20                -           0.0000          -
63176.01/3187.36	c      3187           6930        5848        20                -           0.0000          -
63277.00/3192.41	c      3192          16012        4378        20                -           0.0000          -
63376.10/3197.46	c      3197           6994        6885        20                -           0.0000          -
63477.18/3202.51	c      3203          16081        4447        20                -           0.0000          -
63576.33/3207.56	c      3208           7052        5968        20                -           0.0000          -
63677.37/3212.61	c      3213           7058        6949        20                -           0.0000          -
63776.38/3217.66	c      3218           7070        5982        20                -           0.0000          -
63877.47/3222.71	c      3223           7067        6958        20                -           0.0000          -
63976.42/3227.76	c      3228           7108        6020        20                -           0.0000          -
64077.52/3232.81	c      3233           7117        7008        20                -           0.0000          -
64176.53/3237.86	c      3238           7119        7010        20                -           0.0000          -
64277.44/3242.91	c      3243           7163        6075        20                -           0.0000          -
64376.63/3247.94	c      3248          16434        4792        20                -           0.0000          -
64475.53/3253.01	c      3253          16434        4792        20                -           0.0000          -
64577.31/3258.05	c      3258           7206        6118        20                -           0.0000          -
64676.51/3263.06	c      3263           7184        7075        20                -           0.0000          -
64775.71/3268.12	c      3268           7225        6137        20                -           0.0000          -
64876.75/3273.19	c      3273           7194        7085        20                -           0.0000          -
64977.07/3278.22	c      3278           7198        7089        20                -           0.0000          -
65076.17/3283.29	c      3283          16732        5064        20                -           0.0000          -
65177.11/3288.36	c      3288          16732        5064        20                -           0.0000          -
65278.15/3293.41	c      3293          16732        5064        20                -           0.0000          -
65377.22/3298.46	c      3298          16732        5064        20                -           0.0000          -
65478.40/3303.51	c      3304          16732        5064        20                -           0.0000          -
65577.40/3308.56	c      3309          16732        5064        20                -           0.0000          -
65678.46/3313.61	c      3314          16732        5064        20                -           0.0000          -
65777.53/3318.66	c      3319          16732        5064        20                -           0.0000          -
65878.34/3323.71	c      3324          16732        5064        20                -           0.0000          -
65977.50/3328.76	c      3329          16732        5064        20                -           0.0000          -
66076.55/3333.79	c      3334          16732        5064        20                -           0.0000          -
66177.65/3338.85	c      3339          16732        5064        20                -           0.0000          -
66276.70/3343.89	c      3344          16732        5064        20                -           0.0000          -
66377.79/3348.96	c      3349          16732        5064        20                -           0.0000          -
66476.56/3354.01	c      3354          16732        5064        20                -           0.0000          -
66577.86/3359.06	c      3359          16732        5064        20                -           0.0000          -
66677.05/3364.11	c      3364          16732        5064        20                -           0.0000          -
66778.03/3369.16	c      3369          16754        5086        20                -           0.0000          -
66878.46/3374.21	c      3374           7460        7351        20                -           0.0000          -
66977.62/3379.25	c      3379          16827        5153        20                -           0.0000          -
67076.69/3384.27	c      3384       15786306         192        20                -           0.0000          -
67177.81/3389.35	c      3389           7647        6557        20                -           0.0000          -
67278.84/3394.41	c      3394          16951        5271        20                -           0.0000          -
67377.98/3399.46	c      3399          16951        5271        20                -           0.0000          -
67479.14/3404.51	c      3405          16951        5271        20                -           0.0000          -
67578.30/3409.53	c      3410          16951        5271        20                -           0.0000          -
67677.44/3414.58	c      3415       15887665         189        20                -           0.0000          -
67778.70/3419.60	c      3420           7556        7447        20                -           0.0000          -
67877.71/3424.69	c      3425          17053        5373        20                -           0.0000          -
67978.75/3429.76	c      3430          17057        5377        20                -           0.0000          -
68079.67/3434.81	c      3435          17099        5419        20                -           0.0000          -
68178.84/3439.86	c      3440          17099        5419        20                -           0.0000          -
68279.78/3444.91	c      3445          17099        5419        20                -           0.0000          -
68378.57/3449.97	c      3450          17099        5419        20                -           0.0000          -
68477.52/3454.99	c      3455           7632        7523        20                -           0.0000          -
68579.41/3460.06	c      3460           7907        6815        20                -           0.0000          -
68678.59/3465.11	c      3465           7907        6815        20                -           0.0000          -
68779.48/3470.14	c      3470          17207        5521        20                -           0.0000          -
68879.82/3475.21	c      3475          17207        5521        20                -           0.0000          -
68978.59/3480.26	c      3480          17207        5521        20                -           0.0000          -
69077.01/3485.31	c      3485          17207        5521        20                -           0.0000          -
69176.21/3490.36	c      3490          17207        5521        20                -           0.0000          -
69275.21/3495.38	c      3495           8047        6951        20                -           0.0000          -
69376.38/3500.42	c      3500          17244        5556        20                -           0.0000          -
69477.43/3505.51	c      3506           8086        6990        20                -           0.0000          -
69576.46/3510.56	c      3511           8101        7005        20                -           0.0000          -
69675.36/3515.58	c      3516           7804        7695        20                -           0.0000          -
69776.38/3520.67	c      3521          17391        5697        20                -           0.0000          -
69875.59/3525.67	c      3526           8198        7102        20                -           0.0000          -
69976.69/3530.76	c      3531          17515        5815        20                -           0.0000          -
70077.69/3535.81	c      3536          17533        5833        20                -           0.0000          -
70176.72/3540.86	c      3541         152887        1756        20                -           0.0000          -
70277.60/3545.91	c      3546           8270        7174        20                -           0.0000          -
70376.71/3550.96	c      3551          17650        5944        20                -           0.0000          -
70475.88/3556.02	c      3556           7930        7821        20                -           0.0000          -
70577.68/3561.05	c      3561           7955        7846        20                -           0.0000          -
70676.85/3566.11	c      3566          17879        6095        20                -           0.0000          -
70777.95/3571.16	c      3571          17915        6131        20                -           0.0000          -
70878.36/3576.21	c      3576          17915        6131        20                -           0.0000          -
70977.45/3581.26	c      3581           8369        7273        20                -           0.0000          -
71078.64/3586.31	c      3586           8068        7959        20                -           0.0000          -
71177.68/3591.36	c      3591           8068        7959        20                -           0.0000          -
71276.88/3596.38	c      3596           8446        7350        20                -           0.0000          -
71377.67/3601.46	c      3601          18122        6322        20                -           0.0000          -
71478.83/3606.51	c      3607           8103        7994        20                -           0.0000          -
71577.98/3611.56	c      3612          18141        6339        20                -           0.0000          -
71677.02/3616.59	c      3617          18141        6339        20                -           0.0000          -
71777.91/3621.66	c      3622          18141        6339        20                -           0.0000          -
71879.04/3626.71	c      3627           8156        8047        20                -           0.0000          -
71978.17/3631.76	c      3632          18159        6357        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 (188823 MiB free)
  memory of node 1: 193494 MiB (190825 MiB free)
  memory of node 2: 193531 MiB (189532 MiB free)
  memory of node 3: 193531 MiB (190770 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-4465878-1722581832/watcher-4465878-1722581832 -o /tmp/evaluation-result-4465878-1722581832/solver-4465878-1722581832 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159984 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465878-1722581832.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=160814, runsolver pid=160811
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 77.77 82.68 83.63 43/943 160815
/proc/meminfo: memFree=778141452/790760804 swapFree=131071996/131071996
[pid=160814] ppid=160811 vsize=58468 memory=48056 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/stat : 160814 (fscip) R 160811 160814 159974 0 -1 4194304 10907 0 0 0 10 1 0 0 20 0 1 0 24766362 59871232 12014 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
/proc/160814/statm: 14617 12014 2758 3035 0 11013 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 58468 KiB
Current children cumulated memory: 48056 KiB

[startup+0.22186 s]*
/proc/loadavg: 77.77 82.68 83.63 43/943 160815
/proc/meminfo: memFree=778126808/790760804 swapFree=131071996/131071996
[pid=160814] ppid=160811 vsize=1554152 memory=70128 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/160814/stat : 160814 (fscip) R 160811 160814 159974 0 -1 4194304 15329 0 0 0 22 2 0 0 20 0 21 0 24766362 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
/proc/160814/statm: 388538 17532 2774 3035 0 57894 0
[pid=160814/tid=160816] ppid=160811 vsize=1554152 memory=3472328300254199927 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160816/stat : 160816 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160817] ppid=160811 vsize=1554152 memory=25153 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160817/stat : 160817 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160818] ppid=160811 vsize=1554152 memory=59614968414677 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160818/stat : 160818 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160819] ppid=160811 vsize=1554152 memory=56282107347530 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160819/stat : 160819 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160820] ppid=160811 vsize=1554152 memory=54091690803904 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160820/stat : 160820 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160821] ppid=160811 vsize=1554152 memory=54083167978556 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160821/stat : 160821 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160822] ppid=160811 vsize=1554152 memory=14976667747616358 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160822/stat : 160822 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160823] ppid=160811 vsize=1554152 memory=115698 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160823/stat : 160823 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160824] ppid=160811 vsize=1554152 memory=3616724972179160436 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160824/stat : 160824 (fscip) S 160811 160814 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160825] ppid=160811 vsize=1554152 memory=3689635795830205449 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160825/stat : 160825 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160826] ppid=160811 vsize=1554152 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/160814/task/160826/stat : 160826 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160827] ppid=160811 vsize=1554152 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/160814/task/160827/stat : 160827 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160828] ppid=160811 vsize=1554152 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/160814/task/160828/stat : 160828 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160829] ppid=160811 vsize=1554152 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/160814/task/160829/stat : 160829 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160830] ppid=160811 vsize=1554152 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/160814/task/160830/stat : 160830 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160831] ppid=160811 vsize=1554152 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/160814/task/160831/stat : 160831 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160832] ppid=160811 vsize=1554152 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/160814/task/160832/stat : 160832 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160833] ppid=160811 vsize=1554152 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/160814/task/160833/stat : 160833 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160834] ppid=160811 vsize=1554152 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/160814/task/160834/stat : 160834 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160835] ppid=160811 vsize=1554152 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/160814/task/160835/stat : 160835 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1591451648 17532 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1554152 KiB
Current children cumulated memory: 70128 KiB

[startup+0.319925 s]*
/proc/loadavg: 77.77 82.68 83.63 43/963 160835
/proc/meminfo: memFree=778029504/790760804 swapFree=131071996/131071996
[pid=160814] ppid=160811 vsize=1547320 memory=144144 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/160814/stat : 160814 (fscip) S 160811 160814 159974 0 -1 1077936128 35900 0 0 0 29 5 0 0 20 0 21 0 24766362 1584455680 36036 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
/proc/160814/statm: 386830 36036 2774 3035 0 76905 0
[pid=160814/tid=160816] ppid=160811 vsize=1547320 memory=-6657002394693581675 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160816/stat : 160816 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36036 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160817] ppid=160811 vsize=1547320 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/160814/task/160817/stat : 160817 (fscip) S 160811 160814 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36036 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160818] ppid=160811 vsize=1547320 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/160814/task/160818/stat : 160818 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36036 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160819] ppid=160811 vsize=1547320 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/160814/task/160819/stat : 160819 (fscip) S 160811 160814 159974 0 -1 1077936192 2683 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36036 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160820] ppid=160811 vsize=1547320 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/160814/task/160820/stat : 160820 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160821] ppid=160811 vsize=1547320 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/160814/task/160821/stat : 160821 (fscip) S 160811 160814 159974 0 -1 1077936192 2682 0 0 0 1 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160822] ppid=160811 vsize=1547320 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/160814/task/160822/stat : 160822 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160823] ppid=160811 vsize=1547320 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/160814/task/160823/stat : 160823 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160824] ppid=160811 vsize=1547320 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/160814/task/160824/stat : 160824 (fscip) S 160811 160814 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160825] ppid=160811 vsize=1547320 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/160814/task/160825/stat : 160825 (fscip) S 160811 160814 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160826] ppid=160811 vsize=1547320 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/160814/task/160826/stat : 160826 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160827] ppid=160811 vsize=1547320 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/160814/task/160827/stat : 160827 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160828] ppid=160811 vsize=1547320 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/160814/task/160828/stat : 160828 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160829] ppid=160811 vsize=1547320 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/160814/task/160829/stat : 160829 (fscip) S 160811 160814 159974 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160830] ppid=160811 vsize=1547320 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/160814/task/160830/stat : 160830 (fscip) S 160811 160814 159974 0 -1 1077936192 2682 0 0 0 1 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160831] ppid=160811 vsize=1547320 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/160814/task/160831/stat : 160831 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160832] ppid=160811 vsize=1547320 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/160814/task/160832/stat : 160832 (fscip) R 160811 160814 159974 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160833] ppid=160811 vsize=1547320 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/160814/task/160833/stat : 160833 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160834] ppid=160811 vsize=1547320 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/160814/task/160834/stat : 160834 (fscip) S 160811 160814 159974 0 -1 1077936192 2681 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160835] ppid=160811 vsize=1547320 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/160814/task/160835/stat : 160835 (fscip) S 160811 160814 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766385 1584455680 36102 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1547320 KiB
Current children cumulated memory: 144144 KiB

[startup+0.705736 s]
/proc/loadavg: 77.77 82.68 83.63 62/983 160855
/proc/meminfo: memFree=777697648/790760804 swapFree=131071996/131071996
[pid=160814] ppid=160811 vsize=1711240 memory=784680 CPUtime=4.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/stat : 160814 (fscip) S 160811 160814 159974 0 -1 1077936128 196206 0 0 0 377 47 0 0 20 0 41 0 24766362 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
/proc/160814/statm: 427810 196170 2854 3035 0 286096 0
[pid=160814/tid=160816] ppid=160811 vsize=1711240 memory=3 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160816/stat : 160816 (fscip) R 160811 160814 159974 0 -1 4194368 11863 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160817] ppid=160811 vsize=1711240 memory=10544 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160817/stat : 160817 (fscip) R 160811 160814 159974 0 -1 4194368 8416 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160818] ppid=160811 vsize=1711240 memory=11448 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160818/stat : 160818 (fscip) R 160811 160814 159974 0 -1 4194368 8431 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160819] ppid=160811 vsize=1711240 memory=17288 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160819/stat : 160819 (fscip) R 160811 160814 159974 0 -1 4194368 9456 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160820] ppid=160811 vsize=1711240 memory=2316 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160820/stat : 160820 (fscip) R 160811 160814 159974 0 -1 4194368 8430 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160821] ppid=160811 vsize=1711240 memory=15776 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160821/stat : 160821 (fscip) R 160811 160814 159974 0 -1 4194368 8431 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160822] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160822/stat : 160822 (fscip) R 160811 160814 159974 0 -1 4194368 9350 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160823] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160823/stat : 160823 (fscip) R 160811 160814 159974 0 -1 4194368 8416 0 0 0 18 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160824] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160824/stat : 160824 (fscip) R 160811 160814 159974 0 -1 4194368 8415 0 0 0 18 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160825] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160825/stat : 160825 (fscip) R 160811 160814 159974 0 -1 4194368 10523 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160826] ppid=160811 vsize=1711240 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/160814/task/160826/stat : 160826 (fscip) R 160811 160814 159974 0 -1 4194368 8430 0 0 0 17 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160827] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160827/stat : 160827 (fscip) R 160811 160814 159974 0 -1 4194368 8429 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160828] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160828/stat : 160828 (fscip) R 160811 160814 159974 0 -1 4194368 9514 0 0 0 18 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160829] ppid=160811 vsize=1711240 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160829/stat : 160829 (fscip) R 160811 160814 159974 0 -1 4194368 8430 0 0 0 18 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160830] ppid=160811 vsize=1711240 memory=994478657 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/160814/task/160830/stat : 160830 (fscip) R 160811 160814 159974 0 -1 4194368 8416 0 0 0 17 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160831] ppid=160811 vsize=1711240 memory=280227424042048 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160831/stat : 160831 (fscip) R 160811 160814 159974 0 -1 4194368 10058 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160832] ppid=160811 vsize=1711240 memory=33000 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/160814/task/160832/stat : 160832 (fscip) R 160811 160814 159974 0 -1 4194368 8431 0 0 0 18 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160833] ppid=160811 vsize=1711240 memory=1804 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160833/stat : 160833 (fscip) R 160811 160814 159974 0 -1 4194368 8409 0 0 0 18 1 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160834] ppid=160811 vsize=1711240 memory=6048 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160834/stat : 160834 (fscip) S 160811 160814 159974 0 -1 1077936192 10519 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160835] ppid=160811 vsize=1711240 memory=51200 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160835/stat : 160835 (fscip) R 160811 160814 159974 0 -1 4194368 8428 0 0 0 17 2 0 0 20 0 41 0 24766385 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160836] ppid=160811 vsize=1711240 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160836/stat : 160836 (fscip) S 160811 160814 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24766412 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160837] ppid=160811 vsize=1711240 memory=280227423128384 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160837/stat : 160837 (fscip) S 160811 160814 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24766412 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160838] ppid=160811 vsize=1711240 memory=62913520075324 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160838/stat : 160838 (fscip) S 160811 160814 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24766412 1752309760 196170 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0

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

/proc/160814/task/160823/stat : 160823 (fscip) D 160811 160814 159974 0 -1 1077937220 1508444 0 0 0 359579 284 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160824] ppid=160811 vsize=5194952 memory=26988 CPUtime=3597.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160824/stat : 160824 (fscip) D 160811 160814 159974 0 -1 1077937220 235754 0 0 0 356803 2964 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160825] ppid=160811 vsize=5194952 memory=3776 CPUtime=3597.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160825/stat : 160825 (fscip) D 160811 160814 159974 0 -1 1077937220 655784 0 0 0 359632 91 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160826] ppid=160811 vsize=5194952 memory=40456 CPUtime=3601.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160826/stat : 160826 (fscip) D 160811 160814 159974 0 -1 1077937220 1412975 0 0 0 359953 210 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160827] ppid=160811 vsize=5194952 memory=8196 CPUtime=3598.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160827/stat : 160827 (fscip) D 160811 160814 159974 0 -1 1077937220 205553 0 0 0 357486 2366 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160828] ppid=160811 vsize=5194952 memory=3300 CPUtime=3598.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160828/stat : 160828 (fscip) D 160811 160814 159974 0 -1 1077937220 704401 0 0 0 359773 95 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160829] ppid=160811 vsize=5194952 memory=2264 CPUtime=3601.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160829/stat : 160829 (fscip) S 160811 160814 159974 0 -1 4195904 1607160 0 0 0 359652 495 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 140512992401232 14983246 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160830] ppid=160811 vsize=5194952 memory=0 CPUtime=3596.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160830/stat : 160830 (fscip) D 160811 160814 159974 0 -1 1077937220 191968 0 0 0 356557 3128 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160831] ppid=160811 vsize=5194952 memory=-3689408421207566698 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/160814/task/160831/stat : 160831 (fscip) D 160811 160814 159974 0 -1 1077937220 650416 0 0 0 360283 80 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160832] ppid=160811 vsize=5194952 memory=-7606684685431562095 CPUtime=3598.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160832/stat : 160832 (fscip) D 160811 160814 159974 0 -1 1077937220 1360955 0 0 0 359631 182 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160833] ppid=160811 vsize=5194952 memory=-6875696515930557677 CPUtime=3601.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160833/stat : 160833 (fscip) D 160811 160814 159974 0 -1 1077937220 174073 0 0 0 359151 958 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160834] ppid=160811 vsize=5194952 memory=280227424742640 CPUtime=3603.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160834/stat : 160834 (fscip) D 160811 160814 159974 0 -1 1077937220 573897 0 0 0 360299 79 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160835] ppid=160811 vsize=5194952 memory=7235153083747427951 CPUtime=3601.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160835/stat : 160835 (fscip) D 160811 160814 159974 0 -1 1077937220 1079282 0 0 0 359911 211 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160836] ppid=160811 vsize=5194952 memory=33000 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160836/stat : 160836 (fscip) D 160811 160814 159974 0 -1 1077937220 153 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160837] ppid=160811 vsize=5194952 memory=1804 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/160814/task/160837/stat : 160837 (fscip) D 160811 160814 159974 0 -1 1077937220 134 0 0 0 1 2 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160838] ppid=160811 vsize=5194952 memory=6048 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/160814/task/160838/stat : 160838 (fscip) D 160811 160814 159974 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160839] ppid=160811 vsize=5194952 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/160814/task/160839/stat : 160839 (fscip) D 160811 160814 159974 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160840] ppid=160811 vsize=5194952 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/160814/task/160840/stat : 160840 (fscip) D 160811 160814 159974 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160841] ppid=160811 vsize=5194952 memory=25932 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/160814/task/160841/stat : 160841 (fscip) D 160811 160814 159974 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160842] ppid=160811 vsize=5194952 memory=352734 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/160814/task/160842/stat : 160842 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160843] ppid=160811 vsize=5194952 memory=3 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/160814/task/160843/stat : 160843 (fscip) D 160811 160814 159974 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160844] ppid=160811 vsize=5194952 memory=3 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/160814/task/160844/stat : 160844 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160845] ppid=160811 vsize=5194952 memory=3 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/160814/task/160845/stat : 160845 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160846] ppid=160811 vsize=5194952 memory=3 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/160814/task/160846/stat : 160846 (fscip) D 160811 160814 159974 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160847] ppid=160811 vsize=5194952 memory=2 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/160814/task/160847/stat : 160847 (fscip) D 160811 160814 159974 0 -1 1077937220 114 0 0 0 2 1 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160848] ppid=160811 vsize=5194952 memory=11448 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/160814/task/160848/stat : 160848 (fscip) D 160811 160814 159974 0 -1 1077937220 91 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160849] ppid=160811 vsize=5194952 memory=17412 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/160814/task/160849/stat : 160849 (fscip) D 160811 160814 159974 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160850] ppid=160811 vsize=5194952 memory=10544 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/160814/task/160850/stat : 160850 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160851] ppid=160811 vsize=5194952 memory=5512 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/160814/task/160851/stat : 160851 (fscip) D 160811 160814 159974 0 -1 1077937220 146 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160852] ppid=160811 vsize=5194952 memory=15776 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/160814/task/160852/stat : 160852 (fscip) D 160811 160814 159974 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160853] ppid=160811 vsize=5194952 memory=2316 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/160814/task/160853/stat : 160853 (fscip) D 160811 160814 159974 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160854] ppid=160811 vsize=5194952 memory=6720661034891231333 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/160814/task/160854/stat : 160854 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160855] ppid=160811 vsize=5194952 memory=830788409288809 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/160814/task/160855/stat : 160855 (fscip) D 160811 160814 159974 0 -1 1077937220 128 0 0 0 2 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 5194952 KiB
Current children cumulated memory: 4325520 KiB

[startup+3635.7 s]
/proc/loadavg: 80.61 80.46 80.55 62/1024 163010
/proc/meminfo: memFree=766424512/790760804 swapFree=131071996/131071996
[pid=160814] ppid=160811 vsize=5194952 memory=4325520 CPUtime=72001.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/stat : 160814 (fscip) D 160811 160814 159974 0 -1 1077937156 16105971 0 0 0 7183619 16509 0 0 20 0 41 0 24766362 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
/proc/160814/statm: 1298738 1081380 3329 3035 0 1192070 0
[pid=160814/tid=160816] ppid=160811 vsize=5194952 memory=25333125866717268 CPUtime=3602.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160816/stat : 160816 (fscip) D 160811 160814 159974 0 -1 1077937220 763594 0 0 0 360195 100 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160817] ppid=160811 vsize=5194952 memory=1381519180753018 CPUtime=3602.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160817/stat : 160817 (fscip) D 160811 160814 159974 0 -1 1077937220 1300582 0 0 0 360091 172 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160818] ppid=160811 vsize=5194952 memory=0 CPUtime=3599 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160818/stat : 160818 (fscip) D 160811 160814 159974 0 -1 1077937220 306456 0 0 0 356764 3136 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160819] ppid=160811 vsize=5194952 memory=5496 CPUtime=3599.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160819/stat : 160819 (fscip) D 160811 160814 159974 0 -1 1077937220 1055173 0 0 0 359791 189 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160820] ppid=160811 vsize=5194952 memory=25333125866717268 CPUtime=3594.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160820/stat : 160820 (fscip) D 160811 160814 159974 0 -1 1077937220 1295782 0 0 0 359263 189 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160821] ppid=160811 vsize=5194952 memory=4321412 CPUtime=3599.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160821/stat : 160821 (fscip) D 160811 160814 159974 0 -1 1077937220 283511 0 0 0 358507 1434 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160822] ppid=160811 vsize=5194952 memory=33000 CPUtime=3602.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160822/stat : 160822 (fscip) D 160811 160814 159974 0 -1 1077937220 721147 0 0 0 360135 96 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160823] ppid=160811 vsize=5194952 memory=17288 CPUtime=3598.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160823/stat : 160823 (fscip) D 160811 160814 159974 0 -1 1077937220 1508444 0 0 0 359579 284 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160824] ppid=160811 vsize=5194952 memory=2316 CPUtime=3597.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160824/stat : 160824 (fscip) D 160811 160814 159974 0 -1 1077937220 235754 0 0 0 356803 2964 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160825] ppid=160811 vsize=5194952 memory=11448 CPUtime=3597.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160825/stat : 160825 (fscip) D 160811 160814 159974 0 -1 1077937220 655784 0 0 0 359632 91 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160826] ppid=160811 vsize=5194952 memory=10544 CPUtime=3601.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160826/stat : 160826 (fscip) D 160811 160814 159974 0 -1 1077937220 1412975 0 0 0 359953 210 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160827] ppid=160811 vsize=5194952 memory=280227426385776 CPUtime=3598.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160827/stat : 160827 (fscip) D 160811 160814 159974 0 -1 1077937220 205553 0 0 0 357486 2366 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160828] ppid=160811 vsize=5194952 memory=1381587900229770 CPUtime=3598.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160828/stat : 160828 (fscip) D 160811 160814 159974 0 -1 1077937220 704401 0 0 0 359773 95 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160829] ppid=160811 vsize=5194952 memory=12525184486920323 CPUtime=3601.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160829/stat : 160829 (fscip) S 160811 160814 159974 0 -1 4195904 1607160 0 0 0 359652 495 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 140512992401232 14983246 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 0
[pid=160814/tid=160830] ppid=160811 vsize=5194952 memory=280227426405024 CPUtime=3596.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160830/stat : 160830 (fscip) D 160811 160814 159974 0 -1 1077937220 191968 0 0 0 356557 3128 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160831] ppid=160811 vsize=5194952 memory=0 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/160814/task/160831/stat : 160831 (fscip) D 160811 160814 159974 0 -1 1077937220 650416 0 0 0 360283 80 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160832] ppid=160811 vsize=5194952 memory=994478657 CPUtime=3598.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160832/stat : 160832 (fscip) D 160811 160814 159974 0 -1 1077937220 1360955 0 0 0 359631 182 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160833] ppid=160811 vsize=5194952 memory=0 CPUtime=3601.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160833/stat : 160833 (fscip) D 160811 160814 159974 0 -1 1077937220 174073 0 0 0 359151 958 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160834] ppid=160811 vsize=5194952 memory=25333125866717268 CPUtime=3603.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160834/stat : 160834 (fscip) D 160811 160814 159974 0 -1 1077937220 573897 0 0 0 360299 79 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160835] ppid=160811 vsize=5194952 memory=280227424582112 CPUtime=3601.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160835/stat : 160835 (fscip) D 160811 160814 159974 0 -1 1077937220 1079282 0 0 0 359911 211 0 0 20 0 41 0 24766385 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160836] ppid=160811 vsize=5194952 memory=1804 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/160814/task/160836/stat : 160836 (fscip) D 160811 160814 159974 0 -1 1077937220 153 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160837] ppid=160811 vsize=5194952 memory=5512 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/160814/task/160837/stat : 160837 (fscip) D 160811 160814 159974 0 -1 1077937220 134 0 0 0 1 2 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160838] ppid=160811 vsize=5194952 memory=15776 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/160814/task/160838/stat : 160838 (fscip) D 160811 160814 159974 0 -1 1077937220 152 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160839] ppid=160811 vsize=5194952 memory=4325660 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/160814/task/160839/stat : 160839 (fscip) D 160811 160814 159974 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160840] ppid=160811 vsize=5194952 memory=830788409288827 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/160814/task/160840/stat : 160840 (fscip) D 160811 160814 159974 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160841] ppid=160811 vsize=5194952 memory=6720661034891231333 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/160814/task/160841/stat : 160841 (fscip) D 160811 160814 159974 0 -1 1077937220 151 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160842] ppid=160811 vsize=5194952 memory=40456 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/160814/task/160842/stat : 160842 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160843] ppid=160811 vsize=5194952 memory=40456 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/160814/task/160843/stat : 160843 (fscip) D 160811 160814 159974 0 -1 1077937220 154 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160844] ppid=160811 vsize=5194952 memory=8196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/160814/task/160844/stat : 160844 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160845] ppid=160811 vsize=5194952 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/160814/task/160845/stat : 160845 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160846] ppid=160811 vsize=5194952 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/160814/task/160846/stat : 160846 (fscip) D 160811 160814 159974 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160847] ppid=160811 vsize=5194952 memory=11448 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/160814/task/160847/stat : 160847 (fscip) D 160811 160814 159974 0 -1 1077937220 114 0 0 0 2 1 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160848] ppid=160811 vsize=5194952 memory=4325420 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/160814/task/160848/stat : 160848 (fscip) D 160811 160814 159974 0 -1 1077937220 91 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160849] ppid=160811 vsize=5194952 memory=6081946745364959330 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/160814/task/160849/stat : 160849 (fscip) D 160811 160814 159974 0 -1 1077937220 159 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160850] ppid=160811 vsize=5194952 memory=6081946745364959330 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/160814/task/160850/stat : 160850 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160851] ppid=160811 vsize=5194952 memory=280227423177056 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/160814/task/160851/stat : 160851 (fscip) D 160811 160814 159974 0 -1 1077937220 146 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160852] ppid=160811 vsize=5194952 memory=6944656592455359580 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/160814/task/160852/stat : 160852 (fscip) D 160811 160814 159974 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160853] ppid=160811 vsize=5194952 memory=4287184 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/160814/task/160853/stat : 160853 (fscip) D 160811 160814 159974 0 -1 1077937220 147 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160854] ppid=160811 vsize=5194952 memory=4287192 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/160814/task/160854/stat : 160854 (fscip) D 160811 160814 159974 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
[pid=160814/tid=160855] ppid=160811 vsize=5194952 memory=4320048 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/160814/task/160855/stat : 160855 (fscip) D 160811 160814 159974 0 -1 1077937220 128 0 0 0 2 0 0 0 20 0 41 0 24766412 5319630848 1081380 809668444160 4194304 16623229 140734842866400 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52633600 140734842868745 140734842868863 140734842868863 140734842875888 24
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 5194952 KiB
Current children cumulated memory: 4325520 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3635.77
CPU time (s): 72001.3
CPU user time (s): 71836.2
CPU system time (s): 165.16
CPU usage (%): 1980.36
Max. virtual memory (cumulated for all children) (KiB): 5324912
Max. memory (cumulated for all children) (KiB): 4325660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71836.2
system time used= 165.16
maximum resident set size= 4327228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16105971
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= 245098
involuntary context switches= 375649


# summary of solver processes directly reported to runsolver:
#   pid: 160814
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71836.2
#   total CPU system time (s): 165.16

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.5519 second user time and 85.4869 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 08:57:12
IDJOB=4465878
IDBENCH=162167
IDSOLVER=3094
FILE ID=nodeD105/4465878-1722581832
RUNJOBID= nodeD105-1722581828-159984
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622828 MiB

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

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

MD5SUM BENCH= f6eda1605d5c8d227dca004c862e5b86
RANDOM SEED=1512823272

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3004.491
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		: 1268.530
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		: 2633.195
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		: 3070.437
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		: 3005.513
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		: 2664.596
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		: 2636.495
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		: 3090.252
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		: 3002.827
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		: 2660.661
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		: 2635.473
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		: 3090.018
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		: 2997.803
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		: 3591.930
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		: 2627.805
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		: 2920.622
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		: 3001.710
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		: 2824.143
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		: 2637.686
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		: 3089.493
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		: 3000.527
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		: 3298.079
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		: 3891.832
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		: 3086.965
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		: 3005.168
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		: 3451.454
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		: 2640.225
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		: 2911.596
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		: 3005.170
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		: 1542.799
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		: 2628.078
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		: 3088.683
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		: 2998.511
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		: 1575.699
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		: 2646.344
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		: 3088.398
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		: 3005.176
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		: 2522.032
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		: 2625.922
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		: 3087.096
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		: 3001.556
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		: 1634.040
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		: 2644.534
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		: 3087.776
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		: 2997.948
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		: 2655.711
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		: 2633.451
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		: 3087.453
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		: 3005.185
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		: 3186.992
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		: 2645.995
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		: 3087.142
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		: 3004.027
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		: 2647.706
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		: 2625.191
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		: 3086.804
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		: 2997.326
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		: 2661.722
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		: 2640.581
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		: 3086.527
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		: 2999.003
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		: 2661.596
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		: 2651.204
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		: 3019.472
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		: 2997.669
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		: 1342.154
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		: 3741.249
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		: 3086.030
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		: 3003.901
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:        778191492 kB
MemAvailable:   780781428 kB
Buffers:          365348 kB
Cached:          5529620 kB
SwapCached:            0 kB
Active:           567800 kB
Inactive:        9369972 kB
Active(anon):       2192 kB
Inactive(anon):  4063160 kB
Active(file):     565608 kB
Inactive(file):  5306812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28732 kB
Writeback:            76 kB
AnonPages:       4043404 kB
Mapped:           127304 kB
Shmem:             22536 kB
KReclaimable:     274440 kB
Slab:             649896 kB
SReclaimable:     274440 kB
SUnreclaim:       375456 kB
KernelStack:       16304 kB
PageTables:        17864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1845088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           306816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-08-02 09:57:48