Trace number 4468977

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-12? (TO) 72001.3 3666.01

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_5_ic.opb
MD5SUM26d1f8baed9b076d56083d3420fb6ea6
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 benchmark18236785
Best CPU time to get the best result obtained on this benchmark72000.2
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 160989184
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 45888664096
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160989184
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 45888664096
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.00/1.11	c Default LC presolving (default).
1.00/1.11	c ** Before presolving: virtualMemUsedAtLc = 947047133, getVmSize() = 633155584, SCIPgetMemUsed() = 548653190, SCIPgetMemTotal() = 588223430, SCIPgetMemExternEstim() = 358823703
1.00/1.11	c ** set memory limit for presolving in LC to 8.79311e+12 for SCIP **
7.76/7.80	c ** Estimated virtualMemUsedAtSolver = 927758952, getVmSize() = 1219756032, SCIPgetMemUsed() = 723627774, SCIPgetMemTotal() = 1032814726, SCIPgetMemExternEstim() = 358823703
7.76/7.80	c ** set memory limit for solvers to 4.18569e+11 for each SCIP **
7.76/7.80	c Original Problem   :
7.76/7.80	c   Problem name     : instance-4468977-1723605080
7.76/7.80	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
7.76/7.80	c   Constraints      : 250157
7.76/7.80	c   Objective sense  : minimize
7.76/7.80	c Presolved Problem  :
7.76/7.80	c   Variables        : 62575 (62575 binary, 0 integer, 0 implicit integer, 0 continuous)
7.76/7.80	c   Constraints      : 62729
7.76/7.80	c Constraints        : Number
7.76/7.80	c   knapsack         : 1375 
7.76/7.80	c   setppc           : 51 
7.76/7.80	c   and              : 60025 
7.76/7.80	c   linear           : 3 
7.76/7.80	c   logicor          : 1275 
7.76/7.80	c ** Instance transfer method used: 0
7.86/7.99	c ** ParaScipInstance copy does not increase the number of variables. **
11.04/11.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.04/11.04	c                                Nodes    Active                                            
11.04/11.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
202.23/21.08	c *      21              0           1        20   315443717.0000                -          -
202.23/21.08	c        21              0           1        20   315443717.0000                -          -
205.44/21.20	c *      21              0           1        20   149076275.0000                -          -
1842.10/103.83	c       104              0           1        20   149076275.0000                -          -
1877.78/105.69	c *     106              0           1        20   146381577.0000                -          -
3227.53/173.65	c *     174              0           1        20   130627715.0000                -          -
3227.53/173.65	c       174              0           1        20   130627715.0000                -          -
6690.33/348.25	c *     348              0           1        20   128412759.0000                -          -
6690.33/348.25	c       348              0           1        20   128412759.0000                -          -
7249.89/376.40	c       376              2           1        20   128412759.0000     1811129.5672          -
7690.48/398.68	c       399              3           2        20   128412759.0000     1811129.5672          -
8001.97/414.35	c       414              2           1        20   128412759.0000     1811832.8435          -
8367.19/432.77	c       433              3           2        20   128412759.0000     1811832.8435          -
8496.25/439.20	c       439              4           3        20   128412759.0000     1811832.8435          -
8607.47/444.82	c       445              2           1        20   128412759.0000     1868867.6349          -
8956.89/462.49	c       462              3           2        20   128412759.0000     1868867.6349          -
9353.94/482.41	c       482              3           2        20   128412759.0000     1868867.6349          -
9474.99/488.57	c       489              3           2        20   128412759.0000     1868867.6349          -
9965.32/513.28	c       513              3           2        20   128412759.0000     1868867.6349          -
10370.21/533.68	c       534              3           2        20   128412759.0000     1868867.6349          -
10471.46/538.74	c       539              4           3        20   128412759.0000     1868867.6349          -
10644.14/547.43	c       547              4           3        20   128412759.0000     1868867.6349          -
10747.32/552.67	c       553              4           3        20   128412759.0000     1868867.6349          -
10989.53/564.83	c       565              4           3        20   128412759.0000     1868867.6349          -
11172.78/574.09	c       574              4           3        20   128412759.0000     1868867.6349          -
11475.77/589.36	c       589              5           4        20   128412759.0000     1868867.6349          -
11825.18/607.04	c       607              5           4        20   128412759.0000     1868867.6349          -
12267.87/629.21	c       629              5           4        20   128412759.0000     1868867.6349          -
12668.87/649.46	c       649              5           4        20   128412759.0000     1868867.6349          -
12893.19/660.76	c       661              5           4        20   128412759.0000     1868867.6349          -
13026.15/667.44	c       667              5           4        20   128412759.0000     1868867.6349          -
13244.49/678.48	c       678              6           5        20   128412759.0000     1868867.6349          -
13576.56/695.13	c       695              6           5        20   128412759.0000     1868867.6349          -
14002.56/716.60	c       717              6           5        20   128412759.0000     1868867.6349          -
14251.51/729.17	c       729              6           5        20   128412759.0000     1868867.6349          -
14353.80/734.30	c       734              6           5        20   128412759.0000     1868867.6349          -
14750.66/754.35	c       754              6           5        20   128412759.0000     1868867.6349          -
15111.83/772.51	c       773              7           6        20   128412759.0000     1868867.6349          -
15223.87/778.15	c       778              8           7        20   128412759.0000     1868867.6349          -
15343.98/784.25	c       784              8           7        20   128412759.0000     1868867.6349          -
15548.31/794.59	c       795              8           7        20   128412759.0000     1868867.6349          -
16026.47/818.64	c       819             12          11        20   128412759.0000     1868867.6349          -
16176.16/826.14	c       826             12          11        20   128412759.0000     1868867.6349          -
16394.37/837.16	c       837             14          13        20   128412759.0000     1868867.6349          -
16528.39/844.01	c       844             16          15        20   128412759.0000     1868867.6349          -
16899.49/862.61	c       863             16          15        20   128412759.0000     1868867.6349          -
17058.25/870.67	c       871             16          15        20   128412759.0000     1868867.6349          -
17201.15/877.82	c       878             16          15        20   128412759.0000     1868867.6349          -
17588.11/897.35	c       897             16          15        20   128412759.0000     1868867.6349          -
17705.22/903.26	c       903             16          15        20   128412759.0000     1868867.6349          -
17915.60/913.80	c       914             16          15        20   128412759.0000     1868867.6349          -
18308.59/933.66	c       934             16          15        20   128412759.0000     1868867.6349          -
18433.65/939.96	c       940             16          15        20   128412759.0000     1868867.6349          -
18679.75/952.35	c       952             16          15        20   128412759.0000     1868867.6349          -
19007.16/968.87	c       969             16          15        20   128412759.0000     1868867.6349          -
19110.98/974.05	c       974             16          15        20   128412759.0000     1868867.6349          -
19225.48/979.86	c       980             18          17        20   128412759.0000     1868867.6349          -
19876.32/1012.61	c      1013             18          17        20   128412759.0000     1868867.6349          -
20017.23/1019.78	c      1020             18          17        20   128412759.0000     1868867.6349          -
20231.56/1030.54	c      1031             18          17        20   128412759.0000     1868867.6349          -
20533.28/1045.72	c      1046             19          18        20   128412759.0000     1868867.6349          -
20642.52/1051.29	c      1051             19          18        20   128412759.0000     1868867.6349          -
20892.55/1063.85	c      1064             19          18        20   128412759.0000     1868867.6349          -
20996.66/1069.08	c      1069             19          18        20   128412759.0000     1868867.6349          -
21224.03/1080.50	c      1081             19          18        20   128412759.0000     1868867.6349          -
21386.75/1088.77	c      1089             19          18        20   128412759.0000     1868867.6349          -
21581.26/1098.60	c      1099             19          18        20   128412759.0000     1868867.6349          -
21704.35/1104.74	c      1105             19          18        20   128412759.0000     1868867.6349          -
21902.83/1114.73	c      1115             19          18        20   128412759.0000     1868867.6349          -
22008.91/1120.07	c      1120             19          18        20   128412759.0000     1868867.6349          -
22131.06/1126.21	c      1126             20          19        20   128412759.0000     1868867.6349          -
22505.05/1145.13	c      1145             20          19        20   128412759.0000     1868867.6349          -
22611.39/1150.40	c      1150             20          19        20   128412759.0000     1868867.6349          -
22847.54/1162.32	c      1162             20          19        20   128412759.0000     1868867.6349          -
23202.85/1180.27	c      1180             20          19        20   128412759.0000     1868867.6349          -
23320.84/1186.18	c      1186             20          19        20   128412759.0000     1868867.6349          -
23451.02/1192.72	c      1193             20          19        20   128412759.0000     1868867.6349          -
23607.86/1200.61	c      1201             22          21        20   128412759.0000     1868867.6349          -
23842.07/1212.49	c      1212             22          21        20   128412759.0000     1868867.6349          -
23965.16/1218.64	c      1219             22          21        20   128412759.0000     1868867.6349          -
24147.81/1227.84	c      1228             22          21        20   128412759.0000     1868867.6349          -
24445.61/1242.83	c      1243             22          21        20   128412759.0000     1868867.6349          -
24546.87/1247.96	c      1248             22          21        20   128412759.0000     1868867.6349          -
24648.77/1253.11	c      1253             22          21        20   128412759.0000     1868867.6349          -
25088.63/1275.27	c      1275             22          21        20   128412759.0000     1868867.6349          -
25215.72/1281.61	c      1282             22          21        20   128412759.0000     1868867.6349          -
25424.85/1292.17	c      1292             23          22        20   128412759.0000     1868867.6349          -
25547.24/1298.40	c      1298             23          22        20   128412759.0000     1868867.6349          -
25656.46/1303.88	c      1304             23          22        20   128412759.0000     1868867.6349          -
25793.46/1310.71	c      1311             23          22        20   128412759.0000     1868867.6349          -
26045.62/1323.44	c      1323             24          23        20   128412759.0000     1868867.6349          -
26321.60/1337.36	c      1337             25          24        20   128412759.0000     1868867.6349          -
26484.43/1345.56	c      1346             25          24        20   128412759.0000     1868867.6349          -
26616.12/1352.14	c      1352             25          24        20   128412759.0000     1868867.6349          -
26756.43/1359.25	c      1359             26          25        20   128412759.0000     1868867.6349          -
26982.79/1370.67	c      1371             27          26        20   128412759.0000     1868867.6349          -
27216.95/1382.49	c      1382             27          26        20   128412759.0000     1868867.6349          -
27357.79/1389.51	c      1390             27          26        20   128412759.0000     1868867.6349          -
27459.05/1394.61	c      1395             27          26        20   128412759.0000     1868867.6349          -
27661.56/1404.90	c      1405             29          28        20   128412759.0000     1868867.6349          -
27767.64/1410.19	c      1410             29          28        20   128412759.0000     1868867.6349          -
28100.30/1427.02	c      1427             29          28        20   128412759.0000     1868867.6349          -
28358.37/1440.01	c      1440             29          28        20   128412759.0000     1868867.6349          -
28463.58/1445.22	c      1445             29          28        20   128412759.0000     1868867.6349          -
28698.49/1457.04	c      1457             29          28        20   128412759.0000     1868867.6349          -
28961.86/1470.37	c      1470             29          28        20   128412759.0000     1868867.6349          -
29110.77/1477.85	c      1478             30          29        20   128412759.0000     1868867.6349          -
29261.64/1485.47	c      1485             30          29        20   128412759.0000     1868867.6349          -
29416.48/1493.28	c      1493             31          30        20   128412759.0000     1868867.6349          -
29654.71/1505.20	c      1505             33          32        20   128412759.0000     1868867.6349          -
29956.37/1520.46	c      1520             33          32        20   128412759.0000     1868867.6349          -
30093.37/1527.37	c      1527             33          32        20   128412759.0000     1868867.6349          -
30416.98/1543.66	c      1544             33          32        20   128412759.0000     1868867.6349          -
30829.97/1564.42	c      1564             33          32        20   128412759.0000     1868867.6349          -
30988.78/1572.42	c      1572             33          32        20   128412759.0000     1868867.6349          -
31219.94/1584.08	c      1584             35          34        20   128412759.0000     1868867.6349          -
31364.01/1591.32	c      1591             35          34        20   128412759.0000     1868867.6349          -
31491.11/1597.72	c      1598             37          36        20   128412759.0000     1868867.6349          -
31687.68/1607.68	c      1608             37          36        20   128412759.0000     1868867.6349          -
31804.84/1613.57	c      1614             37          36        20   128412759.0000     1868867.6349          -
32073.52/1627.09	c      1627             37          36        20   128412759.0000     1868867.6349          -
32188.04/1632.81	c      1633             37          36        20   128412759.0000     1868867.6349          -
32289.32/1638.00	c      1638             37          36        20   128412759.0000     1868867.6349          -
32404.48/1643.79	c      1644             37          36        20   128412759.0000     1868867.6349          -
32845.32/1665.91	c      1666             38          37        20   128412759.0000     1868867.6349          -
33046.57/1676.06	c      1676             38          37        20   128412759.0000     1868867.6349          -
33311.97/1689.46	c      1689             38          37        20   128412759.0000     1868867.6349          -
33415.21/1694.67	c      1695             38          37        20   128412759.0000     1868867.6349          -
33651.52/1706.52	c      1707             38          37        20   128412759.0000     1868867.6349          -
33783.18/1713.14	c      1713             39          38        20   128412759.0000     1868867.6349          -
34012.88/1724.70	c      1725             39          38        20   128412759.0000     1868867.6349          -
34377.03/1743.08	c      1743             39          38        20   128412759.0000     1868867.6349          -
34507.35/1749.67	c      1750             39          38        20   128412759.0000     1868867.6349          -
34657.04/1757.18	c      1757             39          38        20   128412759.0000     1868867.6349          -
35097.01/1779.32	c      1779             41          40        20   128412759.0000     1868867.6349          -
35247.88/1786.91	c      1787             41          40        20   128412759.0000     1868867.6349          -
35384.81/1793.83	c      1794             41          40        20   128412759.0000     1868867.6349          -
35528.43/1801.06	c      1801             41          40        20   128412759.0000     1868867.6349          -
35753.96/1812.43	c      1812             41          40        20   128412759.0000     1868867.6349          -
35905.57/1820.09	c      1820             41          40        20   128412759.0000     1868867.6349          -
36029.99/1826.36	c      1826             41          40        20   128412759.0000     1868867.6349          -
36144.15/1832.15	c *    1832             41          40        20    61057807.0000     1868867.6349          -
36144.15/1832.15	c      1832             41          40        20    61057807.0000     1868867.6349          -
36250.43/1837.40	c      1837             42          41        20    61057807.0000     1868867.6349          -
36600.73/1855.07	c      1855             42          41        20    61057807.0000     1868867.6349          -
36943.46/1872.40	c      1872             43          42        20    61057807.0000     1868867.6349          -
37097.17/1880.12	c      1880             44          43        20    61057807.0000     1868867.6349          -
37249.24/1887.78	c      1888             44          43        20    61057807.0000     1868867.6349          -
37449.69/1897.86	c      1898             44          43        20    61057807.0000     1868867.6349          -
37578.75/1904.32	c      1904             44          43        20    61057807.0000     1868867.6349          -
37920.29/1921.57	c      1922             44          43        20    61057807.0000     1868867.6349          -
38114.75/1931.39	c      1931             44          43        20    61057807.0000     1868867.6349          -
38341.09/1942.79	c      1943             44          43        20    61057807.0000     1868867.6349          -
38559.52/1953.76	c      1954             44          43        20    61057807.0000     1868867.6349          -
38667.55/1959.15	c      1959             45          44        20    61057807.0000     1868867.6349          -
38940.77/1972.94	c      1973             45          44        20    61057807.0000     1868867.6349          -
39062.39/1979.08	c      1979             45          44        20    61057807.0000     1868867.6349          -
39306.01/1991.31	c      1991             45          44        20    61057807.0000     1868867.6349          -
39721.00/2012.25	c      2012             45          44        20    61057807.0000     1868867.6349          -
40040.56/2028.36	c      2028             45          44        20    61057807.0000     1868867.6349          -
40171.65/2035.00	c      2035             46          45        20    61057807.0000     1868867.6349          -
40342.35/2043.55	c      2044             46          45        20    61057807.0000     1868867.6349          -
40707.55/2061.94	c      2062             46          45        20    61057807.0000     1868867.6349          -
40824.73/2067.86	c      2068             46          45        20    61057807.0000     1868867.6349          -
41416.23/2097.60	c      2098             46          45        20    61057807.0000     1868867.6349          -
41559.12/2104.86	c      2105             46          45        20    61057807.0000     1868867.6349          -
41663.22/2110.11	c      2110             46          45        20    61057807.0000     1868867.6349          -
41934.14/2123.76	c      2124             51          50        20    61057807.0000     1868867.6349          -
42196.40/2137.02	c      2137             51          50        20    61057807.0000     1868867.6349          -
42400.72/2147.25	c      2147             51          50        20    61057807.0000     1868867.6349          -
42831.80/2168.96	c      2169             51          50        20    61057807.0000     1868867.6349          -
43072.52/2181.04	c      2181             51          50        20    61057807.0000     1868867.6349          -
43196.75/2187.32	c      2187             51          50        20    61057807.0000     1868867.6349          -
43312.68/2193.14	c      2193             51          50        20    61057807.0000     1868867.6349          -
43570.91/2206.15	c      2206             51          50        20    61057807.0000     1868867.6349          -
43720.94/2213.77	c      2214             51          50        20    61057807.0000     1868867.6349          -
43951.15/2225.36	c      2225             51          50        20    61057807.0000     1868867.6349          -
44084.81/2232.04	c      2232             51          50        20    61057807.0000     1868867.6349          -
44342.85/2245.06	c      2245             51          50        20    61057807.0000     1868867.6349          -
44491.15/2252.57	c      2253             52          51        20    61057807.0000     1868867.6349          -
44965.35/2276.46	c      2276             52          51        20    61057807.0000     1868867.6349          -
45106.29/2283.57	c      2284             52          51        20    61057807.0000     1868867.6349          -
45227.34/2289.63	c      2290             52          51        20    61057807.0000     1868867.6349          -
45421.80/2299.48	c      2299             52          51        20    61057807.0000     1868867.6349          -
45544.85/2305.67	c      2306             53          52        20    61057807.0000     1868867.6349          -
45669.87/2311.94	c      2312             53          52        20    61057807.0000     1868867.6349          -
46020.93/2329.60	c      2330             53          52        20    61057807.0000     1868867.6349          -
46255.02/2341.41	c      2341             53          52        20    61057807.0000     1868867.6349          -
46417.67/2349.60	c      2350             53          52        20    61057807.0000     1868867.6349          -
46592.17/2358.42	c      2358             55          54        20    61057807.0000     1868867.6349          -
46893.63/2373.61	c      2374             57          56        20    61057807.0000     1868867.6349          -
47111.83/2384.62	c      2385             57          56        20    61057807.0000     1868867.6349          -
47340.43/2396.20	c      2396             57          56        20    61057807.0000     1868867.6349          -
47625.77/2410.54	c      2411             57          56        20    61057807.0000     1868867.6349          -
47951.22/2427.02	c      2427             57          56        20    61057807.0000     1868867.6349          -
48181.48/2438.55	c      2439             57          56        20    61057807.0000     1868867.6349          -
48342.24/2446.68	c      2447             57          56        20    61057807.0000     1868867.6349          -
48445.47/2451.80	c      2452             57          56        20    61057807.0000     1868867.6349          -
48574.49/2458.33	c      2458             57          56        20    61057807.0000     1868867.6349          -
49025.63/2481.11	c      2481             57          56        20    61057807.0000     1868867.6349          -
49269.05/2493.30	c      2493             57          56        20    61057807.0000     1868867.6349          -
49429.79/2501.46	c      2501             57          56        20    61057807.0000     1868867.6349          -
49563.63/2508.15	c      2508             59          58        20    61057807.0000     1868867.6349          -
49928.11/2526.56	c      2527             59          58        20    61057807.0000     1868867.6349          -
50099.65/2535.19	c      2535             59          58        20    61057807.0000     1868867.6349          -
50256.48/2543.11	c      2543             59          58        20    61057807.0000     1868867.6349          -
50360.80/2548.30	c      2548             59          58        20    61057807.0000     1868867.6349          -
50557.35/2558.25	c      2558             59          58        20    61057807.0000     1868867.6349          -
50686.34/2564.71	c      2565             59          58        20    61057807.0000     1868867.6349          -
50908.71/2576.02	c      2576             59          58        20    61057807.0000     1868867.6349          -
51079.44/2584.58	c      2585             59          58        20    61057807.0000     1868867.6349          -
51464.57/2604.01	c      2604             62          61        20    61057807.0000     1878398.3078          -
51628.26/2612.17	c      2612             63          62        20    61057807.0000     1878398.3078          -
51780.10/2619.81	c      2620             65          64        20    61057807.0000     1878398.3078          -
51919.02/2626.84	c      2627             65          64        20    61057807.0000     1878398.3078          -
52149.32/2638.42	c      2638             66          65        20    61057807.0000     1878398.3078          -
52375.69/2649.80	c      2650             66          65        20    61057807.0000     1878398.3078          -
52764.74/2669.40	c      2669             66          65        20    61057807.0000     1878398.3078          -
52981.12/2680.32	c      2680             66          65        20    61057807.0000     1878398.3078          -
53344.45/2698.62	c      2699             67          66        20    61057807.0000     1878398.3078          -
53445.73/2703.71	c      2704             67          66        20    61057807.0000     1878398.3078          -
53613.18/2712.13	c      2712             67          66        20    61057807.0000     1878398.3078          -
53730.87/2718.07	c      2718             67          66        20    61057807.0000     1878398.3078          -
53832.85/2723.22	c      2723             67          66        20    61057807.0000     1878398.3078          -
54035.40/2733.47	c      2733             67          66        20    61057807.0000     1878398.3078          -
54359.09/2749.70	c      2750             67          66        20    61057807.0000     1878398.3078          -
54474.26/2755.56	c      2756             67          66        20    61057807.0000     1878398.3078          -
54924.95/2778.29	c      2778             67          66        20    61057807.0000     1878398.3078          -
55082.76/2786.19	c      2786             67          66        20    61057807.0000     1878398.3078          -
55534.74/2808.92	c      2809             68          67        20    61057807.0000     1878398.3078          -
55667.58/2815.67	c      2816             68          67        20    61057807.0000     1878398.3078          -
55786.72/2821.64	c      2822             68          67        20    61057807.0000     1878398.3078          -
55894.61/2827.09	c      2827             68          67        20    61057807.0000     1878398.3078          -
56046.82/2834.73	c      2835             69          68        20    61057807.0000     1878398.3078          -
56197.67/2842.37	c      2842             70          69        20    61057807.0000     1878398.3078          -
56858.76/2875.67	c      2876             70          69        20    61057807.0000     1878398.3078          -
57208.22/2893.28	c      2893             71          70        20    61057807.0000     1878398.3078          -
57326.20/2899.15	c      2899             73          72        20    61057807.0000     1886134.9150          -
57434.54/2904.68	c      2905             73          72        20    61057807.0000     1886134.9150          -
57547.71/2910.38	c      2910             73          72        20    61057807.0000     1886134.9150          -
57772.09/2921.61	c      2922             73          72        20    61057807.0000     1886134.9150          -
57880.09/2927.13	c      2927             74          73        20    61057807.0000     1886134.9150          -
57982.50/2932.24	c      2932             75          74        20    61057807.0000     1886134.9150          -
58123.48/2939.35	c      2939             75          74        20    61057807.0000     1886134.9150          -
58654.18/2966.05	c      2966             75          74        20    61057807.0000     1886134.9150          -
58919.43/2979.41	c      2979             75          74        20    61057807.0000     1886134.9150          -
59040.55/2985.55	c      2986             75          74        20    61057807.0000     1886134.9150          -
59155.71/2991.30	c      2991             76          75        20    61057807.0000     1886134.9150          -
59294.67/2998.30	c      2998             82          81        20    61057807.0000     1909363.8699          -
59882.27/3027.92	c      3028             82          81        20    61057807.0000     1909363.8699          -
60027.20/3035.26	c      3035             82          81        20    61057807.0000     1909363.8699          -
60156.26/3041.74	c      3042             82          81        20    61057807.0000     1909363.8699          -
60475.95/3057.90	c      3058             83          82        20    61057807.0000     1909363.8699          -
60668.48/3067.51	c      3068             83          82        20    61057807.0000     1909363.8699          -
60870.98/3077.78	c      3078             83          82        20    61057807.0000     1909363.8699          -
61003.93/3084.49	c      3084             83          82        20    61057807.0000     1909363.8699          -
61113.15/3090.02	c      3090             83          82        20    61057807.0000     1909363.8699          -
61252.23/3097.01	c      3097             83          82        20    61057807.0000     1909363.8699          -
61356.14/3102.18	c      3102             83          82        20    61057807.0000     1909363.8699          -
61563.70/3112.67	c      3113             84          83        20    61057807.0000     1909363.8699          -
62353.74/3152.48	c      3152             84          83        20    61057807.0000     1909363.8699          -
62572.02/3163.47	c      3163             84          83        20    61057807.0000     1909363.8699          -
62689.08/3169.35	c      3169             84          83        20    61057807.0000     1909363.8699          -
62831.96/3176.58	c      3177             84          83        20    61057807.0000     1909363.8699          -
62941.82/3182.07	c      3182             84          83        20    61057807.0000     1909363.8699          -
63564.35/3213.45	c      3213             86          85        20    61057807.0000     1909363.8699          -
63876.70/3229.14	c      3229             86          85        20    61057807.0000     1909363.8699          -
64060.55/3238.46	c      3238             86          85        20    61057807.0000     1909363.8699          -
64192.33/3245.05	c      3245             86          85        20    61057807.0000     1909363.8699          -
64453.50/3258.27	c      3258             86          85        20    61057807.0000     1909363.8699          -
64641.95/3267.71	c      3268             87          86        20    61057807.0000     1909363.8699          -
64850.34/3278.25	c      3278             87          86        20    61057807.0000     1909363.8699          -
65100.36/3290.89	c      3291             87          86        20    61057807.0000     1909363.8699          -
65255.10/3298.68	c      3299             87          86        20    61057807.0000     1909363.8699          -
65365.14/3304.20	c      3304             88          87        20    61057807.0000     1909363.8699          -
65513.17/3311.68	c      3312             88          87        20    61057807.0000     1909363.8699          -
65697.88/3320.93	c      3321             88          87        20    61057807.0000     1909363.8699          -
65841.18/3328.20	c      3328             88          87        20    61057807.0000     1909363.8699          -
66156.77/3344.12	c      3344             88          87        20    61057807.0000     1909363.8699          -
66650.72/3368.96	c      3369             88          87        20    61057807.0000     1909363.8699          -
66829.20/3378.00	c      3378             89          88        20    61057807.0000     1909363.8699          -
66993.88/3386.26	c      3386             89          88        20    61057807.0000     1909363.8699          -
67313.48/3402.32	c      3402             89          88        20    61057807.0000     1909363.8699          -
67524.12/3412.92	c      3413             90          89        20    61057807.0000     1909363.8699          -
67966.55/3435.26	c      3435             91          90        20    61057807.0000     1909363.8699          -
68082.45/3441.06	c      3441             91          90        20    61057807.0000     1909363.8699          -
68216.50/3447.88	c      3448             91          90        20    61057807.0000     1909363.8699          -
68405.00/3457.35	c      3457             92          91        20    61057807.0000     1916546.9873          -
68631.20/3468.72	c      3469             92          91        20    61057807.0000     1916546.9873          -
68768.12/3475.62	c      3476             92          91        20    61057807.0000     1916546.9873          -
68885.30/3481.57	c      3482             92          91        20    61057807.0000     1916546.9873          -
69006.34/3487.66	c      3488             92          91        20    61057807.0000     1916546.9873          -
69143.27/3494.50	c      3494             92          91        20    61057807.0000     1916546.9873          -
69255.14/3500.14	c      3500             92          91        20    61057807.0000     1916546.9873          -
69552.95/3515.19	c      3515             92          91        20    61057807.0000     1916546.9873          -
69853.80/3530.37	c      3530             92          91        20    61057807.0000     1916546.9873          -
70029.30/3539.18	c      3539             93          92        20    61057807.0000     1916546.9873          -
70230.90/3549.34	c      3549             93          92        20    61057807.0000     1916546.9873          -
70332.19/3554.47	c      3554             93          92        20    61057807.0000     1916546.9873          -
70637.86/3569.87	c      3570             94          93        20    61057807.0000     1916546.9873          -
70750.99/3575.51	c      3576             94          93        20    61057807.0000     1916546.9873          -
70868.10/3581.46	c      3581             94          93        20    61057807.0000     1916546.9873          -
70973.20/3586.77	c      3587             94          93        20    61057807.0000     1916546.9873          -
71110.27/3593.67	c      3594             94          93        20    61057807.0000     1916546.9873          -

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: 191633 MiB (173903 MiB free)
  memory of node 1: 193531 MiB (168122 MiB free)
  memory of node 2: 193531 MiB (186934 MiB free)
  memory of node 3: 193531 MiB (180621 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-4468977-1723605080/watcher-4468977-1723605080 -o /tmp/evaluation-result-4468977-1723605080/solver-4468977-1723605080 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723605080-719072 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468977-1723605080.opb -qsol -t 3600 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100118 s]*
/proc/loadavg: 20.00 20.15 28.51 5/856 719116
/proc/meminfo: memFree=726424128/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=99160 memory=87212 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 19720 0 0 0 8 2 0 0 20 0 1 0 127094755 101539840 21803 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 24790 21803 2331 3035 0 21186 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 99160 KiB
Current children cumulated memory: 87212 KiB

[startup+0.218324 s]*
/proc/loadavg: 20.00 20.15 28.51 6/865 719132
/proc/meminfo: memFree=726119680/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=176948 memory=165612 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 39330 0 0 0 18 5 0 0 20 0 1 0 127094755 181194752 41403 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 44237 41403 2331 3035 0 40633 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 176948 KiB
Current children cumulated memory: 165612 KiB

[startup+0.321146 s]*
/proc/loadavg: 20.00 20.15 28.51 5/865 719132
/proc/meminfo: memFree=725904524/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=218212 memory=206744 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 49603 0 0 0 27 6 0 0 20 0 1 0 127094755 223449088 51686 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 54553 51686 2331 3035 0 50949 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 218212 KiB
Current children cumulated memory: 206744 KiB

[startup+0.70027 s]
/proc/loadavg: 20.00 20.15 28.51 5/865 719132
/proc/meminfo: memFree=725513200/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=410244 memory=398880 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 98727 0 0 0 55 14 0 0 20 0 1 0 127094755 420089856 99720 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 102561 99720 2571 3035 0 98957 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 410244 KiB
Current children cumulated memory: 398880 KiB

[startup+1.50026 s]
/proc/loadavg: 20.00 20.15 28.51 5/865 719132
/proc/meminfo: memFree=724657196/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=691608 memory=668900 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 165654 0 0 0 125 23 0 0 20 0 1 0 127094755 708206592 167225 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 172902 167225 2646 3035 0 169298 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 691608 KiB
Current children cumulated memory: 668900 KiB

[startup+3.11851 s]
/proc/loadavg: 18.72 19.88 28.38 5/865 719134
/proc/meminfo: memFree=722077452/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=888952 memory=863216 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 215208 0 0 0 275 35 0 0 20 0 1 0 127094755 910286848 215804 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 222238 215804 2742 3035 0 218634 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 888952 KiB
Current children cumulated memory: 863216 KiB

[startup+6.30026 s]
/proc/loadavg: 18.72 19.88 28.38 5/865 719134
/proc/meminfo: memFree=720050660/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=1087452 memory=1060096 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) R 719106 719110 719059 0 -1 4194304 256751 0 0 0 584 43 0 0 20 0 1 0 127094755 1113550848 265024 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 271863 265024 2790 3035 0 268259 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1087452 KiB
Current children cumulated memory: 1060096 KiB

[startup+12.7009 s]
/proc/loadavg: 17.98 19.68 28.22 17/905 719175
/proc/meminfo: memFree=709314008/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=13653612 memory=12426512 CPUtime=42.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) S 719106 719110 719059 0 -1 1077936128 3106748 0 0 0 3606 606 0 0 20 0 41 0 127094755 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 3413403 3106628 2822 3035 0 3306684 0
[pid=719110/tid=719135] ppid=719106 vsize=13653612 memory=0 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719135/stat : 719135 (fscip) R 719106 719110 719059 0 -1 4194368 92941 0 0 0 153 19 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719136] ppid=719106 vsize=13653612 memory=1836 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719136/stat : 719136 (fscip) R 719106 719110 719059 0 -1 4194368 167693 0 0 0 135 33 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719137] ppid=719106 vsize=13653612 memory=1996 CPUtime=1.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719137/stat : 719137 (fscip) R 719106 719110 719059 0 -1 4194368 167661 0 0 0 135 32 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719138] ppid=719106 vsize=13653612 memory=2268 CPUtime=1.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719138/stat : 719138 (fscip) R 719106 719110 719059 0 -1 4194368 92808 0 0 0 156 18 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719139] ppid=719106 vsize=13653612 memory=35252 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719139/stat : 719139 (fscip) R 719106 719110 719059 0 -1 4194368 167624 0 0 0 135 33 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719140] ppid=719106 vsize=13653612 memory=2268 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719140/stat : 719140 (fscip) R 719106 719110 719059 0 -1 4194368 167684 0 0 0 135 33 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719141] ppid=719106 vsize=13653612 memory=0 CPUtime=1.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719141/stat : 719141 (fscip) R 719106 719110 719059 0 -1 4194368 92876 0 0 0 154 19 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719142] ppid=719106 vsize=13653612 memory=10392 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719142/stat : 719142 (fscip) R 719106 719110 719059 0 -1 4194368 167642 0 0 0 136 32 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719143] ppid=719106 vsize=13653612 memory=3125024 CPUtime=1.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719143/stat : 719143 (fscip) R 719106 719110 719059 0 -1 4194368 167647 0 0 0 134 33 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719144] ppid=719106 vsize=13653612 memory=1996 CPUtime=1.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719144/stat : 719144 (fscip) R 719106 719110 719059 0 -1 4194368 92853 0 0 0 155 18 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719145] ppid=719106 vsize=13653612 memory=74236 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719145/stat : 719145 (fscip) R 719106 719110 719059 0 -1 4194368 167646 0 0 0 136 32 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719146] ppid=719106 vsize=13653612 memory=33100 CPUtime=1.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719146/stat : 719146 (fscip) R 719106 719110 719059 0 -1 4194368 167636 0 0 0 136 31 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719147] ppid=719106 vsize=13653612 memory=19600 CPUtime=1.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719147/stat : 719147 (fscip) R 719106 719110 719059 0 -1 4194368 92842 0 0 0 155 18 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719148] ppid=719106 vsize=13653612 memory=0 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719148/stat : 719148 (fscip) R 719106 719110 719059 0 -1 4194368 167650 0 0 0 136 32 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719149] ppid=719106 vsize=13653612 memory=3301108 CPUtime=1.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719149/stat : 719149 (fscip) R 719106 719110 719059 0 -1 4194368 167613 0 0 0 136 32 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719150] ppid=719106 vsize=13653612 memory=2194452 CPUtime=1.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719150/stat : 719150 (fscip) R 719106 719110 719059 0 -1 4194368 92952 0 0 0 153 19 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719151] ppid=719106 vsize=13653612 memory=1487480 CPUtime=1.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719151/stat : 719151 (fscip) R 719106 719110 719059 0 -1 4194368 167654 0 0 0 131 36 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719152] ppid=719106 vsize=13653612 memory=1012864 CPUtime=1.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719152/stat : 719152 (fscip) R 719106 719110 719059 0 -1 4194368 168542 0 0 0 138 33 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719153] ppid=719106 vsize=13653612 memory=54528 CPUtime=1.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719153/stat : 719153 (fscip) R 719106 719110 719059 0 -1 4194368 92957 0 0 0 157 16 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719154] ppid=719106 vsize=13653612 memory=28496 CPUtime=1.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719154/stat : 719154 (fscip) R 719106 719110 719059 0 -1 4194368 167605 0 0 0 137 32 0 0 20 0 41 0 127095536 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719155] ppid=719106 vsize=13653612 memory=149 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719155/stat : 719155 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719156] ppid=719106 vsize=13653612 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719156/stat : 719156 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719157] ppid=719106 vsize=13653612 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719157/stat : 719157 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719158] ppid=719106 vsize=13653612 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719158/stat : 719158 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719159] ppid=719106 vsize=13653612 memory=11822120823029796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719159/stat : 719159 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719160] ppid=719106 vsize=13653612 memory=6009862882988956309 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719160/stat : 719160 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719161] ppid=719106 vsize=13653612 memory=38844130910404740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719161/stat : 719161 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719162] ppid=719106 vsize=13653612 memory=7446234014528787561 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719162/stat : 719162 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719163] ppid=719106 vsize=13653612 memory=531 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719163/stat : 719163 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719164] ppid=719106 vsize=13653612 memory=247 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719164/stat : 719164 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719165] ppid=719106 vsize=13653612 memory=2 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719165/stat : 719165 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719166] ppid=719106 vsize=13653612 memory=89 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719166/stat : 719166 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719167] ppid=719106 vsize=13653612 memory=280324999941344 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719167/stat : 719167 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719168] ppid=719106 vsize=13653612 memory=3088339720734465 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719168/stat : 719168 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719169] ppid=719106 vsize=13653612 memory=3090530154056426 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719169/stat : 719169 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719170] ppid=719106 vsize=13653612 memory=3090534449023722 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719170/stat : 719170 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719171] ppid=719106 vsize=13653612 memory=3090551628892650 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719171/stat : 719171 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719172] ppid=719106 vsize=13653612 memory=3090555923859946 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719172/stat : 719172 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719173] ppid=719106 vsize=13653612 memory=1070796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719173/stat : 719173 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095860 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719174] ppid=719106 vsize=13653612 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719174/stat : 719174 (fscip) S 719106 719110 719059 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 127095861 13981298688 3106628 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
Current children cumulated CPU time: 42.12 s
Current children cumulated vsize: 13653612 KiB
Current children cumulated memory: 12426512 KiB

[startup+25.5009 s]
/proc/loadavg: 18.68 19.77 28.16 24/905 719178

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

/proc/719110/task/719172/stat : 719172 (fscip) S 719106 719110 719059 0 -1 1077936192 205 0 0 0 2 0 0 0 20 0 41 0 127095860 51944206336 10406893 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719173] ppid=719106 vsize=50726764 memory=35252 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719173/stat : 719173 (fscip) S 719106 719110 719059 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 127095860 51944206336 10406893 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719174] ppid=719106 vsize=50726764 memory=10392 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719174/stat : 719174 (fscip) S 719106 719110 719059 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 127095861 51944206336 10406893 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
Current children cumulated CPU time: 70885.9 s
Current children cumulated vsize: 50726764 KiB
Current children cumulated memory: 41627572 KiB

[startup+3642.3 s]
/proc/loadavg: 72.69 78.31 78.65 49/995 721228
/proc/meminfo: memFree=428471500/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=47838292 memory=39657288 CPUtime=71735.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) S 719106 719110 719059 0 -1 1077936128 70053605 0 0 0 7157413 16134 0 0 20 0 25 0 127094755 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 11959573 9914322 3014 3035 0 11611938 0
[pid=719110/tid=719136] ppid=719106 vsize=47838292 memory=6708 CPUtime=3603.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719136/stat : 719136 (fscip) R 719106 719110 719059 0 -1 4194368 1121818 0 0 0 359840 503 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719137] ppid=719106 vsize=47838292 memory=11424 CPUtime=3609.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719137/stat : 719137 (fscip) R 719106 719110 719059 0 -1 4194368 2481504 0 0 0 360302 669 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719139] ppid=719106 vsize=47838292 memory=25333125866717268 CPUtime=3584.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719139/stat : 719139 (fscip) R 719106 719110 719059 0 -1 4194368 1978737 0 0 0 357775 632 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719140] ppid=719106 vsize=47838292 memory=39641032 CPUtime=3599.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719140/stat : 719140 (fscip) R 719106 719110 719059 0 -1 4194368 2206279 0 0 0 359286 651 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719143] ppid=719106 vsize=47838292 memory=42258816 CPUtime=3607.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719143/stat : 719143 (fscip) R 719106 719110 719059 0 -1 4194368 1996449 0 0 0 360128 620 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719145] ppid=719106 vsize=47838292 memory=5704 CPUtime=3603.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719145/stat : 719145 (fscip) R 719106 719110 719059 0 -1 4194368 2695961 0 0 0 359699 678 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719146] ppid=719106 vsize=47838292 memory=3308 CPUtime=3611.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719146/stat : 719146 (fscip) R 719106 719110 719059 0 -1 4194368 1103400 0 0 0 360666 495 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719148] ppid=719106 vsize=47838292 memory=6944656592455360608 CPUtime=3606.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719148/stat : 719148 (fscip) R 719106 719110 719059 0 -1 4194368 1124844 0 0 0 360109 519 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719149] ppid=719106 vsize=47838292 memory=39655376 CPUtime=3605.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719149/stat : 719149 (fscip) R 719106 719110 719059 0 -1 4194368 1114112 0 0 0 360059 514 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719151] ppid=719106 vsize=47838292 memory=11424 CPUtime=3607.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719151/stat : 719151 (fscip) R 719106 719110 719059 0 -1 4194368 2389913 0 0 0 360058 706 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719152] ppid=719106 vsize=47838292 memory=280325003425360 CPUtime=3610.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719152/stat : 719152 (fscip) R 719106 719110 719059 0 -1 4194368 1997270 0 0 0 360502 533 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719154] ppid=719106 vsize=47838292 memory=280324999368384 CPUtime=3610.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719154/stat : 719154 (fscip) R 719106 719110 719059 0 -1 4194368 2118426 0 0 0 360417 640 0 0 20 0 25 0 127095536 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719155] ppid=719106 vsize=47838292 memory=40436 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719155/stat : 719155 (fscip) S 719106 719110 719059 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719158] ppid=719106 vsize=47838292 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719158/stat : 719158 (fscip) S 719106 719110 719059 0 -1 1077936192 373 0 0 0 2 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719159] ppid=719106 vsize=47838292 memory=39656336 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719159/stat : 719159 (fscip) S 719106 719110 719059 0 -1 1077936192 291 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719161] ppid=719106 vsize=47838292 memory=280325000334336 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719161/stat : 719161 (fscip) S 719106 719110 719059 0 -1 1077936192 261 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719162] ppid=719106 vsize=47838292 memory=39656336 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719162/stat : 719162 (fscip) S 719106 719110 719059 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719163] ppid=719106 vsize=47838292 memory=2656 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719163/stat : 719163 (fscip) S 719106 719110 719059 0 -1 1077936192 331 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719164] ppid=719106 vsize=47838292 memory=41639788 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719164/stat : 719164 (fscip) S 719106 719110 719059 0 -1 1077936192 248 0 0 0 2 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719165] ppid=719106 vsize=47838292 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719165/stat : 719165 (fscip) S 719106 719110 719059 0 -1 1077936192 381 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719166] ppid=719106 vsize=47838292 memory=280325000166336 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719166/stat : 719166 (fscip) S 719106 719110 719059 0 -1 1077936192 218 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719167] ppid=719106 vsize=47838292 memory=39653464 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719167/stat : 719167 (fscip) S 719106 719110 719059 0 -1 1077936192 251 0 0 0 2 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719168] ppid=719106 vsize=47838292 memory=39655376 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719168/stat : 719168 (fscip) S 719106 719110 719059 0 -1 1077936192 239 0 0 0 3 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719172] ppid=719106 vsize=47838292 memory=8240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719172/stat : 719172 (fscip) S 719106 719110 719059 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 25 0 127095860 48986411008 9914322 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
Current children cumulated CPU time: 71735.5 s
Current children cumulated vsize: 47838292 KiB
Current children cumulated memory: 39657288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3664.9 s]
/proc/loadavg: 69.91 77.21 78.27 50/977 721231
/proc/meminfo: memFree=432771452/790760800 swapFree=131071996/131071996
[pid=719110] ppid=719106 vsize=45601872 memory=37722360 CPUtime=72000.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/stat : 719110 (fscip) S 719106 719110 719059 0 -1 1077936128 70445780 0 0 0 7183850 16166 0 0 20 0 23 0 127094755 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
/proc/719110/statm: 11400468 9430590 3014 3035 0 11068744 0
[pid=719110/tid=719136] ppid=719106 vsize=45601872 memory=6708 CPUtime=3625.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719136/stat : 719136 (fscip) R 719106 719110 719059 0 -1 4194368 1125100 0 0 0 362091 503 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719139] ppid=719106 vsize=45601872 memory=11424 CPUtime=3606.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719139/stat : 719139 (fscip) R 719106 719110 719059 0 -1 4194368 1984674 0 0 0 360025 633 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719140] ppid=719106 vsize=45601872 memory=25333125866717268 CPUtime=3621.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719140/stat : 719140 (fscip) R 719106 719110 719059 0 -1 4194368 2212901 0 0 0 361536 651 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719143] ppid=719106 vsize=45601872 memory=5704 CPUtime=3629.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719143/stat : 719143 (fscip) R 719106 719110 719059 0 -1 4194368 2002919 0 0 0 362378 620 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719145] ppid=719106 vsize=45601872 memory=6732 CPUtime=3626.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719145/stat : 719145 (fscip) R 719106 719110 719059 0 -1 4194368 2704875 0 0 0 361947 679 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719146] ppid=719106 vsize=45601872 memory=39658244 CPUtime=3634.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719146/stat : 719146 (fscip) R 719106 719110 719059 0 -1 4194368 1106707 0 0 0 362916 495 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719148] ppid=719106 vsize=45601872 memory=7644 CPUtime=3628.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719148/stat : 719148 (fscip) R 719106 719110 719059 0 -1 4194368 1128001 0 0 0 362359 519 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719149] ppid=719106 vsize=45601872 memory=25333125866717268 CPUtime=3628.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719149/stat : 719149 (fscip) R 719106 719110 719059 0 -1 4194368 1117255 0 0 0 362309 515 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719151] ppid=719106 vsize=45601872 memory=280324999368384 CPUtime=3630.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719151/stat : 719151 (fscip) R 719106 719110 719059 0 -1 4194368 2403548 0 0 0 362306 708 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719152] ppid=719106 vsize=45601872 memory=280325003425360 CPUtime=3632.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719152/stat : 719152 (fscip) R 719106 719110 719059 0 -1 4194368 2001790 0 0 0 362752 534 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719154] ppid=719106 vsize=45601872 memory=37722360 CPUtime=3633.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719154/stat : 719154 (fscip) R 719106 719110 719059 0 -1 4194368 2125070 0 0 0 362665 641 0 0 20 0 23 0 127095536 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719155] ppid=719106 vsize=45601872 memory=357859 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719155/stat : 719155 (fscip) S 719106 719110 719059 0 -1 1077936192 232 0 0 0 2 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719158] ppid=719106 vsize=45601872 memory=6720666528037550951 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719158/stat : 719158 (fscip) S 719106 719110 719059 0 -1 1077936192 381 0 0 0 2 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719159] ppid=719106 vsize=45601872 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719159/stat : 719159 (fscip) S 719106 719110 719059 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719161] ppid=719106 vsize=45601872 memory=19600 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719161/stat : 719161 (fscip) S 719106 719110 719059 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719163] ppid=719106 vsize=45601872 memory=39665024 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719163/stat : 719163 (fscip) S 719106 719110 719059 0 -1 1077936192 338 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719164] ppid=719106 vsize=45601872 memory=280325000334336 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719164/stat : 719164 (fscip) S 719106 719110 719059 0 -1 1077936192 250 0 0 0 2 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719165] ppid=719106 vsize=45601872 memory=37722360 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719165/stat : 719165 (fscip) S 719106 719110 719059 0 -1 1077936192 387 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719166] ppid=719106 vsize=45601872 memory=37722360 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719166/stat : 719166 (fscip) S 719106 719110 719059 0 -1 1077936192 220 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719167] ppid=719106 vsize=45601872 memory=54528 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719167/stat : 719167 (fscip) S 719106 719110 719059 0 -1 1077936192 253 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719168] ppid=719106 vsize=45601872 memory=28496 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719168/stat : 719168 (fscip) S 719106 719110 719059 0 -1 1077936192 241 0 0 0 3 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
[pid=719110/tid=719172] ppid=719106 vsize=45601872 memory=7644 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/719110/task/719172/stat : 719172 (fscip) S 719106 719110 719059 0 -1 1077936192 213 0 0 0 2 0 0 0 20 0 23 0 127095860 46696316928 9430590 809668444160 4194304 16622685 140735852418256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 28590080 140735852426216 140735852426331 140735852426331 140735852433359 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 45601872 KiB
Current children cumulated memory: 37722360 KiB

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

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

# cumulated CPU time of all completed processes:  user=71838.6 s, system=162.767 s

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

[startup+3665.6 s]
/proc/loadavg: 69.91 77.21 78.27 42/952 721231
/proc/meminfo: memFree=442533224/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3665.8 s]
/proc/loadavg: 69.91 77.21 78.27 42/952 721231
/proc/meminfo: memFree=442533224/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3665.9 s]
/proc/loadavg: 69.91 77.21 78.27 42/952 721231
/proc/meminfo: memFree=442533224/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): 3666.01
CPU time (s): 72001.3
CPU user time (s): 71838.6
CPU system time (s): 162.767
CPU usage (%): 1964.02
Max. virtual memory (cumulated for all children) (KiB): 51869588
Max. memory (cumulated for all children) (KiB): 42265592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71838.6
system time used= 162.767
maximum resident set size= 42267640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70445780
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= 4686745
involuntary context switches= 179629


# summary of solver processes directly reported to runsolver:
#   pid: 719110
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71838.6
#   total CPU system time (s): 162.767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8802 second user time and 94.4294 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 05:11:20
IDJOB=4468977
IDBENCH=155722
IDSOLVER=3099
FILE ID=nodeD101/4468977-1723605080
RUNJOBID= nodeD101-1723605080-719072
SLURM_JOB_ID= 8267902
Free space on /tmp= 8622824 MiB

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

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

MD5SUM BENCH= 26d1f8baed9b076d56083d3420fb6ea6
RANDOM SEED=839258019

nodeD101.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	: 0x5003102
cpu MHz		: 3222.089
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 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	: 0x5003102
cpu MHz		: 2608.192
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2631.124
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3859.288
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2928.876
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 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	: 0x5003102
cpu MHz		: 2635.023
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3509.411
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3668.524
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3651.194
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 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	: 0x5003102
cpu MHz		: 2623.649
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.885
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2630.738
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2627.472
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 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	: 0x5003102
cpu MHz		: 2631.956
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3884.350
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.348
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3521.126
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 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	: 0x5003102
cpu MHz		: 2632.873
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2635.715
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3659.505
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2868.886
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 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	: 0x5003102
cpu MHz		: 2637.322
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2644.120
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.008
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3538.277
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 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	: 0x5003102
cpu MHz		: 2628.684
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2635.465
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2635.799
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3703.575
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 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	: 0x5003102
cpu MHz		: 2636.287
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.404
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.744
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3442.510
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 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	: 0x5003102
cpu MHz		: 2630.422
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.648
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2643.037
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2646.019
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 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	: 0x5003102
cpu MHz		: 2632.666
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.265
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2645.458
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2894.666
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 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	: 0x5003102
cpu MHz		: 2630.357
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.618
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2627.976
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3014.412
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 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	: 0x5003102
cpu MHz		: 3670.278
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.067
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2653.166
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2644.393
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 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	: 0x5003102
cpu MHz		: 3805.007
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2990.626
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2636.928
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2654.090
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 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	: 0x5003102
cpu MHz		: 3475.468
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2614.245
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2646.291
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 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	: 0x5003102
cpu MHz		: 3594.537
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.624
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2787.365
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2640.261
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 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	: 0x5003102
cpu MHz		: 3604.715
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.265
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2649.812
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2859.845
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 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	: 0x5003102
cpu MHz		: 3129.722
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.606
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.312
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3551.147
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 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	: 0x5003102
cpu MHz		: 2943.761
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2659.717
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2649.610
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2660.127
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 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	: 0x5003102
cpu MHz		: 3296.810
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2653.121
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2639.167
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2635.696
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 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	: 0x5003102
cpu MHz		: 3622.653
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2683.542
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2632.202
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        726633236 kB
MemAvailable:   783574440 kB
Buffers:         1128388 kB
Cached:         59080160 kB
SwapCached:            0 kB
Active:         18757620 kB
Inactive:       41897592 kB
Active(anon):       2076 kB
Inactive(anon):   483504 kB
Active(file):   18755544 kB
Inactive(file): 41414088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            152140 kB
Writeback:             0 kB
AnonPages:        446716 kB
Mapped:           109452 kB
Shmem:             38920 kB
KReclaimable:     382200 kB
Slab:             792724 kB
SReclaimable:     382200 kB
SUnreclaim:       410524 kB
KernelStack:       14752 kB
PageTables:        10628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1262688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1121280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      774144 kB
DirectMap2M:    114018304 kB
DirectMap1G:    691011584 kB

Free space on /tmp at the end= 8622708 MiB
End job on nodeD101 at 2024-08-14 06:12:26