Trace number 4469029

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? 67437.8 3607.93

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K139.opb
MD5SUM89642dc5a75d3fc73d0ef8fe6dbde459
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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 = 96089821, getVmSize() = 87506944, SCIPgetMemUsed() = 57476553, SCIPgetMemTotal() = 63946977, SCIPgetMemExternEstim() = 32142844
0.00/0.08	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
21.91/22.10	c ** Estimated virtualMemUsedAtSolver = 199724384, getVmSize() = 299274240, SCIPgetMemUsed() = 199438941, SCIPgetMemTotal() = 267443733, SCIPgetMemExternEstim() = 32142844
21.91/22.10	c ** set memory limit for solvers to 4.18799e+11 for each SCIP **
21.91/22.10	c Original Problem   :
21.91/22.10	c   Problem name     : instance-4469029-1723614971
21.91/22.10	c   Variables        : 16541 (16541 binary, 0 integer, 0 implicit integer, 0 continuous)
21.91/22.10	c   Constraints      : 16821
21.91/22.10	c   Objective sense  : minimize
21.91/22.10	c Presolved Problem  :
21.91/22.10	c   Variables        : 15024 (15024 binary, 0 integer, 0 implicit integer, 0 continuous)
21.91/22.10	c   Constraints      : 15277
21.91/22.10	c Constraints        : Number
21.91/22.10	c   knapsack         : 1 
21.91/22.10	c   setppc           : 1878 
21.91/22.10	c   orbitope         : 1 
21.91/22.10	c   logicor          : 13397 
21.91/22.10	c ** Instance transfer method used: 0
22.02/22.13	c ** ParaScipInstance copy increased the number of variables. **
22.70/22.81	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.70/22.81	c                                Nodes    Active                                            
22.70/22.81	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
16228.94/839.87	c       840              2           1        20                -           0.0000          -
16340.04/845.45	c       845            379         360        20                -           0.0000          -
16448.60/850.93	c       851            877         605        20                -           0.0000          -
16550.31/856.06	c       856           1466           0        20                -           0.0000          -
17201.96/888.90	c       889           1466           0        20                -           0.0000          -
17334.09/895.66	c       896           1466           0        20                -           0.0000          -
17524.47/905.26	c       905           1466           0        20                -           0.0000          -
17829.82/920.65	c       921           1466           0        20                -           0.0000          -
17937.67/926.05	c       926           1466           0        20                -           0.0000          -
18046.07/931.54	c       932           1466           0        20                -           0.0000          -
18147.27/936.61	c       937           1466           0        20                -           0.0000          -
18250.45/941.89	c       942           1466           0        20                -           0.0000          -
18351.64/947.00	c       947           1466           0        20                -           0.0000          -
18464.68/952.69	c       953           1466           0        20                -           0.0000          -
18567.81/957.83	c       958           1466           0        20                -           0.0000          -
18722.54/965.63	c       966           1466           0        20                -           0.0000          -
18835.64/971.36	c       971           1466           0        20                -           0.0000          -
18941.98/976.71	c       977           1466           0        20                -           0.0000          -
19080.88/983.76	c       984           1466           0        20                -           0.0000          -
19289.25/994.22	c       994           1466           0        20                -           0.0000          -
19424.81/1001.12	c      1001           1466           0        20                -           0.0000          -
19570.87/1008.40	c      1008           1466           0        20                -           0.0000          -
20121.23/1036.17	c      1036           1466           0        20                -           0.0000          -
20589.92/1059.82	c      1060           1466           0        20                -           0.0000          -
20772.88/1069.13	c      1069           1466           0        20                -           0.0000          -
20882.82/1074.61	c      1075           1466           0        20                -           0.0000          -
21082.45/1084.78	c      1085           1466           0        20                -           0.0000          -
21241.04/1092.72	c      1093           1466           0        20                -           0.0000          -
21403.75/1101.03	c      1101           1466           0        20                -           0.0000          -
21516.85/1106.65	c      1107           1466           0        20                -           0.0000          -
21619.91/1111.90	c      1112           1466           0        20                -           0.0000          -
21723.73/1117.11	c      1117           1466           0        20                -           0.0000          -
21754.80/1118.64	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
21754.80/1118.64	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
21754.80/1118.65	Racing ramp-up finished after 1118.6400 seconds. Selected strategy 18.
21836.87/1122.91	c      1123              0           0         1                -           0.0000          -           0.0000          -
21926.22/1128.19	c      1128              0           0         1                -           0.0000          -           0.0000          -
22008.12/1133.64	c      1134              0           0         1                -           0.0000          -           0.0000          -
22096.76/1140.29	c      1140              0           0         1                -           0.0000          -           0.0000          -
22203.17/1150.00	c      1150              0           0         1                -           0.0000          -           0.0000          -
22283.77/1158.38	c      1158              0           0         1                -           0.0000          -           0.0000          -
22420.14/1175.47	c      1175              0           0         1                -           0.0000          -           0.0000          -
22503.90/1187.47	c      1187              0           0         1                -           0.0000          -           0.0000          -
22772.00/1232.34	c      1232              0           0         1                -           0.0000          -           0.0000          -
23013.84/1292.42	c      1292           1466           0         1                -           0.0000          -           0.0000          -
23218.95/1343.99	c      1344           1466           0         1                -           0.0000          -           0.0000          -
23245.13/1352.61	c      1353           1467           1         1                -           0.0000          -           0.0000          -
23347.74/1358.00	c      1358           2089         396        18                -           0.0000          -           0.0000          -
23449.57/1363.09	c      1363           2640         769        18                -           0.0000          -           0.0000          -
23550.59/1368.16	c      1368           3220        1105        18                -           0.0000          -           0.0000          -
23651.27/1373.23	c      1373           3696        1260        18                -           0.0000          -           0.0000          -
23752.47/1378.30	c      1378           4140        1296        18                -           0.0000          -           0.0000          -
23855.64/1383.50	c      1384           4623        1461        18                -           0.0000          -           0.0000          -
23954.83/1388.57	c      1389           5159        1691        18                -           0.0000          -           0.0000          -
24058.00/1393.72	c      1394           5617        1808        18                -           0.0000          -           0.0000          -
24159.14/1398.82	c      1399           6144        2233        18                -           0.0000          -           0.0000          -
24260.19/1403.96	c      1404           6630        2574        18                -           0.0000          -           0.0000          -
24371.13/1409.54	c      1410           6945        2615        18                -           0.0000          -           0.0000          -
24472.25/1414.61	c      1415           8545        4096        18                -           0.0000          -           0.0000          -
24573.42/1419.72	c      1420          10383        5825        18                -           0.0000          -           0.0000          -
24672.65/1424.79	c      1425          12901        8240        18                -           0.0000          -           0.0000          -
24773.87/1429.86	c      1430          14601        9675        18                -           0.0000          -           0.0000          -
24875.06/1434.91	c      1435          16348       10995        18                -           0.0000          -           0.0000          -
24973.89/1440.00	c      1440          18271       12597        18                -           0.0000          -           0.0000          -
25261.05/1454.46	c      1454          19994       14044        17                -           0.0000          -           0.0000          -
25365.36/1459.75	c      1460          20661       14569        18                -           0.0000          -           0.0000          -
25466.58/1464.83	c      1465          22446       16058        18                -           0.0000          -           0.0000          -
25619.33/1472.54	c      1473          22502       16113        17                -           0.0000          -           0.0000          -
25842.93/1484.92	c      1485          22503       16110        16                -           0.0000          -           0.0000          -
26012.26/1495.35	c      1495          22869       16371        13                -           0.0000          -           0.0000          -
26140.43/1504.55	c      1505          22870       16370        13                -           0.0000          -           0.0000          -
26240.32/1509.78	c      1510          23628       16960        16                -           0.0000          -           0.0000          -
26323.69/1514.97	c      1515          23628       16958        14                -           0.0000          -           0.0000          -
26442.45/1523.38	c      1523          23629       16958        13                -           0.0000          -           0.0000          -
26549.00/1528.85	c      1529          24029       17273        16                -           0.0000          -           0.0000          -
26735.85/1542.00	c      1542          24030       17271        13                -           0.0000          -           0.0000          -
26893.42/1549.92	c      1550          25069       18089        18                -           0.0000          -           0.0000          -
27009.52/1557.05	c      1557          25069       18082        13                -           0.0000          -           0.0000          -
27107.07/1564.05	c      1564          25070       18083        13                -           0.0000          -           0.0000          -
27215.26/1569.60	c      1570          26720       19404        19                -           0.0000          -           0.0000          -
27318.32/1574.70	c      1575          28560       20972        19                -           0.0000          -           0.0000          -
27425.90/1580.29	c      1580          29208       21511        16                -           0.0000          -           0.0000          -
27596.53/1590.94	c      1591          29208       21509        14                -           0.0000          -           0.0000          -
27687.88/1596.93	c      1597          30367       22635        19                -           0.0000          -           0.0000          -
27786.97/1601.95	c      1602          31865       22504        19                -           0.0000          -           0.0000          -
27886.09/1607.01	c      1607          33617       22318        19                -           0.0000          -           0.0000          -
27984.30/1612.02	c      1612          35172       22157        19                -           0.0000          -           0.0000          -
28086.27/1617.05	c      1617          37441       22657        19                -           0.0000          -           0.0000          -
28185.38/1622.06	c      1622          40768       21972        19                -           0.0000          -           0.0000          -
28284.48/1627.09	c      1627          42548       21876        19                -           0.0000          -           0.0000          -
28383.41/1632.10	c      1632          44063       21809        19                -           0.0000          -           0.0000          -
28482.43/1637.10	c      1637          45651       21784        19                -           0.0000          -           0.0000          -
28583.49/1642.15	c      1642          47169       21772        19                -           0.0000          -           0.0000          -
28682.68/1647.16	c      1647          50299       22610        19                -           0.0000          -           0.0000          -
28781.51/1652.16	c      1652          53347       21704        20                -           0.0000          -           0.0000          -
28880.28/1657.18	c      1657          56209       22929        20                -           0.0000          -           0.0000          -
28980.87/1662.20	c      1662          59143       21628        20                -           0.0000          -           0.0000          -
29079.98/1667.20	c      1667          61045       21535        20                -           0.0000          -           0.0000          -
29178.99/1672.24	c      1672          62434       21574        20                -           0.0000          -           0.0000          -
29278.03/1677.28	c      1677          63828       21517        20                -           0.0000          -           0.0000          -
29377.10/1682.29	c      1682          65075       21511        20                -           0.0000          -           0.0000          -
29476.12/1687.30	c      1687          67940       22930        20                -           0.0000          -           0.0000          -
29577.23/1692.31	c      1692          70098       21450        20                -           0.0000          -           0.0000          -
29676.38/1697.33	c      1697          72220       22071        20                -           0.0000          -           0.0000          -
29775.51/1702.36	c      1702          75935       23549        20                -           0.0000          -           0.0000          -
29874.61/1707.36	c      1707          77372       23510        20                -           0.0000          -           0.0000          -
29973.77/1712.39	c      1712          78864       23509        20                -           0.0000          -           0.0000          -
30074.89/1717.40	c      1717          80354       21300        20                -           0.0000          -           0.0000          -
30173.97/1722.40	c      1722          81598       21287        20                -           0.0000          -           0.0000          -
30273.14/1727.42	c      1727          82862       21267        20                -           0.0000          -           0.0000          -
30371.86/1732.43	c      1732          84244       21225        20                -           0.0000          -           0.0000          -
30471.03/1737.43	c      1737          85360       21255        20                -           0.0000          -           0.0000          -
30570.20/1742.44	c      1742          86634       21206        20                -           0.0000          -           0.0000          -
30669.36/1747.45	c      1747          88049       21153        20                -           0.0000          -           0.0000          -
30768.49/1752.48	c      1752          89329       21139        20                -           0.0000          -           0.0000          -
30867.68/1757.49	c      1757          92464       22691        20                -           0.0000          -           0.0000          -
30966.91/1762.49	c      1762          94097       21071        20                -           0.0000          -           0.0000          -
31067.87/1767.51	c      1768          95485       21043        20                -           0.0000          -           0.0000          -
31167.06/1772.51	c      1773          96813       21079        20                -           0.0000          -           0.0000          -
31266.11/1777.52	c      1778          98188       20993        20                -           0.0000          -           0.0000          -
31365.34/1782.54	c      1783         100222       21372        20                -           0.0000          -           0.0000          -
31464.52/1787.54	c      1788         101590       20964        20                -           0.0000          -           0.0000          -
31563.49/1792.56	c      1793         102990       20950        20                -           0.0000          -           0.0000          -
31662.55/1797.57	c      1798         104235       20874        20                -           0.0000          -           0.0000          -
31761.75/1802.58	c      1803         106637       22168        20                -           0.0000          -           0.0000          -
31862.89/1807.60	c      1808         110034       22193        20                -           0.0000          -           0.0000          -
31962.07/1812.61	c      1813         111370       22135        20                -           0.0000          -           0.0000          -
32061.24/1817.62	c      1818         113666       21523        20                -           0.0000          -           0.0000          -
32160.48/1822.64	c      1823         116133       22098        20                -           0.0000          -           0.0000          -
32259.68/1827.66	c      1828         117342       22022        20                -           0.0000          -           0.0000          -
32358.93/1832.69	c      1833         119215       21299        20                -           0.0000          -           0.0000          -
32460.04/1837.71	c      1838         123061       20683        20                -           0.0000          -           0.0000          -
32559.16/1842.71	c      1843         124253       20646        20                -           0.0000          -           0.0000          -
32658.24/1847.73	c      1848         125521       20583        20                -           0.0000          -           0.0000          -
32757.06/1852.75	c      1853         128061       20563        20                -           0.0000          -           0.0000          -
32856.21/1857.76	c      1858         129427       20548        20                -           0.0000          -           0.0000          -
32957.06/1862.81	c      1863         130562       20524        20                -           0.0000          -           0.0000          -
33056.17/1867.82	c      1868         131705       20474        20                -           0.0000          -           0.0000          -
33155.30/1872.82	c      1873         133024       20456        20                -           0.0000          -           0.0000          -
33254.53/1877.83	c      1878         135703       21912        20                -           0.0000          -           0.0000          -
33353.71/1882.85	c      1883         139025       22832        20                -           0.0000          -           0.0000          -
33454.78/1887.90	c      1888         141638       21456        20                -           0.0000          -           0.0000          -
33553.96/1892.93	c      1893         143933       21201        20                -           0.0000          -           0.0000          -
33653.17/1897.95	c      1898         146832       22807        20                -           0.0000          -           0.0000          -
33752.51/1902.96	c      1903         148416       20210        20                -           0.0000          -           0.0000          -
33851.67/1907.98	c      1908         149675       20213        20                -           0.0000          -           0.0000          -
33950.80/1912.99	c      1913         150930       20174        20                -           0.0000          -           0.0000          -
34052.76/1918.05	c      1918         152174       20119        20                -           0.0000          -           0.0000          -
34151.82/1923.06	c      1923         153531       20087        20                -           0.0000          -           0.0000          -
34251.21/1928.07	c      1928         154773       20075        20                -           0.0000          -           0.0000          -
34350.35/1933.09	c      1933         156090       20034        20                -           0.0000          -           0.0000          -
34449.59/1938.12	c      1938         157407       19987        20                -           0.0000          -           0.0000          -
34550.81/1943.16	c      1943         158423       19951        20                -           0.0000          -           0.0000          -
34650.18/1948.18	c      1948         159736       19929        20                -           0.0000          -           0.0000          -
34749.39/1953.19	c      1953         161997       21018        20                -           0.0000          -           0.0000          -
34849.88/1958.20	c      1958         164504       19887        20                -           0.0000          -           0.0000          -
34949.33/1963.24	c      1963         165704       19797        20                -           0.0000          -           0.0000          -
35048.44/1968.26	c      1968         167380       20088        20                -           0.0000          -           0.0000          -
35147.72/1973.28	c      1973         170898       21807        20                -           0.0000          -           0.0000          -
35247.01/1978.29	c      1978         172443       19717        20                -           0.0000          -           0.0000          -
35348.48/1983.32	c      1983         173732       19713        20                -           0.0000          -           0.0000          -
35447.54/1988.33	c      1988         179141       22149        20                -           0.0000          -           0.0000          -
35546.76/1993.34	c      1993         183139       22450        20                -           0.0000          -           0.0000          -
35646.08/1998.36	c      1998         185413       19579        20                -           0.0000          -           0.0000          -
35745.37/2003.38	c      2003         186633       19573        20                -           0.0000          -           0.0000          -
35846.54/2008.40	c      2008         187830       19528        20                -           0.0000          -           0.0000          -
35945.82/2013.40	c      2013         189113       19503        20                -           0.0000          -           0.0000          -
36045.03/2018.41	c      2018         191334       19611        20                -           0.0000          -           0.0000          -
36144.30/2023.45	c      2023         194474       20754        20                -           0.0000          -           0.0000          -
36243.70/2028.48	c      2028         198230       20438        20                -           0.0000          -           0.0000          -
36344.87/2033.50	c      2034         199472       20454        20                -           0.0000          -           0.0000          -
36444.17/2038.51	c      2039         200704       20361        20                -           0.0000          -           0.0000          -
36543.66/2043.52	c      2044         201979       19181        20                -           0.0000          -           0.0000          -
36642.87/2048.53	c      2049         203259       19184        20                -           0.0000          -           0.0000          -
36742.08/2053.55	c      2054         204498       19143        20                -           0.0000          -           0.0000          -
36840.81/2058.56	c      2059         205698       19090        20                -           0.0000          -           0.0000          -
36940.19/2063.56	c      2064         207498       19740        20                -           0.0000          -           0.0000          -
37039.37/2068.58	c      2069         210245       19015        20                -           0.0000          -           0.0000          -
37138.70/2073.59	c      2074         211579       18956        20                -           0.0000          -           0.0000          -
37239.86/2078.60	c      2079         212600       18939        20                -           0.0000          -           0.0000          -
37339.30/2083.61	c      2084         214161       19234        20                -           0.0000          -           0.0000          -
37438.44/2088.63	c      2089         217788       19851        20                -           0.0000          -           0.0000          -
37537.72/2093.64	c      2094         219944       18763        20                -           0.0000          -           0.0000          -
37637.01/2098.64	c      2099         221149       18685        20                -           0.0000          -           0.0000          -
37736.31/2103.67	c      2104         222306       18639        20                -           0.0000          -           0.0000          -
37837.57/2108.71	c      2109         223580       18589        20                -           0.0000          -           0.0000          -
37936.85/2113.72	c      2114         224904       18584        20                -           0.0000          -           0.0000          -
38036.13/2118.73	c      2119         226018       18491        20                -           0.0000          -           0.0000          -
38135.41/2123.74	c      2124         227651       18885        20                -           0.0000          -           0.0000          -
38234.72/2128.76	c      2129         229457       19548        20                -           0.0000          -           0.0000          -
38334.17/2133.78	c      2134         231739       20522        20                -           0.0000          -           0.0000          -
38433.28/2138.79	c      2139         234128       21716        20                -           0.0000          -           0.0000          -
38534.61/2143.80	c      2144         236061       18320        20                -           0.0000          -           0.0000          -
38633.97/2148.82	c      2149         237427       18334        20                -           0.0000          -           0.0000          -
38733.22/2153.82	c      2154         238672       18399        20                -           0.0000          -           0.0000          -
38832.46/2158.86	c      2159         241905       20216        20                -           0.0000          -           0.0000          -
38931.70/2163.87	c      2164         244821       19812        20                -           0.0000          -           0.0000          -
39038.90/2169.22	c      2169         246810       18233        19                -           0.0000          -           0.0000          -
39142.16/2174.49	c      2174         247931       18225        19                -           0.0000          -           0.0000          -
39245.48/2179.66	c      2180         249061       18199        20                -           0.0000          -           0.0000          -
39346.77/2184.73	c      2185         250098       18198        20                -           0.0000          -           0.0000          -
39448.08/2189.86	c      2190         251158       18161        20                -           0.0000          -           0.0000          -
39549.37/2194.96	c      2195         252183       18196        20                -           0.0000          -           0.0000          -
39648.68/2200.01	c      2200         253244       18158        20                -           0.0000          -           0.0000          -
39750.62/2205.10	c      2205         254843       18620        20                -           0.0000          -           0.0000          -
39851.88/2210.16	c      2210         257720       18916        20                -           0.0000          -           0.0000          -
39952.61/2215.24	c      2215         261080       19787        20                -           0.0000          -           0.0000          -
40053.92/2220.31	c      2220         265610       20711        20                -           0.0000          -           0.0000          -
40153.22/2225.38	c      2225         266624       20698        20                -           0.0000          -           0.0000          -
40254.52/2230.43	c      2230         267634       20006        19                -           0.0000          -           0.0000          -
40357.80/2235.64	c      2236         268957       20017        20                -           0.0000          -           0.0000          -
40457.14/2240.68	c      2241         271888       21775        19                -           0.0000          -           0.0000          -
40560.47/2245.82	c      2246         275784       21720        20                -           0.0000          -           0.0000          -
40661.77/2250.90	c      2251         277555       21605        20                -           0.0000          -           0.0000          -
40763.74/2256.03	c      2256         278650       21663        20                -           0.0000          -           0.0000          -
40862.88/2261.10	c      2261         279402       19971        19                -           0.0000          -           0.0000          -
40965.64/2266.28	c      2266         280709       20000        20                -           0.0000          -           0.0000          -
41066.94/2271.37	c      2271         281734       19961        20                -           0.0000          -           0.0000          -
41168.26/2276.43	c      2276         282750       19967        20                -           0.0000          -           0.0000          -
41269.56/2281.57	c      2282         283786       19974        20                -           0.0000          -           0.0000          -
41370.86/2286.62	c      2287         284783       19962        20                -           0.0000          -           0.0000          -
41470.19/2291.69	c      2292         286559       20581        20                -           0.0000          -           0.0000          -
41571.48/2296.79	c      2297         289098       21439        20                -           0.0000          -           0.0000          -
41672.78/2301.84	c      2302         290831       21730        20                -           0.0000          -           0.0000          -
41774.09/2306.97	c      2307         291816       21792        19                -           0.0000          -           0.0000          -
41877.93/2312.18	c      2312         292830       21734        20                -           0.0000          -           0.0000          -
41978.68/2317.26	c      2317         293908       21680        20                -           0.0000          -           0.0000          -
42079.99/2322.34	c      2322         295000       21690        20                -           0.0000          -           0.0000          -
42181.30/2327.40	c      2327         296770       22384        20                -           0.0000          -           0.0000          -
42280.63/2332.44	c      2332         299721       22810        20                -           0.0000          -           0.0000          -
42381.98/2337.50	c      2338         301862       22871        20                -           0.0000          -           0.0000          -
42481.31/2342.58	c      2343         302763       22829        20                -           0.0000          -           0.0000          -
42586.60/2347.80	c      2348         303830       21740        20                -           0.0000          -           0.0000          -
42687.92/2352.91	c      2353         305082       21979        20                -           0.0000          -           0.0000          -
42787.25/2357.99	c      2358         309651       24262        20                -           0.0000          -           0.0000          -
42889.26/2363.12	c      2363         312866       23590        20                -           0.0000          -           0.0000          -
42991.85/2368.21	c      2368         314667       21718        20                -           0.0000          -           0.0000          -
43093.15/2373.37	c      2373         315704       21683        20                -           0.0000          -           0.0000          -
43194.45/2378.43	c      2378         316644       21682        20                -           0.0000          -           0.0000          -
43293.77/2383.48	c      2383         317695       21680        20                -           0.0000          -           0.0000          -
43395.05/2388.55	c      2389         318881       21639        20                -           0.0000          -           0.0000          -
43496.38/2393.66	c      2394         320034       21649        20                -           0.0000          -           0.0000          -
43597.69/2398.74	c      2399         321155       21644        20                -           0.0000          -           0.0000          -
43700.97/2403.91	c      2404         322239       21617        20                -           0.0000          -           0.0000          -
43802.20/2409.04	c      2409         323276       19750        20                -           0.0000          -           0.0000          -
43903.48/2414.19	c      2414         324242       19725        20                -           0.0000          -           0.0000          -
44006.12/2419.36	c      2419         325346       19773        20                -           0.0000          -           0.0000          -
44107.30/2424.40	c      2424         326174       19724        19                -           0.0000          -           0.0000          -
44210.62/2429.60	c      2430         327680       20040        20                -           0.0000          -           0.0000          -
44311.96/2434.79	c      2435         331063       21161        20                -           0.0000          -           0.0000          -
44413.31/2439.83	c      2440         333427       20924        20                -           0.0000          -           0.0000          -
44514.60/2444.91	c      2445         335755       19730        20                -           0.0000          -           0.0000          -
44613.95/2449.97	c      2450         336799       19713        20                -           0.0000          -           0.0000          -
44713.29/2455.02	c      2455         340531       20946        20                -           0.0000          -           0.0000          -
44817.15/2460.15	c      2460         346109       21959        20                -           0.0000          -           0.0000          -
44917.92/2465.29	c      2465         351225       22584        20                -           0.0000          -           0.0000          -
45019.23/2470.33	c      2470         354506       20719        19                -           0.0000          -           0.0000          -
45120.53/2475.43	c      2475         357173       20067        20                -           0.0000          -           0.0000          -
45219.86/2480.44	c      2480         358796       20426        19                -           0.0000          -           0.0000          -
45323.15/2485.61	c      2486         360607       19646        20                -           0.0000          -           0.0000          -
45424.48/2490.72	c      2491         361742       19617        20                -           0.0000          -           0.0000          -
45525.77/2495.84	c      2496         363108       19958        20                -           0.0000          -           0.0000          -
45625.12/2500.89	c      2501         366675       20814        20                -           0.0000          -           0.0000          -
45726.42/2505.95	c      2506         369543       20820        20                -           0.0000          -           0.0000          -
45828.24/2511.05	c      2511         371555       20334        20                -           0.0000          -           0.0000          -
45929.57/2516.16	c      2516         374191       20300        19                -           0.0000          -           0.0000          -
46032.32/2521.30	c      2521         377935       21266        20                -           0.0000          -           0.0000          -
46133.61/2526.46	c      2526         380296       21282        20                -           0.0000          -           0.0000          -
46232.94/2531.50	c      2532         382375       20978        19                -           0.0000          -           0.0000          -
46336.25/2536.64	c      2537         385588       21347        20                -           0.0000          -           0.0000          -
46437.57/2541.74	c      2542         388526       21479        20                -           0.0000          -           0.0000          -
46538.87/2546.82	c      2547         391246       21398        20                -           0.0000          -           0.0000          -
46640.16/2551.94	c      2552         394154       20995        20                -           0.0000          -           0.0000          -
46739.49/2557.01	c      2557         396677       20789        20                -           0.0000          -           0.0000          -
46841.40/2562.04	c      2562         399585       20709        19                -           0.0000          -           0.0000          -
46944.08/2567.25	c      2567         402287       20277        20                -           0.0000          -           0.0000          -
47045.26/2572.38	c      2572         403451       20252        20                -           0.0000          -           0.0000          -
47146.60/2577.45	c      2577         404469       20280        20                -           0.0000          -           0.0000          -
47247.93/2582.58	c      2583         406883       21170        20                -           0.0000          -           0.0000          -
47351.24/2587.70	c      2588         409563       21027        20                -           0.0000          -           0.0000          -
47450.57/2592.74	c      2593         411641       20934        20                -           0.0000          -           0.0000          -
47551.92/2597.80	c      2598         413837       20904        20                -           0.0000          -           0.0000          -
47651.25/2602.88	c      2603         416052       20917        20                -           0.0000          -           0.0000          -
47752.58/2607.95	c      2608         418022       20883        20                -           0.0000          -           0.0000          -
47854.38/2613.07	c      2613         420574       21143        20                -           0.0000          -           0.0000          -
47955.88/2618.16	c      2618         422941       21032        20                -           0.0000          -           0.0000          -
48056.48/2623.22	c      2623         424990       20301        20                -           0.0000          -           0.0000          -
48157.78/2628.33	c      2628         428117       21507        20                -           0.0000          -           0.0000          -
48259.07/2633.43	c      2633         430279       21575        20                -           0.0000          -           0.0000          -
48358.37/2638.48	c      2638         431872       18468        20                -           0.0000          -           0.0000          -
48459.71/2643.53	c      2644         434820       18891        19                -           0.0000          -           0.0000          -
48561.04/2648.61	c      2649         438593       18196        20                -           0.0000          -           0.0000          -
48660.40/2653.68	c      2654         442186       18233        20                -           0.0000          -           0.0000          -
48761.69/2658.76	c      2659         445601       18253        20                -           0.0000          -           0.0000          -
48862.99/2663.81	c      2664         448884       18209        20                -           0.0000          -           0.0000          -
48962.32/2668.86	c      2669         452489       18798        20                -           0.0000          -           0.0000          -
49063.64/2673.93	c      2674         457166       19658        20                -           0.0000          -           0.0000          -
49162.98/2679.00	c      2679         462088       20600        20                -           0.0000          -           0.0000          -
49265.08/2684.07	c      2684         466681       18887        20                -           0.0000          -           0.0000          -
49364.44/2689.08	c      2689         471737       18997        20                -           0.0000          -           0.0000          -
49465.69/2694.15	c      2694         475415       18898        20                -           0.0000          -           0.0000          -
49566.32/2699.22	c      2699         479190       18835        19                -           0.0000          -           0.0000          -
49667.66/2704.31	c      2704         483499       18820        20                -           0.0000          -           0.0000          -
49768.94/2709.45	c      2709         486808       18317        20                -           0.0000          -           0.0000          -
49870.28/2714.51	c      2715         489298       18170        20                -           0.0000          -           0.0000          -
49969.63/2719.60	c      2720         491878       18131        20                -           0.0000          -           0.0000          -
50070.93/2724.63	c      2725         493209       17575        19                -           0.0000          -           0.0000          -
50174.27/2729.83	c      2730         496094       18377        20                -           0.0000          -           0.0000          -
50275.62/2734.90	c      2735         498062       18225        20                -           0.0000          -           0.0000          -
50374.95/2739.96	c      2740         500688       18184        20                -           0.0000          -           0.0000          -
50476.89/2745.05	c      2745         503769       19219        20                -           0.0000          -           0.0000          -
50576.24/2750.10	c      2750         508795       20104        20                -           0.0000          -           0.0000          -
50677.48/2755.15	c      2755         514904       19841        20                -           0.0000          -           0.0000          -
50778.27/2760.23	c      2760         519997       19779        20                -           0.0000          -           0.0000          -
50877.64/2765.29	c      2765         525334       19615        20                -           0.0000          -           0.0000          -
50978.95/2770.39	c      2770         532072       20000        20                -           0.0000          -           0.0000          -
51080.31/2775.45	c      2775         539191       19945        20                -           0.0000          -           0.0000          -
51181.65/2780.53	c      2781         543542       19294        20                -           0.0000          -           0.0000          -
51286.96/2785.80	c      2786         545959       19241        20                -           0.0000          -           0.0000          -
51388.29/2790.94	c      2791         548211       18821        20                -           0.0000          -           0.0000          -
51487.63/2796.01	c      2796         550770       19070        20                -           0.0000          -           0.0000          -
51589.61/2801.09	c      2801         555042       19521        20                -           0.0000          -           0.0000          -
51690.95/2806.15	c      2806         559006       19438        20                -           0.0000          -           0.0000          -
51791.64/2811.28	c      2811         562997       19339        20                -           0.0000          -           0.0000          -
51892.92/2816.39	c      2816         567112       19304        20                -           0.0000          -           0.0000          -
51996.24/2821.51	c      2822         570821       19281        20                -           0.0000          -           0.0000          -
52097.58/2826.60	c      2827         574504       19247        20                -           0.0000          -           0.0000          -
52196.93/2831.69	c      2832         578164       19232        20                -           0.0000          -           0.0000          -
52298.29/2836.75	c      2837         582114       19211        20                -           0.0000          -           0.0000          -
52399.62/2841.81	c      2842         588258       19845        20                -           0.0000          -           0.0000          -
52500.93/2846.90	c      2847         594465       18886        20                -           0.0000          -           0.0000          -
52600.18/2851.96	c      2852         600018       18837        20                -           0.0000          -           0.0000          -
52702.23/2857.08	c      2857         606429       19187        20                -           0.0000          -           0.0000          -
52803.55/2862.15	c      2862         613079       19296        20                -           0.0000          -           0.0000          -
52904.17/2867.22	c      2867         619222       19817        20                -           0.0000          -           0.0000          -
53005.51/2872.33	c      2872         627242       20201        20                -           0.0000          -           0.0000          -
53106.86/2877.49	c      2877         634322       19994        20                -           0.0000          -           0.0000          -
53208.20/2882.55	c      2883         643167       21219        20                -           0.0000          -           0.0000          -
53309.52/2887.65	c      2888         652169       22540        20                -           0.0000          -           0.0000          -
53410.84/2892.71	c      2893         661719       24260        20                -           0.0000          -           0.0000          -
53512.16/2897.84	c      2898         670473       25184        20                -           0.0000          -           0.0000          -
53611.47/2902.89	c      2903         676792       21308        20                -           0.0000          -           0.0000          -
53712.79/2907.97	c      2908         681807       21207        20                -           0.0000          -           0.0000          -
53812.12/2913.02	c      2913         686632       21191        20                -           0.0000          -           0.0000          -
53913.97/2918.07	c      2918         691557       21180        20                -           0.0000          -           0.0000          -
54015.32/2923.16	c      2923         696592       21164        20                -           0.0000          -           0.0000          -
54116.07/2928.24	c      2928         700880       20390        20                -           0.0000          -           0.0000          -
54217.41/2933.32	c      2933         703777       20120        20                -           0.0000          -           0.0000          -
54316.64/2938.38	c      2938         706053       20098        20                -           0.0000          -           0.0000          -
54417.97/2943.49	c      2944         708081       20067        20                -           0.0000          -           0.0000          -
54519.30/2948.56	c      2949         710200       19795        20                -           0.0000          -           0.0000          -
54620.62/2953.63	c      2954         712771       19775        20                -           0.0000          -           0.0000          -
54721.85/2958.72	c      2959         715056       19748        20                -           0.0000          -           0.0000          -
54821.19/2963.78	c      2964         717315       19788        20                -           0.0000          -           0.0000          -
54924.52/2968.93	c      2969         719368       19737        19                -           0.0000          -           0.0000          -
55028.61/2974.16	c      2974         721792       19729        20                -           0.0000          -           0.0000          -
55129.17/2979.23	c      2979         725018       19532        20                -           0.0000          -           0.0000          -
55228.54/2984.29	c      2984         728982       18974        20                -           0.0000          -           0.0000          -
55329.90/2989.32	c      2989         732591       19284        19                -           0.0000          -           0.0000          -
55431.14/2994.42	c      2994         737668       19806        20                -           0.0000          -           0.0000          -
55532.48/2999.52	c      3000         742048       19927        20                -           0.0000          -           0.0000          -
55633.76/3004.61	c      3005         746906       20804        20                -           0.0000          -           0.0000          -
55735.11/3009.77	c      3010         752376       20758        19                -           0.0000          -           0.0000          -
55836.40/3014.85	c      3015         757662       21008        19                -           0.0000          -           0.0000          -
55937.74/3019.92	c      3020         763485       20334        20                -           0.0000          -           0.0000          -
56037.10/3025.00	c      3025         769699       20663        20                -           0.0000          -           0.0000          -
56136.45/3030.03	c      3030         777435       21618        19                -           0.0000          -           0.0000          -
56238.33/3035.11	c      3035         785646       21066        20                -           0.0000          -           0.0000          -
56339.82/3040.14	c      3040         793684       21004        19                -           0.0000          -           0.0000          -
56440.46/3045.26	c      3045         801860       20928        20                -           0.0000          -           0.0000          -
56541.84/3050.36	c      3050         809798       20896        20                -           0.0000          -           0.0000          -
56643.22/3055.45	c      3055         818057       20918        20                -           0.0000          -           0.0000          -
56744.53/3060.51	c      3061         826421       21039        20                -           0.0000          -           0.0000          -
56845.87/3065.69	c      3066         834217       20842        20                -           0.0000          -           0.0000          -
56947.24/3070.72	c      3071         842239       20788        20                -           0.0000          -           0.0000          -
57046.64/3075.76	c      3076         849741       20804        19                -           0.0000          -           0.0000          -
57146.01/3080.77	c      3081         857229       20743        20                -           0.0000          -           0.0000          -
57247.40/3085.82	c      3086         865434       20725        20                -           0.0000          -           0.0000          -
57348.77/3090.91	c      3091         874385       21775        20                -           0.0000          -           0.0000          -
57448.08/3095.98	c      3096         884099       22286        20                -           0.0000          -           0.0000          -
57549.90/3101.04	c      3101         893289       22576        20                -           0.0000          -           0.0000          -
57649.50/3106.10	c      3106         902682       22298        20                -           0.0000          -           0.0000          -
57752.11/3111.25	c      3111         912299       22155        20                -           0.0000          -           0.0000          -
57853.49/3116.30	c      3116         921784       21769        20                -           0.0000          -           0.0000          -
57952.85/3121.36	c      3121         930674       21707        20                -           0.0000          -           0.0000          -
58054.12/3126.40	c      3126         939680       21629        20                -           0.0000          -           0.0000          -
58159.46/3131.71	c      3132         948197       21207        20                -           0.0000          -           0.0000          -
58258.82/3136.77	c      3137         956180       21151        20                -           0.0000          -           0.0000          -
58360.14/3141.82	c      3142         963339       20709        20                -           0.0000          -           0.0000          -
58461.49/3146.91	c      3147         969505       20670        20                -           0.0000          -           0.0000          -
58560.87/3152.02	c      3152         975276       20718        20                -           0.0000          -           0.0000          -
58662.93/3157.09	c      3157         981190       20888        20                -           0.0000          -           0.0000          -
58764.19/3162.15	c      3162         986455       21471        20                -           0.0000          -           0.0000          -
58864.84/3167.23	c      3167         991632       21875        20                -           0.0000          -           0.0000          -
58966.16/3172.35	c      3172         997468       23215        20                -           0.0000          -           0.0000          -
59067.50/3177.41	c      3177        1004096       24563        20                -           0.0000          -           0.0000          -
59168.81/3182.50	c      3183        1008742       24044        20                -           0.0000          -           0.0000          -
59268.16/3187.56	c      3188        1013211       23994        20                -           0.0000          -           0.0000          -
59367.50/3192.58	c      3193        1016856       23951        19                -           0.0000          -           0.0000          -
59470.84/3197.75	c      3198        1021642       24040        19                -           0.0000          -           0.0000          -
59572.15/3202.81	c      3203        1026234       23978        20                -           0.0000          -           0.0000          -
59671.51/3207.86	c      3208        1029918       23766        20                -           0.0000          -           0.0000          -
59772.84/3212.93	c      3213        1032321       23770        20                -           0.0000          -           0.0000          -
59874.72/3218.03	c      3218        1035003       23789        20                -           0.0000          -           0.0000          -
59974.19/3223.12	c      3223        1039109       24023        20                -           0.0000          -           0.0000          -
60076.88/3228.20	c      3228        1043328       23405        20                -           0.0000          -           0.0000          -
60176.25/3233.23	c      3233        1047142       23382        19                -           0.0000          -           0.0000          -
60277.57/3238.37	c      3238        1050929       23331        20                -           0.0000          -           0.0000          -
60378.77/3243.42	c      3243        1054723       23276        20                -           0.0000          -           0.0000          -
60480.12/3248.50	c      3249        1058294       23262        20                -           0.0000          -           0.0000          -
60579.46/3253.56	c      3254        1061706       23239        20                -           0.0000          -           0.0000          -
60680.80/3258.63	c      3259        1065121       23291        20                -           0.0000          -           0.0000          -
60782.17/3263.70	c      3264        1070101       24073        20                -           0.0000          -           0.0000          -
60881.56/3268.75	c      3269        1076530       25116        20                -           0.0000          -           0.0000          -
60982.94/3273.83	c      3274        1083162       24972        20                -           0.0000          -           0.0000          -
61084.28/3278.98	c      3279        1090285       24858        20                -           0.0000          -           0.0000          -
61186.22/3284.08	c      3284        1097805       24801        20                -           0.0000          -           0.0000          -
61285.45/3289.13	c      3289        1104721       24764        20                -           0.0000          -           0.0000          -
61387.01/3294.18	c      3294        1112629       24929        20                -           0.0000          -           0.0000          -
61487.75/3299.25	c      3299        1121080       24866        20                -           0.0000          -           0.0000          -
61589.12/3304.33	c      3304        1129357       24845        20                -           0.0000          -           0.0000          -
61688.51/3309.39	c      3309        1137341       24804        20                -           0.0000          -           0.0000          -
61789.90/3314.45	c      3314        1145284       24829        19                -           0.0000          -           0.0000          -
61889.26/3319.49	c      3319        1153880       24855        19                -           0.0000          -           0.0000          -
61990.63/3324.52	c      3325        1161604       24767        20                -           0.0000          -           0.0000          -
62090.01/3329.58	c      3330        1169922       24832        20                -           0.0000          -           0.0000          -
62191.38/3334.65	c      3335        1178313       24799        20                -           0.0000          -           0.0000          -
62292.74/3339.77	c      3340        1186581       24769        20                -           0.0000          -           0.0000          -
62392.12/3344.77	c      3345        1194729       24679        19                -           0.0000          -           0.0000          -
62493.48/3349.88	c      3350        1203439       24684        20                -           0.0000          -           0.0000          -
62594.86/3354.93	c      3355        1211816       24637        20                -           0.0000          -           0.0000          -
62694.24/3360.00	c      3360        1219122       24578        20                -           0.0000          -           0.0000          -
62796.12/3365.08	c      3365        1226209       24598        20                -           0.0000          -           0.0000          -
62897.57/3370.17	c      3370        1234129       24592        20                -           0.0000          -           0.0000          -
62998.28/3375.23	c      3375        1241114       24547        20                -           0.0000          -           0.0000          -
63097.63/3380.28	c      3380        1247577       24474        20                -           0.0000          -           0.0000          -
63199.02/3385.37	c      3385        1254527       24526        20                -           0.0000          -           0.0000          -
63300.38/3390.42	c      3390        1261491       23704        20                -           0.0000          -           0.0000          -
63399.72/3395.44	c      3395        1268266       22310        19                -           0.0000          -           0.0000          -
63499.01/3400.44	c      3400        1275441       22305        20                -           0.0000          -           0.0000          -
63600.35/3405.54	c      3406        1283221       22261        20                -           0.0000          -           0.0000          -
63701.65/3410.63	c      3411        1290399       22229        20                -           0.0000          -           0.0000          -
63803.01/3415.73	c      3416        1296813       22234        20                -           0.0000          -           0.0000          -
63902.39/3420.78	c      3421        1303853       22172        20                -           0.0000          -           0.0000          -
64005.74/3425.94	c      3426        1310993       21764        20                -           0.0000          -           0.0000          -
64105.14/3430.97	c      3431        1318301       19188        19                -           0.0000          -           0.0000          -
64207.07/3436.04	c      3436        1326727       20218        20                -           0.0000          -           0.0000          -
64306.39/3441.07	c      3441        1335123       20760        19                -           0.0000          -           0.0000          -
64409.01/3446.20	c      3446        1345700       21226        20                -           0.0000          -           0.0000          -
64508.39/3451.26	c      3451        1355722       21108        20                -           0.0000          -           0.0000          -
64609.74/3456.34	c      3456        1365873       21363        20                -           0.0000          -           0.0000          -
64711.10/3461.47	c      3461        1376857       21323        20                -           0.0000          -           0.0000          -
64812.45/3466.51	c      3467        1387179       19859        20                -           0.0000          -           0.0000          -
64911.81/3471.54	c      3472        1395693       19268        19                -           0.0000          -           0.0000          -
65011.18/3476.58	c      3477        1406159       20196        19                -           0.0000          -           0.0000          -
65114.52/3481.71	c      3482        1416737       20680        20                -           0.0000          -           0.0000          -
65213.88/3486.79	c      3487        1427310       20982        20                -           0.0000          -           0.0000          -
65315.22/3491.84	c      3492        1434409       18053        20                -           0.0000          -           0.0000          -
65416.57/3496.92	c      3497        1441293       17984        20                -           0.0000          -           0.0000          -
65518.40/3502.04	c      3502        1448512       17987        20                -           0.0000          -           0.0000          -
65617.81/3507.11	c      3507        1455818       17968        20                -           0.0000          -           0.0000          -
65720.52/3512.21	c      3512        1463544       17953        20                -           0.0000          -           0.0000          -
65819.89/3517.28	c      3517        1470622       17956        20                -           0.0000          -           0.0000          -
65921.23/3522.31	c      3522        1477113       17483        19                -           0.0000          -           0.0000          -
66022.58/3527.41	c      3527        1483449       17507        20                -           0.0000          -           0.0000          -
66121.93/3532.48	c      3532        1488887       17527        20                -           0.0000          -           0.0000          -
66223.27/3537.54	c      3538        1493644       17492        20                -           0.0000          -           0.0000          -
66324.60/3542.60	c      3543        1499043       17488        20                -           0.0000          -           0.0000          -
66425.91/3547.73	c      3548        1503762       17427        20                -           0.0000          -           0.0000          -
66525.26/3552.77	c      3553        1508552       17433        20                -           0.0000          -           0.0000          -
66626.60/3557.80	c      3558        1513377       17472        19                -           0.0000          -           0.0000          -
66727.90/3562.98	c      3563        1517917       17043        20                -           0.0000          -           0.0000          -
66829.73/3568.05	c      3568        1521612       17009        20                -           0.0000          -           0.0000          -
66929.16/3573.10	c      3573        1524961       17061        20                -           0.0000          -           0.0000          -
67030.59/3578.20	c      3578        1528461       17096        20                -           0.0000          -           0.0000          -
67131.28/3583.21	c      3583        1531613       17032        19                -           0.0000          -           0.0000          -
67232.62/3588.31	c      3588        1535077       17019        20                -           0.0000          -           0.0000          -
67331.96/3593.39	c      3593        1537866       17048        19                -           0.0000          -           0.0000          -
67435.93/3606.16	c      3606        1541772       15765         1                -           0.0000          -           0.0000          -
67436.02/3606.25	c SCIP Status        : c solving was interrupted [hard time limit reached]
67436.02/3606.25	c Total Time         : 3606.2600
67436.02/3606.25	c   solving          : 3606.2600
67436.02/3606.25	c   presolving       : 22.0161 (included in solving)
67436.02/3606.25	c B&B Tree           :
67436.02/3606.25	c   nodes (total)    : 1541772
67436.02/3606.25	c Solution           :
67436.02/3606.25	c   Solutions found  : 0
67436.02/3606.25	c   Primal Bound     :          -
67436.02/3606.25	c   Dual Bound       : +0.00000000000000e+00
67436.02/3606.25	c Gap                :          -
67436.70/3607.01	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 (152317 MiB free)
  memory of node 1: 193531 MiB (180215 MiB free)
  memory of node 2: 193531 MiB (155474 MiB free)
  memory of node 3: 193493 MiB (158101 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-4469029-1723614971/watcher-4469029-1723614971 -o /tmp/evaluation-result-4469029-1723614971/solver-4469029-1723614971 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723606037-769059 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469029-1723614971.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100103 s]*
/proc/loadavg: 73.78 71.49 74.32 49/982 774894
/proc/meminfo: memFree=661549732/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=91308 memory=78072 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 17225 0 0 0 9 2 0 0 20 0 1 0 128076494 93499392 19518 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 22827 19518 2614 3035 0 19223 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 91308 KiB
Current children cumulated memory: 78072 KiB

[startup+0.219287 s]*
/proc/loadavg: 73.78 71.49 74.32 48/982 774894
/proc/meminfo: memFree=661526928/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=113420 memory=100412 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 25185 0 0 0 19 3 0 0 20 0 1 0 128076494 116142080 25103 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 28355 25103 2678 3035 0 24751 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 113420 KiB
Current children cumulated memory: 100412 KiB

[startup+0.318927 s]*
/proc/loadavg: 73.78 71.49 74.32 48/982 774894
/proc/meminfo: memFree=661526284/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=113420 memory=100412 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 25185 0 0 0 29 3 0 0 20 0 1 0 128076494 116142080 25103 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 28355 25103 2678 3035 0 24751 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 113420 KiB
Current children cumulated memory: 100412 KiB

[startup+0.700261 s]
/proc/loadavg: 73.78 71.49 74.32 48/982 774894
/proc/meminfo: memFree=661516548/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=123480 memory=110068 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 30115 0 0 0 64 4 0 0 20 0 1 0 128076494 126443520 27517 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 30870 27517 2774 3035 0 27266 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 123480 KiB
Current children cumulated memory: 110068 KiB

[startup+1.50027 s]
/proc/loadavg: 73.78 71.49 74.32 48/982 774894
/proc/meminfo: memFree=661472404/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=159028 memory=143060 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 37544 0 0 0 143 6 0 0 20 0 1 0 128076494 162844672 35765 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 39757 35765 2790 3035 0 36153 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 159028 KiB
Current children cumulated memory: 143060 KiB

[startup+3.11911 s]
/proc/loadavg: 71.63 71.08 74.17 48/982 774896
/proc/meminfo: memFree=661467052/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=160684 memory=144644 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 37958 0 0 0 303 6 0 0 20 0 1 0 128076494 164540416 36161 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 40171 36161 2790 3035 0 36567 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 160684 KiB
Current children cumulated memory: 144644 KiB

[startup+6.30025 s]
/proc/loadavg: 71.63 71.08 74.17 63/982 774896
/proc/meminfo: memFree=661437296/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=165728 memory=149760 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 39238 0 0 0 620 6 0 0 20 0 1 0 128076494 169705472 37440 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 41432 37440 2790 3035 0 37828 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 165728 KiB
Current children cumulated memory: 149760 KiB

[startup+12.7003 s]
/proc/loadavg: 70.00 70.75 74.03 62/982 774897
/proc/meminfo: memFree=661426820/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=166136 memory=150024 CPUtime=12.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 39346 0 0 0 1257 7 0 0 20 0 1 0 128076494 170123264 37506 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 41534 37506 2790 3035 0 37930 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 166136 KiB
Current children cumulated memory: 150024 KiB

[startup+25.5012 s]
/proc/loadavg: 67.97 70.30 73.85 68/1022 774939
/proc/meminfo: memFree=659253116/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=3266024 memory=2338564 CPUtime=75.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) S 774890 774893 769048 0 -1 1077936128 626169 0 0 0 7387 130 0 0 20 0 41 0 128076494 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 816506 584641 2822 3035 0 699695 0
[pid=774893/tid=774900] ppid=774890 vsize=3266024 memory=5556 CPUtime=2.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774900/stat : 774900 (fscip) R 774890 774893 769048 0 -1 4194368 31247 0 0 0 253 6 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774901] ppid=774890 vsize=3266024 memory=0 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774901/stat : 774901 (fscip) R 774890 774893 769048 0 -1 4194368 26058 0 0 0 260 5 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774902] ppid=774890 vsize=3266024 memory=5556 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774902/stat : 774902 (fscip) R 774890 774893 769048 0 -1 4194368 26019 0 0 0 259 6 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774903] ppid=774890 vsize=3266024 memory=280844825649568 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774903/stat : 774903 (fscip) R 774890 774893 769048 0 -1 4194368 26065 0 0 0 259 6 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774904] ppid=774890 vsize=3266024 memory=280844824812576 CPUtime=2.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774904/stat : 774904 (fscip) R 774890 774893 769048 0 -1 4194368 26025 0 0 0 261 5 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774905] ppid=774890 vsize=3266024 memory=16220 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774905/stat : 774905 (fscip) R 774890 774893 769048 0 -1 4194368 26000 0 0 0 259 6 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774906] ppid=774890 vsize=3266024 memory=0 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774906/stat : 774906 (fscip) R 774890 774893 769048 0 -1 4194368 26092 0 0 0 260 5 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774907] ppid=774890 vsize=3266024 memory=149760 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774907/stat : 774907 (fscip) R 774890 774893 769048 0 -1 4194368 26034 0 0 0 259 6 0 0 20 0 41 0 128078704 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774908] ppid=774890 vsize=3266024 memory=25333125866717268 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774908/stat : 774908 (fscip) R 774890 774893 769048 0 -1 4194368 31425 0 0 0 259 6 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774909] ppid=774890 vsize=3266024 memory=6096 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774909/stat : 774909 (fscip) R 774890 774893 769048 0 -1 4194368 25999 0 0 0 260 5 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774910] ppid=774890 vsize=3266024 memory=2212 CPUtime=2.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774910/stat : 774910 (fscip) R 774890 774893 769048 0 -1 4194368 31416 0 0 0 258 6 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774911] ppid=774890 vsize=3266024 memory=6096 CPUtime=2.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774911/stat : 774911 (fscip) R 774890 774893 769048 0 -1 4194368 32204 0 0 0 258 6 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774912] ppid=774890 vsize=3266024 memory=25988 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774912/stat : 774912 (fscip) R 774890 774893 769048 0 -1 4194368 28162 0 0 0 260 5 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774913] ppid=774890 vsize=3266024 memory=2244 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774913/stat : 774913 (fscip) R 774890 774893 769048 0 -1 4194368 31388 0 0 0 260 5 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774914] ppid=774890 vsize=3266024 memory=100 CPUtime=2.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774914/stat : 774914 (fscip) R 774890 774893 769048 0 -1 4194368 31430 0 0 0 258 6 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774915] ppid=774890 vsize=3266024 memory=1836 CPUtime=2.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774915/stat : 774915 (fscip) R 774890 774893 769048 0 -1 4194368 26046 0 0 0 261 5 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774916] ppid=774890 vsize=3266024 memory=280844824934592 CPUtime=2.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774916/stat : 774916 (fscip) R 774890 774893 769048 0 -1 4194368 26004 0 0 0 258 6 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774917] ppid=774890 vsize=3266024 memory=280844824547940 CPUtime=2.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774917/stat : 774917 (fscip) R 774890 774893 769048 0 -1 4194368 31377 0 0 0 259 5 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774918] ppid=774890 vsize=3266024 memory=10824 CPUtime=2.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774918/stat : 774918 (fscip) R 774890 774893 769048 0 -1 4194368 26067 0 0 0 261 5 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774919] ppid=774890 vsize=3266024 memory=0 CPUtime=2.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774919/stat : 774919 (fscip) R 774890 774893 769048 0 -1 4194368 26015 0 0 0 261 4 0 0 20 0 41 0 128078705 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774920] ppid=774890 vsize=3266024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774920/stat : 774920 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774921] ppid=774890 vsize=3266024 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774921/stat : 774921 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774922] ppid=774890 vsize=3266024 memory=-8951326923256637979 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774922/stat : 774922 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774923] ppid=774890 vsize=3266024 memory=38844130910404740 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774923/stat : 774923 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774924] ppid=774890 vsize=3266024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774924/stat : 774924 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774925] ppid=774890 vsize=3266024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774925/stat : 774925 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774926] ppid=774890 vsize=3266024 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774926/stat : 774926 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774927] ppid=774890 vsize=3266024 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774927/stat : 774927 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774928] ppid=774890 vsize=3266024 memory=40296 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774928/stat : 774928 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774929] ppid=774890 vsize=3266024 memory=8148 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774929/stat : 774929 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774930] ppid=774890 vsize=3266024 memory=3428 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774930/stat : 774930 (fscip) S 774890 774893 769048 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774931] ppid=774890 vsize=3266024 memory=2180 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774931/stat : 774931 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774932] ppid=774890 vsize=3266024 memory=28716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774932/stat : 774932 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774933] ppid=774890 vsize=3266024 memory=32884 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774933/stat : 774933 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774934] ppid=774890 vsize=3266024 memory=2212692 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774934/stat : 774934 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774935] ppid=774890 vsize=3266024 memory=1744 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774935/stat : 774935 (fscip) S 774890 774893 769048 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774936] ppid=774890 vsize=3266024 memory=8162881700167697 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774936/stat : 774936 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774937] ppid=774890 vsize=3266024 memory=4638778398332698720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774937/stat : 774937 (fscip) S 774890 774893 769048 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128078775 3344408576 584641 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0

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

/proc/774893/task/774933/stat : 774933 (fscip) S 774890 774893 769048 0 -1 1077936192 193 0 0 0 1 1 0 0 20 0 41 0 128078775 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774934] ppid=774890 vsize=45037584 memory=28656 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774934/stat : 774934 (fscip) S 774890 774893 769048 0 -1 1077936192 182 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774935] ppid=774890 vsize=45037584 memory=7492 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774935/stat : 774935 (fscip) S 774890 774893 769048 0 -1 1077936192 179 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774936] ppid=774890 vsize=45037584 memory=8303304114362545 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774936/stat : 774936 (fscip) S 774890 774893 769048 0 -1 1077936192 163 0 0 0 1 1 0 0 20 0 41 0 128078775 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774937] ppid=774890 vsize=45037584 memory=822346012 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774937/stat : 774937 (fscip) S 774890 774893 769048 0 -1 1077936192 191 0 0 0 0 2 0 0 20 0 41 0 128078775 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774938] ppid=774890 vsize=45037584 memory=3674996880837968271 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774938/stat : 774938 (fscip) S 774890 774893 769048 0 -1 1077936192 179 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774939] ppid=774890 vsize=45037584 memory=3458824103035929086 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774939/stat : 774939 (fscip) S 774890 774893 769048 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 128078776 46118486016 10041971 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
Current children cumulated CPU time: 67147.6 s
Current children cumulated vsize: 45037584 KiB
Current children cumulated memory: 40167884 KiB

[startup+3596.8 s]
/proc/loadavg: 20.00 20.26 29.74 21/881 776940
/proc/meminfo: memFree=664723788/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=45037584 memory=40177324 CPUtime=67401.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) S 774890 774893 769048 0 -1 1077936128 50829546 0 0 0 6732443 7709 0 0 20 0 41 0 128076494 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 17 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 11259396 10044331 3334 3035 0 11142270 0
[pid=774893/tid=774900] ppid=774890 vsize=45037584 memory=6096 CPUtime=3296.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774900/stat : 774900 (fscip) R 774890 774893 769048 0 -1 4194368 1628888 0 0 0 329391 228 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774901] ppid=774890 vsize=45037584 memory=1968 CPUtime=3341.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774901/stat : 774901 (fscip) R 774890 774893 769048 0 -1 4194368 1753941 0 0 0 333890 270 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774902] ppid=774890 vsize=45037584 memory=6720659969739604330 CPUtime=3486.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774902/stat : 774902 (fscip) R 774890 774893 769048 0 -1 4194368 2388960 0 0 0 348360 281 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774903] ppid=774890 vsize=45037584 memory=2688 CPUtime=3387.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774903/stat : 774903 (fscip) R 774890 774893 769048 0 -1 4194368 1748339 0 0 0 338534 239 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774904] ppid=774890 vsize=45037584 memory=6608 CPUtime=3355.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774904/stat : 774904 (fscip) R 774890 774893 769048 0 -1 4194368 1899279 0 0 0 335302 274 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774905] ppid=774890 vsize=45037584 memory=40156732 CPUtime=3350.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774905/stat : 774905 (fscip) R 774890 774893 769048 0 -1 4194368 2412823 0 0 0 334631 448 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774906] ppid=774890 vsize=45037584 memory=28656 CPUtime=3376.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774906/stat : 774906 (fscip) R 774890 774893 769048 0 -1 4194368 1735654 0 0 0 337429 230 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774907] ppid=774890 vsize=45037584 memory=40167884 CPUtime=3323.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774907/stat : 774907 (fscip) R 774890 774893 769048 0 -1 4194368 2361371 0 0 0 331929 423 0 0 20 0 41 0 128078704 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774908] ppid=774890 vsize=45037584 memory=6720659969739604330 CPUtime=3338.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774908/stat : 774908 (fscip) R 774890 774893 769048 0 -1 4194368 2249935 0 0 0 333482 405 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774909] ppid=774890 vsize=45037584 memory=-6879431754565056192 CPUtime=3433.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774909/stat : 774909 (fscip) R 774890 774893 769048 0 -1 4194368 2133237 0 0 0 342975 390 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774910] ppid=774890 vsize=45037584 memory=0 CPUtime=3358.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774910/stat : 774910 (fscip) R 774890 774893 769048 0 -1 4194368 2431927 0 0 0 335166 684 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774911] ppid=774890 vsize=45037584 memory=0 CPUtime=3339.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774911/stat : 774911 (fscip) R 774890 774893 769048 0 -1 4194368 2161506 0 0 0 333526 391 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774912] ppid=774890 vsize=45037584 memory=0 CPUtime=3517.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774912/stat : 774912 (fscip) R 774890 774893 769048 0 -1 4194368 2123631 0 0 0 351358 390 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774913] ppid=774890 vsize=45037584 memory=0 CPUtime=3243.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774913/stat : 774913 (fscip) R 774890 774893 769048 0 -1 4194368 2509817 0 0 0 324083 276 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774914] ppid=774890 vsize=45037584 memory=40177324 CPUtime=3552.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774914/stat : 774914 (fscip) R 774890 774893 769048 0 -1 4194368 2265871 0 0 0 354982 247 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774915] ppid=774890 vsize=45037584 memory=13296 CPUtime=3264.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774915/stat : 774915 (fscip) R 774890 774893 769048 0 -1 4194368 2060923 0 0 0 326235 187 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774916] ppid=774890 vsize=45037584 memory=2688 CPUtime=3376.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774916/stat : 774916 (fscip) R 774890 774893 769048 0 -1 4194368 2548355 0 0 0 337397 246 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774917] ppid=774890 vsize=45037584 memory=6608 CPUtime=3494.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774917/stat : 774917 (fscip) R 774890 774893 769048 0 -1 4194368 2964622 0 0 0 348955 512 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774918] ppid=774890 vsize=45037584 memory=40168080 CPUtime=3249.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774918/stat : 774918 (fscip) R 774890 774893 769048 0 -1 4194368 2048258 0 0 0 324739 177 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774919] ppid=774890 vsize=45037584 memory=4872558142750484539 CPUtime=3274.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774919/stat : 774919 (fscip) R 774890 774893 769048 0 -1 4194368 2529130 0 0 0 327131 278 0 0 20 0 41 0 128078705 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774920] ppid=774890 vsize=45037584 memory=42220 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774920/stat : 774920 (fscip) S 774890 774893 769048 0 -1 1077936192 214 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774921] ppid=774890 vsize=45037584 memory=10824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774921/stat : 774921 (fscip) S 774890 774893 769048 0 -1 1077936192 170 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774922] ppid=774890 vsize=45037584 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774922/stat : 774922 (fscip) S 774890 774893 769048 0 -1 1077936192 214 0 0 0 2 1 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774923] ppid=774890 vsize=45037584 memory=40167884 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774923/stat : 774923 (fscip) S 774890 774893 769048 0 -1 1077936192 103 0 0 0 1 1 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774924] ppid=774890 vsize=45037584 memory=2212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774924/stat : 774924 (fscip) S 774890 774893 769048 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774925] ppid=774890 vsize=45037584 memory=6720659969739604330 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774925/stat : 774925 (fscip) S 774890 774893 769048 0 -1 1077936192 133 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774926] ppid=774890 vsize=45037584 memory=32884 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774926/stat : 774926 (fscip) S 774890 774893 769048 0 -1 1077936192 184 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774927] ppid=774890 vsize=45037584 memory=-2897801490638248215 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774927/stat : 774927 (fscip) S 774890 774893 769048 0 -1 1077936192 183 0 0 0 2 1 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774928] ppid=774890 vsize=45037584 memory=36276 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774928/stat : 774928 (fscip) S 774890 774893 769048 0 -1 1077936192 163 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774929] ppid=774890 vsize=45037584 memory=4639359975945224288 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774929/stat : 774929 (fscip) S 774890 774893 769048 0 -1 1077936192 190 0 0 0 1 1 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774930] ppid=774890 vsize=45037584 memory=280844826808512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774930/stat : 774930 (fscip) S 774890 774893 769048 0 -1 1077936192 198 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774931] ppid=774890 vsize=45037584 memory=2244 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774931/stat : 774931 (fscip) S 774890 774893 769048 0 -1 1077936192 194 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774932] ppid=774890 vsize=45037584 memory=31488 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774932/stat : 774932 (fscip) S 774890 774893 769048 0 -1 1077936192 163 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774933] ppid=774890 vsize=45037584 memory=28656 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774933/stat : 774933 (fscip) S 774890 774893 769048 0 -1 1077936192 195 0 0 0 1 1 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774934] ppid=774890 vsize=45037584 memory=7492 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774934/stat : 774934 (fscip) S 774890 774893 769048 0 -1 1077936192 185 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774935] ppid=774890 vsize=45037584 memory=26980 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774935/stat : 774935 (fscip) S 774890 774893 769048 0 -1 1077936192 182 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774936] ppid=774890 vsize=45037584 memory=3664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774936/stat : 774936 (fscip) S 774890 774893 769048 0 -1 1077936192 165 0 0 0 1 1 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774937] ppid=774890 vsize=45037584 memory=40167884 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774937/stat : 774937 (fscip) S 774890 774893 769048 0 -1 1077936192 194 0 0 0 0 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774938] ppid=774890 vsize=45037584 memory=19952 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774938/stat : 774938 (fscip) S 774890 774893 769048 0 -1 1077936192 182 0 0 0 1 2 0 0 20 0 41 0 128078775 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774939] ppid=774890 vsize=45037584 memory=6720659969739604330 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774939/stat : 774939 (fscip) S 774890 774893 769048 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128078776 46118486016 10044331 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
Current children cumulated CPU time: 67401.5 s
Current children cumulated vsize: 45037584 KiB
Current children cumulated memory: 40177324 KiB

[startup+3603.2 s]
/proc/loadavg: 18.48 19.93 29.53 2/843 776942
/proc/meminfo: memFree=666319356/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=42915444 memory=38580052 CPUtime=67433 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) S 774890 774893 769048 0 -1 1077936128 51141922 0 0 0 6735565 7738 0 0 20 0 3 0 128076494 43945414656 9645013 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 10728861 9645013 3334 3035 0 10670206 0
[pid=774893/tid=774903] ppid=774890 vsize=42915444 memory=40156984 CPUtime=3394.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774903/stat : 774903 (fscip) R 774890 774893 769048 0 -1 4194368 1748350 0 0 0 339172 239 0 0 20 0 3 0 128078704 43945414656 9645013 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
[pid=774893/tid=774937] ppid=774890 vsize=42915444 memory=38580052 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/task/774937/stat : 774937 (fscip) S 774890 774893 769048 0 -1 1077936192 196 0 0 0 0 2 0 0 20 0 3 0 128078775 43945414656 9645013 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
Current children cumulated CPU time: 67433 s
Current children cumulated vsize: 42915444 KiB
Current children cumulated memory: 38580052 KiB

[startup+3606.4 s]
/proc/loadavg: 18.48 19.93 29.53 2/843 776942
/proc/meminfo: memFree=666319336/790760800 swapFree=131071996/131071996
[pid=774893] ppid=774890 vsize=42907248 memory=38580000 CPUtime=67436.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/774893/stat : 774893 (fscip) R 774890 774893 769048 0 -1 4194304 51321602 0 0 0 6735875 7747 0 0 20 0 1 0 128076494 43937021952 9645000 809668444160 4194304 16622685 140734802257232 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 33382400 140734802265064 140734802265179 140734802265179 140734802272207 0
/proc/774893/statm: 10726812 9645000 3334 3035 0 10668158 0
Current children cumulated CPU time: 67436.2 s
Current children cumulated vsize: 42907248 KiB
Current children cumulated memory: 38580000 KiB

[startup+3607.22 s]
/proc/loadavg: 17.08 19.62 29.38 2/841 776942
/proc/meminfo: memFree=679049152/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3607.6 s]
/proc/loadavg: 17.08 19.62 29.38 2/841 776942
/proc/meminfo: memFree=679049152/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3607.8 s]
/proc/loadavg: 17.08 19.62 29.38 2/841 776942
/proc/meminfo: memFree=679049152/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3607.9 s]
/proc/loadavg: 17.08 19.62 29.38 2/841 776942
/proc/meminfo: memFree=679049152/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): 3607.93
CPU time (s): 67437.8
CPU user time (s): 67359
CPU system time (s): 78.7794
CPU usage (%): 1869.15
Max. virtual memory (cumulated for all children) (KiB): 45168656
Max. memory (cumulated for all children) (KiB): 40224840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67359
system time used= 78.7794
maximum resident set size= 40225216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51588675
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= 210880
involuntary context switches= 185849


# summary of solver processes directly reported to runsolver:
#   pid: 774893
#   total CPU time (s): 67437.8
#   total CPU user time (s): 67359
#   total CPU system time (s): 78.7794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.542 second user time and 79.2283 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 07:56:11
IDJOB=4469029
IDBENCH=158320
IDSOLVER=3099
FILE ID=nodeD104/4469029-1723614971
RUNJOBID= nodeD104-1723606037-769059
SLURM_JOB_ID= 8267903
Free space on /tmp= 8587896 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K139.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-4469029-1723614971/watcher-4469029-1723614971 -o /tmp/evaluation-result-4469029-1723614971/solver-4469029-1723614971 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723606037-769059 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469029-1723614971.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 89642dc5a75d3fc73d0ef8fe6dbde459
RANDOM SEED=615268399

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		: 3002.572
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		: 2193.068
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		: 2868.669
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		: 2596.128
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		: 3002.577
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		: 3626.457
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		: 3156.600
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		: 2616.940
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		: 3002.585
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		: 3329.775
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		: 3160.094
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		: 2618.134
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		: 3002.590
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		: 3430.535
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		: 3160.006
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		: 3600.000
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		: 3002.595
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		: 2534.642
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		: 3159.975
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		: 3598.885
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		: 3002.596
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		: 3553.222
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		: 3159.948
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		: 3600.000
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		: 3002.598
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		: 3585.536
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		: 3159.916
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		: 2616.363
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		: 3002.599
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		: 2671.832
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		: 3159.894
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		: 3599.999
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		: 3002.602
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		: 2663.998
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		: 3158.242
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		: 2630.708
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		: 3002.603
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		: 2663.379
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		: 3159.825
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		: 2620.845
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		: 3002.606
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		: 2653.664
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		: 3159.792
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		: 2623.617
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		: 3002.606
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		: 2665.822
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		: 3159.768
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		: 2703.495
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		: 3002.610
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		: 2659.424
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		: 3159.737
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		: 2627.455
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		: 3002.610
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		: 2666.105
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		: 3159.714
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		: 2635.937
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		: 2961.552
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		: 2657.357
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		: 3159.684
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		: 3599.224
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		: 3002.614
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		: 2665.874
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		: 3159.659
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		: 2733.761
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		: 3002.616
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		: 1618.059
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		: 3159.646
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		: 3598.181
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		: 2987.107
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		: 2987.509
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		: 3159.623
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		: 3058.534
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		: 3002.620
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		: 3225.152
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		: 3159.584
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		: 3025.870
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		: 3002.621
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		: 1565.166
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		: 3159.556
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		: 3556.003
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:        661617884 kB
MemAvailable:   739231680 kB
Buffers:         1246996 kB
Cached:         79115012 kB
SwapCached:            0 kB
Active:         13650516 kB
Inactive:       110734084 kB
Active(anon):       2212 kB
Inactive(anon): 44059284 kB
Active(file):   13648304 kB
Inactive(file): 66674800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30084 kB
Writeback:            12 kB
AnonPages:      44019388 kB
Mapped:           142376 kB
Shmem:             38920 kB
KReclaimable:    1420816 kB
Slab:            1974996 kB
SReclaimable:    1420816 kB
SUnreclaim:       554180 kB
KernelStack:       16832 kB
PageTables:       120936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4579916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1119744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4173824 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= 8587956 MiB
End job on nodeD104 at 2024-08-14 08:56:19