Trace number 4468546

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-12SAT80090 65362.4 3599.14

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64210
Best CPU time to get the best result obtained on this benchmark72000.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.11/0.15	c Default LC presolving (default).
0.11/0.15	c ** Before presolving: virtualMemUsedAtLc = 139039669, getVmSize() = 112353280, SCIPgetMemUsed() = 68856000, SCIPgetMemTotal() = 87622536, SCIPgetMemExternEstim() = 51417133
0.11/0.15	c ** set memory limit for presolving in LC to 8.79566e+12 for SCIP **
1.58/1.60	c ** Estimated virtualMemUsedAtSolver = 270867901, getVmSize() = 384155648, SCIPgetMemUsed() = 238379919, SCIPgetMemTotal() = 354884719, SCIPgetMemExternEstim() = 51417133
1.58/1.60	c ** set memory limit for solvers to 4.18776e+11 for each SCIP **
1.58/1.60	c Original Problem   :
1.58/1.60	c   Problem name     : instance-4468546-1723482837
1.58/1.60	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.60	c   Constraints      : 42620
1.58/1.60	c   Objective sense  : minimize
1.58/1.60	c Presolved Problem  :
1.58/1.60	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.60	c   Constraints      : 42620
1.58/1.60	c Constraints        : Number
1.58/1.60	c   knapsack         : 21770 
1.58/1.60	c   setppc           : 3960 
1.58/1.60	c   logicor          : 16890 
1.58/1.60	c ** Instance transfer method used: 0
1.58/1.67	c ** ParaScipInstance copy does not increase the number of variables. **
2.68/2.77	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.68/2.78	c                                Nodes    Active                                            
2.68/2.78	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
9011.95/458.15	c       458              2           1        20                -       40264.0000          -
9926.33/504.49	c       504              2           1        20                -       40264.0000          -
10062.72/511.39	c       511              3           2        20                -       40264.0000          -
10257.20/521.17	c       521              3           2        20                -       40264.0000          -
10512.23/534.10	c       534              3           2        20                -       40264.0000          -
10754.26/546.30	c       546              3           2        20                -       40264.0000          -
10874.85/552.47	c       552              3           2        20                -       40264.0000          -
10983.52/557.99	c       558              2           1        20                -       40264.0000          -
11124.61/565.07	c       565              2           1        20                -       40264.0000          -
11279.97/572.96	c       573              2           1        20                -       40264.0000          -
11404.46/579.29	c       579              2           1        20                -       40264.0000          -
11774.20/597.94	c       598              2           1        20                -       40264.0000          -
11890.59/603.86	c       604              2           1        20                -       40264.0000          -
12123.81/615.63	c       616              2           1        20                -       40264.0000          -
12343.22/626.80	c       627              2           1        20                -       40264.0000          -
12639.40/641.75	c       642              4           3        20                -       40264.0000          -
12920.05/655.99	c       656              4           3        20                -       40264.0000          -
13162.81/668.28	c       668              4           3        20                -       40264.0000          -
13285.47/674.45	c       674              4           3        20                -       40264.0000          -
13535.37/687.05	c       687              4           3        20                -       40264.0000          -
13713.10/696.07	c       696              4           3        20                -       40264.0000          -
13829.10/701.94	c       702              4           3        20                -       40264.0000          -
13933.86/707.25	c       707              4           3        20                -       40264.0000          -
14044.57/712.82	c       713              4           3        20                -       40264.0000          -
14189.69/720.17	c       720              5           4        20                -       40264.0000          -
14189.69/720.17	Racing ramp-up finished after 720.1700 seconds. Selected strategy 8.
14328.87/728.01	c       728              0           4         1                -       40264.0000          -       40264.0000          -
14401.72/733.08	c       733              0           4         1                -       40264.0000          -       40264.0000          -
14483.32/740.50	c       740              0           4         1                -       40264.0000          -       40264.0000          -
14527.52/745.53	c       746             11           6         6                -       40264.0000          -       40264.0000          -
14597.61/751.91	c       752             11           6         6                -       40264.0000          -       40264.0000          -
14660.31/758.25	c       758             11           6         6                -       40264.0000          -       40264.0000          -
14858.34/780.37	c       780             11           6         6                -       40264.0000          -       40264.0000          -
15075.06/807.51	c       808             11           6         6                -       40264.0000          -       40264.0000          -
15117.02/813.56	c       814             11           6         6                -       40264.0000          -       40264.0000          -
16002.10/961.71	c       962             13           6         6                -       40264.0000          -       40264.0000          -
16124.54/982.29	c       982             14           7         6                -       40264.0000          -       40264.0000          -
16303.21/1012.15	c      1012             16           7         6                -       40264.0000          -       40264.0000          -
16339.50/1018.20	c      1018             17           8         6                -       40264.0000          -       40264.0000          -
16423.07/1032.23	c      1032             19           8         6                -       40264.0000          -       40264.0000          -
16454.11/1037.45	c      1037             20           9         6                -       40264.0000          -       40264.0000          -
16492.31/1043.84	c      1044             21          10         6                -       40264.0000          -       40264.0000          -
16578.28/1058.29	c      1058             22          11         6                -       40264.0000          -       40264.0000          -
16669.00/1073.45	c      1073             24          13         6                -       40264.0000          -       40264.0000          -
16734.05/1084.38	c      1084             25          14         6                -       40264.0000          -       40264.0000          -
16783.01/1092.55	c      1093             26          15         6                -       40264.0000          -       40264.0000          -
16832.41/1099.65	c      1100             28          16         7                -       40264.0000          -       40264.0000          -
16929.89/1113.69	c      1114             29          17         7                -       40264.0000          -       40264.0000          -
17002.98/1122.83	c      1123             31          18         8                -       40264.0000          -       40264.0000          -
17064.24/1130.54	c      1131             34          19         8                -       40264.0000          -       40264.0000          -
17267.64/1149.85	c      1150             40          22        11                -       40264.0000          -       40264.0000          -
17341.93/1156.67	c      1157             41          23        11                -       40264.0000          -       40264.0000          -
17405.04/1161.96	c      1162             44          25        12                -       40264.0000          -       40264.0000          -
17492.26/1168.21	c      1168             51          30        14                -       40264.0000          -       40264.0000          -
17563.84/1173.25	c      1173             55          33        15                -       40264.0000          -       40264.0000          -
17685.87/1181.47	c      1181             57          35        15                -       40264.0000          -       40264.0000          -
17768.09/1186.55	c      1187             61          37        17                -       40264.0000          -       40264.0000          -
17889.41/1193.78	c      1194             62          38        17                -       40264.0000          -       40264.0000          -
17975.39/1198.82	c      1199             64          40        17                -       40264.0000          -       40264.0000          -
18076.57/1204.80	c      1205             66          42        17                -       40264.0000          -       40264.0000          -
18202.36/1212.15	c      1212             70          45        18                -       40264.0000          -       40264.0000          -
18301.55/1217.47	c      1217             75          49        19                -       40264.0000          -       40264.0000          -
18412.88/1223.07	c      1223             77          50        20                -       40264.0000          -       40264.0000          -
18580.32/1231.58	c      1232             81          53        20                -       40264.0000          -       40264.0000          -
18762.22/1240.73	c      1241             82          54        20                -       40264.0000          -       40264.0000          -
18912.51/1248.30	c      1248             83          55        20                -       40264.0000          -       40264.0000          -
19036.96/1254.60	c      1255             86          57        20                -       40264.0000          -       40264.0000          -
19149.70/1260.33	c      1260             91          61        20                -       40264.0000          -       40264.0000          -
19361.80/1271.03	c      1271             92          62        20                -       40264.0000          -       40264.0000          -
19464.13/1276.25	c      1276             96          64        20                -       40264.0000          -       40264.0000          -
19624.25/1284.36	c      1284            100          67        20                -       40264.0000          -       40264.0000          -
19727.07/1289.52	c      1290            102          69        20                -       40264.0000          -       40264.0000          -
19873.54/1296.98	c      1297            106          73        20                -       40264.0000          -       40264.0000          -
20047.42/1305.77	c      1306            111          78        20                -       40264.0000          -       40264.0000          -
20192.63/1313.04	c      1313            116          81        20                -       40264.0000          -       40264.0000          -
20294.67/1318.29	c      1318            500         165        20                -       40264.0000          -       40264.0000          -
20359.97/1321.57	c *    1322           1205         291        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
20456.71/1326.41	c      1326           1242         302        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
20607.85/1334.09	c      1334           1243         303        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
20765.89/1342.11	c      1342           1246         306        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
20937.57/1350.74	c      1351           1249         309        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21073.84/1357.63	c      1358           1251         313        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21226.11/1365.35	c      1365           1254         314        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21335.17/1370.87	c      1371           2719         663        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21436.00/1375.96	c      1376           4112         700        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21537.54/1381.05	c      1381           4991         714        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21643.28/1386.44	c      1386           5457         729        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21779.49/1393.31	c      1393           5460         730        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
21975.01/1403.24	c      1403           5465         733        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
22087.53/1408.91	c      1409           6527         908        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
22186.37/1414.01	c      1414           7208         928        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
22291.22/1419.24	c      1419           7305         932        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
22396.06/1424.55	c      1425           7309         934        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
22496.93/1429.62	c      1430           8352        1163        20       83637.0000       40264.0000    107.72%       40264.0000    107.72%
22516.71/1430.68	c *    1431           8451        1157        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
22597.62/1434.75	c      1435           8959        1156        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
22698.38/1439.85	c      1440           9529        1160        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
22799.06/1444.94	c      1445          10232        1157        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
22898.17/1449.97	c      1450          10745        1169        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
22999.58/1455.08	c      1455          11356        1168        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23101.32/1460.20	c      1460          11836        1168        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23199.93/1465.26	c      1465          12447        1185        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23363.79/1473.55	c      1474          12586        1178        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23490.21/1479.90	c      1480          12592        1182        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23588.99/1484.92	c      1485          12597        1187        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23707.64/1490.96	c      1491          12609        1191        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
23903.34/1500.88	c      1501          12614        1196        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24053.46/1508.46	c      1508          12616        1196        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24162.22/1514.02	c      1514          12640        1202        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24286.26/1520.22	c      1520          12651        1211        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24387.12/1525.39	c      1525          12655        1213        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24513.77/1531.70	c      1532          12672        1217        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24619.20/1537.05	c      1537          12679        1221        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24779.59/1545.17	c      1545          12684        1226        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24885.50/1550.55	c      1551          13311        1309        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
24986.48/1555.66	c      1556          14277        1466        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25087.11/1560.73	c      1561          14849        1472        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25187.65/1565.85	c      1566          15486        1468        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25288.36/1570.95	c      1571          16144        1475        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25389.53/1576.03	c      1576          16813        1485        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25503.74/1581.84	c      1582          17417        1496        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25681.75/1590.83	c      1591          17424        1503        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25782.56/1595.93	c      1596          17446        1507        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
25912.97/1602.50	c      1602          17449        1510        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26019.70/1607.92	c      1608          17452        1513        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26189.34/1616.57	c      1617          17455        1516        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26321.63/1623.27	c      1623          17461        1522        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26440.08/1629.23	c      1629          17471        1532        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26552.88/1634.93	c      1635          17478        1538        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26663.66/1640.50	c      1640          17484        1542        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26770.42/1646.02	c      1646          17531        1554        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26875.14/1651.27	c      1651          17539        1562        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
26995.70/1657.37	c      1657          17542        1565        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27109.07/1663.06	c      1663          17550        1573        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27210.06/1668.17	c      1668          17555        1578        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27339.65/1674.72	c      1675          17562        1585        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27450.33/1680.35	c      1680          17568        1591        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27559.02/1685.85	c      1686          17574        1597        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27659.91/1690.92	c      1691          17582        1603        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27802.82/1698.19	c      1698          17591        1610        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
27906.81/1703.45	c      1703          17609        1614        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28015.49/1708.93	c      1709          17613        1618        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28116.77/1714.09	c      1714          17619        1619        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28238.56/1720.27	c      1720          17633        1628        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28424.31/1729.61	c      1730          17638        1633        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28539.10/1735.48	c      1735          17645        1640        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28642.01/1740.67	c      1741          17651        1646        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28744.85/1745.87	c      1746          17761        1649        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28859.27/1751.62	c      1752          18223        1667        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
28963.94/1756.93	c      1757          18541        1670        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29072.72/1762.48	c      1762          18549        1678        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29181.47/1767.97	c      1768          18553        1682        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29296.14/1773.73	c      1774          18562        1691        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29403.48/1779.19	c      1779          18649        1693        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29537.41/1785.95	c      1786          18802        1701        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29661.80/1792.23	c      1792          18811        1710        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29797.03/1799.11	c      1799          18821        1720        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
29917.63/1805.14	c      1805          19002        1724        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30027.53/1810.70	c      1811          19005        1727        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30177.63/1818.33	c      1818          19017        1739        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30280.28/1823.58	c      1824          19027        1747        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30404.68/1829.88	c      1830          19040        1760        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30542.87/1836.85	c      1837          19046        1766        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30659.50/1842.74	c      1843          19054        1772        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30778.02/1848.73	c      1849          19283        1773        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
30883.41/1854.05	c      1854          19407        1779        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
31031.09/1861.51	c      1862          19424        1790        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
31143.60/1867.25	c      1867          19554        1792        20       83246.0000       40264.0000    106.75%       40264.0000    106.75%
31165.36/1868.31	c *    1868          19721        1796        20       83126.0000       40264.0000    106.45%       40264.0000    106.45%
31165.36/1868.32	c *    1868          19721        1796        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31244.46/1872.39	c      1872          19770        1796        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31349.16/1877.64	c      1878          20343        1797        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31451.92/1882.84	c      1883          20881        1802        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31552.69/1887.90	c      1888          21701        1803        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31654.16/1893.10	c      1893          22497        1813        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31755.01/1898.17	c      1898          23314        1818        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31857.23/1903.33	c      1903          24034        1821        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
31958.17/1908.44	c      1908          24728        1824        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32080.81/1914.67	c      1915          25256        1828        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32215.30/1921.45	c      1921          25261        1833        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32351.60/1928.36	c      1928          25266        1838        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32464.90/1934.05	c      1934          25272        1844        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32568.97/1939.39	c      1939          25282        1854        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32730.96/1947.54	c      1948          25286        1858        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32829.84/1952.55	c      1953          25296        1868        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
32930.72/1957.61	c      1958          25302        1874        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33047.54/1963.58	c      1964          25310        1876        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33169.79/1969.75	c      1970          25319        1885        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33268.57/1974.76	c      1975          25324        1890        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33379.22/1980.38	c      1980          25332        1898        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33481.84/1985.55	c      1986          25341        1907        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33584.54/1990.77	c      1991          25353        1914        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33705.02/1996.88	c      1997          25359        1920        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33843.40/2003.84	c      2004          25384        1931        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
33958.13/2009.66	c      2010          25391        1936        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34059.00/2014.78	c      2015          25885        1952        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34159.87/2019.86	c      2020          26531        1942        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34260.67/2025.01	c      2025          27245        1954        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34364.10/2030.19	c      2030          27763        1974        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34464.22/2035.28	c      2035          28326        1973        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34614.42/2042.90	c      2043          28731        1999        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34764.36/2050.47	c      2050          28738        2006        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
34890.84/2056.82	c      2057          28745        2013        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35023.43/2063.52	c      2064          28752        2020        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35138.19/2069.37	c      2069          28759        2027        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35241.09/2074.51	c      2075          28874        2031        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35340.00/2079.56	c      2080          29097        2028        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35444.80/2084.82	c      2085          29487        2048        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35555.33/2090.46	c      2090          29728        2060        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35673.61/2096.42	c      2096          29736        2068        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35778.24/2101.73	c      2102          29742        2074        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35878.97/2106.90	c      2107          29751        2083        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
35987.71/2112.33	c      2112          29759        2089        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
36092.47/2117.64	c      2118          30112        2097        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
36199.91/2123.12	c      2123          30583        2100        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
36308.00/2128.52	c      2129          30983        2105        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
36406.77/2133.54	c      2134          31536        2105        20       83113.0000       40264.0000    106.42%       40264.0000    106.42%
36479.77/2137.23	c *    2137          32002        2120        20       82557.0000       40264.0000    105.04%       40264.0000    105.04%
36479.77/2137.24	c *    2137          32002        2120        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
36513.35/2138.94	c      2139          32224        2116        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
36631.76/2144.96	c      2145          32230        2122        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
36740.41/2150.43	c      2150          32239        2131        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
36847.12/2155.83	c      2156          32243        2135        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
36950.51/2161.06	c      2161          32254        2146        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37052.52/2166.30	c      2166          32263        2155        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37165.14/2171.93	c      2172          32570        2171        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37266.31/2177.07	c      2177          33306        2154        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37372.54/2182.41	c      2182          33799        2161        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37475.40/2187.69	c      2188          33803        2165        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37588.23/2193.32	c      2193          33809        2171        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37695.10/2198.78	c      2199          34363        2169        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37795.93/2203.85	c      2204          34963        2176        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
37899.51/2209.07	c      2209          35466        2184        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38005.44/2214.48	c      2214          36112        2194        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38128.16/2220.66	c      2221          36332        2207        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38266.49/2227.68	c      2228          36341        2216        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38387.13/2233.73	c      2234          36358        2227        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38531.95/2241.13	c      2241          36368        2237        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38655.52/2247.39	c      2247          36374        2243        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38774.03/2253.32	c      2253          36379        2248        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
38902.56/2259.88	c      2260          36392        2259        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39023.38/2265.98	c      2266          36400        2267        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39124.61/2271.03	c      2271          36409        2274        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39236.68/2276.77	c      2277          36716        2290        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39344.04/2282.14	c      2282          36827        2294        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39441.30/2287.15	c      2287          36835        2302        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39584.15/2294.37	c      2294          36842        2309        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39688.72/2299.67	c      2300          36847        2314        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39809.01/2305.74	c      2306          36855        2322        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
39909.76/2310.83	c      2311          36865        2331        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40028.36/2316.87	c      2317          36869        2335        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40131.90/2322.07	c      2322          36875        2341        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40232.91/2327.17	c      2327          37176        2337        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40349.20/2333.09	c      2333          38048        2346        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40459.35/2338.70	c      2339          38508        2359        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40560.19/2343.78	c      2344          38877        2360        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40662.77/2348.94	c      2349          39981        2387        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40764.09/2354.03	c      2354          40563        2392        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
40870.26/2359.47	c      2359          40908        2406        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
41008.73/2366.47	c      2366          40920        2418        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
41117.56/2371.94	c      2372          41317        2422        20       82166.0000       40264.0000    104.07%       40264.0000    104.07%
41159.69/2374.04	c *    2374          41529        2422        20       81801.0000       40264.0000    103.16%       40264.0000    103.16%
41228.31/2377.55	c      2378          41642        2423        20       81801.0000       40264.0000    103.16%       40264.0000    103.16%
41240.79/2378.13	c *    2378          41642        2423        20       81788.0000       40264.0000    103.13%       40264.0000    103.13%
41240.79/2378.14	c *    2378          41642        2423        20       81756.0000       40264.0000    103.05%       40264.0000    103.05%
41254.06/2378.87	c *    2379          41740        2419        20       81402.0000       40264.0000    102.17%       40264.0000    102.17%
41254.06/2378.89	c *    2379          41740        2419        20       80915.0000       40264.0000    100.96%       40264.0000    100.96%
41256.02/2378.91	c *    2379          41740        2419        20       80883.0000       40264.0000    100.88%       40264.0000    100.88%
41256.02/2378.95	c *    2379          41740        2419        20       80605.0000       40264.0000    100.19%       40264.0000    100.19%
41256.02/2378.97	c *    2379          41740        2419        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
41339.70/2383.18	c      2383          41853        2437        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
41459.66/2389.25	c      2389          41861        2445        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
41570.36/2394.81	c      2395          41871        2455        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
41673.85/2400.10	c      2400          41883        2467        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
41807.73/2406.82	c      2407          41888        2472        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
41908.62/2412.03	c      2412          41891        2475        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42033.04/2418.22	c      2418          41907        2483        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42137.72/2423.53	c      2424          41913        2489        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42279.92/2430.72	c      2431          41925        2501        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42398.53/2436.74	c      2437          41931        2507        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42499.39/2441.82	c      2442          41935        2511        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42598.18/2446.83	c      2447          42063        2524        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42697.06/2451.87	c      2452          42846        2520        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42797.97/2457.03	c      2457          43683        2522        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
42899.52/2462.11	c      2462          44358        2526        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43015.27/2468.04	c      2468          45069        2525        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43118.75/2473.18	c      2473          45611        2529        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43226.85/2478.62	c      2479          46020        2538        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43334.37/2484.05	c      2484          46457        2545        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43433.10/2489.11	c      2489          46556        2556        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43548.85/2495.02	c      2495          46566        2566        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43659.49/2500.50	c      2500          46574        2574        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43771.13/2506.20	c      2506          46580        2580        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43875.06/2511.43	c      2511          46846        2589        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
43983.75/2516.91	c      2517          47530        2596        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44087.08/2522.18	c      2522          48291        2622        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44187.20/2527.22	c      2527          49587        2611        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44290.05/2532.48	c      2532          50767        2617        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44390.92/2537.54	c      2538          52062        2614        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44493.81/2542.73	c      2543          53099        2627        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44594.68/2547.81	c      2548          54332        2643        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44693.55/2552.89	c      2553          55821        2647        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44794.24/2558.03	c      2558          57288        2656        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44895.60/2563.12	c      2563          58706        2679        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
44996.21/2568.19	c      2568          59791        2677        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45126.18/2574.79	c      2575          60054        2701        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45248.92/2580.97	c      2581          60063        2710        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45363.60/2586.71	c      2587          60679        2713        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45464.48/2591.84	c      2592          61337        2723        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45573.29/2597.31	c      2597          62681        2735        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45680.14/2602.74	c      2603          63566        2736        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45778.96/2607.75	c      2608          64411        2748        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45886.37/2613.15	c      2613          64421        2758        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
45994.28/2618.61	c      2619          64429        2766        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
46116.83/2624.80	c      2625          64436        2773        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
46215.74/2629.84	c      2630          64443        2780        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
46326.46/2635.41	c      2635          64450        2787        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
46429.29/2640.63	c      2641          64710        2794        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
46529.91/2645.71	c      2646          65137        2796        20       80573.0000       40264.0000    100.11%       40264.0000    100.11%
46591.20/2648.89	c *    2649          65485        2803        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
46628.66/2650.73	c      2651          65629        2807        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
46771.19/2657.98	c      2658          65638        2816        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
46877.79/2663.36	c      2663          65644        2822        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
46980.61/2668.56	c      2669          65652        2830        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47126.71/2675.92	c      2676          65661        2839        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47254.90/2682.44	c      2682          65671        2849        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47368.04/2688.20	c      2688          65679        2857        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47484.54/2694.04	c      2694          65687        2865        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47592.70/2699.56	c      2700          65693        2871        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47695.46/2704.76	c      2705          65701        2872        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47796.06/2709.83	c      2710          66602        2870        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
47901.19/2715.14	c      2715          67825        2874        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48005.52/2720.42	c      2720          69702        2866        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48108.37/2725.67	c      2726          71974        2885        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48209.21/2730.72	c      2731          73778        2890        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48310.01/2735.85	c      2736          75934        2894        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48426.62/2741.70	c      2742          76951        2912        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48527.42/2746.84	c      2747          77633        2918        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48628.30/2751.91	c      2752          78321        2924        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48727.10/2756.93	c      2757          78876        2940        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48826.13/2762.03	c      2762          79403        2935        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
48927.25/2767.10	c      2767          80080        2944        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49027.93/2772.19	c      2772          80668        2955        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49135.99/2777.65	c      2778          80848        2963        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49248.62/2783.38	c      2783          80851        2966        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49378.96/2789.96	c      2790          80858        2973        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49480.57/2795.08	c      2795          80906        2980        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49584.59/2800.35	c      2800          81510        2986        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49685.42/2805.47	c      2805          82462        2992        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49786.33/2810.55	c      2811          83643        2994        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49889.19/2815.70	c      2816          84560        3012        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
49989.94/2820.84	c      2821          85313        3011        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50088.68/2825.89	c      2826          86126        3013        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50189.48/2830.99	c      2831          86796        3025        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50291.21/2836.08	c      2836          87454        3035        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50393.17/2841.21	c      2841          88123        3041        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50494.02/2846.33	c      2846          88882        3053        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50594.86/2851.43	c      2851          89866        3062        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50695.63/2856.53	c      2857          90954        3069        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50796.39/2861.64	c      2862          91605        3071        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50897.14/2866.75	c      2867          92244        3077        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
50998.01/2871.81	c      2872          92925        3083        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51098.86/2876.93	c      2877          93688        3091        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51197.89/2881.98	c      2882          94390        3101        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51299.26/2887.06	c      2887          95530        3099        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51399.92/2892.14	c      2892          96988        3114        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51504.01/2897.43	c      2897          97449        3130        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51604.69/2902.52	c      2903          97455        3136        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51705.15/2907.60	c      2908          97834        3144        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51819.69/2913.43	c      2913          98022        3156        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
51918.48/2918.44	c      2918          98026        3160        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52027.22/2923.99	c      2924          98035        3169        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52128.70/2929.03	c      2929          98041        3175        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52236.85/2934.58	c      2935          98050        3182        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52346.45/2940.07	c      2940          98059        3183        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52452.19/2945.46	c      2945          98392        3190        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52552.91/2950.59	c      2951          98975        3191        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52657.51/2955.81	c      2956          99641        3202        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52756.22/2960.89	c      2961         100375        3205        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52859.74/2966.08	c      2966         100949        3216        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
52958.57/2971.09	c      2971         100962        3227        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53074.67/2976.99	c      2977         101131        3226        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53176.21/2982.08	c      2982         102236        3245        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53277.04/2987.17	c      2987         103396        3240        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53377.18/2992.25	c      2992         104963        3252        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53478.03/2997.34	c      2997         106187        3263        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53578.85/3002.41	c      3002         107482        3266        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53687.40/3007.94	c      3008         108613        3273        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53792.05/3013.28	c      3013         109292        3283        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53892.88/3018.30	c      3018         110006        3292        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
53995.70/3023.59	c      3024         110802        3298        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54096.44/3028.66	c      3029         111452        3317        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54197.22/3033.70	c      3034         112194        3320        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54296.04/3038.79	c      3039         113521        3317        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54398.88/3043.94	c      3044         114616        3328        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54500.54/3049.08	c      3049         115963        3326        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54601.34/3054.15	c      3054         117218        3333        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54701.23/3059.23	c      3059         118450        3345        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54801.76/3064.32	c      3064         120070        3353        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54902.43/3069.40	c      3069         121375        3355        20       80302.0000       40264.0000     99.44%       40264.0000     99.44%
54991.45/3073.95	c *    3074         122660        3363        20       80122.0000       40264.0000     98.99%       40264.0000     98.99%
54991.45/3073.96	c *    3074         122660        3363        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55003.08/3074.51	c      3075         122662        3365        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55105.89/3079.70	c      3080         123542        3374        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55204.72/3084.72	c      3085         124144        3376        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55305.55/3089.81	c      3090         125288        3386        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55406.25/3094.97	c      3095         126543        3387        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55511.05/3100.29	c      3100         128003        3400        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55611.93/3105.38	c      3105         129485        3393        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55714.74/3110.51	c      3111         130540        3410        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55815.60/3115.61	c      3116         132112        3412        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
55914.47/3120.68	c      3121         133478        3429        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56019.09/3125.91	c      3126         135082        3447        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56117.73/3131.00	c      3131         135961        3462        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56221.04/3136.15	c      3136         136685        3465        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56325.25/3141.44	c      3141         137385        3469        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56428.11/3146.69	c      3147         138055        3473        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56529.05/3151.71	c      3152         138606        3484        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56631.84/3157.02	c      3157         139923        3470        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56736.56/3162.26	c      3162         141407        3486        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56837.32/3167.38	c      3167         142574        3500        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
56940.08/3172.50	c      3172         143503        3507        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57040.85/3177.62	c      3178         144232        3518        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57141.56/3182.77	c      3183         144969        3534        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57242.20/3187.89	c      3188         145882        3521        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57342.99/3192.94	c      3193         147304        3536        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57447.78/3198.25	c      3198         148343        3546        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57550.70/3203.48	c      3203         149440        3546        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57655.59/3208.78	c      3209         150602        3571        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57758.44/3214.02	c      3214         151245        3571        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57859.97/3219.08	c      3219         151923        3587        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
57963.96/3224.33	c      3224         152669        3602        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58066.82/3229.55	c      3230         152683        3606        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58167.64/3234.68	c      3235         152689        3612        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58280.23/3240.39	c      3240         152699        3622        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58386.73/3245.70	c      3246         152703        3628        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58492.20/3251.06	c      3251         152713        3638        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58606.08/3256.86	c      3257         152722        3647        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58705.02/3261.89	c      3262         152728        3653        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58810.58/3267.16	c      3267         152737        3656        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
58914.62/3272.44	c      3272         153239        3663        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59023.31/3278.00	c      3278         154145        3669        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59124.94/3283.07	c      3283         154882        3669        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59225.84/3288.19	c      3288         155556        3695        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59327.79/3293.33	c      3293         156136        3705        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59428.62/3298.48	c      3298         156671        3707        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59531.42/3303.61	c      3304         157190        3714        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59632.11/3308.80	c      3309         157800        3719        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59732.78/3313.91	c      3314         158383        3717        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59833.66/3318.94	c      3319         158942        3713        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
59935.07/3324.04	c      3324         160221        3723        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60036.21/3329.18	c      3329         162161        3722        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60136.30/3334.28	c      3334         164323        3738        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60241.05/3339.50	c      3340         165489        3756        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60353.59/3345.23	c      3345         166088        3754        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60464.24/3350.85	c      3351         166096        3762        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60567.64/3356.06	c      3356         166103        3767        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60677.83/3361.60	c      3362         166111        3775        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60835.71/3369.64	c      3370         166120        3782        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
60948.27/3375.33	c      3375         166326        3791        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61061.49/3381.06	c      3381         166335        3800        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61180.20/3387.08	c      3387         166343        3808        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61305.93/3393.43	c      3393         166351        3816        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61434.48/3399.94	c      3400         166355        3820        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61539.23/3405.21	c      3405         166563        3811        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61640.09/3410.31	c      3410         167133        3828        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61740.86/3415.43	c      3415         167761        3830        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61841.53/3420.53	c      3421         168360        3829        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
61941.97/3425.65	c      3426         168977        3854        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62046.67/3430.91	c      3431         169241        3862        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62147.81/3436.10	c      3436         169249        3870        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62291.41/3443.38	c      3443         169255        3876        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62392.04/3448.46	c      3448         169267        3888        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62518.34/3454.83	c      3455         169275        3890        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62621.83/3460.09	c      3460         169296        3908        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62743.75/3466.27	c      3466         169299        3911        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62846.68/3471.48	c      3471         169557        3906        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
62958.30/3477.09	c      3477         170501        3918        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63059.50/3482.17	c      3482         171528        3924        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63159.62/3487.28	c      3487         172753        3934        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63262.68/3492.40	c      3492         174140        3928        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63363.74/3497.52	c      3498         175394        3950        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63464.82/3502.60	c      3503         176657        3942        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63565.88/3507.76	c      3508         177963        3950        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63666.97/3512.86	c      3513         179400        3949        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63768.03/3517.96	c      3518         180753        3964        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63869.85/3523.07	c      3523         182185        3964        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
63968.80/3528.12	c      3528         183013        3975        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64070.06/3533.19	c      3533         183733        3978        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64171.78/3538.33	c      3538         184427        3993        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64272.63/3543.41	c      3543         185127        3995        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64371.40/3548.49	c      3548         185871        4004        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64474.31/3553.62	c      3554         186625        4006        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64575.19/3558.71	c      3559         187413        4014        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64674.25/3563.76	c      3564         188759        4008        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64775.36/3568.84	c      3569         190328        4013        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64876.48/3573.90	c      3574         192079        4029        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
64975.63/3578.97	c      3579         193689        4042        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
65077.27/3584.05	c      3584         195349        4038        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
65178.43/3589.15	c      3589         196870        4057        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
65280.72/3594.31	c      3594         198527        4050        20       80090.0000       40264.0000     98.91%       40264.0000     98.91%
65361.97/3598.71	c SCIP Status        : c solving was interrupted [hard time limit reached]
65361.97/3598.71	c Total Time         : 3598.71
65361.97/3598.71	c   solving          : 3598.71
65361.97/3598.71	c   presolving       : 1.44 (included in solving)
65361.97/3598.71	c B&B Tree           :
65361.97/3598.71	c   nodes (total)    : 199816
65361.97/3598.71	c Solution           :
65361.97/3598.71	c   Solutions found  : 17
65361.97/3598.71	c   Primal Bound     : +8.00900000000000e+04
65361.97/3598.71	c   Dual Bound       : +4.02640000000000e+04
65361.97/3598.71	c Gap                : 98.91218 %
65361.97/3598.71	c * Warning: final gap: 9.89122e-01 is greater than SCIPepsilon: 1.00000e-09
65361.97/3598.72	o 80090
65361.97/3598.72	s SATISFIABLE
65361.97/3598.72	v x1701 -x1601 -x1501 -x1401 x1301 -x1201 x1101 x1001 x901 -x801 x701 -x601 -x501 -x401 x301 x201 -x101 x1 x1800 -x1700 -x1600 x1500 
65361.97/3598.72	v x1400 -x1300 x1200 x1100 -x1000 -x900 x800 -x700 x600 x500 -x400 -x300 x200 -x100 -x1789 -x1689 x1589 x1489 x1389 -x1289 
65361.97/3598.72	v x1189 -x1089 -x989 -x889 x789 x689 x589 -x489 x389 x289 -x189 -x89 x1778 x1678 -x1578 -x1478 -x1378 x1278 -x1178 x1078 x978 x878 
65361.97/3598.72	v -x778 -x678 -x578 x478 -x378 -x278 x178 x78 -x1767 -x1667 -x1567 x1467 x1367 x1267 -x1167 x1067 x967 x867 -x767 x667 -x567 
65361.97/3598.72	v x467 -x367 x267 -x167 -x67 -x1756 x1656 x1556 -x1456 -x1356 x1256 -x1156 -x1056 x956 x856 x756 -x656 x556 x456 x356 -x256 -x156 
65361.97/3598.72	v -x56 -x1745 x1645 x1545 x1445 -x1345 x1245 -x1145 -x1045 -x945 x845 -x745 x645 x545 -x445 -x345 -x245 x145 x45 x1734 x1634 
65361.97/3598.72	v -x1534 -x1434 -x1334 x1234 x1134 -x1034 -x934 x834 -x734 -x634 x534 x434 x334 -x234 -x134 x34 x1723 x1623 x1523 -x1423 -x1323 
65361.97/3598.72	v -x1223 x1123 x1023 -x923 -x823 -x723 x623 -x523 -x423 -x323 x223 x123 x23 -x1712 -x1612 x1512 x1412 x1312 -x1212 -x1112 -x1012 
65361.97/3598.72	v x912 -x812 x712 x612 -x512 -x412 x312 x212 x112 -x12 -x1799 -x1699 -x1599 -x1499 -x1399 -x1299 -x1199 -x1099 -x999 -x899 
65361.97/3598.72	v -x799 x699 -x599 -x499 -x399 -x299 -x199 -x99 -x1798 -x1698 -x1598 -x1498 -x1398 -x1298 -x1198 -x1098 -x998 -x898 -x798 -x698 
65361.97/3598.72	v -x598 -x498 -x398 -x298 -x198 x98 -x1797 -x1697 -x1597 -x1497 -x1397 -x1297 -x1197 -x1097 -x997 -x897 -x797 -x697 -x597 -x497 
65361.97/3598.72	v -x397 x297 -x197 -x97 -x1796 -x1696 -x1596 -x1496 -x1396 x1296 -x1196 -x1096 -x996 -x896 -x796 -x696 -x596 -x496 -x396 -x296 
65361.97/3598.72	v -x196 -x96 -x1795 -x1695 -x1595 -x1495 -x1395 -x1295 -x1195 -x1095 -x995 x895 -x795 -x695 -x595 -x495 -x395 -x295 -x195 -x95 
65361.97/3598.72	v -x1794 x1694 -x1594 -x1494 -x1394 -x1294 -x1194 -x1094 -x994 -x894 -x794 -x694 -x594 -x494 -x394 -x294 -x194 -x94 -x1793 
65361.97/3598.72	v -x1693 x1593 -x1493 -x1393 -x1293 -x1193 -x1093 -x993 -x893 -x793 -x693 -x593 -x493 -x393 -x293 -x193 -x93 -x1792 -x1692 -x1592 
65361.97/3598.72	v -x1492 -x1392 -x1292 -x1192 -x1092 -x992 -x892 -x792 -x692 -x592 -x492 x392 -x292 -x192 -x92 -x1791 -x1691 -x1591 -x1491 -x1391 
65361.97/3598.72	v -x1291 -x1191 -x1091 x991 -x891 -x791 -x691 -x591 -x491 -x391 -x291 -x191 -x91 -x1790 -x1690 -x1590 -x1490 -x1390 -x1290 
65361.97/3598.72	v -x1190 -x1090 -x990 -x890 -x790 -x690 -x590 -x490 -x390 -x290 x190 -x90 -x1788 -x1688 -x1588 -x1488 -x1388 -x1288 -x1188 x1088 
65361.97/3598.72	v -x988 -x888 -x788 -x688 -x588 -x488 -x388 -x288 -x188 -x88 -x1787 -x1687 -x1587 -x1487 -x1387 x1287 -x1187 -x1087 -x987 -x887 
65361.97/3598.72	v -x787 -x687 -x587 -x487 -x387 -x287 -x187 -x87 -x1786 -x1686 -x1586 -x1486 -x1386 -x1286 -x1186 -x1086 -x986 -x886 -x786 
65361.97/3598.72	v -x686 -x586 x486 -x386 -x286 -x186 -x86 -x1785 x1685 -x1585 -x1485 -x1385 -x1285 -x1185 -x1085 -x985 -x885 -x785 -x685 -x585 
65361.97/3598.72	v -x485 -x385 -x285 -x185 -x85 -x1784 -x1684 -x1584 -x1484 -x1384 -x1284 -x1184 -x1084 -x984 x884 -x784 -x684 -x584 -x484 -x384 
65361.97/3598.72	v -x284 -x184 -x84 x1783 -x1683 -x1583 -x1483 -x1383 -x1283 -x1183 -x1083 -x983 -x883 -x783 -x683 -x583 -x483 -x383 -x283 -x183 
65361.97/3598.72	v -x83 -x1782 -x1682 -x1582 -x1482 -x1382 -x1282 -x1182 -x1082 x982 -x882 -x782 -x682 -x582 -x482 -x382 -x282 -x182 -x82 -x1781 
65361.97/3598.72	v -x1681 -x1581 -x1481 -x1381 -x1281 -x1181 -x1081 -x981 -x881 -x781 -x681 -x581 -x481 -x381 -x281 -x181 x81 -x1780 -x1680 
65361.97/3598.72	v -x1580 -x1480 -x1380 -x1280 x1180 -x1080 -x980 -x880 -x780 -x680 -x580 -x480 -x380 -x280 -x180 -x80 -x1779 -x1679 x1579 -x1479 
65361.97/3598.72	v -x1379 -x1279 -x1179 -x1079 -x979 -x879 -x779 -x679 -x579 -x479 -x379 -x279 -x179 -x79 -x1777 -x1677 -x1577 -x1477 x1377 -x1277 
65361.97/3598.72	v -x1177 -x1077 -x977 -x877 -x777 -x677 -x577 -x477 -x377 -x277 -x177 -x77 -x1776 -x1676 -x1576 -x1476 -x1376 -x1276 -x1176 
65361.97/3598.72	v -x1076 -x976 -x876 -x776 -x676 x576 -x476 -x376 -x276 -x176 -x76 -x1775 -x1675 -x1575 -x1475 -x1375 -x1275 -x1175 -x1075 -x975 
65361.97/3598.72	v -x875 -x775 x675 -x575 -x475 -x375 -x275 -x175 -x75 -x1774 -x1674 -x1574 -x1474 -x1374 -x1274 -x1174 -x1074 -x974 -x874 -x774 
65361.97/3598.72	v -x674 -x574 -x474 x374 -x274 -x174 -x74 -x1773 -x1673 -x1573 -x1473 -x1373 -x1273 -x1173 -x1073 -x973 -x873 -x773 -x673 
65361.97/3598.72	v -x573 -x473 -x373 x273 -x173 -x73 -x1772 -x1672 -x1572 x1472 -x1372 -x1272 -x1172 -x1072 -x972 -x872 -x772 -x672 -x572 -x472 
65361.97/3598.72	v -x372 -x272 -x172 -x72 -x1771 -x1671 -x1571 -x1471 -x1371 -x1271 -x1171 -x1071 -x971 -x871 x771 -x671 -x571 -x471 -x371 -x271 
65361.97/3598.72	v -x171 -x71 -x1770 -x1670 -x1570 -x1470 -x1370 -x1270 -x1170 -x1070 -x970 -x870 x770 -x670 -x570 -x470 -x370 -x270 -x170 -x70 
65361.97/3598.72	v -x1769 -x1669 -x1569 -x1469 -x1369 -x1269 -x1169 -x1069 -x969 -x869 -x769 -x669 -x569 -x469 x369 -x269 -x169 -x69 -x1768 x1668 
65361.97/3598.72	v -x1568 -x1468 -x1368 -x1268 -x1168 -x1068 -x968 -x868 -x768 -x668 -x568 -x468 -x368 -x268 -x168 -x68 -x1766 -x1666 x1566 -x1466 
65361.97/3598.72	v -x1366 -x1266 -x1166 -x1066 -x966 -x866 -x766 -x666 -x566 -x466 -x366 -x266 -x166 -x66 -x1765 -x1665 -x1565 -x1465 -x1365 
65361.97/3598.72	v -x1265 -x1165 -x1065 -x965 -x865 -x765 -x665 x565 -x465 -x365 -x265 -x165 -x65 -x1764 -x1664 -x1564 -x1464 -x1364 -x1264 x1164 
65361.97/3598.72	v -x1064 -x964 -x864 -x764 -x664 -x564 -x464 -x364 -x264 -x164 -x64 -x1763 -x1663 -x1563 -x1463 -x1363 -x1263 -x1163 -x1063 
65361.97/3598.72	v -x963 -x863 -x763 -x663 -x563 -x463 -x363 -x263 -x163 x63 -x1762 -x1662 -x1562 -x1462 -x1362 -x1262 -x1162 -x1062 -x962 -x862 
65361.97/3598.72	v -x762 -x662 -x562 -x462 -x362 -x262 x162 -x62 x1761 -x1661 -x1561 -x1461 -x1361 -x1261 -x1161 -x1061 -x961 -x861 -x761 -x661 
65361.97/3598.72	v -x561 -x461 -x361 -x261 -x161 -x61 x1760 -x1660 -x1560 -x1460 -x1360 -x1260 -x1160 -x1060 -x960 -x860 -x760 -x660 -x560 -x460 
65361.97/3598.72	v -x360 -x260 -x160 -x60 -x1759 -x1659 -x1559 -x1459 -x1359 -x1259 -x1159 -x1059 -x959 -x859 -x759 -x659 -x559 -x459 -x359 
65361.97/3598.72	v x259 -x159 -x59 -x1758 -x1658 -x1558 -x1458 -x1358 -x1258 -x1158 -x1058 -x958 -x858 -x758 -x658 -x558 -x458 -x358 -x258 x158 
65361.97/3598.72	v -x58 -x1757 -x1657 -x1557 -x1457 -x1357 -x1257 -x1157 x1057 -x957 -x857 -x757 -x657 -x557 -x457 -x357 -x257 -x157 -x57 -x1755 
65361.97/3598.72	v -x1655 -x1555 x1455 -x1355 -x1255 -x1155 -x1055 -x955 -x855 -x755 -x655 -x555 -x455 -x355 -x255 -x155 -x55 -x1754 -x1654 -x1554 
65361.97/3598.72	v -x1454 -x1354 -x1254 -x1154 -x1054 -x954 -x854 -x754 -x654 -x554 -x454 -x354 -x254 -x154 x54 -x1753 -x1653 -x1553 -x1453 
65361.97/3598.72	v -x1353 -x1253 x1153 -x1053 -x953 -x853 -x753 -x653 -x553 -x453 -x353 -x253 -x153 -x53 -x1752 -x1652 -x1552 -x1452 -x1352 -x1252 
65361.97/3598.72	v -x1152 -x1052 -x952 -x852 -x752 x652 -x552 -x452 -x352 -x252 -x152 -x52 -x1751 -x1651 -x1551 -x1451 x1351 -x1251 -x1151 -x1051 
65361.97/3598.72	v -x951 -x851 -x751 -x651 -x551 -x451 -x351 -x251 -x151 -x51 -x1750 -x1650 -x1550 -x1450 x1350 -x1250 -x1150 -x1050 -x950 
65361.97/3598.72	v -x850 -x750 -x650 -x550 -x450 -x350 -x250 -x150 -x50 -x1749 -x1649 -x1549 -x1449 -x1349 -x1249 -x1149 -x1049 -x949 -x849 x749 
65361.97/3598.72	v -x649 -x549 -x449 -x349 -x249 -x149 -x49 x1748 -x1648 -x1548 -x1448 -x1348 -x1248 -x1148 -x1048 -x948 -x848 -x748 -x648 -x548 
65361.97/3598.72	v -x448 -x348 -x248 -x148 -x48 -x1747 -x1647 -x1547 -x1447 -x1347 -x1247 -x1147 -x1047 x947 -x847 -x747 -x647 -x547 -x447 -x347 
65361.97/3598.72	v -x247 -x147 -x47 -x1746 -x1646 -x1546 -x1446 -x1346 -x1246 -x1146 -x1046 -x946 -x846 -x746 -x646 -x546 -x446 x346 -x246 -x146 
65361.97/3598.72	v -x46 -x1744 -x1644 -x1544 -x1444 -x1344 -x1244 -x1144 -x1044 -x944 -x844 -x744 -x644 -x544 x444 -x344 -x244 -x144 -x44 -x1743 
65361.97/3598.72	v -x1643 -x1543 -x1443 -x1343 -x1243 -x1143 x1043 -x943 -x843 -x743 -x643 -x543 -x443 -x343 -x243 -x143 -x43 -x1742 -x1642 
65361.97/3598.72	v -x1542 -x1442 -x1342 -x1242 -x1142 -x1042 -x942 -x842 -x742 -x642 -x542 -x442 -x342 x242 -x142 -x42 -x1741 -x1641 -x1541 -x1441 
65361.97/3598.72	v -x1341 -x1241 x1141 -x1041 -x941 -x841 -x741 -x641 -x541 -x441 -x341 -x241 -x141 -x41 -x1740 -x1640 -x1540 -x1440 -x1340 
65361.97/3598.72	v -x1240 -x1140 x1040 -x940 -x840 -x740 -x640 -x540 -x440 -x340 -x240 -x140 -x40 -x1739 -x1639 -x1539 x1439 -x1339 -x1239 -x1139 
65361.97/3598.72	v -x1039 -x939 -x839 -x739 -x639 -x539 -x439 -x339 -x239 -x139 -x39 -x1738 -x1638 -x1538 -x1438 -x1338 -x1238 -x1138 -x1038 x938 
65361.97/3598.72	v -x838 -x738 -x638 -x538 -x438 -x338 -x238 -x138 -x38 -x1737 -x1637 -x1537 -x1437 -x1337 -x1237 -x1137 -x1037 -x937 -x837 
65361.97/3598.72	v -x737 x637 -x537 -x437 -x337 -x237 -x137 -x37 -x1736 -x1636 -x1536 -x1436 -x1336 -x1236 -x1136 -x1036 -x936 -x836 x736 -x636 
65361.97/3598.72	v -x536 -x436 -x336 -x236 -x136 -x36 -x1735 -x1635 x1535 -x1435 -x1335 -x1235 -x1135 -x1035 -x935 -x835 -x735 -x635 -x535 -x435 
65361.97/3598.72	v -x335 -x235 -x135 -x35 -x1733 -x1633 -x1533 -x1433 -x1333 -x1233 -x1133 -x1033 -x933 -x833 -x733 -x633 -x533 -x433 -x333 -x233 
65361.97/3598.72	v x133 -x33 -x1732 -x1632 -x1532 -x1432 x1332 -x1232 -x1132 -x1032 -x932 -x832 -x732 -x632 -x532 -x432 -x332 -x232 -x132 -x32 
65361.97/3598.72	v -x1731 -x1631 -x1531 -x1431 -x1331 -x1231 -x1131 -x1031 -x931 -x831 -x731 -x631 -x531 -x431 -x331 x231 -x131 -x31 -x1730 -x1630 
65361.97/3598.72	v -x1530 -x1430 -x1330 -x1230 -x1130 -x1030 -x930 -x830 -x730 -x630 -x530 x430 -x330 -x230 -x130 -x30 -x1729 -x1629 -x1529 
65361.97/3598.72	v -x1429 x1329 -x1229 -x1129 -x1029 -x929 -x829 -x729 -x629 -x529 -x429 -x329 -x229 -x129 -x29 -x1728 -x1628 -x1528 -x1428 -x1328 
65361.97/3598.72	v -x1228 -x1128 -x1028 -x928 x828 -x728 -x628 -x528 -x428 -x328 -x228 -x128 -x28 -x1727 -x1627 -x1527 x1427 -x1327 -x1227 -x1127 
65361.97/3598.72	v -x1027 -x927 -x827 -x727 -x627 -x527 -x427 -x327 -x227 -x127 -x27 -x1726 -x1626 -x1526 -x1426 -x1326 -x1226 -x1126 -x1026 
65361.97/3598.72	v x926 -x826 -x726 -x626 -x526 -x426 -x326 -x226 -x126 -x26 -x1725 -x1625 -x1525 -x1425 -x1325 x1225 -x1125 -x1025 -x925 -x825 
65361.97/3598.72	v -x725 -x625 -x525 -x425 -x325 -x225 -x125 -x25 -x1724 -x1624 -x1524 -x1424 -x1324 -x1224 -x1124 -x1024 -x924 -x824 -x724 -x624 
65361.97/3598.72	v x524 -x424 -x324 -x224 -x124 -x24 -x1722 -x1622 -x1522 -x1422 -x1322 -x1222 -x1122 -x1022 -x922 -x822 x722 -x622 -x522 -x422 
65361.97/3598.72	v -x322 -x222 -x122 -x22 -x1721 -x1621 -x1521 -x1421 -x1321 -x1221 -x1121 -x1021 -x921 -x821 -x721 -x621 -x521 -x421 x321 
65361.97/3598.72	v -x221 -x121 -x21 -x1720 -x1620 -x1520 -x1420 -x1320 -x1220 -x1120 -x1020 -x920 -x820 -x720 -x620 x520 -x420 -x320 -x220 -x120 
65361.97/3598.72	v -x20 -x1719 -x1619 -x1519 -x1419 -x1319 -x1219 x1119 -x1019 -x919 -x819 -x719 -x619 -x519 -x419 -x319 -x219 -x119 -x19 -x1718 
65361.97/3598.72	v -x1618 -x1518 -x1418 -x1318 x1218 -x1118 -x1018 -x918 -x818 -x718 -x618 -x518 -x418 -x318 -x218 -x118 -x18 -x1717 -x1617 -x1517 
65361.97/3598.72	v -x1417 -x1317 -x1217 -x1117 -x1017 -x917 -x817 -x717 -x617 -x517 x417 -x317 -x217 -x117 -x17 -x1716 -x1616 -x1516 -x1416 
65361.97/3598.72	v -x1316 -x1216 -x1116 -x1016 -x916 x816 -x716 -x616 -x516 -x416 -x316 -x216 -x116 -x16 -x1715 -x1615 -x1515 -x1415 -x1315 -x1215 
65361.97/3598.72	v -x1115 -x1015 -x915 -x815 -x715 -x615 -x515 -x415 -x315 -x215 -x115 x15 x1714 -x1614 -x1514 -x1414 -x1314 -x1214 -x1114 -x1014 
65361.97/3598.72	v -x914 -x814 -x714 -x614 -x514 -x414 -x314 -x214 -x114 -x14 -x1713 x1613 -x1513 -x1413 -x1313 -x1213 -x1113 -x1013 -x913 
65361.97/3598.72	v -x813 -x713 -x613 -x513 -x413 -x313 -x213 -x113 -x13 -x1711 -x1611 -x1511 -x1411 -x1311 -x1211 -x1111 x1011 -x911 -x811 -x711 
65361.97/3598.72	v -x611 -x511 -x411 -x311 -x211 -x111 -x11 -x1710 -x1610 -x1510 x1410 -x1310 -x1210 -x1110 -x1010 -x910 -x810 -x710 -x610 -x510 
65361.97/3598.72	v -x410 -x310 -x210 -x110 -x10 -x1709 -x1609 -x1509 -x1409 -x1309 -x1209 -x1109 -x1009 -x909 -x809 -x709 -x609 x509 -x409 -x309 
65361.97/3598.72	v -x209 -x109 -x9 -x1708 -x1608 -x1508 -x1408 -x1308 -x1208 -x1108 -x1008 -x908 -x808 -x708 -x608 -x508 x408 -x308 -x208 -x108 
65361.97/3598.72	v -x8 -x1707 -x1607 -x1507 -x1407 -x1307 -x1207 -x1107 -x1007 -x907 x807 -x707 -x607 -x507 -x407 -x307 -x207 -x107 -x7 -x1706 
65361.97/3598.72	v x1606 -x1506 -x1406 -x1306 -x1206 -x1106 -x1006 -x906 -x806 -x706 -x606 -x506 -x406 -x306 -x206 -x106 -x6 -x1705 -x1605 -x1505 
65361.97/3598.72	v -x1405 -x1305 -x1205 -x1105 -x1005 -x905 -x805 -x705 -x605 -x505 -x405 -x305 -x205 x105 -x5 -x1704 -x1604 -x1504 -x1404 
65361.97/3598.72	v -x1304 x1204 -x1104 -x1004 -x904 -x804 -x704 -x604 -x504 -x404 -x304 -x204 -x104 -x4 -x1703 -x1603 -x1503 -x1403 -x1303 -x1203 
65361.97/3598.72	v -x1103 -x1003 -x903 -x803 -x703 x603 -x503 -x403 -x303 -x203 -x103 -x3 -x1702 -x1602 x1502 -x1402 -x1302 -x1202 -x1102 -x1002 
65361.97/3598.72	v -x902 -x802 -x702 -x602 -x502 -x402 -x302 -x202 -x102 -x2 x2700 x2699 x2698 x2697 x2696 -x2695 x2694 -x2693 -x2692 x2691 -x2690 
65361.97/3598.72	v -x2689 -x2688 -x2687 -x2686 -x2685 -x2684 -x2683 x2682 -x2681 -x2680 -x2679 -x2678 -x2677 -x2676 -x2675 -x2674 -x2673 -x2672 
65361.97/3598.72	v -x2671 -x2670 -x2669 -x2668 -x2667 x2666 -x2665 x2664 -x2663 -x2662 -x2661 -x2660 -x2659 -x2658 -x2657 -x2656 -x2655 -x2654 
65361.97/3598.72	v -x2653 -x2652 -x2651 -x2650 -x2649 -x2648 x2647 x2646 -x2645 -x2644 -x2643 -x2642 -x2641 -x2640 -x2639 -x2638 -x2637 -x2636 
65361.97/3598.72	v -x2635 -x2634 -x2633 -x2632 x2631 -x2630 -x2629 x2628 -x2627 -x2626 -x2625 -x2624 -x2623 -x2622 -x2621 -x2620 x2619 -x2618 
65361.97/3598.72	v -x2617 -x2616 -x2615 -x2614 -x2613 -x2612 -x2611 x2610 -x2609 -x2608 -x2607 -x2606 -x2605 -x2604 -x2603 -x2602 -x2601 -x2600 
65361.97/3598.72	v x2599 x2598 x2597 x2596 -x2595 -x2594 x2593 -x2592 x2591 -x2590 -x2589 -x2588 -x2587 -x2586 -x2585 -x2584 -x2583 x2582 -x2581 
65361.97/3598.72	v -x2580 -x2579 -x2578 -x2577 -x2576 -x2575 -x2574 x2573 -x2572 -x2571 -x2570 -x2569 -x2568 -x2567 -x2566 -x2565 -x2564 -x2563 
65361.97/3598.72	v -x2562 -x2561 -x2560 x2559 -x2558 -x2557 -x2556 -x2555 -x2554 -x2553 -x2552 -x2551 -x2550 x2549 -x2548 -x2547 x2546 -x2545 
65361.97/3598.72	v -x2544 -x2543 -x2542 -x2541 -x2540 -x2539 -x2538 -x2537 x2536 -x2535 -x2534 -x2533 -x2532 -x2531 -x2530 x2529 -x2528 -x2527 
65361.97/3598.72	v -x2526 -x2525 -x2524 -x2523 -x2522 -x2521 -x2520 x2519 -x2518 -x2517 -x2516 -x2515 -x2514 -x2513 -x2512 -x2511 x2510 -x2509 -x2508 
65361.97/3598.72	v -x2507 -x2506 -x2505 -x2504 -x2503 x2502 -x2501 x2500 x2499 -x2498 -x2497 x2496 -x2495 -x2494 -x2493 -x2492 -x2491 -x2490 
65361.97/3598.72	v -x2489 -x2488 -x2487 x2486 -x2485 -x2484 -x2483 -x2482 -x2481 x2480 -x2479 -x2478 -x2477 -x2476 -x2475 -x2474 -x2473 -x2472 
65361.97/3598.72	v -x2471 -x2470 -x2469 -x2468 x2467 -x2466 -x2465 x2464 -x2463 -x2462 -x2461 -x2460 -x2459 -x2458 -x2457 -x2456 -x2455 -x2454 
65361.97/3598.72	v -x2453 -x2452 x2451 -x2450 -x2449 -x2448 x2447 -x2446 -x2445 -x2444 -x2443 -x2442 -x2441 -x2440 -x2439 -x2438 x2437 -x2436 -x2435 
65361.97/3598.72	v -x2434 -x2433 -x2432 -x2431 -x2430 -x2429 x2428 -x2427 -x2426 -x2425 -x2424 -x2423 -x2422 -x2421 -x2420 x2419 -x2418 -x2417 
65361.97/3598.72	v -x2416 -x2415 -x2414 -x2413 -x2412 -x2411 -x2410 -x2409 -x2408 -x2407 -x2406 -x2405 x2404 x2403 x2402 -x2401 x2400 x2399 
65361.97/3598.72	v x2398 x2397 -x2396 -x2395 -x2394 -x2393 x2392 -x2391 -x2390 -x2389 -x2388 -x2387 -x2386 -x2385 -x2384 -x2383 x2382 -x2381 -x2380 
65361.97/3598.72	v -x2379 -x2378 -x2377 -x2376 -x2375 -x2374 x2373 -x2372 -x2371 -x2370 -x2369 -x2368 -x2367 -x2366 -x2365 -x2364 -x2363 -x2362 
65361.97/3598.72	v -x2361 x2360 -x2359 -x2358 -x2357 -x2356 x2355 -x2354 -x2353 -x2352 -x2351 -x2350 -x2349 -x2348 -x2347 x2346 -x2345 -x2344 
65361.97/3598.72	v -x2343 -x2342 -x2341 -x2340 -x2339 -x2338 x2337 -x2336 -x2335 -x2334 -x2333 -x2332 -x2331 -x2330 -x2329 x2328 -x2327 -x2326 
65361.97/3598.72	v -x2325 -x2324 -x2323 -x2322 x2321 -x2320 -x2319 -x2318 -x2317 -x2316 -x2315 -x2314 -x2313 -x2312 -x2311 -x2310 -x2309 -x2308 
65361.97/3598.72	v x2307 -x2306 -x2305 x2304 -x2303 -x2302 x2301 -x2300 x2299 -x2298 x2297 x2296 -x2295 -x2294 -x2293 -x2292 x2291 -x2290 -x2289 
65361.97/3598.72	v -x2288 -x2287 -x2286 -x2285 x2284 -x2283 -x2282 -x2281 -x2280 -x2279 -x2278 -x2277 -x2276 -x2275 -x2274 x2273 -x2272 -x2271 
65361.97/3598.72	v -x2270 -x2269 -x2268 -x2267 -x2266 -x2265 x2264 -x2263 -x2262 -x2261 -x2260 -x2259 -x2258 -x2257 -x2256 -x2255 x2254 -x2253 
65361.97/3598.72	v -x2252 -x2251 -x2250 -x2249 -x2248 -x2247 x2246 -x2245 -x2244 -x2243 -x2242 -x2241 -x2240 -x2239 -x2238 x2237 -x2236 -x2235 
65361.97/3598.72	v -x2234 -x2233 -x2232 -x2231 -x2230 -x2229 x2228 -x2227 -x2226 -x2225 -x2224 -x2223 -x2222 -x2221 -x2220 -x2219 -x2218 x2217 -x2216 
65361.97/3598.72	v -x2215 -x2214 -x2213 -x2212 -x2211 -x2210 x2209 -x2208 -x2207 -x2206 x2205 x2204 x2203 x2202 -x2201 -x2200 -x2199 x2198 
65361.97/3598.72	v -x2197 -x2196 -x2195 -x2194 -x2193 -x2192 x2191 -x2190 -x2189 -x2188 -x2187 -x2186 -x2185 -x2184 -x2183 -x2182 -x2181 -x2180 
65361.97/3598.72	v x2179 -x2178 -x2177 -x2176 -x2175 x2174 -x2173 -x2172 -x2171 -x2170 -x2169 -x2168 -x2167 -x2166 -x2165 x2164 -x2163 -x2162 -x2161 
65361.97/3598.72	v -x2160 -x2159 -x2158 -x2157 -x2156 x2155 -x2154 -x2153 -x2152 -x2151 -x2150 -x2149 -x2148 x2147 -x2146 -x2145 -x2144 -x2143 
65361.97/3598.72	v x2142 -x2141 -x2140 -x2139 -x2138 -x2137 -x2136 -x2135 -x2134 -x2133 -x2132 -x2131 x2130 -x2129 -x2128 -x2127 -x2126 -x2125 
65361.97/3598.72	v -x2124 -x2123 -x2122 -x2121 -x2120 x2119 -x2118 -x2117 -x2116 -x2115 -x2114 -x2113 -x2112 -x2111 x2110 -x2109 -x2108 -x2107 
65361.97/3598.72	v -x2106 -x2105 x2104 x2103 -x2102 -x2101 x2100 x2099 -x2098 -x2097 -x2096 -x2095 -x2094 -x2093 -x2092 -x2091 -x2090 x2089 -x2088 
65361.97/3598.72	v x2087 -x2086 -x2085 -x2084 -x2083 -x2082 -x2081 -x2080 -x2079 -x2078 -x2077 -x2076 -x2075 -x2074 x2073 -x2072 -x2071 -x2070 
65361.97/3598.72	v -x2069 -x2068 -x2067 -x2066 x2065 -x2064 -x2063 -x2062 -x2061 -x2060 x2059 -x2058 -x2057 -x2056 -x2055 -x2054 -x2053 -x2052 
65361.97/3598.72	v -x2051 -x2050 x2049 -x2048 -x2047 -x2046 -x2045 -x2044 -x2043 -x2042 -x2041 -x2040 -x2039 -x2038 x2037 -x2036 -x2035 -x2034 
65361.97/3598.72	v -x2033 -x2032 -x2031 -x2030 -x2029 x2028 -x2027 -x2026 -x2025 x2024 -x2023 -x2022 -x2021 -x2020 -x2019 -x2018 -x2017 -x2016 
65362.08/3598.85	v -x2015 -x2014 -x2013 -x2012 -x2011 x2010 -x2009 -x2008 -x2007 -x2006 -x2005 -x2004 -x2003 x2002 -x2001 x2000 x1999 -x1998 -x1997 
65362.08/3598.85	v x1996 -x1995 -x1994 -x1993 -x1992 -x1991 -x1990 x1989 -x1988 -x1987 -x1986 -x1985 -x1984 -x1983 -x1982 -x1981 -x1980 -x1979 
65362.08/3598.85	v -x1978 -x1977 -x1976 -x1975 -x1974 x1973 -x1972 -x1971 x1970 -x1969 -x1968 -x1967 -x1966 -x1965 -x1964 -x1963 -x1962 -x1961 
65362.08/3598.85	v -x1960 -x1959 -x1958 -x1957 -x1956 x1955 -x1954 x1953 -x1952 -x1951 -x1950 -x1949 -x1948 -x1947 -x1946 -x1945 -x1944 -x1943 
65362.08/3598.85	v -x1942 -x1941 -x1940 -x1939 -x1938 x1937 -x1936 -x1935 -x1934 -x1933 -x1932 -x1931 -x1930 -x1929 x1928 -x1927 -x1926 -x1925 
65362.08/3598.85	v -x1924 -x1923 -x1922 -x1921 -x1920 x1919 -x1918 -x1917 -x1916 -x1915 -x1914 -x1913 -x1912 x1911 -x1910 -x1909 -x1908 -x1907 
65362.08/3598.85	v -x1906 x1905 x1904 x1903 -x1902 x1901 x1900 -x1899 x1898 -x1897 -x1896 -x1895 -x1894 -x1893 -x1892 -x1891 -x1890 -x1889 -x1888 
65362.08/3598.85	v -x1887 -x1886 -x1885 -x1884 x1883 -x1882 -x1881 -x1880 -x1879 -x1878 -x1877 -x1876 x1875 -x1874 -x1873 -x1872 x1871 -x1870 
65362.08/3598.85	v -x1869 -x1868 -x1867 -x1866 -x1865 -x1864 -x1863 -x1862 -x1861 -x1860 -x1859 -x1858 -x1857 -x1856 x1855 -x1854 -x1853 -x1852 
65362.08/3598.85	v -x1851 -x1850 -x1849 -x1848 -x1847 x1846 -x1845 -x1844 -x1843 -x1842 -x1841 -x1840 -x1839 -x1838 x1837 -x1836 -x1835 -x1834 
65362.08/3598.85	v -x1833 -x1832 -x1831 -x1830 -x1829 x1828 -x1827 -x1826 -x1825 -x1824 -x1823 -x1822 -x1821 -x1820 x1819 -x1818 -x1817 -x1816 -x1815 
65362.08/3598.85	v x1814 -x1813 -x1812 -x1811 -x1810 x1809 -x1808 x1807 x1806 -x1805 x1804 x1803 -x1802 -x1801 

Verifier Data

OK	80090

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 (142131 MiB free)
  memory of node 1: 193531 MiB (182985 MiB free)
  memory of node 2: 193531 MiB (175165 MiB free)
  memory of node 3: 193493 MiB (177085 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-4468546-1723482837/watcher-4468546-1723482837 -o /tmp/evaluation-result-4468546-1723482837/solver-4468546-1723482837 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723479140-680601 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468546-1723482837.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100126 s]*
/proc/loadavg: 80.30 80.55 79.04 62/943 683713
/proc/meminfo: memFree=693585884/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=72132 memory=61932 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) R 683709 683712 680588 0 -1 4194304 13342 0 0 0 9 2 0 0 20 0 1 0 114863160 73863168 15483 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 18033 15483 2571 3035 0 14429 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 72132 KiB
Current children cumulated memory: 61932 KiB

[startup+0.218728 s]*
/proc/loadavg: 80.30 80.55 79.04 62/943 683713
/proc/meminfo: memFree=693534536/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=135472 memory=112360 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) R 683709 683712 680588 0 -1 4194304 25853 0 0 0 19 4 0 0 20 0 1 0 114863160 138723328 28090 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 33868 28090 2662 3035 0 30264 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 135472 KiB
Current children cumulated memory: 112360 KiB

[startup+0.319049 s]*
/proc/loadavg: 80.30 80.55 79.04 63/943 683713
/proc/meminfo: memFree=693482224/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=165004 memory=151152 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) R 683709 683712 680588 0 -1 4194304 33405 0 0 0 27 6 0 0 20 0 1 0 114863160 168964096 37788 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 41251 37788 2710 3035 0 37647 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 151152 KiB

[startup+0.700227 s]
/proc/loadavg: 80.30 80.55 79.04 63/943 683713
/proc/meminfo: memFree=693480656/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=166416 memory=153636 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) R 683709 683712 680588 0 -1 4194304 46435 0 0 0 60 8 0 0 20 0 1 0 114863160 170409984 38409 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 41604 38409 2790 3035 0 38000 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 166416 KiB
Current children cumulated memory: 153636 KiB

[startup+1.50025 s]
/proc/loadavg: 80.30 80.55 79.04 63/943 683713
/proc/meminfo: memFree=693465836/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=333292 memory=282464 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) R 683709 683712 680588 0 -1 4194304 53105 0 0 0 137 12 0 0 20 0 1 0 114863160 341291008 70616 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 83323 70616 2790 3035 0 79719 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 333292 KiB
Current children cumulated memory: 282464 KiB

[startup+3.1219 s]
/proc/loadavg: 80.30 80.55 79.04 75/983 683753
/proc/meminfo: memFree=691233124/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=4251592 memory=2987052 CPUtime=8.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) S 683709 683712 680588 0 -1 1077936128 705074 0 0 0 649 160 0 0 20 0 41 0 114863160 4353630208 746697 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 1062898 746697 2822 3035 0 854154 0
[pid=683712/tid=683714] ppid=683709 vsize=4251592 memory=0 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683714/stat : 683714 (fscip) R 683709 683712 680588 0 -1 4194368 26918 0 0 0 27 6 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683715] ppid=683709 vsize=4251592 memory=413632 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683715/stat : 683715 (fscip) R 683709 683712 680588 0 -1 4194368 33931 0 0 0 24 7 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683716] ppid=683709 vsize=4251592 memory=653052 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683716/stat : 683716 (fscip) D 683709 683712 680588 0 -1 4194368 34067 0 0 0 23 7 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683717] ppid=683709 vsize=4251592 memory=891416 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683717/stat : 683717 (fscip) R 683709 683712 680588 0 -1 4194368 26502 0 0 0 26 6 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683718] ppid=683709 vsize=4251592 memory=30962685530996822 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683718/stat : 683718 (fscip) R 683709 683712 680588 0 -1 4194368 33934 0 0 0 22 8 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683719] ppid=683709 vsize=4251592 memory=25333125866717268 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683719/stat : 683719 (fscip) R 683709 683712 680588 0 -1 4194368 34173 0 0 0 23 8 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683720] ppid=683709 vsize=4251592 memory=280070925412768 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683720/stat : 683720 (fscip) R 683709 683712 680588 0 -1 4194368 25910 0 0 0 26 6 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683721] ppid=683709 vsize=4251592 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683721/stat : 683721 (fscip) R 683709 683712 680588 0 -1 4194368 33944 0 0 0 23 8 0 0 20 0 41 0 114863320 4353630208 746895 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683722] ppid=683709 vsize=4251592 memory=30399726987509844 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683722/stat : 683722 (fscip) R 683709 683712 680588 0 -1 4194368 34295 0 0 0 24 7 0 0 20 0 41 0 114863320 4353630208 747157 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683723] ppid=683709 vsize=4251592 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683723/stat : 683723 (fscip) R 683709 683712 680588 0 -1 4194368 26539 0 0 0 27 5 0 0 20 0 41 0 114863320 4353630208 747157 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683724] ppid=683709 vsize=4251592 memory=0 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683724/stat : 683724 (fscip) R 683709 683712 680588 0 -1 4194368 33954 0 0 0 23 7 0 0 20 0 41 0 114863320 4353630208 747223 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683725] ppid=683709 vsize=4251592 memory=6096 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683725/stat : 683725 (fscip) D 683709 683712 680588 0 -1 4194368 34315 0 0 0 23 7 0 0 20 0 41 0 114863320 4353630208 747289 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683726] ppid=683709 vsize=4251592 memory=1968 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683726/stat : 683726 (fscip) R 683709 683712 680588 0 -1 4194368 26419 0 0 0 27 6 0 0 20 0 41 0 114863320 4353630208 747289 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683727] ppid=683709 vsize=4251592 memory=54204 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683727/stat : 683727 (fscip) R 683709 683712 680588 0 -1 4194368 35810 0 0 0 25 7 0 0 20 0 41 0 114863320 4353630208 747289 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683728] ppid=683709 vsize=4251592 memory=33196 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683728/stat : 683728 (fscip) R 683709 683712 680588 0 -1 4194368 33993 0 0 0 23 7 0 0 20 0 41 0 114863320 4353630208 747289 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683729] ppid=683709 vsize=4251592 memory=280070925459040 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683729/stat : 683729 (fscip) R 683709 683712 680588 0 -1 4194368 26930 0 0 0 26 6 0 0 20 0 41 0 114863320 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683730] ppid=683709 vsize=4251592 memory=8734017324801 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683730/stat : 683730 (fscip) R 683709 683712 680588 0 -1 4194368 35259 0 0 0 24 7 0 0 20 0 41 0 114863320 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683731] ppid=683709 vsize=4251592 memory=8738312292097 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683731/stat : 683731 (fscip) R 683709 683712 680588 0 -1 4194368 35736 0 0 0 22 9 0 0 20 0 41 0 114863320 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683732] ppid=683709 vsize=4251592 memory=8802736801537 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683732/stat : 683732 (fscip) D 683709 683712 680588 0 -1 4194368 26229 0 0 0 27 5 0 0 20 0 41 0 114863320 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683733] ppid=683709 vsize=4251592 memory=8807031768833 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683733/stat : 683733 (fscip) R 683709 683712 680588 0 -1 4194368 35777 0 0 0 24 8 0 0 20 0 41 0 114863320 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683734] ppid=683709 vsize=4251592 memory=8871456278017 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683734/stat : 683734 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683735] ppid=683709 vsize=4251592 memory=10074047120897 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683735/stat : 683735 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683736] ppid=683709 vsize=4251592 memory=2814784127238148 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683736/stat : 683736 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747355 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683737] ppid=683709 vsize=4251592 memory=198340509722 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683737/stat : 683737 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747421 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683739] ppid=683709 vsize=4251592 memory=32195 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683739/stat : 683739 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747421 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683738] ppid=683709 vsize=4251592 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683738/stat : 683738 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747421 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683740] ppid=683709 vsize=4251592 memory=280070925270224 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683740/stat : 683740 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747487 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683741] ppid=683709 vsize=4251592 memory=140035462650033 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683741/stat : 683741 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747619 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683742] ppid=683709 vsize=4251592 memory=85751 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683742/stat : 683742 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683743] ppid=683709 vsize=4251592 memory=48784 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683743/stat : 683743 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683744] ppid=683709 vsize=4251592 memory=90478 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683744/stat : 683744 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683745] ppid=683709 vsize=4251592 memory=3832905476711718878 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683745/stat : 683745 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683746] ppid=683709 vsize=4251592 memory=280070925102912 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683746/stat : 683746 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683747] ppid=683709 vsize=4251592 memory=-7385037615359298921 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683747/stat : 683747 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683748] ppid=683709 vsize=4251592 memory=6944656425123290226 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683748/stat : 683748 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683749] ppid=683709 vsize=4251592 memory=6944656592452807323 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683749/stat : 683749 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683750] ppid=683709 vsize=4251592 memory=8292088564187963537 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683750/stat : 683750 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683751] ppid=683709 vsize=4251592 memory=378005413 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683751/stat : 683751 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683752] ppid=683709 vsize=4251592 memory=4639106074556781165 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683752/stat : 683752 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683753] ppid=683709 vsize=4251592 memory=280070925346880 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683753/stat : 683753 (fscip) S 683709 683712 680588 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114863438 4353630208 747685 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 4251592 KiB
Current children cumulated memory: 2987052 KiB

[startup+6.30107 s]
/proc/loadavg: 80.27 80.54 79.04 81/983 683755
/proc/meminfo: memFree=686596128/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=8405344 memory=7007056 CPUtime=68.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) S 683709 683712 680588 0 -1 1077936128 1545220 0 0 0 4664 2172 0 0 20 0 41 0 114863160 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 2101336 1751764 2854 3035 0 1944601 0
[pid=683712/tid=683714] ppid=683709 vsize=8405344 memory=0 CPUtime=3.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683714/stat : 683714 (fscip) R 683709 683712 680588 0 -1 4194368 64348 0 0 0 228 103 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683715] ppid=683709 vsize=8405344 memory=280070925102912 CPUtime=3.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683715/stat : 683715 (fscip) R 683709 683712 680588 0 -1 4194368 80487 0 0 0 225 106 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683716] ppid=683709 vsize=8405344 memory=0 CPUtime=3.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683716/stat : 683716 (fscip) R 683709 683712 680588 0 -1 4194368 81574 0 0 0 220 112 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683717] ppid=683709 vsize=8405344 memory=5927704 CPUtime=3.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683717/stat : 683717 (fscip) R 683709 683712 680588 0 -1 4194368 60426 0 0 0 231 104 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683718] ppid=683709 vsize=8405344 memory=653052 CPUtime=3.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683718/stat : 683718 (fscip) R 683709 683712 680588 0 -1 4194368 84571 0 0 0 217 113 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683719] ppid=683709 vsize=8405344 memory=0 CPUtime=3.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683719/stat : 683719 (fscip) R 683709 683712 680588 0 -1 4194368 83160 0 0 0 216 113 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683720] ppid=683709 vsize=8405344 memory=211359661321 CPUtime=3.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683720/stat : 683720 (fscip) R 683709 683712 680588 0 -1 4194368 59296 0 0 0 227 108 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683721] ppid=683709 vsize=8405344 memory=0 CPUtime=3.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683721/stat : 683721 (fscip) R 683709 683712 680588 0 -1 4194368 79729 0 0 0 221 111 0 0 20 0 41 0 114863320 8607072256 1751764 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0

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

/proc/683712/task/683737/stat : 683737 (fscip) S 683709 683712 680588 0 -1 1077936192 220 0 0 0 0 1 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683739] ppid=683709 vsize=22343008 memory=6720669826672706152 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683739/stat : 683739 (fscip) S 683709 683712 680588 0 -1 1077936192 225 0 0 0 0 1 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683738] ppid=683709 vsize=22343008 memory=19048 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683738/stat : 683738 (fscip) S 683709 683712 680588 0 -1 1077936192 239 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683740] ppid=683709 vsize=22343008 memory=20684 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683740/stat : 683740 (fscip) S 683709 683712 680588 0 -1 1077936192 226 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683741] ppid=683709 vsize=22343008 memory=5640 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683741/stat : 683741 (fscip) S 683709 683712 680588 0 -1 1077936192 231 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683742] ppid=683709 vsize=22343008 memory=54204 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683742/stat : 683742 (fscip) S 683709 683712 680588 0 -1 1077936192 238 0 0 0 1 1 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683743] ppid=683709 vsize=22343008 memory=33196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683743/stat : 683743 (fscip) S 683709 683712 680588 0 -1 1077936192 231 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683744] ppid=683709 vsize=22343008 memory=21544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683744/stat : 683744 (fscip) S 683709 683712 680588 0 -1 1077936192 223 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683745] ppid=683709 vsize=22343008 memory=100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683745/stat : 683745 (fscip) S 683709 683712 680588 0 -1 1077936192 149 0 0 0 1 1 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683746] ppid=683709 vsize=22343008 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683746/stat : 683746 (fscip) S 683709 683712 680588 0 -1 1077936192 230 0 0 0 1 0 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683747] ppid=683709 vsize=22343008 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683747/stat : 683747 (fscip) S 683709 683712 680588 0 -1 1077936192 226 0 0 0 0 1 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683748] ppid=683709 vsize=22343008 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683748/stat : 683748 (fscip) S 683709 683712 680588 0 -1 1077936192 228 0 0 0 1 1 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683749] ppid=683709 vsize=22343008 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683749/stat : 683749 (fscip) S 683709 683712 680588 0 -1 1077936192 218 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683750] ppid=683709 vsize=22343008 memory=2 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683750/stat : 683750 (fscip) S 683709 683712 680588 0 -1 1077936192 304 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683751] ppid=683709 vsize=22343008 memory=1 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683751/stat : 683751 (fscip) S 683709 683712 680588 0 -1 1077936192 224 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683752] ppid=683709 vsize=22343008 memory=1 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683752/stat : 683752 (fscip) S 683709 683712 680588 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683753] ppid=683709 vsize=22343008 memory=2 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683753/stat : 683753 (fscip) S 683709 683712 680588 0 -1 1077936192 222 0 0 0 0 2 0 0 20 0 41 0 114863438 22879240192 4486985 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
Current children cumulated CPU time: 65330.2 s
Current children cumulated vsize: 22343008 KiB
Current children cumulated memory: 17947940 KiB

[startup+3598.4 s]
/proc/loadavg: 80.27 80.41 80.07 81/1024 686090
/proc/meminfo: memFree=675510504/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=18436092 memory=14958192 CPUtime=65360.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) S 683709 683712 680588 0 -1 1077936128 60031929 0 0 0 6524698 11324 0 0 20 0 28 0 114863160 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 4609023 3739548 3334 3035 0 4488994 0
[pid=683712/tid=683715] ppid=683709 vsize=18436092 memory=6720669826672706152 CPUtime=3543.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683715/stat : 683715 (fscip) R 683709 683712 680588 0 -1 4194368 2929913 0 0 0 353908 459 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683716] ppid=683709 vsize=18436092 memory=0 CPUtime=3246.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683716/stat : 683716 (fscip) R 683709 683712 680588 0 -1 4194368 4375652 0 0 0 323605 1054 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683719] ppid=683709 vsize=18436092 memory=140035463720944 CPUtime=3193.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683719/stat : 683719 (fscip) R 683709 683712 680588 0 -1 4194368 4263955 0 0 0 318365 986 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683722] ppid=683709 vsize=18436092 memory=280070926436584 CPUtime=3153.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683722/stat : 683722 (fscip) R 683709 683712 680588 0 -1 4194368 4756288 0 0 0 314249 1128 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683723] ppid=683709 vsize=18436092 memory=280070926436744 CPUtime=3149.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683723/stat : 683723 (fscip) R 683709 683712 680588 0 -1 4194368 1932308 0 0 0 314620 298 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683725] ppid=683709 vsize=18436092 memory=68692 CPUtime=3208.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683725/stat : 683725 (fscip) R 683709 683712 680588 0 -1 4194368 4223369 0 0 0 319902 981 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683726] ppid=683709 vsize=18436092 memory=7968 CPUtime=3135.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683726/stat : 683726 (fscip) R 683709 683712 680588 0 -1 4194368 2295570 0 0 0 313147 383 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683730] ppid=683709 vsize=18436092 memory=20684 CPUtime=3123.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683730/stat : 683730 (fscip) R 683709 683712 680588 0 -1 4194368 2563625 0 0 0 311941 379 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683731] ppid=683709 vsize=18436092 memory=5640 CPUtime=3162.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683731/stat : 683731 (fscip) R 683709 683712 680588 0 -1 4194368 4588493 0 0 0 315209 1049 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683733] ppid=683709 vsize=18436092 memory=11452 CPUtime=3103.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683733/stat : 683733 (fscip) R 683709 683712 680588 0 -1 4194368 2211529 0 0 0 310022 353 0 0 20 0 28 0 114863320 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683734] ppid=683709 vsize=18436092 memory=13856 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683734/stat : 683734 (fscip) S 683709 683712 680588 0 -1 1077936192 242 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683736] ppid=683709 vsize=18436092 memory=11872 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683736/stat : 683736 (fscip) S 683709 683712 680588 0 -1 1077936192 224 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683737] ppid=683709 vsize=18436092 memory=16088 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683737/stat : 683737 (fscip) S 683709 683712 680588 0 -1 1077936192 220 0 0 0 0 1 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683739] ppid=683709 vsize=18436092 memory=2212 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683739/stat : 683739 (fscip) S 683709 683712 680588 0 -1 1077936192 225 0 0 0 0 1 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683738] ppid=683709 vsize=18436092 memory=6096 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683738/stat : 683738 (fscip) S 683709 683712 680588 0 -1 1077936192 239 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683740] ppid=683709 vsize=18436092 memory=1968 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683740/stat : 683740 (fscip) S 683709 683712 680588 0 -1 1077936192 226 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683741] ppid=683709 vsize=18436092 memory=54204 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683741/stat : 683741 (fscip) S 683709 683712 680588 0 -1 1077936192 231 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683742] ppid=683709 vsize=18436092 memory=2684 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683742/stat : 683742 (fscip) S 683709 683712 680588 0 -1 1077936192 240 0 0 0 1 1 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683743] ppid=683709 vsize=18436092 memory=6336 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683743/stat : 683743 (fscip) S 683709 683712 680588 0 -1 1077936192 232 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683745] ppid=683709 vsize=18436092 memory=3768868 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683745/stat : 683745 (fscip) S 683709 683712 680588 0 -1 1077936192 149 0 0 0 1 1 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683746] ppid=683709 vsize=18436092 memory=5556 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683746/stat : 683746 (fscip) S 683709 683712 680588 0 -1 1077936192 230 0 0 0 1 0 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683748] ppid=683709 vsize=18436092 memory=16088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683748/stat : 683748 (fscip) S 683709 683712 680588 0 -1 1077936192 228 0 0 0 1 1 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683749] ppid=683709 vsize=18436092 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683749/stat : 683749 (fscip) S 683709 683712 680588 0 -1 1077936192 219 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683750] ppid=683709 vsize=18436092 memory=280070925883184 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683750/stat : 683750 (fscip) S 683709 683712 680588 0 -1 1077936192 305 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683751] ppid=683709 vsize=18436092 memory=7300440975902730544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683751/stat : 683751 (fscip) S 683709 683712 680588 0 -1 1077936192 224 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683752] ppid=683709 vsize=18436092 memory=4072439797103146051 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683752/stat : 683752 (fscip) S 683709 683712 680588 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683753] ppid=683709 vsize=18436092 memory=6943526294502006880 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683753/stat : 683753 (fscip) S 683709 683712 680588 0 -1 1077936192 222 0 0 0 0 2 0 0 20 0 28 0 114863438 18878558208 3739548 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
Current children cumulated CPU time: 65360.2 s
Current children cumulated vsize: 18436092 KiB
Current children cumulated memory: 14958192 KiB

[startup+3598.8 s]
/proc/loadavg: 80.27 80.41 80.07 81/1024 686090
/proc/meminfo: memFree=675510504/790760800 swapFree=131071996/131071996
[pid=683712] ppid=683709 vsize=11161660 memory=9135428 CPUtime=65362.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/stat : 683712 (fscip) R 683709 683712 680588 0 -1 4194304 60235978 0 0 0 6524854 11354 0 0 20 0 18 0 114863160 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
/proc/683712/statm: 2790415 2283857 3334 3035 0 2718566 0
[pid=683712/tid=683734] ppid=683709 vsize=11161660 memory=6720669826672706152 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683734/stat : 683734 (fscip) S 683709 683712 680588 0 -1 1077936192 242 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683736] ppid=683709 vsize=11161660 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683736/stat : 683736 (fscip) S 683709 683712 680588 0 -1 1077936192 224 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683737] ppid=683709 vsize=11161660 memory=7732801976090514022 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683737/stat : 683737 (fscip) S 683709 683712 680588 0 -1 1077936192 220 0 0 0 0 1 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683739] ppid=683709 vsize=11161660 memory=2320515125229133924 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683739/stat : 683739 (fscip) S 683709 683712 680588 0 -1 1077936192 225 0 0 0 0 1 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683738] ppid=683709 vsize=11161660 memory=-7090487140493542799 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683738/stat : 683738 (fscip) S 683709 683712 680588 0 -1 1077936192 239 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683740] ppid=683709 vsize=11161660 memory=4638778398332698720 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683740/stat : 683740 (fscip) S 683709 683712 680588 0 -1 1077936192 226 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683741] ppid=683709 vsize=11161660 memory=7007707949394126417 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683741/stat : 683741 (fscip) S 683709 683712 680588 0 -1 1077936192 231 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683742] ppid=683709 vsize=11161660 memory=5792588261829011563 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683742/stat : 683742 (fscip) S 683709 683712 680588 0 -1 1077936192 240 0 0 0 1 1 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683743] ppid=683709 vsize=11161660 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683743/stat : 683743 (fscip) S 683709 683712 680588 0 -1 1077936192 232 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683745] ppid=683709 vsize=11161660 memory=2365 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683745/stat : 683745 (fscip) S 683709 683712 680588 0 -1 1077936192 149 0 0 0 1 1 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683746] ppid=683709 vsize=11161660 memory=22376880747487817 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683746/stat : 683746 (fscip) S 683709 683712 680588 0 -1 1077936192 230 0 0 0 1 0 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683748] ppid=683709 vsize=11161660 memory=280070929569568 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683748/stat : 683748 (fscip) S 683709 683712 680588 0 -1 1077936192 228 0 0 0 1 1 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683749] ppid=683709 vsize=11161660 memory=6720669826672706152 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683749/stat : 683749 (fscip) S 683709 683712 680588 0 -1 1077936192 219 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683750] ppid=683709 vsize=11161660 memory=2696 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683750/stat : 683750 (fscip) S 683709 683712 680588 0 -1 1077936192 305 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683751] ppid=683709 vsize=11161660 memory=6648 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683751/stat : 683751 (fscip) S 683709 683712 680588 0 -1 1077936192 224 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683752] ppid=683709 vsize=11161660 memory=6193248 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683752/stat : 683752 (fscip) S 683709 683712 680588 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
[pid=683712/tid=683753] ppid=683709 vsize=11161660 memory=2684 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/683712/task/683753/stat : 683753 (fscip) S 683709 683712 680588 0 -1 1077936192 222 0 0 0 0 2 0 0 20 0 18 0 114863438 11429539840 2283857 809668444160 4194304 16622685 140730281618816 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49455104 140730281620458 140730281620573 140730281620573 140730281627599 0
Current children cumulated CPU time: 65362.1 s
Current children cumulated vsize: 11161660 KiB
Current children cumulated memory: 9135428 KiB

[startup+3599.02 s]*
/proc/loadavg: 78.72 80.09 79.97 63/984 686090
/proc/meminfo: memFree=690563616/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3599.12 s]
/proc/loadavg: 78.72 80.09 79.97 63/984 686090
/proc/meminfo: memFree=690563616/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3599.14
CPU time (s): 65362.4
CPU user time (s): 65248.6
CPU system time (s): 113.851
CPU usage (%): 1816.06
Max. virtual memory (cumulated for all children) (KiB): 23981408
Max. memory (cumulated for all children) (KiB): 18861612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65248.6
system time used= 113.851
maximum resident set size= 18863296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60239277
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= 1180533
involuntary context switches= 223038


# summary of solver processes directly reported to runsolver:
#   pid: 683712
#   total CPU time (s): 65362.4
#   total CPU user time (s): 65248.6
#   total CPU system time (s): 113.851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.18 second user time and 82.0679 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-12 19:13:57
IDJOB=4468546
IDBENCH=147023
IDSOLVER=3099
FILE ID=nodeD104/4468546-1723482837
RUNJOBID= nodeD104-1723479140-680601
SLURM_JOB_ID= 8267555
Free space on /tmp= 8587892 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468546-1723482837/watcher-4468546-1723482837 -o /tmp/evaluation-result-4468546-1723482837/solver-4468546-1723482837 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723479140-680601 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468546-1723482837.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=1289682970

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2660.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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        693625540 kB
MemAvailable:   752998940 kB
Buffers:         1105504 kB
Cached:         61041108 kB
SwapCached:            0 kB
Active:          2609364 kB
Inactive:       89976784 kB
Active(anon):       2212 kB
Inactive(anon): 30476264 kB
Active(file):    2607152 kB
Inactive(file): 59500520 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30988 kB
Writeback:           136 kB
AnonPages:      30428444 kB
Mapped:           132180 kB
Shmem:             38920 kB
KReclaimable:    1370888 kB
Slab:            1913416 kB
SReclaimable:    1370888 kB
SUnreclaim:       542528 kB
KernelStack:       16224 kB
PageTables:        69316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   22287172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1010304 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1441792 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:     1105920 kB
DirectMap2M:    177649664 kB
DirectMap1G:    627048448 kB

Free space on /tmp at the end= 8587868 MiB
End job on nodeD104 at 2024-08-12 20:13:57