Trace number 4465873

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round22-8.opb
MD5SUM02e0faaef515678e6aa0f4acf19b43a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark402.364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 46362624, getVmSize() = 46362624, SCIPgetMemUsed() = 20071257, SCIPgetMemTotal() = 24093393, SCIPgetMemExternEstim() = 12439209
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.19	c ** Estimated virtualMemUsedAtSolver = 37160944, getVmSize() = 67506176, SCIPgetMemUsed() = 23460344, SCIPgetMemTotal() = 43302208, SCIPgetMemExternEstim() = 12439209
0.11/0.19	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.11/0.19	c Original Problem   :
0.11/0.19	c   Problem name     : instance-4465873-1722585786
0.11/0.19	c   Variables        : 4128 (4128 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.19	c   Constraints      : 8736
0.11/0.19	c   Objective sense  : minimize
0.11/0.19	c Presolved Problem  :
0.11/0.19	c   Variables        : 3111 (3111 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.19	c   Constraints      : 6855
0.11/0.19	c Constraints        : Number
0.11/0.19	c   and              : 32 
0.11/0.19	c   linear           : 1208 
0.11/0.19	c   logicor          : 5615 
0.11/0.19	c ** Instance transfer method used: 0
0.11/0.20	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.43	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.43	c                                Nodes    Active                                            
0.33/0.43	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.55/5.72	c         6          13798         382        20                -           0.0000          -
202.21/10.78	c        11          47855         352        20                -           0.0000          -
303.15/15.82	c        16          68248         273        20                -           0.0000          -
402.28/20.87	c        21              2           1        20                -           0.0000          -
503.41/25.92	c        26              2           1        20                -           0.0000          -
602.51/30.97	c        31              2           1        20                -           0.0000          -
701.68/36.01	c        36             10           9        20                -           0.0000          -
803.65/41.06	c        41             10           9        20                -           0.0000          -
902.66/46.11	c        46             10           9        20                -           0.0000          -
1003.89/51.16	c        51             10           9        20                -           0.0000          -
1104.35/56.21	c        56             10           9        20                -           0.0000          -
1203.52/61.26	c        61             10           9        20                -           0.0000          -
1304.71/66.31	c        66             38          37        20                -           0.0000          -
1403.94/71.36	c        71             38          37        20                -           0.0000          -
1505.15/76.41	c        76         419748         374        20                -           0.0000          -
1604.36/81.46	c        81             22          21        20                -           0.0000          -
1705.54/86.51	c        87             22          21        20                -           0.0000          -
1804.76/91.56	c        92             22          21        20                -           0.0000          -
1905.98/96.61	c        97             22          21        20                -           0.0000          -
2005.10/101.67	c       102             22          21        20                -           0.0000          -
2106.33/106.71	c       107             22          21        20                -           0.0000          -
2205.58/111.76	c       112             22          21        20                -           0.0000          -
2306.83/116.81	c       117             22          21        20                -           0.0000          -
2406.07/121.86	c       122             22          21        20                -           0.0000          -
2507.31/126.91	c       127             22          21        20                -           0.0000          -
2606.27/131.95	c       132             22          21        20                -           0.0000          -
2705.25/137.00	c       137             22          21        20                -           0.0000          -
2806.79/142.05	c       142             22          21        20                -           0.0000          -
2906.14/147.07	c       147             22          21        20                -           0.0000          -
3007.29/152.15	c       152             22          21        20                -           0.0000          -
3107.78/157.20	c       157             22          21        20                -           0.0000          -
3206.97/162.23	c       162             22          21        20                -           0.0000          -
3308.12/167.30	c       167             22          21        20                -           0.0000          -
3407.16/172.35	c       172             22          21        20                -           0.0000          -
3508.29/177.40	c       177             22          21        20                -           0.0000          -
3607.53/182.45	c       182             22          21        20                -           0.0000          -
3708.74/187.52	c       188             22          21        20                -           0.0000          -
3807.71/192.57	c       193             22          21        20                -           0.0000          -
3908.90/197.62	c       198             22          21        20                -           0.0000          -
4007.93/202.67	c       203             22          21        20                -           0.0000          -
4107.11/207.69	c       208             22          21        20                -           0.0000          -
4208.44/212.78	c       213             22          21        20                -           0.0000          -
4309.49/217.82	c       218             22          21        20                -           0.0000          -
4408.73/222.87	c       223             22          21        20                -           0.0000          -
4509.92/227.92	c       228             22          21        20                -           0.0000          -
4608.98/232.97	c       233             22          21        20                -           0.0000          -
4708.19/238.02	c       238             22          21        20                -           0.0000          -
4810.28/243.07	c       243             22          21        20                -           0.0000          -
4909.54/248.13	c       248             22          21        20                -           0.0000          -
5010.61/253.17	c       253            780         779        20                -           0.0000          -
5110.96/258.21	c       258            780         779        20                -           0.0000          -
5210.19/263.26	c       263             30          29        20                -           0.0000          -
5311.36/268.31	c       268            575         570        20                -           0.0000          -
5410.56/273.37	c       273             34          33        20                -           0.0000          -
5511.68/278.41	c       278            675         666        20                -           0.0000          -
5610.82/283.46	c       283            945         944        20                -           0.0000          -
5711.98/288.51	c       289             40          39        20                -           0.0000          -
5811.16/293.56	c       294             40          39        20                -           0.0000          -
5912.20/298.61	c       299           1040        1039        20                -           0.0000          -
6011.42/303.66	c       304           1051           1        20                -           0.0000          -
6112.52/308.71	c       309           1051           1        20                -           0.0000          -
6211.83/313.76	c       314           1051           1        20                -           0.0000          -
6312.87/318.81	c       319           1051           1        20                -           0.0000          -
6412.15/323.84	c       324           1051           1        20                -           0.0000          -
6511.32/328.88	c       329           1051           1        20                -           0.0000          -
6612.58/333.96	c       334           1051           1        20                -           0.0000          -
6711.85/339.00	c       339           1051           1        20                -           0.0000          -
6813.73/344.07	c       344           1051           1        20                -           0.0000          -
6913.01/349.11	c       349           1051           1        20                -           0.0000          -
7014.17/354.16	c       354           1051           1        20                -           0.0000          -
7114.45/359.21	c       359           1051           1        20                -           0.0000          -
7213.71/364.26	c       364            120         119        20                -           0.0000          -
7314.96/369.31	c       369           1241        1214        20                -           0.0000          -
7414.24/374.36	c       374            140         139        20                -           0.0000          -
7513.50/379.39	c       379            146         145        20                -           0.0000          -
7614.74/384.46	c       384           1094          44        20                -           0.0000          -
7715.84/389.51	c       390           1102          52        20                -           0.0000          -
7815.26/394.56	c       395           1102          52        20                -           0.0000          -
7916.35/399.61	c       400           1102          52        20                -           0.0000          -
8015.64/404.66	c       405           1433        1406        20                -           0.0000          -
8114.91/409.70	c       410           1433        1406        20                -           0.0000          -
8216.23/414.76	c       415            252         251        20                -           0.0000          -
8317.23/419.81	c       420           1492        1465        20                -           0.0000          -
8416.45/424.86	c       425            294         293        20                -           0.0000          -
8517.64/429.92	c       430           1513        1486        20                -           0.0000          -
8616.87/434.96	c       435           1513        1486        20                -           0.0000          -
8716.12/440.01	c       440           1436         370        20                -           0.0000          -
8818.03/445.06	c       445           1521        1494        20                -           0.0000          -
8917.29/450.11	c       450           1531         465        20                -           0.0000          -
9018.52/455.16	c       455        2547863         365        20                -           0.0000          -
9118.82/460.21	c       460           1573        1546        20                -           0.0000          -
9217.98/465.23	c       465           1573        1546        20                -           0.0000          -
9319.18/470.32	c       470           1573        1546        20                -           0.0000          -
9418.32/475.33	c       475           1573        1546        20                -           0.0000          -
9519.43/480.41	c       480           1573        1546        20                -           0.0000          -
9618.49/485.46	c       485           1573        1546        20                -           0.0000          -
9719.55/490.51	c       491           1573        1546        20                -           0.0000          -
9818.39/495.56	c       496           1875         761        20                -           0.0000          -
9919.52/500.61	c       501           1890         776        20                -           0.0000          -
10018.80/505.66	c       506           1623        1596        20                -           0.0000          -
10119.78/510.71	c       511           2249        1014        20                -           0.0000          -
10218.88/515.76	c       516           2249        1014        20                -           0.0000          -
10319.93/520.82	c       521           2249        1014        20                -           0.0000          -
10419.12/525.84	c       526           1699        1672        20                -           0.0000          -
10518.29/530.86	c       531           1751        1722        20                -           0.0000          -
10619.49/535.90	c       536           1751        1722        20                -           0.0000          -
10718.66/540.92	c       541           1751        1722        20                -           0.0000          -
10820.50/546.06	c       546            651         650        20                -           0.0000          -
10919.65/551.11	c       551           1795        1766        20                -           0.0000          -
11020.99/556.16	c       556           1795        1766        20                -           0.0000          -
11121.43/561.21	c       561            696         695        20                -           0.0000          -
11220.71/566.26	c       566           1830        1801        20                -           0.0000          -
11321.79/571.31	c       571           1830        1801        20                -           0.0000          -
11420.95/576.35	c       576           1831        1802        20                -           0.0000          -
11522.01/581.41	c       581           1840        1811        20                -           0.0000          -
11620.88/586.46	c       586           1855        1826        20                -           0.0000          -
11722.14/591.51	c       592           1855        1826        20                -           0.0000          -
11821.18/596.54	c       597           7334        1303        20                -           0.0000          -
11922.39/601.60	c       602           1930        1901        20                -           0.0000          -
12021.40/606.66	c       607        2432926         224        20                -           0.0000          -
12122.62/611.71	c       612            880         879        20                -           0.0000          -
12221.82/616.76	c       617            904         903        20                -           0.0000          -
12323.01/621.81	c       622           9576        1362        20                -           0.0000          -
12422.13/626.86	c       627           2187        2158        20                -           0.0000          -
12523.41/631.91	c       632           2187        2158        20                -           0.0000          -
12622.46/636.96	c       637        2567956         223        20                -           0.0000          -
12721.64/642.01	c       642           2299        2270        20                -           0.0000          -
12823.46/647.06	c       647           2299        2270        20                -           0.0000          -
12922.46/652.09	c       652           2299        2270        20                -           0.0000          -
13023.49/657.16	c       657           2305        2276        20                -           0.0000          -
13124.00/662.21	c       662           1031        1030        20                -           0.0000          -
13223.13/667.26	c       667           1050           0        20                -           0.0000          -
13324.32/672.32	c       672           1050           0        20                -           0.0000          -
13423.55/677.33	c       677           1050           0        20                -           0.0000          -
13522.66/682.38	c       682           1050           0        20                -           0.0000          -
13623.72/687.46	c       687           1050           0        20                -           0.0000          -
13724.90/692.51	c       693           1050           0        20                -           0.0000          -
13824.07/697.56	c       698           1050           0        20                -           0.0000          -
13924.98/702.61	c       703           1050           0        20                -           0.0000          -
14023.91/707.66	c       708           1050           0        20                -           0.0000          -
14125.08/712.71	c       713           1050           0        20                -           0.0000          -
14223.92/717.76	c       718           1050           0        20                -           0.0000          -
14325.14/722.81	c       723           1050           0        20                -           0.0000          -
14424.20/727.86	c       728           2699        2654        20                -           0.0000          -
14525.38/732.91	c       733           2703        2658        20                -           0.0000          -
14624.61/737.96	c       738           2703        2658        20                -           0.0000          -
14723.87/743.01	c       743           1091          41        20                -           0.0000          -
14825.90/748.06	c       748           1095          45        20                -           0.0000          -
14924.85/753.11	c       753           2779        2732        20                -           0.0000          -
15025.74/758.16	c       758           2779        2732        20                -           0.0000          -
15126.28/763.21	c       763           2779        2732        20                -           0.0000          -
15225.44/768.26	c       768           1118          68        20                -           0.0000          -
15326.61/773.31	c       773           1123          73        20                -           0.0000          -
15425.71/778.36	c       778           1132          82        20                -           0.0000          -
15524.82/783.38	c       783           2917        2866        20                -           0.0000          -
15624.05/788.39	c       788           1175         125        20                -           0.0000          -
15725.19/793.41	c       793           1189         139        20                -           0.0000          -
15824.23/798.46	c       798           2992        2941        20                -           0.0000          -
15925.43/803.59	c       804           2992        2941        20                -           0.0000          -
16026.60/808.65	c       809           1251         201        20                -           0.0000          -
16125.81/813.69	c       814          26758        1433        20                -           0.0000          -
16227.01/818.76	c       819           3154        3103        20                -           0.0000          -
16328.23/823.82	c       824           3154        3103        20                -           0.0000          -
16427.34/828.86	c       829           1600         482        20                -           0.0000          -
16528.54/833.91	c       834           3267        3216        20                -           0.0000          -
16627.73/838.93	c       839           3267        3216        20                -           0.0000          -
16726.98/843.98	c       844          29291        1519        20                -           0.0000          -
16828.71/849.05	c       849           3377        3326        20                -           0.0000          -
16928.17/854.11	c       854           3377        3326        20                -           0.0000          -
17029.13/859.16	c       859           3468        3415        20                -           0.0000          -
17129.59/864.21	c       864          31100        1532        20                -           0.0000          -
17228.66/869.26	c       869           3587        3534        20                -           0.0000          -
17327.84/874.28	c       874        3716772         223        20                -           0.0000          -
17428.98/879.35	c       879        3737124         231        20                -           0.0000          -
17530.14/884.41	c       884          32751        1523        20                -           0.0000          -
17629.27/889.46	c       889           3764        3711        20                -           0.0000          -
17730.42/894.51	c       895           3764        3711        20                -           0.0000          -
17829.62/899.54	c       900        3805636         229        20                -           0.0000          -
17930.83/904.61	c       905           3781        3728        20                -           0.0000          -
18029.94/909.66	c       910           3781        3728        20                -           0.0000          -
18131.10/914.71	c       915           3781        3728        20                -           0.0000          -
18230.34/919.75	c       920           3781        3728        20                -           0.0000          -
18331.47/924.81	c       925           3781        3728        20                -           0.0000          -
18430.70/929.86	c       930           3781        3728        20                -           0.0000          -
18531.86/934.92	c       935           3781        3728        20                -           0.0000          -
18631.05/939.95	c       940           3781        3728        20                -           0.0000          -
18730.25/945.02	c       945        3974226         231        20                -           0.0000          -
18832.09/950.06	c       950           3799        3746        20                -           0.0000          -
18931.29/955.08	c       955           3799        3746        20                -           0.0000          -
19032.36/960.14	c       960           3930        3877        20                -           0.0000          -
19132.93/965.21	c       965          10489         735        20                -           0.0000          -
19232.12/970.26	c       970           4053        3998        20                -           0.0000          -
19333.29/975.32	c       975           4053        3998        20                -           0.0000          -
19432.47/980.36	c       980           4053        3998        20                -           0.0000          -
19533.56/985.41	c       985           4081        4026        20                -           0.0000          -
19632.50/990.46	c       990          13600         735        20                -           0.0000          -
19733.51/995.51	c       996           4213        4158        20                -           0.0000          -
19832.38/1000.56	c      1001        4188774         228        20                -           0.0000          -
19933.50/1005.61	c      1006        4206440         230        20                -           0.0000          -
20032.71/1010.66	c      1011           4335        4280        20                -           0.0000          -
20133.80/1015.71	c      1016           4335        4280        20                -           0.0000          -
20232.92/1020.76	c      1021           4402        4347        20                -           0.0000          -
20334.05/1025.80	c      1026        4278330         236        20                -           0.0000          -
20433.15/1030.85	c      1031        4295308         228        20                -           0.0000          -
20534.32/1035.90	c      1036           4598        4541        20                -           0.0000          -
20633.55/1040.95	c      1041           4598        4541        20                -           0.0000          -
20732.71/1046.00	c      1046          46854        1690        20                -           0.0000          -
20834.63/1051.05	c      1051           4645        4588        20                -           0.0000          -
20933.64/1056.07	c      1056          47844        1689        20                -           0.0000          -
21034.84/1061.15	c      1061          48290        1708        20                -           0.0000          -
21135.30/1066.20	c      1066           4759        4702        20                -           0.0000          -
21234.44/1071.25	c      1071           4777        4720        20                -           0.0000          -
21335.60/1076.30	c      1076          49373        1695        20                -           0.0000          -
21434.81/1081.32	c      1081        4535378         234        20                -           0.0000          -
21533.90/1086.37	c      1086           4884        4827        20                -           0.0000          -
21634.91/1091.46	c      1091        4586031         239        20                -           0.0000          -
21736.03/1096.50	c      1097           4973        4914        20                -           0.0000          -
21834.97/1101.55	c      1102           4990        4931        20                -           0.0000          -
21934.16/1106.58	c      1107           4990        4931        20                -           0.0000          -
22035.36/1111.65	c      1112           4990        4931        20                -           0.0000          -
22136.56/1116.70	c      1117           5022        4963        20                -           0.0000          -
22235.99/1121.76	c      1122        4737213         237        20                -           0.0000          -
22337.00/1126.80	c      1127           5045        4984        20                -           0.0000          -
22436.24/1131.82	c      1132        4787270         238        20                -           0.0000          -
22535.45/1136.85	c      1137        4812457         239        20                -           0.0000          -
22636.66/1141.91	c      1142          27740         746        20                -           0.0000          -
22735.85/1147.00	c      1147           5162        5099        20                -           0.0000          -
22837.70/1152.05	c      1152          28674         736        20                -           0.0000          -
22937.11/1157.10	c      1157           5214        5151        20                -           0.0000          -
23037.93/1162.15	c      1162           5237        5174        20                -           0.0000          -
23137.13/1167.18	c      1167           5287        5224        20                -           0.0000          -
23237.63/1172.25	c      1172        4975678         238        20                -           0.0000          -
23338.72/1177.30	c      1177        4997409         237        20                -           0.0000          -
23437.78/1182.32	c      1182        5021362         239        20                -           0.0000          -
23536.95/1187.39	c      1187           5481        5418        20                -           0.0000          -
23638.09/1192.45	c      1192           5481        5418        20                -           0.0000          -
23739.19/1197.51	c      1198           5481        5418        20                -           0.0000          -
23838.41/1202.55	c      1203           5496        5433        20                -           0.0000          -
23939.55/1207.61	c      1208           5535        5472        20                -           0.0000          -
24038.77/1212.65	c      1213        5163510         239        20                -           0.0000          -
24139.99/1217.71	c      1218           5627        5562        20                -           0.0000          -
24239.26/1222.75	c      1223           5682        5617        20                -           0.0000          -
24340.42/1227.80	c      1228           5682        5617        20                -           0.0000          -
24439.65/1232.82	c      1233           5689        5624        20                -           0.0000          -
24538.86/1237.84	c      1238           5779        5714        20                -           0.0000          -
24638.11/1242.90	c      1243        5308164         245        20                -           0.0000          -
24739.21/1247.92	c      1248          65172        1836        20                -           0.0000          -
24838.45/1253.01	c      1253          65668        1832        20                -           0.0000          -
24940.26/1258.11	c      1258           5887        5822        20                -           0.0000          -
25041.45/1263.15	c      1263           5907        5842        20                -           0.0000          -
25140.57/1268.18	c      1268           5907        5842        20                -           0.0000          -
25239.74/1273.19	c      1273          67324        1851        20                -           0.0000          -
25340.20/1278.25	c      1278        5478879         248        20                -           0.0000          -
25441.30/1283.30	c      1283           5979        5914        20                -           0.0000          -
25540.39/1288.37	c      1288           5979        5914        20                -           0.0000          -
25639.51/1293.38	c      1293           5979        5914        20                -           0.0000          -
25740.40/1298.40	c      1298          41879         784        20                -           0.0000          -
25839.53/1303.45	c      1303           6095        6028        20                -           0.0000          -
25938.71/1308.50	c      1308          70003        1824        20                -           0.0000          -
26039.83/1313.54	c      1314           6194        6127        20                -           0.0000          -
26140.84/1318.60	c      1319          71015        1843        20                -           0.0000          -
26240.06/1323.65	c      1324           6263        6194        20                -           0.0000          -
26339.19/1328.69	c      1329           6263        6194        20                -           0.0000          -
26442.28/1333.81	c      1334           6263        6194        20                -           0.0000          -
26543.37/1338.91	c      1339           6263        6194        20                -           0.0000          -
26642.55/1343.95	c      1344           6263        6194        20                -           0.0000          -
26741.74/1349.00	c      1349           6263        6194        20                -           0.0000          -
26843.57/1354.05	c      1354           6263        6194        20                -           0.0000          -
26942.69/1359.10	c      1359           6263        6194        20                -           0.0000          -
27043.75/1364.15	c      1364          75038        1831        20                -           0.0000          -
27144.07/1369.20	c      1369           6385        6312        20                -           0.0000          -
27243.19/1374.26	c      1374        5893657         247        20                -           0.0000          -
27344.12/1379.30	c      1379           6446        6373        20                -           0.0000          -
27443.26/1384.35	c      1384        5944975         247        20                -           0.0000          -
27544.05/1389.40	c      1389           6568        6495        20                -           0.0000          -
27643.17/1394.46	c      1394           6624        6551        20                -           0.0000          -
27744.04/1399.50	c      1400           6624        6551        20                -           0.0000          -
27843.08/1404.55	c      1405        6048124         248        20                -           0.0000          -
27944.20/1409.60	c      1410           6651        6578        20                -           0.0000          -
28043.07/1414.65	c      1415           6669        6596        20                -           0.0000          -
28144.16/1419.70	c      1420           6706        6633        20                -           0.0000          -
28243.12/1424.75	c      1425           6738        6665        20                -           0.0000          -
28344.09/1429.80	c      1430           6742        6669        20                -           0.0000          -
28443.23/1434.86	c      1435           6742        6669        20                -           0.0000          -
28544.22/1439.90	c      1440           6742        6669        20                -           0.0000          -
28643.38/1444.95	c      1445          55891         877        20                -           0.0000          -
28742.20/1449.96	c      1450        6275674         245        20                -           0.0000          -
28841.37/1455.02	c      1455           6921        6846        20                -           0.0000          -
28943.20/1460.10	c      1460          84221        1816        20                -           0.0000          -
29044.43/1465.15	c      1465           7006        6931        20                -           0.0000          -
29144.84/1470.20	c      1470           7006        6931        20                -           0.0000          -
29244.07/1475.25	c      1475           7012        6937        20                -           0.0000          -
29343.22/1480.28	c      1480          86037        1795        20                -           0.0000          -
29444.22/1485.35	c      1485           7118        7039        20                -           0.0000          -
29545.23/1490.40	c      1490           7133        7054        20                -           0.0000          -
29644.07/1495.45	c      1495           7133        7054        20                -           0.0000          -
29745.05/1500.50	c      1501        6461961         244        20                -           0.0000          -
29844.24/1505.56	c      1506        6479652         245        20                -           0.0000          -
29945.47/1510.61	c      1511        6498184         251        20                -           0.0000          -
30044.39/1515.65	c      1516        6520753         258        20                -           0.0000          -
30145.61/1520.70	c      1521        6545861         256        20                -           0.0000          -
30244.77/1525.74	c      1526        6570732         255        20                -           0.0000          -
30346.02/1530.80	c      1531           7495        7406        20                -           0.0000          -
30445.28/1535.85	c      1536           7495        7406        20                -           0.0000          -
30546.55/1540.91	c      1541           7495        7406        20                -           0.0000          -
30645.76/1545.95	c      1546        6668706         257        20                -           0.0000          -
30745.00/1551.00	c      1551           7648        7559        20                -           0.0000          -
30846.70/1556.05	c      1556           7694        7605        20                -           0.0000          -
30945.96/1561.10	c      1561           7694        7605        20                -           0.0000          -
31045.15/1566.12	c      1566        6761292         260        20                -           0.0000          -
31147.61/1571.20	c      1571           7805        7716        20                -           0.0000          -
31246.85/1576.25	c      1576           7836        7747        20                -           0.0000          -
31348.06/1581.30	c      1581        6822824         256        20                -           0.0000          -
31447.27/1586.35	c      1586           8039        7950        20                -           0.0000          -
31546.53/1591.40	c      1591        6864480         256        20                -           0.0000          -
31647.67/1596.45	c      1596           8148        8059        20                -           0.0000          -
31748.72/1601.50	c      1602        6908058         254        20                -           0.0000          -
31847.91/1606.55	c      1607          97494        1794        20                -           0.0000          -
31947.16/1611.58	c      1612           8368        8275        20                -           0.0000          -
32046.13/1616.59	c      1617          72282         870        20                -           0.0000          -
32147.37/1621.69	c      1622          72789         871        20                -           0.0000          -
32248.46/1626.72	c      1627          73340         864        20                -           0.0000          -
32349.63/1631.80	c      1632          73917         875        20                -           0.0000          -
32448.84/1636.85	c      1637           8724        8631        20                -           0.0000          -
32550.05/1641.90	c      1642          75185         866        20                -           0.0000          -
32649.29/1646.95	c      1647           8835        8742        20                -           0.0000          -
32748.49/1652.00	c      1652           8882        8789        20                -           0.0000          -
32850.37/1657.05	c      1657        7164394         260        20                -           0.0000          -
32949.81/1662.10	c      1662        7184805         255        20                -           0.0000          -
33051.01/1667.15	c      1667        7203392         262        20                -           0.0000          -
33150.25/1672.17	c      1672           9163        9070        20                -           0.0000          -
33250.61/1677.25	c      1677           9163        9070        20                -           0.0000          -
33351.86/1682.30	c      1682           9163        9070        20                -           0.0000          -
33451.07/1687.35	c      1687        7300138         259        20                -           0.0000          -
33552.26/1692.40	c      1692        7325008         261        20                -           0.0000          -
33651.39/1697.45	c      1697           9325        9232        20                -           0.0000          -
33750.59/1702.48	c      1702         106266        1787        20                -           0.0000          -
33851.65/1707.55	c      1708         106632        1761        20                -           0.0000          -
33952.84/1712.60	c      1713           9530        9437        20                -           0.0000          -
34051.96/1717.65	c      1718        7435154         261        20                -           0.0000          -
34153.08/1722.70	c      1723           9678        9585        20                -           0.0000          -
34252.29/1727.75	c      1728           9694        9601        20                -           0.0000          -
34353.48/1732.80	c      1733           9694        9601        20                -           0.0000          -
34452.69/1737.85	c      1738           9694        9601        20                -           0.0000          -
34553.79/1742.90	c      1743           9707        9614        20                -           0.0000          -
34652.84/1747.95	c      1748           9707        9614        20                -           0.0000          -
34751.92/1753.00	c      1753           9730        9635        20                -           0.0000          -
34853.70/1758.05	c      1758           9780        9685        20                -           0.0000          -
34952.86/1763.10	c      1763           9808        9713        20                -           0.0000          -
35054.01/1768.15	c      1768        7703232         255        20                -           0.0000          -
35154.38/1773.20	c      1773        7728389         256        20                -           0.0000          -
35253.56/1778.23	c      1778        7753654         259        20                -           0.0000          -
35354.63/1783.30	c      1783          10138       10043        20                -           0.0000          -
35453.79/1788.35	c      1788          10176       10081        20                -           0.0000          -
35552.97/1793.39	c      1793          10176       10081        20                -           0.0000          -
35654.18/1798.42	c      1798          10176       10081        20                -           0.0000          -
35753.40/1803.49	c      1803        7872996         255        20                -           0.0000          -
35854.59/1808.55	c      1809          10177       10082        20                -           0.0000          -
35955.74/1813.60	c      1814          10177       10082        20                -           0.0000          -
36054.92/1818.65	c      1819          10177       10082        20                -           0.0000          -
36156.12/1823.70	c      1824          10177       10082        20                -           0.0000          -
36255.36/1828.75	c      1829          10177       10082        20                -           0.0000          -
36354.55/1833.76	c      1834          10177       10082        20                -           0.0000          -
36455.79/1838.85	c      1839          10177       10082        20                -           0.0000          -
36556.80/1843.90	c      1844          10177       10082        20                -           0.0000          -
36655.91/1848.94	c      1849          10177       10082        20                -           0.0000          -
36755.08/1854.00	c      1854          10177       10082        20                -           0.0000          -
36856.98/1859.06	c      1859          10242       10143        20                -           0.0000          -
36956.09/1864.11	c      1864          10324       10223        20                -           0.0000          -
37056.93/1869.15	c      1869         120170        1845        20                -           0.0000          -
37156.35/1874.19	c      1874          10486       10385        20                -           0.0000          -
37256.77/1879.26	c      1879          10525       10424        20                -           0.0000          -
37357.91/1884.30	c      1884          10588       10487        20                -           0.0000          -
37457.13/1889.35	c      1889         121955        1868        20                -           0.0000          -
37556.31/1894.38	c      1894         102944         735        20                -           0.0000          -
37657.49/1899.42	c      1899          10783       10682        20                -           0.0000          -
37756.68/1904.43	c      1904         103976         849        20                -           0.0000          -
37855.87/1909.48	c      1909          10944       10843        20                -           0.0000          -
37957.04/1914.50	c      1914         104996         861        20                -           0.0000          -
38056.21/1919.58	c      1920         124082        1902        20                -           0.0000          -
38157.37/1924.61	c      1925         124196        1914        20                -           0.0000          -
38256.54/1929.63	c      1930          11204       11103        20                -           0.0000          -
38355.41/1934.64	c      1935        8544275         262        20                -           0.0000          -
38456.53/1939.78	c      1940        8571155         252        20                -           0.0000          -
38559.63/1944.90	c      1945        8598754         255        20                -           0.0000          -
38658.69/1949.96	c      1950          11544       11441        20                -           0.0000          -
38757.82/1954.97	c      1955        8654990         257        20                -           0.0000          -
38859.71/1960.05	c      1960        8684040         255        20                -           0.0000          -
38958.87/1965.11	c      1965          11630       11527        20                -           0.0000          -
39060.01/1970.16	c      1970          11694       11591        20                -           0.0000          -
39160.46/1975.21	c      1975          11761           0        20                -           0.0000          -
39259.64/1980.26	c      1980          11761           0        20                -           0.0000          -
39360.80/1985.30	c      1985          11762           1        20                -           0.0000          -
39459.72/1990.35	c      1990        8853893         258        20                -           0.0000          -
39558.73/1995.40	c      1995        8881871         252        20                -           0.0000          -
39659.70/2000.45	c      2000          11874         113        20                -           0.0000          -
39760.88/2005.50	c      2006          11950         189        20                -           0.0000          -
39860.07/2010.55	c      2011          12002         241        20                -           0.0000          -
39961.27/2015.60	c      2016          12012         251        20                -           0.0000          -
40060.45/2020.63	c      2021        9018230         246        20                -           0.0000          -
40159.64/2025.64	c      2026        9040711         251        20                -           0.0000          -
40260.52/2030.75	c      2031          12438         667        20                -           0.0000          -
40361.25/2035.81	c      2036        9085410         252        20                -           0.0000          -
40460.41/2040.85	c      2041          13289         860        20                -           0.0000          -
40561.60/2045.91	c      2046          13658         878        20                -           0.0000          -
40660.74/2050.95	c      2051        9150864         244        20                -           0.0000          -
40759.92/2055.99	c      2056          14165         878        20                -           0.0000          -
40861.79/2061.05	c      2061        9193975         249        20                -           0.0000          -
40961.00/2066.06	c      2066         136644        2017        20                -           0.0000          -
41060.17/2071.11	c      2071        9236763         247        20                -           0.0000          -
41161.35/2076.17	c      2076        9261946         248        20                -           0.0000          -
41261.76/2081.23	c      2081        9288072         250        20                -           0.0000          -
41360.97/2086.27	c      2086          16229         885        20                -           0.0000          -
41462.13/2091.33	c      2091        9332755         245        20                -           0.0000          -
41561.27/2096.37	c      2096        9357452         250        20                -           0.0000          -
41662.43/2101.43	c      2101          17201         881        20                -           0.0000          -
41761.54/2106.44	c      2106        9397846         253        20                -           0.0000          -
41862.65/2111.51	c      2112        9420473         248        20                -           0.0000          -
41961.82/2116.57	c      2117         140905        2042        20                -           0.0000          -
42062.89/2121.63	c      2122         141402        2053        20                -           0.0000          -
42162.03/2126.68	c      2127          18999         870        20                -           0.0000          -
42263.19/2131.74	c      2132         142355        2050        20                -           0.0000          -
42362.41/2136.76	c      2137         128269         820        20                -           0.0000          -
42461.56/2141.80	c      2142          20364         878        20                -           0.0000          -
42562.75/2146.84	c      2147          20595         876        20                -           0.0000          -
42663.78/2151.90	c      2152         129656         811        20                -           0.0000          -
42762.86/2156.94	c      2157         130207         830        20                -           0.0000          -
42862.06/2162.00	c      2162          22266         892        20                -           0.0000          -
42963.70/2167.04	c      2167          22492         897        20                -           0.0000          -
43063.00/2172.10	c      2172         131777         861        20                -           0.0000          -
43164.14/2177.18	c      2177          22839         900        20                -           0.0000          -
43264.50/2182.22	c      2182         132799         889        20                -           0.0000          -
43363.56/2187.28	c      2187         133384         881        20                -           0.0000          -
43464.85/2192.34	c      2192        9794472         233        20                -           0.0000          -
43563.93/2197.39	c      2197        9813033         239        20                -           0.0000          -
43664.98/2202.43	c      2202        9829666         236        20                -           0.0000          -
43764.02/2207.44	c      2207        9849282         234        20                -           0.0000          -
43865.13/2212.52	c      2213        9876855         238        20                -           0.0000          -
43964.17/2217.57	c      2218        9900859         242        20                -           0.0000          -
44065.32/2222.62	c      2223        9919748         241        20                -           0.0000          -
44164.47/2227.64	c      2228        9939555         236        20                -           0.0000          -
44263.57/2232.68	c      2233          27042         903        20                -           0.0000          -
44364.41/2237.73	c      2238         152593        1993        20                -           0.0000          -
44465.47/2242.84	c      2243          27525         901        20                -           0.0000          -
44564.45/2247.88	c      2248          27831         910        20                -           0.0000          -
44665.55/2252.95	c      2253         154203        1979        20                -           0.0000          -
44764.76/2258.01	c      2258         154737        1994        20                -           0.0000          -
44866.51/2263.07	c      2263         155282        1992        20                -           0.0000          -
44965.71/2268.11	c      2268          28847         897        20                -           0.0000          -
45066.83/2273.16	c      2273       10095906         181        20                -           0.0000          -
45167.26/2278.21	c      2278         156421        2020        20                -           0.0000          -
45266.44/2283.26	c      2283       10143929         178        20                -           0.0000          -
45367.62/2288.31	c      2288       10165828         181        20                -           0.0000          -
45466.80/2293.36	c      2293       10186023         189        20                -           0.0000          -
45567.98/2298.41	c      2298       10208165         197        20                -           0.0000          -
45667.15/2303.46	c      2303       10224696         181        20                -           0.0000          -
45768.33/2308.51	c      2309          31179         887        20                -           0.0000          -
45867.56/2313.53	c      2314       10263672         207        20                -           0.0000          -
45968.76/2318.62	c      2319       10284468         200        20                -           0.0000          -
46067.96/2323.66	c      2324       10302673         205        20                -           0.0000          -
46169.08/2328.71	c      2329       10323619         204        20                -           0.0000          -
46268.30/2333.75	c      2334       10342892         197        20                -           0.0000          -
46367.53/2338.78	c      2339         161667        2043        20                -           0.0000          -
46468.61/2343.85	c      2344         161734        2051        20                -           0.0000          -
46569.72/2348.91	c      2349       10404881         202        20                -           0.0000          -
46668.67/2353.97	c      2354          35018         880        20                -           0.0000          -
46767.70/2359.01	c      2359       10446510         237        20                -           0.0000          -
46869.41/2364.06	c      2364       10472336         199        20                -           0.0000          -
46968.57/2369.10	c      2369          36362         898        20                -           0.0000          -
47067.75/2374.12	c      2374       10522554         211        20                -           0.0000          -
47168.72/2379.19	c      2379       10551967         205        20                -           0.0000          -
47269.23/2384.26	c      2384         153942         845        20                -           0.0000          -
47368.38/2389.28	c      2389         154475         838        20                -           0.0000          -
47467.44/2394.29	c      2394         155099         843        20                -           0.0000          -
47568.56/2399.34	c      2399         155628         853        20                -           0.0000          -
47667.83/2404.39	c      2404         156335         867        20                -           0.0000          -
47768.88/2409.45	c      2409       10683659         199        20                -           0.0000          -
47868.07/2414.48	c      2414       10707629         199        20                -           0.0000          -
47971.21/2419.61	c      2420       10727261         192        20                -           0.0000          -
48070.44/2424.67	c      2425       10748858         197        20                -           0.0000          -
48171.64/2429.72	c      2430       10767094         200        20                -           0.0000          -
48270.83/2434.76	c      2435       10784056         188        20                -           0.0000          -
48371.98/2439.81	c      2440       10803052         194        20                -           0.0000          -
48471.19/2444.84	c      2445       10821654         196        20                -           0.0000          -
48572.33/2449.91	c      2450       10837902         194        20                -           0.0000          -
48671.52/2454.96	c      2455       10854109         187        20                -           0.0000          -
48770.59/2460.02	c      2460       10875323         195        20                -           0.0000          -
48872.41/2465.07	c      2465       10899777         197        20                -           0.0000          -
48971.74/2470.12	c      2470          48988         886        20                -           0.0000          -
49072.77/2475.16	c      2475          49598         885        20                -           0.0000          -
49173.15/2480.21	c      2480       10968294         190        20                -           0.0000          -
49272.33/2485.26	c      2485       10991240         189        20                -           0.0000          -
49373.52/2490.32	c      2490       11018185         196        20                -           0.0000          -
49472.67/2495.37	c      2495       11038003         193        20                -           0.0000          -
49573.78/2500.41	c      2500       11052869         197        20                -           0.0000          -
49672.95/2505.47	c      2505       11067087         199        20                -           0.0000          -
49774.22/2510.51	c      2511         177240        2151        20                -           0.0000          -
49873.31/2515.57	c      2516       11100805         197        20                -           0.0000          -
49972.39/2520.58	c      2521          53226         912        20                -           0.0000          -
50071.60/2525.59	c      2526         178669        2177        20                -           0.0000          -
50172.75/2530.61	c      2531         179196        2198        20                -           0.0000          -
50271.75/2535.64	c      2536         179726        2199        20                -           0.0000          -
50372.84/2540.71	c      2541         180230        2206        20                -           0.0000          -
50474.02/2545.86	c      2546         180763        2207        20                -           0.0000          -
50575.24/2550.91	c      2551         181351        2202        20                -           0.0000          -
50674.45/2555.97	c      2556         181929        2190        20                -           0.0000          -
50773.68/2561.02	c      2561         182476        2165        20                -           0.0000          -
50875.51/2566.07	c      2566       11300086         186        20                -           0.0000          -
50974.64/2571.11	c      2571       11318018         194        20                -           0.0000          -
51075.95/2576.16	c      2576       11337156         197        20                -           0.0000          -
51176.39/2581.21	c      2581       11362423         193        20                -           0.0000          -
51275.56/2586.26	c      2586         184588        2171        20                -           0.0000          -
51376.69/2591.31	c      2591       11399553         192        20                -           0.0000          -
51475.76/2596.36	c      2596       11421743         194        20                -           0.0000          -
51576.93/2601.41	c      2601         185784        2237        20                -           0.0000          -
51676.13/2606.42	c      2606         186126        2236        20                -           0.0000          -
51775.32/2611.49	c      2611         186657        2241        20                -           0.0000          -
51876.49/2616.54	c      2617         187177        2252        20                -           0.0000          -
51975.66/2621.58	c      2622         187693        2250        20                -           0.0000          -
52074.84/2626.60	c      2627          62393         905        20                -           0.0000          -
52175.89/2631.67	c      2632          62816         905        20                -           0.0000          -
52277.00/2636.77	c      2637         180724         741        20                -           0.0000          -
52378.16/2641.81	c      2642         181175         734        20                -           0.0000          -
52477.36/2646.87	c      2647         181600         746        20                -           0.0000          -
52578.54/2651.91	c      2652         182059         736        20                -           0.0000          -
52677.73/2656.93	c      2657         182488         733        20                -           0.0000          -
52776.91/2662.01	c      2662         182950         734        20                -           0.0000          -
52878.91/2667.06	c      2667         183394         735        20                -           0.0000          -
52977.75/2672.11	c      2672         183823         734        20                -           0.0000          -
53079.02/2677.16	c      2677         184317         742        20                -           0.0000          -
53179.48/2682.22	c      2682          67481         895        20                -           0.0000          -
53278.66/2687.24	c      2687          68000         890        20                -           0.0000          -
53377.91/2692.26	c      2692       11801684         209        20                -           0.0000          -
53478.99/2697.37	c      2697       11832393         206        20                -           0.0000          -
53579.80/2702.41	c      2702       11862692         209        20                -           0.0000          -
53678.89/2707.46	c      2707       11889433         208        20                -           0.0000          -
53780.05/2712.51	c      2713       11915747         204        20                -           0.0000          -
53879.15/2717.56	c      2718       11943489         204        20                -           0.0000          -
53980.13/2722.61	c      2723       11971515         204        20                -           0.0000          -
54079.25/2727.66	c      2728       11998463         202        20                -           0.0000          -
54180.35/2732.71	c      2733          72190         983        20                -           0.0000          -
54279.43/2737.73	c      2738       12047587         200        20                -           0.0000          -
54378.64/2742.74	c      2743          73046         975        20                -           0.0000          -
54479.77/2747.83	c      2748          73399        1005        20                -           0.0000          -
54578.94/2752.88	c      2753       12113383         198        20                -           0.0000          -
54680.12/2757.96	c      2758       12138418         199        20                -           0.0000          -
54779.23/2762.99	c      2763       12160412         197        20                -           0.0000          -
54881.11/2768.06	c      2768       12183324         197        20                -           0.0000          -
54980.45/2773.12	c      2773          75597         964        20                -           0.0000          -
55079.42/2778.12	c      2778       12235083         197        20                -           0.0000          -
55181.82/2783.21	c      2783         204367        2350        20                -           0.0000          -
55280.94/2788.26	c      2788       12281223         291        20                -           0.0000          -
55381.98/2793.31	c      2793       12299743         286        20                -           0.0000          -
55481.02/2798.36	c      2798       12316862         323        20                -           0.0000          -
55582.16/2803.41	c      2803       12337249         316        20                -           0.0000          -
55681.16/2808.46	c      2808       12360761         299        20                -           0.0000          -
55782.24/2813.50	c      2814       12379424         302        20                -           0.0000          -
55881.39/2818.56	c      2819       12397888         300        20                -           0.0000          -
55982.53/2823.61	c      2824       12415955         301        20                -           0.0000          -
56081.55/2828.66	c      2829       12435104         294        20                -           0.0000          -
56180.66/2833.68	c      2834       12455256         300        20                -           0.0000          -
56281.84/2838.74	c      2839       12473550         298        20                -           0.0000          -
56382.85/2843.81	c      2844          84612        1057        20                -           0.0000          -
56482.04/2848.86	c      2849          85492        1074        20                -           0.0000          -
56583.19/2853.91	c      2854          86253        1090        20                -           0.0000          -
56682.24/2858.92	c      2859          87016        1099        20                -           0.0000          -
56781.40/2863.94	c      2864          87773        1120        20                -           0.0000          -
56883.25/2869.05	c      2869          88483        1106        20                -           0.0000          -
56982.61/2874.11	c      2874          89254        1094        20                -           0.0000          -
57083.51/2879.16	c      2879          89833        1086        20                -           0.0000          -
57183.97/2884.21	c      2884       12672707         294        20                -           0.0000          -
57283.16/2889.26	c      2889         214977        2461        20                -           0.0000          -
57384.34/2894.31	c      2894       12716207         293        20                -           0.0000          -
57483.51/2899.36	c      2899       12742598         292        20                -           0.0000          -
57584.55/2904.42	c      2904       12766847         291        20                -           0.0000          -
57683.65/2909.46	c      2909       12787799         291        20                -           0.0000          -
57782.73/2914.48	c      2914       12810170         299        20                -           0.0000          -
57883.82/2919.56	c      2920          94227        1074        20                -           0.0000          -
57984.99/2924.62	c      2925          94615         897        20                -           0.0000          -
58084.18/2929.67	c      2930          95138         873        20                -           0.0000          -
58185.41/2934.71	c      2935       12895840         301        20                -           0.0000          -
58284.56/2939.77	c      2940       12916514         301        20                -           0.0000          -
58383.76/2944.78	c      2945          96421         877        20                -           0.0000          -
58484.95/2949.86	c      2950       12957198         295        20                -           0.0000          -
58586.12/2954.91	c      2955       12976219         296        20                -           0.0000          -
58685.31/2959.96	c      2960       12998840         288        20                -           0.0000          -
58784.44/2964.98	c      2965          98089         902        20                -           0.0000          -
58883.63/2970.00	c      2970         223213        2542        20                -           0.0000          -
58985.51/2975.06	c      2975         212259         834        20                -           0.0000          -
59084.68/2980.14	c      2980         224186        2599        20                -           0.0000          -
59185.75/2985.16	c      2985         213181         856        20                -           0.0000          -
59285.98/2990.27	c      2990         213680         853        20                -           0.0000          -
59387.01/2995.31	c      2995          99866         914        20                -           0.0000          -
59486.11/3000.37	c      3000         214630         866        20                -           0.0000          -
59587.27/3005.41	c      3005         215087         866        20                -           0.0000          -
59686.46/3010.43	c      3010         215588         878        20                -           0.0000          -
59785.53/3015.44	c      3015         216033         874        20                -           0.0000          -
59884.72/3020.49	c      3020         216469         865        20                -           0.0000          -
59985.87/3025.55	c      3026         216948         898        20                -           0.0000          -
60085.07/3030.59	c      3031       13299089         293        20                -           0.0000          -
60186.25/3035.69	c      3036       13317180         290        20                -           0.0000          -
60287.44/3040.76	c      3041       13339231         293        20                -           0.0000          -
60386.57/3045.79	c      3046       13360054         302        20                -           0.0000          -
60487.69/3050.84	c      3051       13382620         298        20                -           0.0000          -
60586.76/3055.85	c      3056       13406155         287        20                -           0.0000          -
60687.89/3060.93	c      3061       13425952         291        20                -           0.0000          -
60786.93/3066.02	c      3066       13447684         294        20                -           0.0000          -
60888.56/3071.06	c      3071       13472464         288        20                -           0.0000          -
60987.79/3076.11	c      3076       13493476         290        20                -           0.0000          -
61088.87/3081.16	c      3081       13517355         289        20                -           0.0000          -
61189.32/3086.21	c      3086       13540443         294        20                -           0.0000          -
61288.47/3091.26	c      3091       13563782         290        20                -           0.0000          -
61389.54/3096.31	c      3096         236121        2503        20                -           0.0000          -
61488.71/3101.36	c      3101         107240         900        20                -           0.0000          -
61589.95/3106.41	c      3106         237182        2502        20                -           0.0000          -
61688.73/3111.46	c      3111         237702        2526        20                -           0.0000          -
61789.51/3116.52	c      3117       13679005         299        20                -           0.0000          -
61888.46/3121.56	c      3122         108033         892        20                -           0.0000          -
61989.57/3126.61	c      3127       13719287         290        20                -           0.0000          -
62088.67/3131.66	c      3132       13740268         285        20                -           0.0000          -
62189.79/3136.71	c      3137       13763089         285        20                -           0.0000          -
62288.78/3141.76	c      3142       13785698         288        20                -           0.0000          -
62389.83/3146.82	c      3147       13801587         284        20                -           0.0000          -
62488.99/3151.86	c      3152       13821378         286        20                -           0.0000          -
62590.12/3156.91	c      3157         110100         887        20                -           0.0000          -
62689.29/3161.96	c      3162       13864911         288        20                -           0.0000          -
62788.48/3167.01	c      3167       13889309         286        20                -           0.0000          -
62890.13/3172.06	c      3172       13912330         283        20                -           0.0000          -
62989.21/3177.10	c      3177       13929321         287        20                -           0.0000          -
63090.35/3182.15	c      3182       13952557         296        20                -           0.0000          -
63189.22/3187.18	c      3187         231237         962        20                -           0.0000          -
63289.64/3192.22	c      3192         112199         888        20                -           0.0000          -
63388.88/3197.23	c      3197         232187         931        20                -           0.0000          -
63489.91/3202.31	c      3202         232584         933        20                -           0.0000          -
63588.97/3207.37	c      3207         233017         921        20                -           0.0000          -
63690.11/3212.46	c      3212         247710        2503        20                -           0.0000          -
63790.84/3217.51	c      3218         248254        2525        20                -           0.0000          -
63889.83/3222.53	c      3223         248807        2507        20                -           0.0000          -
63990.90/3227.60	c      3228         249352        2510        20                -           0.0000          -
64090.04/3232.66	c      3233         114588         915        20                -           0.0000          -
64191.16/3237.71	c      3238       14165312         284        20                -           0.0000          -
64290.31/3242.76	c      3243       14182732         280        20                -           0.0000          -
64391.37/3247.81	c      3248       14200698         284        20                -           0.0000          -
64490.53/3252.86	c      3253       14215227         283        20                -           0.0000          -
64591.59/3257.91	c      3258       14231635         285        20                -           0.0000          -
64690.75/3262.96	c      3263       14248785         285        20                -           0.0000          -
64789.69/3267.97	c      3268       14265417         283        20                -           0.0000          -
64888.66/3272.99	c      3273       14281759         281        20                -           0.0000          -
64987.74/3278.00	c      3278         117779         977        20                -           0.0000          -
65089.49/3283.06	c      3283         118137         962        20                -           0.0000          -
65188.63/3288.08	c      3288       14330618         286        20                -           0.0000          -
65289.97/3293.16	c      3293       14347595         283        20                -           0.0000          -
65390.09/3298.22	c      3298       14369220         294        20                -           0.0000          -
65489.01/3303.29	c      3303       14392091         301        20                -           0.0000          -
65590.12/3308.34	c      3308         119809         912        20                -           0.0000          -
65689.27/3313.40	c      3313       14434730         292        20                -           0.0000          -
65790.35/3318.46	c      3318       14459213         300        20                -           0.0000          -
65891.39/3323.52	c      3324       14481974         306        20                -           0.0000          -
65990.66/3328.57	c      3329       14503601         305        20                -           0.0000          -
66091.62/3333.62	c      3334         244298        1016        20                -           0.0000          -
66190.76/3338.67	c      3339         121048         911        20                -           0.0000          -
66291.87/3343.74	c      3344         121276         911        20                -           0.0000          -
66390.80/3348.79	c      3349         121346         922        20                -           0.0000          -
66491.91/3353.83	c      3354         246155         980        20                -           0.0000          -
66590.96/3358.89	c      3359         246611         969        20                -           0.0000          -
66692.05/3363.94	c      3364         247081         960        20                -           0.0000          -
66791.18/3368.96	c      3369         247506         960        20                -           0.0000          -
66892.91/3374.06	c      3374         247899         961        20                -           0.0000          -
66991.91/3379.11	c      3379         248309         965        20                -           0.0000          -
67093.35/3384.16	c      3384       14759015         307        20                -           0.0000          -
67193.60/3389.22	c      3389       14778708         312        20                -           0.0000          -
67292.74/3394.26	c      3394       14796779         313        20                -           0.0000          -
67391.90/3399.28	c      3399       14814293         307        20                -           0.0000          -
67493.00/3404.33	c      3404         125571         963        20                -           0.0000          -
67592.12/3409.36	c      3409         126105         951        20                -           0.0000          -
67691.30/3414.40	c      3414         126497         955        20                -           0.0000          -
67792.48/3419.41	c      3419       14915788         313        20                -           0.0000          -
67891.34/3424.41	c      3424         127118         950        20                -           0.0000          -
67990.43/3429.47	c      3429         127317         962        20                -           0.0000          -
68091.58/3434.52	c      3435         269918        2552        20                -           0.0000          -
68192.72/3439.60	c      3440         270490        2557        20                -           0.0000          -
68291.87/3444.67	c      3445         271040        2549        20                -           0.0000          -
68393.17/3449.73	c      3450         271586        2571        20                -           0.0000          -
68494.12/3454.82	c      3455         128520         956        20                -           0.0000          -
68593.23/3459.88	c      3460         128696         962        20                -           0.0000          -
68694.30/3464.94	c      3465       15134370         306        20                -           0.0000          -
68793.45/3470.00	c      3470       15154805         309        20                -           0.0000          -
68895.02/3475.06	c      3475         274224        2539        20                -           0.0000          -
68994.05/3480.11	c      3480         274798        2521        20                -           0.0000          -
69094.96/3485.16	c      3485         130416         967        20                -           0.0000          -
69195.39/3490.21	c      3490         275797        2530        20                -           0.0000          -
69294.45/3495.22	c      3495         276296        2506        20                -           0.0000          -
69395.25/3500.31	c      3500         131716         969        20                -           0.0000          -
69494.42/3505.34	c      3505         132253         959        20                -           0.0000          -
69593.44/3510.36	c      3510       15297026         308        20                -           0.0000          -
69694.44/3515.41	c      3515       15312188         308        20                -           0.0000          -
69793.61/3520.48	c      3520       15328185         307        20                -           0.0000          -
69894.77/3525.53	c      3526       15342785         309        20                -           0.0000          -
69993.95/3530.54	c      3531         279838        2501        20                -           0.0000          -
70093.11/3535.59	c      3536         280381        2496        20                -           0.0000          -
70194.21/3540.64	c      3541       15388067         311        20                -           0.0000          -
70293.38/3545.69	c      3546       15404879         307        20                -           0.0000          -
70394.59/3550.78	c      3551       15421684         310        20                -           0.0000          -
70495.66/3555.83	c      3556       15436802         304        20                -           0.0000          -
70594.78/3560.89	c      3561       15452288         312        20                -           0.0000          -
70695.89/3565.97	c      3566         264366         923        20                -           0.0000          -
70795.07/3570.99	c      3571         264783         958        20                -           0.0000          -
70894.21/3576.03	c      3576         137429         918        20                -           0.0000          -
70996.05/3581.09	c      3581         137697         912        20                -           0.0000          -
71097.06/3586.14	c      3586       15532061         311        20                -           0.0000          -
71196.01/3591.20	c      3591       15547012         308        20                -           0.0000          -
71296.65/3596.22	c      3596       15562934         308        20                -           0.0000          -
71395.56/3601.28	c      3601       15578486         304        20                -           0.0000          -
71496.72/3606.36	c      3606       15595671         311        20                -           0.0000          -
71597.73/3611.40	c      3611       15610367         305        20                -           0.0000          -
71696.76/3616.46	c      3616       15626697         311        20                -           0.0000          -
71797.92/3621.51	c      3622       15642835         307        20                -           0.0000          -
71897.13/3626.56	c      3627         140729         925        20                -           0.0000          -
71998.35/3631.61	c      3632       15674694         308        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 (184364 MiB free)
  memory of node 1: 193531 MiB (191490 MiB free)
  memory of node 2: 193531 MiB (189218 MiB free)
  memory of node 3: 193493 MiB (190445 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-4465873-1722585786/watcher-4465873-1722585786 -o /tmp/evaluation-result-4465873-1722585786/solver-4465873-1722585786 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152142 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465873-1722585786.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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=158062, runsolver pid=158059
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 79.10 80.06 77.47 63/985 158063
/proc/meminfo: memFree=773616972/790760800 swapFree=131071996/131071996
[pid=158062] ppid=158059 vsize=55308 memory=44428 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/stat : 158062 (fscip) R 158059 158062 152131 0 -1 4194304 9887 0 0 0 10 1 0 0 20 0 1 0 25157983 56635392 11107 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
/proc/158062/statm: 13827 11107 2726 3035 0 10223 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 55308 KiB
Current children cumulated memory: 44428 KiB

[startup+0.222253 s]*
/proc/loadavg: 79.10 80.06 77.47 63/1005 158083
/proc/meminfo: memFree=773586372/790760800 swapFree=131071996/131071996
[pid=158062] ppid=158059 vsize=1543852 memory=90580 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/stat : 158062 (fscip) S 158059 158062 152131 0 -1 1077936128 22432 0 0 0 20 3 0 0 20 0 21 0 25157983 1580904448 22645 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
/proc/158062/statm: 385963 22645 2774 3035 0 63461 0
[pid=158062/tid=158064] ppid=158059 vsize=1543852 memory=8318255677412212789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158064/stat : 158064 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158065] ppid=158059 vsize=1543852 memory=237112656212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158065/stat : 158065 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158066] ppid=158059 vsize=1543852 memory=59610673479151 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158066/stat : 158066 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158067] ppid=158059 vsize=1543852 memory=57420256935643 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158067/stat : 158067 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158068] ppid=158059 vsize=1543852 memory=52987884240835 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158068/stat : 158068 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158069] ppid=158059 vsize=1543852 memory=61818370608595 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158069/stat : 158069 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158070] ppid=158059 vsize=1543852 memory=13564890522630604 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158070/stat : 158070 (fscip) R 158059 158062 152131 0 -1 4194368 392 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22711 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158071] ppid=158059 vsize=1543852 memory=3545235834242596896 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158071/stat : 158071 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158072] ppid=158059 vsize=1543852 memory=444359 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158072/stat : 158072 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158073] ppid=158059 vsize=1543852 memory=506832 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158073/stat : 158073 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158074] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158074/stat : 158074 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158075] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158075/stat : 158075 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158076] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158076/stat : 158076 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158077] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158077/stat : 158077 (fscip) S 158059 158062 152131 0 -1 1077936192 2585 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158078] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158078/stat : 158078 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158079] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158079/stat : 158079 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158080] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158080/stat : 158080 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158081] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158081/stat : 158081 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158082] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158082/stat : 158082 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22777 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158083] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158083/stat : 158083 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 22843 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1543852 KiB
Current children cumulated memory: 90580 KiB

[startup+0.322502 s]*
/proc/loadavg: 79.10 80.06 77.47 63/1005 158083
/proc/meminfo: memFree=773494736/790760800 swapFree=131071996/131071996
[pid=158062] ppid=158059 vsize=1543852 memory=179780 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/stat : 158062 (fscip) S 158059 158062 152131 0 -1 1077936128 44824 0 0 0 27 6 0 0 20 0 21 0 25157983 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
/proc/158062/statm: 385963 44945 2774 3035 0 86051 0
[pid=158062/tid=158064] ppid=158059 vsize=1543852 memory=-6371015026557500259 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158064/stat : 158064 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158065] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158065/stat : 158065 (fscip) R 158059 158062 152131 0 -1 4194368 2032 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158066] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158066/stat : 158066 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158067] ppid=158059 vsize=1543852 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158067/stat : 158067 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 1 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158068] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158068/stat : 158068 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158069] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158069/stat : 158069 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158070] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158070/stat : 158070 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158071] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158071/stat : 158071 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158072] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158072/stat : 158072 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158073] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158073/stat : 158073 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158074] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158074/stat : 158074 (fscip) S 158059 158062 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158075] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158075/stat : 158075 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158076] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158076/stat : 158076 (fscip) S 158059 158062 152131 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158077] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158077/stat : 158077 (fscip) S 158059 158062 152131 0 -1 1077936192 2585 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158078] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158078/stat : 158078 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 44945 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158079] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158079/stat : 158079 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 45011 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158080] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158080/stat : 158080 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 45011 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158081] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158081/stat : 158081 (fscip) S 158059 158062 152131 0 -1 1077936192 2583 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 45011 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158082] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158082/stat : 158082 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 45011 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158083] ppid=158059 vsize=1543852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158083/stat : 158083 (fscip) S 158059 158062 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25158002 1580904448 45011 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1543852 KiB
Current children cumulated memory: 179780 KiB

[startup+0.700782 s]
/proc/loadavg: 79.18 80.06 77.48 81/1025 158103
/proc/meminfo: memFree=773092152/790760800 swapFree=131071996/131071996
[pid=158062] ppid=158059 vsize=1769452 memory=774904 CPUtime=5.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/stat : 158062 (fscip) S 158059 158062 152131 0 -1 1077936128 193834 0 0 0 450 60 0 0 20 0 41 0 25157983 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
/proc/158062/statm: 442363 193726 2950 3035 0 283158 0
[pid=158062/tid=158064] ppid=158059 vsize=1769452 memory=15780 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158064/stat : 158064 (fscip) R 158059 158062 152131 0 -1 4194368 10517 0 0 0 20 3 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158065] ppid=158059 vsize=1769452 memory=5556 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158065/stat : 158065 (fscip) R 158059 158062 152131 0 -1 4194368 9012 0 0 0 20 3 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158066] ppid=158059 vsize=1769452 memory=16088 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158066/stat : 158066 (fscip) R 158059 158062 152131 0 -1 4194368 8353 0 0 0 22 1 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158067] ppid=158059 vsize=1769452 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158067/stat : 158067 (fscip) S 158059 158062 152131 0 -1 1077936192 9267 0 0 0 20 3 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158068] ppid=158059 vsize=1769452 memory=10824 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158068/stat : 158068 (fscip) R 158059 158062 152131 0 -1 4194368 10435 0 0 0 19 4 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158069] ppid=158059 vsize=1769452 memory=0 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158069/stat : 158069 (fscip) R 158059 158062 152131 0 -1 4194368 8442 0 0 0 23 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158070] ppid=158059 vsize=1769452 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158070/stat : 158070 (fscip) R 158059 158062 152131 0 -1 4194368 9284 0 0 0 19 4 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158071] ppid=158059 vsize=1769452 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158071/stat : 158071 (fscip) R 158059 158062 152131 0 -1 4194368 8478 0 0 0 23 1 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158072] ppid=158059 vsize=1769452 memory=0 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158072/stat : 158072 (fscip) D 158059 158062 152131 0 -1 4194368 8406 0 0 0 23 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158073] ppid=158059 vsize=1769452 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158073/stat : 158073 (fscip) S 158059 158062 152131 0 -1 1077936192 9267 0 0 0 20 4 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158074] ppid=158059 vsize=1769452 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158074/stat : 158074 (fscip) D 158059 158062 152131 0 -1 4194368 8481 0 0 0 22 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158075] ppid=158059 vsize=1769452 memory=2212 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158075/stat : 158075 (fscip) R 158059 158062 152131 0 -1 4194368 8319 0 0 0 22 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158076] ppid=158059 vsize=1769452 memory=6096 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158076/stat : 158076 (fscip) R 158059 158062 152131 0 -1 4194368 9285 0 0 0 17 4 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158077] ppid=158059 vsize=1769452 memory=1968 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158077/stat : 158077 (fscip) R 158059 158062 152131 0 -1 4194368 7672 0 0 0 23 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158078] ppid=158059 vsize=1769452 memory=54204 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158078/stat : 158078 (fscip) R 158059 158062 152131 0 -1 4194368 8441 0 0 0 23 1 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158079] ppid=158059 vsize=1769452 memory=33196 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158079/stat : 158079 (fscip) R 158059 158062 152131 0 -1 4194368 11475 0 0 0 22 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158080] ppid=158059 vsize=1769452 memory=21532 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158080/stat : 158080 (fscip) R 158059 158062 152131 0 -1 4194368 7674 0 0 0 21 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158081] ppid=158059 vsize=1769452 memory=100 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158081/stat : 158081 (fscip) R 158059 158062 152131 0 -1 4194368 8358 0 0 0 22 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158082] ppid=158059 vsize=1769452 memory=1836 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158082/stat : 158082 (fscip) R 158059 158062 152131 0 -1 4194368 9281 0 0 0 19 3 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158083] ppid=158059 vsize=1769452 memory=25333125866717268 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158083/stat : 158083 (fscip) R 158059 158062 152131 0 -1 4194368 9023 0 0 0 22 2 0 0 20 0 41 0 25158002 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158084] ppid=158059 vsize=1769452 memory=100 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158084/stat : 158084 (fscip) S 158059 158062 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25158027 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158085] ppid=158059 vsize=1769452 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158085/stat : 158085 (fscip) S 158059 158062 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25158027 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158086] ppid=158059 vsize=1769452 memory=32195 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158086/stat : 158086 (fscip) S 158059 158062 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25158027 1811918848 193726 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0

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

/proc/158062/task/158083/stat : 158083 (fscip) R 158059 158062 152131 0 -1 4194368 1418970 0 0 0 354936 197 0 0 20 0 41 0 25158002 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158084] ppid=158059 vsize=5068896 memory=3897424 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158084/stat : 158084 (fscip) S 158059 158062 152131 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158085] ppid=158059 vsize=5068896 memory=281100110775312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158085/stat : 158085 (fscip) S 158059 158062 152131 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158086] ppid=158059 vsize=5068896 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158086/stat : 158086 (fscip) S 158059 158062 152131 0 -1 1077936192 55 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158087] ppid=158059 vsize=5068896 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158087/stat : 158087 (fscip) S 158059 158062 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158088] ppid=158059 vsize=5068896 memory=281100107181056 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158088/stat : 158088 (fscip) S 158059 158062 152131 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158089] ppid=158059 vsize=5068896 memory=281100109893744 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158089/stat : 158089 (fscip) S 158059 158062 152131 0 -1 1077936192 110 0 0 0 0 2 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158090] ppid=158059 vsize=5068896 memory=10824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158090/stat : 158090 (fscip) S 158059 158062 152131 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158091] ppid=158059 vsize=5068896 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158091/stat : 158091 (fscip) S 158059 158062 152131 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158092] ppid=158059 vsize=5068896 memory=3897232 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158092/stat : 158092 (fscip) S 158059 158062 152131 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158093] ppid=158059 vsize=5068896 memory=3897488 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158093/stat : 158093 (fscip) S 158059 158062 152131 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158094] ppid=158059 vsize=5068896 memory=11632 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158094/stat : 158094 (fscip) S 158059 158062 152131 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158095] ppid=158059 vsize=5068896 memory=11660 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158095/stat : 158095 (fscip) S 158059 158062 152131 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158096] ppid=158059 vsize=5068896 memory=6836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158096/stat : 158096 (fscip) S 158059 158062 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158097] ppid=158059 vsize=5068896 memory=3895020 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158097/stat : 158097 (fscip) S 158059 158062 152131 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158098] ppid=158059 vsize=5068896 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158098/stat : 158098 (fscip) S 158059 158062 152131 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158099] ppid=158059 vsize=5068896 memory=15780 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158099/stat : 158099 (fscip) S 158059 158062 152131 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158100] ppid=158059 vsize=5068896 memory=3897068 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158100/stat : 158100 (fscip) S 158059 158062 152131 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158101] ppid=158059 vsize=5068896 memory=3897424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158101/stat : 158101 (fscip) S 158059 158062 152131 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158102] ppid=158059 vsize=5068896 memory=16088 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158102/stat : 158102 (fscip) S 158059 158062 152131 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158103] ppid=158059 vsize=5068896 memory=2212 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158103/stat : 158103 (fscip) S 158059 158062 152131 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 25158027 5190549504 974317 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
Current children cumulated CPU time: 71021.1 s
Current children cumulated vsize: 5068896 KiB
Current children cumulated memory: 3897268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 79.63 80.37 80.45 61/976 161168
/proc/meminfo: memFree=768946576/790760800 swapFree=131071996/131071996
[pid=158062] ppid=158059 vsize=5134432 memory=3916192 CPUtime=72000.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/stat : 158062 (fscip) S 158059 158062 152131 0 -1 1077936128 18748753 0 0 0 7178693 21340 0 0 20 0 41 0 25157983 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
/proc/158062/statm: 1283608 979048 3334 3035 0 1123466 0
[pid=158062/tid=158064] ppid=158059 vsize=5134432 memory=1744 CPUtime=3602.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158064/stat : 158064 (fscip) R 158059 158062 152131 0 -1 4194368 991733 0 0 0 359996 293 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158065] ppid=158059 vsize=5134432 memory=281100109570528 CPUtime=3598.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158065/stat : 158065 (fscip) R 158059 158062 152131 0 -1 4194368 1673404 0 0 0 359560 248 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158066] ppid=158059 vsize=5134432 memory=1357948400227082 CPUtime=3598.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158066/stat : 158066 (fscip) R 158059 158062 152131 0 -1 4194368 277426 0 0 0 356562 3289 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158067] ppid=158059 vsize=5134432 memory=3759236 CPUtime=3601.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158067/stat : 158067 (fscip) R 158059 158062 152131 0 -1 4194368 740782 0 0 0 360019 148 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158068] ppid=158059 vsize=5134432 memory=16088 CPUtime=3599.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158068/stat : 158068 (fscip) R 158059 158062 152131 0 -1 4194368 1459128 0 0 0 359644 312 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158069] ppid=158059 vsize=5134432 memory=356172 CPUtime=3590.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158069/stat : 158069 (fscip) R 158059 158062 152131 0 -1 4194368 430526 0 0 0 356596 2465 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158070] ppid=158059 vsize=5134432 memory=281100108888864 CPUtime=3600.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158070/stat : 158070 (fscip) R 158059 158062 152131 0 -1 4194368 997449 0 0 0 359907 190 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158071] ppid=158059 vsize=5134432 memory=25333125866717268 CPUtime=3598.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158071/stat : 158071 (fscip) R 158059 158062 152131 0 -1 4194368 1582442 0 0 0 359496 338 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158072] ppid=158059 vsize=5134432 memory=3910160 CPUtime=3595.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158072/stat : 158072 (fscip) R 158059 158062 152131 0 -1 4194368 285855 0 0 0 356340 3238 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158073] ppid=158059 vsize=5134432 memory=16088 CPUtime=3599.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158073/stat : 158073 (fscip) R 158059 158062 152131 0 -1 4194368 1027643 0 0 0 359730 252 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158074] ppid=158059 vsize=5134432 memory=25333125866717268 CPUtime=3600.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158074/stat : 158074 (fscip) R 158059 158062 152131 0 -1 4194368 1451882 0 0 0 359624 401 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158075] ppid=158059 vsize=5134432 memory=0 CPUtime=3601.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158075/stat : 158075 (fscip) R 158059 158062 152131 0 -1 4194368 284229 0 0 0 356720 3478 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158076] ppid=158059 vsize=5134432 memory=25333125866717268 CPUtime=3597.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158076/stat : 158076 (fscip) R 158059 158062 152131 0 -1 4194368 743051 0 0 0 359644 151 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158077] ppid=158059 vsize=5134432 memory=355334 CPUtime=3607.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158077/stat : 158077 (fscip) R 158059 158062 152131 0 -1 4194368 1270995 0 0 0 360600 140 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158078] ppid=158059 vsize=5134432 memory=11572 CPUtime=3601.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158078/stat : 158078 (fscip) R 158059 158062 152131 0 -1 4194368 324881 0 0 0 357597 2527 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158079] ppid=158059 vsize=5134432 memory=15780 CPUtime=3595.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158079/stat : 158079 (fscip) R 158059 158062 152131 0 -1 4194368 1043429 0 0 0 359232 269 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158080] ppid=158059 vsize=5134432 memory=5556 CPUtime=3603.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158080/stat : 158080 (fscip) R 158059 158062 152131 0 -1 4194368 1534619 0 0 0 360043 259 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158081] ppid=158059 vsize=5134432 memory=281100107971632 CPUtime=3600.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158081/stat : 158081 (fscip) R 158059 158062 152131 0 -1 4194368 340912 0 0 0 357104 2922 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158082] ppid=158059 vsize=5134432 memory=281100109984112 CPUtime=3604.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158082/stat : 158082 (fscip) R 158059 158062 152131 0 -1 4194368 826886 0 0 0 360279 165 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158083] ppid=158059 vsize=5134432 memory=29836768444022866 CPUtime=3600.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158083/stat : 158083 (fscip) R 158059 158062 152131 0 -1 4194368 1443646 0 0 0 359823 201 0 0 20 0 41 0 25158002 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158084] ppid=158059 vsize=5134432 memory=3902704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158084/stat : 158084 (fscip) S 158059 158062 152131 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158085] ppid=158059 vsize=5134432 memory=33196 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158085/stat : 158085 (fscip) S 158059 158062 152131 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158086] ppid=158059 vsize=5134432 memory=3908984 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158086/stat : 158086 (fscip) S 158059 158062 152131 0 -1 1077936192 56 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158087] ppid=158059 vsize=5134432 memory=33196 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158087/stat : 158087 (fscip) S 158059 158062 152131 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158088] ppid=158059 vsize=5134432 memory=3910160 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158088/stat : 158088 (fscip) S 158059 158062 152131 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158089] ppid=158059 vsize=5134432 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158089/stat : 158089 (fscip) S 158059 158062 152131 0 -1 1077936192 112 0 0 0 0 2 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158090] ppid=158059 vsize=5134432 memory=10824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158090/stat : 158090 (fscip) S 158059 158062 152131 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158091] ppid=158059 vsize=5134432 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158091/stat : 158091 (fscip) S 158059 158062 152131 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158092] ppid=158059 vsize=5134432 memory=198340509722 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158092/stat : 158092 (fscip) S 158059 158062 152131 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158093] ppid=158059 vsize=5134432 memory=32195 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158093/stat : 158093 (fscip) S 158059 158062 152131 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158094] ppid=158059 vsize=5134432 memory=6096 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158094/stat : 158094 (fscip) S 158059 158062 152131 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158095] ppid=158059 vsize=5134432 memory=1968 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158095/stat : 158095 (fscip) S 158059 158062 152131 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158096] ppid=158059 vsize=5134432 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158096/stat : 158096 (fscip) S 158059 158062 152131 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158097] ppid=158059 vsize=5134432 memory=15780 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158097/stat : 158097 (fscip) S 158059 158062 152131 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158098] ppid=158059 vsize=5134432 memory=32852 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158098/stat : 158098 (fscip) S 158059 158062 152131 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158099] ppid=158059 vsize=5134432 memory=6988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158099/stat : 158099 (fscip) S 158059 158062 152131 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158100] ppid=158059 vsize=5134432 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158100/stat : 158100 (fscip) S 158059 158062 152131 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158101] ppid=158059 vsize=5134432 memory=16088 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158101/stat : 158101 (fscip) S 158059 158062 152131 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158102] ppid=158059 vsize=5134432 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158102/stat : 158102 (fscip) S 158059 158062 152131 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
[pid=158062/tid=158103] ppid=158059 vsize=5134432 memory=3897268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/158062/task/158103/stat : 158103 (fscip) S 158059 158062 152131 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 25158027 5257658368 979048 809668444160 4194304 16623229 140727631856496 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 50941952 140727631864841 140727631864959 140727631864959 140727631871984 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 5134432 KiB
Current children cumulated memory: 3916192 KiB

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

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

# cumulated CPU time of all completed processes:  user=71787.2 s, system=213.541 s

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

[startup+3631.81 s]*
/proc/loadavg: 78.14 80.04 80.34 42/937 161168
/proc/meminfo: memFree=772111168/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631.85
CPU time (s): 72000.7
CPU user time (s): 71787.2
CPU system time (s): 213.541
CPU usage (%): 1982.48
Max. virtual memory (cumulated for all children) (KiB): 5134432
Max. memory (cumulated for all children) (KiB): 3916192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71787.2
system time used= 213.541
maximum resident set size= 3916272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18748756
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= 258617
involuntary context switches= 328096


# summary of solver processes directly reported to runsolver:
#   pid: 158062
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71787.2
#   total CPU system time (s): 213.541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.231 second user time and 83.5769 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 10:03:06
IDJOB=4465873
IDBENCH=162309
IDSOLVER=3094
FILE ID=nodeD104/4465873-1722585786
RUNJOBID= nodeD104-1722578068-152142
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size160-round22-8.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465873-1722585786/watcher-4465873-1722585786 -o /tmp/evaluation-result-4465873-1722585786/solver-4465873-1722585786 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152142 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465873-1722585786.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 02e0faaef515678e6aa0f4acf19b43a4
RANDOM SEED=1669251820

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        773653316 kB
MemAvailable:   775423364 kB
Buffers:          364260 kB
Cached:          4722192 kB
SwapCached:            0 kB
Active:           539960 kB
Inactive:       13972012 kB
Active(anon):       2212 kB
Inactive(anon):  9445852 kB
Active(file):     537748 kB
Inactive(file):  4526160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29256 kB
Writeback:             4 kB
AnonPages:       9424212 kB
Mapped:           129868 kB
Shmem:             22536 kB
KReclaimable:     251712 kB
Slab:             616340 kB
SReclaimable:     251712 kB
SUnreclaim:       364628 kB
KernelStack:       16928 kB
PageTables:        30804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1610276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           293760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1849344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      651264 kB
DirectMap2M:    58566656 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622836 MiB
End job on nodeD104 at 2024-08-02 11:03:38