Trace number 4467580

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72001.2 3636.68

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug6.5.opb
MD5SUM83ba36613360d6ce9be489830858dbc7
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 benchmark48
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27555
Number of constraints which are cardinality constraints (but not clauses)245
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 101996554, getVmSize() = 88203264, SCIPgetMemUsed() = 54507788, SCIPgetMemTotal() = 64097956, SCIPgetMemExternEstim() = 37898598
0.00/0.09	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
2.28/2.30	c ** Estimated virtualMemUsedAtSolver = 148427128, getVmSize() = 213258240, SCIPgetMemUsed() = 135997806, SCIPgetMemTotal() = 184742094, SCIPgetMemExternEstim() = 37898598
2.28/2.30	c ** set memory limit for solvers to 4.18815e+11 for each SCIP **
2.28/2.30	c Original Problem   :
2.28/2.30	c   Problem name     : instance-4467580-1723246219
2.28/2.30	c   Variables        : 9632 (9632 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.30	c   Constraints      : 29620
2.28/2.30	c   Objective sense  : minimize
2.28/2.30	c Presolved Problem  :
2.28/2.30	c   Variables        : 9561 (9561 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.30	c   Constraints      : 27419
2.28/2.30	c Constraints        : Number
2.28/2.30	c   knapsack         : 1141 
2.28/2.30	c   setppc           : 16027 
2.28/2.30	c   linear           : 28 
2.28/2.30	c   logicor          : 10223 
2.28/2.30	c ** Instance transfer method used: 0
2.28/2.35	c ** ParaScipInstance copy does not increase the number of variables. **
3.11/3.14	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.11/3.15	c                                Nodes    Active                                            
3.11/3.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
31.62/4.73	c *       5              0           1        20         211.0000                -          -
9613.79/488.42	c *     488              0           1        20         204.0000                -          -
9613.79/488.42	c       488              0           1        20         204.0000                -          -
9669.35/491.23	c *     491              0           1        20         189.0000                -          -
9703.11/493.01	c *     493              0           1        20         182.0000                -          -
9756.68/495.67	c *     496              0           1        20         177.0000                -          -
9756.68/495.67	c       496              0           1        20         177.0000                -          -
10455.21/530.80	c *     531              0           1        20         170.0000                -          -
10455.21/530.80	c       531              0           1        20         170.0000                -          -
10665.51/541.47	c *     541              0           1        20         158.0000                -          -
10665.51/541.47	c       541              0           1        20         158.0000                -          -
11533.09/585.19	c *     585              0           1        20         156.0000                -          -
11533.09/585.19	c       585              0           1        20         156.0000                -          -
11987.15/608.09	c *     608              0           1        20         153.0000                -          -
11987.15/608.09	c       608              0           1        20         153.0000                -          -
12030.11/610.21	c *     610              0           1        20         141.0000                -          -
12567.67/637.30	c       637              2           1        20         141.0000          12.0000          -
12891.17/653.66	c       654             12          11        20         141.0000          12.0000          -
13038.61/661.04	c       661             13          12        20         141.0000          12.0000          -
13190.59/668.75	c *     669             13          12        20         131.0000          12.0000          -
13190.59/668.75	c       669             13          12        20         131.0000          12.0000          -
13398.62/679.30	c       679             13          12        20         131.0000          12.0000          -
13610.73/689.90	c       690             13          12        20         131.0000          12.0000          -
13775.33/698.30	c *     698             13          12        20         119.0000          12.0000          -
13775.33/698.30	c       698             13          12        20         119.0000          12.0000          -
13924.05/705.76	c       706             13          12        20         119.0000          12.0000          -
14031.91/711.19	c       711             13          12        20         119.0000          12.0000          -
14089.42/714.10	c *     714             13          12        20         112.0000          12.0000          -
14195.90/719.46	c       719             15          14        20         112.0000          12.0000          -
14300.93/724.74	c       725             15          14        20         112.0000          12.0000          -
14334.65/726.46	c *     726             16          15        20         107.0000          12.0000          -
14778.80/748.88	c       749             19          18        20         107.0000          12.0000          -
14794.70/749.61	c *     750             19          18        20         100.0000          12.0000          -
15327.34/776.51	c       777             24          23        20         100.0000          12.0000          -
15610.56/790.87	c       791             26          25        20         100.0000          12.0000          -
15989.14/809.95	c       810             28          27        20         100.0000          12.0000          -
16103.84/815.71	c       816             29          28        20         100.0000          12.0000          -
16427.36/832.04	c       832             29          28        20         100.0000          12.0000          -
16533.52/837.50	c       838             29          28        20         100.0000          12.0000          -
16843.05/853.03	c *     853             29          28        20          94.0000          12.0000          -
16843.05/853.03	c       853             29          28        20          94.0000          12.0000          -
16973.20/859.61	c       860             29          28        20          94.0000          12.0000          -
17502.14/886.31	c       886             29          28        20          94.0000          12.0000          -
17589.40/890.76	c *     891             29          28        20          90.0000          12.0000          -
17603.28/891.48	c       891             29          28        20          90.0000          12.0000          -
17609.23/891.77	c *     892             29          28        20          85.0000          12.0000          -
17702.42/896.45	c *     896             29          28        20          78.0000          12.0000          -
17715.03/897.07	c       897             29          28        20          78.0000          12.0000          -
18027.48/912.86	c       913             29          28        20          78.0000          12.0000          -
18160.32/919.54	c       920             29          28        20          78.0000          12.0000          -
19143.91/969.14	c       969             29          28        20          78.0000          12.0000          -
19244.43/974.21	c       974             29          28        20          78.0000          12.0000          -
19631.04/993.78	c       994             29          28        20          78.0000          12.0000          -
20564.49/1040.88	c *    1041             29          28        20          72.0000          12.0000    500.00%
20564.49/1040.88	c      1041             29          28        20          72.0000          12.0000    500.00%
20695.35/1047.44	c      1047             29          28        20          72.0000          12.0000    500.00%
20812.37/1053.38	c      1053             29          28        20          72.0000          12.0000    500.00%
21115.58/1068.64	c      1069             29          28        20          72.0000          12.0000    500.00%
21359.44/1081.03	c      1081              9           8        20          72.0000          12.0000    500.00%
21569.50/1091.57	c      1092             11          10        20          72.0000          12.0000    500.00%
22102.45/1118.47	c      1118             11          10        20          72.0000          12.0000    500.00%
22348.07/1130.90	c      1131             11          10        20          72.0000          12.0000    500.00%
22488.73/1137.94	c      1138             12          11        20          72.0000          12.0000    500.00%
22649.73/1146.04	c      1146             15          14        20          72.0000          12.0000    500.00%
22791.66/1153.23	c      1153             15          14        20          72.0000          12.0000    500.00%
22930.06/1160.23	c      1160             15          14        20          72.0000          12.0000    500.00%
22991.50/1163.33	c *    1163             15          14        20          67.0000          12.0000    458.33%
23151.94/1171.45	c      1171             15          14        20          67.0000          12.0000    458.33%
23348.03/1181.36	c      1181              2           1        20          67.0000          12.0000    458.33%
23478.78/1188.03	c      1188              2           1        20          67.0000          12.0000    458.33%
23582.58/1193.15	c      1193              6           5        20          67.0000          12.0000    458.33%
23708.48/1199.53	c      1200              6           5        20          67.0000          12.0000    458.33%
24001.63/1214.36	c      1214              6           5        20          67.0000          12.0000    458.33%
24132.54/1220.95	c      1221              6           5        20          67.0000          12.0000    458.33%
24255.95/1227.15	c      1227              6           5        20          67.0000          12.0000    458.33%
24500.91/1239.57	c      1240              9           8        20          67.0000          12.0000    458.33%
24749.31/1252.04	c      1252             13          12        20          67.0000          12.0000    458.33%
24924.94/1260.93	c      1261             13          12        20          67.0000          12.0000    458.33%
25039.70/1266.80	c      1267             15          14        20          67.0000          12.0000    458.33%
25152.67/1272.41	c      1272             15          14        20          67.0000          12.0000    458.33%
25390.31/1284.44	c      1284             15          14        20          67.0000          12.0000    458.33%
25507.21/1290.37	c      1290             16          15        20          67.0000          12.0000    458.33%
25701.88/1300.13	c      1300             16          15        20          67.0000          12.0000    458.33%
25858.55/1308.06	c      1308             17          16        20          67.0000          12.0000    458.33%
26243.49/1327.57	c      1328             17          16        20          67.0000          12.0000    458.33%
26421.78/1336.52	c      1337             18          17        20          67.0000          12.0000    458.33%
26596.14/1345.32	c      1345             18          17        20          67.0000          12.0000    458.33%
26870.41/1359.18	c      1359             18          17        20          67.0000          12.0000    458.33%
26976.58/1364.53	c      1365             18          17        20          67.0000          12.0000    458.33%
27145.79/1373.06	c      1373             18          17        20          67.0000          12.0000    458.33%
27367.24/1384.28	c      1384             18          17        20          67.0000          12.0000    458.33%
27502.49/1391.12	c      1391             18          17        20          67.0000          12.0000    458.33%
27700.90/1401.09	c      1401             18          17        20          67.0000          12.0000    458.33%
27914.27/1411.89	c      1412             18          17        20          67.0000          12.0000    458.33%
28116.99/1422.08	c      1422             18          17        20          67.0000          12.0000    458.33%
28229.18/1427.77	c      1428             18          17        20          67.0000          12.0000    458.33%
28500.65/1441.46	c      1441             18          17        20          67.0000          12.0000    458.33%
28807.70/1457.01	c      1457             18          17        20          67.0000          12.0000    458.33%
28817.59/1457.47	c *    1457             18          17        20          60.0000          12.0000    400.00%
28926.61/1462.92	c      1463             18          17        20          60.0000          12.0000    400.00%
29045.44/1468.96	c      1469             18          17        20          60.0000          12.0000    400.00%
29308.96/1482.26	c      1482             18          17        20          60.0000          12.0000    400.00%
29511.07/1492.47	c      1492             18          17        20          60.0000          12.0000    400.00%
29801.18/1507.14	c      1507             18          17        20          60.0000          12.0000    400.00%
29952.92/1514.78	c      1515             18          17        20          60.0000          12.0000    400.00%
30078.48/1521.08	c      1521             18          17        20          60.0000          12.0000    400.00%
30202.53/1527.36	c      1527             18          17        20          60.0000          12.0000    400.00%
30313.47/1532.95	c      1533             18          17        20          60.0000          12.0000    400.00%
30424.50/1538.52	c      1539             18          17        20          60.0000          12.0000    400.00%
30525.60/1543.61	c      1544             18          17        20          60.0000          12.0000    400.00%
30662.39/1550.59	c      1551             18          17        20          60.0000          12.0000    400.00%
30809.14/1558.04	c      1558             18          17        20          60.0000          12.0000    400.00%
31142.03/1574.78	c      1575             18          17        20          60.0000          12.0000    400.00%
31245.04/1579.99	c      1580             18          17        20          60.0000          12.0000    400.00%
31364.01/1585.95	c      1586             18          17        20          60.0000          12.0000    400.00%
31685.79/1602.14	c      1602             18          17        20          60.0000          12.0000    400.00%
32410.67/1638.77	c      1639             18          17        20          60.0000          12.0000    400.00%
32617.53/1649.15	c      1649             18          17        20          60.0000          12.0000    400.00%
32952.41/1666.04	c      1666             18          17        20          60.0000          12.0000    400.00%
33053.70/1671.15	c      1671             18          17        20          60.0000          12.0000    400.00%
33201.37/1678.62	c      1679             18          17        20          60.0000          12.0000    400.00%
33322.24/1684.80	c      1685             18          17        20          60.0000          12.0000    400.00%
33435.29/1690.40	c      1690             18          17        20          60.0000          12.0000    400.00%
33540.42/1695.77	c      1696             18          17        20          60.0000          12.0000    400.00%
33728.84/1705.22	c      1705             18          17        20          60.0000          12.0000    400.00%
33871.68/1712.41	c      1712             18          17        20          60.0000          12.0000    400.00%
34283.86/1733.24	c      1733             18          17        20          60.0000          12.0000    400.00%
34399.53/1739.13	c      1739             18          17        20          60.0000          12.0000    400.00%
34518.52/1745.06	c      1745             18          17        20          60.0000          12.0000    400.00%
34620.91/1750.21	c      1750             18          17        20          60.0000          12.0000    400.00%
34904.54/1764.54	c      1765             18          17        20          60.0000          12.0000    400.00%
35005.69/1769.65	c      1770             18          17        20          60.0000          12.0000    400.00%
35108.82/1774.88	c      1775             18          17        20          60.0000          12.0000    400.00%
35419.98/1790.54	c      1791             18          17        20          60.0000          12.0000    400.00%
35566.70/1797.94	c      1798             18          17        20          60.0000          12.0000    400.00%
35784.56/1809.01	c      1809             18          17        20          60.0000          12.0000    400.00%
36203.71/1830.04	c      1830             18          17        20          60.0000          12.0000    400.00%
36433.13/1841.60	c      1842             18          17        20          60.0000          12.0000    400.00%
36532.16/1846.65	c      1847             18          17        20          60.0000          12.0000    400.00%
36657.03/1852.93	c      1853             18          17        20          60.0000          12.0000    400.00%
36803.52/1860.36	c      1860             18          17        20          60.0000          12.0000    400.00%
36934.21/1866.99	c      1867             18          17        20          60.0000          12.0000    400.00%
37209.67/1880.88	c      1881             18          17        20          60.0000          12.0000    400.00%
37333.39/1887.13	c      1887             18          17        20          60.0000          12.0000    400.00%
37630.36/1902.07	c      1902             18          17        20          60.0000          12.0000    400.00%
37754.59/1908.37	c      1908             18          17        20          60.0000          12.0000    400.00%
38000.37/1920.76	c      1921             18          17        20          60.0000          12.0000    400.00%
38137.09/1927.65	c      1928             18          17        20          60.0000          12.0000    400.00%
38403.39/1941.04	c      1941             18          17        20          60.0000          12.0000    400.00%
38731.67/1957.65	c      1958             18          17        20          60.0000          12.0000    400.00%
38935.86/1967.92	c      1968             18          17        20          60.0000          12.0000    400.00%
39072.55/1974.88	c      1975             18          17        20          60.0000          12.0000    400.00%
39187.47/1980.65	c      1981             18          17        20          60.0000          12.0000    400.00%
39320.16/1987.34	c      1987             18          17        20          60.0000          12.0000    400.00%
39421.29/1992.46	c      1992             18          17        20          60.0000          12.0000    400.00%
39552.84/1999.05	c      1999             18          17        20          60.0000          12.0000    400.00%
39698.88/2006.44	c      2006             18          17        20          60.0000          12.0000    400.00%
39837.46/2013.49	c      2013             18          17        20          60.0000          12.0000    400.00%
39954.43/2019.34	c      2019             18          17        20          60.0000          12.0000    400.00%
40065.37/2025.02	c      2025             18          17        20          60.0000          12.0000    400.00%
40241.83/2033.89	c      2034             18          17        20          60.0000          12.0000    400.00%
40358.77/2039.77	c      2040             18          17        20          60.0000          12.0000    400.00%
40568.73/2050.34	c      2050             19          18        20          60.0000          12.0000    400.00%
40669.79/2055.46	c      2055             19          18        20          60.0000          12.0000    400.00%
40848.18/2064.48	c      2064             20          19        20          60.0000          12.0000    400.00%
40999.66/2072.06	c      2072             21          20        20          60.0000          12.0000    400.00%
41155.59/2079.97	c      2080             21          20        20          60.0000          12.0000    400.00%
41322.09/2088.39	c      2088             21          20        20          60.0000          12.0000    400.00%
41470.68/2095.87	c      2096             21          20        20          60.0000          12.0000    400.00%
41603.35/2102.53	c      2103             22          21        20          60.0000          12.0000    400.00%
41726.08/2108.74	c      2109             23          22        20          60.0000          12.0000    400.00%
41936.06/2119.37	c      2119             23          22        20          60.0000          12.0000    400.00%
42120.31/2128.69	c      2129             23          22        20          60.0000          12.0000    400.00%
42471.33/2146.33	c      2146             23          22        20          60.0000          12.0000    400.00%
42580.42/2151.85	c      2152             24          23        20          60.0000          12.0000    400.00%
42715.23/2158.62	c      2159             24          23        20          60.0000          12.0000    400.00%
42851.86/2165.58	c      2166             25          24        20          60.0000          12.0000    400.00%
43010.21/2173.50	c      2174             25          24        20          60.0000          12.0000    400.00%
43135.09/2179.88	c      2180             25          24        20          60.0000          12.0000    400.00%
43331.20/2189.75	c      2190             26          25        20          60.0000          12.0000    400.00%
43450.11/2195.80	c      2196             26          25        20          60.0000          12.0000    400.00%
43563.05/2201.42	c      2201             27          26        20          60.0000          12.0000    400.00%
43691.80/2207.98	c      2208             27          26        20          60.0000          12.0000    400.00%
43800.76/2213.45	c      2213             27          26        20          60.0000          12.0000    400.00%
43901.83/2218.54	c      2219             27          26        20          60.0000          12.0000    400.00%
44004.80/2223.75	c      2224             28          27        20          60.0000          12.0000    400.00%
44323.80/2239.85	c      2240             28          27        20          60.0000          12.0000    400.00%
44424.89/2245.01	c      2245             29          28        20          60.0000          12.0000    400.00%
44586.15/2253.10	c      2253             29          28        20          60.0000          12.0000    400.00%
44690.51/2258.30	c      2258             30          29        20          60.0000          12.0000    400.00%
45005.35/2274.21	c      2274             31          30        20          60.0000          12.0000    400.00%
45104.41/2279.23	c      2279             31          30        20          60.0000          12.0000    400.00%
45254.64/2286.88	c      2287             31          30        20          60.0000          12.0000    400.00%
45358.42/2292.08	c      2292             32          31        20          60.0000          12.0000    400.00%
45682.69/2308.45	c      2308             36          35        20          60.0000          12.0000    400.00%
45863.05/2317.52	c      2318             36          35        20          60.0000          12.0000    400.00%
45981.99/2323.50	c      2324             36          35        20          60.0000          12.0000    400.00%
46168.30/2332.90	c      2333             36          35        20          60.0000          12.0000    400.00%
46314.78/2340.40	c      2340             36          35        20          60.0000          12.0000    400.00%
46433.67/2346.32	c      2346             36          35        20          60.0000          12.0000    400.00%
46547.39/2352.07	c      2352             36          35        20          60.0000          12.0000    400.00%
46648.45/2357.14	c      2357             38          37        20          60.0000          12.0000    400.00%
46752.75/2362.49	c      2362             41          40        20          60.0000          12.0000    400.00%
46853.87/2367.51	c      2368             41          40        20          60.0000          12.0000    400.00%
46960.98/2372.99	c      2373             41          40        20          60.0000          12.0000    400.00%
47109.64/2380.47	c      2380             43          42        20          60.0000          12.0000    400.00%
47208.69/2385.47	c      2385             43          42        20          60.0000          12.0000    400.00%
47355.43/2392.83	c      2393             43          42        20          60.0000          12.0000    400.00%
47585.02/2404.47	c      2404             43          42        20          60.0000          12.0000    400.00%
47690.06/2409.76	c      2410             46          45        20          60.0000          12.0000    400.00%
47855.22/2418.13	c      2418             46          45        20          60.0000          12.0000    400.00%
47956.34/2423.17	c      2423             47          46        20          60.0000          12.0000    400.00%
48066.73/2428.79	c      2429             49          48        20          60.0000          12.0000    400.00%
48174.50/2434.15	c      2434             49          48        20          60.0000          12.0000    400.00%
48275.02/2439.21	c      2439             49          48        20          60.0000          12.0000    400.00%
48376.22/2444.36	c      2444             49          48        20          60.0000          12.0000    400.00%
48477.42/2449.47	c      2449             49          48        20          60.0000          12.0000    400.00%
48582.54/2454.72	c      2455             50          49        20          60.0000          12.0000    400.00%
48774.72/2464.45	c      2464             50          49        20          60.0000          12.0000    400.00%
48957.22/2473.60	c      2474             50          49        20          60.0000          12.0000    400.00%
49080.19/2479.87	c      2480             52          51        20          60.0000          12.0000    400.00%
49197.20/2485.70	c      2486             53          52        20          60.0000          12.0000    400.00%
49304.96/2491.18	c      2491             53          52        20          60.0000          12.0000    400.00%
49463.78/2499.20	c      2499             54          53        20          60.0000          12.0000    400.00%
49710.69/2511.64	c      2512             55          54        20          60.0000          12.0000    400.00%
49853.36/2518.84	c      2519             55          54        20          60.0000          12.0000    400.00%
49957.13/2524.04	c      2524             55          54        20          60.0000          12.0000    400.00%
50056.30/2529.09	c      2529             55          54        20          60.0000          12.0000    400.00%
50301.32/2541.49	c      2541             58          57        20          60.0000          12.0000    400.00%
50422.22/2547.56	c      2548             58          57        20          60.0000          12.0000    400.00%
50549.16/2554.02	c      2554             58          57        20          60.0000          12.0000    400.00%
50673.99/2560.23	c      2560             58          57        20          60.0000          12.0000    400.00%
50789.67/2566.03	c      2566             58          57        20          60.0000          12.0000    400.00%
50911.90/2572.25	c      2572             58          57        20          60.0000          12.0000    400.00%
51056.62/2579.53	c      2580             61          60        20          60.0000          12.0000    400.00%
51203.05/2586.91	c      2587             61          60        20          60.0000          12.0000    400.00%
51302.31/2592.02	c      2592             62          61        20          60.0000          12.0000    400.00%
51405.75/2597.16	c      2597             62          61        20          60.0000          12.0000    400.00%
51506.11/2602.21	c      2602             62          61        20          60.0000          12.0000    400.00%
51607.19/2607.30	c      2607             64          63        20          60.0000          12.0000    400.00%
51706.31/2612.36	c      2612             64          63        20          60.0000          12.0000    400.00%
51807.43/2617.44	c      2617             64          63        20          60.0000          12.0000    400.00%
51938.98/2624.09	c      2624             64          63        20          60.0000          12.0000    400.00%
52075.10/2630.90	c      2631             64          63        20          60.0000          12.0000    400.00%
52174.15/2635.95	c      2636             65          64        20          60.0000          12.0000    400.00%
52276.15/2641.08	c      2641             65          64        20          60.0000          12.0000    400.00%
52382.25/2646.44	c      2646             67          66        20          60.0000          12.0000    400.00%
52485.32/2651.68	c      2652             67          66        20          60.0000          12.0000    400.00%
52588.40/2656.82	c      2657             67          66        20          60.0000          12.0000    400.00%
52707.42/2662.88	c      2663             68          67        20          60.0000          12.0000    400.00%
52836.20/2669.38	c      2669             68          67        20          60.0000          12.0000    400.00%
53038.05/2679.52	c      2680             68          67        20          60.0000          12.0000    400.00%
53145.09/2684.94	c      2685             71          70        20          60.0000          12.0000    400.00%
53353.33/2695.44	c      2695             71          70        20          60.0000          12.0000    400.00%
53456.46/2700.64	c      2701             71          70        20          60.0000          12.0000    400.00%
53565.95/2706.19	c      2706             72          71        20          60.0000          12.0000    400.00%
53739.76/2715.01	c      2715             72          71        20          60.0000          12.0000    400.00%
53844.85/2720.22	c      2720             74          73        20          60.0000          12.0000    400.00%
53967.77/2726.48	c      2726             74          73        20          60.0000          12.0000    400.00%
54072.88/2731.71	c      2732             74          73        20          60.0000          12.0000    400.00%
54172.04/2736.79	c      2737             74          73        20          60.0000          12.0000    400.00%
54275.10/2741.91	c      2742             74          73        20          60.0000          12.0000    400.00%
54374.17/2746.96	c      2747             75          74        20          60.0000          12.0000    400.00%
54478.17/2752.19	c      2752             75          74        20          60.0000          12.0000    400.00%
54596.67/2758.15	c      2758             76          75        20          60.0000          12.0000    400.00%
54730.58/2765.04	c      2765             76          75        20          60.0000          12.0000    400.00%
54845.55/2770.79	c      2771             76          75        20          60.0000          12.0000    400.00%
54953.33/2776.20	c      2776             76          75        20          60.0000          12.0000    400.00%
55055.75/2781.36	c      2781             76          75        20          60.0000          12.0000    400.00%
55158.82/2786.51	c      2787             76          75        20          60.0000          12.0000    400.00%
55259.91/2791.65	c      2792             76          75        20          60.0000          12.0000    400.00%
55362.94/2796.86	c      2797             76          75        20          60.0000          12.0000    400.00%
55509.73/2804.27	c      2804             76          75        20          60.0000          12.0000    400.00%
55656.36/2811.66	c      2812             78          77        20          60.0000          12.0000    400.00%
55797.09/2818.71	c      2819             78          77        20          60.0000          12.0000    400.00%
55917.96/2824.84	c      2825             80          79        20          60.0000          12.0000    400.00%
56024.98/2830.26	c      2830             80          79        20          60.0000          12.0000    400.00%
56149.82/2836.56	c      2837             82          81        20          60.0000          12.0000    400.00%
56254.87/2841.82	c      2842             82          81        20          60.0000          12.0000    400.00%
56360.67/2847.15	c      2847             82          81        20          60.0000          12.0000    400.00%
56460.79/2852.30	c      2852             82          81        20          60.0000          12.0000    400.00%
56569.84/2857.75	c      2858             86          85        20          60.0000          12.0000    400.00%
56692.80/2863.93	c      2864             87          86        20          60.0000          12.0000    400.00%
56865.34/2872.62	c      2873             87          86        20          60.0000          12.0000    400.00%
57000.05/2879.41	c      2879             88          87        20          60.0000          12.0000    400.00%
57115.00/2885.22	c      2885             88          87        20          60.0000          12.0000    400.00%
57261.71/2892.60	c      2893             90          89        20          60.0000          12.0000    400.00%
57362.84/2897.72	c      2898             90          89        20          60.0000          12.0000    400.00%
57545.24/2907.02	c      2907             90          89        20          60.0000          12.0000    400.00%
57670.19/2913.20	c      2913             93          92        20          60.0000          12.0000    400.00%
57787.76/2919.16	c      2919             98          97        20          60.0000          12.0000    400.00%
57890.18/2924.31	c      2924             98          97        20          60.0000          12.0000    400.00%
57999.24/2929.90	c      2930             98          97        20          60.0000          12.0000    400.00%
58104.87/2935.18	c      2935             98          97        20          60.0000          12.0000    400.00%
58211.15/2940.60	c      2941          15490           0        20          60.0000          12.0000    400.00%
58391.46/2949.61	c      2950          15490           0        20          60.0000          12.0000    400.00%
58492.55/2954.77	c      2955          15490           0        20          60.0000          12.0000    400.00%
58593.60/2959.81	c      2960          15490           0        20          60.0000          12.0000    400.00%
58692.65/2964.87	c      2965          15490           0        20          60.0000          12.0000    400.00%
58793.71/2969.91	c      2970          15490           0        20          60.0000          12.0000    400.00%
58908.66/2975.70	c      2976          15490           0        20          60.0000          12.0000    400.00%
59025.63/2981.68	c      2982          15490           0        20          60.0000          12.0000    400.00%
59136.54/2987.23	c      2987          15490           0        20          60.0000          12.0000    400.00%
59257.33/2993.33	c      2993          15490           0        20          60.0000          12.0000    400.00%
59526.63/3006.99	c      3007          15490           0        20          60.0000          12.0000    400.00%
59639.64/3012.68	c      3013          15490           0        20          60.0000          12.0000    400.00%
59749.23/3018.13	c      3018          15490           0        20          60.0000          12.0000    400.00%
59848.35/3023.16	c      3023          15490           0        20          60.0000          12.0000    400.00%
59956.74/3028.63	c      3029          15491           1        20          60.0000          12.0000    400.00%
60055.84/3033.67	c      3034          17236          47        20          60.0000          12.0000    400.00%
60156.94/3038.72	c      3039          18906          44        20          60.0000          12.0000    400.00%
60256.06/3043.78	c      3044          20562          41        20          60.0000          12.0000    400.00%
60357.17/3048.81	c      3049          21858         577        20          60.0000          12.0000    400.00%
60456.23/3053.85	c      3054          23365         388        20          60.0000          12.0000    400.00%
60567.04/3059.47	c      3059          23961         617        20          60.0000          12.0000    400.00%
60668.08/3064.52	c      3065          23961         617        20          60.0000          12.0000    400.00%
60769.18/3069.67	c      3070          23961         617        20          60.0000          12.0000    400.00%
60872.12/3074.84	c      3075          23961         617        20          60.0000          12.0000    400.00%
60971.25/3079.88	c      3080          23961         617        20          60.0000          12.0000    400.00%
61107.83/3086.79	c      3087          23961         617        20          60.0000          12.0000    400.00%
61238.51/3093.36	c      3093          23961         617        20          60.0000          12.0000    400.00%
61352.31/3099.06	c      3099          23961         617        20          60.0000          12.0000    400.00%
61460.31/3104.52	c      3105          23961         617        20          60.0000          12.0000    400.00%
61593.02/3111.22	c      3111          23961         617        20          60.0000          12.0000    400.00%
61699.89/3116.68	c      3117          23961         617        20          60.0000          12.0000    400.00%
61800.95/3121.76	c      3122          23961         617        20          60.0000          12.0000    400.00%
61901.95/3126.81	c      3127          23961         617        20          60.0000          12.0000    400.00%
62003.12/3131.98	c      3132          23961         617        20          60.0000          12.0000    400.00%
62107.04/3137.17	c      3137          23961         617        20          60.0000          12.0000    400.00%
62205.92/3142.19	c      3142          23961         617        20          60.0000          12.0000    400.00%
62308.20/3147.33	c      3147          23961         617        20          60.0000          12.0000    400.00%
62411.25/3152.52	c      3153          23961         617        20          60.0000          12.0000    400.00%
62518.16/3157.98	c      3158          23961         617        20          60.0000          12.0000    400.00%
62619.60/3163.08	c      3163          23961         617        20          60.0000          12.0000    400.00%
62722.16/3168.23	c      3168          24852         406        20          60.0000          12.0000    400.00%
62837.74/3174.12	c      3174          25379         405        20          60.0000          12.0000    400.00%
62939.01/3179.18	c      3179          27814         392        20          60.0000          12.0000    400.00%
63046.92/3184.66	c      3185          28749           0        20          60.0000          12.0000    400.00%
63148.03/3189.75	c      3190          28749           0        20          60.0000          12.0000    400.00%
63255.82/3195.14	c      3195          28749           0        20          60.0000          12.0000    400.00%
63397.75/3202.34	c      3202          28749           0        20          60.0000          12.0000    400.00%
63504.78/3207.75	c      3208          28749           0        20          60.0000          12.0000    400.00%
63605.82/3212.84	c      3213          28749           0        20          60.0000          12.0000    400.00%
63718.72/3218.52	c      3219          28749           0        20          60.0000          12.0000    400.00%
63898.91/3227.68	c      3228          28749           0        20          60.0000          12.0000    400.00%
64013.88/3233.47	c      3233          28749           0        20          60.0000          12.0000    400.00%
64138.73/3239.80	c      3240          28749           0        20          60.0000          12.0000    400.00%
64259.62/3245.82	c      3246          28749           0        20          60.0000          12.0000    400.00%
64360.73/3250.91	c      3251          28749           0        20          60.0000          12.0000    400.00%
64462.43/3256.11	c      3256          28749           0        20          60.0000          12.0000    400.00%
64564.80/3261.23	c      3261          28749           0        20          60.0000          12.0000    400.00%
64667.80/3266.48	c      3266          28749           0        20          60.0000          12.0000    400.00%
64772.93/3271.73	c      3272          28749           0        20          60.0000          12.0000    400.00%
64874.05/3276.88	c      3277          28749           0        20          60.0000          12.0000    400.00%
64991.01/3282.75	c      3283          28749           0        20          60.0000          12.0000    400.00%
65113.89/3288.97	c      3289          28749           0        20          60.0000          12.0000    400.00%
65163.45/3291.42	c *    3291          28749           0        20          55.0000          12.0000    358.33%
65224.87/3294.56	c      3295          28749           0        20          55.0000          12.0000    358.33%
65341.84/3300.43	c      3300          28749           0        20          55.0000          12.0000    358.33%
65448.60/3305.85	c      3306          28749           0        20          55.0000          12.0000    358.33%
65549.67/3310.92	c      3311          28749           0        20          55.0000          12.0000    358.33%
65662.62/3316.60	c      3317          28749           0        20          55.0000          12.0000    358.33%
65772.26/3322.17	c      3322          28749           0        20          55.0000          12.0000    358.33%
65878.66/3327.53	c      3328          28749           0        20          55.0000          12.0000    358.33%
65988.20/3333.11	c      3333          28749           0        20          55.0000          12.0000    358.33%
66089.56/3338.15	c      3338          28749           0        20          55.0000          12.0000    358.33%
66203.72/3344.01	c      3344          28749           0        20          55.0000          12.0000    358.33%
66314.66/3349.55	c      3350          28749           0        20          55.0000          12.0000    358.33%
66421.65/3354.99	c      3355          28749           0        20          55.0000          12.0000    358.33%
66523.38/3360.06	c      3360          28749           0        20          55.0000          12.0000    358.33%
66625.73/3365.26	c      3365          28749           0        20          55.0000          12.0000    358.33%
66726.88/3370.33	c      3370          28749           0        20          55.0000          12.0000    358.33%
66827.97/3375.43	c      3375          28749           0        20          55.0000          12.0000    358.33%
66927.07/3380.48	c      3380          28749           0        20          55.0000          12.0000    358.33%
67028.12/3385.55	c      3386          28749           0        20          55.0000          12.0000    358.33%
67129.27/3390.66	c      3391          28749           0        20          55.0000          12.0000    358.33%
67232.35/3395.84	c      3396          28749           0        20          55.0000          12.0000    358.33%
67343.45/3401.42	c      3401          28749           0        20          55.0000          12.0000    358.33%
67472.23/3408.01	c      3408          28749           0        20          55.0000          12.0000    358.33%
67646.80/3416.70	c      3417          28749           0        20          55.0000          12.0000    358.33%
67792.32/3424.07	c      3424          28749           0        20          55.0000          12.0000    358.33%
67896.77/3429.35	c      3429          28749           0        20          55.0000          12.0000    358.33%
68007.90/3434.99	c      3435          28749           0        20          55.0000          12.0000    358.33%
68119.02/3440.52	c      3441          28749           0        20          55.0000          12.0000    358.33%
68228.88/3446.11	c      3446          28749           0        20          55.0000          12.0000    358.33%
68333.32/3451.32	c      3451          28749           0        20          55.0000          12.0000    358.33%
68444.41/3456.97	c      3457          28749           0        20          55.0000          12.0000    358.33%
68543.62/3462.02	c      3462          28749           0        20          55.0000          12.0000    358.33%
68648.78/3467.21	c      3467          28749           0        20          55.0000          12.0000    358.33%
68755.93/3472.67	c      3473          28749           0        20          55.0000          12.0000    358.33%
68857.11/3477.76	c      3478          28749           0        20          55.0000          12.0000    358.33%
68960.30/3482.91	c      3483          28749           0        20          55.0000          12.0000    358.33%
69059.52/3487.95	c      3488          28849         102        20          55.0000          12.0000    358.33%
69158.70/3493.02	c      3493          28849         102        20          55.0000          12.0000    358.33%
69260.55/3498.04	c      3498          29345         100        20          55.0000          12.0000    358.33%
69359.79/3503.06	c      3503          29946          80        20          55.0000          12.0000    358.33%
69460.86/3508.13	c      3508          30542          70        20          55.0000          12.0000    358.33%
69561.46/3513.25	c      3513          31139          69        20          55.0000          12.0000    358.33%
69662.56/3518.32	c      3518          31637          73        20          55.0000          12.0000    358.33%
69763.74/3523.48	c      3523          32325          76        20          55.0000          12.0000    358.33%
69864.92/3528.59	c      3529          32398          78        20          55.0000          12.0000    358.33%
70014.35/3536.07	c      3536          32398          78        20          55.0000          12.0000    358.33%
70162.46/3543.55	c      3544          32398          78        20          55.0000          12.0000    358.33%
70265.66/3548.72	c      3549          32398          78        20          55.0000          12.0000    358.33%
70368.85/3553.91	c      3554          32398          78        20          55.0000          12.0000    358.33%
70468.05/3559.00	c      3559          32398          78        20          55.0000          12.0000    358.33%
70571.86/3564.20	c      3564          32544          75        20          55.0000          12.0000    358.33%
70674.34/3569.37	c      3569          33176          74        20          55.0000          12.0000    358.33%
70777.45/3574.55	c      3575          33756          74        20          55.0000          12.0000    358.33%
70889.11/3580.18	c      3580          34367          69        20          55.0000          12.0000    358.33%
70991.75/3585.33	c      3585          35147          69        20          55.0000          12.0000    358.33%
71122.76/3591.94	c      3592          35147          69        20          55.0000          12.0000    358.33%
71221.99/3597.03	c      3597          35398          74        20          55.0000          12.0000    358.33%
71324.02/3602.07	c      3602          35475          78        20          55.0000          12.0000    358.33%
71426.36/3607.27	c      3607          35475          78        20          55.0000          12.0000    358.33%
71527.55/3612.33	c      3612          35476          73        20          55.0000          12.0000    358.33%
71632.70/3617.66	c      3618          36099          69        20          55.0000          12.0000    358.33%
71733.89/3622.79	c      3623          36782          71        20          55.0000          12.0000    358.33%
71836.98/3627.92	c      3628          37376          70        20          55.0000          12.0000    358.33%
71936.18/3633.01	c      3633          37848          63        20          55.0000          12.0000    358.33%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (182176 MiB free)
  memory of node 1: 193494 MiB (186548 MiB free)
  memory of node 2: 193531 MiB (187698 MiB free)
  memory of node 3: 193531 MiB (190324 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-4467580-1723246219/watcher-4467580-1723246219 -o /tmp/evaluation-result-4467580-1723246219/solver-4467580-1723246219 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723238631-532631 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467580-1723246219.opb -qsol -t 72000 -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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=540650, runsolver pid=540647
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 80.97 80.17 79.92 62/984 540651
/proc/meminfo: memFree=764605260/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=90372 memory=78316 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/stat : 540650 (fscip) R 540647 540650 532618 0 -1 4194304 17326 0 0 0 9 2 0 0 20 0 1 0 91204975 92540928 19579 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 22593 19579 2646 3035 0 18989 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 90372 KiB
Current children cumulated memory: 78316 KiB

[startup+0.219427 s]*
/proc/loadavg: 80.97 80.17 79.92 63/984 540651
/proc/meminfo: memFree=764590984/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=100408 memory=88804 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/540650/stat : 540650 (fscip) R 540647 540650 532618 0 -1 4194304 25884 0 0 0 20 3 0 0 20 0 1 0 91204975 102817792 22201 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 25102 22201 2742 3035 0 21498 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 100408 KiB
Current children cumulated memory: 88804 KiB

[startup+0.319317 s]*
/proc/loadavg: 80.97 80.17 79.92 62/984 540651
/proc/meminfo: memFree=764578716/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=114800 memory=102056 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/540650/stat : 540650 (fscip) R 540647 540650 532618 0 -1 4194304 29908 0 0 0 29 4 0 0 20 0 1 0 91204975 117555200 25514 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 28700 25514 2774 3035 0 25096 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 114800 KiB
Current children cumulated memory: 102056 KiB

[startup+0.700202 s]
/proc/loadavg: 80.97 80.17 79.92 62/984 540651
/proc/meminfo: memFree=764575056/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=117536 memory=105284 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/540650/stat : 540650 (fscip) R 540647 540650 532618 0 -1 4194304 30720 0 0 0 65 4 0 0 20 0 1 0 91204975 120356864 26321 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 29384 26321 2790 3035 0 25780 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 117536 KiB
Current children cumulated memory: 105284 KiB

[startup+1.5002 s]
/proc/loadavg: 80.97 80.17 79.92 62/984 540651
/proc/meminfo: memFree=764573124/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=119244 memory=107132 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/stat : 540650 (fscip) R 540647 540650 532618 0 -1 4194304 31143 0 0 0 145 4 0 0 20 0 1 0 91204975 122105856 26783 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 29811 26783 2790 3035 0 26207 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 119244 KiB
Current children cumulated memory: 107132 KiB

[startup+3.11971 s]
/proc/loadavg: 79.37 79.85 79.82 62/1004 540671
/proc/meminfo: memFree=764036084/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=1685604 memory=707592 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/stat : 540650 (fscip) S 540647 540650 532618 0 -1 1077936128 186206 0 0 0 284 27 0 0 20 0 21 0 91204975 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 421401 176898 2806 3035 0 227552 0
[pid=540650/tid=540652] ppid=540647 vsize=1685604 memory=352300 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/540650/task/540652/stat : 540652 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540653] ppid=540647 vsize=1685604 memory=105812 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/540650/task/540653/stat : 540653 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 3 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540654] ppid=540647 vsize=1685604 memory=30962685530996822 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/540650/task/540654/stat : 540654 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540655] ppid=540647 vsize=1685604 memory=0 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/540650/task/540655/stat : 540655 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540656] ppid=540647 vsize=1685604 memory=2237 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/540650/task/540656/stat : 540656 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540657] ppid=540647 vsize=1685604 memory=5512 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/540650/task/540657/stat : 540657 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 3 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540658] ppid=540647 vsize=1685604 memory=15776 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/540650/task/540658/stat : 540658 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540659] ppid=540647 vsize=1685604 memory=2316 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/540650/task/540659/stat : 540659 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540660] ppid=540647 vsize=1685604 memory=33000 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/540650/task/540660/stat : 540660 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540661] ppid=540647 vsize=1685604 memory=1804 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/540650/task/540661/stat : 540661 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540662] ppid=540647 vsize=1685604 memory=6048 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/540650/task/540662/stat : 540662 (fscip) S 540647 540650 532618 0 -1 1077936192 6819 0 0 0 3 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540663] ppid=540647 vsize=1685604 memory=51200 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/540650/task/540663/stat : 540663 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 3 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540664] ppid=540647 vsize=1685604 memory=104 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540664/stat : 540664 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 3 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540665] ppid=540647 vsize=1685604 memory=25932 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/540650/task/540665/stat : 540665 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 3 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540666] ppid=540647 vsize=1685604 memory=21392 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/540650/task/540666/stat : 540666 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540667] ppid=540647 vsize=1685604 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540667/stat : 540667 (fscip) R 540647 540650 532618 0 -1 4194368 3460 0 0 0 0 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540668] ppid=540647 vsize=1685604 memory=2036 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/540650/task/540668/stat : 540668 (fscip) S 540647 540650 532618 0 -1 1077936192 6821 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540669] ppid=540647 vsize=1685604 memory=31316 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/540650/task/540669/stat : 540669 (fscip) S 540647 540650 532618 0 -1 1077936192 6819 0 0 0 2 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540670] ppid=540647 vsize=1685604 memory=28568 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/540650/task/540670/stat : 540670 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 3 0 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540671] ppid=540647 vsize=1685604 memory=7312 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/540650/task/540671/stat : 540671 (fscip) S 540647 540650 532618 0 -1 1077936192 6820 0 0 0 2 1 0 0 20 0 21 0 91205206 1726058496 176898 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1685604 KiB
Current children cumulated memory: 707592 KiB

[startup+6.3013 s]
/proc/loadavg: 79.37 79.85 79.82 81/1024 540749
/proc/meminfo: memFree=761380096/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=4017116 memory=3273656 CPUtime=62.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/stat : 540650 (fscip) S 540647 540650 532618 0 -1 1077936128 933587 0 0 0 5572 690 0 0 20 0 41 0 91204975 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 51 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 1004279 818414 3014 3035 0 923925 0
[pid=540650/tid=540652] ppid=540647 vsize=4017116 memory=10544 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540652/stat : 540652 (fscip) R 540647 540650 532618 0 -1 4194368 25972 0 0 0 306 5 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540653] ppid=540647 vsize=4017116 memory=5512 CPUtime=2.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540653/stat : 540653 (fscip) R 540647 540650 532618 0 -1 4194368 49202 0 0 0 246 48 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540654] ppid=540647 vsize=4017116 memory=15776 CPUtime=2.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540654/stat : 540654 (fscip) R 540647 540650 532618 0 -1 4194368 51480 0 0 0 244 51 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540655] ppid=540647 vsize=4017116 memory=2316 CPUtime=3.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540655/stat : 540655 (fscip) R 540647 540650 532618 0 -1 4194368 25726 0 0 0 306 6 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540656] ppid=540647 vsize=4017116 memory=224227754321 CPUtime=2.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540656/stat : 540656 (fscip) R 540647 540650 532618 0 -1 4194368 65527 0 0 0 253 44 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540657] ppid=540647 vsize=4017116 memory=107132 CPUtime=2.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540657/stat : 540657 (fscip) R 540647 540650 532618 0 -1 4194368 51794 0 0 0 248 46 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540658] ppid=540647 vsize=4017116 memory=3112732 CPUtime=3.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540658/stat : 540658 (fscip) R 540647 540650 532618 0 -1 4194368 25956 0 0 0 306 6 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540659] ppid=540647 vsize=4017116 memory=30962685530996822 CPUtime=3.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540659/stat : 540659 (fscip) R 540647 540650 532618 0 -1 4194368 49218 0 0 0 256 46 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540660] ppid=540647 vsize=4017116 memory=280034016027360 CPUtime=2.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540660/stat : 540660 (fscip) R 540647 540650 532618 0 -1 4194368 52025 0 0 0 244 51 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540661] ppid=540647 vsize=4017116 memory=215637844217 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/540650/task/540661/stat : 540661 (fscip) R 540647 540650 532618 0 -1 4194368 25990 0 0 0 304 6 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540662] ppid=540647 vsize=4017116 memory=25333125866717268 CPUtime=2.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540662/stat : 540662 (fscip) R 540647 540650 532618 0 -1 4194368 51076 0 0 0 243 50 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540663] ppid=540647 vsize=4017116 memory=25333125866717268 CPUtime=2.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540663/stat : 540663 (fscip) R 540647 540650 532618 0 -1 4194368 58339 0 0 0 242 50 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540664] ppid=540647 vsize=4017116 memory=31316 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540664/stat : 540664 (fscip) R 540647 540650 532618 0 -1 4194368 25915 0 0 0 306 5 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540665] ppid=540647 vsize=4017116 memory=28568 CPUtime=2.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540665/stat : 540665 (fscip) R 540647 540650 532618 0 -1 4194368 51420 0 0 0 246 50 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540666] ppid=540647 vsize=4017116 memory=7312 CPUtime=2.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540666/stat : 540666 (fscip) R 540647 540650 532618 0 -1 4194368 51519 0 0 0 246 50 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540667] ppid=540647 vsize=4017116 memory=5512 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540667/stat : 540667 (fscip) R 540647 540650 532618 0 -1 4194368 25939 0 0 0 306 5 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540668] ppid=540647 vsize=4017116 memory=15776 CPUtime=2.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540668/stat : 540668 (fscip) R 540647 540650 532618 0 -1 4194368 58696 0 0 0 242 53 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540669] ppid=540647 vsize=4017116 memory=2316 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540669/stat : 540669 (fscip) R 540647 540650 532618 0 -1 4194368 56595 0 0 0 236 51 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540670] ppid=540647 vsize=4017116 memory=11448 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540670/stat : 540670 (fscip) R 540647 540650 532618 0 -1 4194368 25957 0 0 0 307 4 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540671] ppid=540647 vsize=4017116 memory=31792 CPUtime=2.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540671/stat : 540671 (fscip) R 540647 540650 532618 0 -1 4194368 51724 0 0 0 245 47 0 0 20 0 41 0 91205206 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540672] ppid=540647 vsize=4017116 memory=10544 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540672/stat : 540672 (fscip) S 540647 540650 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540673] ppid=540647 vsize=4017116 memory=-6441392571056044901 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540673/stat : 540673 (fscip) S 540647 540650 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540674] ppid=540647 vsize=4017116 memory=25932 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540674/stat : 540674 (fscip) S 540647 540650 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540675] ppid=540647 vsize=4017116 memory=21392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540675/stat : 540675 (fscip) S 540647 540650 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540676] ppid=540647 vsize=4017116 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540676/stat : 540676 (fscip) S 540647 540650 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540677] ppid=540647 vsize=4017116 memory=280034015329072 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540677/stat : 540677 (fscip) S 540647 540650 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540678] ppid=540647 vsize=4017116 memory=3616443514416117933 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540678/stat : 540678 (fscip) S 540647 540650 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540679] ppid=540647 vsize=4017116 memory=3473742306900416220 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540679/stat : 540679 (fscip) S 540647 540650 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 91205290 4113526784 818414 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0

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

[pid=540650/tid=540675] ppid=540647 vsize=22301956 memory=33000 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/540650/task/540675/stat : 540675 (fscip) S 540647 540650 532618 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540676] ppid=540647 vsize=22301956 memory=11448 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/540650/task/540676/stat : 540676 (fscip) S 540647 540650 532618 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540677] ppid=540647 vsize=22301956 memory=198340509722 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/540650/task/540677/stat : 540677 (fscip) S 540647 540650 532618 0 -1 1077936192 212 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540678] ppid=540647 vsize=22301956 memory=11448 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/540650/task/540678/stat : 540678 (fscip) S 540647 540650 532618 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540679] ppid=540647 vsize=22301956 memory=8323350987516068516 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540679/stat : 540679 (fscip) S 540647 540650 532618 0 -1 1077936192 192 0 0 0 4 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540680] ppid=540647 vsize=22301956 memory=17238860 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/540650/task/540680/stat : 540680 (fscip) S 540647 540650 532618 0 -1 1077936192 172 0 0 0 0 3 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540681] ppid=540647 vsize=22301956 memory=17054820 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/540650/task/540681/stat : 540681 (fscip) S 540647 540650 532618 0 -1 1077936192 174 0 0 0 0 3 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540682] ppid=540647 vsize=22301956 memory=11448 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/540650/task/540682/stat : 540682 (fscip) S 540647 540650 532618 0 -1 1077936192 252 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540683] ppid=540647 vsize=22301956 memory=17132232 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/540650/task/540683/stat : 540683 (fscip) S 540647 540650 532618 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540684] ppid=540647 vsize=22301956 memory=10544 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/540650/task/540684/stat : 540684 (fscip) S 540647 540650 532618 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540685] ppid=540647 vsize=22301956 memory=17041028 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/540650/task/540685/stat : 540685 (fscip) S 540647 540650 532618 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540686] ppid=540647 vsize=22301956 memory=11448 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/540650/task/540686/stat : 540686 (fscip) S 540647 540650 532618 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540687] ppid=540647 vsize=22301956 memory=17239632 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/540650/task/540687/stat : 540687 (fscip) S 540647 540650 532618 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540688] ppid=540647 vsize=22301956 memory=28648 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/540650/task/540688/stat : 540688 (fscip) S 540647 540650 532618 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540689] ppid=540647 vsize=22301956 memory=6916 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540689/stat : 540689 (fscip) S 540647 540650 532618 0 -1 1077936192 141 0 0 0 4 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540690] ppid=540647 vsize=22301956 memory=11448 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/540650/task/540690/stat : 540690 (fscip) S 540647 540650 532618 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540691] ppid=540647 vsize=22301956 memory=17239632 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540691/stat : 540691 (fscip) S 540647 540650 532618 0 -1 1077936192 179 0 0 0 4 0 0 0 20 0 41 0 91205290 22837202944 4309908 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
Current children cumulated CPU time: 70932.2 s
Current children cumulated vsize: 22301956 KiB
Current children cumulated memory: 17239632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.14 s]
/proc/loadavg: 60.41 69.12 75.77 61/978 542805
/proc/meminfo: memFree=732864180/790760804 swapFree=131071996/131071996
[pid=540650] ppid=540647 vsize=22236420 memory=17271700 CPUtime=72000.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/stat : 540650 (fscip) S 540647 540650 532618 0 -1 1077936128 43509354 0 0 0 7192485 7554 0 0 20 0 41 0 91204975 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
/proc/540650/statm: 5559105 4317925 3030 3035 0 5475530 0
[pid=540650/tid=540652] ppid=540647 vsize=22236420 memory=33000 CPUtime=3602.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540652/stat : 540652 (fscip) R 540647 540650 532618 0 -1 4194368 921947 0 0 0 360105 98 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540653] ppid=540647 vsize=22236420 memory=25333125866717268 CPUtime=3602.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540653/stat : 540653 (fscip) R 540647 540650 532618 0 -1 4194368 2429584 0 0 0 359844 447 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540654] ppid=540647 vsize=22236420 memory=280034020105312 CPUtime=3602.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540654/stat : 540654 (fscip) R 540647 540650 532618 0 -1 4194368 3216769 0 0 0 359579 676 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540655] ppid=540647 vsize=22236420 memory=280034015396976 CPUtime=3585.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540655/stat : 540655 (fscip) R 540647 540650 532618 0 -1 4194368 1130147 0 0 0 358456 127 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540656] ppid=540647 vsize=22236420 memory=280034016345376 CPUtime=3602.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540656/stat : 540656 (fscip) R 540647 540650 532618 0 -1 4194368 2309973 0 0 0 359958 319 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540657] ppid=540647 vsize=22236420 memory=4644354296676354 CPUtime=3595.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540657/stat : 540657 (fscip) R 540647 540650 532618 0 -1 4194368 3290162 0 0 0 358888 621 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540658] ppid=540647 vsize=22236420 memory=17264228 CPUtime=3605.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540658/stat : 540658 (fscip) R 540647 540650 532618 0 -1 4194368 1086667 0 0 0 360385 118 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540659] ppid=540647 vsize=22236420 memory=280034017478064 CPUtime=3601.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540659/stat : 540659 (fscip) R 540647 540650 532618 0 -1 4194368 1750357 0 0 0 359779 322 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540660] ppid=540647 vsize=22236420 memory=1399094042500829555 CPUtime=3600.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540660/stat : 540660 (fscip) R 540647 540650 532618 0 -1 4194368 3739820 0 0 0 359361 691 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540661] ppid=540647 vsize=22236420 memory=17263564 CPUtime=3593.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540661/stat : 540661 (fscip) R 540647 540650 532618 0 -1 4194368 1017796 0 0 0 359233 115 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540662] ppid=540647 vsize=22236420 memory=280034016434032 CPUtime=3604.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540662/stat : 540662 (fscip) R 540647 540650 532618 0 -1 4194368 2082613 0 0 0 360031 417 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540663] ppid=540647 vsize=22236420 memory=0 CPUtime=3602.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540663/stat : 540663 (fscip) R 540647 540650 532618 0 -1 4194368 3110930 0 0 0 359582 632 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540664] ppid=540647 vsize=22236420 memory=17261568 CPUtime=3604.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540664/stat : 540664 (fscip) R 540647 540650 532618 0 -1 4194368 991383 0 0 0 360323 112 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540665] ppid=540647 vsize=22236420 memory=280034015306592 CPUtime=3601.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540665/stat : 540665 (fscip) R 540647 540650 532618 0 -1 4194368 2280754 0 0 0 359786 401 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540666] ppid=540647 vsize=22236420 memory=25333125866717268 CPUtime=3604.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540666/stat : 540666 (fscip) R 540647 540650 532618 0 -1 4194368 3392750 0 0 0 359815 670 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540667] ppid=540647 vsize=22236420 memory=107132 CPUtime=3586.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540667/stat : 540667 (fscip) R 540647 540650 532618 0 -1 4194368 1205039 0 0 0 358463 138 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540668] ppid=540647 vsize=22236420 memory=7090246 CPUtime=3602.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540668/stat : 540668 (fscip) R 540647 540650 532618 0 -1 4194368 2260240 0 0 0 359856 426 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540669] ppid=540647 vsize=22236420 memory=280034015334176 CPUtime=3593.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540669/stat : 540669 (fscip) R 540647 540650 532618 0 -1 4194368 3378999 0 0 0 358651 656 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540670] ppid=540647 vsize=22236420 memory=280034018246320 CPUtime=3601.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540670/stat : 540670 (fscip) R 540647 540650 532618 0 -1 4194368 1206725 0 0 0 360060 133 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540671] ppid=540647 vsize=22236420 memory=280034016482096 CPUtime=3604.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540671/stat : 540671 (fscip) R 540647 540650 532618 0 -1 4194368 2633160 0 0 0 360012 413 0 0 20 0 41 0 91205206 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540672] ppid=540647 vsize=22236420 memory=6944656592455350634 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/540650/task/540672/stat : 540672 (fscip) S 540647 540650 532618 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540673] ppid=540647 vsize=22236420 memory=17132232 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540673/stat : 540673 (fscip) S 540647 540650 532618 0 -1 1077936192 213 0 0 0 4 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540674] ppid=540647 vsize=22236420 memory=17274620 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/540650/task/540674/stat : 540674 (fscip) S 540647 540650 532618 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540675] ppid=540647 vsize=22236420 memory=10544 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/540650/task/540675/stat : 540675 (fscip) S 540647 540650 532618 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540676] ppid=540647 vsize=22236420 memory=5512 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/540650/task/540676/stat : 540676 (fscip) S 540647 540650 532618 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540677] ppid=540647 vsize=22236420 memory=280034015253600 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/540650/task/540677/stat : 540677 (fscip) S 540647 540650 532618 0 -1 1077936192 215 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540678] ppid=540647 vsize=22236420 memory=17179780 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/540650/task/540678/stat : 540678 (fscip) S 540647 540650 532618 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540679] ppid=540647 vsize=22236420 memory=3300 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540679/stat : 540679 (fscip) S 540647 540650 532618 0 -1 1077936192 195 0 0 0 4 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540680] ppid=540647 vsize=22236420 memory=2264 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/540650/task/540680/stat : 540680 (fscip) S 540647 540650 532618 0 -1 1077936192 175 0 0 0 0 3 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540681] ppid=540647 vsize=22236420 memory=0 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/540650/task/540681/stat : 540681 (fscip) S 540647 540650 532618 0 -1 1077936192 176 0 0 0 0 3 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540682] ppid=540647 vsize=22236420 memory=17173800 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/540650/task/540682/stat : 540682 (fscip) S 540647 540650 532618 0 -1 1077936192 255 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540683] ppid=540647 vsize=22236420 memory=17123772 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/540650/task/540683/stat : 540683 (fscip) S 540647 540650 532618 0 -1 1077936192 181 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540684] ppid=540647 vsize=22236420 memory=2208 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/540650/task/540684/stat : 540684 (fscip) S 540647 540650 532618 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540685] ppid=540647 vsize=22236420 memory=17270532 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/540650/task/540685/stat : 540685 (fscip) S 540647 540650 532618 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540686] ppid=540647 vsize=22236420 memory=10544 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/540650/task/540686/stat : 540686 (fscip) S 540647 540650 532618 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540687] ppid=540647 vsize=22236420 memory=5512 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/540650/task/540687/stat : 540687 (fscip) S 540647 540650 532618 0 -1 1077936192 265 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540688] ppid=540647 vsize=22236420 memory=15776 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/540650/task/540688/stat : 540688 (fscip) S 540647 540650 532618 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540689] ppid=540647 vsize=22236420 memory=358741 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540689/stat : 540689 (fscip) S 540647 540650 532618 0 -1 1077936192 142 0 0 0 4 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540690] ppid=540647 vsize=22236420 memory=358339 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540690/stat : 540690 (fscip) S 540647 540650 532618 0 -1 1077936192 175 0 0 0 4 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
[pid=540650/tid=540691] ppid=540647 vsize=22236420 memory=358291 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/540650/task/540691/stat : 540691 (fscip) S 540647 540650 532618 0 -1 1077936192 182 0 0 0 4 0 0 0 20 0 41 0 91205290 22770094080 4317925 809668444160 4194304 16622877 140720791980528 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27459584 140720791983081 140720791983197 140720791983197 140720791990223 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 22236420 KiB
Current children cumulated memory: 17271700 KiB

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

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

# cumulated CPU time of all completed processes:  user=71925.1 s, system=76.0642 s

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

[startup+3636.4 s]
/proc/loadavg: 60.41 69.12 75.77 42/939 542805
/proc/meminfo: memFree=736460044/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.6 s]
/proc/loadavg: 60.41 69.12 75.77 42/939 542805
/proc/meminfo: memFree=736460044/790760804 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): 3636.68
CPU time (s): 72001.2
CPU user time (s): 71925.1
CPU system time (s): 76.0642
CPU usage (%): 1979.86
Max. virtual memory (cumulated for all children) (KiB): 22498480
Max. memory (cumulated for all children) (KiB): 17275028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71925.1
system time used= 76.0642
maximum resident set size= 17275028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43509362
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= 840216
involuntary context switches= 327468


# summary of solver processes directly reported to runsolver:
#   pid: 540650
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71925.1
#   total CPU system time (s): 76.0642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.1569 second user time and 82.9508 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 01:30:19
IDJOB=4467580
IDBENCH=158395
IDSOLVER=3097
FILE ID=nodeD105/4467580-1723246219
RUNJOBID= nodeD105-1723238631-532631
SLURM_JOB_ID= 8266908
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug6.5.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467580-1723246219/watcher-4467580-1723246219 -o /tmp/evaluation-result-4467580-1723246219/solver-4467580-1723246219 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723238631-532631 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467580-1723246219.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=1911813151

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        764671548 kB
MemAvailable:   768639708 kB
Buffers:          948548 kB
Cached:          6310488 kB
SwapCached:            0 kB
Active:          1297692 kB
Inactive:       21591224 kB
Active(anon):       2176 kB
Inactive(anon): 15658420 kB
Active(file):    1295516 kB
Inactive(file):  5932804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29412 kB
Writeback:             0 kB
AnonPages:      15629644 kB
Mapped:           135376 kB
Shmem:             30728 kB
KReclaimable:     319084 kB
Slab:             737424 kB
SReclaimable:     319084 kB
SUnreclaim:       418340 kB
KernelStack:       16896 kB
PageTables:        43776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2425124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           839808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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:      919552 kB
DirectMap2M:    120164352 kB
DirectMap1G:    684720128 kB

Free space on /tmp at the end= 8622832 MiB
End job on nodeD105 at 2024-08-10 02:30:55