Trace number 4468978

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12Signal 66965.2 3603.58

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_9_ic.opb
MD5SUM4134a3bbfafa37bf409eb88a166c5118
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18382767
Best CPU time to get the best result obtained on this benchmark3586.82
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48555114814
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48555114814
Number of bits of the biggest sum of numbers36
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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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)
1.11/1.13	c Default LC presolving (default).
1.11/1.14	c ** Before presolving: virtualMemUsedAtLc = 947047133, getVmSize() = 633155584, SCIPgetMemUsed() = 548653190, SCIPgetMemTotal() = 588223430, SCIPgetMemExternEstim() = 358823703
1.11/1.14	c ** set memory limit for presolving in LC to 8.79311e+12 for SCIP **
7.76/7.85	c ** Estimated virtualMemUsedAtSolver = 927758952, getVmSize() = 1219756032, SCIPgetMemUsed() = 723627774, SCIPgetMemTotal() = 1032814726, SCIPgetMemExternEstim() = 358823703
7.76/7.85	c ** set memory limit for solvers to 4.18569e+11 for each SCIP **
7.76/7.85	c Original Problem   :
7.76/7.85	c   Problem name     : instance-4468978-1723606037
7.76/7.85	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
7.76/7.85	c   Constraints      : 250157
7.76/7.85	c   Objective sense  : minimize
7.76/7.85	c Presolved Problem  :
7.76/7.85	c   Variables        : 62575 (62575 binary, 0 integer, 0 implicit integer, 0 continuous)
7.76/7.85	c   Constraints      : 62729
7.76/7.85	c Constraints        : Number
7.76/7.85	c   knapsack         : 1375 
7.76/7.85	c   setppc           : 51 
7.76/7.85	c   and              : 60025 
7.76/7.85	c   linear           : 3 
7.76/7.85	c   logicor          : 1275 
7.76/7.85	c ** Instance transfer method used: 0
7.99/8.04	c ** ParaScipInstance copy does not increase the number of variables. **
11.15/11.13	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.15/11.13	c                                Nodes    Active                                            
11.15/11.13	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
187.71/20.42	c *      20              0           1        20   309044897.0000                -          -
187.71/20.42	c        20              0           1        20   309044897.0000                -          -
205.28/21.32	c *      21              0           1        20   267677653.0000                -          -
1871.67/105.41	c *     105              0           1        20   175546059.0000                -          -
1871.67/105.41	c       105              0           1        20   175546059.0000                -          -
7008.63/364.19	c *     364              0           1        20   173679803.0000                -          -
7008.63/364.19	c       364              0           1        20   173679803.0000                -          -
7682.25/398.07	c       398              2           1        20   173679803.0000     2389307.6347          -
8076.83/417.92	c       418              4           3        20   173679803.0000     2389307.6347          -
8218.64/425.07	c       425              3           2        20   173679803.0000     2428083.6080          -
8337.93/431.06	c       431              2           1        20   173679803.0000     2462448.5843          -
8468.31/437.61	c       438              2           1        20   173679803.0000     2462448.5843          -
8625.30/445.55	c       446              2           1        20   173679803.0000     2462448.5843          -
8808.14/454.71	c       455              6           5        20   173679803.0000     2462448.5843          -
8923.40/460.55	c       461              6           5        20   173679803.0000     2462448.5843          -
9024.71/465.69	c       466              6           5        20   173679803.0000     2462448.5843          -
9149.93/471.97	c       472              7           6        20   173679803.0000     2462448.5843          -
9440.08/486.56	c       487              7           6        20   173679803.0000     2462448.5843          -
9692.49/499.27	c       499              7           6        20   173679803.0000     2462448.5843          -
9994.58/514.44	c       514              7           6        20   173679803.0000     2462448.5843          -
10247.76/527.19	c       527              7           6        20   173679803.0000     2462448.5843          -
10598.76/544.80	c       545              7           6        20   173679803.0000     2462448.5843          -
10970.42/563.57	c       564              7           6        20   173679803.0000     2462448.5843          -
11075.76/568.88	c       569              7           6        20   173679803.0000     2462448.5843          -
11226.78/576.44	c       576              7           6        20   173679803.0000     2462448.5843          -
11608.30/595.61	c       596              7           6        20   173679803.0000     2462448.5843          -
11745.40/602.60	c       603              8           7        20   173679803.0000     2462448.5843          -
11964.00/613.53	c       614              8           7        20   173679803.0000     2462448.5843          -
12162.73/623.57	c       624              8           7        20   173679803.0000     2462448.5843          -
12546.30/642.80	c       643              9           8        20   173679803.0000     2462448.5843          -
12930.68/662.19	c       662              9           8        20   173679803.0000     2462448.5843          -
13067.78/669.10	c       669              9           8        20   173679803.0000     2462448.5843          -
13412.77/686.47	c       686              9           8        20   173679803.0000     2462448.5843          -
13591.61/695.48	c       695             10           9        20   173679803.0000     2462448.5843          -
13806.27/706.26	c       706             10           9        20   173679803.0000     2462448.5843          -
13924.29/712.18	c       712             10           9        20   173679803.0000     2462448.5843          -
14110.34/721.56	c       722             10           9        20   173679803.0000     2462448.5843          -
14476.02/740.00	c       740             10           9        20   173679803.0000     2462448.5843          -
14706.52/751.58	c       752             10           9        20   173679803.0000     2462448.5843          -
14933.09/762.91	c       763             10           9        20   173679803.0000     2462448.5843          -
15255.82/779.18	c       779             11          10        20   173679803.0000     2462448.5843          -
15362.32/784.52	c       785             11          10        20   173679803.0000     2462448.5843          -
15554.05/794.16	c       794             11          10        20   173679803.0000     2462448.5843          -
15696.13/801.36	c       801             11          10        20   173679803.0000     2462448.5843          -
16165.11/825.01	c       825             12          11        20   173679803.0000     2462448.5843          -
16355.83/834.52	c       835             12          11        20   173679803.0000     2462448.5843          -
16622.09/847.97	c       848             12          11        20   173679803.0000     2462448.5843          -
16836.66/858.72	c       859             12          11        20   173679803.0000     2462448.5843          -
17208.19/877.50	c       878             12          11        20   173679803.0000     2462448.5843          -
17724.74/903.47	c       903             12          11        20   173679803.0000     2462448.5843          -
17933.36/914.00	c       914             12          11        20   173679803.0000     2462448.5843          -
18147.96/924.77	c       925             13          12        20   173679803.0000     2462448.5843          -
18281.07/931.42	c       931             13          12        20   173679803.0000     2462448.5843          -
18472.62/941.11	c       941             14          13        20   173679803.0000     2462448.5843          -
18600.96/947.54	c       948             15          14        20   173679803.0000     2462448.5843          -
18716.18/953.34	c       953             15          14        20   173679803.0000     2462448.5843          -
18865.20/960.88	c       961             15          14        20   173679803.0000     2462448.5843          -
19032.05/969.27	c       969             15          14        20   173679803.0000     2462448.5843          -
19240.63/979.77	c       980             15          14        20   173679803.0000     2462448.5843          -
19433.32/989.48	c       989             15          14        20   173679803.0000     2462448.5843          -
19542.63/995.00	c       995             15          14        20   173679803.0000     2462448.5843          -
19985.57/1017.28	c      1017             15          14        20   173679803.0000     2462448.5843          -
20051.15/1020.54	c *    1021             15          14        20    48817997.0000     2462448.5843          -
20085.00/1022.29	c      1022             15          14        20    48817997.0000     2462448.5843          -
20200.96/1028.10	c      1028             15          14        20    48817997.0000     2462448.5843          -
20456.44/1040.93	c      1041             15          14        20    48817997.0000     2462448.5843          -
20816.80/1059.10	c      1059             15          14        20    48817997.0000     2462448.5843          -
21098.01/1073.20	c      1073             15          14        20    48817997.0000     2462448.5843          -
21213.90/1079.09	c      1079             15          14        20    48817997.0000     2462448.5843          -
21392.92/1088.10	c      1088             15          14        20    48817997.0000     2462448.5843          -
21528.95/1094.91	c      1095             15          14        20    48817997.0000     2462448.5843          -
21634.19/1100.26	c      1100             15          14        20    48817997.0000     2462448.5843          -
21898.37/1113.57	c      1114             15          14        20    48817997.0000     2462448.5843          -
22005.62/1119.01	c      1119             15          14        20    48817997.0000     2462448.5843          -
22343.28/1135.96	c      1136             15          14        20    48817997.0000     2462448.5843          -
22445.38/1141.07	c      1141             15          14        20    48817997.0000     2462448.5843          -
22571.68/1147.41	c      1147             17          16        20    48817997.0000     2462448.5843          -
22706.75/1154.27	c      1154             18          17        20    48817997.0000     2462448.5843          -
22833.89/1160.67	c      1161             19          18        20    48817997.0000     2462448.5843          -
23006.68/1169.36	c      1169             19          18        20    48817997.0000     2462448.5843          -
23312.59/1184.76	c      1185             19          18        20    48817997.0000     2462448.5843          -
23597.38/1199.06	c      1199             19          18        20    48817997.0000     2462448.5843          -
23821.10/1210.35	c      1210             19          18        20    48817997.0000     2462448.5843          -
23924.40/1215.54	c      1216             19          18        20    48817997.0000     2462448.5843          -
24244.09/1231.69	c      1232             19          18        20    48817997.0000     2462448.5843          -
24488.43/1244.04	c      1244             19          18        20    48817997.0000     2462448.5843          -
24595.67/1249.39	c      1249             19          18        20    48817997.0000     2462448.5843          -
24702.82/1254.74	c      1255             22          21        20    48817997.0000     2462448.5843          -
24837.93/1261.55	c      1262             22          21        20    48817997.0000     2462448.5843          -
24978.97/1268.61	c      1269             22          21        20    48817997.0000     2462448.5843          -
25078.29/1273.64	c      1274             22          21        20    48817997.0000     2462448.5843          -
25268.96/1283.22	c      1283             22          21        20    48817997.0000     2462448.5843          -
25410.00/1290.34	c      1290             22          21        20    48817997.0000     2462448.5843          -
25521.25/1295.91	c      1296             22          21        20    48817997.0000     2462448.5843          -
25628.47/1301.34	c      1301             22          21        20    48817997.0000     2462448.5843          -
25835.03/1311.74	c      1312             22          21        20    48817997.0000     2462448.5843          -
25983.99/1319.20	c      1319             22          21        20    48817997.0000     2462448.5843          -
26123.11/1326.25	c      1326             22          21        20    48817997.0000     2462448.5843          -
26228.31/1331.51	c      1332             24          23        20    48817997.0000     2462448.5843          -
26345.50/1337.44	c      1337             25          24        20    48817997.0000     2462448.5843          -
26506.40/1345.58	c      1346             25          24        20    48817997.0000     2462448.5843          -
26685.15/1354.57	c      1355             25          24        20    48817997.0000     2462448.5843          -
27040.70/1372.44	c      1372             25          24        20    48817997.0000     2462448.5843          -
27152.74/1378.07	c      1378             25          24        20    48817997.0000     2462448.5843          -
27402.39/1390.60	c      1391             25          24        20    48817997.0000     2462448.5843          -
27561.35/1398.64	c      1399             25          24        20    48817997.0000     2462448.5843          -
27819.66/1411.67	c      1412             25          24        20    48817997.0000     2462448.5843          -
27984.60/1419.95	c      1420             26          25        20    48817997.0000     2462448.5843          -
28113.69/1426.46	c      1426             28          27        20    48817997.0000     2462448.5843          -
28230.94/1432.34	c      1432             28          27        20    48817997.0000     2462448.5843          -
28471.33/1444.43	c      1444             28          27        20    48817997.0000     2462448.5843          -
28636.26/1452.79	c      1453             28          27        20    48817997.0000     2462448.5843          -
28753.50/1458.69	c      1459             28          27        20    48817997.0000     2462448.5843          -
29023.73/1472.30	c      1472             28          27        20    48817997.0000     2462448.5843          -
29373.48/1489.84	c      1490             28          27        20    48817997.0000     2462448.5843          -
29623.85/1502.46	c      1502             28          27        20    48817997.0000     2462448.5843          -
29735.78/1508.09	c      1508             28          27        20    48817997.0000     2462448.5843          -
29916.72/1517.19	c      1517             28          27        20    48817997.0000     2462448.5843          -
30070.93/1525.01	c      1525             28          27        20    48817997.0000     2462448.5843          -
30263.67/1534.68	c      1535             29          28        20    48817997.0000     2462448.5843          -
30376.92/1540.33	c      1540             29          28        20    48817997.0000     2462448.5843          -
30696.80/1556.43	c      1556             29          28        20    48817997.0000     2462448.5843          -
30841.87/1563.79	c      1564             29          28        20    48817997.0000     2462448.5843          -
31070.39/1575.30	c      1575             29          28        20    48817997.0000     2462448.5843          -
31524.23/1598.10	c      1598             29          28        20    48817997.0000     2462448.5843          -
31703.06/1607.11	c      1607             29          28        20    48817997.0000     2462448.5843          -
31887.08/1616.40	c      1616             29          28        20    48817997.0000     2462448.5843          -
32115.62/1627.84	c      1628             29          28        20    48817997.0000     2462448.5843          -
32400.53/1642.19	c      1642             29          28        20    48817997.0000     2462448.5843          -
32559.48/1650.18	c      1650             29          28        20    48817997.0000     2462448.5843          -
32674.01/1655.96	c      1656             29          28        20    48817997.0000     2462448.5843          -
32827.02/1663.63	c      1664             29          28        20    48817997.0000     2462448.5843          -
33009.82/1672.87	c      1673             29          28        20    48817997.0000     2462448.5843          -
33233.18/1684.06	c      1684             29          28        20    48817997.0000     2462448.5843          -
33540.40/1699.53	c      1700             29          28        20    48817997.0000     2462448.5843          -
33838.49/1714.57	c      1715             29          28        20    48817997.0000     2462448.5843          -
33941.83/1719.74	c      1720             29          28        20    48817997.0000     2462448.5843          -
34055.08/1725.43	c      1725             29          28        20    48817997.0000     2462448.5843          -
34192.18/1732.38	c      1732             29          28        20    48817997.0000     2462448.5843          -
34456.43/1745.61	c      1746             29          28        20    48817997.0000     2462448.5843          -
34919.28/1768.91	c      1769             29          28        20    48817997.0000     2462448.5843          -
35153.76/1780.75	c      1781             29          28        20    48817997.0000     2462448.5843          -
35427.96/1794.55	c      1795             29          28        20    48817997.0000     2462448.5843          -
35538.05/1800.08	c      1800             29          28        20    48817997.0000     2462448.5843          -
35922.60/1819.45	c      1819             29          28        20    48817997.0000     2462448.5843          -
36164.97/1831.62	c      1832             29          28        20    48817997.0000     2462448.5843          -
36325.90/1839.79	c      1840             30          29        20    48817997.0000     2462448.5843          -
36576.19/1852.37	c      1852             32          31        20    48817997.0000     2462448.5843          -
36798.64/1863.59	c      1864             35          34        20    48817997.0000     2462448.5843          -
36905.92/1868.92	c      1869             35          34        20    48817997.0000     2462448.5843          -
37114.45/1879.49	c      1880             37          36        20    48817997.0000     2462448.5843          -
37297.17/1888.60	c      1889             37          36        20    48817997.0000     2462448.5843          -
37398.40/1893.70	c      1894             37          36        20    48817997.0000     2462448.5843          -
37511.58/1899.45	c      1899             37          36        20    48817997.0000     2462448.5843          -
37643.39/1906.13	c      1906             37          36        20    48817997.0000     2462448.5843          -
37918.61/1919.91	c      1920             37          36        20    48817997.0000     2462448.5843          -
38318.58/1940.05	c      1940             38          37        20    48817997.0000     2462448.5843          -
38460.78/1947.20	c      1947             38          37        20    48817997.0000     2462448.5843          -
38744.77/1961.52	c      1962             40          39        20    48817997.0000     2462448.5843          -
38905.62/1969.70	c      1970             41          40        20    48817997.0000     2462448.5843          -
39209.46/1985.00	c      1985             41          40        20    48817997.0000     2462448.5843          -
39316.69/1990.39	c      1990             41          40        20    48817997.0000     2462448.5843          -
39419.88/1995.53	c      1996             41          40        20    48817997.0000     2462448.5843          -
39586.67/2003.91	c      2004             41          40        20    48817997.0000     2462448.5843          -
39773.49/2013.34	c      2013             41          40        20    48817997.0000     2462448.5843          -
39872.60/2018.39	c      2018             41          40        20    48817997.0000     2462448.5843          -
40096.95/2029.68	c      2030             43          42        20    48817997.0000     2462448.5843          -
40341.23/2041.99	c      2042             43          42        20    48817997.0000     2462448.5843          -
40539.81/2051.94	c      2052             43          42        20    48817997.0000     2462448.5843          -
40698.68/2059.99	c      2060             43          42        20    48817997.0000     2462448.5843          -
40944.92/2072.33	c      2072             43          42        20    48817997.0000     2462448.5843          -
41028.30/2076.54	Racing ramp-up finished after 2076.5400 seconds. Selected strategy 7.
41085.97/2079.59	c      2080              0          42         1    48817997.0000     2462448.5843          -     2462448.5843          -
41343.38/2094.42	c      2094              0          42         1    48817997.0000     2462448.5843          -     2462448.5843          -
41428.97/2099.73	c      2100              0          42         1    48817997.0000     2462448.5843          -     2462448.5843          -
46704.22/2578.07	c      2578             87          44        10    48817997.0000     2462448.5843          -     2462448.5843          -
55051.70/2998.37	c      2998             89          44        10    48817997.0000     2462448.5843          -     2462448.5843          -
55526.44/3022.20	c      3022             93          44        10    48817997.0000     2462448.5843          -     2462448.5843          -
56187.71/3055.56	c      3056             95          44        10    48817997.0000     2462448.5843          -     2462448.5843          -
56326.76/3062.52	c      3063            101          44        10    48817997.0000     2462448.5843          -     2462448.5843          -
56747.88/3083.73	c      3084            102          45        10    48817997.0000     2462448.5843          -     2462448.5843          -
56906.80/3091.72	c      3092            104          45        10    48817997.0000     2462448.5843          -     2462448.5843          -
57367.51/3114.91	c      3115            106          47        10    48817997.0000     2462448.5843          -     2462448.5843          -
57740.77/3133.70	c      3134            110          47        10    48817997.0000     2462448.5843          -     2462448.5843          -
58092.37/3151.47	c      3151            111          48        10    48817997.0000     2462448.5843          -     2462448.5843          -
58356.56/3164.71	c      3165            113          48        10    48817997.0000     2462448.5843          -     2462448.5843          -
58959.06/3195.12	c      3195            114          49        10    48817997.0000     2462448.5843          -     2462448.5843          -
59085.52/3201.46	c      3201            115          50        10    48817997.0000     2462448.5843          -     2462448.5843          -
59351.72/3214.89	c      3215            116          51        10    48817997.0000     2462448.5843          -     2462448.5843          -
59867.98/3240.86	c      3241            117          52        10    48817997.0000     2462448.5843          -     2462448.5843          -
60181.56/3256.63	c      3257            118          53        10    48817997.0000     2462448.5843          -     2462448.5843          -
60358.33/3265.52	c      3266            119          54        10    48817997.0000     2462448.5843          -     2462448.5843          -
61287.85/3312.39	c      3312            120          55        10    48817997.0000     2462448.5843          -     2462448.5843          -
61567.82/3326.46	c      3326            122          57        10    48817997.0000     2462448.5843          -     2462448.5843          -
61801.11/3338.17	c      3338            122          57        10    48817997.0000     2462448.5843          -     2462448.5843          -
61988.74/3347.64	c      3348            123          58        11    48817997.0000     2462448.5843          -     2462448.5843          -
62300.37/3363.35	c      3363            124          59        12    48817997.0000     2462448.5843          -     2462448.5843          -
62731.91/3385.09	c      3385            125          60        12    48817997.0000     2462448.5843          -     2462448.5843          -
62996.94/3398.40	c      3398            126          61        12    48817997.0000     2462448.5843          -     2462448.5843          -
63165.71/3406.96	c      3407            129          64        13    48817997.0000     2462448.5843          -     2462448.5843          -
63304.72/3414.03	c      3414            130          65        13    48817997.0000     2462448.5843          -     2462448.5843          -
63560.77/3426.87	c      3427            133          68        13    48817997.0000     2462448.5843          -     2462448.5843          -
63701.77/3433.92	c      3434            137          72        13    48817997.0000     2462448.5843          -     2462448.5843          -
63947.97/3446.39	c      3446            140          75        13    48817997.0000     2462448.5843          -     2462448.5843          -
64186.19/3458.38	c      3458            142          77        13    48817997.0000     2462448.5843          -     2462448.5843          -
64577.73/3478.09	c      3478            145          80        13    48817997.0000     2462448.5843          -     2462448.5843          -
64803.62/3489.48	c      3489            147          80        13    48817997.0000     2462448.5843          -     2462448.5843          -
64940.56/3496.38	c      3496            149          82        13    48817997.0000     2462448.5843          -     2462448.5843          -
65218.62/3510.37	c      3510            154          85        13    48817997.0000     2462448.5843          -     2462448.5843          -
65451.69/3522.08	c      3522            155          86        13    48817997.0000     2462448.5843          -     2462448.5843          -
65870.82/3543.14	c      3543            156          87        13    48817997.0000     2462448.5843          -     2462448.5843          -
66398.29/3569.77	c      3570            157          88        13    48817997.0000     2462448.5843          -     2462448.5843          -
66737.83/3586.81	c      3587            158          89        13    48817997.0000     2462448.5843          -     2462448.5843          -
66923.62/3596.18	c      3596            159          90        13    48817997.0000     2462448.5843          -     2462448.5843          -
66961.00/3598.08	terminate called after throwing an instance of 'std::logic_error'
66961.00/3598.08	  what():  [LOGICAL ERROR:src/ug_bb/bbParaSolverPool.cpp] func = inactivateSolver, line = 1262 - Rank = 11

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 (169400 MiB free)
  memory of node 1: 193531 MiB (180198 MiB free)
  memory of node 2: 193531 MiB (168786 MiB free)
  memory of node 3: 193493 MiB (170162 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-4468978-1723606037/watcher-4468978-1723606037 -o /tmp/evaluation-result-4468978-1723606037/solver-4468978-1723606037 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723606037-769058 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468978-1723606037.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100117 s]*
/proc/loadavg: 18.57 19.74 23.71 5/855 769099
/proc/meminfo: memFree=704902568/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=101212 memory=89056 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 20237 0 0 0 8 3 0 0 20 0 1 0 127183134 103641088 22264 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 25303 22264 2331 3035 0 21699 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 101212 KiB
Current children cumulated memory: 89056 KiB

[startup+0.22164 s]*
/proc/loadavg: 18.57 19.74 23.71 5/855 769099
/proc/meminfo: memFree=704705848/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=175724 memory=163236 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 38784 0 0 0 17 6 0 0 20 0 1 0 127183134 179941376 40809 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 43931 40809 2331 3035 0 40327 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 175724 KiB
Current children cumulated memory: 163236 KiB

[startup+0.322048 s]*
/proc/loadavg: 18.57 19.74 23.71 5/855 769099
/proc/meminfo: memFree=704559688/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=217824 memory=206572 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 49058 0 0 0 26 8 0 0 20 0 1 0 127183134 223051776 51643 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 54456 51643 2331 3035 0 50852 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 217824 KiB
Current children cumulated memory: 206572 KiB

[startup+0.700271 s]
/proc/loadavg: 18.57 19.74 23.71 5/854 769100
/proc/meminfo: memFree=704410984/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=401612 memory=390364 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 95561 0 0 0 53 16 0 0 20 0 1 0 127183134 411250688 97591 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 100403 97591 2571 3035 0 96799 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 401612 KiB
Current children cumulated memory: 390364 KiB

[startup+1.50024 s]
/proc/loadavg: 18.57 19.74 23.71 5/857 769110
/proc/meminfo: memFree=703575196/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=689780 memory=667640 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 163266 0 0 0 121 27 0 0 20 0 1 0 127183134 706334720 166910 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 172445 166910 2646 3035 0 168841 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 689780 KiB
Current children cumulated memory: 667640 KiB

[startup+3.12289 s]
/proc/loadavg: 17.41 19.47 23.60 5/863 769121
/proc/meminfo: memFree=700399992/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=888952 memory=863352 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 212151 0 0 0 270 40 0 0 20 0 1 0 127183134 910286848 215838 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 222238 215838 2742 3035 0 218634 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 888952 KiB
Current children cumulated memory: 863352 KiB

[startup+6.30025 s]
/proc/loadavg: 17.41 19.47 23.60 5/863 769123
/proc/meminfo: memFree=697487204/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=1087452 memory=1060272 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) R 769090 769094 769048 0 -1 4194304 252169 0 0 0 578 49 0 0 20 0 1 0 127183134 1113550848 265068 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 271863 265068 2790 3035 0 268259 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1087452 KiB
Current children cumulated memory: 1060272 KiB

[startup+12.7017 s]
/proc/loadavg: 16.33 19.22 23.50 33/943 769203
/proc/meminfo: memFree=675501124/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=13653612 memory=12423968 CPUtime=40.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) S 769090 769094 769048 0 -1 1077936128 3100959 0 0 0 3363 657 0 0 20 0 41 0 127183134 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 3413403 3105992 2822 3035 0 3305407 0
[pid=769094/tid=769124] ppid=769090 vsize=13653612 memory=0 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769124/stat : 769124 (fscip) R 769090 769094 769048 0 -1 4194368 92830 0 0 0 143 20 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769125] ppid=769090 vsize=13653612 memory=1968 CPUtime=1.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769125/stat : 769125 (fscip) R 769090 769094 769048 0 -1 4194368 167694 0 0 0 123 36 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769126] ppid=769090 vsize=13653612 memory=6096 CPUtime=1.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769126/stat : 769126 (fscip) R 769090 769094 769048 0 -1 4194368 167662 0 0 0 122 35 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769127] ppid=769090 vsize=13653612 memory=0 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769127/stat : 769127 (fscip) R 769090 769094 769048 0 -1 4194368 92878 0 0 0 144 19 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769128] ppid=769090 vsize=13653612 memory=1060272 CPUtime=1.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769128/stat : 769128 (fscip) R 769090 769094 769048 0 -1 4194368 167627 0 0 0 127 34 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769129] ppid=769090 vsize=13653612 memory=5556 CPUtime=1.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769129/stat : 769129 (fscip) R 769090 769094 769048 0 -1 4194368 167684 0 0 0 125 34 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769130] ppid=769090 vsize=13653612 memory=2329960 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769130/stat : 769130 (fscip) R 769090 769094 769048 0 -1 4194368 92743 0 0 0 142 21 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769131] ppid=769090 vsize=13653612 memory=32300 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769131/stat : 769131 (fscip) R 769090 769094 769048 0 -1 4194368 167641 0 0 0 122 36 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769132] ppid=769090 vsize=13653612 memory=1968 CPUtime=1.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769132/stat : 769132 (fscip) R 769090 769094 769048 0 -1 4194368 167647 0 0 0 122 37 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769133] ppid=769090 vsize=13653612 memory=0 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769133/stat : 769133 (fscip) R 769090 769094 769048 0 -1 4194368 92795 0 0 0 143 20 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769134] ppid=769090 vsize=13653612 memory=33196 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769134/stat : 769134 (fscip) R 769090 769094 769048 0 -1 4194368 167646 0 0 0 120 38 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769135] ppid=769090 vsize=13653612 memory=28656 CPUtime=1.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769135/stat : 769135 (fscip) R 769090 769094 769048 0 -1 4194368 167634 0 0 0 124 35 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769136] ppid=769090 vsize=13653612 memory=7492 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769136/stat : 769136 (fscip) R 769090 769094 769048 0 -1 4194368 92877 0 0 0 143 20 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769137] ppid=769090 vsize=13653612 memory=1836 CPUtime=1.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769137/stat : 769137 (fscip) R 769090 769094 769048 0 -1 4194368 167650 0 0 0 126 33 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769138] ppid=769090 vsize=13653612 memory=25988 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769138/stat : 769138 (fscip) R 769090 769094 769048 0 -1 4194368 167616 0 0 0 125 33 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769139] ppid=769090 vsize=13653612 memory=280940388188304 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769139/stat : 769139 (fscip) R 769090 769094 769048 0 -1 4194368 92889 0 0 0 143 20 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769140] ppid=769090 vsize=13653612 memory=4639921903646762853 CPUtime=1.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769140/stat : 769140 (fscip) R 769090 769094 769048 0 -1 4194368 167654 0 0 0 122 35 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769141] ppid=769090 vsize=13653612 memory=11572 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769141/stat : 769141 (fscip) R 769090 769094 769048 0 -1 4194368 167713 0 0 0 123 35 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769142] ppid=769090 vsize=13653612 memory=280940388072032 CPUtime=1.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769142/stat : 769142 (fscip) R 769090 769094 769048 0 -1 4194368 92880 0 0 0 143 20 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769143] ppid=769090 vsize=13653612 memory=0 CPUtime=1.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769143/stat : 769143 (fscip) R 769090 769094 769048 0 -1 4194368 167605 0 0 0 123 35 0 0 20 0 41 0 127183919 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769164] ppid=769090 vsize=13653612 memory=7517944 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769164/stat : 769164 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769165] ppid=769090 vsize=13653612 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769165/stat : 769165 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769166] ppid=769090 vsize=13653612 memory=8148 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769166/stat : 769166 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769167] ppid=769090 vsize=13653612 memory=3428 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769167/stat : 769167 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769168] ppid=769090 vsize=13653612 memory=2180 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769168/stat : 769168 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769169] ppid=769090 vsize=13653612 memory=21513491190438 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769169/stat : 769169 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769170] ppid=769090 vsize=13653612 memory=32673 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769170/stat : 769170 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769171] ppid=769090 vsize=13653612 memory=33005 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769171/stat : 769171 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769172] ppid=769090 vsize=13653612 memory=33335 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769172/stat : 769172 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769173] ppid=769090 vsize=13653612 memory=6988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769173/stat : 769173 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769174] ppid=769090 vsize=13653612 memory=36276 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769174/stat : 769174 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184248 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769175] ppid=769090 vsize=13653612 memory=6608 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769175/stat : 769175 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769176] ppid=769090 vsize=13653612 memory=20452 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769176/stat : 769176 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769177] ppid=769090 vsize=13653612 memory=2688460 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769177/stat : 769177 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769178] ppid=769090 vsize=13653612 memory=4500 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769178/stat : 769178 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769179] ppid=769090 vsize=13653612 memory=3172792 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769179/stat : 769179 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769180] ppid=769090 vsize=13653612 memory=3585244 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769180/stat : 769180 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769181] ppid=769090 vsize=13653612 memory=3347777689 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769181/stat : 769181 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769182] ppid=769090 vsize=13653612 memory=7957700056691381243 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769182/stat : 769182 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
[pid=769094/tid=769183] ppid=769090 vsize=13653612 memory=2484 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769183/stat : 769183 (fscip) S 769090 769094 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127184249 13981298688 3105992 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
Current children cumulated CPU time: 40.2 s
Current children cumulated vsize: 13653612 KiB
Current children cumulated memory: 12423968 KiB

[startup+25.5017 s]
/proc/loadavg: 22.02 20.33 23.80 44/943 769206

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

[pid=769094/tid=769166] ppid=769090 vsize=47045820 memory=1744 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769166/stat : 769166 (fscip) D 769090 769094 769048 0 -1 1077937220 445 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769167] ppid=769090 vsize=47045820 memory=19876 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769167/stat : 769167 (fscip) D 769090 769094 769048 0 -1 1077937220 396 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769168] ppid=769090 vsize=47045820 memory=28716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769168/stat : 769168 (fscip) D 769090 769094 769048 0 -1 1077937220 602 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769169] ppid=769090 vsize=47045820 memory=32884 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769169/stat : 769169 (fscip) D 769090 769094 769048 0 -1 1077937220 246 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769170] ppid=769090 vsize=47045820 memory=6988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769170/stat : 769170 (fscip) D 769090 769094 769048 0 -1 1077937220 239 0 0 0 2 0 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769171] ppid=769090 vsize=47045820 memory=36276 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769171/stat : 769171 (fscip) D 769090 769094 769048 0 -1 1077937220 312 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769172] ppid=769090 vsize=47045820 memory=280940389740832 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769172/stat : 769172 (fscip) D 769090 769094 769048 0 -1 1077937220 583 0 0 0 1 2 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769173] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769173/stat : 769173 (fscip) D 769090 769094 769048 0 -1 1077937220 564 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769174] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769174/stat : 769174 (fscip) D 769090 769094 769048 0 -1 1077937220 241 0 0 0 2 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769175] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769175/stat : 769175 (fscip) D 769090 769094 769048 0 -1 1077937220 470 0 0 0 2 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769176] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769176/stat : 769176 (fscip) D 769090 769094 769048 0 -1 1077937220 274 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769177] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769177/stat : 769177 (fscip) D 769090 769094 769048 0 -1 1077937220 299 0 0 0 2 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769178] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769178/stat : 769178 (fscip) D 769090 769094 769048 0 -1 1077937220 288 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769179] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769179/stat : 769179 (fscip) D 769090 769094 769048 0 -1 1077937220 340 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769180] ppid=769090 vsize=47045820 memory=8309249754560834182 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769180/stat : 769180 (fscip) D 769090 769094 769048 0 -1 1077937220 487 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769181] ppid=769090 vsize=47045820 memory=6608 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769181/stat : 769181 (fscip) D 769090 769094 769048 0 -1 1077937220 309 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769182] ppid=769090 vsize=47045820 memory=39303664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769182/stat : 769182 (fscip) D 769090 769094 769048 0 -1 1077937220 369 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769183] ppid=769090 vsize=47045820 memory=41960 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769183/stat : 769183 (fscip) D 769090 769094 769048 0 -1 1077937220 327 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
Current children cumulated CPU time: 66963.7 s
Current children cumulated vsize: 47045820 KiB
Current children cumulated memory: 39305836 KiB

[startup+3601.6 s]
/proc/loadavg: 83.09 80.20 71.75 55/1009 771359
/proc/meminfo: memFree=409038788/790760800 swapFree=131071996/131071996
[pid=769094] ppid=769090 vsize=47045820 memory=39305836 CPUtime=66963.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/stat : 769094 (fscip) S 769090 769094 769048 0 -1 4195840 76936302 0 0 0 6681895 14494 0 0 20 0 41 0 127183134 48174919680 9826459 809668444160 4194304 16622685 140731838040880 140731838037264 16101707 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 0
/proc/769094/statm: 11761455 9826459 3318 3035 0 11568287 0
[pid=769094/tid=769124] ppid=769090 vsize=47045820 memory=6720659969605714027 CPUtime=3072.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769124/stat : 769124 (fscip) D 769090 769094 769048 0 -1 1077937220 7294655 0 0 0 306131 1130 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769125] ppid=769090 vsize=47045820 memory=41960 CPUtime=3570.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769125/stat : 769125 (fscip) D 769090 769094 769048 0 -1 1077937220 1182746 0 0 0 356557 511 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769126] ppid=769090 vsize=47045820 memory=10824 CPUtime=3569.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769126/stat : 769126 (fscip) D 769090 769094 769048 0 -1 1077937220 2482779 0 0 0 356357 608 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769127] ppid=769090 vsize=47045820 memory=5556 CPUtime=3093.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769127/stat : 769127 (fscip) D 769090 769094 769048 0 -1 1077937220 7374964 0 0 0 308435 947 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769128] ppid=769090 vsize=47045820 memory=6668 CPUtime=3569.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769128/stat : 769128 (fscip) D 769090 769094 769048 0 -1 1077937220 2739399 0 0 0 356391 596 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769129] ppid=769090 vsize=47045820 memory=39303664 CPUtime=3566.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769129/stat : 769129 (fscip) D 769090 769094 769048 0 -1 1077937220 2787821 0 0 0 356091 600 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769130] ppid=769090 vsize=47045820 memory=41217232 CPUtime=3093.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769130/stat : 769130 (fscip) D 769090 769094 769048 0 -1 1077937220 6741352 0 0 0 308332 1019 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769131] ppid=769090 vsize=47045820 memory=2732 CPUtime=3566.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769131/stat : 769131 (fscip) D 769090 769094 769048 0 -1 1077937220 2734058 0 0 0 355950 690 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769132] ppid=769090 vsize=47045820 memory=6832 CPUtime=3068.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769132/stat : 769132 (fscip) D 769090 769094 769048 0 -1 1077937220 2757717 0 0 0 306153 678 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769133] ppid=769090 vsize=47045820 memory=142119940 CPUtime=3092.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769133/stat : 769133 (fscip) D 769090 769094 769048 0 -1 1077937220 6375686 0 0 0 308412 796 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769134] ppid=769090 vsize=47045820 memory=39303664 CPUtime=3569.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769134/stat : 769134 (fscip) D 769090 769094 769048 0 -1 1077937220 2427526 0 0 0 356389 582 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769135] ppid=769090 vsize=47045820 memory=6655300316396806240 CPUtime=3570.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769135/stat : 769135 (fscip) D 769090 769094 769048 0 -1 1077937220 1177427 0 0 0 356535 492 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769136] ppid=769090 vsize=47045820 memory=6944656592455097440 CPUtime=3078.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769136/stat : 769136 (fscip) D 769090 769094 769048 0 -1 1077937220 6765204 0 0 0 307009 846 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769137] ppid=769090 vsize=47045820 memory=6944656592455097440 CPUtime=3570.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769137/stat : 769137 (fscip) D 769090 769094 769048 0 -1 1077937220 1205662 0 0 0 356531 523 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769138] ppid=769090 vsize=47045820 memory=6944656592387989600 CPUtime=3569.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769138/stat : 769138 (fscip) D 769090 769094 769048 0 -1 1077937220 1184957 0 0 0 356494 505 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769139] ppid=769090 vsize=47045820 memory=6944656592387989600 CPUtime=3072.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769139/stat : 769139 (fscip) D 769090 769094 769048 0 -1 1077937220 7220951 0 0 0 306363 881 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769140] ppid=769090 vsize=47045820 memory=16220 CPUtime=3070.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769140/stat : 769140 (fscip) D 769090 769094 769048 0 -1 1077937220 2619818 0 0 0 306488 585 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769141] ppid=769090 vsize=47045820 memory=2212 CPUtime=3564.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769141/stat : 769141 (fscip) D 769090 769094 769048 0 -1 1077937220 1767624 0 0 0 355834 590 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769142] ppid=769090 vsize=47045820 memory=6096 CPUtime=3070.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769142/stat : 769142 (fscip) D 769090 769094 769048 0 -1 1077937220 6949296 0 0 0 306081 1007 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769143] ppid=769090 vsize=47045820 memory=1968 CPUtime=3551.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769143/stat : 769143 (fscip) D 769090 769094 769048 0 -1 1077937220 2754403 0 0 0 354534 627 0 0 20 0 41 0 127183919 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769164] ppid=769090 vsize=47045820 memory=54344 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769164/stat : 769164 (fscip) D 769090 769094 769048 0 -1 1077937220 247 0 0 0 0 2 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769165] ppid=769090 vsize=47045820 memory=33196 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769165/stat : 769165 (fscip) D 769090 769094 769048 0 -1 1077937220 242 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769166] ppid=769090 vsize=47045820 memory=39305836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769166/stat : 769166 (fscip) D 769090 769094 769048 0 -1 1077937220 445 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769167] ppid=769090 vsize=47045820 memory=28656 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769167/stat : 769167 (fscip) D 769090 769094 769048 0 -1 1077937220 396 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769168] ppid=769090 vsize=47045820 memory=7492 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769168/stat : 769168 (fscip) D 769090 769094 769048 0 -1 1077937220 602 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769169] ppid=769090 vsize=47045820 memory=26980 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769169/stat : 769169 (fscip) D 769090 769094 769048 0 -1 1077937220 246 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769170] ppid=769090 vsize=47045820 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769170/stat : 769170 (fscip) D 769090 769094 769048 0 -1 1077937220 239 0 0 0 2 0 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769171] ppid=769090 vsize=47045820 memory=40296 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769171/stat : 769171 (fscip) D 769090 769094 769048 0 -1 1077937220 312 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769172] ppid=769090 vsize=47045820 memory=21544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769172/stat : 769172 (fscip) D 769090 769094 769048 0 -1 1077937220 583 0 0 0 1 2 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769173] ppid=769090 vsize=47045820 memory=100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769173/stat : 769173 (fscip) D 769090 769094 769048 0 -1 1077937220 564 0 0 0 1 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769174] ppid=769090 vsize=47045820 memory=1836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769174/stat : 769174 (fscip) D 769090 769094 769048 0 -1 1077937220 241 0 0 0 2 1 0 0 20 0 41 0 127184248 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769175] ppid=769090 vsize=47045820 memory=25988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769175/stat : 769175 (fscip) D 769090 769094 769048 0 -1 1077937220 470 0 0 0 2 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769176] ppid=769090 vsize=47045820 memory=2244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769176/stat : 769176 (fscip) D 769090 769094 769048 0 -1 1077937220 274 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769177] ppid=769090 vsize=47045820 memory=31488 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769177/stat : 769177 (fscip) D 769090 769094 769048 0 -1 1077937220 299 0 0 0 2 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769178] ppid=769090 vsize=47045820 memory=28656 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769178/stat : 769178 (fscip) D 769090 769094 769048 0 -1 1077937220 288 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769179] ppid=769090 vsize=47045820 memory=7492 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769179/stat : 769179 (fscip) D 769090 769094 769048 0 -1 1077937220 340 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769180] ppid=769090 vsize=47045820 memory=26980 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769180/stat : 769180 (fscip) D 769090 769094 769048 0 -1 1077937220 487 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769181] ppid=769090 vsize=47045820 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769181/stat : 769181 (fscip) D 769090 769094 769048 0 -1 1077937220 309 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769182] ppid=769090 vsize=47045820 memory=40296 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769182/stat : 769182 (fscip) D 769090 769094 769048 0 -1 1077937220 369 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
[pid=769094/tid=769183] ppid=769090 vsize=47045820 memory=8148 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/769094/task/769183/stat : 769183 (fscip) D 769090 769094 769048 0 -1 1077937220 327 0 0 0 1 1 0 0 20 0 41 0 127184249 48174919680 9826459 809668444160 4194304 16622685 140731838040880 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55021568 140731838043112 140731838043227 140731838043227 140731838050255 6
Current children cumulated CPU time: 66963.9 s
Current children cumulated vsize: 47045820 KiB
Current children cumulated memory: 39305836 KiB

[startup+3602.4 s]*
/proc/loadavg: 83.09 80.20 71.75 54/970 771359
/proc/meminfo: memFree=413081512/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3603.2 s]
/proc/loadavg: 83.09 80.20 71.75 54/974 771369
/proc/meminfo: memFree=435404940/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3603.4 s]
/proc/loadavg: 83.09 80.20 71.75 54/974 771369
/proc/meminfo: memFree=435404940/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3603.5 s]
/proc/loadavg: 83.09 80.20 71.75 54/974 771369
/proc/meminfo: memFree=435404940/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 6 (SIGABRT)
Child dumped core

Real time (s): 3603.58
CPU time (s): 66965.2
CPU user time (s): 66819
CPU system time (s): 146.204
CPU usage (%): 1858.29
Max. virtual memory (cumulated for all children) (KiB): 48815292
Max. memory (cumulated for all children) (KiB): 40563128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66819
system time used= 146.204
maximum resident set size= 40563128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76936302
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= 3241031
involuntary context switches= 190227


# summary of solver processes directly reported to runsolver:
#   pid: 769094
#   total CPU time (s): 66965.2
#   total CPU user time (s): 66819
#   total CPU system time (s): 146.204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.6444 second user time and 90.7744 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 05:27:17
IDJOB=4468978
IDBENCH=155727
IDSOLVER=3099
FILE ID=nodeD104/4468978-1723606037
RUNJOBID= nodeD104-1723606037-769058
SLURM_JOB_ID= 8267903
Free space on /tmp= 8587928 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat50_6_9_9_ic.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468978-1723606037/watcher-4468978-1723606037 -o /tmp/evaluation-result-4468978-1723606037/solver-4468978-1723606037 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723606037-769058 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468978-1723606037.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 4134a3bbfafa37bf409eb88a166c5118
RANDOM SEED=1863672606

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		: 3209.084
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		: 1470.891
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		: 2972.466
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		: 1434.461
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		: 2983.987
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		: 3650.469
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		: 3688.172
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		: 1452.147
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		: 2989.151
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		: 3855.175
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		: 3853.857
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		: 1155.389
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		: 1715.783
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		: 3633.267
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		: 1414.911
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		: 1681.350
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		: 1686.681
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		: 1414.590
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		: 1429.903
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		: 1655.292
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		: 1688.128
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		: 1409.302
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		: 1422.264
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		: 2740.035
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		: 1911.939
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		: 1432.111
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		: 1422.729
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		: 2645.147
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		: 2637.628
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		: 1399.041
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		: 1411.234
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		: 2656.757
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		: 2647.205
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		: 1416.000
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		: 2473.959
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		: 2646.387
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		: 2642.964
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		: 1414.327
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		: 1436.655
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		: 2656.491
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		: 2639.859
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		: 1430.565
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		: 1424.998
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		: 2649.949
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		: 2942.405
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		: 1419.441
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		: 1410.364
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		: 3748.975
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		: 3250.619
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		: 1417.768
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		: 1458.963
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		: 3539.925
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		: 1542.116
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		: 1435.087
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		: 1680.637
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		: 2580.818
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		: 3593.155
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		: 2590.042
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		: 2625.000
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		: 2660.984
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		: 2634.297
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		: 2640.625
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		: 2576.844
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		: 2651.515
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		: 2633.196
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		: 2629.132
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		: 2590.042
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		: 2675.781
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		: 2588.541
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		: 2590.811
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		: 2576.844
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		: 2653.846
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		: 2587.809
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		: 2586.206
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		: 2588.541
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		: 2651.209
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		: 2582.644
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		: 2602.370
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		: 2593.750
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		: 2666.015
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:        705091612 kB
MemAvailable:   782952656 kB
Buffers:         1238836 kB
Cached:         79368388 kB
SwapCached:            0 kB
Active:         13633208 kB
Inactive:       67390144 kB
Active(anon):       2124 kB
Inactive(anon):   452912 kB
Active(file):   13631084 kB
Inactive(file): 66937232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            143088 kB
Writeback:             0 kB
AnonPages:        412836 kB
Mapped:           102268 kB
Shmem:             38920 kB
KReclaimable:    1424888 kB
Slab:            1979324 kB
SReclaimable:    1424888 kB
SUnreclaim:       554436 kB
KernelStack:       14544 kB
PageTables:         8860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     682632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1113216 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:     1351680 kB
DirectMap2M:    238221312 kB
DirectMap1G:    566231040 kB

Free space on /tmp at the end= 8587724 MiB
End job on nodeD104 at 2024-08-14 06:27:21