Trace number 4467587

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep6.5.opb
MD5SUMbb1eb546b1769ca27e4515a55d388d8e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2078.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26661
Number of constraints which are cardinality constraints (but not clauses)235
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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 = 96425722, getVmSize() = 83668992, SCIPgetMemUsed() = 52054092, SCIPgetMemTotal() = 59753580, SCIPgetMemExternEstim() = 36672142
0.00/0.09	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
2.28/2.31	c ** Estimated virtualMemUsedAtSolver = 143682930, getVmSize() = 207364096, SCIPgetMemUsed() = 130949630, SCIPgetMemTotal() = 178852254, SCIPgetMemExternEstim() = 36672142
2.28/2.31	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
2.28/2.31	c Original Problem   :
2.28/2.31	c   Problem name     : instance-4467587-1723245910
2.28/2.31	c   Variables        : 9324 (9324 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.31	c   Constraints      : 28660
2.28/2.31	c   Objective sense  : minimize
2.28/2.31	c Presolved Problem  :
2.28/2.31	c   Variables        : 9253 (9253 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.31	c   Constraints      : 26530
2.28/2.31	c Constraints        : Number
2.28/2.31	c   knapsack         : 1103 
2.28/2.31	c   setppc           : 15510 
2.28/2.31	c   linear           : 28 
2.28/2.31	c   logicor          : 9889 
2.28/2.31	c ** Instance transfer method used: 0
2.28/2.35	c ** ParaScipInstance copy does not increase the number of variables. **
3.11/3.12	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.11/3.12	c                                Nodes    Active                                            
3.11/3.12	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
30.63/4.62	c *       5              0           1        20         211.0000                -          -
9407.26/477.94	c *     478              0           1        20         204.0000                -          -
9407.26/477.94	c       478              0           1        20         204.0000                -          -
11036.19/560.26	c *     560              0           1        20         189.0000                -          -
11036.19/560.26	c       560              0           1        20         189.0000                -          -
11074.44/562.17	c *     562              0           1        20         182.0000                -          -
13334.04/676.15	c *     676              0           1        20         177.0000                -          -
13334.04/676.15	c       676              0           1        20         177.0000                -          -
13577.52/688.42	c       688              2           1        20         177.0000          12.0000          -
13724.38/695.83	c       696              3           2        20         177.0000          12.0000          -
13837.51/701.51	c       702             11          10        20         177.0000          12.0000          -
13938.68/706.64	c       707             11          10        20         177.0000          12.0000          -
14222.34/721.03	c *     721             11          10        20         165.0000          12.0000          -
14222.34/721.03	c       721             11          10        20         165.0000          12.0000          -
14372.97/728.51	c       729             11          10        20         165.0000          12.0000          -
14476.15/733.75	c       734             11          10        20         165.0000          12.0000          -
14733.99/746.80	c       747             12          11        20         165.0000          12.0000          -
14839.90/752.08	c       752             13          12        20         165.0000          12.0000          -
14983.94/759.35	c       759             13          12        20         165.0000          12.0000          -
15033.57/761.80	c *     762             13          12        20         158.0000          12.0000          -
15164.57/768.48	c       768             15          14        20         158.0000          12.0000          -
15319.22/776.27	c       776             15          14        20         158.0000          12.0000          -
15449.81/782.86	c       783             15          14        20         158.0000          12.0000          -
15529.12/786.85	c *     787             15          14        20         153.0000          12.0000          -
15582.69/789.58	c       790             15          14        20         153.0000          12.0000          -
15715.44/796.24	c *     796             16          15        20         146.0000          12.0000          -
15715.44/796.24	c       796             16          15        20         146.0000          12.0000          -
15887.73/804.96	c       805             16          15        20         146.0000          12.0000          -
15991.51/810.20	c       810             19          18        20         146.0000          12.0000          -
16093.73/815.31	c       815             20          19        20         146.0000          12.0000          -
16200.82/820.77	c       821             20          19        20         146.0000          12.0000          -
16351.22/828.38	c       828             23          22        20         146.0000          12.0000          -
16577.06/839.78	c *     840             26          25        20         138.0000          12.0000          -
16577.06/839.78	c       840             26          25        20         138.0000          12.0000          -
16705.68/846.21	c *     846             26          25        20         133.0000          12.0000          -
16705.68/846.21	c       846             26          25        20         133.0000          12.0000          -
16808.42/851.42	c       851             27          26        20         133.0000          12.0000          -
17036.39/862.93	c       863             27          26        20         133.0000          12.0000          -
17044.30/863.37	c *     863             27          26        20         123.0000          12.0000          -
17191.07/870.74	c       871             29          28        20         123.0000          12.0000          -
17320.15/877.28	c       877             29          28        20         123.0000          12.0000          -
17358.30/879.13	c *     879             29          28        20         114.0000          12.0000          -
17534.78/888.10	c       888             29          28        20         114.0000          12.0000          -
17690.73/895.92	c       896             29          28        20         114.0000          12.0000          -
17966.33/909.81	c       910             29          28        20         114.0000          12.0000          -
18067.49/914.99	c       915             29          28        20         114.0000          12.0000          -
18178.58/920.58	c       921             29          28        20         114.0000          12.0000          -
18335.13/928.49	c       928             29          28        20         114.0000          12.0000          -
18364.89/929.96	c *     930             29          28        20         111.0000          12.0000          -
18473.96/935.43	c       935             29          28        20         111.0000          12.0000          -
18602.78/941.90	c       942             29          28        20         111.0000          12.0000          -
18672.18/945.47	c *     945             29          28        20          99.0000          12.0000          -
18726.36/948.18	c       948             29          28        20          99.0000          12.0000          -
18850.61/954.41	c       954             29          28        20          99.0000          12.0000          -
18977.56/960.86	c       961             29          28        20          99.0000          12.0000          -
19191.64/971.60	c       972             29          28        20          99.0000          12.0000          -
19245.19/974.37	c *     974             29          28        20          92.0000          12.0000          -
19296.79/976.94	c *     977             29          28        20          89.0000          12.0000          -
19296.79/976.94	c       977             29          28        20          89.0000          12.0000          -
19409.71/982.69	c       983             29          28        20          89.0000          12.0000          -
19554.57/990.00	c       990             29          28        20          89.0000          12.0000          -
20149.33/1020.01	c      1020             29          28        20          89.0000          12.0000          -
20157.25/1020.39	c *    1020             29          28        20          77.0000          12.0000          -
20359.58/1030.53	c      1031             29          28        20          77.0000          12.0000          -
20498.47/1037.56	c      1038             29          28        20          77.0000          12.0000          -
20518.31/1038.55	c *    1039             29          28        20          55.0000          12.0000    358.33%
20738.54/1049.68	c      1050             29          28        20          55.0000          12.0000    358.33%
20873.43/1056.48	c      1056             29          28        20          55.0000          12.0000    358.33%
21012.25/1063.48	c      1063             29          28        20          55.0000          12.0000    358.33%
21258.28/1075.84	c      1076             29          28        20          55.0000          12.0000    358.33%
21397.03/1082.89	c      1083             29          28        20          55.0000          12.0000    358.33%
21542.11/1090.15	c      1090             29          28        20          55.0000          12.0000    358.33%
21644.54/1095.34	c      1095             29          28        20          55.0000          12.0000    358.33%
21771.57/1101.78	c      1102             29          28        20          55.0000          12.0000    358.33%
21904.39/1108.42	c      1108             29          28        20          55.0000          12.0000    358.33%
22005.50/1113.57	c      1114             29          28        20          55.0000          12.0000    358.33%
22117.32/1119.18	c      1119             29          28        20          55.0000          12.0000    358.33%
22269.36/1126.80	c      1127             29          28        20          55.0000          12.0000    358.33%
22452.23/1136.04	c      1136             29          28        20          55.0000          12.0000    358.33%
22596.24/1143.32	c      1143             29          28        20          55.0000          12.0000    358.33%
22715.32/1149.34	c      1149             29          28        20          55.0000          12.0000    358.33%
22885.87/1157.90	c      1158             29          28        20          55.0000          12.0000    358.33%
23010.89/1164.21	c      1164             29          28        20          55.0000          12.0000    358.33%
23199.16/1173.75	c      1174             29          28        20          55.0000          12.0000    358.33%
23308.24/1179.22	c      1179             29          28        20          55.0000          12.0000    358.33%
23441.05/1185.95	c      1186             29          28        20          55.0000          12.0000    358.33%
23573.97/1192.61	c      1193             29          28        20          55.0000          12.0000    358.33%
23730.71/1200.59	c      1201             29          28        20          55.0000          12.0000    358.33%
23964.72/1212.34	c      1212             29          28        20          55.0000          12.0000    358.33%
24075.82/1218.03	c      1218             29          28        20          55.0000          12.0000    358.33%
24192.84/1223.87	c      1224             29          28        20          55.0000          12.0000    358.33%
24327.82/1230.70	c      1231             29          28        20          55.0000          12.0000    358.33%
24495.09/1239.13	c      1239             29          28        20          55.0000          12.0000    358.33%
24596.16/1244.14	c      1244             29          28        20          55.0000          12.0000    358.33%
24803.67/1254.67	c      1255             29          28        20          55.0000          12.0000    358.33%
24911.32/1260.07	c      1260             29          28        20          55.0000          12.0000    358.33%
25090.02/1269.10	c      1269             29          28        20          55.0000          12.0000    358.33%
25290.26/1279.17	c      1279             29          28        20          55.0000          12.0000    358.33%
25390.64/1284.26	c      1284             29          28        20          55.0000          12.0000    358.33%
25509.62/1290.24	c      1290             29          28        20          55.0000          12.0000    358.33%
25620.72/1295.86	c      1296             29          28        20          55.0000          12.0000    358.33%
25721.92/1301.03	c      1301             29          28        20          55.0000          12.0000    358.33%
25845.63/1307.17	c      1307             29          28        20          55.0000          12.0000    358.33%
26158.43/1322.91	c      1323             29          28        20          55.0000          12.0000    358.33%
26313.22/1330.74	c      1331             29          28        20          55.0000          12.0000    358.33%
26452.06/1337.73	c      1338             29          28        20          55.0000          12.0000    358.33%
26795.81/1355.11	c      1355             29          28        20          55.0000          12.0000    358.33%
26908.32/1360.72	c      1361             29          28        20          55.0000          12.0000    358.33%
27011.52/1365.92	c      1366             29          28        20          55.0000          12.0000    358.33%
27132.86/1372.06	c      1372             29          28        20          55.0000          12.0000    358.33%
27333.21/1382.15	c      1382             29          28        20          55.0000          12.0000    358.33%
27498.95/1390.57	c      1391             29          28        20          55.0000          12.0000    358.33%
27707.84/1401.10	c      1401             29          28        20          55.0000          12.0000    358.33%
27851.98/1408.35	c      1408             29          28        20          55.0000          12.0000    358.33%
28124.44/1422.03	c      1422             31          30        20          55.0000          12.0000    358.33%
28278.63/1429.83	c      1430             32          31        20          55.0000          12.0000    358.33%
28377.87/1434.85	c      1435             32          31        20          55.0000          12.0000    358.33%
28512.84/1441.69	c      1442             33          32        20          55.0000          12.0000    358.33%
28685.48/1450.30	c      1450             33          32        20          55.0000          12.0000    358.33%
28788.72/1455.57	c      1456             35          34        20          55.0000          12.0000    358.33%
28975.26/1464.99	c      1465             37          36        20          55.0000          12.0000    358.33%
29173.63/1474.92	c      1475             38          37        20          55.0000          12.0000    358.33%
29292.68/1481.01	c      1481             42          41        20          55.0000          12.0000    358.33%
29396.42/1486.19	c      1486             45          44        20          55.0000          12.0000    358.33%
29520.55/1492.48	c      1492             50          49        20          55.0000          12.0000    358.33%
29649.41/1498.97	c      1499             50          49        20          55.0000          12.0000    358.33%
29756.46/1504.30	c      1504             50          49        20          55.0000          12.0000    358.33%
29855.63/1509.31	c      1509             50          49        20          55.0000          12.0000    358.33%
29956.76/1514.47	c      1514             51          50        20          55.0000          12.0000    358.33%
30088.51/1521.12	c      1521             53          52        20          55.0000          12.0000    358.33%
30194.72/1526.48	c      1526             55          54        20          55.0000          12.0000    358.33%
30311.71/1532.35	c      1532             55          54        20          55.0000          12.0000    358.33%
30442.54/1538.98	c      1539             55          54        20          55.0000          12.0000    358.33%
30567.48/1545.29	c      1545             56          55        20          55.0000          12.0000    358.33%
30708.34/1552.31	c      1552             57          56        20          55.0000          12.0000    358.33%
30817.47/1557.86	c      1558             57          56        20          55.0000          12.0000    358.33%
30921.20/1563.12	c      1563             59          58        20          55.0000          12.0000    358.33%
31023.78/1568.25	c      1568             61          60        20          55.0000          12.0000    358.33%
31126.93/1573.48	c      1573             61          60        20          55.0000          12.0000    358.33%
31241.99/1579.27	c      1579             61          60        20          55.0000          12.0000    358.33%
31345.17/1584.47	c      1584             61          60        20          55.0000          12.0000    358.33%
31466.20/1590.52	c      1591             65          64        20          55.0000          12.0000    358.33%
31581.30/1596.33	c      1596             66          65        20          55.0000          12.0000    358.33%
31811.48/1607.95	c      1608             66          65        20          55.0000          12.0000    358.33%
31918.59/1613.37	c      1613             66          65        20          55.0000          12.0000    358.33%
32023.58/1618.65	c      1619             68          67        20          55.0000          12.0000    358.33%
32173.13/1626.17	c      1626             69          68        20          55.0000          12.0000    358.33%
32297.21/1632.48	c      1632             70          69        20          55.0000          12.0000    358.33%
32424.17/1638.89	c      1639             70          69        20          55.0000          12.0000    358.33%
32530.06/1644.19	c      1644             70          69        20          55.0000          12.0000    358.33%
32662.13/1650.86	c      1651             73          72        20          55.0000          12.0000    358.33%
32800.92/1657.82	c      1658             73          72        20          55.0000          12.0000    358.33%
32899.92/1662.87	c      1663             73          72        20          55.0000          12.0000    358.33%
33010.95/1668.44	c      1668             74          73        20          55.0000          12.0000    358.33%
33118.04/1673.90	c      1674             74          73        20          55.0000          12.0000    358.33%
33219.20/1678.96	c      1679             74          73        20          55.0000          12.0000    358.33%
33330.27/1684.50	c      1685             74          73        20          55.0000          12.0000    358.33%
33481.65/1692.16	c      1692             74          73        20          55.0000          12.0000    358.33%
33582.22/1697.28	c      1697             74          73        20          55.0000          12.0000    358.33%
33715.04/1703.92	c      1704             74          73        20          55.0000          12.0000    358.33%
33834.08/1709.95	c      1710             74          73        20          55.0000          12.0000    358.33%
33978.95/1717.28	c      1717             75          74        20          55.0000          12.0000    358.33%
34107.88/1723.75	c      1724             76          75        20          55.0000          12.0000    358.33%
34211.03/1728.92	c      1729             81          80        20          55.0000          12.0000    358.33%
34337.96/1735.34	c      1735             82          81        20          55.0000          12.0000    358.33%
34454.80/1741.25	c      1741             88          87        20          55.0000          12.0000    358.33%
34561.75/1746.63	c      1747             88          87        20          55.0000          12.0000    358.33%
34686.72/1752.92	c      1753             88          87        20          55.0000          12.0000    358.33%
34891.02/1763.29	c      1763             88          87        20          55.0000          12.0000    358.33%
34997.85/1768.65	c      1769             88          87        20          55.0000          12.0000    358.33%
35108.83/1774.28	c      1774             89          88        20          55.0000          12.0000    358.33%
35221.75/1779.96	c      1780             89          88        20          55.0000          12.0000    358.33%
35345.60/1786.18	c      1786             89          88        20          55.0000          12.0000    358.33%
35459.67/1792.02	c      1792             89          88        20          55.0000          12.0000    358.33%
35561.45/1797.12	c      1797             90          89        20          55.0000          12.0000    358.33%
35663.77/1802.27	c      1802             91          90        20          55.0000          12.0000    358.33%
35768.79/1807.55	c      1808             92          91        20          55.0000          12.0000    358.33%
35867.65/1812.56	c      1813             92          91        20          55.0000          12.0000    358.33%
35968.74/1817.67	c      1818             93          92        20          55.0000          12.0000    358.33%
36089.72/1823.72	c      1824             95          94        20          55.0000          12.0000    358.33%
36192.93/1828.93	c      1829             95          94        20          55.0000          12.0000    358.33%
36300.09/1834.38	c      1834             95          94        20          55.0000          12.0000    358.33%
36403.32/1839.57	c      1840             95          94        20          55.0000          12.0000    358.33%
36528.01/1845.82	c      1846             95          94        20          55.0000          12.0000    358.33%
36676.81/1853.37	c      1853             95          94        20          55.0000          12.0000    358.33%
36778.14/1858.46	c      1858             97          96        20          55.0000          12.0000    358.33%
36900.99/1864.65	c      1865             98          97        20          55.0000          12.0000    358.33%
37006.14/1869.94	c      1870            100          99        20          55.0000          12.0000    358.33%
37105.32/1875.01	c      1875            101         100        20          55.0000          12.0000    358.33%
37254.11/1882.50	c      1883            102         101        20          55.0000          12.0000    358.33%
37366.06/1888.05	c      1888            102         101        20          55.0000          12.0000    358.33%
37472.30/1893.46	c      1893            102         101        20          55.0000          12.0000    358.33%
37601.17/1899.97	c      1900            102         101        20          55.0000          12.0000    358.33%
37720.04/1905.90	c      1906            104         103        20          55.0000          12.0000    358.33%
37827.11/1911.35	c      1911            105         104        20          55.0000          12.0000    358.33%
37965.94/1918.33	c      1918            105         104        20          55.0000          12.0000    358.33%
38065.11/1923.38	c      1923            108         107        20          55.0000          12.0000    358.33%
38178.84/1929.08	c      1929            108         107        20          55.0000          12.0000    358.33%
38340.73/1937.28	c      1937            108         107        20          55.0000          12.0000    358.33%
38441.78/1942.39	c      1942            110         109        20          55.0000          12.0000    358.33%
38572.66/1948.98	c      1949            110         109        20          55.0000          12.0000    358.33%
38674.68/1954.10	c      1954            112         111        20          55.0000          12.0000    358.33%
38790.75/1960.01	c      1960            113         112        20          55.0000          12.0000    358.33%
38892.70/1965.06	c      1965            115         114        20          55.0000          12.0000    358.33%
39004.89/1970.76	c      1971            115         114        20          55.0000          12.0000    358.33%
39108.04/1975.97	c      1976            115         114        20          55.0000          12.0000    358.33%
39209.83/1981.04	c      1981            115         114        20          55.0000          12.0000    358.33%
39311.09/1986.18	c      1986            115         114        20          55.0000          12.0000    358.33%
39413.52/1991.31	c      1991            117         116        20          55.0000          12.0000    358.33%
39544.42/1998.00	c      1998            118         117        20          55.0000          12.0000    358.33%
39646.22/2003.08	c      2003            118         117        20          55.0000          12.0000    358.33%
39747.18/2008.19	c      2008            118         117        20          55.0000          12.0000    358.33%
39899.28/2015.87	c      2016            118         117        20          55.0000          12.0000    358.33%
40000.42/2020.98	c      2021            118         117        20          55.0000          12.0000    358.33%
40109.47/2026.42	c      2026            121         120        20          55.0000          12.0000    358.33%
40212.17/2031.66	c      2032            121         120        20          55.0000          12.0000    358.33%
40317.07/2036.97	c      2037            121         120        20          55.0000          12.0000    358.33%
40425.92/2042.44	c      2042            121         120        20          55.0000          12.0000    358.33%
40526.66/2047.53	c      2048            121         120        20          55.0000          12.0000    358.33%
40631.20/2052.89	c      2053            123         122        20          55.0000          12.0000    358.33%
40744.07/2058.56	c      2059            123         122        20          55.0000          12.0000    358.33%
40866.60/2064.79	c      2065            124         123        20          55.0000          12.0000    358.33%
40981.40/2070.59	c      2071            125         124        20          55.0000          12.0000    358.33%
41096.13/2076.36	c      2076            125         124        20          55.0000          12.0000    358.33%
41214.65/2082.33	c      2082            125         124        20          55.0000          12.0000    358.33%
41321.50/2087.78	c      2088            125         124        20          55.0000          12.0000    358.33%
41422.31/2092.86	c      2093            125         124        20          55.0000          12.0000    358.33%
41574.53/2100.52	c      2101            125         124        20          55.0000          12.0000    358.33%
41691.12/2106.43	c      2106            126         125        20          55.0000          12.0000    358.33%
41825.45/2113.27	c      2113            129         128        20          55.0000          12.0000    358.33%
41930.29/2118.55	c      2119            129         128        20          55.0000          12.0000    358.33%
42029.19/2123.58	c      2124            129         128        20          55.0000          12.0000    358.33%
42130.14/2128.68	c      2129            129         128        20          55.0000          12.0000    358.33%
42233.11/2133.83	c      2134           8754           0        20          55.0000          12.1111    354.13%
42334.08/2138.93	c      2139           8754           0        20          55.0000          12.1111    354.13%
42433.06/2144.01	c      2144           8754           0        20          55.0000          12.1111    354.13%
42565.77/2150.67	c      2151           8754           0        20          55.0000          12.1111    354.13%
42664.70/2155.69	c      2156           8754           0        20          55.0000          12.1111    354.13%
42767.77/2160.84	c      2161           8754           0        20          55.0000          12.1111    354.13%
42906.45/2167.89	c      2168           8754           0        20          55.0000          12.1111    354.13%
43033.39/2174.28	c      2174           8754           0        20          55.0000          12.1111    354.13%
43134.58/2179.38	c      2179           8754           0        20          55.0000          12.1111    354.13%
43245.54/2184.99	c      2185           8754           0        20          55.0000          12.1111    354.13%
43344.62/2190.04	c      2190           9245         277        20          55.0000          12.1111    354.13%
43446.21/2195.12	c      2195          11096         547        20          55.0000          12.1111    354.13%
43547.29/2200.17	c      2200          13179         493        20          55.0000          12.1111    354.13%
43655.59/2205.67	c      2206          13988         495        20          55.0000          12.1111    354.13%
43770.62/2211.50	c      2212          13988         495        20          55.0000          12.1111    354.13%
43875.79/2216.73	c      2217          14247         498        20          55.0000          12.1111    354.13%
43978.90/2221.99	c      2222          15002         494        20          55.0000          12.1111    354.13%
44087.86/2227.48	c      2227          15002         494        20          55.0000          12.1111    354.13%
44199.58/2233.04	c      2233          15002         494        20          55.0000          12.1111    354.13%
44309.83/2238.66	c      2239          15002         494        20          55.0000          12.1111    354.13%
44466.22/2246.55	c      2247          15002         494        20          55.0000          12.1111    354.13%
44575.93/2252.11	c      2252          15002         494        20          55.0000          12.1111    354.13%
44676.97/2257.13	c      2257          15002         494        20          55.0000          12.1111    354.13%
44787.47/2262.74	c      2263          15002         494        20          55.0000          12.1111    354.13%
44888.59/2267.80	c      2268          15436         492        20          55.0000          12.1111    354.13%
44989.66/2272.90	c      2273          15745           0        20          55.0000          12.1111    354.13%
45088.84/2277.99	c      2278          15745           0        20          55.0000          12.1111    354.13%
45195.90/2283.30	c      2283          15745           0        20          55.0000          12.1111    354.13%
45297.02/2288.47	c      2288          15745           0        20          55.0000          12.1111    354.13%
45398.02/2293.55	c      2294          15745           0        20          55.0000          12.1111    354.13%
45502.90/2298.80	c      2299            136         131        20          55.0000          12.2500    348.98%
45608.59/2304.14	c      2304            136         131        20          55.0000          12.2500    348.98%
45718.94/2309.77	c      2310            137         132        20          55.0000          12.2500    348.98%
45822.00/2314.93	c      2315            139         134        20          55.0000          12.2500    348.98%
45923.90/2320.09	c      2320            139         134        20          55.0000          12.2500    348.98%
46024.95/2325.19	c      2325            139         134        20          55.0000          12.2500    348.98%
46127.16/2330.38	c      2330            139         134        20          55.0000          12.2500    348.98%
46228.18/2335.49	c      2336            140         135        20          55.0000          12.2500    348.98%
46345.25/2341.33	c      2341            142         137        20          55.0000          12.2500    348.98%
46448.63/2346.53	c      2347            142         137        20          55.0000          12.2500    348.98%
46551.66/2351.74	c      2352            142         137        20          55.0000          12.2500    348.98%
46654.84/2356.94	c      2357            142         137        20          55.0000          12.2500    348.98%
46761.99/2362.35	c      2362            142         137        20          55.0000          12.2500    348.98%
46863.18/2367.42	c      2367            143         138        20          55.0000          12.2500    348.98%
46964.38/2372.52	c      2373            143         138        20          55.0000          12.2500    348.98%
47067.59/2377.77	c      2378          15745           0        20          55.0000          15.4563    255.84%
47175.48/2383.17	c      2383          15745           0        20          55.0000          15.4563    255.84%
47327.70/2390.84	c      2391          15745           0        20          55.0000          15.4563    255.84%
47440.88/2396.53	c      2397          15745           0        20          55.0000          15.4563    255.84%
47547.86/2401.94	c      2402          15745           0        20          55.0000          15.4563    255.84%
47700.71/2409.69	c      2410          15745           0        20          55.0000          15.4563    255.84%
47831.67/2416.30	c      2416          15745           0        20          55.0000          15.4563    255.84%
47964.64/2422.92	c      2423          15745           0        20          55.0000          15.4563    255.84%
48077.71/2428.70	c      2429          15745           0        20          55.0000          15.4563    255.84%
48185.67/2434.13	c      2434          15746           1        20          55.0000          15.4563    255.84%
48286.63/2439.18	c      2439          16847          50        20          55.0000          15.4563    255.84%
48397.01/2444.73	c      2445          17573          49        20          55.0000          15.4563    255.84%
48496.19/2449.79	c      2450          18197          54        20          55.0000          15.4563    255.84%
48597.38/2454.85	c      2455          18839          49        20          55.0000          15.4563    255.84%
48698.58/2459.94	c      2460          19512          52        20          55.0000          15.4563    255.84%
48797.78/2465.02	c      2465          20248          55        20          55.0000          15.4563    255.84%
48899.60/2470.08	c      2470          20873          50        20          55.0000          15.4563    255.84%
49000.68/2475.18	c      2475          21520          54        20          55.0000          15.4563    255.84%
49101.08/2480.25	c      2480          22116          48        20          55.0000          15.4563    255.84%
49202.22/2485.32	c      2485          22664          53        20          55.0000          15.4563    255.84%
49303.45/2490.41	c      2490          23337          50        20          55.0000          15.4563    255.84%
49406.61/2495.64	c      2496          23838          47        20          55.0000          15.4563    255.84%
49507.73/2500.70	c      2501          24474          50        20          55.0000          15.4563    255.84%
49606.77/2505.77	c      2506          25122          49        20          55.0000          15.4563    255.84%
49707.96/2510.85	c      2511          25692          50        20          55.0000          15.4563    255.84%
49807.14/2515.86	c      2516          26207          56        20          55.0000          15.4563    255.84%
49908.30/2520.94	c      2521          26436           0        20          55.0000          15.4563    255.84%
50007.51/2525.99	c      2526          26436           0        20          55.0000          15.4563    255.84%
50109.15/2531.10	c      2531          26436           0        20          55.0000          15.4563    255.84%
50210.49/2536.14	c      2536          26436           0        20          55.0000          15.4563    255.84%
50309.57/2541.19	c      2541          26436           0        20          55.0000          15.4563    255.84%
50410.19/2546.25	c      2546          26436           0        20          55.0000          15.4563    255.84%
50513.44/2551.49	c      2552          26436           0        20          55.0000          15.4563    255.84%
50622.61/2557.01	c      2557          26436           0        20          55.0000          15.4563    255.84%
50724.56/2562.08	c      2562          26436           0        20          55.0000          15.4563    255.84%
50834.87/2567.61	c      2568          26436           0        20          55.0000          15.4563    255.84%
50942.68/2573.12	c      2573          26436           0        20          55.0000          15.4563    255.84%
51053.16/2578.64	c      2579          26436           0        20          55.0000          15.4563    255.84%
51152.36/2583.69	c      2584          26436           0        20          55.0000          15.4563    255.84%
51253.46/2588.74	c      2589          26436           0        20          55.0000          15.4563    255.84%
51352.64/2593.79	c      2594          26436           0        20          55.0000          15.4563    255.84%
51453.82/2598.85	c      2599          26436           0        20          55.0000          15.4563    255.84%
51562.93/2604.38	c      2604          26436           0        20          55.0000          15.4563    255.84%
51664.11/2609.40	c      2609          26436           0        20          55.0000          15.4563    255.84%
51763.31/2614.49	c      2614          26436           0        20          55.0000          15.4563    255.84%
51862.45/2619.49	c      2620          26436           0        20          55.0000          15.6821    250.72%
51963.50/2624.52	c      2625          26436           0        20          55.0000          15.6821    250.72%
52064.65/2629.65	c      2630          26436           0        20          55.0000          15.6821    250.72%
52169.78/2634.90	c      2635          26436           0        20          55.0000          15.6821    250.72%
52268.97/2639.95	c      2640          26436           0        20          55.0000          15.6821    250.72%
52368.16/2645.01	c      2645          26436           0        20          55.0000          15.6821    250.72%
52473.25/2650.21	c      2650          26436           0        20          55.0000          15.6821    250.72%
52590.93/2656.17	c      2656          28689          58        20          55.0000          15.6821    250.72%
52691.24/2661.22	c      2661          31088          46        20          55.0000          15.6821    250.72%
52790.45/2666.27	c      2666          33405          41        20          55.0000          15.6821    250.72%
52891.59/2671.32	c      2671          35645          49        20          55.0000          15.6821    250.72%
52990.79/2676.37	c      2676          37920          43        20          55.0000          15.6821    250.72%
53101.94/2682.01	c      2682          38328          47        20          55.0000          15.6821    250.72%
53219.00/2687.83	c      2688          38328          47        20          55.0000          15.6821    250.72%
53320.24/2692.92	c      2693          38329          46        20          55.0000          15.6821    250.72%
53424.04/2698.15	c      2698          38550          40        20          55.0000          15.6821    250.72%
53524.71/2703.20	c      2703          38550          40        20          55.0000          15.6821    250.72%
53623.93/2708.25	c      2708          38550          40        20          55.0000          15.6821    250.72%
53725.11/2713.31	c      2713          38550          40        20          55.0000          15.6821    250.72%
53824.32/2718.34	c      2718          38550          40        20          55.0000          15.6821    250.72%
53923.46/2723.37	c      2723          38550          40        20          55.0000          15.6821    250.72%
54040.50/2729.29	c      2729          38550          40        20          55.0000          15.6821    250.72%
54141.68/2734.36	c      2734          38550          40        20          55.0000          15.6821    250.72%
54268.71/2740.73	c      2741          27464           0        20          55.0000          16.0000    243.75%
54407.63/2747.72	c      2748          27464           0        20          55.0000          16.0000    243.75%
54524.73/2753.64	c      2754          27464           0        20          55.0000          16.0000    243.75%
54632.48/2759.10	c      2759          27464           0        20          55.0000          16.0000    243.75%
54745.06/2764.74	c      2765          27464           0        20          55.0000          16.0000    243.75%
54848.25/2769.95	c      2770          28463          35        20          55.0000          16.0000    243.75%
54947.51/2774.95	c      2775          29151          34        20          55.0000          16.0000    243.75%
55049.26/2780.03	c      2780          30086          36        20          55.0000          16.0000    243.75%
55150.80/2785.17	c      2785          30975          35        20          55.0000          16.0000    243.75%
55251.17/2790.28	c      2790          31730          33        20          55.0000          16.0000    243.75%
55352.41/2795.38	c      2795          32648          30        20          55.0000          16.0000    243.75%
55453.66/2800.45	c      2800          33760           0        20          55.0000          18.0000    205.56%
55554.88/2805.58	c      2806          33760           0        20          55.0000          18.0000    205.56%
55656.11/2810.64	c      2811          33760           0        20          55.0000          18.0000    205.56%
55757.32/2815.73	c      2816          33760           0        20          55.0000          18.0000    205.56%
55858.52/2820.82	c      2821          33760           0        20          55.0000          18.0000    205.56%
55957.74/2825.85	c      2826          33760           0        20          55.0000          18.0000    205.56%
56061.73/2831.12	c      2831          33760           0        20          55.0000          18.0000    205.56%
56162.87/2836.18	c      2836          33760           0        20          55.0000          18.0000    205.56%
56263.63/2841.23	c      2841          33760           0        20          55.0000          18.0000    205.56%
56362.68/2846.28	c      2846          33760           0        20          55.0000          18.0000    205.56%
56463.92/2851.36	c      2851          34795          40        20          55.0000          18.0000    205.56%
56565.31/2856.48	c      2856          35866          35        20          55.0000          18.0000    205.56%
56666.34/2861.59	c      2862          36527          35        20          55.0000          18.0000    205.56%
56769.50/2866.71	c      2867          37192          33        20          55.0000          18.0000    205.56%
56878.61/2872.21	c      2872          38060          31        20          55.0000          18.0000    205.56%
56983.77/2877.51	c      2878          38880          28        20          55.0000          18.0000    205.56%
57083.19/2882.55	c      2883          39385          37        20          55.0000          18.0000    205.56%
57188.14/2887.86	c      2888          40188          37        20          55.0000          18.0000    205.56%
57289.28/2893.00	c      2893          40802          30        20          55.0000          18.0000    205.56%
57391.03/2898.10	c      2898          41429          26        20          55.0000          18.0000    205.56%
57493.51/2903.28	c      2903          42009          32        20          55.0000          18.0000    205.56%
57594.69/2908.37	c      2908          42782          27        20          55.0000          18.0000    205.56%
57695.89/2913.43	c      2913          43659          27        20          55.0000          18.0000    205.56%
57795.23/2918.50	c      2918          44275          36        20          55.0000          18.0000    205.56%
57900.30/2923.71	c      2924          44736          27        20          55.0000          18.0000    205.56%
58001.49/2928.88	c      2929          45281          36        20          55.0000          18.0000    205.56%
58102.67/2933.98	c      2934          45627          37        20          55.0000          18.0000    205.56%
58204.64/2939.04	c      2939          45995          24        20          55.0000          18.0000    205.56%
58309.01/2944.33	c      2944          46447          34        20          55.0000          18.0000    205.56%
58410.19/2949.41	c      2949          46915          32        20          55.0000          18.0000    205.56%
58513.30/2954.61	c      2955          47211          24        20          55.0000          18.0000    205.56%
58614.40/2959.72	c      2960          47972          26        20          55.0000          18.0000    205.56%
58715.58/2964.84	c      2965          48522          26        20          55.0000          18.0000    205.56%
58814.75/2969.85	c      2970          48948          25        20          55.0000          18.0000    205.56%
58913.91/2974.88	c      2975          49428          33        20          55.0000          18.0000    205.56%
59021.00/2980.28	c      2980          49949          26        20          55.0000          18.0000    205.56%
59124.13/2985.41	c      2985          50384          26        20          55.0000          18.0000    205.56%
59225.30/2990.52	c      2991          51006          25        20          55.0000          18.0000    205.56%
59324.46/2995.55	c      2996          51413          24        20          55.0000          18.0000    205.56%
59425.58/3000.67	c      3001          52110          27        20          55.0000          18.0000    205.56%
59530.67/3005.95	c      3006          52895          25        20          55.0000          18.0000    205.56%
59632.49/3011.12	c      3011          53601          37        20          55.0000          18.0000    205.56%
59734.87/3016.24	c      3016          54126          36        20          55.0000          18.0000    205.56%
59836.00/3021.34	c      3021          54696          21        20          55.0000          18.0000    205.56%
59937.16/3026.41	c      3026          50841           0        20          55.0000          19.0000    189.47%
60042.30/3031.73	c      3032          50841           0        20          55.0000          19.0000    189.47%
60143.40/3036.87	c      3037          50841           0        20          55.0000          19.0000    189.47%
60244.60/3041.91	c      3042          50841           0        20          55.0000          19.0000    189.47%
60355.72/3047.54	c      3048          50841           0        20          55.0000          19.0000    189.47%
60462.81/3052.95	c      3053          50841           0        20          55.0000          19.0000    189.47%
60564.77/3058.04	c      3058          50841           0        20          55.0000          19.0000    189.47%
60665.65/3063.14	c      3063          50841           0        20          55.0000          19.0000    189.47%
60766.16/3068.21	c      3068          50841           0        20          55.0000          19.0000    189.47%
60889.17/3074.46	c      3074          50841           0        20          55.0000          19.0000    189.47%
61026.04/3081.30	c      3081          50841           0        20          55.0000          19.0000    189.47%
61129.18/3086.51	c      3087          51478          48        20          55.0000          19.0000    189.47%
61232.26/3091.72	c      3092          52525          43        20          55.0000          19.0000    189.47%
61331.43/3096.78	c      3097          53479          41        20          55.0000          19.0000    189.47%
61432.59/3101.83	c      3102          54253          42        20          55.0000          19.0000    189.47%
61531.78/3106.88	c      3107          55009          39        20          55.0000          19.0000    189.47%
61632.96/3111.93	c      3112          55665          39        20          55.0000          19.0000    189.47%
61732.11/3116.98	c      3117          56332          40        20          55.0000          19.0000    189.47%
61831.28/3122.00	c      3122          56779          35        20          55.0000          19.0000    189.47%
61933.06/3127.11	c      3127          57329          44        20          55.0000          19.0000    189.47%
62034.11/3132.15	c      3132          57873          35        20          55.0000          19.0000    189.47%
62134.61/3137.20	c      3137          58461          34        20          55.0000          19.0000    189.47%
62233.79/3142.26	c      3142          59023          36        20          55.0000          19.0000    189.47%
62335.01/3147.32	c      3147          59559          34        20          55.0000          19.0000    189.47%
62436.20/3152.44	c      3152          60149          41        20          55.0000          19.0000    189.47%
62535.37/3157.48	c      3157          60650          37        20          55.0000          19.0000    189.47%
62638.52/3162.63	c      3163          61222          31        20          55.0000          19.0000    189.47%
62739.63/3167.75	c      3168          61738          39        20          55.0000          19.0000    189.47%
62840.73/3172.88	c      3173          62341          34        20          55.0000          19.0000    189.47%
62941.82/3177.98	c      3178          62899          39        20          55.0000          19.0000    189.47%
63045.43/3183.18	c      3183          63358          33        20          55.0000          19.0000    189.47%
63145.97/3188.25	c      3188          63917          41        20          55.0000          19.0000    189.47%
63247.09/3193.34	c      3193          64486          35        20          55.0000          19.0000    189.47%
63350.20/3198.51	c      3199          65021          37        20          55.0000          19.0000    189.47%
63449.35/3203.58	c      3204          65552          39        20          55.0000          19.0000    189.47%
63550.47/3208.69	c      3209          65956          34        20          55.0000          19.0000    189.47%
63651.61/3213.77	c      3214          66431          42        20          55.0000          19.0000    189.47%
63752.78/3218.84	c      3219          66944          37        20          55.0000          19.0000    189.47%
63853.96/3223.92	c      3224          67468          38        20          55.0000          19.0000    189.47%
63953.13/3228.97	c      3229          67895          34        20          55.0000          19.0000    189.47%
64052.35/3234.02	c      3234          68351          35        20          55.0000          19.0000    189.47%
64154.09/3239.11	c      3239          68853          41        20          55.0000          19.0000    189.47%
64255.59/3244.19	c      3244          69351          34        20          55.0000          19.0000    189.47%
64355.98/3249.24	c      3249          69802          37        20          55.0000          19.0000    189.47%
64455.22/3254.29	c      3254          70292          38        20          55.0000          19.0000    189.47%
64558.38/3259.40	c      3259          70798          34        20          55.0000          19.0000    189.47%
64657.59/3264.48	c      3264          71339          34        20          55.0000          19.0000    189.47%
64758.72/3269.57	c      3270          71904          49        20          55.0000          19.0000    189.47%
64859.84/3274.64	c      3275          72317          32        20          55.0000          19.0000    189.47%
64960.98/3279.71	c      3280          72696          34        20          55.0000          19.0000    189.47%
65060.09/3284.79	c      3285          73261          35        20          55.0000          19.0000    189.47%
65161.22/3289.84	c      3290          73777          34        20          55.0000          19.0000    189.47%
65260.39/3294.89	c      3295          74258          39        20          55.0000          19.0000    189.47%
65361.69/3299.99	c      3300          74859          38        20          55.0000          19.0000    189.47%
65463.50/3305.06	c      3305          75383          36        20          55.0000          19.0000    189.47%
65567.89/3310.33	c      3310          75933          33        20          55.0000          19.0000    189.47%
65667.11/3315.40	c      3315          76388          33        20          55.0000          19.0000    189.47%
65768.35/3320.49	c      3320          76923          32        20          55.0000          19.0000    189.47%
65869.57/3325.57	c      3326          77432          30        20          55.0000          19.0000    189.47%
65970.74/3330.65	c      3331          77982          38        20          55.0000          19.0000    189.47%
66069.97/3335.69	c      3336          78488          40        20          55.0000          19.0000    189.47%
66173.14/3340.88	c      3341          78995          36        20          55.0000          19.0000    189.47%
66274.38/3345.98	c      3346          79464          32        20          55.0000          19.0000    189.47%
66376.27/3351.06	c      3351          79970          38        20          55.0000          19.0000    189.47%
66477.51/3356.19	c      3356          80440          36        20          55.0000          19.0000    189.47%
66579.86/3361.32	c      3361          80887          32        20          55.0000          19.0000    189.47%
66680.98/3366.42	c      3366          81392          33        20          55.0000          19.0000    189.47%
66782.15/3371.56	c      3372          81938          34        20          55.0000          19.0000    189.47%
66883.34/3376.62	c      3377          82431          37        20          55.0000          19.0000    189.47%
66982.56/3381.67	c      3382          82838          34        20          55.0000          19.0000    189.47%
67085.77/3386.85	c      3387          83379          34        20          55.0000          19.0000    189.47%
67186.99/3391.95	c      3392          83851          35        20          55.0000          19.0000    189.47%
67288.85/3397.05	c      3397          84173          33        20          55.0000          19.0000    189.47%
67389.89/3402.19	c      3402          84727          35        20          55.0000          19.0000    189.47%
67490.60/3407.26	c      3407          85197          28        20          55.0000          19.0000    189.47%
67595.80/3412.54	c      3413          85727          30        20          55.0000          19.0000    189.47%
67695.01/3417.60	c      3418          86215          31        20          55.0000          19.0000    189.47%
67796.22/3422.66	c      3423          86753          42        20          55.0000          19.0000    189.47%
67897.43/3427.79	c      3428          87245          34        20          55.0000          19.0000    189.47%
67998.64/3432.84	c      3433          87681          34        20          55.0000          19.0000    189.47%
68097.84/3437.88	c      3438          88083          42        20          55.0000          19.0000    189.47%
68201.80/3443.13	c      3443          88526          33        20          55.0000          19.0000    189.47%
68304.24/3448.21	c      3448          88981          37        20          55.0000          19.0000    189.47%
68405.44/3453.31	c      3453          89440          33        20          55.0000          19.0000    189.47%
68506.71/3458.40	c      3458          89874          44        20          55.0000          19.0000    189.47%
68606.00/3463.45	c      3463          90412          41        20          55.0000          19.0000    189.47%
68707.32/3468.50	c      3469          90917          38        20          55.0000          19.0000    189.47%
68806.66/3473.55	c      3474          91374          45        20          55.0000          19.0000    189.47%
68909.97/3478.78	c      3479          91842          37        20          55.0000          19.0000    189.47%
69011.26/3483.85	c      3484          92179          33        20          55.0000          19.0000    189.47%
69120.59/3489.32	c      3489          92560           0        20          55.0000          19.0000    189.47%
69221.66/3494.42	c      3494          92560           0        20          55.0000          19.0000    189.47%
69320.90/3499.47	c      3499          92560           0        20          55.0000          19.0000    189.47%
69422.15/3504.54	c      3505          92560           0        20          55.0000          19.0000    189.47%
69521.38/3509.59	c      3510          92560           0        20          55.0000          19.0000    189.47%
69622.62/3514.69	c      3515          92560           0        20          55.0000          19.0000    189.47%
69723.91/3519.74	c      3520          92560           0        20          55.0000          19.0000    189.47%
69825.21/3524.86	c      3525          92560           0        20          55.0000          19.0000    189.47%
69926.51/3529.92	c      3530          92560           0        20          55.0000          19.0000    189.47%
70028.59/3535.04	c      3535          92560           0        20          55.0000          19.0000    189.47%
70127.78/3540.13	c      3540          92560           0        20          55.0000          19.0000    189.47%
70228.95/3545.14	c      3545          92560           0        20          55.0000          19.0000    189.47%
70329.62/3550.25	c      3550          92560           0        20          55.0000          19.0000    189.47%
70430.88/3555.33	c      3555          92560           0        20          55.0000          19.0000    189.47%
70530.07/3560.39	c      3560          92560           0        20          55.0000          19.0000    189.47%
70631.35/3565.45	c      3565          92560           0        20          55.0000          19.0000    189.47%
70738.48/3570.90	c      3571          92560           0        20          55.0000          19.0000    189.47%
70842.37/3576.09	c      3576          92560           0        20          55.0000          19.0000    189.47%
70943.71/3581.14	c      3581          92560           0        20          55.0000          19.0000    189.47%
71046.20/3586.30	c      3586          92560           0        20          55.0000          19.0000    189.47%
71149.47/3591.53	c      3592          92560           0        20          55.0000          19.0000    189.47%
71250.66/3596.66	c      3597          92560           0        20          55.0000          19.0000    189.47%
71351.84/3601.70	c      3602          92560           0        20          55.0000          19.0000    189.47%
71453.13/3606.87	c      3607          92560           0        20          55.0000          19.0000    189.47%
71552.45/3611.89	c      3612          92560           0        20          55.0000          19.0000    189.47%
71653.76/3617.02	c      3617          92560           0        20          55.0000          19.0000    189.47%
71755.65/3622.09	c      3622          92560           0        20          55.0000          19.0000    189.47%
71858.30/3627.21	c      3627          92560           0        20          55.0000          19.0000    189.47%
71959.62/3632.40	c      3632          92560           0        20          55.0000          19.0000    189.47%

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 (163390 MiB free)
  memory of node 1: 193531 MiB (166728 MiB free)
  memory of node 2: 193531 MiB (172389 MiB free)
  memory of node 3: 193493 MiB (177233 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-4467587-1723245910/watcher-4467587-1723245910 -o /tmp/evaluation-result-4467587-1723245910/solver-4467587-1723245910 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723237719-554653 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467587-1723245910.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100102 s]*
/proc/loadavg: 78.63 80.10 80.12 62/989 562334
/proc/meminfo: memFree=695992812/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=87020 memory=74888 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) R 562330 562333 554643 0 -1 4194304 16362 0 0 0 9 2 0 0 20 0 1 0 91173698 89108480 18722 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 21755 18722 2646 3035 0 18151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 87020 KiB
Current children cumulated memory: 74888 KiB

[startup+0.219055 s]*
/proc/loadavg: 78.63 80.10 80.12 63/989 562334
/proc/meminfo: memFree=695974592/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=103148 memory=91376 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) R 562330 562333 554643 0 -1 4194304 24602 0 0 0 20 3 0 0 20 0 1 0 91173698 105623552 22844 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 25787 22844 2742 3035 0 22183 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 103148 KiB
Current children cumulated memory: 91376 KiB

[startup+0.31906 s]*
/proc/loadavg: 78.63 80.10 80.12 62/989 562334
/proc/meminfo: memFree=695967888/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=112360 memory=99948 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) R 562330 562333 554643 0 -1 4194304 27676 0 0 0 29 4 0 0 20 0 1 0 91173698 115056640 24987 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 28090 24987 2790 3035 0 24486 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 112360 KiB
Current children cumulated memory: 99948 KiB

[startup+0.700184 s]
/proc/loadavg: 77.30 79.80 80.02 62/989 562334
/proc/meminfo: memFree=695962888/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=114756 memory=102060 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) R 562330 562333 554643 0 -1 4194304 28191 0 0 0 65 4 0 0 20 0 1 0 91173698 117510144 25515 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 28689 25515 2790 3035 0 25085 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 114756 KiB
Current children cumulated memory: 102060 KiB

[startup+1.50019 s]
/proc/loadavg: 77.30 79.80 80.02 62/989 562334
/proc/meminfo: memFree=695959436/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=116464 memory=103644 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) R 562330 562333 554643 0 -1 4194304 28614 0 0 0 144 4 0 0 20 0 1 0 91173698 119259136 25911 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 29116 25911 2790 3035 0 25512 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 116464 KiB
Current children cumulated memory: 103644 KiB

[startup+3.11947 s]
/proc/loadavg: 77.30 79.80 80.02 62/1009 562356
/proc/meminfo: memFree=695192364/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=1687056 memory=715544 CPUtime=3.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) S 562330 562333 554643 0 -1 1077936128 184861 0 0 0 284 27 0 0 20 0 21 0 91173698 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 421764 178886 2806 3035 0 230254 0
[pid=562333/tid=562337] ppid=562330 vsize=1687056 memory=354708 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562337/stat : 562337 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562338] ppid=562330 vsize=1687056 memory=102324 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562338/stat : 562338 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562339] ppid=562330 vsize=1687056 memory=29273809900535888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562339/stat : 562339 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562340] ppid=562330 vsize=1687056 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562340/stat : 562340 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562341] ppid=562330 vsize=1687056 memory=2371 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562341/stat : 562341 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562342] ppid=562330 vsize=1687056 memory=5440 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562342/stat : 562342 (fscip) S 562330 562333 554643 0 -1 1077936192 6789 0 0 0 3 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562343] ppid=562330 vsize=1687056 memory=16108 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562343/stat : 562343 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562344] ppid=562330 vsize=1687056 memory=2212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562344/stat : 562344 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562345] ppid=562330 vsize=1687056 memory=52808 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562345/stat : 562345 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 3 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562346] ppid=562330 vsize=1687056 memory=1952 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562346/stat : 562346 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562347] ppid=562330 vsize=1687056 memory=1852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562347/stat : 562347 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562348] ppid=562330 vsize=1687056 memory=33108 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562348/stat : 562348 (fscip) S 562330 562333 554643 0 -1 1077936192 6787 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562349] ppid=562330 vsize=1687056 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562349/stat : 562349 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 3 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562350] ppid=562330 vsize=1687056 memory=25992 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562350/stat : 562350 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 3 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562351] ppid=562330 vsize=1687056 memory=104 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562351/stat : 562351 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562352] ppid=562330 vsize=1687056 memory=6232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562352/stat : 562352 (fscip) S 562330 562333 554643 0 -1 1077936192 6788 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562353] ppid=562330 vsize=1687056 memory=19860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562353/stat : 562353 (fscip) R 562330 562333 554643 0 -1 4194368 6189 0 0 0 2 1 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562354] ppid=562330 vsize=1687056 memory=31988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562354/stat : 562354 (fscip) S 562330 562333 554643 0 -1 1077936192 6787 0 0 0 3 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562355] ppid=562330 vsize=1687056 memory=28720 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562355/stat : 562355 (fscip) S 562330 562333 554643 0 -1 1077936192 6786 0 0 0 3 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562356] ppid=562330 vsize=1687056 memory=7384 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562356/stat : 562356 (fscip) S 562330 562333 554643 0 -1 1077936192 6787 0 0 0 2 0 0 0 20 0 21 0 91173930 1727545344 178886 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1687056 KiB
Current children cumulated memory: 715544 KiB

[startup+6.30361 s]
/proc/loadavg: 77.51 79.80 80.02 81/1027 562376
/proc/meminfo: memFree=692147180/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=4013664 memory=3164072 CPUtime=63.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) S 562330 562333 554643 0 -1 1077936128 917422 0 0 0 5655 712 0 0 20 0 41 0 91173698 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 1003416 791018 2902 3035 0 897610 0
[pid=562333/tid=562337] ppid=562330 vsize=4013664 memory=494872 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562337/stat : 562337 (fscip) R 562330 562333 554643 0 -1 4194368 25890 0 0 0 309 5 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562338] ppid=562330 vsize=4013664 memory=10528 CPUtime=3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562338/stat : 562338 (fscip) R 562330 562333 554643 0 -1 4194368 50712 0 0 0 252 48 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562339] ppid=562330 vsize=4013664 memory=5440 CPUtime=3.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562339/stat : 562339 (fscip) R 562330 562333 554643 0 -1 4194368 56405 0 0 0 249 52 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562340] ppid=562330 vsize=4013664 memory=16108 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562340/stat : 562340 (fscip) R 562330 562333 554643 0 -1 4194368 25905 0 0 0 308 6 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562341] ppid=562330 vsize=4013664 memory=2212 CPUtime=3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562341/stat : 562341 (fscip) R 562330 562333 554643 0 -1 4194368 51072 0 0 0 251 49 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562342] ppid=562330 vsize=4013664 memory=280964815569536 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562342/stat : 562342 (fscip) R 562330 562333 554643 0 -1 4194368 56562 0 0 0 253 49 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562343] ppid=562330 vsize=4013664 memory=7809523440180003150 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562343/stat : 562343 (fscip) R 562330 562333 554643 0 -1 4194368 25897 0 0 0 309 5 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562344] ppid=562330 vsize=4013664 memory=0 CPUtime=3.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562344/stat : 562344 (fscip) R 562330 562333 554643 0 -1 4194368 50033 0 0 0 250 51 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562345] ppid=562330 vsize=4013664 memory=33 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562345/stat : 562345 (fscip) R 562330 562333 554643 0 -1 4194368 56401 0 0 0 251 51 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562346] ppid=562330 vsize=4013664 memory=103644 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562346/stat : 562346 (fscip) R 562330 562333 554643 0 -1 4194368 25958 0 0 0 308 6 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562347] ppid=562330 vsize=4013664 memory=3125924 CPUtime=3.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562347/stat : 562347 (fscip) R 562330 562333 554643 0 -1 4194368 51640 0 0 0 248 53 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562348] ppid=562330 vsize=4013664 memory=280964815970560 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562348/stat : 562348 (fscip) R 562330 562333 554643 0 -1 4194368 51939 0 0 0 252 50 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562349] ppid=562330 vsize=4013664 memory=29273809900535888 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562349/stat : 562349 (fscip) R 562330 562333 554643 0 -1 4194368 25896 0 0 0 309 5 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562350] ppid=562330 vsize=4013664 memory=25333125866717268 CPUtime=3.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562350/stat : 562350 (fscip) R 562330 562333 554643 0 -1 4194368 50009 0 0 0 250 51 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562351] ppid=562330 vsize=4013664 memory=280964815630976 CPUtime=3.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562351/stat : 562351 (fscip) R 562330 562333 554643 0 -1 4194368 50859 0 0 0 251 50 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562352] ppid=562330 vsize=4013664 memory=25333125866717268 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562352/stat : 562352 (fscip) R 562330 562333 554643 0 -1 4194368 25893 0 0 0 309 5 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562353] ppid=562330 vsize=4013664 memory=31988 CPUtime=3.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562353/stat : 562353 (fscip) R 562330 562333 554643 0 -1 4194368 51386 0 0 0 250 53 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562354] ppid=562330 vsize=4013664 memory=28720 CPUtime=3.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562354/stat : 562354 (fscip) R 562330 562333 554643 0 -1 4194368 51611 0 0 0 252 50 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562355] ppid=562330 vsize=4013664 memory=7384 CPUtime=3.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562355/stat : 562355 (fscip) R 562330 562333 554643 0 -1 4194368 25894 0 0 0 309 5 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562356] ppid=562330 vsize=4013664 memory=5440 CPUtime=2.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562356/stat : 562356 (fscip) R 562330 562333 554643 0 -1 4194368 57411 0 0 0 243 53 0 0 20 0 41 0 91173930 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562357] ppid=562330 vsize=4013664 memory=16108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562357/stat : 562357 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562358] ppid=562330 vsize=4013664 memory=2212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562358/stat : 562358 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562359] ppid=562330 vsize=4013664 memory=-6514292382410914668 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562359/stat : 562359 (fscip) S 562330 562333 554643 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562360] ppid=562330 vsize=4013664 memory=25992 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562360/stat : 562360 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562361] ppid=562330 vsize=4013664 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562361/stat : 562361 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562362] ppid=562330 vsize=4013664 memory=280964815688000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562362/stat : 562362 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562363] ppid=562330 vsize=4013664 memory=2417377715161578 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562363/stat : 562363 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562364] ppid=562330 vsize=4013664 memory=2417377715161578 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562364/stat : 562364 (fscip) S 562330 562333 554643 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91174011 4109991936 791018 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0

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

[pid=562333/tid=562360] ppid=562330 vsize=23664612 memory=17872420 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562360/stat : 562360 (fscip) S 562330 562333 554643 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562361] ppid=562330 vsize=23664612 memory=17873640 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562361/stat : 562361 (fscip) S 562330 562333 554643 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562362] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562362/stat : 562362 (fscip) S 562330 562333 554643 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562363] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562363/stat : 562363 (fscip) S 562330 562333 554643 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562364] ppid=562330 vsize=23664612 memory=17582316 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562364/stat : 562364 (fscip) S 562330 562333 554643 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562365] ppid=562330 vsize=23664612 memory=17871760 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562365/stat : 562365 (fscip) S 562330 562333 554643 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562366] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562366/stat : 562366 (fscip) S 562330 562333 554643 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562367] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562367/stat : 562367 (fscip) S 562330 562333 554643 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562368] ppid=562330 vsize=23664612 memory=28720 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562368/stat : 562368 (fscip) S 562330 562333 554643 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562369] ppid=562330 vsize=23664612 memory=7384 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562369/stat : 562369 (fscip) S 562330 562333 554643 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562370] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562370/stat : 562370 (fscip) S 562330 562333 554643 0 -1 1077936192 183 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562371] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562371/stat : 562371 (fscip) S 562330 562333 554643 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562372] ppid=562330 vsize=23664612 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562372/stat : 562372 (fscip) S 562330 562333 554643 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562373] ppid=562330 vsize=23664612 memory=31492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562373/stat : 562373 (fscip) S 562330 562333 554643 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562374] ppid=562330 vsize=23664612 memory=31492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562374/stat : 562374 (fscip) S 562330 562333 554643 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562375] ppid=562330 vsize=23664612 memory=17886432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562375/stat : 562375 (fscip) S 562330 562333 554643 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562376] ppid=562330 vsize=23664612 memory=17879352 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562376/stat : 562376 (fscip) S 562330 562333 554643 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 91174011 24232562688 4472084 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
Current children cumulated CPU time: 70966.8 s
Current children cumulated vsize: 23664612 KiB
Current children cumulated memory: 17888336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.4 s]
/proc/loadavg: 37.48 43.85 56.74 21/882 564575
/proc/meminfo: memFree=699878220/790760804 swapFree=131071996/131071996
[pid=562333] ppid=562330 vsize=23599076 memory=17960964 CPUtime=72001.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/stat : 562333 (fscip) S 562330 562333 554643 0 -1 1077936128 47519830 0 0 0 7191670 8464 0 0 20 0 41 0 91173698 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
/proc/562333/statm: 5899769 4490241 3334 3035 0 5772568 0
[pid=562333/tid=562337] ppid=562330 vsize=23599076 memory=6944652177228980320 CPUtime=3604.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562337/stat : 562337 (fscip) R 562330 562333 554643 0 -1 4194368 1418658 0 0 0 360351 145 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562338] ppid=562330 vsize=23599076 memory=6944656592455360604 CPUtime=3601.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562338/stat : 562338 (fscip) R 562330 562333 554643 0 -1 4194368 2037638 0 0 0 359741 365 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562339] ppid=562330 vsize=23599076 memory=6944656592455360604 CPUtime=3602.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562339/stat : 562339 (fscip) R 562330 562333 554643 0 -1 4194368 3602241 0 0 0 359455 805 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562340] ppid=562330 vsize=23599076 memory=1952 CPUtime=3596.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562340/stat : 562340 (fscip) R 562330 562333 554643 0 -1 4194368 1412966 0 0 0 359512 153 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562341] ppid=562330 vsize=23599076 memory=1852 CPUtime=3605.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562341/stat : 562341 (fscip) R 562330 562333 554643 0 -1 4194368 2998655 0 0 0 360066 518 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562342] ppid=562330 vsize=23599076 memory=33108 CPUtime=3592.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562342/stat : 562342 (fscip) R 562330 562333 554643 0 -1 4194368 3215328 0 0 0 358581 680 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562343] ppid=562330 vsize=23599076 memory=2208 CPUtime=3602.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562343/stat : 562343 (fscip) R 562330 562333 554643 0 -1 4194368 1422150 0 0 0 360154 144 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562344] ppid=562330 vsize=23599076 memory=25992 CPUtime=3602.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562344/stat : 562344 (fscip) R 562330 562333 554643 0 -1 4194368 2581156 0 0 0 359835 436 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562345] ppid=562330 vsize=23599076 memory=104 CPUtime=3598.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562345/stat : 562345 (fscip) R 562330 562333 554643 0 -1 4194368 3540636 0 0 0 359110 722 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562346] ppid=562330 vsize=23599076 memory=6232 CPUtime=3589.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562346/stat : 562346 (fscip) R 562330 562333 554643 0 -1 4194368 1400608 0 0 0 358803 139 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562347] ppid=562330 vsize=23599076 memory=19860 CPUtime=3602.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562347/stat : 562347 (fscip) R 562330 562333 554643 0 -1 4194368 2213446 0 0 0 359841 410 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562348] ppid=562330 vsize=23599076 memory=280964819507440 CPUtime=3602.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562348/stat : 562348 (fscip) R 562330 562333 554643 0 -1 4194368 3379453 0 0 0 359535 729 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562349] ppid=562330 vsize=23599076 memory=15262532180903071 CPUtime=3604.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562349/stat : 562349 (fscip) R 562330 562333 554643 0 -1 4194368 1373483 0 0 0 360277 140 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562350] ppid=562330 vsize=23599076 memory=16103680067790365 CPUtime=3603.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562350/stat : 562350 (fscip) R 562330 562333 554643 0 -1 4194368 2184942 0 0 0 359914 398 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562351] ppid=562330 vsize=23599076 memory=7019254062729396307 CPUtime=3593.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562351/stat : 562351 (fscip) R 562330 562333 554643 0 -1 4194368 3272658 0 0 0 358690 706 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562352] ppid=562330 vsize=23599076 memory=4122117444488265814 CPUtime=3603.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562352/stat : 562352 (fscip) R 562330 562333 554643 0 -1 4194368 1308550 0 0 0 360217 136 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562353] ppid=562330 vsize=23599076 memory=29273809900535888 CPUtime=3601.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562353/stat : 562353 (fscip) R 562330 562333 554643 0 -1 4194368 2572582 0 0 0 359690 411 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562354] ppid=562330 vsize=23599076 memory=8696017303131903953 CPUtime=3586.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562354/stat : 562354 (fscip) R 562330 562333 554643 0 -1 4194368 3701485 0 0 0 357870 828 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562355] ppid=562330 vsize=23599076 memory=8041344988879039954 CPUtime=3600.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562355/stat : 562355 (fscip) R 562330 562333 554643 0 -1 4194368 1343287 0 0 0 359913 139 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562356] ppid=562330 vsize=23599076 memory=5859295632217565272 CPUtime=3602.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562356/stat : 562356 (fscip) R 562330 562333 554643 0 -1 4194368 2476855 0 0 0 359806 433 0 0 20 0 41 0 91173930 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562357] ppid=562330 vsize=23599076 memory=8027762415990040416 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562357/stat : 562357 (fscip) S 562330 562333 554643 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562358] ppid=562330 vsize=23599076 memory=25992 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562358/stat : 562358 (fscip) S 562330 562333 554643 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562359] ppid=562330 vsize=23599076 memory=104 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562359/stat : 562359 (fscip) S 562330 562333 554643 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562360] ppid=562330 vsize=23599076 memory=6232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562360/stat : 562360 (fscip) S 562330 562333 554643 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562361] ppid=562330 vsize=23599076 memory=19860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562361/stat : 562361 (fscip) S 562330 562333 554643 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562362] ppid=562330 vsize=23599076 memory=31988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562362/stat : 562362 (fscip) S 562330 562333 554643 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562363] ppid=562330 vsize=23599076 memory=28720 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562363/stat : 562363 (fscip) S 562330 562333 554643 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562364] ppid=562330 vsize=23599076 memory=7384 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562364/stat : 562364 (fscip) S 562330 562333 554643 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562365] ppid=562330 vsize=23599076 memory=27608 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562365/stat : 562365 (fscip) S 562330 562333 554643 0 -1 1077936192 169 0 0 0 2 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562366] ppid=562330 vsize=23599076 memory=3736 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562366/stat : 562366 (fscip) S 562330 562333 554643 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562367] ppid=562330 vsize=23599076 memory=40232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562367/stat : 562367 (fscip) S 562330 562333 554643 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562368] ppid=562330 vsize=23599076 memory=7384 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562368/stat : 562368 (fscip) S 562330 562333 554643 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562369] ppid=562330 vsize=23599076 memory=27608 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562369/stat : 562369 (fscip) S 562330 562333 554643 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562370] ppid=562330 vsize=23599076 memory=3736 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562370/stat : 562370 (fscip) S 562330 562333 554643 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562371] ppid=562330 vsize=23599076 memory=40232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562371/stat : 562371 (fscip) S 562330 562333 554643 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562372] ppid=562330 vsize=23599076 memory=8072 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562372/stat : 562372 (fscip) S 562330 562333 554643 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562373] ppid=562330 vsize=23599076 memory=3516 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562373/stat : 562373 (fscip) S 562330 562333 554643 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562374] ppid=562330 vsize=23599076 memory=2300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562374/stat : 562374 (fscip) S 562330 562333 554643 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562375] ppid=562330 vsize=23599076 memory=1692 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562375/stat : 562375 (fscip) S 562330 562333 554643 0 -1 1077936192 169 0 0 0 2 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
[pid=562333/tid=562376] ppid=562330 vsize=23599076 memory=17960812 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/562333/task/562376/stat : 562376 (fscip) S 562330 562333 554643 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 91174011 24165453824 4490241 809668444160 4194304 16622877 140735951544736 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45674496 140735951549417 140735951549533 140735951549533 140735951556559 0
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 23599076 KiB
Current children cumulated memory: 17960964 KiB

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

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

# cumulated CPU time of all completed processes:  user=71916.9 s, system=85.1403 s

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

[startup+3634.8 s]
/proc/loadavg: 37.48 43.85 56.74 2/843 564575
/proc/meminfo: memFree=704433460/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.9 s]
/proc/loadavg: 37.48 43.85 56.74 2/843 564575
/proc/meminfo: memFree=704433460/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): 3634.92
CPU time (s): 72002.1
CPU user time (s): 71916.9
CPU system time (s): 85.1403
CPU usage (%): 1980.84
Max. virtual memory (cumulated for all children) (KiB): 23664612
Max. memory (cumulated for all children) (KiB): 17996184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71916.9
system time used= 85.1403
maximum resident set size= 17996184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47519867
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= 845123
involuntary context switches= 317372


# summary of solver processes directly reported to runsolver:
#   pid: 562333
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71916.9
#   total CPU system time (s): 85.1403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1887 second user time and 79.352 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-10 01:25:10
IDJOB=4467587
IDBENCH=158384
IDSOLVER=3097
FILE ID=nodeD103/4467587-1723245910
RUNJOBID= nodeD103-1723237719-554653
SLURM_JOB_ID= 8266907
Free space on /tmp= 8586668 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep6.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-4467587-1723245910/watcher-4467587-1723245910 -o /tmp/evaluation-result-4467587-1723245910/solver-4467587-1723245910 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723237719-554653 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467587-1723245910.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bb1eb546b1769ca27e4515a55d388d8e
RANDOM SEED=491565584

nodeD103.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		: 2140.281
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		: 2931.246
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	: 5007.12
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		: 3053.153
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	: 5012.87
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		: 3096.042
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2248.456
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		: 2931.154
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	: 5007.12
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		: 3062.666
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	: 5012.87
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		: 3096.036
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2276.331
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		: 2930.998
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	: 5007.12
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		: 3062.658
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	: 5012.87
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		: 3096.024
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2019.180
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		: 2930.852
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	: 5007.12
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		: 3051.712
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	: 5012.87
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		: 3096.020
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3585.725
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		: 2930.782
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	: 5007.12
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		: 3061.576
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	: 5012.87
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		: 3096.017
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3504.724
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		: 2930.755
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	: 5007.12
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		: 3062.514
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	: 5012.87
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		: 3096.015
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3308.693
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		: 2930.148
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	: 5007.12
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		: 3062.533
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	: 5012.87
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		: 3096.012
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3001.339
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		: 2925.873
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	: 5007.12
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		: 3063.953
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	: 5012.87
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		: 3096.012
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 3587.560
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		: 2930.654
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	: 5007.12
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		: 3063.935
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	: 5012.87
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		: 3096.009
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2656.519
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		: 2930.567
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	: 5007.12
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		: 3062.952
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	: 5012.87
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		: 3096.007
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2613.177
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		: 2896.747
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	: 5007.12
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		: 3058.531
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	: 5012.87
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		: 3096.002
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2665.217
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		: 2930.466
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	: 5007.12
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		: 3063.867
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	: 5012.87
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		: 3096.003
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2659.518
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		: 2930.480
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	: 5007.12
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		: 3063.855
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	: 5012.87
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		: 3096.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2668.303
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		: 2930.493
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	: 5007.12
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		: 3061.188
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5012.87
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		: 3096.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2659.851
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		: 2930.514
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	: 5007.12
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		: 3050.937
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	: 5012.87
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		: 3094.548
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 1727.764
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		: 2930.027
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	: 5007.12
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		: 3063.968
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	: 5012.87
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		: 3095.995
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2653.733
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		: 2930.548
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	: 5007.12
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		: 3062.598
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	: 5012.87
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		: 3095.989
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 1645.379
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		: 2930.570
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	: 5007.12
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		: 3056.382
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	: 5012.87
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		: 3095.990
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 1549.509
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		: 2929.086
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	: 5007.12
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		: 3064.258
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	: 5012.87
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		: 3095.986
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
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		: 2064.563
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		: 2930.619
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	: 5007.12
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		: 3064.322
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	: 5012.87
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		: 3095.982
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        696056736 kB
MemAvailable:   761374820 kB
Buffers:          985468 kB
Cached:         67113836 kB
SwapCached:            0 kB
Active:          9342196 kB
Inactive:       81031368 kB
Active(anon):       2132 kB
Inactive(anon): 22302860 kB
Active(file):    9340064 kB
Inactive(file): 58728508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29852 kB
Writeback:             0 kB
AnonPages:      22273028 kB
Mapped:           137116 kB
Shmem:             30728 kB
KReclaimable:    1338452 kB
Slab:            1861660 kB
SReclaimable:    1338452 kB
SUnreclaim:       523208 kB
KernelStack:       16944 kB
PageTables:        62832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3261188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           825600 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1282048 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:      770048 kB
DirectMap2M:    128702464 kB
DirectMap1G:    676331520 kB

Free space on /tmp at the end= 8586728 MiB
End job on nodeD103 at 2024-08-10 02:25:45