Trace number 4467543

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-09? (TO) 72002.6 3652.22

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: 917abe4c5e]
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.14	c Default LC presolving (default).
1.11/1.14	c ** Before presolving: virtualMemUsedAtLc = 947047133, getVmSize() = 633294848, 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.86/7.90	c ** Estimated virtualMemUsedAtSolver = 927758952, getVmSize() = 1219764224, SCIPgetMemUsed() = 723627774, SCIPgetMemTotal() = 1032814726, SCIPgetMemExternEstim() = 358823703
7.86/7.90	c ** set memory limit for solvers to 4.18569e+11 for each SCIP **
7.86/7.90	c Original Problem   :
7.86/7.90	c   Problem name     : instance-4467543-1723629690
7.86/7.90	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
7.86/7.90	c   Constraints      : 250157
7.86/7.90	c   Objective sense  : minimize
7.86/7.90	c Presolved Problem  :
7.86/7.90	c   Variables        : 62575 (62575 binary, 0 integer, 0 implicit integer, 0 continuous)
7.86/7.90	c   Constraints      : 62729
7.86/7.90	c Constraints        : Number
7.86/7.90	c   knapsack         : 1375 
7.86/7.90	c   setppc           : 51 
7.86/7.90	c   and              : 60025 
7.86/7.90	c   linear           : 3 
7.86/7.90	c   logicor          : 1275 
7.86/7.90	c ** Instance transfer method used: 0
7.99/8.08	c ** ParaScipInstance copy does not increase the number of variables. **
11.16/11.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.16/11.15	c                                Nodes    Active                                            
11.16/11.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
201.63/21.17	c *      21              0           1        20   309044897.0000                -          -
201.63/21.17	c        21              0           1        20   309044897.0000                -          -
203.03/21.26	c *      21              0           1        20   267677653.0000                -          -
1853.00/104.58	c       105              0           1        20   267677653.0000                -          -
1938.21/108.89	c *     109              0           1        20   175546059.0000                -          -
1962.82/110.07	c       110              0           1        20   175546059.0000                -          -
7372.71/383.76	c *     384              0           1        20   173679803.0000                -          -
7372.71/383.76	c       384              0           1        20   173679803.0000                -          -
7797.65/405.21	c       405              2           1        20   173679803.0000     2389307.6347          -
8203.06/425.73	c       426              4           3        20   173679803.0000     2389307.6347          -
8473.95/439.48	c       439              5           4        20   173679803.0000     2389307.6347          -
8582.78/444.96	c       445              3           2        20   173679803.0000     2439407.5321          -
8847.69/458.34	c       458              2           1        20   173679803.0000     2462448.5843          -
8992.11/465.63	c       466              4           3        20   173679803.0000     2462448.5843          -
9201.69/476.21	c       476              6           5        20   173679803.0000     2462448.5843          -
9314.59/482.00	c       482              6           5        20   173679803.0000     2462448.5843          -
9453.09/488.98	c       489              7           6        20   173679803.0000     2462448.5843          -
9644.81/498.63	c       499              7           6        20   173679803.0000     2462448.5843          -
9749.87/504.02	c       504              7           6        20   173679803.0000     2462448.5843          -
10311.36/532.32	c       532              7           6        20   173679803.0000     2462448.5843          -
10691.58/551.53	c       552              7           6        20   173679803.0000     2462448.5843          -
10877.72/560.98	c       561              7           6        20   173679803.0000     2462448.5843          -
11075.69/570.96	c       571              7           6        20   173679803.0000     2462448.5843          -
11190.47/576.75	c       577              7           6        20   173679803.0000     2462448.5843          -
11449.65/589.85	c       590              7           6        20   173679803.0000     2462448.5843          -
11679.10/601.46	c       601              7           6        20   173679803.0000     2462448.5843          -
11944.29/614.82	c       615              7           6        20   173679803.0000     2462448.5843          -
12061.10/620.79	c       621              7           6        20   173679803.0000     2462448.5843          -
12203.68/627.91	c       628              7           6        20   173679803.0000     2462448.5843          -
12302.63/633.01	c       633              7           6        20   173679803.0000     2462448.5843          -
12451.05/640.46	c       640              8           7        20   173679803.0000     2462448.5843          -
12601.97/648.07	c       648              8           7        20   173679803.0000     2462448.5843          -
12710.09/653.57	c       654              8           7        20   173679803.0000     2462448.5843          -
13183.00/677.42	c       677              9           8        20   173679803.0000     2462448.5843          -
13418.62/689.38	c       689              9           8        20   173679803.0000     2462448.5843          -
13778.50/707.58	c       708              9           8        20   173679803.0000     2462448.5843          -
13895.26/713.40	c       713              9           8        20   173679803.0000     2462448.5843          -
14013.93/719.47	c       719              9           8        20   173679803.0000     2462448.5843          -
14174.21/727.54	c       728             10           9        20   173679803.0000     2462448.5843          -
14417.57/739.89	c       740             10           9        20   173679803.0000     2462448.5843          -
14807.53/759.58	c       760             10           9        20   173679803.0000     2462448.5843          -
14973.75/767.99	c       768             10           9        20   173679803.0000     2462448.5843          -
15660.50/802.64	c       803             10           9        20   173679803.0000     2462448.5843          -
15889.90/814.26	c       814             10           9        20   173679803.0000     2462448.5843          -
16129.35/826.32	c       826             11          10        20   173679803.0000     2462448.5843          -
16329.15/836.41	c       836             11          10        20   173679803.0000     2462448.5843          -
16554.79/847.81	c       848             11          10        20   173679803.0000     2462448.5843          -
16955.18/868.11	c       868             11          10        20   173679803.0000     2462448.5843          -
17073.88/874.13	c       874             11          10        20   173679803.0000     2462448.5843          -
17401.41/890.66	c       891             12          11        20   173679803.0000     2462448.5843          -
17933.45/917.51	c       918             12          11        20   173679803.0000     2462448.5843          -
18038.24/922.83	c       923             12          11        20   173679803.0000     2462448.5843          -
18890.70/965.96	c       966             12          11        20   173679803.0000     2462448.5843          -
19272.38/985.30	c       985             12          11        20   173679803.0000     2462448.5843          -
19401.02/991.70	c       992             13          12        20   173679803.0000     2462448.5843          -
19546.24/999.05	c       999             13          12        20   173679803.0000     2462448.5843          -
19770.86/1010.40	c      1010             14          13        20   173679803.0000     2462448.5843          -
19955.00/1019.77	c      1020             15          14        20   173679803.0000     2462448.5843          -
20182.62/1031.24	c      1031             15          14        20   173679803.0000     2462448.5843          -
20289.59/1036.66	c      1037             15          14        20   173679803.0000     2462448.5843          -
20412.19/1042.81	c      1043             15          14        20   173679803.0000     2462448.5843          -
20708.92/1057.88	c      1058             15          14        20   173679803.0000     2462448.5843          -
20845.42/1064.72	c      1065             15          14        20   173679803.0000     2462448.5843          -
21300.49/1087.74	c      1088             15          14        20   173679803.0000     2462448.5843          -
21395.51/1092.54	c *    1093             15          14        20    48817997.0000     2462448.5843          -
21399.45/1092.77	c      1093             15          14        20    48817997.0000     2462448.5843          -
21514.22/1098.50	c      1098             15          14        20    48817997.0000     2462448.5843          -
21753.76/1110.61	c      1111             15          14        20    48817997.0000     2462448.5843          -
21861.20/1116.11	c      1116             15          14        20    48817997.0000     2462448.5843          -
22153.08/1130.86	c      1131             15          14        20    48817997.0000     2462448.5843          -
22590.56/1152.98	c      1153             15          14        20    48817997.0000     2462448.5843          -
22727.13/1159.83	c      1160             15          14        20    48817997.0000     2462448.5843          -
22986.40/1172.99	c      1173             15          14        20    48817997.0000     2462448.5843          -
23122.92/1179.90	c      1180             15          14        20    48817997.0000     2462448.5843          -
23427.64/1195.27	c      1195             15          14        20    48817997.0000     2462448.5843          -
23843.37/1216.28	c      1216             15          14        20    48817997.0000     2462448.5843          -
23954.01/1221.80	c      1222             15          14        20    48817997.0000     2462448.5843          -
24153.91/1232.05	c      1232             18          17        20    48817997.0000     2462448.5843          -
24272.73/1237.92	c      1238             19          18        20    48817997.0000     2462448.5843          -
24530.04/1250.96	c      1251             19          18        20    48817997.0000     2462448.5843          -
24660.59/1257.56	c      1258             19          18        20    48817997.0000     2462448.5843          -
24811.85/1265.19	c      1265             19          18        20    48817997.0000     2462448.5843          -
24925.87/1270.95	c      1271             19          18        20    48817997.0000     2462448.5843          -
25256.23/1287.63	c      1288             19          18        20    48817997.0000     2462448.5843          -
25468.01/1298.38	c      1298             19          18        20    48817997.0000     2462448.5843          -
25725.25/1311.40	c      1311             19          18        20    48817997.0000     2462448.5843          -
25832.10/1316.71	c      1317             19          18        20    48817997.0000     2462448.5843          -
25948.88/1322.65	c      1323             19          18        20    48817997.0000     2462448.5843          -
26051.85/1327.81	c      1328             19          18        20    48817997.0000     2462448.5843          -
26208.08/1335.79	c      1336             19          18        20    48817997.0000     2462448.5843          -
26311.04/1341.03	c      1341             22          21        20    48817997.0000     2462448.5843          -
26475.29/1349.21	c      1349             22          21        20    48817997.0000     2462448.5843          -
26580.18/1354.53	c      1355             22          21        20    48817997.0000     2462448.5843          -
26679.19/1359.56	c      1360             22          21        20    48817997.0000     2462448.5843          -
26786.07/1365.01	c      1365             22          21        20    48817997.0000     2462448.5843          -
27096.64/1380.68	c      1381             22          21        20    48817997.0000     2462448.5843          -
27209.41/1386.31	c      1386             22          21        20    48817997.0000     2462448.5843          -
27415.23/1396.70	c      1397             22          21        20    48817997.0000     2462448.5843          -
27705.99/1411.44	c      1411             22          21        20    48817997.0000     2462448.5843          -
27824.67/1417.43	c      1417             22          21        20    48817997.0000     2462448.5843          -
27925.66/1422.51	c      1423             23          22        20    48817997.0000     2462448.5843          -
28054.82/1429.07	c      1429             25          24        20    48817997.0000     2462448.5843          -
28196.72/1436.22	c      1436             25          24        20    48817997.0000     2462448.5843          -
28301.57/1441.51	c      1442             25          24        20    48817997.0000     2462448.5843          -
28481.78/1450.69	c      1451             25          24        20    48817997.0000     2462448.5843          -
29008.30/1477.21	c      1477             25          24        20    48817997.0000     2462448.5843          -
29119.23/1482.88	c      1483             25          24        20    48817997.0000     2462448.5843          -
29251.59/1489.56	c      1490             25          24        20    48817997.0000     2462448.5843          -
29423.52/1498.23	c      1498             25          24        20    48817997.0000     2462448.5843          -
29627.07/1508.56	c      1509             25          24        20    48817997.0000     2462448.5843          -
29813.25/1517.90	c      1518             25          24        20    48817997.0000     2462448.5843          -
29917.26/1523.16	c      1523             28          27        20    48817997.0000     2462448.5843          -
30030.98/1528.92	c      1529             28          27        20    48817997.0000     2462448.5843          -
30242.82/1539.63	c      1540             28          27        20    48817997.0000     2462448.5843          -
30559.39/1555.64	c      1556             28          27        20    48817997.0000     2462448.5843          -
30664.21/1560.96	c      1561             28          27        20    48817997.0000     2462448.5843          -
30776.93/1566.62	c      1567             28          27        20    48817997.0000     2462448.5843          -
31285.51/1592.36	c      1592             28          27        20    48817997.0000     2462448.5843          -
31515.09/1603.92	c      1604             28          27        20    48817997.0000     2462448.5843          -
31671.27/1611.81	c      1612             28          27        20    48817997.0000     2462448.5843          -
31787.98/1617.78	c      1618             28          27        20    48817997.0000     2462448.5843          -
31896.82/1623.27	c      1623             28          27        20    48817997.0000     2462448.5843          -
32084.75/1632.79	c      1633             28          27        20    48817997.0000     2462448.5843          -
32249.54/1641.12	c      1641             28          27        20    48817997.0000     2462448.5843          -
32353.76/1646.31	c      1646             29          28        20    48817997.0000     2462448.5843          -
32492.33/1653.31	c      1653             29          28        20    48817997.0000     2462448.5843          -
32803.72/1669.06	c      1669             29          28        20    48817997.0000     2462448.5843          -
32907.74/1674.34	c      1674             29          28        20    48817997.0000     2462448.5843          -
33147.32/1686.43	c      1686             29          28        20    48817997.0000     2462448.5843          -
33335.24/1695.93	c      1696             29          28        20    48817997.0000     2462448.5843          -
33738.75/1716.37	c      1716             29          28        20    48817997.0000     2462448.5843          -
33916.87/1725.40	c      1725             29          28        20    48817997.0000     2462448.5843          -
34033.65/1731.25	c      1731             29          28        20    48817997.0000     2462448.5843          -
34199.85/1739.61	c      1740             29          28        20    48817997.0000     2462448.5843          -
34494.58/1754.50	c      1754             29          28        20    48817997.0000     2462448.5843          -
34674.77/1763.66	c      1764             29          28        20    48817997.0000     2462448.5843          -
34845.09/1772.23	c      1772             29          28        20    48817997.0000     2462448.5843          -
34963.91/1778.21	c      1778             29          28        20    48817997.0000     2462448.5843          -
35094.58/1784.81	c      1785             29          28        20    48817997.0000     2462448.5843          -
35426.95/1801.65	c      1802             29          28        20    48817997.0000     2462448.5843          -
35836.53/1822.30	c      1822             29          28        20    48817997.0000     2462448.5843          -
35996.90/1830.49	c      1830             29          28        20    48817997.0000     2462448.5843          -
36123.70/1836.82	c      1837             29          28        20    48817997.0000     2462448.5843          -
36254.31/1843.44	c      1843             29          28        20    48817997.0000     2462448.5843          -
36513.29/1856.57	c      1857             29          28        20    48817997.0000     2462448.5843          -
36647.68/1863.40	c      1863             29          28        20    48817997.0000     2462448.5843          -
36800.83/1871.13	c      1871             29          28        20    48817997.0000     2462448.5843          -
36902.76/1876.28	c      1876             29          28        20    48817997.0000     2462448.5843          -
37045.28/1883.40	c      1883             29          28        20    48817997.0000     2462448.5843          -
37146.28/1888.53	c      1889             29          28        20    48817997.0000     2462448.5843          -
37516.37/1907.28	c      1907             29          28        20    48817997.0000     2462448.5843          -
37866.59/1924.91	c      1925             29          28        20    48817997.0000     2462448.5843          -
38067.24/1935.05	c      1935             29          28        20    48817997.0000     2462448.5843          -
38208.84/1942.30	c      1942             29          28        20    48817997.0000     2462448.5843          -
38460.32/1954.95	c      1955             29          28        20    48817997.0000     2462448.5843          -
38638.50/1963.90	c      1964             30          29        20    48817997.0000     2462448.5843          -
38761.95/1970.15	c      1970             30          29        20    48817997.0000     2462448.5843          -
38864.05/1975.37	c      1975             30          29        20    48817997.0000     2462448.5843          -
39063.90/1985.48	c      1985             32          31        20    48817997.0000     2462448.5843          -
39208.09/1992.72	c      1993             35          34        20    48817997.0000     2462448.5843          -
39407.60/2002.85	c      2003             35          34        20    48817997.0000     2462448.5843          -
39522.33/2008.64	c      2009             35          34        20    48817997.0000     2462448.5843          -
39633.14/2014.27	c      2014             37          36        20    48817997.0000     2462448.5843          -
39902.45/2027.83	c      2028             37          36        20    48817997.0000     2462448.5843          -
40082.26/2036.97	c      2037             37          36        20    48817997.0000     2462448.5843          -
40263.08/2046.10	c      2046             37          36        20    48817997.0000     2462448.5843          -
40487.81/2057.49	c      2057             37          36        20    48817997.0000     2462448.5843          -
40620.71/2064.19	c      2064             37          36        20    48817997.0000     2462448.5843          -
40892.74/2078.02	c      2078             38          37        20    48817997.0000     2462448.5843          -
41025.24/2084.67	c      2085             38          37        20    48817997.0000     2462448.5843          -
41128.05/2089.87	c      2090             38          37        20    48817997.0000     2462448.5843          -
41240.71/2095.57	c      2096             38          37        20    48817997.0000     2462448.5843          -
41359.37/2101.56	c      2102             40          39        20    48817997.0000     2462448.5843          -
41587.79/2113.09	c      2113             41          40        20    48817997.0000     2462448.5843          -
41688.07/2118.20	c      2118             41          40        20    48817997.0000     2462448.5843          -
41918.68/2129.80	c      2130             41          40        20    48817997.0000     2462448.5843          -
42124.34/2140.22	c      2140             41          40        20    48817997.0000     2462448.5843          -
42274.78/2147.80	c      2148             41          40        20    48817997.0000     2462448.5843          -
42448.57/2156.65	c      2157             41          40        20    48817997.0000     2462448.5843          -
42559.25/2162.23	c      2162             41          40        20    48817997.0000     2462448.5843          -
42820.49/2175.45	c      2175             43          42        20    48817997.0000     2462448.5843          -
42939.35/2181.49	c      2181             43          42        20    48817997.0000     2462448.5843          -
43052.96/2187.18	c      2187             43          42        20    48817997.0000     2462448.5843          -
43225.88/2195.97	c      2196             43          42        20    48817997.0000     2462448.5843          -
43340.62/2201.73	c      2202             43          42        20    48817997.0000     2462448.5843          -
43469.08/2208.28	c      2208             43          42        20    48817997.0000     2462448.5843          -
43799.26/2224.94	c      2225             43          42        20    48817997.0000     2462448.5843          -
43955.54/2232.83	c      2233             43          42        20    48817997.0000     2462448.5843          -
44190.94/2244.79	c      2245             43          42        20    48817997.0000     2462448.5843          -
44319.42/2251.26	c      2251             43          42        20    48817997.0000     2462448.5843          -
44424.16/2256.50	c      2256             44          43        20    48817997.0000     2462448.5843          -
44575.25/2264.18	c      2264             44          43        20    48817997.0000     2462448.5843          -
44912.68/2281.25	c      2281             44          43        20    48817997.0000     2462448.5843          -
45087.56/2290.07	c      2290             44          43        20    48817997.0000     2462448.5843          -
45186.52/2295.08	c      2295             44          43        20    48817997.0000     2462448.5843          -
45317.85/2301.78	c      2302             45          44        20    48817997.0000     2462448.5843          -
45440.41/2307.99	c      2308             45          44        20    48817997.0000     2462448.5843          -
45590.78/2315.55	c      2316             45          44        20    48817997.0000     2462448.5843          -
45881.63/2330.30	c      2330             45          44        20    48817997.0000     2462448.5843          -
45997.20/2336.06	c      2336             45          44        20    48817997.0000     2462448.5843          -
46231.56/2348.03	c      2348             45          44        20    48817997.0000     2462448.5843          -
46407.49/2356.83	c      2357             45          44        20    48817997.0000     2462448.5843          -
46510.97/2362.10	c      2362             45          44        20    48817997.0000     2462448.5843          -
46646.83/2368.97	c      2369             45          44        20    48817997.0000     2462448.5843          -
46884.12/2381.02	c      2381             45          44        20    48817997.0000     2462448.5843          -
47147.16/2394.20	c      2394             45          44        20    48817997.0000     2462448.5843          -
47592.30/2416.71	c      2417             45          44        20    48817997.0000     2462448.5843          -
47944.44/2434.55	c      2435             45          44        20    48817997.0000     2462448.5843          -
48049.27/2439.86	c      2440             45          44        20    48817997.0000     2462448.5843          -
48155.20/2445.19	c      2445             45          44        20    48817997.0000     2462448.5843          -
48260.89/2450.51	c      2451             49          48        20    48817997.0000     2462448.5843          -
48393.27/2457.29	c      2457             51          50        20    48817997.0000     2462448.5843          -
48711.80/2473.33	c      2473             52          51        20    48817997.0000     2462448.5843          -
48994.69/2487.65	c      2488             54          53        20    48817997.0000     2462448.5843          -
49188.51/2497.42	c      2497             54          53        20    48817997.0000     2462448.5843          -
49445.68/2510.47	c      2510             54          53        20    48817997.0000     2462448.5843          -
49566.43/2516.56	c      2517             54          53        20    48817997.0000     2462448.5843          -
49701.01/2523.33	c      2523             54          53        20    48817997.0000     2462448.5843          -
50241.19/2550.63	c      2551             54          53        20    48817997.0000     2462448.5843          -
50381.69/2557.80	c      2558             54          53        20    48817997.0000     2462448.5843          -
50603.12/2568.90	c      2569             54          53        20    48817997.0000     2462448.5843          -
50769.03/2577.31	c      2577             54          53        20    48817997.0000     2462448.5843          -
50889.44/2583.41	c      2583             55          54        20    48817997.0000     2462448.5843          -
51016.00/2589.87	c      2590             55          54        20    48817997.0000     2462448.5843          -
51122.00/2595.19	c      2595             55          54        20    48817997.0000     2462448.5843          -
51377.13/2608.14	c      2608             55          54        20    48817997.0000     2462448.5843          -
51890.87/2634.03	c      2634             55          54        20    48817997.0000     2462448.5843          -
52040.55/2641.63	c      2642             55          54        20    48817997.0000     2462448.5843          -
52177.12/2648.60	c      2649             55          54        20    48817997.0000     2462448.5843          -
52455.79/2662.61	c      2663            132         127        20    48817997.0000     2477798.3775          -
52829.82/2681.50	c      2682            134         129        20    48817997.0000     2477798.3775          -
52939.42/2687.12	c      2687            135         130        20    48817997.0000     2477798.3775          -
53161.92/2698.33	c      2698            135         130        20    48817997.0000     2477798.3775          -
53321.94/2706.43	c      2706            135         130        20    48817997.0000     2477798.3775          -
53442.64/2712.50	c      2712            135         130        20    48817997.0000     2477798.3775          -
53844.42/2732.85	c      2733            135         130        20    48817997.0000     2477798.3775          -
54123.30/2747.02	c      2747            136         131        20    48817997.0000     2477798.3775          -
54227.89/2752.26	c      2752            137         134        20    48817997.0000     2477798.3775          -
54475.21/2764.76	c      2765            141         136        20    48817997.0000     2477798.3775          -
54603.88/2771.20	c      2771            141         138        20    48817997.0000     2477798.3775          -
54853.08/2783.87	c      2784            141         138        20    48817997.0000     2477798.3775          -
54960.11/2789.26	c      2789            141         138        20    48817997.0000     2477798.3775          -
55077.62/2795.15	c      2795            143         138        20    48817997.0000     2477798.3775          -
55240.87/2803.47	c      2803            143         138        20    48817997.0000     2477798.3775          -
55604.93/2821.87	c      2822            143         138        20    48817997.0000     2477798.3775          -
55854.25/2834.49	c      2834            143         138        20    48817997.0000     2477798.3775          -
55959.09/2839.79	c      2840            143         138        20    48817997.0000     2477798.3775          -
56115.32/2847.62	c      2848            144         139        20    48817997.0000     2477798.3775          -
56226.14/2853.24	c      2853            144         139        20    48817997.0000     2477798.3775          -
56338.77/2858.96	c      2859            144         139        20    48817997.0000     2477798.3775          -
56618.71/2873.08	c      2873            146         141        20    48817997.0000     2477798.3775          -
56740.53/2879.22	c      2879            149         144        20    48817997.0000     2477798.3775          -
56912.58/2888.01	c      2888            149         144        20    48817997.0000     2477798.3775          -
57078.49/2896.36	c      2896            149         144        20    48817997.0000     2477798.3775          -
57244.76/2904.78	c      2905            149         144        20    48817997.0000     2477798.3775          -
57460.54/2915.63	c      2916            149         144        20    48817997.0000     2477798.3775          -
57689.19/2927.17	c      2927            149         144        20    48817997.0000     2477798.3775          -
57980.65/2941.94	c      2942            149         144        20    48817997.0000     2477798.3775          -
58204.30/2953.24	c      2953            149         144        20    48817997.0000     2477798.3775          -
58588.02/2972.60	c      2973            150         145        20    48817997.0000     2477798.3775          -
58686.77/2977.62	c      2978            150         145        20    48817997.0000     2477798.3775          -
58936.18/2990.26	c      2990            150         145        20    48817997.0000     2477798.3775          -
59535.34/3020.59	c      3021            150         145        20    48817997.0000     2477798.3775          -
59691.63/3028.43	c      3028            150         145        20    48817997.0000     2477798.3775          -
59873.45/3037.66	c      3038            150         145        20    48817997.0000     2477798.3775          -
60029.63/3045.53	c      3046            150         145        20    48817997.0000     2477798.3775          -
60198.81/3054.06	c      3054            150         145        20    48817997.0000     2477798.3775          -
60332.30/3060.87	c      3061            150         145        20    48817997.0000     2477798.3775          -
60460.77/3067.34	c      3067            151         146        20    48817997.0000     2477798.3775          -
60719.83/3080.47	c      3080            151         146        20    48817997.0000     2477798.3775          -
60964.89/3092.85	c      3093            151         146        20    48817997.0000     2477798.3775          -
61073.76/3098.40	c      3098            151         146        20    48817997.0000     2477798.3775          -
61492.98/3119.58	c      3120            151         146        20    48817997.0000     2477798.3775          -
61615.79/3125.72	c      3126            152         147        20    48817997.0000     2478553.7886          -
61750.02/3132.58	c      3133            153         148        20    48817997.0000     2478553.7886          -
61854.82/3137.85	c      3138            153         148        20    48817997.0000     2478553.7886          -
61993.22/3144.86	c      3145            153         148        20    48817997.0000     2478553.7886          -
62161.21/3153.36	c      3153            153         148        20    48817997.0000     2478553.7886          -
62463.99/3168.69	c      3169            154         149        20    48817997.0000     2478553.7886          -
62564.76/3173.74	c      3174            154         149        20    48817997.0000     2478553.7886          -
62667.50/3179.02	c      3179            155         150        20    48817997.0000     2478553.7886          -
62823.70/3186.86	c      3187            155         150        20    48817997.0000     2478553.7886          -
62974.03/3194.41	c      3194            157         152        20    48817997.0000     2478553.7886          -
63175.79/3204.63	c      3205            159         154        20    48817997.0000     2478553.7886          -
63322.93/3212.07	c      3212            159         154        20    48817997.0000     2478553.7886          -
63575.41/3224.81	c      3225            159         154        20    48817997.0000     2478553.7886          -
63729.70/3232.65	c      3233            159         154        20    48817997.0000     2478553.7886          -
63901.77/3241.35	c      3241            159         154        20    48817997.0000     2478553.7886          -
64026.40/3247.61	c      3248            160         155        20    48817997.0000     2478553.7886          -
64147.05/3253.74	c      3254            160         155        20    48817997.0000     2478553.7886          -
64254.96/3259.19	c      3259            160         155        20    48817997.0000     2478553.7886          -
64368.70/3264.94	c      3265            160         155        20    48817997.0000     2478553.7886          -
64487.52/3270.90	c      3271            160         155        20    48817997.0000     2478553.7886          -
64801.80/3286.85	c      3287            160         155        20    48817997.0000     2478553.7886          -
65201.87/3307.11	c      3307            160         155        20    48817997.0000     2478553.7886          -
65676.62/3331.04	c      3331            161         156        20    48817997.0000     2478553.7886          -
65945.07/3344.62	c      3345            162         157        20    48817997.0000     2478553.7886          -
66079.40/3351.46	c      3351            162         157        20    48817997.0000     2478553.7886          -
66601.85/3377.81	c      3378            162         157        20    48817997.0000     2478553.7886          -
66710.71/3383.32	c      3383            162         157        20    48817997.0000     2478553.7886          -
67270.48/3411.61	c      3412            162         157        20    48817997.0000     2478553.7886          -
67565.13/3426.56	c      3427            162         157        20    48817997.0000     2478553.7886          -
67765.11/3436.61	c      3437            162         157        20    48817997.0000     2478553.7886          -
68067.86/3452.01	c      3452            163         158        20    48817997.0000     2478553.7886          -
68277.37/3462.55	c      3463            163         158        20    48817997.0000     2478553.7886          -
68415.87/3469.57	c      3470            163         158        20    48817997.0000     2478553.7886          -
68580.13/3477.87	c      3478            163         158        20    48817997.0000     2478553.7886          -
68706.78/3484.21	c      3484            163         158        20    48817997.0000     2478553.7886          -
69155.95/3507.00	c      3507            166         161        20    48817997.0000     2478553.7886          -
69254.93/3512.02	c      3512            166         161        20    48817997.0000     2478553.7886          -
69549.74/3526.81	c      3527            168         163        20    48817997.0000     2478553.7886          -
69737.78/3536.30	c      3536            171         166        20    48817997.0000     2478553.7886          -
69851.41/3542.13	c      3542            174         169        20    48817997.0000     2478553.7886          -
69991.72/3549.15	c      3549            175         170        20    48817997.0000     2478553.7886          -
70133.29/3556.34	c      3556            175         170        20    48817997.0000     2478553.7886          -
70301.42/3564.83	c      3565            178         173        20    48817997.0000     2478553.7886          -
70444.41/3572.05	c      3572            178         173        20    48817997.0000     2478553.7886          -
70699.06/3584.93	c      3585            178         173        20    48817997.0000     2478553.7886          -
70869.25/3593.53	c      3594            179         174        20    48817997.0000     2478553.7886          -
71021.67/3601.22	c      3601            179         174        20    48817997.0000     2478553.7886          -
71601.31/3630.56	c      3631            179         174        20    48817997.0000     2478553.7886          -
71745.73/3637.86	c      3638            179         174        20    48817997.0000     2478553.7886          -
71915.86/3646.47	c      3646            179         174        20    48817997.0000     2478553.7886          -

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 (168855 MiB free)
  memory of node 1: 193531 MiB (180206 MiB free)
  memory of node 2: 193531 MiB (169240 MiB free)
  memory of node 3: 193493 MiB (170134 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-4467543-1723629690/watcher-4467543-1723629690 -o /tmp/evaluation-result-4467543-1723629690/solver-4467543-1723629690 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723629690-784053 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467543-1723629690.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=784088, runsolver pid=784084
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 32.42 64.05 74.37 5/855 784095
/proc/meminfo: memFree=704773416/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=102236 memory=90112 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 20494 0 0 0 8 3 0 0 20 0 1 0 129548431 104689664 22528 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 25559 22528 2331 3035 0 21955 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 102236 KiB
Current children cumulated memory: 90112 KiB

[startup+0.22346 s]*
/proc/loadavg: 32.42 64.05 74.37 5/867 784115
/proc/meminfo: memFree=704478360/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=177980 memory=165884 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 39439 0 0 0 18 6 0 0 20 0 1 0 129548431 182251520 41471 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 44495 41471 2331 3035 0 40891 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 177980 KiB
Current children cumulated memory: 165884 KiB

[startup+0.323751 s]*
/proc/loadavg: 32.42 64.05 74.37 5/867 784115
/proc/meminfo: memFree=704222300/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=217832 memory=206580 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 49568 0 0 0 26 8 0 0 20 0 1 0 129548431 223059968 51645 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 54458 51645 2331 3035 0 50854 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 217832 KiB
Current children cumulated memory: 206580 KiB

[startup+0.70027 s]
/proc/loadavg: 32.42 64.05 74.37 5/867 784115
/proc/meminfo: memFree=703872592/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=396840 memory=385620 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 94909 0 0 0 53 16 0 0 20 0 1 0 129548431 406364160 96405 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 99210 96405 2571 3035 0 95606 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 396840 KiB
Current children cumulated memory: 385620 KiB

[startup+1.50027 s]
/proc/loadavg: 32.42 64.05 74.37 5/867 784115
/proc/meminfo: memFree=703019748/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=686724 memory=664088 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 163941 0 0 0 122 26 0 0 20 0 1 0 129548431 703205376 166022 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 171681 166022 2646 3035 0 168077 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 686724 KiB
Current children cumulated memory: 664088 KiB

[startup+3.12381 s]
/proc/loadavg: 32.42 64.05 74.37 5/867 784117
/proc/meminfo: memFree=700477036/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=888960 memory=862792 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 213535 0 0 0 272 38 0 0 20 0 1 0 129548431 910295040 215698 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 222240 215698 2742 3035 0 218636 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 888960 KiB
Current children cumulated memory: 862792 KiB

[startup+6.30025 s]
/proc/loadavg: 30.14 63.05 73.99 5/867 784117
/proc/meminfo: memFree=698367692/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=1087460 memory=1059708 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) R 784084 784088 784042 0 -1 4194304 253552 0 0 0 581 46 0 0 20 0 1 0 129548431 1113559040 264927 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 271865 264927 2790 3035 0 268261 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1087460 KiB
Current children cumulated memory: 1059708 KiB

[startup+12.7011 s]
/proc/loadavg: 28.05 62.07 73.61 35/947 784198
/proc/meminfo: memFree=680195880/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=13653620 memory=12422968 CPUtime=40.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) S 784084 784088 784042 0 -1 1077936128 3137697 0 0 0 3354 649 0 0 20 0 41 0 129548431 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 3413405 3105742 2822 3035 0 3305387 0
[pid=784088/tid=784118] ppid=784084 vsize=13653620 memory=0 CPUtime=1.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784118/stat : 784118 (fscip) R 784084 784088 784042 0 -1 4194368 92790 0 0 0 143 19 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784119] ppid=784084 vsize=13653620 memory=5556 CPUtime=1.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784119/stat : 784119 (fscip) R 784084 784088 784042 0 -1 4194368 171309 0 0 0 119 37 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784120] ppid=784084 vsize=13653620 memory=0 CPUtime=1.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784120/stat : 784120 (fscip) R 784084 784088 784042 0 -1 4194368 171303 0 0 0 121 35 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784121] ppid=784084 vsize=13653620 memory=16220 CPUtime=1.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784121/stat : 784121 (fscip) R 784084 784088 784042 0 -1 4194368 92790 0 0 0 144 18 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784122] ppid=784084 vsize=13653620 memory=11414044 CPUtime=1.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784122/stat : 784122 (fscip) R 784084 784088 784042 0 -1 4194368 170438 0 0 0 123 35 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784123] ppid=784084 vsize=13653620 memory=0 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784123/stat : 784123 (fscip) R 784084 784088 784042 0 -1 4194368 167676 0 0 0 123 34 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784124] ppid=784084 vsize=13653620 memory=0 CPUtime=1.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784124/stat : 784124 (fscip) R 784084 784088 784042 0 -1 4194368 92876 0 0 0 141 21 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784125] ppid=784084 vsize=13653620 memory=33196 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784125/stat : 784125 (fscip) R 784084 784088 784042 0 -1 4194368 171859 0 0 0 121 36 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784126] ppid=784084 vsize=13653620 memory=21513491190438 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784126/stat : 784126 (fscip) R 784084 784088 784042 0 -1 4194368 172427 0 0 0 123 34 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784127] ppid=784084 vsize=13653620 memory=100 CPUtime=1.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784127/stat : 784127 (fscip) R 784084 784088 784042 0 -1 4194368 92876 0 0 0 142 20 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784128] ppid=784084 vsize=13653620 memory=25041695155484481 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784128/stat : 784128 (fscip) R 784084 784088 784042 0 -1 4194368 167646 0 0 0 121 36 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784129] ppid=784084 vsize=13653620 memory=25333125866717268 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784129/stat : 784129 (fscip) R 784084 784088 784042 0 -1 4194368 171248 0 0 0 123 34 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784130] ppid=784084 vsize=13653620 memory=0 CPUtime=1.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784130/stat : 784130 (fscip) R 784084 784088 784042 0 -1 4194368 92762 0 0 0 141 21 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784131] ppid=784084 vsize=13653620 memory=279690417843856 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784131/stat : 784131 (fscip) R 784084 784088 784042 0 -1 4194368 172097 0 0 0 122 35 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784132] ppid=784084 vsize=13653620 memory=42644 CPUtime=1.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784132/stat : 784132 (fscip) R 784084 784088 784042 0 -1 4194368 167619 0 0 0 125 33 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784133] ppid=784084 vsize=13653620 memory=10824 CPUtime=1.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784133/stat : 784133 (fscip) R 784084 784088 784042 0 -1 4194368 92778 0 0 0 145 18 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784134] ppid=784084 vsize=13653620 memory=7492 CPUtime=1.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784134/stat : 784134 (fscip) R 784084 784088 784042 0 -1 4194368 167654 0 0 0 125 33 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784135] ppid=784084 vsize=13653620 memory=26980 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784135/stat : 784135 (fscip) R 784084 784088 784042 0 -1 4194368 171784 0 0 0 120 37 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784136] ppid=784084 vsize=13653620 memory=3664 CPUtime=1.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784136/stat : 784136 (fscip) R 784084 784088 784042 0 -1 4194368 92758 0 0 0 142 21 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784137] ppid=784084 vsize=13653620 memory=20452 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784137/stat : 784137 (fscip) R 784084 784088 784042 0 -1 4194368 171762 0 0 0 122 35 0 0 20 0 41 0 129549221 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784158] ppid=784084 vsize=13653620 memory=6836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784158/stat : 784158 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784159] ppid=784084 vsize=13653620 memory=7044 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784159/stat : 784159 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784160] ppid=784084 vsize=13653620 memory=279690418167328 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784160/stat : 784160 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784161] ppid=784084 vsize=13653620 memory=8474041440212778651 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784161/stat : 784161 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784162] ppid=784084 vsize=13653620 memory=6944652177228980320 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784162/stat : 784162 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784163] ppid=784084 vsize=13653620 memory=40296 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784163/stat : 784163 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784164] ppid=784084 vsize=13653620 memory=8148 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784164/stat : 784164 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784165] ppid=784084 vsize=13653620 memory=3428 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784165/stat : 784165 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784166] ppid=784084 vsize=13653620 memory=28716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784166/stat : 784166 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784167] ppid=784084 vsize=13653620 memory=32884 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784167/stat : 784167 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784168] ppid=784084 vsize=13653620 memory=6988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784168/stat : 784168 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784169] ppid=784084 vsize=13653620 memory=139 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784169/stat : 784169 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784170] ppid=784084 vsize=13653620 memory=118 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784170/stat : 784170 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784171] ppid=784084 vsize=13653620 memory=9309 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784171/stat : 784171 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784172] ppid=784084 vsize=13653620 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784172/stat : 784172 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784173] ppid=784084 vsize=13653620 memory=7466728 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784173/stat : 784173 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784174] ppid=784084 vsize=13653620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784174/stat : 784174 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784175] ppid=784084 vsize=13653620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784175/stat : 784175 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784176] ppid=784084 vsize=13653620 memory=54344 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784176/stat : 784176 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784177] ppid=784084 vsize=13653620 memory=279690417953536 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784177/stat : 784177 (fscip) S 784084 784088 784042 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129549547 13981306880 3105742 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
Current children cumulated CPU time: 40.03 s
Current children cumulated vsize: 13653620 KiB
Current children cumulated memory: 12422968 KiB

[startup+25.5011 s]
/proc/loadavg: 31.14 61.08 73.11 44/947 784200

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

/proc/784088/task/784164/stat : 784164 (fscip) S 784084 784088 784042 0 -1 1077936192 275 0 0 0 1 2 0 0 20 0 41 0 129549547 51840327680 10448697 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784165] ppid=784084 vsize=50625320 memory=41794788 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784165/stat : 784165 (fscip) S 784084 784088 784042 0 -1 1077936192 335 0 0 0 2 1 0 0 20 0 41 0 129549547 51840327680 10448697 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784166] ppid=784084 vsize=50625320 memory=41794528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784166/stat : 784166 (fscip) S 784084 784088 784042 0 -1 1077936192 355 0 0 0 1 2 0 0 20 0 41 0 129549547 51840327680 10448697 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784167] ppid=784084 vsize=50625320 memory=41794528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784167/stat : 784167 (fscip) S 784084 784088 784042 0 -1 1077936192 336 0 0 0 1 2 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784168] ppid=784084 vsize=50559784 memory=132 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784168/stat : 784168 (fscip) S 784084 784088 784042 0 -1 1077936192 281 0 0 0 3 0 0 0 20 0 41 0 129549547 51773218816 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784169] ppid=784084 vsize=50625320 memory=41793544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784169/stat : 784169 (fscip) S 784084 784088 784042 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784170] ppid=784084 vsize=50625320 memory=42644 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784170/stat : 784170 (fscip) S 784084 784088 784042 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784171] ppid=784084 vsize=50625320 memory=41794528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784171/stat : 784171 (fscip) S 784084 784088 784042 0 -1 1077936192 210 0 0 0 0 2 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784172] ppid=784084 vsize=50625320 memory=2223 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784172/stat : 784172 (fscip) S 784084 784088 784042 0 -1 1077936192 168 0 0 0 2 1 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784173] ppid=784084 vsize=50625320 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784173/stat : 784173 (fscip) S 784084 784088 784042 0 -1 1077936192 208 0 0 0 1 1 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784174] ppid=784084 vsize=50625320 memory=41794788 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784174/stat : 784174 (fscip) S 784084 784088 784042 0 -1 1077936192 213 0 0 0 1 2 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784175] ppid=784084 vsize=50625320 memory=41793444 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784175/stat : 784175 (fscip) S 784084 784088 784042 0 -1 1077936192 257 0 0 0 1 2 0 0 20 0 41 0 129549547 51840327680 10448632 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784176] ppid=784084 vsize=50625320 memory=41794788 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784176/stat : 784176 (fscip) S 784084 784088 784042 0 -1 1077936192 219 0 0 0 1 1 0 0 20 0 41 0 129549547 51840327680 10448697 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784177] ppid=784084 vsize=50625320 memory=41794528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784177/stat : 784177 (fscip) S 784084 784088 784042 0 -1 1077936192 196 0 0 0 0 3 0 0 20 0 41 0 129549547 51840327680 10448697 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
Current children cumulated CPU time: 71834.9 s
Current children cumulated vsize: 50625320 KiB
Current children cumulated memory: 41794788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3650.7 s]
/proc/loadavg: 80.21 80.23 80.14 79/1025 786214
/proc/meminfo: memFree=409840916/790760800 swapFree=131071996/131071996
[pid=784088] ppid=784084 vsize=50648500 memory=41794544 CPUtime=72000.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/stat : 784088 (fscip) S 784084 784088 784042 0 -1 1077936128 2107271022 0 0 0 6887177 312905 0 0 20 0 41 0 129548431 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 17 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
/proc/784088/statm: 12662125 10448636 3014 3035 0 12388270 0
[pid=784088/tid=784118] ppid=784084 vsize=50648500 memory=25333125866717268 CPUtime=3595.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784118/stat : 784118 (fscip) R 784084 784088 784042 0 -1 4194368 6920835 0 0 0 357801 1740 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784119] ppid=784084 vsize=50648500 memory=6096 CPUtime=3607.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784119/stat : 784119 (fscip) R 784084 784088 784042 0 -1 4194368 1054665 0 0 0 360223 541 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784120] ppid=784084 vsize=50648500 memory=279690421317568 CPUtime=3605.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784120/stat : 784120 (fscip) R 784084 784088 784042 0 -1 4194368 2484375 0 0 0 359872 717 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784121] ppid=784084 vsize=50648500 memory=279690420283792 CPUtime=3592.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784121/stat : 784121 (fscip) R 784084 784088 784042 0 -1 4194368 6742163 0 0 0 357819 1445 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784122] ppid=784084 vsize=50648500 memory=16325789170925620 CPUtime=3598.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784122/stat : 784122 (fscip) R 784084 784088 784042 0 -1 4194368 2576109 0 0 0 359161 724 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784123] ppid=784084 vsize=50648500 memory=279690418208496 CPUtime=3605.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784123/stat : 784123 (fscip) R 784084 784088 784042 0 -1 4194368 1953750 0 0 0 359867 665 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784124] ppid=784084 vsize=50648500 memory=41794788 CPUtime=3592.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784124/stat : 784124 (fscip) R 784084 784088 784042 0 -1 4194368 6408321 0 0 0 357689 1582 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784125] ppid=784084 vsize=50648500 memory=42644 CPUtime=3544.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784125/stat : 784125 (fscip) R 784084 784088 784042 0 -1 4194368 2038020798 0 0 0 60060 294384 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784126] ppid=784084 vsize=50648500 memory=279690419601952 CPUtime=3606.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784126/stat : 784126 (fscip) R 784084 784088 784042 0 -1 4194368 2590136 0 0 0 359895 758 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784127] ppid=784084 vsize=50648500 memory=6735883111231038 CPUtime=3601.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784127/stat : 784127 (fscip) R 784084 784088 784042 0 -1 4194368 6366234 0 0 0 359264 915 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784128] ppid=784084 vsize=50648500 memory=164 CPUtime=3604.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784128/stat : 784128 (fscip) R 784084 784088 784042 0 -1 4194368 1987709 0 0 0 359833 666 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784129] ppid=784084 vsize=50648500 memory=6988 CPUtime=3609.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784129/stat : 784129 (fscip) R 784084 784088 784042 0 -1 4194368 1060653 0 0 0 360441 531 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784130] ppid=784084 vsize=50648500 memory=41790468 CPUtime=3597.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784130/stat : 784130 (fscip) R 784084 784088 784042 0 -1 4194368 6495430 0 0 0 358110 1614 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784131] ppid=784084 vsize=50648500 memory=7158278460498262115 CPUtime=3608.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784131/stat : 784131 (fscip) R 784084 784088 784042 0 -1 4194368 1086251 0 0 0 360277 541 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784132] ppid=784084 vsize=50648500 memory=0 CPUtime=3610.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784132/stat : 784132 (fscip) R 784084 784088 784042 0 -1 4194368 1083404 0 0 0 360522 534 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784133] ppid=784084 vsize=50648500 memory=11272 CPUtime=3598.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784133/stat : 784133 (fscip) R 784084 784088 784042 0 -1 4194368 7200013 0 0 0 358715 1124 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784134] ppid=784084 vsize=50648500 memory=6608 CPUtime=3604.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784134/stat : 784134 (fscip) R 784084 784088 784042 0 -1 4194368 2696286 0 0 0 359715 732 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784135] ppid=784084 vsize=50648500 memory=64 CPUtime=3604.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784135/stat : 784135 (fscip) R 784084 784088 784042 0 -1 4194368 2019422 0 0 0 359875 619 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784136] ppid=784084 vsize=50648500 memory=25333125866717268 CPUtime=3597.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784136/stat : 784136 (fscip) R 784084 784088 784042 0 -1 4194368 6191123 0 0 0 358098 1604 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784137] ppid=784084 vsize=50648500 memory=25333125866717268 CPUtime=3604.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784137/stat : 784137 (fscip) R 784084 784088 784042 0 -1 4194368 2021494 0 0 0 359815 679 0 0 20 0 41 0 129549221 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784158] ppid=784084 vsize=50648500 memory=41793568 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784158/stat : 784158 (fscip) S 784084 784088 784042 0 -1 1077936192 232 0 0 0 0 3 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784159] ppid=784084 vsize=50648500 memory=16220 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784159/stat : 784159 (fscip) S 784084 784088 784042 0 -1 1077936192 175 0 0 0 0 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784160] ppid=784084 vsize=50648500 memory=132 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784160/stat : 784160 (fscip) S 784084 784088 784042 0 -1 1077936192 308 0 0 0 0 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784161] ppid=784084 vsize=50648500 memory=41793544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784161/stat : 784161 (fscip) S 784084 784088 784042 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784162] ppid=784084 vsize=50648500 memory=279690421258624 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784162/stat : 784162 (fscip) S 784084 784088 784042 0 -1 1077936192 201 0 0 0 1 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784163] ppid=784084 vsize=50648500 memory=6648615381421709774 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784163/stat : 784163 (fscip) S 784084 784088 784042 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784164] ppid=784084 vsize=50648500 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784164/stat : 784164 (fscip) S 784084 784088 784042 0 -1 1077936192 275 0 0 0 1 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784165] ppid=784084 vsize=50648500 memory=41794800 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784165/stat : 784165 (fscip) S 784084 784088 784042 0 -1 1077936192 335 0 0 0 2 1 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784166] ppid=784084 vsize=50648500 memory=41794528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784166/stat : 784166 (fscip) S 784084 784088 784042 0 -1 1077936192 355 0 0 0 1 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784167] ppid=784084 vsize=50648500 memory=11272 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784167/stat : 784167 (fscip) S 784084 784088 784042 0 -1 1077936192 336 0 0 0 1 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784168] ppid=784084 vsize=50648500 memory=41793444 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784168/stat : 784168 (fscip) S 784084 784088 784042 0 -1 1077936192 281 0 0 0 3 0 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784169] ppid=784084 vsize=50648500 memory=41794532 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784169/stat : 784169 (fscip) S 784084 784088 784042 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784170] ppid=784084 vsize=50648500 memory=41794528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784170/stat : 784170 (fscip) S 784084 784088 784042 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784171] ppid=784084 vsize=50648500 memory=41794788 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784171/stat : 784171 (fscip) S 784084 784088 784042 0 -1 1077936192 210 0 0 0 0 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784172] ppid=784084 vsize=50648500 memory=41793384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784172/stat : 784172 (fscip) S 784084 784088 784042 0 -1 1077936192 168 0 0 0 2 1 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784173] ppid=784084 vsize=50648500 memory=41793384 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784173/stat : 784173 (fscip) S 784084 784088 784042 0 -1 1077936192 208 0 0 0 1 1 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784174] ppid=784084 vsize=50648500 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784174/stat : 784174 (fscip) S 784084 784088 784042 0 -1 1077936192 213 0 0 0 1 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784175] ppid=784084 vsize=50648500 memory=41794536 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784175/stat : 784175 (fscip) S 784084 784088 784042 0 -1 1077936192 257 0 0 0 1 2 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784176] ppid=784084 vsize=50648500 memory=6988 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784176/stat : 784176 (fscip) S 784084 784088 784042 0 -1 1077936192 219 0 0 0 1 1 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
[pid=784088/tid=784177] ppid=784084 vsize=50648500 memory=36276 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/784088/task/784177/stat : 784177 (fscip) S 784084 784088 784042 0 -1 1077936192 196 0 0 0 0 3 0 0 20 0 41 0 129549547 51864064000 10448636 809668444160 4194304 16622877 140723788171264 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46968832 140723788178407 140723788178523 140723788178523 140723788185551 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 50648500 KiB
Current children cumulated memory: 41794544 KiB

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

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

# cumulated CPU time of all completed processes:  user=68872 s, system=3130.54 s

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

[startup+3651.2 s]
/proc/loadavg: 80.20 80.23 80.14 63/986 786214
/proc/meminfo: memFree=418100108/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652 s]*
/proc/loadavg: 80.20 80.23 80.14 61/986 786215
/proc/meminfo: memFree=446529132/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652.2 s]
/proc/loadavg: 80.20 80.23 80.14 61/986 786215
/proc/meminfo: memFree=446529132/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3652.22
CPU time (s): 72002.6
CPU user time (s): 68872
CPU system time (s): 3130.54
CPU usage (%): 1971.48
Max. virtual memory (cumulated for all children) (KiB): 50690856
Max. memory (cumulated for all children) (KiB): 41794804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68872
system time used= 3130.54
maximum resident set size= 41797248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2107277643
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= 8242651
involuntary context switches= 195371


# summary of solver processes directly reported to runsolver:
#   pid: 784088
#   total CPU time (s): 72002.6
#   total CPU user time (s): 68872
#   total CPU system time (s): 3130.54

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.471 second user time and 111.965 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 12:01:30
IDJOB=4467543
IDBENCH=155727
IDSOLVER=3097
FILE ID=nodeD104/4467543-1723629690
RUNJOBID= nodeD104-1723629690-784053
SLURM_JOB_ID= 8267913
Free space on /tmp= 8587924 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
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 TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467543-1723629690/watcher-4467543-1723629690 -o /tmp/evaluation-result-4467543-1723629690/solver-4467543-1723629690 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723629690-784053 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467543-1723629690.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 4134a3bbfafa37bf409eb88a166c5118
RANDOM SEED=1340283776

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		: 3064.978
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		: 3685.978
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		: 3131.701
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		: 3601.034
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		: 3506.399
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		: 3662.356
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		: 2901.176
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		: 3669.598
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		: 3735.802
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		: 2856.955
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		: 3834.506
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		: 3859.244
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		: 1732.429
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		: 3795.944
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		: 3035.949
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		: 1406.685
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		: 1403.822
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		: 1441.310
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		: 2640.868
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		: 1408.832
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		: 1378.965
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		: 1440.379
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		: 2649.956
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		: 1418.672
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		: 1734.697
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		: 2902.258
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		: 2641.979
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		: 1412.465
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		: 2366.997
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		: 1390.804
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		: 2654.467
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		: 1387.244
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		: 1493.113
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		: 1410.782
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		: 2646.685
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		: 1386.692
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		: 2500.277
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		: 1413.958
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		: 2645.393
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		: 1421.258
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		: 2879.928
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		: 1415.863
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		: 2640.720
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		: 1412.860
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		: 1393.806
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		: 1422.902
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		: 2649.934
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		: 1443.637
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		: 2948.034
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		: 1403.347
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		: 2631.911
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		: 1442.356
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		: 2012.849
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		: 1423.638
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		: 2655.325
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		: 1418.474
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		: 1513.718
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		: 1408.495
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		: 2653.038
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		: 1412.549
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		: 2007.411
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		: 1427.930
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		: 2648.504
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		: 1422.079
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		: 2051.718
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		: 1408.435
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		: 2866.269
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		: 1435.016
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		: 3699.397
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		: 1418.058
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		: 2671.643
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		: 1418.591
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		: 3595.580
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		: 1426.647
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		: 2676.397
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		: 1447.740
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		: 3606.251
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		: 3731.985
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		: 2447.854
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		: 2735.288
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:        704949784 kB
MemAvailable:   782928876 kB
Buffers:         1263584 kB
Cached:         79459604 kB
SwapCached:            0 kB
Active:         13666336 kB
Inactive:       67479728 kB
Active(anon):       2124 kB
Inactive(anon):   459676 kB
Active(file):   13664212 kB
Inactive(file): 67020052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            151340 kB
Writeback:             0 kB
AnonPages:        420428 kB
Mapped:           102860 kB
Shmem:             38920 kB
KReclaimable:    1429088 kB
Slab:            1984056 kB
SReclaimable:    1429088 kB
SUnreclaim:       554968 kB
KernelStack:       14768 kB
PageTables:        10684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     385100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:     1425408 kB
DirectMap2M:    249681920 kB
DirectMap1G:    554696704 kB

Free space on /tmp at the end= 8587772 MiB
End job on nodeD104 at 2024-08-14 13:02:23