Trace number 4469023

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12? 66426.6 3604.92

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K135.opb
MD5SUMa9d7c7f4b9c33e38d48644f753677e90
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16065
Total number of constraints16337
Number of constraints which are clauses16202
Number of constraints which are cardinality constraints (but not clauses)135
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint135
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 94996748, getVmSize() = 87289856, SCIPgetMemUsed() = 55902153, SCIPgetMemTotal() = 63779273, SCIPgetMemExternEstim() = 31217475
0.00/0.08	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
26.07/26.24	c ** Estimated virtualMemUsedAtSolver = 195998182, getVmSize() = 294551552, SCIPgetMemUsed() = 194087638, SCIPgetMemTotal() = 262779798, SCIPgetMemExternEstim() = 31217475
26.07/26.24	c ** set memory limit for solvers to 4.188e+11 for each SCIP **
26.07/26.24	c Original Problem   :
26.07/26.24	c   Problem name     : instance-4469023-1723613378
26.07/26.24	c   Variables        : 16065 (16065 binary, 0 integer, 0 implicit integer, 0 continuous)
26.07/26.24	c   Constraints      : 16337
26.07/26.24	c   Objective sense  : minimize
26.07/26.24	c Presolved Problem  :
26.07/26.24	c   Variables        : 14551 (14551 binary, 0 integer, 0 implicit integer, 0 continuous)
26.07/26.24	c   Constraints      : 14800
26.07/26.24	c Constraints        : Number
26.07/26.24	c   knapsack         : 1 
26.07/26.24	c   setppc           : 1821 
26.07/26.24	c   orbitope         : 1 
26.07/26.24	c   logicor          : 12977 
26.07/26.24	c ** Instance transfer method used: 0
26.07/26.27	c ** ParaScipInstance copy increased the number of variables. **
26.78/26.93	c LC is working with racing ramp-up and with rebuilding tree after racing.
26.78/26.93	c                                Nodes    Active                                            
26.78/26.93	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
12454.43/654.13	c       654              2           1        20                -           0.0000          -
12562.44/659.55	c       660            404         403        20                -           0.0000          -
12675.43/665.25	c       665            858         620        20                -           0.0000          -
12776.49/670.34	c       670           1446         696        20                -           0.0000          -
16083.66/837.35	c       837           1638           0        20                -           0.0000          -
16194.58/842.92	c       843           1638           0        20                -           0.0000          -
16309.49/848.72	c       849           1638           0        20                -           0.0000          -
16414.58/854.07	c       854           1638           0        20                -           0.0000          -
16807.38/874.02	c       874           1638           0        20                -           0.0000          -
17281.98/898.03	c       898           1638           0        20                -           0.0000          -
17426.50/905.26	c       905           1638           0        20                -           0.0000          -
17722.79/920.26	c       920           1638           0        20                -           0.0000          -
17831.09/925.71	c       926           1638           0        20                -           0.0000          -
17933.98/931.02	c       931           1638           0        20                -           0.0000          -
18046.97/936.67	c       937           1638           0        20                -           0.0000          -
18341.68/951.54	c       952           1638           0        20                -           0.0000          -
18556.80/962.44	c       962           1638           0        20                -           0.0000          -
18663.77/967.90	c       968           1638           0        20                -           0.0000          -
18774.76/973.44	c       973           1638           0        20                -           0.0000          -
18877.66/978.66	c       979           1638           0        20                -           0.0000          -
19498.04/1009.96	c      1010           1638           0        20                -           0.0000          -
19699.23/1020.06	c      1020           1638           0        20                -           0.0000          -
19884.59/1029.41	c      1029           1638           0        20                -           0.0000          -
19993.67/1035.03	c      1035           1638           0        20                -           0.0000          -
20104.72/1040.58	c      1041           1638           0        20                -           0.0000          -
20172.07/1043.98	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
20172.07/1043.98	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
20172.07/1043.98	Racing ramp-up finished after 1043.9800 seconds. Selected strategy 6.
20244.69/1048.00	c      1048              0           0         1                -           0.0000          -           0.0000          -
20386.78/1056.61	c      1057              0           0         1                -           0.0000          -           0.0000          -
20461.50/1061.64	c      1062              0           0         1                -           0.0000          -           0.0000          -
20545.54/1068.04	c      1068              0           0         1                -           0.0000          -           0.0000          -
20832.21/1092.09	c      1092              0           0         1                -           0.0000          -           0.0000          -
21067.36/1113.53	c      1114              0           0         1                -           0.0000          -           0.0000          -
21533.18/1160.38	c      1160              0           0         1                -           0.0000          -           0.0000          -
22188.19/1233.46	c      1233              0           0         1                -           0.0000          -           0.0000          -
22264.27/1244.03	c      1244           1638           0         1                -           0.0000          -           0.0000          -
22521.12/1280.97	c      1281           1638           0         1                -           0.0000          -           0.0000          -
22595.20/1293.38	c      1293           1639           1         1                -           0.0000          -           0.0000          -
22701.51/1298.84	c      1299           2256         241        15                -           0.0000          -           0.0000          -
22802.57/1303.91	c      1304           2955         803        15                -           0.0000          -           0.0000          -
22901.63/1309.01	c      1309           3591        1246        15                -           0.0000          -           0.0000          -
23003.49/1314.08	c      1314           4254        1779        15                -           0.0000          -           0.0000          -
23104.70/1319.15	c      1319           4825        2188        15                -           0.0000          -           0.0000          -
23205.14/1324.29	c      1324           5262        2391        15                -           0.0000          -           0.0000          -
23306.16/1329.34	c      1329           5782        2805        16                -           0.0000          -           0.0000          -
23407.33/1334.40	c      1334           6366        3387        16                -           0.0000          -           0.0000          -
23498.87/1339.41	c      1339           6486        3486        15                -           0.0000          -           0.0000          -
23608.82/1345.04	c      1345           7249        4204        16                -           0.0000          -           0.0000          -
23715.26/1350.44	c      1350           7605        4463        15                -           0.0000          -           0.0000          -
23826.97/1356.11	c      1356           9024        5720        16                -           0.0000          -           0.0000          -
23928.31/1361.16	c      1361           9028        5718        16                -           0.0000          -           0.0000          -
24030.63/1366.32	c      1366          11377        7866        16                -           0.0000          -           0.0000          -
24129.82/1371.37	c      1371          13168        9445        16                -           0.0000          -           0.0000          -
24263.48/1378.13	c      1378          14949       11173        15                -           0.0000          -           0.0000          -
24372.99/1384.00	c      1384          14952       11167        12                -           0.0000          -           0.0000          -
24475.69/1389.56	c      1390          16322       12355        16                -           0.0000          -           0.0000          -
24576.86/1394.61	c      1395          18526       14354        17                -           0.0000          -           0.0000          -
24676.07/1399.68	c      1400          20402       16101        16                -           0.0000          -           0.0000          -
24801.05/1405.97	c      1406          21466       17122        16                -           0.0000          -           0.0000          -
24891.94/1411.97	c      1412          21468       17112         9                -           0.0000          -           0.0000          -
24977.48/1417.59	c      1418          22287       17798        16                -           0.0000          -           0.0000          -
25078.65/1423.48	c      1423          22744       18183        10                -           0.0000          -           0.0000          -
25182.97/1432.38	c      1432          22745       18182         8                -           0.0000          -           0.0000          -
25290.03/1437.87	c      1438          24469       19656        16                -           0.0000          -           0.0000          -
25420.91/1444.84	c      1445          24469       19649        13                -           0.0000          -           0.0000          -
25497.03/1450.54	c      1451          24470       19644         8                -           0.0000          -           0.0000          -
25549.75/1455.57	c      1456          24474       19644         9                -           0.0000          -           0.0000          -
25660.51/1461.19	c      1461          26743       21614        18                -           0.0000          -           0.0000          -
25760.82/1466.27	c      1466          29077       23724        18                -           0.0000          -           0.0000          -
25873.88/1471.98	c      1472          29079       23720        18                -           0.0000          -           0.0000          -
25975.74/1477.78	c      1478          29079       23716        14                -           0.0000          -           0.0000          -
26037.95/1482.92	c      1483          29082       23708         8                -           0.0000          -           0.0000          -
26147.55/1488.57	c      1489          31326       25697        19                -           0.0000          -           0.0000          -
26250.75/1493.94	c      1494          32082       26336        15                -           0.0000          -           0.0000          -
26317.95/1499.26	c      1499          32082       26330         9                -           0.0000          -           0.0000          -
26409.28/1509.94	c      1510          32084       26329         7                -           0.0000          -           0.0000          -
26509.23/1515.07	c      1515          33407       27302        18                -           0.0000          -           0.0000          -
26611.56/1520.26	c      1520          34421       28017        18                -           0.0000          -           0.0000          -
26705.50/1525.29	c      1525          34421       28006        13                -           0.0000          -           0.0000          -
26760.06/1530.31	c      1530          34422       28000         7                -           0.0000          -           0.0000          -
26834.07/1540.61	c      1541          34424       28000         6                -           0.0000          -           0.0000          -
26994.63/1548.87	c      1549          35505       28929        18                -           0.0000          -           0.0000          -
27090.04/1553.91	c      1554          35505       28923        16                -           0.0000          -           0.0000          -
27182.31/1562.21	c      1562          35506       28917         9                -           0.0000          -           0.0000          -
27299.29/1568.21	c      1568          37633       30783        19                -           0.0000          -           0.0000          -
27398.49/1573.23	c      1573          39612       32632        18                -           0.0000          -           0.0000          -
27501.03/1579.89	c      1580          40079       33031        10                -           0.0000          -           0.0000          -
27605.12/1595.58	c      1596          40081       33028         6                -           0.0000          -           0.0000          -
27703.12/1600.62	c      1601          41718       34472        20                -           0.0000          -           0.0000          -
27830.98/1607.11	c      1607          42663       35360        19                -           0.0000          -           0.0000          -
27925.79/1612.22	c      1612          42663       35348        15                -           0.0000          -           0.0000          -
28010.99/1622.79	c      1623          42665       35339         6                -           0.0000          -           0.0000          -
28062.90/1627.89	c      1628          42709       35327        19                -           0.0000          -           0.0000          -
28164.10/1633.04	c      1633          44934       37366        19                -           0.0000          -           0.0000          -
28271.19/1638.34	c      1638          47200       39413        19                -           0.0000          -           0.0000          -
28372.06/1643.53	c      1644          48137       40273        15                -           0.0000          -           0.0000          -
28456.29/1649.89	c      1650          48138       40270        12                -           0.0000          -           0.0000          -
28581.96/1666.65	c      1667          48140       40264         6                -           0.0000          -           0.0000          -
28640.47/1671.81	c      1672          48182       40250        19                -           0.0000          -           0.0000          -
28739.87/1676.87	c      1677          50626       42427        20                -           0.0000          -           0.0000          -
28840.83/1681.90	c      1682          51384       43124        19                -           0.0000          -           0.0000          -
28936.59/1687.35	c      1687          51384       43109        11                -           0.0000          -           0.0000          -
28981.82/1692.47	c      1692          53771       43104         7                -           0.0000          -           0.0000          -
29036.30/1701.12	c      1701          53771       43103         6                -           0.0000          -           0.0000          -
29134.06/1717.40	c      1717          53772       43104         6                -           0.0000          -           0.0000          -
29234.42/1722.63	c      1723          55397       44503        20                -           0.0000          -           0.0000          -
29333.60/1727.69	c      1728          57423       46352        20                -           0.0000          -           0.0000          -
29444.66/1733.25	c      1733          58940       47768        20                -           0.0000          -           0.0000          -
29547.86/1738.41	c      1738          60998       49277        20                -           0.0000          -           0.0000          -
29646.97/1743.46	c      1743          62375       49444        20                -           0.0000          -           0.0000          -
29750.08/1748.68	c      1749          63311       49089        20                -           0.0000          -           0.0000          -
29851.01/1753.74	c      1754          64220       48999        20                -           0.0000          -           0.0000          -
29952.17/1758.80	c      1759          65951       48967        20                -           0.0000          -           0.0000          -
30051.20/1763.86	c      1764          67355       48930        20                -           0.0000          -           0.0000          -
30152.31/1768.93	c      1769          68507       48863        20                -           0.0000          -           0.0000          -
30251.38/1773.99	c      1774          69586       48831        20                -           0.0000          -           0.0000          -
30350.54/1779.04	c      1779          70745       48784        20                -           0.0000          -           0.0000          -
30452.46/1784.06	c      1784          72167       48739        20                -           0.0000          -           0.0000          -
30551.73/1789.07	c      1789          73886       48697        20                -           0.0000          -           0.0000          -
30650.77/1794.08	c      1794          75455       48636        20                -           0.0000          -           0.0000          -
30749.43/1799.10	c      1799          77111       48603        20                -           0.0000          -           0.0000          -
30848.42/1804.12	c      1804          78482       48550        20                -           0.0000          -           0.0000          -
30947.51/1809.14	c      1809          79983       48521        20                -           0.0000          -           0.0000          -
31048.71/1814.15	c      1814          81392       48483        20                -           0.0000          -           0.0000          -
31147.77/1819.16	c      1819          82802       48441        20                -           0.0000          -           0.0000          -
31246.30/1824.18	c      1824          84060       48398        20                -           0.0000          -           0.0000          -
31345.64/1829.19	c      1829          85616       48523        20                -           0.0000          -           0.0000          -
31445.84/1834.21	c      1834          87683       48447        20                -           0.0000          -           0.0000          -
31544.80/1839.23	c      1839          89109       48342        20                -           0.0000          -           0.0000          -
31643.82/1844.26	c      1844          90568       48318        20                -           0.0000          -           0.0000          -
31742.86/1849.27	c      1849          91930       48321        20                -           0.0000          -           0.0000          -
31841.81/1854.29	c      1854          93388       48302        20                -           0.0000          -           0.0000          -
31942.80/1859.30	c      1859          94924       48287        20                -           0.0000          -           0.0000          -
32041.83/1864.34	c      1864          97136       49037        20                -           0.0000          -           0.0000          -
32140.86/1869.35	c      1869         100463       49725        20                -           0.0000          -           0.0000          -
32239.81/1874.36	c      1874         101835       49709        20                -           0.0000          -           0.0000          -
32338.85/1879.38	c      1879         102883       49665        20                -           0.0000          -           0.0000          -
32437.80/1884.39	c      1884         104563       48147        20                -           0.0000          -           0.0000          -
32538.77/1889.42	c      1889         106376       48129        20                -           0.0000          -           0.0000          -
32637.72/1894.44	c      1894         107801       48104        20                -           0.0000          -           0.0000          -
32736.68/1899.45	c      1899         109280       48067        20                -           0.0000          -           0.0000          -
32835.75/1904.46	c      1904         110755       48040        20                -           0.0000          -           0.0000          -
32934.81/1909.49	c      1909         112439       48015        20                -           0.0000          -           0.0000          -
33033.63/1914.50	c      1914         113971       48027        20                -           0.0000          -           0.0000          -
33134.66/1919.51	c      1920         115389       47992        20                -           0.0000          -           0.0000          -
33233.84/1924.52	c      1925         118723       49328        20                -           0.0000          -           0.0000          -
33332.66/1929.53	c      1930         123084       49636        20                -           0.0000          -           0.0000          -
33431.60/1934.54	c      1935         125829       50642        20                -           0.0000          -           0.0000          -
33530.60/1939.56	c      1940         128511       48908        20                -           0.0000          -           0.0000          -
33629.42/1944.59	c      1945         131040       48858        20                -           0.0000          -           0.0000          -
33728.44/1949.60	c      1950         133193       47825        20                -           0.0000          -           0.0000          -
33829.39/1954.64	c      1955         135028       47792        20                -           0.0000          -           0.0000          -
33928.49/1959.65	c      1960         136504       47769        20                -           0.0000          -           0.0000          -
34027.52/1964.66	c      1965         138137       47733        20                -           0.0000          -           0.0000          -
34126.58/1969.67	c      1970         139640       47725        20                -           0.0000          -           0.0000          -
34225.61/1974.69	c      1975         143528       49200        20                -           0.0000          -           0.0000          -
34326.69/1979.70	c      1980         144938       49173        20                -           0.0000          -           0.0000          -
34425.76/1984.71	c      1985         146561       49144        20                -           0.0000          -           0.0000          -
34524.82/1989.74	c      1990         147680       47593        20                -           0.0000          -           0.0000          -
34623.55/1994.75	c      1995         149071       47571        20                -           0.0000          -           0.0000          -
34722.33/1999.77	c      2000         150610       47551        20                -           0.0000          -           0.0000          -
34821.17/2004.79	c      2005         154139       48891        20                -           0.0000          -           0.0000          -
34922.30/2009.81	c      2010         155717       47507        20                -           0.0000          -           0.0000          -
35021.36/2014.83	c      2015         157246       47493        20                -           0.0000          -           0.0000          -
35120.36/2019.84	c      2020         158788       47477        20                -           0.0000          -           0.0000          -
35219.24/2024.86	c      2025         160261       47452        20                -           0.0000          -           0.0000          -
35318.33/2029.87	c      2030         161563       47428        20                -           0.0000          -           0.0000          -
35417.43/2034.88	c      2035         162979       47405        20                -           0.0000          -           0.0000          -
35516.54/2039.89	c      2040         164284       47350        20                -           0.0000          -           0.0000          -
35617.63/2044.90	c      2045         167342       47341        20                -           0.0000          -           0.0000          -
35716.61/2049.92	c      2050         170195       47302        20                -           0.0000          -           0.0000          -
35815.65/2054.96	c      2055         171751       47313        20                -           0.0000          -           0.0000          -
35914.71/2059.99	c      2060         175209       47283        20                -           0.0000          -           0.0000          -
36013.55/2065.02	c      2065         176820       47230        20                -           0.0000          -           0.0000          -
36115.25/2070.05	c      2070         180695       49191        20                -           0.0000          -           0.0000          -
36214.23/2075.07	c      2075         184549       48786        20                -           0.0000          -           0.0000          -
36313.30/2080.08	c      2080         186282       47986        20                -           0.0000          -           0.0000          -
36412.65/2085.11	c      2085         187647       47981        20                -           0.0000          -           0.0000          -
36513.27/2090.13	c      2090         190099       48911        20                -           0.0000          -           0.0000          -
36612.44/2095.15	c      2095         191401       48053        20                -           0.0000          -           0.0000          -
36711.27/2100.17	c      2100         193634       47702        20                -           0.0000          -           0.0000          -
36810.49/2105.18	c      2105         196823       46990        20                -           0.0000          -           0.0000          -
36909.18/2110.19	c      2110         198009       46953        20                -           0.0000          -           0.0000          -
37009.20/2115.20	c      2115         199258       46897        20                -           0.0000          -           0.0000          -
37108.26/2120.23	c      2120         200602       46895        20                -           0.0000          -           0.0000          -
37207.14/2125.25	c      2125         201853       46851        20                -           0.0000          -           0.0000          -
37306.25/2130.27	c      2130         205137       47176        20                -           0.0000          -           0.0000          -
37405.23/2135.28	c      2135         206487       47149        20                -           0.0000          -           0.0000          -
37506.19/2140.31	c      2140         207946       46764        20                -           0.0000          -           0.0000          -
37605.10/2145.34	c      2145         209293       46714        20                -           0.0000          -           0.0000          -
37704.13/2150.35	c      2150         210651       46725        20                -           0.0000          -           0.0000          -
37802.56/2155.38	c      2155         211961       46665        20                -           0.0000          -           0.0000          -
37903.68/2160.40	c      2160         214154       47393        20                -           0.0000          -           0.0000          -
38002.77/2165.41	c      2165         216769       48494        20                -           0.0000          -           0.0000          -
38101.79/2170.42	c      2170         219501       49856        20                -           0.0000          -           0.0000          -
38200.86/2175.43	c      2175         222495       50597        20                -           0.0000          -           0.0000          -
38300.00/2180.46	c      2180         224957       50256        20                -           0.0000          -           0.0000          -
38399.00/2185.48	c      2185         227796       50427        20                -           0.0000          -           0.0000          -
38498.01/2190.49	c      2190         229748       50728        20                -           0.0000          -           0.0000          -
38597.09/2195.50	c      2196         230872       50684        20                -           0.0000          -           0.0000          -
38697.96/2200.53	c      2201         233307       50298        20                -           0.0000          -           0.0000          -
38797.08/2205.54	c      2206         236257       50886        20                -           0.0000          -           0.0000          -
38896.38/2210.55	c      2211         237788       49710        20                -           0.0000          -           0.0000          -
38995.28/2215.57	c      2216         239009       49666        20                -           0.0000          -           0.0000          -
39096.40/2220.61	c      2221         240538       49807        20                -           0.0000          -           0.0000          -
39195.52/2225.63	c      2226         242399       50370        20                -           0.0000          -           0.0000          -
39294.56/2230.66	c      2231         244167       50571        20                -           0.0000          -           0.0000          -
39393.70/2235.67	c      2236         245601       49616        20                -           0.0000          -           0.0000          -
39492.73/2240.69	c      2241         246913       49533        20                -           0.0000          -           0.0000          -
39593.87/2245.72	c      2246         248186       49498        20                -           0.0000          -           0.0000          -
39693.04/2250.73	c      2251         249872       49634        20                -           0.0000          -           0.0000          -
39792.21/2255.74	c      2256         253947       50647        19                -           0.0000          -           0.0000          -
39891.20/2260.76	c      2261         256202       49433        20                -           0.0000          -           0.0000          -
39990.41/2265.77	c      2266         257866       49807        20                -           0.0000          -           0.0000          -
40089.41/2270.79	c      2271         260542       49374        20                -           0.0000          -           0.0000          -
40190.54/2275.81	c      2276         261616       49333        20                -           0.0000          -           0.0000          -
40289.68/2280.81	c      2281         262729       49357        20                -           0.0000          -           0.0000          -
40388.78/2285.83	c      2286         265858       49591        20                -           0.0000          -           0.0000          -
40488.01/2290.84	c      2291         267254       49554        20                -           0.0000          -           0.0000          -
40587.08/2295.84	c      2296         268695       49254        20                -           0.0000          -           0.0000          -
40686.21/2300.86	c      2301         270500       49594        20                -           0.0000          -           0.0000          -
40785.33/2305.87	c      2306         274381       51011        20                -           0.0000          -           0.0000          -
40884.46/2310.89	c      2311         275723       50985        20                -           0.0000          -           0.0000          -
40985.50/2315.91	c      2316         277143       49129        20                -           0.0000          -           0.0000          -
41084.68/2320.93	c      2321         280715       51208        20                -           0.0000          -           0.0000          -
41183.80/2325.96	c      2326         282413       50892        20                -           0.0000          -           0.0000          -
41282.92/2330.97	c      2331         284365       51402        20                -           0.0000          -           0.0000          -
41382.08/2336.04	c      2336         287748       49305        20                -           0.0000          -           0.0000          -
41484.10/2341.06	c      2341         291600       49232        20                -           0.0000          -           0.0000          -
41583.10/2346.07	c      2346         292791       49175        20                -           0.0000          -           0.0000          -
41682.17/2351.08	c      2351         294188       49161        20                -           0.0000          -           0.0000          -
41781.39/2356.12	c      2356         295572       48922        20                -           0.0000          -           0.0000          -
41880.40/2361.13	c      2361         296882       48882        20                -           0.0000          -           0.0000          -
41981.61/2366.14	c      2366         298159       48865        20                -           0.0000          -           0.0000          -
42080.78/2371.15	c      2371         301219       49729        20                -           0.0000          -           0.0000          -
42180.01/2376.16	c      2376         303955       49874        20                -           0.0000          -           0.0000          -
42280.26/2381.20	c      2381         306869       50348        20                -           0.0000          -           0.0000          -
42379.49/2386.22	c      2386         308672       48714        20                -           0.0000          -           0.0000          -
42478.52/2391.23	c      2391         309978       48703        20                -           0.0000          -           0.0000          -
42577.76/2396.26	c      2396         311238       48702        20                -           0.0000          -           0.0000          -
42676.79/2401.28	c      2401         312355       48634        20                -           0.0000          -           0.0000          -
42775.92/2406.29	c      2406         313531       48611        20                -           0.0000          -           0.0000          -
42877.16/2411.31	c      2411         314892       48584        20                -           0.0000          -           0.0000          -
42976.34/2416.32	c      2416         316281       48565        20                -           0.0000          -           0.0000          -
43075.39/2421.33	c      2421         317810       48544        20                -           0.0000          -           0.0000          -
43174.67/2426.36	c      2426         319138       48506        20                -           0.0000          -           0.0000          -
43273.74/2431.37	c      2431         322698       50377        20                -           0.0000          -           0.0000          -
43374.77/2436.40	c      2436         324987       49532        20                -           0.0000          -           0.0000          -
43473.85/2441.43	c      2441         327274       48424        20                -           0.0000          -           0.0000          -
43573.03/2446.44	c      2446         328670       48394        20                -           0.0000          -           0.0000          -
43672.23/2451.47	c      2451         330942       48552        20                -           0.0000          -           0.0000          -
43771.35/2456.48	c      2456         333567       48478        20                -           0.0000          -           0.0000          -
43870.43/2461.49	c      2461         336465       45376        20                -           0.0000          -           0.0000          -
43971.54/2466.50	c      2466         340185       44935        20                -           0.0000          -           0.0000          -
44070.71/2471.51	c      2472         341123       44909        20                -           0.0000          -           0.0000          -
44169.92/2476.52	c      2477         342412       44861        20                -           0.0000          -           0.0000          -
44268.83/2481.53	c      2482         343858       44832        20                -           0.0000          -           0.0000          -
44367.91/2486.55	c      2487         345333       44798        20                -           0.0000          -           0.0000          -
44467.01/2491.56	c      2492         347436       44735        20                -           0.0000          -           0.0000          -
44566.10/2496.58	c      2497         348875       44701        20                -           0.0000          -           0.0000          -
44667.21/2501.61	c      2502         350234       44649        20                -           0.0000          -           0.0000          -
44766.35/2506.61	c      2507         351760       44620        20                -           0.0000          -           0.0000          -
44865.47/2511.63	c      2512         353058       44600        20                -           0.0000          -           0.0000          -
44964.59/2516.66	c      2517         355145       45263        20                -           0.0000          -           0.0000          -
45063.72/2521.68	c      2522         358515       46964        20                -           0.0000          -           0.0000          -
45164.89/2526.71	c      2527         365455       48268        20                -           0.0000          -           0.0000          -
45264.10/2531.73	c      2532         368403       47666        20                -           0.0000          -           0.0000          -
45363.16/2536.75	c      2537         369647       47595        20                -           0.0000          -           0.0000          -
45462.34/2541.77	c      2542         371545       47578        20                -           0.0000          -           0.0000          -
45561.47/2546.77	c      2547         374528       49004        20                -           0.0000          -           0.0000          -
45662.53/2551.80	c      2552         376129       48640        20                -           0.0000          -           0.0000          -
45761.89/2556.82	c      2557         377624       46935        20                -           0.0000          -           0.0000          -
45861.01/2561.83	c      2562         378946       46907        20                -           0.0000          -           0.0000          -
45960.04/2566.84	c      2567         380055       46857        20                -           0.0000          -           0.0000          -
46059.35/2571.86	c      2572         381214       46831        20                -           0.0000          -           0.0000          -
46158.38/2576.89	c      2577         382491       46783        20                -           0.0000          -           0.0000          -
46259.52/2581.91	c      2582         383719       46756        19                -           0.0000          -           0.0000          -
46358.68/2586.94	c      2587         385043       46700        20                -           0.0000          -           0.0000          -
46457.89/2591.96	c      2592         386335       46707        20                -           0.0000          -           0.0000          -
46557.20/2596.97	c      2597         387636       46670        20                -           0.0000          -           0.0000          -
46656.29/2601.98	c      2602         389035       46622        20                -           0.0000          -           0.0000          -
46755.44/2606.99	c      2607         390373       46577        20                -           0.0000          -           0.0000          -
46854.65/2612.00	c      2612         391765       46539        20                -           0.0000          -           0.0000          -
46953.76/2617.01	c      2617         394623       47983        19                -           0.0000          -           0.0000          -
47052.86/2622.02	c      2622         397282       47778        20                -           0.0000          -           0.0000          -
47154.75/2627.04	c      2627         400611       47872        20                -           0.0000          -           0.0000          -
47253.98/2632.07	c      2632         403237       47801        20                -           0.0000          -           0.0000          -
47353.15/2637.09	c      2637         406062       46496        20                -           0.0000          -           0.0000          -
47452.42/2642.12	c      2642         408807       46418        20                -           0.0000          -           0.0000          -
47553.47/2647.15	c      2647         411871       46410        20                -           0.0000          -           0.0000          -
47652.64/2652.18	c      2652         415259       46670        20                -           0.0000          -           0.0000          -
47751.77/2657.19	c      2657         418945       43808        20                -           0.0000          -           0.0000          -
47852.22/2662.20	c      2662         421706       43725        20                -           0.0000          -           0.0000          -
47951.25/2667.21	c      2667         424548       43709        20                -           0.0000          -           0.0000          -
48050.36/2672.23	c      2672         426110       43408        20                -           0.0000          -           0.0000          -
48149.38/2677.25	c      2677         427489       43381        20                -           0.0000          -           0.0000          -
48248.50/2682.27	c      2682         428731       43298        20                -           0.0000          -           0.0000          -
48349.69/2687.31	c      2687         430016       43292        20                -           0.0000          -           0.0000          -
48448.85/2692.31	c      2692         431344       43224        20                -           0.0000          -           0.0000          -
48547.90/2697.37	c      2697         432685       43202        20                -           0.0000          -           0.0000          -
48647.10/2702.38	c      2702         435512       44346        20                -           0.0000          -           0.0000          -
48746.26/2707.39	c      2707         438038       44202        20                -           0.0000          -           0.0000          -
48847.39/2712.41	c      2712         440935       44031        20                -           0.0000          -           0.0000          -
48946.48/2717.46	c      2717         443260       43034        20                -           0.0000          -           0.0000          -
49045.61/2722.48	c      2722         445894       44215        20                -           0.0000          -           0.0000          -
49146.79/2727.51	c      2728         449820       44960        20                -           0.0000          -           0.0000          -
49245.96/2732.52	c      2733         453542       44996        20                -           0.0000          -           0.0000          -
49345.10/2737.55	c      2738         456981       45105        20                -           0.0000          -           0.0000          -
49444.27/2742.56	c      2743         458906       43096        20                -           0.0000          -           0.0000          -
49543.47/2747.57	c      2748         460121       43042        20                -           0.0000          -           0.0000          -
49642.66/2752.58	c      2753         462965       42913        20                -           0.0000          -           0.0000          -
49741.87/2757.59	c      2758         465828       42831        20                -           0.0000          -           0.0000          -
49843.05/2762.61	c      2763         468791       42813        20                -           0.0000          -           0.0000          -
49942.23/2767.63	c      2768         471275       42784        20                -           0.0000          -           0.0000          -
50041.49/2772.64	c      2773         474920       42735        20                -           0.0000          -           0.0000          -
50140.55/2777.66	c      2778         478183       42672        20                -           0.0000          -           0.0000          -
50239.83/2782.67	c      2783         480882       42665        20                -           0.0000          -           0.0000          -
50338.82/2787.68	c      2788         483789       42994        20                -           0.0000          -           0.0000          -
50438.03/2792.69	c      2793         487115       43521        20                -           0.0000          -           0.0000          -
50539.18/2797.70	c      2798         490071       43396        20                -           0.0000          -           0.0000          -
50638.36/2802.71	c      2803         493048       43365        20                -           0.0000          -           0.0000          -
50737.56/2807.72	c      2808         494198       43334        20                -           0.0000          -           0.0000          -
50836.76/2812.75	c      2813         495435       43267        20                -           0.0000          -           0.0000          -
50936.00/2817.78	c      2818         496765       43182        20                -           0.0000          -           0.0000          -
51035.22/2822.79	c      2823         498206       43117        20                -           0.0000          -           0.0000          -
51136.43/2827.81	c      2828         499574       43062        20                -           0.0000          -           0.0000          -
51235.62/2832.82	c      2833         500864       43035        20                -           0.0000          -           0.0000          -
51334.83/2837.86	c      2838         502510       42970        20                -           0.0000          -           0.0000          -
51434.00/2842.86	c      2843         503906       42915        20                -           0.0000          -           0.0000          -
51533.18/2847.87	c      2848         504927       42877        20                -           0.0000          -           0.0000          -
51632.55/2852.88	c      2853         506483       42851        20                -           0.0000          -           0.0000          -
51733.58/2857.92	c      2858         507766       42778        20                -           0.0000          -           0.0000          -
51832.53/2862.95	c      2863         509160       42772        20                -           0.0000          -           0.0000          -
51931.72/2867.96	c      2868         510299       42692        20                -           0.0000          -           0.0000          -
52030.90/2872.97	c      2873         511484       42622        20                -           0.0000          -           0.0000          -
52130.09/2877.98	c      2878         512766       42625        20                -           0.0000          -           0.0000          -
52229.24/2883.01	c      2883         516079       43605        20                -           0.0000          -           0.0000          -
52328.39/2888.02	c      2888         519166       43298        20                -           0.0000          -           0.0000          -
52427.61/2893.03	c      2893         521706       43237        20                -           0.0000          -           0.0000          -
52529.71/2898.07	c      2898         525006       43285        20                -           0.0000          -           0.0000          -
52628.80/2903.08	c      2903         528828       43204        20                -           0.0000          -           0.0000          -
52728.22/2908.09	c      2908         532421       43144        20                -           0.0000          -           0.0000          -
52827.14/2913.10	c      2913         536169       43034        20                -           0.0000          -           0.0000          -
52926.32/2918.12	c      2918         538857       42308        20                -           0.0000          -           0.0000          -
53025.70/2923.13	c      2923         541294       42252        20                -           0.0000          -           0.0000          -
53124.79/2928.14	c      2928         544544       42350        20                -           0.0000          -           0.0000          -
53226.04/2933.17	c      2933         549342       42321        20                -           0.0000          -           0.0000          -
53325.32/2938.18	c      2938         553341       42254        20                -           0.0000          -           0.0000          -
53424.63/2943.19	c      2943         556929       42191        20                -           0.0000          -           0.0000          -
53524.81/2948.21	c      2948         561009       42167        20                -           0.0000          -           0.0000          -
53623.99/2953.24	c      2953         565011       42074        20                -           0.0000          -           0.0000          -
53723.13/2958.26	c      2958         568707       41872        20                -           0.0000          -           0.0000          -
53822.33/2963.27	c      2963         571482       41808        20                -           0.0000          -           0.0000          -
53921.53/2968.30	c      2968         574072       41785        20                -           0.0000          -           0.0000          -
54022.74/2973.32	c      2973         576722       41770        20                -           0.0000          -           0.0000          -
54121.87/2978.34	c      2978         579175       41690        20                -           0.0000          -           0.0000          -
54221.03/2983.37	c      2983         581614       41580        20                -           0.0000          -           0.0000          -
54322.22/2988.40	c      2988         584279       41523        20                -           0.0000          -           0.0000          -
54421.42/2993.41	c      2993         586802       41509        20                -           0.0000          -           0.0000          -
54520.57/2998.42	c      2998         589264       41400        20                -           0.0000          -           0.0000          -
54619.78/3003.43	c      3003         591310       41329        20                -           0.0000          -           0.0000          -
54718.97/3008.44	c      3008         593927       41316        20                -           0.0000          -           0.0000          -
54818.16/3013.45	c      3013         598084       41910        20                -           0.0000          -           0.0000          -
54917.31/3018.49	c      3018         602205       41755        20                -           0.0000          -           0.0000          -
55018.47/3023.51	c      3024         605101       41698        20                -           0.0000          -           0.0000          -
55117.60/3028.53	c      3029         606665       41633        20                -           0.0000          -           0.0000          -
55216.06/3033.54	c      3034         608119       41015        20                -           0.0000          -           0.0000          -
55315.25/3038.56	c      3039         610450       41749        20                -           0.0000          -           0.0000          -
55414.44/3043.57	c      3044         613417       41419        20                -           0.0000          -           0.0000          -
55513.64/3048.58	c      3049         616095       41428        20                -           0.0000          -           0.0000          -
55612.88/3053.59	c      3054         619057       41394        20                -           0.0000          -           0.0000          -
55713.82/3058.60	c      3059         621713       41230        20                -           0.0000          -           0.0000          -
55812.95/3063.67	c      3064         625402       41909        20                -           0.0000          -           0.0000          -
55914.15/3068.75	c      3069         629029       42434        20                -           0.0000          -           0.0000          -
56015.37/3073.83	c      3074         633107       43802        19                -           0.0000          -           0.0000          -
56116.52/3078.96	c      3079         637328       44105        20                -           0.0000          -           0.0000          -
56218.30/3084.04	c      3084         641670       41264        20                -           0.0000          -           0.0000          -
56317.77/3089.13	c      3089         645652       41308        20                -           0.0000          -           0.0000          -
56420.04/3094.23	c      3094         649804       41208        20                -           0.0000          -           0.0000          -
56521.20/3099.30	c      3099         653286       41208        20                -           0.0000          -           0.0000          -
56622.38/3104.42	c      3104         657012       41177        20                -           0.0000          -           0.0000          -
56725.56/3109.67	c      3110         659682       40676        19                -           0.0000          -           0.0000          -
56836.60/3115.24	c      3115         661049       40622        20                -           0.0000          -           0.0000          -
56935.80/3120.29	c      3120         662129       40456        20                -           0.0000          -           0.0000          -
57036.93/3125.37	c      3125         663250       40486        20                -           0.0000          -           0.0000          -
57138.08/3130.43	c      3130         664537       40453        20                -           0.0000          -           0.0000          -
57237.28/3135.49	c      3135         665904       40440        20                -           0.0000          -           0.0000          -
57338.40/3140.50	c      3140         666720       40434        19                -           0.0000          -           0.0000          -
57439.58/3145.61	c      3146         668185       40428        20                -           0.0000          -           0.0000          -
57538.80/3150.67	c      3151         669581       40470        20                -           0.0000          -           0.0000          -
57640.00/3155.73	c      3156         670657       40483        20                -           0.0000          -           0.0000          -
57741.15/3160.81	c      3161         671797       40445        20                -           0.0000          -           0.0000          -
57840.36/3165.86	c      3166         672834       40436        20                -           0.0000          -           0.0000          -
57941.56/3170.93	c      3171         675174       41436        20                -           0.0000          -           0.0000          -
58040.74/3175.99	c      3176         677826       42693        20                -           0.0000          -           0.0000          -
58139.97/3181.04	c      3181         681153       43672        20                -           0.0000          -           0.0000          -
58242.08/3186.10	c      3186         683488       43064        20                -           0.0000          -           0.0000          -
58343.24/3191.16	c      3191         685687       40399        20                -           0.0000          -           0.0000          -
58443.57/3196.24	c      3196         687003       40410        20                -           0.0000          -           0.0000          -
58544.73/3201.32	c      3201         688257       40405        20                -           0.0000          -           0.0000          -
58643.90/3206.37	c      3206         691176       40442        20                -           0.0000          -           0.0000          -
58745.12/3211.41	c      3211         696922       40961        19                -           0.0000          -           0.0000          -
58844.35/3216.48	c      3216         702929       41151        20                -           0.0000          -           0.0000          -
58945.44/3221.53	c      3222         708568       40817        20                -           0.0000          -           0.0000          -
59044.67/3226.59	c      3227         713283       40737        20                -           0.0000          -           0.0000          -
59147.80/3231.76	c      3232         717121       40182        20                -           0.0000          -           0.0000          -
59249.22/3236.88	c      3237         720494       40128        20                -           0.0000          -           0.0000          -
59350.26/3241.97	c      3242         724215       40101        20                -           0.0000          -           0.0000          -
59449.43/3247.02	c      3247         727832       40107        19                -           0.0000          -           0.0000          -
59551.39/3252.11	c      3252         731602       40099        20                -           0.0000          -           0.0000          -
59652.85/3257.16	c      3257         735067       40125        20                -           0.0000          -           0.0000          -
59753.09/3262.22	c      3262         738423       40112        20                -           0.0000          -           0.0000          -
59854.25/3267.32	c      3267         741855       40269        20                -           0.0000          -           0.0000          -
59953.46/3272.38	c      3272         745600       40986        20                -           0.0000          -           0.0000          -
60054.46/3277.44	c      3277         749909       41113        20                -           0.0000          -           0.0000          -
60155.79/3282.53	c      3283         753231       39839        20                -           0.0000          -           0.0000          -
60254.88/3287.60	c      3288         755450       39838        20                -           0.0000          -           0.0000          -
60358.10/3292.70	c      3293         757610       39824        20                -           0.0000          -           0.0000          -
60457.16/3297.76	c      3298         760184       39832        20                -           0.0000          -           0.0000          -
60556.38/3302.78	c      3303         762471       39816        19                -           0.0000          -           0.0000          -
60659.58/3307.92	c      3308         765453       39833        20                -           0.0000          -           0.0000          -
60758.80/3312.98	c      3313         767769       39832        20                -           0.0000          -           0.0000          -
60860.61/3318.05	c      3318         770629       39810        20                -           0.0000          -           0.0000          -
60959.83/3323.14	c      3323         772896       39831        20                -           0.0000          -           0.0000          -
61061.96/3328.21	c      3328         774857       39786        20                -           0.0000          -           0.0000          -
61161.08/3333.27	c      3333         776755       39791        20                -           0.0000          -           0.0000          -
61262.30/3338.36	c      3338         778987       39769        20                -           0.0000          -           0.0000          -
61361.37/3343.37	c      3343         780942       39827        20                -           0.0000          -           0.0000          -
61462.58/3348.43	c      3348         783035       39766        20                -           0.0000          -           0.0000          -
61565.88/3353.64	c      3354         784458       39334        20                -           0.0000          -           0.0000          -
61666.94/3358.76	c      3359         785640       39346        20                -           0.0000          -           0.0000          -
61768.15/3363.85	c      3364         786718       39325        20                -           0.0000          -           0.0000          -
61869.24/3368.96	c      3369         787687       39304        20                -           0.0000          -           0.0000          -
61968.43/3374.02	c      3374         788722       39298        20                -           0.0000          -           0.0000          -
62070.62/3379.13	c      3379         789966       39298        20                -           0.0000          -           0.0000          -
62172.72/3384.28	c      3384         791213       39301        20                -           0.0000          -           0.0000          -
62273.90/3389.33	c      3389         792455       39336        20                -           0.0000          -           0.0000          -
62374.99/3394.41	c      3394         793692       39296        20                -           0.0000          -           0.0000          -
62474.22/3399.46	c      3399         794754       39283        20                -           0.0000          -           0.0000          -
62575.42/3404.54	c      3405         795972       39279        20                -           0.0000          -           0.0000          -
62674.66/3409.59	c      3410         797263       39266        20                -           0.0000          -           0.0000          -
62775.84/3414.67	c      3415         798478       39266        20                -           0.0000          -           0.0000          -
62877.03/3419.72	c      3420         799745       39284        20                -           0.0000          -           0.0000          -
62978.25/3424.82	c      3425         800962       39247        20                -           0.0000          -           0.0000          -
63079.50/3429.92	c      3430         803288       40208        20                -           0.0000          -           0.0000          -
63178.74/3434.98	c      3435         806296       40764        20                -           0.0000          -           0.0000          -
63280.94/3440.10	c      3440         808718       40795        20                -           0.0000          -           0.0000          -
63383.11/3445.21	c      3445         811100       40532        20                -           0.0000          -           0.0000          -
63482.29/3450.30	c      3450         813921       40511        20                -           0.0000          -           0.0000          -
63583.50/3455.36	c      3455         815678       40603        20                -           0.0000          -           0.0000          -
63684.73/3460.42	c      3460         816886       40592        20                -           0.0000          -           0.0000          -
63783.93/3465.47	c      3465         817954       40570        20                -           0.0000          -           0.0000          -
63883.18/3470.48	c      3470         818792       40568        19                -           0.0000          -           0.0000          -
63986.41/3475.63	c      3476         820259       40552        20                -           0.0000          -           0.0000          -
64085.65/3480.65	c      3481         821195       40554        19                -           0.0000          -           0.0000          -
64186.90/3485.79	c      3486         822901       40929        20                -           0.0000          -           0.0000          -
64288.18/3490.86	c      3491         825456       42096        20                -           0.0000          -           0.0000          -
64389.47/3495.92	c      3496         829857       43096        20                -           0.0000          -           0.0000          -
64488.79/3500.99	c      3501         833870       42952        20                -           0.0000          -           0.0000          -
64590.78/3506.07	c      3506         837243       42871        20                -           0.0000          -           0.0000          -
64690.13/3511.14	c      3511         841219       42808        20                -           0.0000          -           0.0000          -
64791.43/3516.19	c      3516         844517       42818        20                -           0.0000          -           0.0000          -
64891.85/3521.26	c      3521         847215       40856        20                -           0.0000          -           0.0000          -
64993.14/3526.32	c      3526         850528       41401        20                -           0.0000          -           0.0000          -
65094.42/3531.44	c      3531         853467       41015        20                -           0.0000          -           0.0000          -
65195.73/3536.53	c      3537         855467       41017        20                -           0.0000          -           0.0000          -
65295.03/3541.57	c      3542         857783       40982        19                -           0.0000          -           0.0000          -
65396.26/3546.66	c      3547         860083       40949        20                -           0.0000          -           0.0000          -
65497.55/3551.75	c      3552         861942       40911        20                -           0.0000          -           0.0000          -
65599.04/3556.87	c      3557         864439       40919        20                -           0.0000          -           0.0000          -
65700.12/3561.94	c      3562         866727       40923        20                -           0.0000          -           0.0000          -
65799.49/3567.02	c      3567         869037       40886        20                -           0.0000          -           0.0000          -
65901.43/3572.09	c      3572         871290       40922        20                -           0.0000          -           0.0000          -
66002.85/3577.16	c      3577         873666       40910        20                -           0.0000          -           0.0000          -
66103.52/3582.24	c      3582         875692       40895        20                -           0.0000          -           0.0000          -
66202.86/3587.29	c      3587         877870       40870        20                -           0.0000          -           0.0000          -
66304.21/3592.36	c      3592         879944       40882        20                -           0.0000          -           0.0000          -
66405.57/3597.41	c      3597         882044       40823        20                -           0.0000          -           0.0000          -
66423.16/3601.54	c SCIP Status        : c solving was interrupted [hard time limit reached]
66423.16/3601.54	c Total Time         : 3601.5400
66423.16/3601.54	c   solving          : 3601.5400
66423.16/3601.54	c   presolving       : 26.1565 (included in solving)
66423.16/3601.54	c B&B Tree           :
66423.16/3601.54	c   nodes (total)    : 882428
66423.16/3601.54	c Solution           :
66423.16/3601.54	c   Solutions found  : 0
66423.16/3601.54	c   Primal Bound     :          -
66423.16/3601.54	c   Dual Bound       : +0.00000000000000e+00
66423.16/3601.54	c Gap                :          -
66425.16/3603.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (164941 MiB free)
  memory of node 1: 193531 MiB (151676 MiB free)
  memory of node 2: 193531 MiB (166359 MiB free)
  memory of node 3: 193493 MiB (170156 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-4469023-1723613378/watcher-4469023-1723613378 -o /tmp/evaluation-result-4469023-1723613378/solver-4469023-1723613378 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723606037-769061 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469023-1723613378.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 53.35 69.95 75.84 62/984 774041
/proc/meminfo: memFree=668742140/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=90820 memory=77460 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 17101 0 0 0 9 2 0 0 20 0 1 0 127917270 92999680 19365 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 22705 19365 2614 3035 0 19101 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 90820 KiB
Current children cumulated memory: 77460 KiB

[startup+0.225022 s]*
/proc/loadavg: 53.35 69.95 75.84 62/984 774041
/proc/meminfo: memFree=668720228/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=112288 memory=99264 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 24312 0 0 0 20 3 0 0 20 0 1 0 127917270 114982912 24816 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 28072 24816 2678 3035 0 24468 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 112288 KiB
Current children cumulated memory: 99264 KiB

[startup+0.319744 s]*
/proc/loadavg: 53.35 69.95 75.84 64/984 774041
/proc/meminfo: memFree=668720184/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=112288 memory=99264 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 24312 0 0 0 29 3 0 0 20 0 1 0 127917270 114982912 24816 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 28072 24816 2678 3035 0 24468 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 112288 KiB
Current children cumulated memory: 99264 KiB

[startup+0.700223 s]
/proc/loadavg: 53.35 69.95 75.84 62/984 774041
/proc/meminfo: memFree=668705964/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=122188 memory=108464 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 28825 0 0 0 65 4 0 0 20 0 1 0 127917270 125120512 27116 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 30547 27116 2774 3035 0 26943 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 122188 KiB
Current children cumulated memory: 108464 KiB

[startup+1.50026 s]
/proc/loadavg: 53.35 69.95 75.84 63/984 774042
/proc/meminfo: memFree=668654644/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=157968 memory=142988 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 34933 0 0 0 143 5 0 0 20 0 1 0 127917270 161759232 35747 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 39492 35747 2790 3035 0 35888 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 157968 KiB
Current children cumulated memory: 142988 KiB

[startup+3.12566 s]
/proc/loadavg: 53.35 69.95 75.84 63/984 774042
/proc/meminfo: memFree=668603860/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=158364 memory=143516 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 35031 0 0 0 305 5 0 0 20 0 1 0 127917270 162164736 35879 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 39591 35879 2790 3035 0 35987 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 158364 KiB
Current children cumulated memory: 143516 KiB

[startup+6.30024 s]
/proc/loadavg: 53.96 69.80 75.76 63/984 774044
/proc/meminfo: memFree=668548584/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=164320 memory=149416 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 36548 0 0 0 621 6 0 0 20 0 1 0 127917270 168263680 37354 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 41080 37354 2790 3035 0 37476 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 164320 KiB
Current children cumulated memory: 149416 KiB

[startup+12.7002 s]
/proc/loadavg: 54.52 69.65 75.68 64/984 774044
/proc/meminfo: memFree=668255828/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=164824 memory=149676 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 36661 0 0 0 1258 6 0 0 20 0 1 0 127917270 168779776 37419 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 41206 37419 2790 3035 0 37602 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 164824 KiB
Current children cumulated memory: 149676 KiB

[startup+25.5003 s]
/proc/loadavg: 55.96 69.23 75.45 63/986 774105
/proc/meminfo: memFree=667545176/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=165792 memory=150720 CPUtime=25.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 36918 0 0 0 2531 6 0 0 20 0 1 0 127917270 169771008 37680 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 41448 37680 2790 3035 0 37844 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 165792 KiB
Current children cumulated memory: 150720 KiB

[startup+51.1393 s]
/proc/loadavg: 64.24 70.11 75.57 84/1025 774150
/proc/meminfo: memFree=664328188/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=4583412 memory=3228708 CPUtime=505.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) S 774037 774040 769048 0 -1 1077936128 1290850 0 0 0 50339 213 0 0 20 0 41 0 127917270 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 15 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 1145853 807177 2966 3035 0 938658 0
[pid=774040/tid=774106] ppid=774037 vsize=4583412 memory=2331540 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774106/stat : 774106 (fscip) R 774037 774040 769048 0 -1 4194368 54447 0 0 0 2392 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774107] ppid=774037 vsize=4583412 memory=8311213482244221574 CPUtime=24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774107/stat : 774107 (fscip) R 774037 774040 769048 0 -1 4194368 62131 0 0 0 2390 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774108] ppid=774037 vsize=4583412 memory=150720 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774108/stat : 774108 (fscip) R 774037 774040 769048 0 -1 4194368 61539 0 0 0 2391 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774109] ppid=774037 vsize=4583412 memory=279974423041984 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774109/stat : 774109 (fscip) R 774037 774040 769048 0 -1 4194368 60353 0 0 0 2391 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774110] ppid=774037 vsize=4583412 memory=279974424066672 CPUtime=23.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774110/stat : 774110 (fscip) R 774037 774040 769048 0 -1 4194368 62114 0 0 0 2386 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774111] ppid=774037 vsize=4583412 memory=5556 CPUtime=24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774111/stat : 774111 (fscip) R 774037 774040 769048 0 -1 4194368 61354 0 0 0 2390 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774112] ppid=774037 vsize=4583412 memory=279974423427280 CPUtime=24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774112/stat : 774112 (fscip) R 774037 774040 769048 0 -1 4194368 60326 0 0 0 2390 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774113] ppid=774037 vsize=4583412 memory=1968 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774113/stat : 774113 (fscip) R 774037 774040 769048 0 -1 4194368 59317 0 0 0 2392 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774114] ppid=774037 vsize=4583412 memory=279974423851184 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774114/stat : 774114 (fscip) R 774037 774040 769048 0 -1 4194368 61508 0 0 0 2392 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774115] ppid=774037 vsize=4583412 memory=54344 CPUtime=24.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774115/stat : 774115 (fscip) R 774037 774040 769048 0 -1 4194368 54449 0 0 0 2394 8 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774116] ppid=774037 vsize=4583412 memory=33196 CPUtime=24.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774116/stat : 774116 (fscip) R 774037 774040 769048 0 -1 4194368 61882 0 0 0 2393 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774117] ppid=774037 vsize=4583412 memory=0 CPUtime=23.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774117/stat : 774117 (fscip) R 774037 774040 769048 0 -1 4194368 61453 0 0 0 2385 11 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774118] ppid=774037 vsize=4583412 memory=0 CPUtime=24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774118/stat : 774118 (fscip) R 774037 774040 769048 0 -1 4194368 60372 0 0 0 2390 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774119] ppid=774037 vsize=4583412 memory=279974424108416 CPUtime=24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774119/stat : 774119 (fscip) R 774037 774040 769048 0 -1 4194368 61694 0 0 0 2391 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774120] ppid=774037 vsize=4583412 memory=-7087961436404368800 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774120/stat : 774120 (fscip) R 774037 774040 769048 0 -1 4194368 61405 0 0 0 2392 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774121] ppid=774037 vsize=4583412 memory=0 CPUtime=24.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774121/stat : 774121 (fscip) R 774037 774040 769048 0 -1 4194368 57822 0 0 0 2392 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774122] ppid=774037 vsize=4583412 memory=0 CPUtime=23.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774122/stat : 774122 (fscip) R 774037 774040 769048 0 -1 4194368 70024 0 0 0 2303 12 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774123] ppid=774037 vsize=4583412 memory=0 CPUtime=24.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774123/stat : 774123 (fscip) R 774037 774040 769048 0 -1 4194368 68143 0 0 0 2391 11 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774124] ppid=774037 vsize=4583412 memory=279974424122640 CPUtime=23.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774124/stat : 774124 (fscip) R 774037 774040 769048 0 -1 4194368 59934 0 0 0 2385 10 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774125] ppid=774037 vsize=4583412 memory=0 CPUtime=24.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774125/stat : 774125 (fscip) R 774037 774040 769048 0 -1 4194368 68796 0 0 0 2393 9 0 0 20 0 41 0 127919895 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774126] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774126/stat : 774126 (fscip) S 774037 774040 769048 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774127] ppid=774037 vsize=4583412 memory=279974423047904 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774127/stat : 774127 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774128] ppid=774037 vsize=4583412 memory=7380946152237854033 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774128/stat : 774128 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774129] ppid=774037 vsize=4583412 memory=7813861151449961832 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774129/stat : 774129 (fscip) S 774037 774040 769048 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774130] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774130/stat : 774130 (fscip) S 774037 774040 769048 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774131] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774131/stat : 774131 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774132] ppid=774037 vsize=4583412 memory=3212568 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774132/stat : 774132 (fscip) S 774037 774040 769048 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774133] ppid=774037 vsize=4583412 memory=3220076 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774133/stat : 774133 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774134] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774134/stat : 774134 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774135] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774135/stat : 774135 (fscip) S 774037 774040 769048 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774136] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774136/stat : 774136 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774137] ppid=774037 vsize=4583412 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774137/stat : 774137 (fscip) S 774037 774040 769048 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774138] ppid=774037 vsize=4583412 memory=11572 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774138/stat : 774138 (fscip) S 774037 774040 769048 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 127919963 4693413888 807177 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0

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

/proc/774040/task/774139/stat : 774139 (fscip) S 774037 774040 769048 0 -1 1077936192 165 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774140] ppid=774037 vsize=71676160 memory=6943487855420614559 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774140/stat : 774140 (fscip) S 774037 774040 769048 0 -1 1077936192 185 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774141] ppid=774037 vsize=71676160 memory=-6587179060023086621 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774141/stat : 774141 (fscip) S 774037 774040 769048 0 -1 1077936192 190 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774142] ppid=774037 vsize=71676160 memory=6646024012932948107 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774142/stat : 774142 (fscip) S 774037 774040 769048 0 -1 1077936192 121 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774143] ppid=774037 vsize=71676160 memory=164 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774143/stat : 774143 (fscip) S 774037 774040 769048 0 -1 1077936192 108 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774144] ppid=774037 vsize=71676160 memory=8025815232035576168 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774144/stat : 774144 (fscip) S 774037 774040 769048 0 -1 1077936192 163 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774145] ppid=774037 vsize=71676160 memory=6291617105907576941 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774145/stat : 774145 (fscip) S 774037 774040 769048 0 -1 1077936192 180 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731364 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
Current children cumulated CPU time: 66140.1 s
Current children cumulated vsize: 71676160 KiB
Current children cumulated memory: 66925456 KiB

[startup+3596.8 s]
/proc/loadavg: 53.58 70.37 74.03 42/932 776146
/proc/meminfo: memFree=607377820/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=71676160 memory=66927684 CPUtime=66393.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) S 774037 774040 769048 0 -1 1077936128 59504403 0 0 0 6630872 8494 0 0 20 0 41 0 127917270 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 17919040 16731921 3334 3035 0 17816989 0
[pid=774040/tid=774106] ppid=774037 vsize=71676160 memory=8148 CPUtime=3309.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774106/stat : 774106 (fscip) R 774037 774040 769048 0 -1 4194368 1864489 0 0 0 330653 260 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774107] ppid=774037 vsize=71676160 memory=3428 CPUtime=3293.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774107/stat : 774107 (fscip) R 774037 774040 769048 0 -1 4194368 1906570 0 0 0 329108 260 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774108] ppid=774037 vsize=71676160 memory=6720667640416977255 CPUtime=3286.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774108/stat : 774108 (fscip) R 774037 774040 769048 0 -1 4194368 2222656 0 0 0 328301 379 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774109] ppid=774037 vsize=71676160 memory=5524 CPUtime=3302.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774109/stat : 774109 (fscip) R 774037 774040 769048 0 -1 4194368 1734811 0 0 0 330006 251 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774110] ppid=774037 vsize=71676160 memory=0 CPUtime=3519.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774110/stat : 774110 (fscip) R 774037 774040 769048 0 -1 4194368 2441228 0 0 0 351316 656 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774111] ppid=774037 vsize=71676160 memory=6728 CPUtime=3480.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774111/stat : 774111 (fscip) R 774037 774040 769048 0 -1 4194368 4014383 0 0 0 347244 828 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774112] ppid=774037 vsize=71676160 memory=6720667640416977255 CPUtime=3400.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774112/stat : 774112 (fscip) R 774037 774040 769048 0 -1 4194368 2024798 0 0 0 339906 192 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774113] ppid=774037 vsize=71676160 memory=51132 CPUtime=3162.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774113/stat : 774113 (fscip) R 774037 774040 769048 0 -1 4194368 2307281 0 0 0 315934 298 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774114] ppid=774037 vsize=71676160 memory=7968 CPUtime=3462.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774114/stat : 774114 (fscip) R 774037 774040 769048 0 -1 4194368 1920610 0 0 0 345942 282 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774115] ppid=774037 vsize=71676160 memory=19592 CPUtime=3427.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774115/stat : 774115 (fscip) R 774037 774040 769048 0 -1 4194368 2016290 0 0 0 342531 195 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774116] ppid=774037 vsize=71676160 memory=66926152 CPUtime=3339.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774116/stat : 774116 (fscip) R 774037 774040 769048 0 -1 4194368 2545799 0 0 0 333678 267 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774117] ppid=774037 vsize=71676160 memory=6944656592455097440 CPUtime=3411.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774117/stat : 774117 (fscip) R 774037 774040 769048 0 -1 4194368 2534987 0 0 0 340952 242 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774118] ppid=774037 vsize=71676160 memory=7589521287595774292 CPUtime=3206.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774118/stat : 774118 (fscip) R 774037 774040 769048 0 -1 4194368 2050048 0 0 0 320480 179 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774119] ppid=774037 vsize=71676160 memory=7732801976090514793 CPUtime=3424.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774119/stat : 774119 (fscip) R 774037 774040 769048 0 -1 4194368 2354034 0 0 0 342167 252 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774120] ppid=774037 vsize=71676160 memory=19592 CPUtime=3152.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774120/stat : 774120 (fscip) R 774037 774040 769048 0 -1 4194368 2039775 0 0 0 315012 280 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774121] ppid=774037 vsize=71676160 memory=20684 CPUtime=3216.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774121/stat : 774121 (fscip) R 774037 774040 769048 0 -1 4194368 2238109 0 0 0 321365 279 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774122] ppid=774037 vsize=71676160 memory=5524 CPUtime=3172.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774122/stat : 774122 (fscip) R 774037 774040 769048 0 -1 4194368 2491436 0 0 0 316954 274 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774123] ppid=774037 vsize=71676160 memory=11584 CPUtime=3156.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774123/stat : 774123 (fscip) R 774037 774040 769048 0 -1 4194368 2583475 0 0 0 315363 286 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774124] ppid=774037 vsize=71676160 memory=13732 CPUtime=3246.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774124/stat : 774124 (fscip) R 774037 774040 769048 0 -1 4194368 2214818 0 0 0 324447 216 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774125] ppid=774037 vsize=71676160 memory=26980 CPUtime=3360.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774125/stat : 774125 (fscip) R 774037 774040 769048 0 -1 4194368 2674620 0 0 0 335781 295 0 0 20 0 41 0 127919895 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774126] ppid=774037 vsize=71676160 memory=3664 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774126/stat : 774126 (fscip) S 774037 774040 769048 0 -1 1077936192 163 0 0 0 1 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774127] ppid=774037 vsize=71676160 memory=40296 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774127/stat : 774127 (fscip) S 774037 774040 769048 0 -1 1077936192 218 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774128] ppid=774037 vsize=71676160 memory=8148 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774128/stat : 774128 (fscip) S 774037 774040 769048 0 -1 1077936192 153 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774129] ppid=774037 vsize=71676160 memory=3428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774129/stat : 774129 (fscip) S 774037 774040 769048 0 -1 1077936192 168 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774130] ppid=774037 vsize=71676160 memory=6720667640416977255 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774130/stat : 774130 (fscip) S 774037 774040 769048 0 -1 1077936192 168 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774131] ppid=774037 vsize=71676160 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774131/stat : 774131 (fscip) S 774037 774040 769048 0 -1 1077936192 179 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774132] ppid=774037 vsize=71676160 memory=42220 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774132/stat : 774132 (fscip) S 774037 774040 769048 0 -1 1077936192 183 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774133] ppid=774037 vsize=71676160 memory=10824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774133/stat : 774133 (fscip) S 774037 774040 769048 0 -1 1077936192 167 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774134] ppid=774037 vsize=71676160 memory=66924880 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774134/stat : 774134 (fscip) S 774037 774040 769048 0 -1 1077936192 186 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774135] ppid=774037 vsize=71676160 memory=314694 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774135/stat : 774135 (fscip) S 774037 774040 769048 0 -1 1077936192 196 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774136] ppid=774037 vsize=71676160 memory=323707 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774136/stat : 774136 (fscip) S 774037 774040 769048 0 -1 1077936192 176 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774137] ppid=774037 vsize=71676160 memory=335120 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774137/stat : 774137 (fscip) S 774037 774040 769048 0 -1 1077936192 187 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774138] ppid=774037 vsize=71676160 memory=3 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774138/stat : 774138 (fscip) S 774037 774040 769048 0 -1 1077936192 162 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774139] ppid=774037 vsize=71676160 memory=2 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774139/stat : 774139 (fscip) S 774037 774040 769048 0 -1 1077936192 165 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774140] ppid=774037 vsize=71676160 memory=7044 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774140/stat : 774140 (fscip) S 774037 774040 769048 0 -1 1077936192 185 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774141] ppid=774037 vsize=71676160 memory=28212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774141/stat : 774141 (fscip) S 774037 774040 769048 0 -1 1077936192 190 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774142] ppid=774037 vsize=71676160 memory=33776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774142/stat : 774142 (fscip) S 774037 774040 769048 0 -1 1077936192 121 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774143] ppid=774037 vsize=71676160 memory=51132 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774143/stat : 774143 (fscip) S 774037 774040 769048 0 -1 1077936192 108 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774144] ppid=774037 vsize=71676160 memory=7968 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774144/stat : 774144 (fscip) S 774037 774040 769048 0 -1 1077936192 163 0 0 0 1 1 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774145] ppid=774037 vsize=71676160 memory=8323350987516068516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774145/stat : 774145 (fscip) S 774037 774040 769048 0 -1 1077936192 180 0 0 0 0 2 0 0 20 0 41 0 127919963 73396387840 16731921 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
Current children cumulated CPU time: 66393.7 s
Current children cumulated vsize: 71676160 KiB
Current children cumulated memory: 66927684 KiB

[startup+3600 s]*
/proc/loadavg: 50.97 69.55 73.75 23/894 776146
/proc/meminfo: memFree=607939748/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=70635716 memory=66187760 CPUtime=66421.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) S 774037 774040 769048 0 -1 1077936128 59649475 0 0 0 6633662 8507 0 0 20 0 3 0 127917270 72330973184 16546940 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 17658929 16546940 3334 3035 0 17597338 0
[pid=774040/tid=774107] ppid=774037 vsize=70635716 memory=6720659969739604330 CPUtime=3296.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774107/stat : 774107 (fscip) R 774037 774040 769048 0 -1 4194368 1908713 0 0 0 329428 260 0 0 20 0 3 0 127919895 72330973184 16546940 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
[pid=774040/tid=774137] ppid=774037 vsize=70635716 memory=51132 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/task/774137/stat : 774137 (fscip) S 774037 774040 769048 0 -1 1077936192 188 0 0 0 0 2 0 0 20 0 3 0 127919963 72330973184 16546940 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
Current children cumulated CPU time: 66421.7 s
Current children cumulated vsize: 70635716 KiB
Current children cumulated memory: 66187760 KiB

[startup+3603.2 s]
/proc/loadavg: 50.97 69.55 73.75 22/892 776146
/proc/meminfo: memFree=617972728/790760800 swapFree=131071996/131071996
[pid=774040] ppid=774037 vsize=60333268 memory=49780484 CPUtime=66424.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/774040/stat : 774040 (fscip) R 774037 774040 769048 0 -1 4194304 60708152 0 0 0 6633871 8615 0 0 20 0 1 0 127917270 61781266432 12445633 809668444160 4194304 16622685 140724623190256 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 53243904 140724623197160 140724623197275 140724623197275 140724623204303 0
/proc/774040/statm: 15083317 12445121 3334 3035 0 15046296 0
Current children cumulated CPU time: 66424.9 s
Current children cumulated vsize: 60333268 KiB
Current children cumulated memory: 49780484 KiB

[startup+3604 s]*
/proc/loadavg: 48.57 68.75 73.46 22/892 776148
/proc/meminfo: memFree=646783684/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3604.4 s]
/proc/loadavg: 48.57 68.75 73.46 22/892 776148
/proc/meminfo: memFree=646783684/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3604.8 s]
/proc/loadavg: 48.57 68.75 73.46 22/892 776148
/proc/meminfo: memFree=646783684/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3604.9 s]
/proc/loadavg: 48.57 68.75 73.46 22/892 776148
/proc/meminfo: memFree=646783684/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3604.92
CPU time (s): 66426.6
CPU user time (s): 66338.8
CPU system time (s): 87.8101
CPU usage (%): 1842.66
Max. virtual memory (cumulated for all children) (KiB): 71741696
Max. memory (cumulated for all children) (KiB): 66931372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66338.8
system time used= 87.8101
maximum resident set size= 66931380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60716774
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= 279884
involuntary context switches= 223814


# summary of solver processes directly reported to runsolver:
#   pid: 774040
#   total CPU time (s): 66426.6
#   total CPU user time (s): 66338.8
#   total CPU system time (s): 87.8101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.388 second user time and 95.5534 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 07:29:39
IDJOB=4469023
IDBENCH=158288
IDSOLVER=3099
FILE ID=nodeD104/4469023-1723613378
RUNJOBID= nodeD104-1723606037-769061
SLURM_JOB_ID= 8267903
Free space on /tmp= 8587836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K135.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469023-1723613378/watcher-4469023-1723613378 -o /tmp/evaluation-result-4469023-1723613378/solver-4469023-1723613378 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723606037-769061 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469023-1723613378.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= a9d7c7f4b9c33e38d48644f753677e90
RANDOM SEED=463717287

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        668809788 kB
MemAvailable:   746555440 kB
Buffers:         1245540 kB
Cached:         79247444 kB
SwapCached:            0 kB
Active:         13711660 kB
Inactive:       103520356 kB
Active(anon):       2212 kB
Inactive(anon): 36775732 kB
Active(file):   13709448 kB
Inactive(file): 66744624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29508 kB
Writeback:           360 kB
AnonPages:      36736680 kB
Mapped:           138116 kB
Shmem:             38920 kB
KReclaimable:    1422592 kB
Slab:            1977560 kB
SReclaimable:    1422592 kB
SUnreclaim:       554968 kB
KernelStack:       16960 kB
PageTables:        84512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   10727252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1118592 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5203968 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:     1390592 kB
DirectMap2M:    246571008 kB
DirectMap1G:    557842432 kB

Free space on /tmp at the end= 8587928 MiB
End job on nodeD104 at 2024-08-14 08:29:44