Trace number 4465461

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-07-30? (TO) 70755.9 3702.93

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_2_mh.opb
MD5SUMcf21db10fee940c0850751abd4bd733b
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 benchmark3978240
Best CPU time to get the best result obtained on this benchmark72001.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 82021340422
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 82021340422
Number of bits of the biggest sum of numbers37
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: 020d91813d]
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   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         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)
2.48/2.51	c Default LC presolving (default).
2.48/2.52	c ** Before presolving: virtualMemUsedAtLc = 2096764515, getVmSize() = 1367638016, SCIPgetMemUsed() = 1216857156, SCIPgetMemTotal() = 1290850812, SCIPgetMemExternEstim() = 805913703
2.48/2.52	c ** set memory limit for presolving in LC to 8.78949e+12 for SCIP **
111.05/111.66	c ** Estimated virtualMemUsedAtSolver = 1968658576, getVmSize() = 2401558528, SCIPgetMemUsed() = 1697684770, SCIPgetMemTotal() = 2147074162, SCIPgetMemExternEstim() = 805913703
111.05/111.66	c ** set memory limit for solvers to 4.18241e+11 for each SCIP **
111.05/111.66	c Original Problem   :
111.05/111.66	c   Problem name     : instance-4465461-1723622336
111.05/111.66	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
111.05/111.66	c   Constraints      : 605407
111.05/111.66	c   Objective sense  : minimize
111.05/111.66	c Presolved Problem  :
111.05/111.66	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
111.05/111.66	c   Constraints      : 479229
111.05/111.66	c Constraints        : Number
111.05/111.66	c   knapsack         : 1375 
111.05/111.66	c   setppc           : 356526 
111.05/111.66	c   and              : 120050 
111.05/111.66	c   linear           : 3 
111.05/111.66	c   logicor          : 1275 
111.05/111.66	c ** Instance transfer method used: 0
112.24/112.81	c ** ParaScipInstance copy does not increase the number of variables. **
130.38/130.73	c LC is working with racing ramp-up and with rebuilding tree after racing.
130.38/130.74	c                                Nodes    Active                                            
130.38/130.74	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
840.11/167.51	c *     168              0           1        20   310218899.0000                -          -
840.11/167.51	c       168              0           1        20   310218899.0000                -          -
15584.74/912.59	c *     913              0           1        20   292360763.0000                -          -
15584.74/912.59	c       913              0           1        20   292360763.0000                -          -
15800.47/923.46	c *     923              0           1        20   252954071.0000                -          -
15800.47/923.46	c       923              0           1        20   252954071.0000                -          -
16648.72/966.39	c       966              2           1        20   252954071.0000          -5.0000          -
16779.62/972.93	c       973              2           1        20   252954071.0000          -5.0000          -
16928.24/980.47	c       980              2           1        20   252954071.0000          -5.0000          -
17049.22/986.55	c       987              3           4        20   252954071.0000          -5.0000          -
17398.89/1004.20	c      1004              3           4        20   252954071.0000          -5.0000          -
17507.43/1009.69	c      1010              3           4        20   252954071.0000          -5.0000          -
17618.51/1015.29	c      1015              3           4        20   252954071.0000          -5.0000          -
17781.23/1023.44	c      1023             15          14        20   252954071.0000          -5.0000          -
17886.45/1028.77	c      1029             15          14        20   252954071.0000          -5.0000          -
18001.58/1034.59	c      1035             21          22        20   252954071.0000          -5.0000          -
18144.50/1041.71	c      1042             21          22        20   252954071.0000          -5.0000          -
18309.79/1050.06	c      1050             21          22        20   252954071.0000          -5.0000          -
18434.30/1056.31	c      1056             21          22        20   252954071.0000          -5.0000          -
18571.17/1063.25	c      1063             34          33        20   252954071.0000          -5.0000          -
18773.47/1073.48	c      1073             35          34        20   252954071.0000          -5.0000          -
18920.23/1080.89	c      1081             35          34        20   252954071.0000          -5.0000          -
19070.98/1088.43	c      1088             41          42        20   252954071.0000          -5.0000          -
19172.11/1093.59	c      1094             41          42        20   252954071.0000          -5.0000          -
19233.52/1096.64	c *    1097             41          42        20   205801289.0000          -5.0000          -
19273.17/1098.64	c      1099             41          42        20   205801289.0000          -5.0000          -
19566.51/1113.50	c      1114             64          63        20   205801289.0000          -5.0000          -
19667.70/1118.56	c      1119            121         121        20   205801289.0000          -5.0000          -
19848.28/1127.65	c      1128             81          82        20   205801289.0000          -5.0000          -
19963.35/1133.41	c      1133            122         120        20   205801289.0000          -5.0000          -
20068.56/1138.78	c      1139            122         120        20   205801289.0000          -5.0000          -
20276.96/1149.27	c      1149             72          71        20   205801289.0000          -5.0000          -
20399.99/1155.47	c      1155            101         102        20   205801289.0000          -5.0000          -
20501.21/1160.50	c      1161             81          82        20   205801289.0000          -5.0000          -
20622.22/1166.67	c      1167            112         111        20   205801289.0000          -5.0000          -
20733.35/1172.28	c      1172            102         101        20   205801289.0000          -5.0000          -
20846.51/1177.93	c      1178            142         141        20   205801289.0000          -5.0000          -
20945.76/1182.95	c      1183            122         121        20   205801289.0000          -5.0000          -
21047.59/1188.08	c      1188            173         172        20   205801289.0000          -5.0000          -
21147.05/1193.12	c      1193            173         172        20   205801289.0000          -5.0000          -
21251.38/1198.35	c      1198            173         172        20   205801289.0000          -5.0000          -
21356.56/1203.63	c      1204            151         152        20   205801289.0000          -5.0000          -
21459.77/1208.85	c      1209            181         182        20   205801289.0000          -5.0000          -
21640.31/1217.90	c      1218            221         221        20   205801289.0000          -5.0000          -
21757.33/1223.81	c      1224            161         162        20   205801289.0000          -5.0000          -
21861.30/1229.12	c      1229            262         261        20   205801289.0000          -5.0000          -
22005.22/1236.38	c      1236            221         221        20   205801289.0000          -5.0000          -
22128.22/1242.51	c      1243            262         263        20   205801289.0000          -5.0000          -
22284.91/1250.42	c      1250            262         263        20   205801289.0000          -5.0000          -
22399.95/1256.27	c      1256            262         263        20   205801289.0000          -5.0000          -
22575.01/1265.12	c      1265            262         263        20   205801289.0000          -5.0000          -
22728.84/1272.80	c      1273            262         263        20   205801289.0000          -5.0000          -
23276.05/1300.48	c      1300            302         302        20   205801289.0000          -5.0000          -
23399.00/1306.68	c      1307            302         302        20   205801289.0000          -5.0000          -
23583.43/1315.98	c      1316            302         302        20   205801289.0000          -5.0000          -
23725.05/1323.11	c      1323            302         302        20   205801289.0000          -5.0000          -
23829.34/1328.38	c      1328            242         243        20   205801289.0000          -5.0000          -
23945.31/1334.17	c      1334            242         243        20   205801289.0000          -5.0000          -
24055.44/1339.76	c      1340            542         540        20   205801289.0000          -5.0000          -
24156.59/1344.83	c      1345            582         580        20   205801289.0000          -5.0000          -
24255.77/1349.90	c      1350           1002        1001        20   205801289.0000          -5.0000          -
24359.64/1355.13	c      1355           1002        1001        20   205801289.0000          -5.0000          -
24460.71/1360.15	c      1360           1050           0        20   205801289.0000          -5.0000          -
24559.85/1365.19	c      1365            842         840        20   205801289.0000          -5.0000          -
24660.34/1370.21	c      1370            662         661        20   205801289.0000          -5.0000          -
24761.47/1375.36	c      1375           1002        1000        20   205801289.0000          -5.0000          -
24862.62/1380.41	c      1380           1141          91        20   205801289.0000          -5.0000          -
24977.64/1386.21	c      1386           1062        1060        20   205801289.0000          -5.0000          -
25102.56/1392.54	c      1393           1171         121        20   205801289.0000          -5.0000          -
25219.56/1398.47	c      1398           1065        1055        20   205801289.0000          -5.0000          -
25320.55/1403.58	c      1404           1068        1052        20   205801289.0000          -5.0000          -
25421.54/1408.69	c      1409           1068        1052        20   205801289.0000          -5.0000          -
25524.63/1413.88	c      1414            982         972        20   205801289.0000          -5.0000          -
25628.67/1419.11	c      1419            982         972        20   205801289.0000          -5.0000          -
25729.50/1424.14	c      1424            983         971        20   205801289.0000          -5.0000          -
25833.93/1429.42	c      1429           1072        1048        20   205801289.0000          -5.0000          -
25942.96/1434.97	c      1435            984         970        20   205801289.0000          -5.0000          -
26061.87/1441.02	c      1441           1075        1045        20   205801289.0000          -5.0000          -
26168.91/1446.40	c      1446           1076        1044        20   205801289.0000          -5.0000          -
26279.96/1452.04	c      1452            988         966        20   205801289.0000          -5.0000          -
26396.91/1457.84	c      1458           1077        1043        20   205801289.0000          -5.0000          -
26505.90/1463.37	c      1463            990         964        20   205801289.0000          -5.0000          -
26616.92/1469.03	c      1469           1079        1041        20   205801289.0000          -5.0000          -
26723.95/1474.39	c      1474            991         963        20   205801289.0000          -5.0000          -
26837.74/1480.04	c      1480           1080        1040        20   205801289.0000          -5.0000          -
26953.98/1485.95	c      1486           1081        1039        20   205801289.0000          -5.0000          -
27053.09/1490.96	c      1491           1081        1039        20   205801289.0000          -5.0000          -
27219.53/1499.31	c      1499           3254        2204        20   205801289.0000          -5.0000          -
27318.64/1504.39	c      1504           1084        1036        20   205801289.0000          -5.0000          -
27439.55/1510.47	c      1510           3291        2241        20   205801289.0000          -5.0000          -
27540.64/1515.53	c      1516           3291        2241        20   205801289.0000          -5.0000          -
27665.56/1521.85	c      1522           3291        2241        20   205801289.0000          -5.0000          -
27772.58/1527.28	c      1527           3331        2281        20   205801289.0000          -5.0000          -
27875.64/1532.45	c      1532           1003         951        20   205801289.0000          -5.0000          -
27944.88/1535.92	c *    1536           1003         951        20   203111515.0000          -5.0000          -
27980.50/1537.77	c      1538           3530        2431        20   203111515.0000          -5.0000          -
28148.95/1546.22	c      1546           3530        2431        20   203111515.0000          -5.0000          -
28269.85/1552.35	c      1552           3530        2431        20   203111515.0000          -5.0000          -
28380.88/1557.92	c      1558           3530        2431        20   203111515.0000          -5.0000          -
28482.87/1563.11	c      1563           1006         947        20   203111515.0000          -5.0000          -
28588.96/1568.41	c      1568           1094        1025        20   203111515.0000          -5.0000          -
28715.76/1574.89	c      1575           1007         946        20   203111515.0000          -5.0000          -
28842.42/1581.20	c      1581           3637        2428        20   203111515.0000          -5.0000          -
28982.74/1588.34	c      1588           1011         942        20   203111515.0000          -5.0000          -
29081.70/1593.35	c      1593           3642        2435        20   203111515.0000          -5.0000          -
29232.27/1600.97	c      1601           3642        2435        20   203111515.0000          -5.0000          -
29384.76/1608.69	c      1609           3642        2435        20   203111515.0000          -5.0000          -
29517.27/1615.30	c      1615           3642        2435        20   203111515.0000          -5.0000          -
29620.32/1620.55	c      1621           3642        2435        20   203111515.0000          -5.0000          -
29806.64/1630.00	c      1630           3642        2435        20   203111515.0000          -5.0000          -
29994.78/1639.44	c      1639           3642        2435        20   203111515.0000          -5.0000          -
30123.53/1645.90	c      1646           1019         934        20   203111515.0000          -5.0000          -
30227.33/1651.18	c      1651           3643        2433        20   203111515.0000          -5.0000          -
30344.10/1657.08	c      1657           3643        2433        20   203111515.0000          -5.0000          -
30450.09/1662.40	c      1662           1021         932        20   203111515.0000          -5.0000          -
30616.43/1670.80	c      1671           3648        2432        20   203111515.0000          -5.0000          -
30675.70/1673.87	c *    1674           1024         929        20   203095036.0000          -5.0000          -
30717.26/1675.95	c      1676           1111        1008        20   203095036.0000          -5.0000          -
30816.23/1680.96	c      1681           1026         927        20   203095036.0000          -5.0000          -
30853.78/1682.84	c *    1683           1026         927        20   202931734.0000          -5.0000          -
30972.68/1688.81	c      1689           1114        1005        20   202931734.0000          -5.0000          -
30988.36/1689.64	c *    1690           1114        1005        20   201349769.0000          -5.0000          -
31078.15/1694.18	c      1694           1115        1004        20   201349769.0000          -5.0000          -
31194.94/1700.12	c      1700           1029         924        20   201349769.0000          -5.0000          -
31353.00/1708.12	c      1708           1116        1003        20   201349769.0000          -5.0000          -
31477.21/1714.38	c      1714           3852        2436        20   201349769.0000          -5.0000          -
31590.22/1720.05	c      1720           1031         922        20   201349769.0000          -5.0000          -
31692.47/1725.22	c      1725           1118        1001        20   201349769.0000          -5.0000          -
31799.19/1730.63	c      1731           1033         920        20   201349769.0000          -5.0000          -
31906.48/1736.08	c      1736           1119        1000        20   201349769.0000          -5.0000          -
32028.53/1742.26	c      1742           1120         999        20   201349769.0000          -5.0000          -
32131.38/1747.44	c      1747           1120         999        20   201349769.0000          -5.0000          -
32250.04/1753.44	c      1753           1121         998        20   201349769.0000          -5.0000          -
32368.72/1759.47	c      1759           1122         997        20   201349769.0000          -5.0000          -
32480.30/1765.07	c      1765           1122         997        20   201349769.0000          -5.0000          -
32594.03/1770.88	c      1771           1123         996        20   201349769.0000          -5.0000          -
32702.81/1776.38	c      1776           1044         909        20   201349769.0000          -5.0000          -
32811.55/1781.85	c      1782           1124         995        20   201349769.0000          -5.0000          -
32918.26/1787.24	c      1787           1045         908        20   201349769.0000          -5.0000          -
33021.01/1792.47	c      1792           1126         993        20   201349769.0000          -5.0000          -
33123.82/1797.67	c      1798           1128         991        20   201349769.0000          -5.0000          -
33246.34/1803.86	c      1804           1051         902        20   201349769.0000          -5.0000          -
33353.05/1809.22	c      1809           1129         990        20   201349769.0000          -5.0000          -
33455.67/1814.48	c      1814           1054         899        20   201349769.0000          -5.0000          -
33556.33/1819.56	c      1820           6540        2681        20   201349769.0000          -5.0000          -
33682.74/1825.98	c      1826           6540        2681        20   201349769.0000          -5.0000          -
33809.20/1832.31	c      1832           1065         888        20   201349769.0000          -5.0000          -
33931.49/1838.53	c      1839           6659        2802        20   201349769.0000          -5.0000          -
34131.17/1848.63	c      1849           6659        2802        20   201349769.0000          -5.0000          -
34321.09/1858.25	c      1858           1136         983        20   201349769.0000          -5.0000          -
34489.30/1866.78	c      1867           6659        2802        20   201349769.0000          -5.0000          -
34614.90/1873.08	c      1873           1080         873        20   201349769.0000          -5.0000          -
34738.85/1879.33	c      1879           6660        2801        20   201349769.0000          -5.0000          -
34861.59/1885.57	c      1886           1140         979        20   201349769.0000          -5.0000          -
35004.16/1892.74	c      1893           6753        2896        20   201349769.0000          -5.0000          -
35126.97/1898.92	c      1899           6753        2896        20   201349769.0000          -5.0000          -
35230.72/1904.15	c      1904           6753        2896        20   201349769.0000          -5.0000          -
35338.93/1909.64	c      1910           6753        2896        20   201349769.0000          -5.0000          -
35509.28/1918.28	c      1918           6753        2896        20   201349769.0000          -5.0000          -
35628.14/1924.29	c      1924           6753        2896        20   201349769.0000          -5.0000          -
35737.11/1929.70	c      1930           1146         973        20   201349769.0000          -5.0000          -
35857.95/1935.84	c      1936           7051        3099        20   201349769.0000          -5.0000          -
35958.97/1940.95	c      1941           7051        3099        20   201349769.0000          -5.0000          -
36057.98/1946.00	c      1946           7051        3099        20   201349769.0000          -5.0000          -
36184.66/1952.37	c      1952           7051        3099        20   201349769.0000          -5.0000          -
36289.61/1957.66	c      1958           7051        3099        20   201349769.0000          -5.0000          -
36404.45/1963.43	c      1963           1149         970        20   201349769.0000          -5.0000          -
36527.22/1969.70	c      1970           7096        3054        20   201349769.0000          -5.0000          -
36628.20/1974.76	c      1975           7096        3054        20   201349769.0000          -5.0000          -
36734.03/1980.09	c      1980           7096        3054        20   201349769.0000          -5.0000          -
36840.03/1985.47	c      1985           7096        3054        20   201349769.0000          -5.0000          -
36960.81/1991.50	c      1992           7096        3054        20   201349769.0000          -5.0000          -
37025.90/1994.85	c *    1995           1095         860        20   169007383.0000          -5.0000          -
37065.49/1996.81	c      1997           7097        3053        20   169007383.0000          -5.0000          -
37184.29/2002.86	c      2003           7097        3053        20   169007383.0000          -5.0000          -
37324.86/2010.00	c      2010           7097        3053        20   169007383.0000          -5.0000          -
37364.48/2012.02	c *    2012           7097        3053        20   168922615.0000          -5.0000          -
37382.30/2012.86	c *    2013           7097        3053        20   168581631.0000          -5.0000          -
37426.56/2015.06	c      2015           7097        3053        20   168581631.0000          -5.0000          -
37550.59/2021.34	c *    2021           7097        3053        20   168494507.0000          -5.0000          -
37550.59/2021.34	c      2021           7097        3053        20   168494507.0000          -5.0000          -
37581.88/2022.96	c *    2023           7097        3053        20   168461375.0000          -5.0000          -
37670.57/2027.44	c *    2027           1116         841        20   168387693.0000          -5.0000          -
37670.57/2027.44	c      2027           1116         841        20   168387693.0000          -5.0000          -
37688.37/2028.37	c *    2028           1116         841        20   168366479.0000          -5.0000          -
37789.32/2033.43	c      2033           7098        3052        20   168366479.0000          -5.0000          -
37809.12/2034.42	c *    2034           7098        3052        20   168219473.0000          -5.0000          -
37856.63/2036.82	c *    2037           7098        3052        20   168099217.0000          -5.0000          -
37904.13/2039.29	c      2039           7098        3052        20   168099217.0000          -5.0000          -
37989.12/2043.51	c *    2044           7098        3052        20   168072687.0000          -5.0000          -
38006.91/2044.46	c      2044           7098        3052        20   168072687.0000          -5.0000          -
38019.41/2045.05	c *    2045           7098        3052        20   168051473.0000          -5.0000          -
38125.65/2050.47	c *    2050           7098        3052        20   167979951.0000          -5.0000          -
38125.65/2050.47	c      2050           7098        3052        20   167979951.0000          -5.0000          -
38160.08/2052.17	c *    2052           7098        3052        20   167958737.0000          -5.0000          -
38232.47/2055.84	c      2056           1124         829        20   167958737.0000          -5.0000          -
38345.21/2061.58	c      2062           1161         942        20   167958737.0000          -5.0000          -
38485.56/2068.68	c      2069           7099        3051        20   167958737.0000          -5.0000          -
38501.08/2069.44	c *    2069           7099        3051        20   167744073.0000          -5.0000          -
38634.42/2076.18	c      2076           7099        3051        20   167744073.0000          -5.0000          -
38770.83/2083.06	c      2083           7099        3051        20   167744073.0000          -5.0000          -
38900.74/2089.61	c      2090           1128         825        20   167744073.0000          -5.0000          -
39008.31/2095.05	c      2095           1128         825        20   167744073.0000          -5.0000          -
39122.48/2100.81	c      2101           7100        3050        20   167744073.0000          -5.0000          -
39235.29/2106.54	c      2107           7100        3050        20   167744073.0000          -5.0000          -
39342.19/2111.93	c      2112           7100        3050        20   167744073.0000          -5.0000          -
39447.09/2117.21	c      2117              2           1        20   167744073.0000     1114957.0488          -
39552.02/2122.50	c      2122              2           1        20   167744073.0000     1114957.0488          -
39650.90/2127.51	c      2128              2           1        20   167744073.0000     1114957.0488          -
39751.83/2132.70	c      2133              2           1        20   167744073.0000     1114957.0488          -
39862.54/2138.24	c      2138              2           1        20   167744073.0000     1114957.0488          -
39981.16/2144.28	c      2144              2           1        20   167744073.0000     1114957.0488          -
40105.76/2150.54	c      2151              2           1        20   167744073.0000     1114957.0488          -
40208.55/2155.77	c      2156              2           1        20   167744073.0000     1114957.0488          -
40350.88/2162.97	c      2163              2           1        20   167744073.0000     1114957.0488          -
40483.24/2169.65	c      2170              2           1        20   167744073.0000     1114957.0488          -
40667.09/2179.03	c      2179              2           1        20   167744073.0000     1114957.0488          -
40876.61/2189.53	c      2190              2           1        20   167744073.0000     1114957.0488          -
40983.42/2194.96	c      2195              2           1        20   167744073.0000     1144684.6292          -
41092.12/2200.45	c      2200              2           1        20   167744073.0000     1144684.6292          -
41223.52/2207.12	c      2207              2           1        20   167744073.0000     1144684.6292          -
41337.32/2212.87	c      2213              2           1        20   167744073.0000     1144684.6292          -
41448.06/2218.42	c      2218              2           1        20   167744073.0000     1144684.6292          -
41564.79/2224.31	c      2224              2           1        20   167744073.0000     1144684.6292          -
41698.01/2231.06	c      2231              2           1        20   167744073.0000     1144684.6292          -
41820.01/2237.23	c      2237              2           1        20   167744073.0000     1144684.6292          -
41928.79/2242.70	c      2243              2           1        20   167744073.0000     1144684.6292          -
42043.52/2248.50	c      2249              2           1        20   167744073.0000     1144684.6292          -
42181.95/2255.54	c      2256              2           1        20   167744073.0000     1144684.6292          -
42298.67/2261.46	c      2261              2           1        20   167744073.0000     1144684.6292          -
42437.14/2268.47	c      2268              2           1        20   167744073.0000     1144684.6292          -
42540.02/2273.62	c      2274              2           1        20   167744073.0000     1144684.6292          -
42716.07/2282.55	c      2283              2           1        20   167744073.0000     1144684.6292          -
42822.86/2288.00	c      2288              2           1        20   167744073.0000     1144684.6292          -
42949.47/2294.31	c      2294              2           1        20   167744073.0000     1144684.6292          -
43060.31/2299.98	c      2300              2           1        20   167744073.0000     1144684.6292          -
43173.08/2305.65	c      2306              2           1        20   167744073.0000     1144684.6292          -
43355.12/2314.80	c      2315              2           1        20   167744073.0000     1144684.6292          -
43562.87/2325.31	c      2325              2           1        20   167744073.0000     1144684.6292          -
43663.80/2330.46	c      2330              2           1        20   167744073.0000     1144684.6292          -
43804.29/2337.55	c      2338              2           1        20   167744073.0000     1144684.6292          -
43980.40/2346.47	c      2346              2           1        20   167744073.0000     1144684.6292          -
44198.05/2357.40	c      2357              2           1        20   167744073.0000     1144684.6292          -
44336.56/2364.40	c      2364              2           1        20   167744073.0000     1144684.6292          -
44489.86/2372.18	c      2372              2           1        20   167744073.0000     1144684.6292          -
44617.62/2378.64	c      2379              2           1        20   167744073.0000     1144684.6292          -
44750.31/2385.38	c      2385              2           1        20   167744073.0000     1144684.6292          -
44881.01/2391.99	c      2392              2           1        20   167744073.0000     1144684.6292          -
44997.77/2397.88	c      2398              2           1        20   167744073.0000     1144684.6292          -
45108.62/2403.43	c      2403              2           1        20   167744073.0000     1144684.6292          -
45220.37/2409.07	c      2409              2           1        20   167744073.0000     1144684.6292          -
45413.39/2418.81	c      2419              2           1        20   167744073.0000     1144684.6292          -
45605.35/2428.52	c      2429              2           1        20   167744073.0000     1144684.6292          -
45743.91/2435.57	c      2436              2           1        20   167744073.0000     1144684.6292          -
45853.43/2441.13	c      2441              2           1        20   167744073.0000     1144684.6292          -
46026.90/2449.86	c      2450              2           1        20   167744073.0000     1144684.6292          -
46244.60/2460.88	c      2461              2           1        20   167744073.0000     1144684.6292          -
46351.45/2466.24	c      2466              2           1        20   167744073.0000     1144684.6292          -
46454.37/2471.41	c      2471              2           1        20   167744073.0000     1144684.6292          -
46590.94/2478.31	c      2478              2           1        20   167744073.0000     1144684.6292          -
46689.90/2483.35	c      2483              2           1        20   167744073.0000     1144684.6292          -
46800.76/2488.90	c      2489              2           1        20   167744073.0000     1144684.6292          -
46947.21/2496.38	c      2496              2           1        20   167744073.0000     1144684.6292          -
47077.85/2503.00	c      2503              3           2        20   167744073.0000     1144684.6292          -
47196.59/2509.03	c      2509              3           2        20   167744073.0000     1144684.6292          -
47298.20/2514.06	c      2514              3           2        20   167744073.0000     1144684.6292          -
47459.75/2522.27	c      2522              3           2        20   167744073.0000     1144684.6292          -
47645.77/2531.64	c      2532              3           2        20   167744073.0000     1144684.6292          -
47869.40/2542.97	c      2543              3           2        20   167744073.0000     1144684.6292          -
48001.97/2549.60	c      2550              3           2        20   167744073.0000     1144684.6292          -
48140.49/2556.65	c      2557              3           2        20   167744073.0000     1144684.6292          -
48245.38/2561.90	c      2562              3           2        20   167744073.0000     1144684.6292          -
48344.31/2566.96	c      2567              3           2        20   167744073.0000     1144684.6292          -
48449.17/2572.24	c      2572              3           2        20   167744073.0000     1144684.6292          -
48571.79/2578.50	c      2578              3           2        20   167744073.0000     1144684.6292          -
48738.01/2586.90	c      2587              3           2        20   167744073.0000     1144684.6292          -
48935.89/2596.90	c      2597              3           2        20   167744073.0000     1144684.6292          -
49140.60/2607.17	c      2607              3           2        20   167744073.0000     1144684.6292          -
49254.44/2612.91	c      2613              3           2        20   167744073.0000     1144684.6292          -
49358.30/2618.17	c      2618              3           2        20   167744073.0000     1144684.6292          -
49519.56/2626.30	c      2626              3           2        20   167744073.0000     1144684.6292          -
49630.38/2632.05	c      2632              3           2        20   167744073.0000     1144684.6292          -
49739.19/2637.45	c      2637              3           2        20   167744073.0000     1144684.6292          -
49855.94/2643.32	c      2643              3           2        20   167744073.0000     1144684.6292          -
49958.86/2648.50	c      2648              3           2        20   167744073.0000     1144684.6292          -
50075.62/2654.45	c      2654              3           2        20   167744073.0000     1144684.6292          -
50180.51/2659.78	c      2660              3           2        20   167744073.0000     1144684.6292          -
50295.28/2665.55	c      2666              4           3        20   167744073.0000     1144684.6292          -
50396.21/2670.63	c      2671              4           3        20   167744073.0000     1144684.6292          -
50518.92/2676.82	c      2677              4           3        20   167744073.0000     1144684.6292          -
50635.69/2682.76	c      2683              4           3        20   167744073.0000     1144684.6292          -
50758.39/2688.97	c      2689              4           3        20   167744073.0000     1144684.6292          -
50892.95/2695.72	c      2696              4           3        20   167744073.0000     1144684.6292          -
50998.67/2701.10	c      2701              4           3        20   167744073.0000     1144684.6292          -
51150.21/2708.72	c      2709              4           3        20   167744073.0000     1144684.6292          -
51298.63/2716.26	c      2716              4           3        20   167744073.0000     1144684.6292          -
51434.09/2723.13	c      2723              4           3        20   167744073.0000     1144684.6292          -
51569.81/2729.92	c      2730              4           3        20   167744073.0000     1144684.6292          -
51609.18/2732.02	c *    2732              4           3        20   164407323.0000     1144684.6292          -
51757.58/2739.42	c      2739              4           3        20   164407323.0000     1144684.6292          -
51862.49/2744.76	c      2745              4           3        20   164407323.0000     1144684.6292          -
52022.81/2752.88	c      2753              4           3        20   164407323.0000     1144684.6292          -
52165.98/2760.09	c      2760              4           3        20   164407323.0000     1144684.6292          -
52295.94/2766.69	c      2767              4           3        20   164407323.0000     1144684.6292          -
52416.68/2772.73	c      2773              4           3        20   164407323.0000     1144684.6292          -
52539.39/2778.95	c      2779              4           3        20   164407323.0000     1144684.6292          -
52656.17/2784.86	c      2785              4           3        20   164407323.0000     1144684.6292          -
52774.94/2790.82	c      2791              4           3        20   164407323.0000     1144684.6292          -
52885.76/2796.46	c      2796              4           3        20   164407323.0000     1144684.6292          -
53002.53/2802.38	c      2802              4           3        20   164407323.0000     1144684.6292          -
53111.41/2807.80	c      2808              4           3        20   164407323.0000     1144684.6292          -
53215.21/2813.08	c      2813              4           3        20   164407323.0000     1144684.6292          -
53321.17/2818.50	c      2818              4           3        20   164407323.0000     1144684.6292          -
53422.11/2823.55	c      2824              4           3        20   164407323.0000     1144684.6292          -
53529.00/2828.97	c      2829              4           3        20   164407323.0000     1144684.6292          -
53632.81/2834.18	c      2834              4           3        20   164407323.0000     1144684.6292          -
53742.75/2839.72	c      2840              4           3        20   164407323.0000     1144684.6292          -
53853.57/2845.36	c      2845              4           3        20   164407323.0000     1144684.6292          -
53967.27/2851.12	c      2851              4           3        20   164407323.0000     1144684.6292          -
54083.18/2856.93	c      2857              4           3        20   164407323.0000     1144684.6292          -
54187.04/2862.18	c      2862              4           3        20   164407323.0000     1144684.6292          -
54296.92/2867.70	c      2868              4           3        20   164407323.0000     1144684.6292          -
54409.73/2873.42	c      2873              4           3        20   164407323.0000     1144684.6292          -
54510.68/2878.54	c      2879              4           3        20   164407323.0000     1144684.6292          -
54625.47/2884.35	c      2884              4           3        20   164407323.0000     1144684.6292          -
54732.37/2889.72	c      2890              4           3        20   164407323.0000     1144684.6292          -
54831.34/2894.77	c      2895              4           3        20   164407323.0000     1144684.6292          -
54942.16/2900.33	c      2900              4           3        20   164407323.0000     1144684.6292          -
55051.04/2905.82	c      2906              4           3        20   164407323.0000     1144684.6292          -
55174.45/2912.12	c      2912              4           3        20   164407323.0000     1144684.6292          -
55284.59/2917.66	c      2918              4           3        20   164407323.0000     1144684.6292          -
55392.21/2923.07	c      2923              4           3        20   164407323.0000     1144684.6292          -
55508.26/2928.90	c      2929              4           3        20   164407323.0000     1144684.6292          -
55607.22/2933.91	c      2934              4           3        20   164407323.0000     1144684.6292          -
55709.08/2939.07	c      2939              4           3        20   164407323.0000     1144684.6292          -
55813.06/2944.33	c      2944              4           3        20   164407323.0000     1144684.6292          -
55917.98/2949.65	c      2950              4           3        20   164407323.0000     1144684.6292          -
56018.91/2954.70	c      2955              4           3        20   164407323.0000     1144684.6292          -
56126.65/2960.16	c      2960              4           3        20   164407323.0000     1144684.6292          -
56245.46/2966.15	c      2966              4           3        20   164407323.0000     1144684.6292          -
56351.42/2971.53	c      2972              4           3        20   164407323.0000     1144684.6292          -
56452.37/2976.60	c      2977              4           3        20   164407323.0000     1144684.6292          -
56553.29/2981.74	c      2982              4           3        20   164407323.0000     1144684.6292          -
56656.23/2986.98	c      2987              4           3        20   164407323.0000     1144684.6292          -
56761.12/2992.23	c      2992              4           3        20   164407323.0000     1144684.6292          -
56860.09/2997.28	c      2997              4           3        20   164407323.0000     1144684.6292          -
56978.86/3003.25	c      3003              4           3        20   164407323.0000     1144684.6292          -
57087.60/3008.79	c      3009              4           3        20   164407323.0000     1144684.6292          -
57210.17/3014.96	c      3015              4           3        20   164407323.0000     1144684.6292          -
57308.99/3019.97	c      3020              4           3        20   164407323.0000     1144684.6292          -
57410.47/3025.13	c      3025              4           3        20   164407323.0000     1144684.6292          -
57514.48/3030.35	c      3030              4           3        20   164407323.0000     1144684.6292          -
57629.73/3036.14	c      3036              4           3        20   164407323.0000     1144684.6292          -
57733.73/3041.47	c      3041              4           3        20   164407323.0000     1144684.6292          -
57847.27/3047.16	c      3047              4           3        20   164407323.0000     1144684.6292          -
57957.06/3052.79	c      3053              4           3        20   164407323.0000     1144684.6292          -
58059.85/3058.03	c      3058              4           3        20   164407323.0000     1144684.6292          -
58164.56/3063.28	c      3063              4           3        20   164407323.0000     1144684.6292          -
58297.00/3070.03	c      3070              4           3        20   164407323.0000     1144684.6292          -
58403.59/3075.39	c      3075              4           3        20   164407323.0000     1144684.6292          -
58508.36/3080.60	c      3081              4           3        20   164407323.0000     1144684.6292          -
58609.24/3085.72	c      3086              4           3        20   164407323.0000     1144684.6292          -
58721.94/3091.45	c      3091              4           3        20   164407323.0000     1144684.6292          -
58820.81/3096.45	c      3096              4           3        20   164407323.0000     1144684.6292          -
58925.65/3101.74	c      3102              4           3        20   164407323.0000     1144684.6292          -
59046.32/3107.81	c      3108              4           3        20   164407323.0000     1144684.6292          -
59161.03/3113.64	c      3114              4           3        20   164407323.0000     1144684.6292          -
59273.75/3119.35	c      3119              4           3        20   164407323.0000     1144684.6292          -
59378.57/3124.67	c      3125              4           3        20   164407323.0000     1144684.6292          -
59493.19/3130.41	c      3130              4           3        20   164407323.0000     1144684.6292          -
59596.07/3135.67	c      3136              4           3        20   164407323.0000     1144684.6292          -
59696.69/3140.79	c      3141              4           3        20   164407323.0000     1144684.6292          -
59807.31/3146.32	c      3146              4           3        20   164407323.0000     1144684.6292          -
59923.92/3152.29	c      3152              4           3        20   164407323.0000     1144684.6292          -
60052.37/3158.70	c      3159              4           3        20   164407323.0000     1144684.6292          -
60164.99/3164.48	c      3164              4           3        20   164407323.0000     1144684.6292          -
60279.60/3170.21	c      3170              4           3        20   164407323.0000     1144684.6292          -
60392.24/3175.95	c      3176              4           3        20   164407323.0000     1144684.6292          -
60491.04/3181.03	c      3181              4           3        20   164407323.0000     1144684.6292          -
60605.64/3186.80	c      3187              4           3        20   164407323.0000     1144684.6292          -
60740.12/3193.56	c      3194              4           3        20   164407323.0000     1144684.6292          -
60849.46/3199.13	c      3199              4           3        20   164407323.0000     1144684.6292          -
60968.30/3205.08	c      3205              4           3        20   164407323.0000     1144684.6292          -
61103.84/3211.98	c      3212              4           3        20   164407323.0000     1144684.6292          -
61225.07/3218.12	c      3218              4           3        20   164407323.0000     1144684.6292          -
61339.12/3223.83	c      3224              4           3        20   164407323.0000     1144684.6292          -
61442.53/3229.11	c      3229              4           3        20   164407323.0000     1144684.6292          -
61453.56/3229.67	c *    3230              4           3        20   159035577.0000     1144684.6292          -
61558.25/3234.94	c      3235              4           3        20   159035577.0000     1144684.6292          -
61666.92/3240.49	c      3240              4           3        20   159035577.0000     1144684.6292          -
61775.54/3245.98	c      3246              4           3        20   159035577.0000     1144684.6292          -
61790.97/3246.79	c *    3247              4           3        20    32515260.0000     1144684.6292          -
61878.75/3251.17	c      3251              4           3        20    32515260.0000     1144684.6292          -
61984.63/3256.54	c      3257              4           3        20    32515260.0000     1144684.6292          -
62099.32/3262.33	c      3262              4           3        20    32515260.0000     1144684.6292          -
62212.72/3268.04	c      3268              5           4        20    32515260.0000     1144684.6292          -
62316.61/3273.33	c      3273              5           4        20    32515260.0000     1144684.6292          -
62419.38/3278.54	c      3279              5           4        20    32515260.0000     1144684.6292          -
62520.19/3283.68	c      3284              5           4        20    32515260.0000     1144684.6292          -
62620.98/3288.71	c      3289              5           4        20    32515260.0000     1144684.6292          -
62721.78/3293.81	c      3294              5           4        20    32515260.0000     1144684.6292          -
62822.58/3298.94	c      3299              6           5        20    32515260.0000     1144684.6292          -
62927.32/3304.25	c      3304              6           5        20    32515260.0000     1144684.6292          -
63042.72/3310.14	c      3310              6           5        20    32515260.0000     1144684.6292          -
63163.42/3316.19	c      3316              6           5        20    32515260.0000     1144684.6292          -
63277.10/3322.03	c      3322              6           5        20    32515260.0000     1144684.6292          -
63387.87/3327.58	c      3328              6           5        20    32515260.0000     1144684.6292          -
63500.54/3333.24	c      3333              6           5        20    32515260.0000     1144684.6292          -
63609.19/3338.72	c      3339              6           5        20    32515260.0000     1144684.6292          -
63739.61/3345.37	c      3345              6           5        20    32515260.0000     1144684.6292          -
63840.33/3350.41	c      3350              6           5        20    32515260.0000     1144684.6292          -
63945.07/3355.70	c      3356              6           5        20    32515260.0000     1144684.6292          -
64043.90/3360.73	c      3361              6           5        20    32515260.0000     1144684.6292          -
64142.67/3365.76	c      3366              6           5        20    32515260.0000     1144684.6292          -
64245.38/3371.02	c      3371              6           5        20    32515260.0000     1144684.6292          -
64347.06/3376.09	c      3376              7           6        20    32515260.0000     1144684.6292          -
64462.61/3381.92	c      3382              7           6        20    32515260.0000     1144684.6292          -
64573.38/3387.59	c      3388              7           6        20    32515260.0000     1144684.6292          -
64680.16/3392.93	c      3393              7           6        20    32515260.0000     1144684.6292          -
64798.70/3398.93	c      3399              7           6        20    32515260.0000     1144684.6292          -
64903.31/3404.22	c      3404              7           6        20    32515260.0000     1144684.6292          -
65004.08/3409.36	c      3409              7           6        20    32515260.0000     1144684.6292          -
65114.79/3415.04	c      3415              7           6        20    32515260.0000     1144684.6292          -
65218.46/3420.18	c      3420              8           7        20    32515260.0000     1144684.6292          -
65317.37/3425.19	c      3425              9           8        20    32515260.0000     1144684.6292          -
65439.08/3431.33	c      3431             10           9        20    32515260.0000     1144684.6292          -
65543.92/3436.67	c      3437             10           9        20    32515260.0000     1144684.6292          -
65666.52/3442.87	c      3443             10           9        20    32515260.0000     1144684.6292          -
65767.41/3448.03	c      3448             11          10        20    32515260.0000     1144684.6292          -
65880.03/3453.68	c      3454             11          10        20    32515260.0000     1144684.6292          -
65980.88/3458.79	c      3459             11          10        20    32515260.0000     1144684.6292          -
66083.65/3463.95	c      3464             11          10        20    32515260.0000     1144684.6292          -
66231.84/3471.47	c      3471             11          10        20    32515260.0000     1144684.6292          -
66343.44/3477.08	c      3477             11          10        20    32515260.0000     1144684.6292          -
66451.26/3482.58	c      3483             11          10        20    32515260.0000     1144684.6292          -
66558.10/3487.90	c      3488             11          10        20    32515260.0000     1144684.6292          -
66659.63/3493.11	c      3493             11          10        20    32515260.0000     1144684.6292          -
66767.52/3498.57	c      3499             11          10        20    32515260.0000     1144684.6292          -
66868.29/3503.68	c      3504             11          10        20    32515260.0000     1144684.6292          -
66969.11/3508.73	c      3509             11          10        20    32515260.0000     1144684.6292          -
67067.98/3513.78	c      3514             11          10        20    32515260.0000     1144684.6292          -
67182.64/3519.56	c      3520             11          10        20    32515260.0000     1144684.6292          -
67283.34/3524.62	c      3525             11          10        20    32515260.0000     1144684.6292          -
67382.11/3529.64	c      3530             11          10        20    32515260.0000     1144684.6292          -
67489.68/3535.09	c      3535             11          10        20    32515260.0000     1144684.6292          -
67615.30/3541.48	c      3541             11          10        20    32515260.0000     1144684.6292          -
67717.89/3546.69	c      3547             11          10        20    32515260.0000     1144684.6292          -
67834.50/3552.56	c      3553             11          10        20    32515260.0000     1144684.6292          -
67935.28/3557.66	c      3558             11          10        20    32515260.0000     1144684.6292          -
68034.11/3562.67	c      3563             11          10        20    32515260.0000     1144684.6292          -
68136.97/3567.82	c      3568             11          10        20    32515260.0000     1144684.6292          -
68237.91/3573.02	c      3573             11          10        20    32515260.0000     1144684.6292          -
68354.71/3578.88	c      3579             11          10        20    32515260.0000     1144684.6292          -
68467.53/3584.60	c      3585             11          10        20    32515260.0000     1144684.6292          -
68570.47/3589.72	c      3590             11          10        20    32515260.0000     1144684.6292          -
68673.39/3595.01	c      3595             11          10        20    32515260.0000     1144684.6292          -
68777.24/3600.18	c      3600             11          10        20    32515260.0000     1144684.6292          -
68879.25/3605.33	c      3605             11          10        20    32515260.0000     1144684.6292          -
68978.22/3610.38	c      3610             11          10        20    32515260.0000     1144684.6292          -
69079.18/3615.43	c      3615             11          10        20    32515260.0000     1144684.6292          -
69180.12/3620.58	c      3621             11          10        20    32515260.0000     1144684.6292          -
69281.04/3625.65	c      3626             11          10        20    32515260.0000     1144684.6292          -
69381.84/3630.71	c      3631             11          10        20    32515260.0000     1144684.6292          -
69482.63/3635.87	c      3636             11          10        20    32515260.0000     1144684.6292          -
69583.50/3640.97	c      3641             11          10        20    32515260.0000     1144684.6292          -
69687.14/3646.16	c      3646             11          10        20    32515260.0000     1144684.6292          -
69787.07/3651.27	c      3651             11          10        20    32515260.0000     1144684.6292          -
69891.85/3656.59	c      3657             11          10        20    32515260.0000     1144684.6292          -
69996.62/3661.81	c      3662             11          10        20    32515260.0000     1144684.6292          -
70095.45/3666.83	c      3667             11          10        20    32515260.0000     1144684.6292          -
70199.01/3672.10	c      3672             11          10        20    32515260.0000     1144684.6292          -
70301.05/3677.26	c      3677             11          10        20    32515260.0000     1144684.6292          -
70401.90/3682.39	c      3682             11          10        20    32515260.0000     1144684.6292          -
70502.72/3687.46	c      3687             11          10        20    32515260.0000     1144684.6292          -
70603.61/3692.58	c      3693             11          10        20    32515260.0000     1144684.6292          -
70704.43/3697.63	c      3698             11          10        20    32515260.0000     1144684.6292          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (78574 MiB free)
  memory of node 1: 193531 MiB (167851 MiB free)
  memory of node 2: 193531 MiB (158513 MiB free)
  memory of node 3: 193531 MiB (156791 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-4465461-1723622336/watcher-4465461-1723622336 -o /tmp/evaluation-result-4465461-1723622336/solver-4465461-1723622336 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726874 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465461-1723622336.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=730279, runsolver pid=730276
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 78.77 80.37 79.82 62/986 730280
/proc/meminfo: memFree=575085604/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=173880 memory=158448 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 37510 0 0 0 7 4 0 0 20 0 1 0 128820427 178053120 39612 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 43470 39612 2347 3035 0 39866 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 173880 KiB
Current children cumulated memory: 158448 KiB

[startup+0.221323 s]*
/proc/loadavg: 78.77 80.37 79.82 63/986 730280
/proc/meminfo: memFree=575016920/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=234096 memory=218628 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 52537 0 0 0 17 6 0 0 20 0 1 0 128820427 239714304 54657 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 58524 54657 2347 3035 0 54920 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 234096 KiB
Current children cumulated memory: 218628 KiB

[startup+0.325685 s]*
/proc/loadavg: 78.77 80.37 79.82 62/986 730280
/proc/meminfo: memFree=574945252/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=300348 memory=284904 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 69121 0 0 0 25 9 0 0 20 0 1 0 128820427 307556352 71226 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 75087 71226 2347 3035 0 71483 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 300348 KiB
Current children cumulated memory: 284904 KiB

[startup+0.700298 s]
/proc/loadavg: 78.77 80.37 79.82 62/986 730280
/proc/meminfo: memFree=574847504/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=438892 memory=423048 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 102629 0 0 0 56 13 0 0 20 0 1 0 128820427 449425408 105762 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 109723 105762 2347 3035 0 106119 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 438892 KiB
Current children cumulated memory: 423048 KiB

[startup+1.50031 s]
/proc/loadavg: 78.77 80.37 79.82 62/986 730280
/proc/meminfo: memFree=574722820/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=782460 memory=770140 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 195414 0 0 0 121 27 0 0 20 0 1 0 128820427 801239040 192469 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 195615 192535 2555 3035 0 192011 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 782460 KiB
Current children cumulated memory: 770140 KiB

[startup+3.12099 s]
/proc/loadavg: 78.77 80.37 79.82 62/986 730280
/proc/meminfo: memFree=573841604/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=1407120 memory=1379168 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 334906 0 0 0 260 49 0 0 20 0 1 0 128820427 1440890880 344792 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 351780 344792 2630 3035 0 348176 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1407120 KiB
Current children cumulated memory: 1379168 KiB

[startup+6.30029 s]
/proc/loadavg: 77.35 80.05 79.71 62/986 730281
/proc/meminfo: memFree=573682372/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=1558244 memory=1525428 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 378578 0 0 0 557 69 0 0 20 0 1 0 128820427 1595641856 381357 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 389561 381357 2726 3035 0 385957 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1558244 KiB
Current children cumulated memory: 1525428 KiB

[startup+12.7003 s]
/proc/loadavg: 76.04 79.74 79.61 62/986 730282
/proc/meminfo: memFree=573234076/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=2044852 memory=2009260 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 472575 0 0 0 1176 87 0 0 20 0 1 0 128820427 2093928448 502315 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 511213 502315 2774 3035 0 507609 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2044852 KiB
Current children cumulated memory: 2009260 KiB

[startup+25.5003 s]
/proc/loadavg: 72.70 78.82 79.32 62/986 730284
/proc/meminfo: memFree=573079968/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=2083120 memory=2044848 CPUtime=25.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 477448 0 0 0 2448 89 0 0 20 0 1 0 128820427 2133114880 511212 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 520780 511212 2774 3035 0 517176 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 2083120 KiB
Current children cumulated memory: 2044848 KiB

[startup+51.1211 s]
/proc/loadavg: 68.71 77.38 78.83 62/986 730289
/proc/meminfo: memFree=572849236/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=2087216 memory=2049480 CPUtime=50.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 478711 0 0 0 4995 91 0 0 20 0 1 0 128820427 2137309184 512370 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 521804 512370 2774 3035 0 518200 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 2087216 KiB
Current children cumulated memory: 2049480 KiB

[startup+102.3 s]
/proc/loadavg: 64.34 74.86 77.89 62/986 730303
/proc/meminfo: memFree=572622840/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=2126804 memory=2089012 CPUtime=101.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) R 730276 730279 726863 0 -1 4194304 483587 0 0 0 10086 94 0 0 20 0 1 0 128820427 2177847296 522253 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 531701 522253 2774 3035 0 528097 0
Current children cumulated CPU time: 101.8 s
Current children cumulated vsize: 2126804 KiB
Current children cumulated memory: 2089012 KiB

[startup+162.301 s]
/proc/loadavg: 69.84 74.18 77.45 81/1026 730366
/proc/meminfo: memFree=512829556/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=63680968 memory=60960156 CPUtime=738.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) S 730276 730279 726863 0 -1 1077936128 15933713 0 0 0 69081 4812 0 0 20 0 41 0 128820427 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 15920242 15240039 2854 3035 0 15558558 0
[pid=730279/tid=730306] ppid=730276 vsize=63680968 memory=25333125866717268 CPUtime=31.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730306/stat : 730306 (fscip) R 730276 730279 726863 0 -1 4194368 402752 0 0 0 3102 82 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730307] ppid=730276 vsize=63680968 memory=12112092 CPUtime=30.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730307/stat : 730307 (fscip) R 730276 730279 726863 0 -1 4194368 1004204 0 0 0 2608 453 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730308] ppid=730276 vsize=63680968 memory=2090044 CPUtime=31.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730308/stat : 730308 (fscip) R 730276 730279 726863 0 -1 4194368 894327 0 0 0 2944 163 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730309] ppid=730276 vsize=63680968 memory=5432 CPUtime=31.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730309/stat : 730309 (fscip) R 730276 730279 726863 0 -1 4194368 402807 0 0 0 3108 84 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730310] ppid=730276 vsize=63680968 memory=5432 CPUtime=30.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730310/stat : 730310 (fscip) R 730276 730279 726863 0 -1 4194368 1013290 0 0 0 2608 458 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730311] ppid=730276 vsize=63680968 memory=0 CPUtime=31.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730311/stat : 730311 (fscip) R 730276 730279 726863 0 -1 4194368 896122 0 0 0 2986 163 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730312] ppid=730276 vsize=63680968 memory=25333125866717268 CPUtime=31.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730312/stat : 730312 (fscip) R 730276 730279 726863 0 -1 4194368 402644 0 0 0 3108 82 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730313] ppid=730276 vsize=63680968 memory=21371757269608 CPUtime=30.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730313/stat : 730313 (fscip) R 730276 730279 726863 0 -1 4194368 1017968 0 0 0 2629 440 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730314] ppid=730276 vsize=63680968 memory=31860 CPUtime=31.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730314/stat : 730314 (fscip) R 730276 730279 726863 0 -1 4194368 896547 0 0 0 2988 161 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730315] ppid=730276 vsize=63680968 memory=2268 CPUtime=31.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730315/stat : 730315 (fscip) R 730276 730279 726863 0 -1 4194368 401995 0 0 0 3114 81 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730316] ppid=730276 vsize=63680968 memory=2417 CPUtime=30.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730316/stat : 730316 (fscip) R 730276 730279 726863 0 -1 4194368 1016965 0 0 0 2611 452 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730317] ppid=730276 vsize=63680968 memory=0 CPUtime=31.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730317/stat : 730317 (fscip) R 730276 730279 726863 0 -1 4194368 897102 0 0 0 2982 160 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730318] ppid=730276 vsize=63680968 memory=60674024 CPUtime=31.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730318/stat : 730318 (fscip) R 730276 730279 726863 0 -1 4194368 402473 0 0 0 3110 82 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730319] ppid=730276 vsize=63680968 memory=0 CPUtime=30.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730319/stat : 730319 (fscip) R 730276 730279 726863 0 -1 4194368 1020619 0 0 0 2602 458 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730320] ppid=730276 vsize=63680968 memory=2198480 CPUtime=31.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730320/stat : 730320 (fscip) R 730276 730279 726863 0 -1 4194368 898055 0 0 0 2976 161 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730321] ppid=730276 vsize=63680968 memory=0 CPUtime=31.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730321/stat : 730321 (fscip) R 730276 730279 726863 0 -1 4194368 402820 0 0 0 3110 81 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730322] ppid=730276 vsize=63680968 memory=912 CPUtime=30.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730322/stat : 730322 (fscip) R 730276 730279 726863 0 -1 4194368 1013520 0 0 0 2625 446 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730323] ppid=730276 vsize=63680968 memory=52213644 CPUtime=31.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730323/stat : 730323 (fscip) R 730276 730279 726863 0 -1 4194368 899188 0 0 0 2989 165 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730324] ppid=730276 vsize=63680968 memory=33100 CPUtime=31.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730324/stat : 730324 (fscip) R 730276 730279 726863 0 -1 4194368 402318 0 0 0 3111 80 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730325] ppid=730276 vsize=63680968 memory=60582108 CPUtime=30.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730325/stat : 730325 (fscip) R 730276 730279 726863 0 -1 4194368 1013554 0 0 0 2637 447 0 0 20 0 41 0 128831594 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730341] ppid=730276 vsize=63680968 memory=279656998583056 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730341/stat : 730341 (fscip) S 730276 730279 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128833504 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730342] ppid=730276 vsize=63680968 memory=279656998709768 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730342/stat : 730342 (fscip) S 730276 730279 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128833504 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730343] ppid=730276 vsize=63680968 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730343/stat : 730343 (fscip) S 730276 730279 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128833504 65209311232 15240039 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0

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

/proc/730279/task/730348/stat : 730348 (fscip) S 730276 730279 726863 0 -1 1077936192 204 0 0 0 3 0 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730349] ppid=730276 vsize=137578468 memory=2112 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730349/stat : 730349 (fscip) S 730276 730279 726863 0 -1 1077936192 454 0 0 0 4 0 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730350] ppid=730276 vsize=137578468 memory=3308 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730350/stat : 730350 (fscip) S 730276 730279 726863 0 -1 1077936192 207 0 0 0 1 1 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730351] ppid=730276 vsize=137578468 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730351/stat : 730351 (fscip) S 730276 730279 726863 0 -1 1077936192 546 0 0 0 4 0 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730352] ppid=730276 vsize=137578468 memory=3276338493802893 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730352/stat : 730352 (fscip) S 730276 730279 726863 0 -1 1077936192 319 0 0 0 2 1 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730353] ppid=730276 vsize=137578468 memory=2268 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730353/stat : 730353 (fscip) S 730276 730279 726863 0 -1 1077936192 429 0 0 0 1 3 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730354] ppid=730276 vsize=137578468 memory=1996 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730354/stat : 730354 (fscip) S 730276 730279 726863 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730355] ppid=730276 vsize=137578468 memory=100472320 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730355/stat : 730355 (fscip) S 730276 730279 726863 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730356] ppid=730276 vsize=137578468 memory=10392 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730356/stat : 730356 (fscip) S 730276 730279 726863 0 -1 1077936192 226 0 0 0 0 2 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730357] ppid=730276 vsize=137578468 memory=341206 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730357/stat : 730357 (fscip) S 730276 730279 726863 0 -1 1077936192 259 0 0 0 3 0 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730358] ppid=730276 vsize=137578468 memory=342227 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730358/stat : 730358 (fscip) S 730276 730279 726863 0 -1 1077936192 468 0 0 0 1 3 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730359] ppid=730276 vsize=137578468 memory=279656998656944 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730359/stat : 730359 (fscip) S 730276 730279 726863 0 -1 1077936192 226 0 0 0 0 2 0 0 20 0 41 0 128833504 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730360] ppid=730276 vsize=137578468 memory=7667777958203970145 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730360/stat : 730360 (fscip) S 730276 730279 726863 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 128833505 140880351232 25059746 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
Current children cumulated CPU time: 69611.2 s
Current children cumulated vsize: 137578468 KiB
Current children cumulated memory: 100238984 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 81.21 80.85 79.28 81/1025 732517
/proc/meminfo: memFree=445814308/790760800 swapFree=131071996/131071996
[pid=730279] ppid=730276 vsize=137709540 memory=100374508 CPUtime=70752.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/stat : 730279 (fscip) S 730276 730279 726863 0 -1 1077936128 306980718 0 0 0 7035531 39741 0 0 20 0 41 0 128820427 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
/proc/730279/statm: 34427385 25093627 3030 3035 0 33818271 0
[pid=730279/tid=730306] ppid=730276 vsize=137709540 memory=-6729621851957541737 CPUtime=3528.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730306/stat : 730306 (fscip) R 730276 730279 726863 0 -1 4194368 15950532 0 0 0 351156 1718 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730307] ppid=730276 vsize=137709540 memory=-5155633680935826750 CPUtime=3527.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730307/stat : 730307 (fscip) R 730276 730279 726863 0 -1 4194368 7824215 0 0 0 351384 1379 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730308] ppid=730276 vsize=137709540 memory=8240 CPUtime=3537.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730308/stat : 730308 (fscip) R 730276 730279 726863 0 -1 4194368 21746149 0 0 0 351398 2316 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730309] ppid=730276 vsize=137709540 memory=2112 CPUtime=3526.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730309/stat : 730309 (fscip) R 730276 730279 726863 0 -1 4194368 26454973 0 0 0 347560 5127 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730310] ppid=730276 vsize=137709540 memory=3308 CPUtime=3533.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730310/stat : 730310 (fscip) R 730276 730279 726863 0 -1 4194368 7934866 0 0 0 351931 1417 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730311] ppid=730276 vsize=137709540 memory=1704 CPUtime=3519.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730311/stat : 730311 (fscip) R 730276 730279 726863 0 -1 4194368 20711345 0 0 0 349692 2244 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730312] ppid=730276 vsize=137709540 memory=6720666558118509936 CPUtime=3533.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730312/stat : 730312 (fscip) R 730276 730279 726863 0 -1 4194368 15955498 0 0 0 350614 2731 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730313] ppid=730276 vsize=137709540 memory=2680 CPUtime=3536.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730313/stat : 730313 (fscip) R 730276 730279 726863 0 -1 4194368 8059095 0 0 0 352217 1456 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730314] ppid=730276 vsize=137709540 memory=6804 CPUtime=3535.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730314/stat : 730314 (fscip) R 730276 730279 726863 0 -1 4194368 22907967 0 0 0 351137 2452 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730315] ppid=730276 vsize=137709540 memory=47183036 CPUtime=3534.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730315/stat : 730315 (fscip) R 730276 730279 726863 0 -1 4194368 17922079 0 0 0 351530 1872 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730316] ppid=730276 vsize=137709540 memory=2648 CPUtime=3537.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730316/stat : 730316 (fscip) R 730276 730279 726863 0 -1 4194368 8190776 0 0 0 352318 1467 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730317] ppid=730276 vsize=137709540 memory=6744 CPUtime=3525.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730317/stat : 730317 (fscip) R 730276 730279 726863 0 -1 4194368 20924789 0 0 0 350317 2192 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730318] ppid=730276 vsize=137709540 memory=104 CPUtime=3537.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730318/stat : 730318 (fscip) R 730276 730279 726863 0 -1 4194368 17127195 0 0 0 351998 1705 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730319] ppid=730276 vsize=137709540 memory=33100 CPUtime=3534.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730319/stat : 730319 (fscip) R 730276 730279 726863 0 -1 4194368 7681457 0 0 0 352099 1376 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730320] ppid=730276 vsize=137709540 memory=19600 CPUtime=3535.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730320/stat : 730320 (fscip) R 730276 730279 726863 0 -1 4194368 18783464 0 0 0 351611 1947 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730321] ppid=730276 vsize=137709540 memory=54680 CPUtime=3524.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730321/stat : 730321 (fscip) R 730276 730279 726863 0 -1 4194368 15021982 0 0 0 350775 1639 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730322] ppid=730276 vsize=137709540 memory=2268 CPUtime=3534.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730322/stat : 730322 (fscip) R 730276 730279 726863 0 -1 4194368 7582227 0 0 0 352080 1360 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730323] ppid=730276 vsize=137709540 memory=1996 CPUtime=3528.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730323/stat : 730323 (fscip) R 730276 730279 726863 0 -1 4194368 20580847 0 0 0 350733 2142 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730324] ppid=730276 vsize=137709540 memory=1836 CPUtime=3530.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730324/stat : 730324 (fscip) R 730276 730279 726863 0 -1 4194368 16706941 0 0 0 351379 1690 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730325] ppid=730276 vsize=137709540 memory=38468 CPUtime=3536.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730325/stat : 730325 (fscip) R 730276 730279 726863 0 -1 4194368 7967948 0 0 0 352292 1357 0 0 20 0 41 0 128831594 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730341] ppid=730276 vsize=137709540 memory=2152 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730341/stat : 730341 (fscip) S 730276 730279 726863 0 -1 1077936192 207 0 0 0 4 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730342] ppid=730276 vsize=137709540 memory=6056 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730342/stat : 730342 (fscip) S 730276 730279 726863 0 -1 1077936192 228 0 0 0 1 1 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730343] ppid=730276 vsize=137709540 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730343/stat : 730343 (fscip) S 730276 730279 726863 0 -1 1077936192 218 0 0 0 0 2 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730344] ppid=730276 vsize=137709540 memory=33100 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730344/stat : 730344 (fscip) S 730276 730279 726863 0 -1 1077936192 373 0 0 0 4 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730345] ppid=730276 vsize=137709540 memory=19600 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730345/stat : 730345 (fscip) S 730276 730279 726863 0 -1 1077936192 642 0 0 0 5 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730346] ppid=730276 vsize=137709540 memory=54680 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730346/stat : 730346 (fscip) S 730276 730279 726863 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730347] ppid=730276 vsize=137709540 memory=25333125866717268 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730347/stat : 730347 (fscip) S 730276 730279 726863 0 -1 1077936192 593 0 0 0 0 4 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730348] ppid=730276 vsize=137709540 memory=6943526294502006880 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730348/stat : 730348 (fscip) S 730276 730279 726863 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730349] ppid=730276 vsize=137709540 memory=6944656592387989600 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730349/stat : 730349 (fscip) S 730276 730279 726863 0 -1 1077936192 466 0 0 0 4 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730350] ppid=730276 vsize=137709540 memory=6943526294502006880 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730350/stat : 730350 (fscip) S 730276 730279 726863 0 -1 1077936192 211 0 0 0 1 1 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730351] ppid=730276 vsize=137709540 memory=4640205500286189664 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730351/stat : 730351 (fscip) S 730276 730279 726863 0 -1 1077936192 556 0 0 0 4 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730352] ppid=730276 vsize=137709540 memory=279657000145616 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730352/stat : 730352 (fscip) S 730276 730279 726863 0 -1 1077936192 322 0 0 0 2 2 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730353] ppid=730276 vsize=137709540 memory=38844130910404740 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730353/stat : 730353 (fscip) S 730276 730279 726863 0 -1 1077936192 437 0 0 0 1 3 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730354] ppid=730276 vsize=137709540 memory=-8316900901535099443 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730354/stat : 730354 (fscip) S 730276 730279 726863 0 -1 1077936192 224 0 0 0 3 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730355] ppid=730276 vsize=137709540 memory=7450733246191069800 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730355/stat : 730355 (fscip) S 730276 730279 726863 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730356] ppid=730276 vsize=137709540 memory=4639366663192597346 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730356/stat : 730356 (fscip) S 730276 730279 726863 0 -1 1077936192 229 0 0 0 0 2 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730357] ppid=730276 vsize=137709540 memory=28496 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730357/stat : 730357 (fscip) S 730276 730279 726863 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730358] ppid=730276 vsize=137709540 memory=7644 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730358/stat : 730358 (fscip) S 730276 730279 726863 0 -1 1077936192 473 0 0 0 1 3 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730359] ppid=730276 vsize=137709540 memory=26960 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730359/stat : 730359 (fscip) S 730276 730279 726863 0 -1 1077936192 229 0 0 0 0 2 0 0 20 0 41 0 128833504 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
[pid=730279/tid=730360] ppid=730276 vsize=137709540 memory=31356 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/730279/task/730360/stat : 730360 (fscip) S 730276 730279 726863 0 -1 1077936192 213 0 0 0 4 0 0 0 20 0 41 0 128833505 141014568960 25093627 809668444160 4194304 16623229 140728792326672 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 45592576 140728792331270 140728792331388 140728792331388 140728792338416 0
Current children cumulated CPU time: 70752.7 s
Current children cumulated vsize: 137709540 KiB
Current children cumulated memory: 100374508 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=70355.6 s, system=400.271 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3700.8 s]
/proc/loadavg: 81.21 80.85 79.28 63/986 732517
/proc/meminfo: memFree=450856616/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 81.21 80.85 79.28 62/986 732517
/proc/meminfo: memFree=484458816/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 81.21 80.85 79.28 63/986 732517
/proc/meminfo: memFree=518053096/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3702.93
CPU time (s): 70755.9
CPU user time (s): 70355.6
CPU system time (s): 400.271
CPU usage (%): 1910.81
Max. virtual memory (cumulated for all children) (KiB): 138037220
Max. memory (cumulated for all children) (KiB): 100669260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70355.6
system time used= 400.271
maximum resident set size= 100669260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306982951
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= 6391862
involuntary context switches= 206665


# summary of solver processes directly reported to runsolver:
#   pid: 730279
#   total CPU time (s): 70755.9
#   total CPU user time (s): 70355.6
#   total CPU system time (s): 400.271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3291 second user time and 98.9822 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 09:58:57
IDJOB=4465461
IDBENCH=155649
IDSOLVER=3094
FILE ID=nodeD101/4465461-1723622336
RUNJOBID= nodeD101-1723617207-726874
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622780 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_2_mh.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465461-1723622336/watcher-4465461-1723622336 -o /tmp/evaluation-result-4465461-1723622336/solver-4465461-1723622336 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726874 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465461-1723622336.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= cf21db10fee940c0850751abd4bd733b
RANDOM SEED=637868671

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        575213440 kB
MemAvailable:   632880840 kB
Buffers:         1150628 kB
Cached:         59772424 kB
SwapCached:            0 kB
Active:         18827632 kB
Inactive:       192889852 kB
Active(anon):       2128 kB
Inactive(anon): 150831248 kB
Active(file):   18825504 kB
Inactive(file): 42058604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             54140 kB
Writeback:             4 kB
AnonPages:      150790432 kB
Mapped:           138492 kB
Shmem:             38920 kB
KReclaimable:     405640 kB
Slab:             822868 kB
SReclaimable:     405640 kB
SUnreclaim:       417228 kB
KernelStack:       16944 kB
PageTables:       326976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   17785884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1135104 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15972352 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622724 MiB
End job on nodeD101 at 2024-08-14 11:00:40