Trace number 4468938

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? (TO) 69725.4 3702.23

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-60.opb
MD5SUM0cc29dda69c4373ab2687cf37dcdce8e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark70.6443
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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.79/0.80	c Default LC presolving (default).
0.79/0.81	c ** Before presolving: virtualMemUsedAtLc = 700769209, getVmSize() = 441556992, SCIPgetMemUsed() = 364420886, SCIPgetMemTotal() = 397554926, SCIPgetMemExternEstim() = 303214283
0.79/0.81	c ** set memory limit for presolving in LC to 8.79389e+12 for SCIP **
7.17/7.25	c ** Estimated virtualMemUsedAtSolver = 880306752, getVmSize() = 1102204928, SCIPgetMemUsed() = 662459821, SCIPgetMemTotal() = 1017245845, SCIPgetMemExternEstim() = 303214283
7.17/7.25	c ** set memory limit for solvers to 4.18584e+11 for each SCIP **
7.17/7.25	c Original Problem   :
7.17/7.25	c   Problem name     : instance-4468938-1723583847
7.17/7.25	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
7.17/7.25	c   Constraints      : 283937
7.17/7.25	c   Objective sense  : minimize
7.17/7.25	c Presolved Problem  :
7.17/7.25	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
7.17/7.25	c   Constraints      : 280387
7.17/7.25	c Constraints        : Number
7.17/7.25	c   knapsack         : 28351 
7.17/7.25	c   setppc           : 60278 
7.17/7.25	c   linear           : 3 
7.17/7.25	c   logicor          : 191755 
7.17/7.25	c ** Instance transfer method used: 0
7.57/7.67	c ** ParaScipInstance copy does not increase the number of variables. **
14.08/14.19	c LC is working with racing ramp-up and with rebuilding tree after racing.
14.08/14.19	c                                Nodes    Active                                            
14.08/14.19	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
13797.29/711.19	c       711              2           1        20                -           0.0000          -
13982.61/720.51	c       721             15          14        20                -           0.0000          -
14094.12/726.19	c       726             17          16        20                -           0.0000          -
14198.57/731.46	c       731             18          17        20                -           0.0000          -
14313.72/737.28	c       737             19          18        20                -           0.0000          -
14852.84/764.43	c       764             20          19        20                -           0.0000          -
15285.18/786.29	c       786             22          21        20                -           0.0000          -
15828.61/813.68	c       814             22          21        20                -           0.0000          -
16139.81/829.31	c       829             22          21        20                -           0.0000          -
16295.03/837.16	c       837             22          21        20                -           0.0000          -
16512.88/848.14	c       848             22          21        20                -           0.0000          -
16617.25/853.48	c       853             22          21        20                -           0.0000          -
16751.92/860.28	c       860             22          21        20                -           0.0000          -
16924.09/868.95	c       869             14          13        20                -           0.0000          -
17084.73/877.07	c       877             16          13        20                -           0.0000          -
17232.66/884.54	c       885             16          13        20                -           0.0000          -
17353.40/890.66	c       891             16          13        20                -           0.0000          -
17458.29/895.98	c       896             16          13        20                -           0.0000          -
17687.78/907.58	c       908             16          13        20                -           0.0000          -
17883.79/917.43	c       917             16          13        20                -           0.0000          -
18024.41/924.51	c       925             16          13        20                -           0.0000          -
18163.04/931.55	c       932             16          13        20                -           0.0000          -
18272.76/937.09	c       937             16          13        20                -           0.0000          -
18414.41/944.27	c       944             16          13        20                -           0.0000          -
18665.82/956.92	c       957             16          13        20                -           0.0000          -
18778.62/962.64	c       963             62          61        20                -           0.0000          -
19067.83/977.23	c       977             62          61        20                -           0.0000          -
19222.91/985.05	c       985             62          61        20                -           0.0000          -
19332.97/990.64	c       991             62          61        20                -           0.0000          -
19440.74/996.06	c       996             22          19        20                -           0.0000          -
19584.49/1003.38	c      1003             22          19        20                -           0.0000          -
19698.06/1009.03	c      1009             63          62        20                -           0.0000          -
19935.61/1021.11	c      1021             20          19        20                -           0.0000          -
20041.94/1026.41	c      1026             24          21        20                -           0.0000          -
20144.89/1031.60	c      1032             24          21        20                -           0.0000          -
20243.88/1036.69	c      1037             24          21        20                -           0.0000          -
20420.07/1045.59	c      1046             24          21        20                -           0.0000          -
20592.33/1054.28	c      1054             24          21        20                -           0.0000          -
20697.26/1059.52	c      1060             24          21        20                -           0.0000          -
20828.55/1066.17	c      1066             24          21        20                -           0.0000          -
21012.14/1075.40	c      1075             24          21        20                -           0.0000          -
21134.95/1081.63	c      1082             24          21        20                -           0.0000          -
21247.82/1087.37	c      1087             68          67        20                -           0.0000          -
21374.62/1093.73	c      1094           2610           0        20                -           0.0000          -
21491.50/1099.61	c      1100           2610           0        20                -           0.0000          -
21612.34/1105.78	c      1106           2610           0        20                -           0.0000          -
21720.12/1111.16	c      1111           2610           0        20                -           0.0000          -
22032.30/1126.95	c      1127           2610           0        20                -           0.0000          -
22168.98/1133.82	c      1134           2610           0        20                -           0.0000          -
22295.81/1140.22	c      1140           2610           0        20                -           0.0000          -
22446.47/1147.80	c      1148           2610           0        20                -           0.0000          -
22545.59/1152.86	c      1153           2610           0        20                -           0.0000          -
22652.54/1158.23	c      1158           2610           0        20                -           0.0000          -
22763.54/1163.88	c      1164           2610           0        20                -           0.0000          -
22864.64/1168.92	c      1169           2610           0        20                -           0.0000          -
22981.58/1174.80	c      1175           2610           0        20                -           0.0000          -
23114.40/1181.55	c      1182           2610           0        20                -           0.0000          -
23227.39/1187.24	c      1187           2610           0        20                -           0.0000          -
23384.55/1195.15	c      1195           2610           0        20                -           0.0000          -
23524.71/1202.20	c      1202           2610           0        20                -           0.0000          -
23657.53/1208.92	c      1209           2610           0        20                -           0.0000          -
23764.55/1214.33	c      1214           2610           0        20                -           0.0000          -
23878.30/1220.13	c      1220           2610           0        20                -           0.0000          -
23980.79/1225.29	c      1225           2610           0        20                -           0.0000          -
24089.64/1230.70	c      1231           2610           0        20                -           0.0000          -
24212.54/1236.93	c      1237           2610           0        20                -           0.0000          -
24336.12/1243.15	c      1243           2610           0        20                -           0.0000          -
24446.36/1248.71	c      1249           2610           0        20                -           0.0000          -
24613.58/1257.19	c      1257           2610           0        20                -           0.0000          -
24747.65/1263.94	c      1264           2610           0        20                -           0.0000          -
25052.94/1279.33	c      1279           2610           0        20                -           0.0000          -
25168.67/1285.14	c      1285           2610           0        20                -           0.0000          -
25368.19/1295.23	c      1295           2610           0        20                -           0.0000          -
25471.30/1300.47	c      1300           2610           0        20                -           0.0000          -
25572.46/1305.59	c      1306           2610           0        20                -           0.0000          -
25677.58/1310.84	c      1311           2610           0        20                -           0.0000          -
25798.57/1317.00	c      1317           2610           0        20                -           0.0000          -
25909.63/1322.56	c      1323           2610           0        20                -           0.0000          -
26098.56/1332.03	c      1332           2610           0        20                -           0.0000          -
26197.97/1337.12	c      1337           2610           0        20                -           0.0000          -
26373.76/1345.98	c      1346           2610           0        20                -           0.0000          -
26477.76/1351.16	c      1351           2610           0        20                -           0.0000          -
26580.04/1356.31	c      1356           2610           0        20                -           0.0000          -
26689.15/1361.85	c      1362           2610           0        20                -           0.0000          -
26917.28/1373.39	c      1373           2610           0        20                -           0.0000          -
27044.28/1379.77	c      1380           2610           0        20                -           0.0000          -
27167.28/1385.93	c      1386           2610           0        20                -           0.0000          -
27266.44/1391.00	c      1391           2610           0        20                -           0.0000          -
27464.71/1401.03	c      1401           2610           0        20                -           0.0000          -
27597.52/1407.63	c      1408           2610           0        20                -           0.0000          -
27716.43/1413.69	c      1414           2610           0        20                -           0.0000          -
27716.43/1413.69	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
27716.43/1413.69	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
27718.40/1413.70	Racing ramp-up finished after 1413.7000 seconds. Selected strategy 18.
27852.17/1421.36	c      1421              0           0         1                -           0.0000          -           0.0000          -
27995.64/1431.21	c      1431              0           0         1                -           0.0000          -           0.0000          -
28440.69/1465.70	c      1466              0           0         1                -           0.0000          -           0.0000          -
28559.41/1475.54	c      1476              0           0         1                -           0.0000          -           0.0000          -
28678.07/1486.35	c      1486              0           0         1                -           0.0000          -           0.0000          -
28927.57/1511.39	c      1511              0           0         1                -           0.0000          -           0.0000          -
29718.08/1599.56	c      1600           2611           1         1                -           0.0000          -           0.0000          -
29821.79/1604.83	c      1605           3316         687        12                -           0.0000          -           0.0000          -
29920.99/1609.89	c      1610           3879        1250        12                -           0.0000          -           0.0000          -
30021.93/1614.96	c      1615           4411        1782        12                -           0.0000          -           0.0000          -
30123.88/1620.06	c      1620           4940        2309        12                -           0.0000          -           0.0000          -
30224.67/1625.13	c      1625           5477        2846        12                -           0.0000          -           0.0000          -
30331.07/1630.50	c      1631           6000        3369        12                -           0.0000          -           0.0000          -
30436.27/1635.84	c      1636           6342        3707        12                -           0.0000          -           0.0000          -
30537.10/1640.97	c      1641           6625        3981        12                -           0.0000          -           0.0000          -
30638.74/1646.06	c      1646           7055        4379        12                -           0.0000          -           0.0000          -
30739.87/1651.20	c      1651           7490        4777        12                -           0.0000          -           0.0000          -
30844.05/1656.45	c      1656           7972        5248        12                -           0.0000          -           0.0000          -
30947.06/1661.64	c      1662           8420        5655        12                -           0.0000          -           0.0000          -
31054.66/1667.07	c      1667           8737        5741        12                -           0.0000          -           0.0000          -
31155.65/1672.16	c      1672           9205        6190        12                -           0.0000          -           0.0000          -
31269.92/1677.93	c      1678           9567        6528        12                -           0.0000          -           0.0000          -
31371.64/1683.08	c      1683           9967        6863        12                -           0.0000          -           0.0000          -
31475.79/1688.36	c      1688          10409        7299        12                -           0.0000          -           0.0000          -
31576.75/1693.44	c      1693          10845        7709        12                -           0.0000          -           0.0000          -
31677.74/1698.54	c      1699          11217        8081        12                -           0.0000          -           0.0000          -
31778.66/1703.62	c      1704          11794        8631        13                -           0.0000          -           0.0000          -
31877.65/1708.67	c      1709          12289        9120        13                -           0.0000          -           0.0000          -
31978.69/1713.72	c      1714          12755        9580        13                -           0.0000          -           0.0000          -
32081.72/1718.92	c      1719          13238       10053        13                -           0.0000          -           0.0000          -
32180.87/1724.02	c      1724          13681       10490        13                -           0.0000          -           0.0000          -
32284.35/1729.14	c      1729          14082       10782        13                -           0.0000          -           0.0000          -
32384.72/1734.28	c      1734          14496       11189        13                -           0.0000          -           0.0000          -
32485.57/1739.33	c      1739          14919       11612        13                -           0.0000          -           0.0000          -
32586.58/1744.42	c      1744          15313       11991        13                -           0.0000          -           0.0000          -
32689.50/1749.63	c      1750          15742       12414        13                -           0.0000          -           0.0000          -
32790.48/1754.74	c      1755          16201       12869        13                -           0.0000          -           0.0000          -
32889.46/1759.79	c      1760          16630       13294        14                -           0.0000          -           0.0000          -
32990.50/1764.83	c      1765          17060       13720        14                -           0.0000          -           0.0000          -
33091.58/1769.96	c      1770          17467       14117        14                -           0.0000          -           0.0000          -
33190.61/1775.00	c      1775          17877       14519        14                -           0.0000          -           0.0000          -
33292.34/1780.10	c      1780          18312       14951        14                -           0.0000          -           0.0000          -
33394.81/1785.26	c      1785          18723       15356        14                -           0.0000          -           0.0000          -
33499.64/1790.52	c      1791          19077       15702        14                -           0.0000          -           0.0000          -
33600.71/1795.63	c      1796          19477       16099        14                -           0.0000          -           0.0000          -
33703.78/1800.86	c      1801          19895       16514        14                -           0.0000          -           0.0000          -
33804.83/1806.02	c      1806          20284       16887        14                -           0.0000          -           0.0000          -
33908.34/1811.19	c      1811          20666       17261        14                -           0.0000          -           0.0000          -
34010.91/1816.32	c      1816          21071       17658        14                -           0.0000          -           0.0000          -
34117.95/1821.78	c      1822          21440       18017        14                -           0.0000          -           0.0000          -
34225.74/1827.17	c      1827          21802       18309        14                -           0.0000          -           0.0000          -
34329.99/1832.48	c      1832          22158       18638        14                -           0.0000          -           0.0000          -
34432.99/1837.65	c      1838          22512       18986        14                -           0.0000          -           0.0000          -
34538.05/1842.91	c      1843          22875       19345        14                -           0.0000          -           0.0000          -
34639.76/1848.09	c      1848          23229       19575        14                -           0.0000          -           0.0000          -
34741.01/1853.15	c      1853          23486       19605        14                -           0.0000          -           0.0000          -
34841.13/1858.20	c      1858          23861       19974        14                -           0.0000          -           0.0000          -
34952.07/1863.82	c      1864          24259       20328        14                -           0.0000          -           0.0000          -
35055.74/1869.04	c      1869          24668       20731        14                -           0.0000          -           0.0000          -
35160.10/1874.38	c      1874          25056       21097        14                -           0.0000          -           0.0000          -
35263.10/1879.56	c      1880          25457       21478        14                -           0.0000          -           0.0000          -
35364.18/1884.62	c      1885          25793       21675        14                -           0.0000          -           0.0000          -
35465.24/1889.75	c      1890          26133       21877        14                -           0.0000          -           0.0000          -
35564.21/1894.79	c      1895          26522       22113        14                -           0.0000          -           0.0000          -
35665.24/1899.85	c      1900          26856       22421        14                -           0.0000          -           0.0000          -
35766.29/1905.01	c      1905          27132       22638        14                -           0.0000          -           0.0000          -
35867.98/1910.10	c      1910          27433       22908        14                -           0.0000          -           0.0000          -
35972.35/1915.38	c      1915          27801       23276        15                -           0.0000          -           0.0000          -
36073.42/1920.48	c      1920          28181       23577        15                -           0.0000          -           0.0000          -
36176.48/1925.61	c      1926          28586       23948        16                -           0.0000          -           0.0000          -
36277.53/1930.74	c      1931          28990       24279        16                -           0.0000          -           0.0000          -
36378.51/1935.88	c      1936          29423       24669        16                -           0.0000          -           0.0000          -
36479.64/1941.02	c      1941          29886       25126        16                -           0.0000          -           0.0000          -
36581.42/1946.12	c      1946          30341       25576        16                -           0.0000          -           0.0000          -
36689.76/1951.50	c      1952          30829       26057        17                -           0.0000          -           0.0000          -
36788.82/1956.56	c      1957          31299       26523        17                -           0.0000          -           0.0000          -
36889.51/1961.65	c      1962          31747       26965        17                -           0.0000          -           0.0000          -
36990.45/1966.75	c      1967          32194       27404        17                -           0.0000          -           0.0000          -
37091.53/1971.81	c      1972          32634       27835        17                -           0.0000          -           0.0000          -
37190.55/1976.89	c      1977          33100       28296        17                -           0.0000          -           0.0000          -
37291.64/1982.02	c      1982          33553       28743        17                -           0.0000          -           0.0000          -
37393.50/1987.08	c      1987          34047       29218        17                -           0.0000          -           0.0000          -
37494.30/1992.16	c      1992          34406       29514        17                -           0.0000          -           0.0000          -
37594.65/1997.21	c      1997          34849       29936        17                -           0.0000          -           0.0000          -
37695.67/2002.39	c      2002          35198       29981        17                -           0.0000          -           0.0000          -
37802.60/2007.76	c      2008          35608       30299        18                -           0.0000          -           0.0000          -
37903.66/2012.87	c      2013          36371       31049        18                -           0.0000          -           0.0000          -
38004.66/2018.01	c      2018          37168       31844        18                -           0.0000          -           0.0000          -
38106.42/2023.08	c      2023          37954       32620        18                -           0.0000          -           0.0000          -
38208.72/2028.20	c      2028          38776       33430        18                -           0.0000          -           0.0000          -
38329.50/2034.39	c      2034          39285       33929        18                -           0.0000          -           0.0000          -
38432.49/2039.51	c      2040          40129       34773        18                -           0.0000          -           0.0000          -
38531.51/2044.57	c      2045          41042       35680        18                -           0.0000          -           0.0000          -
38634.45/2049.77	c      2050          41820       36456        18                -           0.0000          -           0.0000          -
38737.35/2054.91	c      2055          43223       37714        18                -           0.0000          -           0.0000          -
38838.94/2060.10	c      2060          43903       38392        18                -           0.0000          -           0.0000          -
38943.00/2065.36	c      2065          44800       39284        18                -           0.0000          -           0.0000          -
39047.93/2070.63	c      2071          45669       40148        18                -           0.0000          -           0.0000          -
39150.78/2075.82	c      2076          46716       41195        18                -           0.0000          -           0.0000          -
39251.73/2080.96	c      2081          47543       42014        19                -           0.0000          -           0.0000          -
39350.74/2085.99	c      2086          47938       42403        18                -           0.0000          -           0.0000          -
39518.81/2094.49	c      2094          47938       42402        18                -           0.0000          -           0.0000          -
40043.15/2122.23	c      2122          47939       42401        18                -           0.0000          -           0.0000          -
40148.08/2127.59	c      2128          48943       43401        19                -           0.0000          -           0.0000          -
40251.04/2132.72	c      2133          50158       44609        19                -           0.0000          -           0.0000          -
40356.72/2138.07	c      2138          50717       45148        19                -           0.0000          -           0.0000          -
40463.00/2143.43	c      2143          51582       46001        19                -           0.0000          -           0.0000          -
40564.05/2148.57	c      2149          52719       47136        19                -           0.0000          -           0.0000          -
40667.05/2153.79	c      2154          53771       48171        19                -           0.0000          -           0.0000          -
40768.10/2158.85	c      2159          54650       49004        19                -           0.0000          -           0.0000          -
40873.84/2164.15	c      2164          55563       49899        19                -           0.0000          -           0.0000          -
40976.23/2169.32	c      2169          56500       50812        19                -           0.0000          -           0.0000          -
41077.35/2174.46	c      2174          57647       51919        19                -           0.0000          -           0.0000          -
41178.29/2179.59	c      2180          58731       52993        19                -           0.0000          -           0.0000          -
41279.31/2184.67	c      2185          59471       53665        19                -           0.0000          -           0.0000          -
41386.94/2190.05	c      2190          60179       54338        19                -           0.0000          -           0.0000          -
41489.34/2195.20	c      2195          61262       55413        19                -           0.0000          -           0.0000          -
41590.43/2200.33	c      2200          62403       56541        19                -           0.0000          -           0.0000          -
41693.44/2205.59	c      2206          63681       57815        19                -           0.0000          -           0.0000          -
41796.51/2210.77	c      2211          64842       58967        19                -           0.0000          -           0.0000          -
41897.60/2215.89	c      2216          65774       59890        19                -           0.0000          -           0.0000          -
42003.37/2221.18	c      2221          66936       61047        19                -           0.0000          -           0.0000          -
42105.75/2226.36	c      2226          67962       62054        19                -           0.0000          -           0.0000          -
42212.75/2231.80	c      2232          69262       63342        19                -           0.0000          -           0.0000          -
42320.39/2237.18	c      2237          70032       64096        19                -           0.0000          -           0.0000          -
42424.84/2242.42	c      2242          71126       65185        19                -           0.0000          -           0.0000          -
42527.91/2247.60	c      2248          72858       66915        19                -           0.0000          -           0.0000          -
42629.02/2252.73	c      2253          74591       68643        19                -           0.0000          -           0.0000          -
42732.12/2257.96	c      2258          75980       70028        19                -           0.0000          -           0.0000          -
42835.86/2263.14	c      2263          77442       71479        19                -           0.0000          -           0.0000          -
42938.03/2268.39	c      2268          78957       72987        19                -           0.0000          -           0.0000          -
43039.08/2273.47	c      2273          80385       74413        19                -           0.0000          -           0.0000          -
43144.17/2278.77	c      2279          81674       75589        19                -           0.0000          -           0.0000          -
43247.31/2283.90	c      2284          82816       76668        19                -           0.0000          -           0.0000          -
43351.05/2289.13	c      2289          83935       77773        19                -           0.0000          -           0.0000          -
43453.50/2294.36	c      2294          85040       78849        19                -           0.0000          -           0.0000          -
43556.61/2299.54	c      2300          86133       79884        19                -           0.0000          -           0.0000          -
43657.73/2304.67	c      2305          87397       81144        19                -           0.0000          -           0.0000          -
43760.83/2309.87	c      2310          88625       82361        19                -           0.0000          -           0.0000          -
43864.48/2315.13	c      2315          89812       83535        19                -           0.0000          -           0.0000          -
43966.95/2320.25	c      2320          90618       84254        19                -           0.0000          -           0.0000          -
44070.05/2325.46	c      2325          91616       85192        19                -           0.0000          -           0.0000          -
44173.15/2330.60	c      2331          92485       86041        19                -           0.0000          -           0.0000          -
44274.27/2335.73	c      2336          93651       87168        19                -           0.0000          -           0.0000          -
44377.39/2341.00	c      2341          94538       88018        19                -           0.0000          -           0.0000          -
44484.44/2346.32	c      2346          95625       89068        19                -           0.0000          -           0.0000          -
44587.54/2351.51	c      2352          96618       90026        19                -           0.0000          -           0.0000          -
44688.66/2356.61	c      2357          97889       91279        19                -           0.0000          -           0.0000          -
44791.76/2361.83	c      2362          99077       92452        19                -           0.0000          -           0.0000          -
44895.42/2367.11	c      2367         100175       93536        19                -           0.0000          -           0.0000          -
44997.91/2372.29	c      2372         101262       94601        19                -           0.0000          -           0.0000          -
45099.00/2377.38	c      2377         102611       95943        19                -           0.0000          -           0.0000          -
45202.07/2382.53	c      2383         103999       97325        19                -           0.0000          -           0.0000          -
45307.11/2387.89	c      2388         104952       98260        19                -           0.0000          -           0.0000          -
45410.79/2393.07	c      2393         106047       99345        19                -           0.0000          -           0.0000          -
45513.24/2398.23	c      2398         107449      100734        19                -           0.0000          -           0.0000          -
45614.31/2403.33	c      2403         108798      102075        19                -           0.0000          -           0.0000          -
45715.39/2408.47	c      2408         110054      103324        19                -           0.0000          -           0.0000          -
45816.48/2413.58	c      2414         111150      104399        19                -           0.0000          -           0.0000          -
45921.52/2418.85	c      2419         112290      105522        19                -           0.0000          -           0.0000          -
46025.05/2424.12	c      2424         112822      105994        19                -           0.0000          -           0.0000          -
46129.57/2429.33	c      2429         113714      106877        19                -           0.0000          -           0.0000          -
46230.68/2434.46	c      2434         114999      108158        19                -           0.0000          -           0.0000          -
46333.80/2439.64	c      2440         116248      109390        19                -           0.0000          -           0.0000          -
46434.82/2444.75	c      2445         117479      110613        19                -           0.0000          -           0.0000          -
46537.92/2449.91	c      2450         118738      111862        19                -           0.0000          -           0.0000          -
46639.65/2455.10	c      2455         120064      113180        19                -           0.0000          -           0.0000          -
46742.12/2460.29	c      2460         121504      114612        19                -           0.0000          -           0.0000          -
46845.23/2465.45	c      2465         122652      115750        19                -           0.0000          -           0.0000          -
46946.35/2470.58	c      2471         123861      116943        19                -           0.0000          -           0.0000          -
47049.45/2475.77	c      2476         125019      118093        19                -           0.0000          -           0.0000          -
47152.53/2480.97	c      2481         126342      119406        19                -           0.0000          -           0.0000          -
47254.31/2486.04	c      2486         127414      120210        19                -           0.0000          -           0.0000          -
47355.56/2491.18	c      2491         128634      121425        19                -           0.0000          -           0.0000          -
47459.72/2496.40	c      2496         129707      122485        19                -           0.0000          -           0.0000          -
47560.81/2501.57	c      2502         130879      123618        19                -           0.0000          -           0.0000          -
47663.78/2506.76	c      2507         131851      124543        19                -           0.0000          -           0.0000          -
47764.79/2511.88	c      2512         132847      125475        19                -           0.0000          -           0.0000          -
47868.53/2517.10	c      2517         133868      126417        19                -           0.0000          -           0.0000          -
47972.91/2522.31	c      2522         134884      127373        19                -           0.0000          -           0.0000          -
48074.00/2527.42	c      2527         135913      128314        19                -           0.0000          -           0.0000          -
48175.12/2532.54	c      2533         137008      129325        19                -           0.0000          -           0.0000          -
48276.21/2537.64	c      2538         138020      130197        19                -           0.0000          -           0.0000          -
48381.29/2543.00	c      2543         139316      131486        19                -           0.0000          -           0.0000          -
48485.05/2548.16	c      2548         141091      133257        19                -           0.0000          -           0.0000          -
48587.46/2553.34	c      2553         142611      134766        19                -           0.0000          -           0.0000          -
48688.57/2558.45	c      2558         143886      136031        19                -           0.0000          -           0.0000          -
48791.64/2563.66	c      2564         145434      137573        19                -           0.0000          -           0.0000          -
48894.58/2568.81	c      2569         147731      139799        19                -           0.0000          -           0.0000          -
48993.69/2573.87	c      2574         150101      141837        19                -           0.0000          -           0.0000          -
49099.42/2579.16	c      2579         152055      142840        19                -           0.0000          -           0.0000          -
49199.84/2584.29	c      2584         154198      143855        19                -           0.0000          -           0.0000          -
49302.95/2589.48	c      2589         155562      145139        19                -           0.0000          -           0.0000          -
49404.01/2594.58	c      2595         157113      145101        19                -           0.0000          -           0.0000          -
49505.11/2599.68	c      2600         158761      146743        19                -           0.0000          -           0.0000          -
49608.23/2604.81	c      2605         159797      147762        19                -           0.0000          -           0.0000          -
49715.29/2610.27	c      2610         161047      149003        19                -           0.0000          -           0.0000          -
49818.35/2615.41	c      2615         163733      151646        20                -           0.0000          -           0.0000          -
49919.45/2620.54	c      2621         165373      152174        20                -           0.0000          -           0.0000          -
50020.48/2625.63	c      2626         166980      152304        20                -           0.0000          -           0.0000          -
50123.54/2630.82	c      2631         168042      153151        20                -           0.0000          -           0.0000          -
50224.62/2636.02	c      2636         169050      154121        20                -           0.0000          -           0.0000          -
50328.39/2641.17	c      2641         170146      155195        20                -           0.0000          -           0.0000          -
50430.79/2646.31	c      2646         171383      156424        20                -           0.0000          -           0.0000          -
50531.94/2651.40	c      2651         172642      157673        20                -           0.0000          -           0.0000          -
50631.02/2656.48	c      2656         174005      159030        20                -           0.0000          -           0.0000          -
50734.14/2661.60	c      2662         175346      160167        20                -           0.0000          -           0.0000          -
50835.20/2666.74	c      2667         176060      160660        20                -           0.0000          -           0.0000          -
50936.37/2671.85	c      2672         176993      161564        20                -           0.0000          -           0.0000          -
51037.53/2676.92	c      2677         177955      162436        20                -           0.0000          -           0.0000          -
51139.46/2682.09	c      2682         178777      163180        20                -           0.0000          -           0.0000          -
51243.82/2687.30	c      2687         179607      163907        20                -           0.0000          -           0.0000          -
51348.89/2692.65	c      2693         180157      164435        20                -           0.0000          -           0.0000          -
51451.98/2697.89	c      2698         181978      165711        20                -           0.0000          -           0.0000          -
51557.90/2703.18	c      2703         184569      168241        20                -           0.0000          -           0.0000          -
51660.21/2708.37	c      2708         186052      168897        20                -           0.0000          -           0.0000          -
51763.38/2713.57	c      2714         188670      169638        20                -           0.0000          -           0.0000          -
51866.55/2718.71	c      2719         190597      169748        20                -           0.0000          -           0.0000          -
51967.74/2723.83	c      2724         191864      170190        20                -           0.0000          -           0.0000          -
52066.95/2728.84	c      2729         192853      169608        20                -           0.0000          -           0.0000          -
52174.11/2734.21	c      2734         193894      170588        20                -           0.0000          -           0.0000          -
52275.26/2739.38	c      2739         195055      171507        20                -           0.0000          -           0.0000          -
52378.44/2744.55	c      2745         195939      172188        20                -           0.0000          -           0.0000          -
52481.60/2749.72	c      2750         196786      173009        20                -           0.0000          -           0.0000          -
52584.77/2754.96	c      2755         197674      173847        20                -           0.0000          -           0.0000          -
52686.51/2760.08	c      2760         198537      174638        20                -           0.0000          -           0.0000          -
52789.06/2765.26	c      2765         199353      175333        20                -           0.0000          -           0.0000          -
52892.24/2770.47	c      2770         200214      176123        20                -           0.0000          -           0.0000          -
53011.29/2776.44	c      2776         200519      176349        20                -           0.0000          -           0.0000          -
53116.45/2781.70	c      2782         201257      176940        20                -           0.0000          -           0.0000          -
53219.62/2786.91	c      2787         202198      177760        20                -           0.0000          -           0.0000          -
53321.46/2792.06	c      2792         203014      178540        20                -           0.0000          -           0.0000          -
53425.87/2797.34	c      2797         203752      179246        20                -           0.0000          -           0.0000          -
53556.82/2804.00	c      2804         204413      179210        20                -           0.0000          -           0.0000          -
53663.91/2809.37	c      2809         205343      180092        20                -           0.0000          -           0.0000          -
53767.07/2814.58	c      2815         206855      181059        20                -           0.0000          -           0.0000          -
53870.25/2819.72	c      2820         208745      182291        20                -           0.0000          -           0.0000          -
53973.41/2824.94	c      2825         209571      182119        20                -           0.0000          -           0.0000          -
54072.61/2830.02	c      2830         210294      182807        20                -           0.0000          -           0.0000          -
54179.73/2835.37	c      2835         210929      183400        20                -           0.0000          -           0.0000          -
54284.87/2840.62	c      2841         211635      184093        20                -           0.0000          -           0.0000          -
54386.04/2845.79	c      2846         212375      184799        20                -           0.0000          -           0.0000          -
54487.23/2850.85	c      2851         215250      186452        20                -           0.0000          -           0.0000          -
54591.19/2856.08	c      2856         217275      187321        20                -           0.0000          -           0.0000          -
54695.49/2861.37	c      2861         219819      189028        20                -           0.0000          -           0.0000          -
54800.56/2866.60	c      2867         222063      190073        20                -           0.0000          -           0.0000          -
54903.68/2871.84	c      2872         224359      191504        20                -           0.0000          -           0.0000          -
55007.64/2877.07	c      2877         226221      193081        20                -           0.0000          -           0.0000          -
55108.62/2882.18	c      2882         228020      193499        20                -           0.0000          -           0.0000          -
55211.10/2887.37	c      2887         229604      193173        20                -           0.0000          -           0.0000          -
55314.26/2892.52	c      2893         230588      194095        20                -           0.0000          -           0.0000          -
55417.41/2897.78	c      2898         232861      196287        20                -           0.0000          -           0.0000          -
55520.57/2902.92	c      2903         234706      197529        20                -           0.0000          -           0.0000          -
55653.46/2909.68	c      2910         235539      194714        20                -           0.0000          -           0.0000          -
55825.70/2918.52	c      2919         235540      194714        19                -           0.0000          -           0.0000          -
55925.80/2923.65	c      2924         236927      196097        20                -           0.0000          -           0.0000          -
56030.94/2928.99	c      2929         238157      195957        20                -           0.0000          -           0.0000          -
56136.08/2934.29	c      2934         238958      196093        20                -           0.0000          -           0.0000          -
56241.19/2939.51	c      2940         239790      195500        20                -           0.0000          -           0.0000          -
56350.88/2945.10	c      2945         240267      195552        20                -           0.0000          -           0.0000          -
56453.45/2950.22	c      2950         240878      195351        20                -           0.0000          -           0.0000          -
56560.52/2955.69	c      2956         242137      196278        20                -           0.0000          -           0.0000          -
56663.67/2960.87	c      2961         242511      196097        20                -           0.0000          -           0.0000          -
56764.83/2965.93	c      2966         242769      195460        20                -           0.0000          -           0.0000          -
56864.03/2971.04	c      2971         243610      195294        20                -           0.0000          -           0.0000          -
56966.06/2976.09	c      2976         244344      195213        20                -           0.0000          -           0.0000          -
57067.18/2981.15	c      2981         245109      195171        20                -           0.0000          -           0.0000          -
57167.51/2986.20	c      2986         246086      195167        20                -           0.0000          -           0.0000          -
57274.64/2991.61	c      2992         246483      195296        20                -           0.0000          -           0.0000          -
57375.80/2996.73	c      2997         247418      195094        20                -           0.0000          -           0.0000          -
57476.98/3001.81	c      3002         248514      195094        20                -           0.0000          -           0.0000          -
57576.16/3006.87	c      3007         249273      195091        20                -           0.0000          -           0.0000          -
57677.32/3011.96	c      3012         251297      195295        20                -           0.0000          -           0.0000          -
57779.14/3017.07	c      3017         253527      196299        20                -           0.0000          -           0.0000          -
57880.27/3022.15	c      3022         255947      195664        20                -           0.0000          -           0.0000          -
57980.79/3027.21	c      3027         258172      196223        20                -           0.0000          -           0.0000          -
58081.95/3032.33	c      3032         262474      197164        20                -           0.0000          -           0.0000          -
58183.12/3037.42	c      3037         266393      198287        20                -           0.0000          -           0.0000          -
58284.22/3042.51	c      3043         269223      198511        20                -           0.0000          -           0.0000          -
58385.26/3047.62	c      3048         271454      198516        20                -           0.0000          -           0.0000          -
58486.41/3052.74	c      3053         273720      198427        20                -           0.0000          -           0.0000          -
58587.38/3057.82	c      3058         275551      197164        20                -           0.0000          -           0.0000          -
58686.55/3062.84	c      3063         277759      196150        20                -           0.0000          -           0.0000          -
58785.70/3067.86	c      3068         280944      197128        20                -           0.0000          -           0.0000          -
58884.81/3072.87	c      3073         283033      196622        20                -           0.0000          -           0.0000          -
58983.91/3077.88	c      3078         287103      198709        20                -           0.0000          -           0.0000          -
59083.22/3082.89	c      3083         289901      197617        20                -           0.0000          -           0.0000          -
59184.12/3087.90	c      3088         292221      195144        20                -           0.0000          -           0.0000          -
59283.24/3092.91	c      3093         294414      195107        20                -           0.0000          -           0.0000          -
59382.32/3097.94	c      3098         296151      195122        20                -           0.0000          -           0.0000          -
59481.39/3102.97	c      3103         298587      195250        20                -           0.0000          -           0.0000          -
59580.50/3107.97	c      3108         302725      195302        20                -           0.0000          -           0.0000          -
59679.62/3112.99	c      3113         307770      195595        20                -           0.0000          -           0.0000          -
59778.66/3118.02	c      3118         310524      195732        20                -           0.0000          -           0.0000          -
59877.70/3123.02	c      3123         313385      196007        20                -           0.0000          -           0.0000          -
59976.79/3128.03	c      3128         318469      199308        20                -           0.0000          -           0.0000          -
60078.36/3133.04	c      3133         322206      200086        20                -           0.0000          -           0.0000          -
60177.57/3138.06	c      3138         324846      200736        20                -           0.0000          -           0.0000          -
60276.61/3143.06	c      3143         327740      199695        20                -           0.0000          -           0.0000          -
60375.56/3148.10	c      3148         330525      199860        20                -           0.0000          -           0.0000          -
60474.63/3153.12	c      3153         333375      199590        20                -           0.0000          -           0.0000          -
60575.56/3158.16	c      3158         337030      199422        20                -           0.0000          -           0.0000          -
60674.71/3163.19	c      3163         340196      196711        20                -           0.0000          -           0.0000          -
60774.72/3168.21	c      3168         342690      196197        20                -           0.0000          -           0.0000          -
60873.88/3173.24	c      3173         344892      194879        20                -           0.0000          -           0.0000          -
60972.89/3178.26	c      3178         347188      194862        20                -           0.0000          -           0.0000          -
61072.12/3183.29	c      3183         349575      195751        20                -           0.0000          -           0.0000          -
61171.13/3188.29	c      3188         352584      196388        20                -           0.0000          -           0.0000          -
61272.26/3193.30	c      3193         355628      196210        20                -           0.0000          -           0.0000          -
61371.38/3198.32	c      3198         358012      195961        20                -           0.0000          -           0.0000          -
61470.52/3203.34	c      3203         360140      195848        20                -           0.0000          -           0.0000          -
61569.66/3208.34	c      3208         363023      197188        20                -           0.0000          -           0.0000          -
61668.76/3213.36	c      3213         366064      196873        20                -           0.0000          -           0.0000          -
61767.82/3218.37	c      3218         368008      196608        20                -           0.0000          -           0.0000          -
61866.89/3223.39	c      3223         369962      196848        20                -           0.0000          -           0.0000          -
61967.96/3228.40	c      3228         371316      196996        20                -           0.0000          -           0.0000          -
62067.10/3233.43	c      3233         372777      196772        20                -           0.0000          -           0.0000          -
62166.20/3238.44	c      3238         374439      197271        20                -           0.0000          -           0.0000          -
62265.36/3243.45	c      3243         376017      197415        20                -           0.0000          -           0.0000          -
62364.48/3248.48	c      3248         377545      196215        20                -           0.0000          -           0.0000          -
62463.51/3253.48	c      3253         379733      196764        20                -           0.0000          -           0.0000          -
62564.55/3258.53	c      3259         381231      195997        20                -           0.0000          -           0.0000          -
62663.54/3263.55	c      3264         382581      196562        20                -           0.0000          -           0.0000          -
62762.57/3268.57	c      3269         383697      195309        20                -           0.0000          -           0.0000          -
62861.65/3273.59	c      3274         385435      195988        20                -           0.0000          -           0.0000          -
62962.71/3278.62	c      3279         388295      197575        20                -           0.0000          -           0.0000          -
63061.90/3283.63	c      3284         390198      195198        20                -           0.0000          -           0.0000          -
63160.97/3288.67	c      3289         393341      196499        20                -           0.0000          -           0.0000          -
63259.96/3293.67	c      3294         396979      197908        20                -           0.0000          -           0.0000          -
63359.01/3298.68	c      3299         399522      197530        20                -           0.0000          -           0.0000          -
63460.07/3303.72	c      3304         402483      197482        20                -           0.0000          -           0.0000          -
63559.08/3308.73	c      3309         404109      197358        20                -           0.0000          -           0.0000          -
63658.15/3313.76	c      3314         405898      197158        20                -           0.0000          -           0.0000          -
63757.17/3318.76	c      3319         408065      196896        20                -           0.0000          -           0.0000          -
63856.23/3323.77	c      3324         409450      196756        20                -           0.0000          -           0.0000          -
63955.27/3328.78	c      3329         410624      195776        20                -           0.0000          -           0.0000          -
64056.31/3333.80	c      3334         411696      195610        20                -           0.0000          -           0.0000          -
64155.34/3338.82	c      3339         413647      196216        20                -           0.0000          -           0.0000          -
64254.42/3343.83	c      3344         416813      196803        20                -           0.0000          -           0.0000          -
64353.40/3348.87	c      3349         419538      197092        20                -           0.0000          -           0.0000          -
64452.46/3353.88	c      3354         422063      197413        20                -           0.0000          -           0.0000          -
64551.49/3358.89	c      3359         424316      197687        20                -           0.0000          -           0.0000          -
64652.51/3363.94	c      3364         427520      197810        20                -           0.0000          -           0.0000          -
64751.50/3368.95	c      3369         430536      197224        20                -           0.0000          -           0.0000          -
64850.55/3373.99	c      3374         433723      195898        20                -           0.0000          -           0.0000          -
64949.25/3379.00	c      3379         436201      196135        20                -           0.0000          -           0.0000          -
65048.35/3384.03	c      3384         440348      198031        20                -           0.0000          -           0.0000          -
65149.89/3389.04	c      3389         444050      198455        20                -           0.0000          -           0.0000          -
65248.85/3394.04	c      3394         447392      198755        20                -           0.0000          -           0.0000          -
65347.64/3399.05	c      3399         450778      198420        20                -           0.0000          -           0.0000          -
65446.86/3404.06	c      3404         454109      198183        20                -           0.0000          -           0.0000          -
65546.06/3409.08	c      3409         457622      198396        20                -           0.0000          -           0.0000          -
65645.24/3414.10	c      3414         462299      197131        20                -           0.0000          -           0.0000          -
65744.31/3419.11	c      3419         466395      196501        20                -           0.0000          -           0.0000          -
65843.74/3424.13	c      3424         470188      197186        20                -           0.0000          -           0.0000          -
65944.65/3429.15	c      3429         473911      195797        20                -           0.0000          -           0.0000          -
66043.73/3434.16	c      3434         477601      195413        20                -           0.0000          -           0.0000          -
66142.89/3439.17	c      3439         481275      196178        20                -           0.0000          -           0.0000          -
66242.05/3444.18	c      3444         483779      195621        20                -           0.0000          -           0.0000          -
66342.40/3449.24	c      3449         486091      195275        20                -           0.0000          -           0.0000          -
66441.30/3454.25	c      3454         488759      195501        20                -           0.0000          -           0.0000          -
66540.36/3459.27	c      3459         490729      195072        20                -           0.0000          -           0.0000          -
66639.47/3464.27	c      3464         493583      195144        20                -           0.0000          -           0.0000          -
66740.42/3469.32	c      3469         496536      196140        20                -           0.0000          -           0.0000          -
66839.48/3474.33	c      3474         498628      196294        20                -           0.0000          -           0.0000          -
66938.52/3479.36	c      3479         500793      195694        20                -           0.0000          -           0.0000          -
67039.53/3484.40	c      3484         502953      195526        20                -           0.0000          -           0.0000          -
67138.65/3489.41	c      3489         505508      195339        20                -           0.0000          -           0.0000          -
67237.82/3494.46	c      3494         507746      195287        20                -           0.0000          -           0.0000          -
67338.87/3499.50	c      3500         509633      194536        20                -           0.0000          -           0.0000          -
67438.05/3504.50	c      3505         511837      194607        20                -           0.0000          -           0.0000          -
67537.25/3509.51	c      3510         513917      194663        20                -           0.0000          -           0.0000          -
67636.43/3514.56	c      3515         515720      194529        20                -           0.0000          -           0.0000          -
67735.59/3519.56	c      3520         517526      194552        20                -           0.0000          -           0.0000          -
67834.56/3524.58	c      3525         519285      194580        20                -           0.0000          -           0.0000          -
67935.49/3529.62	c      3530         521244      194551        20                -           0.0000          -           0.0000          -
68034.63/3534.64	c      3535         523740      194778        20                -           0.0000          -           0.0000          -
68133.68/3539.65	c      3540         527647      196436        20                -           0.0000          -           0.0000          -
68232.73/3544.68	c      3545         531525      198124        20                -           0.0000          -           0.0000          -
68331.84/3549.70	c      3550         534533      197598        20                -           0.0000          -           0.0000          -
68432.88/3554.77	c      3555         537532      199232        20                -           0.0000          -           0.0000          -
68533.99/3559.80	c      3560         540579      200402        20                -           0.0000          -           0.0000          -
68633.18/3564.81	c      3565         543891      200303        20                -           0.0000          -           0.0000          -
68732.16/3569.85	c      3570         547467      199948        20                -           0.0000          -           0.0000          -
68831.23/3574.89	c      3575         550768      197275        20                -           0.0000          -           0.0000          -
68930.39/3579.89	c      3580         554090      197659        20                -           0.0000          -           0.0000          -
69029.31/3584.90	c      3585         558183      198372        20                -           0.0000          -           0.0000          -
69130.36/3589.91	c      3590         560859      198165        20                -           0.0000          -           0.0000          -
69229.52/3594.96	c      3595         564107      196348        20                -           0.0000          -           0.0000          -
69322.99/3599.98	c      3600         566248       18409         5                -           0.0000          -           0.0000          -

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 (158528 MiB free)
  memory of node 1: 193531 MiB (151661 MiB free)
  memory of node 2: 193531 MiB (174199 MiB free)
  memory of node 3: 193493 MiB (173671 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-4468938-1723583847/watcher-4468938-1723583847 -o /tmp/evaluation-result-4468938-1723583847/solver-4468938-1723583847 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723580145-761099 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468938-1723583847.opb -qsol -t 3600 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=763458, runsolver pid=763455
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 56.30 71.44 76.64 25/895 763470
/proc/meminfo: memFree=673758020/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=67012 memory=54436 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 11541 0 0 0 10 1 0 0 20 0 1 0 124967428 68620288 13609 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 16753 13609 2331 3035 0 13149 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 67012 KiB
Current children cumulated memory: 54436 KiB

[startup+0.219703 s]*
/proc/loadavg: 56.30 71.44 76.64 24/901 763480
/proc/meminfo: memFree=673623420/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=109136 memory=96640 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 22086 0 0 0 20 3 0 0 20 0 1 0 124967428 111755264 24160 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 27284 24160 2331 3035 0 23680 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 109136 KiB
Current children cumulated memory: 96640 KiB

[startup+0.318107 s]*
/proc/loadavg: 56.30 71.44 76.64 24/901 763480
/proc/meminfo: memFree=673507468/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=141440 memory=129072 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 30149 0 0 0 28 4 0 0 20 0 1 0 124967428 144834560 32268 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 35360 32268 2331 3035 0 31756 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 141440 KiB
Current children cumulated memory: 129072 KiB

[startup+0.700251 s]
/proc/loadavg: 56.30 71.44 76.64 24/901 763480
/proc/meminfo: memFree=673184248/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=346884 memory=335172 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 81903 0 0 0 56 12 0 0 20 0 1 0 124967428 355209216 83793 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 86721 83793 2555 3035 0 83117 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 346884 KiB
Current children cumulated memory: 335172 KiB

[startup+1.50031 s]
/proc/loadavg: 53.79 70.67 76.36 25/901 763480
/proc/meminfo: memFree=672474596/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=667844 memory=645028 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 124959 0 0 0 126 22 0 0 20 0 1 0 124967428 683872256 161257 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 166961 161257 2694 3035 0 163357 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 667844 KiB
Current children cumulated memory: 645028 KiB

[startup+3.11847 s]
/proc/loadavg: 53.79 70.67 76.36 25/901 763480
/proc/meminfo: memFree=671057312/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=647320 memory=625092 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 157942 0 0 0 282 28 0 0 20 0 1 0 124967428 662855680 156273 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 161830 156273 2758 3035 0 158226 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 647320 KiB
Current children cumulated memory: 625092 KiB

[startup+6.30029 s]
/proc/loadavg: 51.33 69.87 76.07 25/901 763482
/proc/meminfo: memFree=669937276/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=929240 memory=853688 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) R 763455 763458 761087 0 -1 4194304 162951 0 0 0 593 34 0 0 20 0 1 0 124967428 951541760 213422 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 232310 213422 2774 3035 0 228706 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 929240 KiB
Current children cumulated memory: 853688 KiB

[startup+12.7006 s]
/proc/loadavg: 49.06 69.10 75.79 25/941 763522
/proc/meminfo: memFree=665155304/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=4633148 memory=3714204 CPUtime=12.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) S 763455 763458 761087 0 -1 1077936128 843473 0 0 0 1129 138 0 0 20 0 21 0 124967428 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 1158287 928551 2790 3035 0 990133 0
[pid=763458/tid=763483] ppid=763455 vsize=4633148 memory=0 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763483/stat : 763483 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 27 5 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763484] ppid=763455 vsize=4633148 memory=0 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763484/stat : 763484 (fscip) S 763455 763458 761087 0 -1 1077936192 40979 0 0 0 26 6 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763485] ppid=763455 vsize=4633148 memory=1952 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763485/stat : 763485 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 25 7 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763486] ppid=763455 vsize=4633148 memory=625384 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763486/stat : 763486 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763487] ppid=763455 vsize=4633148 memory=1160244 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763487/stat : 763487 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 25 6 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763488] ppid=763455 vsize=4633148 memory=5440 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763488/stat : 763488 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 27 5 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763489] ppid=763455 vsize=4633148 memory=10528 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763489/stat : 763489 (fscip) S 763455 763458 761087 0 -1 1077936192 40977 0 0 0 27 5 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763490] ppid=763455 vsize=4633148 memory=11636 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763490/stat : 763490 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763491] ppid=763455 vsize=4633148 memory=1131408 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763491/stat : 763491 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 27 4 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763492] ppid=763455 vsize=4633148 memory=2702364 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763492/stat : 763492 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 25 6 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763493] ppid=763455 vsize=4633148 memory=1972716 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763493/stat : 763493 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 25 6 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763494] ppid=763455 vsize=4633148 memory=2212 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763494/stat : 763494 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763495] ppid=763455 vsize=4633148 memory=29273809900535888 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763495/stat : 763495 (fscip) S 763455 763458 761087 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124968153 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763496] ppid=763455 vsize=4633148 memory=52948 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763496/stat : 763496 (fscip) S 763455 763458 761087 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763497] ppid=763455 vsize=4633148 memory=2496192 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763497/stat : 763497 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 26 5 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763498] ppid=763455 vsize=4633148 memory=3118860 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763498/stat : 763498 (fscip) S 763455 763458 761087 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763499] ppid=763455 vsize=4633148 memory=16240 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763499/stat : 763499 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763500] ppid=763455 vsize=4633148 memory=0 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763500/stat : 763500 (fscip) R 763455 763458 761087 0 -1 4194368 19304 0 0 0 11 2 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763501] ppid=763455 vsize=4633148 memory=279479159676944 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763501/stat : 763501 (fscip) S 763455 763458 761087 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763502] ppid=763455 vsize=4633148 memory=7318452475133972 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763502/stat : 763502 (fscip) S 763455 763458 761087 0 -1 1077936192 40978 0 0 0 26 6 0 0 20 0 21 0 124968154 4744343552 928551 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 4633148 KiB
Current children cumulated memory: 3714204 KiB

[startup+25.5013 s]
/proc/loadavg: 50.90 68.83 75.63 61/981 763566
/proc/meminfo: memFree=635086472/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=19219152 memory=17522320 CPUtime=232.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) S 763455 763458 761087 0 -1 1077936128 3330744 0 0 0 21475 1765 0 0 20 0 41 0 124967428 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 4804788 4380580 2854 3035 0 4623385 0
[pid=763458/tid=763483] ppid=763455 vsize=19219152 memory=29273809900535888 CPUtime=10.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763483/stat : 763483 (fscip) R 763455 763458 761087 0 -1 4194368 183511 0 0 0 908 186 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763484] ppid=763455 vsize=19219152 memory=279479160050640 CPUtime=11.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763484/stat : 763484 (fscip) R 763455 763458 761087 0 -1 4194368 127970 0 0 0 1108 32 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763485] ppid=763455 vsize=19219152 memory=11636 CPUtime=11.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763485/stat : 763485 (fscip) R 763455 763458 761087 0 -1 4194368 144038 0 0 0 1084 34 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763486] ppid=763455 vsize=19219152 memory=1972716 CPUtime=10.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763486/stat : 763486 (fscip) R 763455 763458 761087 0 -1 4194368 201104 0 0 0 905 191 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763487] ppid=763455 vsize=19219152 memory=15743580 CPUtime=11.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763487/stat : 763487 (fscip) R 763455 763458 761087 0 -1 4194368 144155 0 0 0 1104 34 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763488] ppid=763455 vsize=19219152 memory=279479161050736 CPUtime=11.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763488/stat : 763488 (fscip) R 763455 763458 761087 0 -1 4194368 129824 0 0 0 1109 29 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763489] ppid=763455 vsize=19219152 memory=2212 CPUtime=11.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763489/stat : 763489 (fscip) R 763455 763458 761087 0 -1 4194368 201395 0 0 0 914 187 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763490] ppid=763455 vsize=19219152 memory=2212 CPUtime=11.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763490/stat : 763490 (fscip) R 763455 763458 761087 0 -1 4194368 118851 0 0 0 1108 31 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763491] ppid=763455 vsize=19219152 memory=25333125866717268 CPUtime=11.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763491/stat : 763491 (fscip) R 763455 763458 761087 0 -1 4194368 144013 0 0 0 1099 32 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763492] ppid=763455 vsize=19219152 memory=52948 CPUtime=10.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763492/stat : 763492 (fscip) R 763455 763458 761087 0 -1 4194368 221850 0 0 0 904 194 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763493] ppid=763455 vsize=19219152 memory=11822120823029796 CPUtime=11.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763493/stat : 763493 (fscip) R 763455 763458 761087 0 -1 4194368 116539 0 0 0 1115 27 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763494] ppid=763455 vsize=19219152 memory=0 CPUtime=11.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763494/stat : 763494 (fscip) R 763455 763458 761087 0 -1 4194368 146469 0 0 0 1105 32 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763495] ppid=763455 vsize=19219152 memory=25333125866717268 CPUtime=10.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763495/stat : 763495 (fscip) R 763455 763458 761087 0 -1 4194368 199252 0 0 0 901 194 0 0 20 0 41 0 124968153 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763496] ppid=763455 vsize=19219152 memory=10528 CPUtime=11.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763496/stat : 763496 (fscip) R 763455 763458 761087 0 -1 4194368 144806 0 0 0 1106 31 0 0 20 0 41 0 124968154 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763497] ppid=763455 vsize=19219152 memory=0 CPUtime=11.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763497/stat : 763497 (fscip) R 763455 763458 761087 0 -1 4194368 116711 0 0 0 1114 27 0 0 20 0 41 0 124968154 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763498] ppid=763455 vsize=19219152 memory=3666684 CPUtime=10.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763498/stat : 763498 (fscip) R 763455 763458 761087 0 -1 4194368 201735 0 0 0 906 191 0 0 20 0 41 0 124968154 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763499] ppid=763455 vsize=19219152 memory=7234874902910685801 CPUtime=11.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763499/stat : 763499 (fscip) R 763455 763458 761087 0 -1 4194368 146562 0 0 0 1105 32 0 0 20 0 41 0 124968154 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763500] ppid=763455 vsize=19219152 memory=0 CPUtime=11.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763500/stat : 763500 (fscip) R 763455 763458 761087 0 -1 4194368 116706 0 0 0 1112 26 0 0 20 0 41 0 124968154 19680411648 4380580 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0

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

/proc/763458/task/763495/stat : 763495 (fscip) R 763455 763458 761087 0 -1 4194368 4665739 0 0 0 340746 882 0 0 20 0 41 0 124968153 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763496] ppid=763455 vsize=114895252 memory=279479160595408 CPUtime=3528.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763496/stat : 763496 (fscip) R 763455 763458 761087 0 -1 4194368 5248023 0 0 0 351730 1152 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763497] ppid=763455 vsize=114895252 memory=25333125866717268 CPUtime=3535.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763497/stat : 763497 (fscip) R 763455 763458 761087 0 -1 4194368 4788458 0 0 0 352346 1235 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763498] ppid=763455 vsize=114895252 memory=11636 CPUtime=3346.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763498/stat : 763498 (fscip) R 763455 763458 761087 0 -1 4194368 5086872 0 0 0 333753 899 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763499] ppid=763455 vsize=114895252 memory=19016 CPUtime=3537.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763499/stat : 763499 (fscip) R 763455 763458 761087 0 -1 4194368 4874613 0 0 0 352512 1191 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763500] ppid=763455 vsize=114895252 memory=7764 CPUtime=3519.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763500/stat : 763500 (fscip) R 763455 763458 761087 0 -1 4194368 4026822 0 0 0 350791 1157 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763501] ppid=763455 vsize=114895252 memory=20492 CPUtime=3366.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763501/stat : 763501 (fscip) R 763455 763458 761087 0 -1 4194368 6007945 0 0 0 335691 946 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763502] ppid=763455 vsize=114895252 memory=25333125866717268 CPUtime=3513.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763502/stat : 763502 (fscip) R 763455 763458 761087 0 -1 4194368 4338346 0 0 0 350004 1341 0 0 20 0 41 0 124968154 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763523] ppid=763455 vsize=114895252 memory=91651680 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763523/stat : 763523 (fscip) S 763455 763458 761087 0 -1 1077936192 238 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763524] ppid=763455 vsize=114895252 memory=91417832 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763524/stat : 763524 (fscip) S 763455 763458 761087 0 -1 1077936192 247 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763525] ppid=763455 vsize=114895252 memory=78681452 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763525/stat : 763525 (fscip) S 763455 763458 761087 0 -1 1077936192 186 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763526] ppid=763455 vsize=114895252 memory=89070780 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763526/stat : 763526 (fscip) S 763455 763458 761087 0 -1 1077936192 309 0 0 0 3 0 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763527] ppid=763455 vsize=114895252 memory=11636 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763527/stat : 763527 (fscip) S 763455 763458 761087 0 -1 1077936192 250 0 0 0 2 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763528] ppid=763455 vsize=114895252 memory=39496 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763528/stat : 763528 (fscip) S 763455 763458 761087 0 -1 1077936192 231 0 0 0 1 2 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763529] ppid=763455 vsize=114895252 memory=10528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763529/stat : 763529 (fscip) S 763455 763458 761087 0 -1 1077936192 277 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763530] ppid=763455 vsize=114895252 memory=11636 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763530/stat : 763530 (fscip) S 763455 763458 761087 0 -1 1077936192 241 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763531] ppid=763455 vsize=114895252 memory=91600584 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763531/stat : 763531 (fscip) S 763455 763458 761087 0 -1 1077936192 267 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763532] ppid=763455 vsize=114895252 memory=11604 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763532/stat : 763532 (fscip) S 763455 763458 761087 0 -1 1077936192 290 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763533] ppid=763455 vsize=114895252 memory=90308616 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763533/stat : 763533 (fscip) S 763455 763458 761087 0 -1 1077936192 325 0 0 0 1 2 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763535] ppid=763455 vsize=114895252 memory=2768 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763535/stat : 763535 (fscip) S 763455 763458 761087 0 -1 1077936192 304 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763534] ppid=763455 vsize=114895252 memory=91379828 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763534/stat : 763534 (fscip) S 763455 763458 761087 0 -1 1077936192 300 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763536] ppid=763455 vsize=114895252 memory=91316500 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763536/stat : 763536 (fscip) S 763455 763458 761087 0 -1 1077936192 303 0 0 0 2 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763537] ppid=763455 vsize=114895252 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763537/stat : 763537 (fscip) S 763455 763458 761087 0 -1 1077936192 246 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763538] ppid=763455 vsize=114895252 memory=29273809900535888 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763538/stat : 763538 (fscip) S 763455 763458 761087 0 -1 1077936192 232 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763539] ppid=763455 vsize=114895252 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763539/stat : 763539 (fscip) S 763455 763458 761087 0 -1 1077936192 248 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763540] ppid=763455 vsize=114895252 memory=7306634452005448041 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763540/stat : 763540 (fscip) S 763455 763458 761087 0 -1 1077936192 246 0 0 0 1 1 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763541] ppid=763455 vsize=114895252 memory=19312 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763541/stat : 763541 (fscip) S 763455 763458 761087 0 -1 1077936192 310 0 0 0 1 2 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763542] ppid=763455 vsize=114895252 memory=28008 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763542/stat : 763542 (fscip) S 763455 763458 761087 0 -1 1077936192 276 0 0 0 1 2 0 0 20 0 41 0 124968847 117652738048 22924385 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
Current children cumulated CPU time: 68980 s
Current children cumulated vsize: 114895252 KiB
Current children cumulated memory: 91697540 KiB

[startup+3642.3 s]
/proc/loadavg: 55.79 74.45 77.50 30/919 766181
/proc/meminfo: memFree=530163132/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=94483384 memory=77016496 CPUtime=69493.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) S 763455 763458 761087 0 -1 1077936128 105313373 0 0 0 6925847 23463 0 0 20 0 11 0 124967428 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 23620846 19254124 3030 3035 0 23179909 0
[pid=763458/tid=763486] ppid=763455 vsize=94483384 memory=11636 CPUtime=3466.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763486/stat : 763486 (fscip) R 763455 763458 761087 0 -1 4194368 4791254 0 0 0 345672 933 0 0 20 0 11 0 124968153 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763493] ppid=763455 vsize=94483384 memory=11636 CPUtime=3593.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763493/stat : 763493 (fscip) R 763455 763458 761087 0 -1 4194368 4914039 0 0 0 358018 1332 0 0 20 0 11 0 124968153 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763494] ppid=763455 vsize=94483384 memory=279479159588816 CPUtime=3597.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763494/stat : 763494 (fscip) R 763455 763458 761087 0 -1 4194368 4452330 0 0 0 358617 1141 0 0 20 0 11 0 124968153 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763497] ppid=763455 vsize=94483384 memory=279479160451712 CPUtime=3551.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763497/stat : 763497 (fscip) S 763455 763458 761087 0 -1 1077936192 4803213 0 0 0 353899 1238 0 0 20 0 11 0 124968154 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763502] ppid=763455 vsize=94483384 memory=279479161264096 CPUtime=3573.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763502/stat : 763502 (fscip) R 763455 763458 761087 0 -1 4194368 4396940 0 0 0 355972 1348 0 0 20 0 11 0 124968154 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763526] ppid=763455 vsize=94483384 memory=77016496 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763526/stat : 763526 (fscip) S 763455 763458 761087 0 -1 1077936192 315 0 0 0 3 0 0 0 20 0 11 0 124968847 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763535] ppid=763455 vsize=94483384 memory=33108 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763535/stat : 763535 (fscip) S 763455 763458 761087 0 -1 1077936192 311 0 0 0 1 1 0 0 20 0 11 0 124968847 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763536] ppid=763455 vsize=94483384 memory=6720665450050699375 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763536/stat : 763536 (fscip) S 763455 763458 761087 0 -1 1077936192 313 0 0 0 2 1 0 0 20 0 11 0 124968847 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763537] ppid=763455 vsize=94483384 memory=1852 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763537/stat : 763537 (fscip) S 763455 763458 761087 0 -1 1077936192 253 0 0 0 1 1 0 0 20 0 11 0 124968847 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763541] ppid=763455 vsize=94483384 memory=11636 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763541/stat : 763541 (fscip) S 763455 763458 761087 0 -1 1077936192 314 0 0 0 1 2 0 0 20 0 11 0 124968847 96750985216 19254124 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
Current children cumulated CPU time: 69493.1 s
Current children cumulated vsize: 94483384 KiB
Current children cumulated memory: 77016496 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 39.27 66.71 74.67 28/915 766192
/proc/meminfo: memFree=533703028/790760804 swapFree=131071996/131071996
[pid=763458] ppid=763455 vsize=94483384 memory=77016504 CPUtime=69723.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/stat : 763458 (fscip) S 763455 763458 761087 0 -1 1077936128 105686483 0 0 0 6948825 23495 0 0 20 0 11 0 124967428 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
/proc/763458/statm: 23620846 19254126 3030 3035 0 23179909 0
[pid=763458/tid=763486] ppid=763455 vsize=94483384 memory=33108 CPUtime=3523.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763486/stat : 763486 (fscip) R 763455 763458 761087 0 -1 4194368 4874019 0 0 0 351418 939 0 0 20 0 11 0 124968153 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763493] ppid=763455 vsize=94483384 memory=2208 CPUtime=3651.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763493/stat : 763493 (fscip) R 763455 763458 761087 0 -1 4194368 4997841 0 0 0 363762 1341 0 0 20 0 11 0 124968153 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763494] ppid=763455 vsize=94483384 memory=-9175637179372053180 CPUtime=3655.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763494/stat : 763494 (fscip) R 763455 763458 761087 0 -1 4194368 4579074 0 0 0 364361 1150 0 0 20 0 11 0 124968153 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763497] ppid=763455 vsize=94483384 memory=13940 CPUtime=3551.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763497/stat : 763497 (fscip) S 763455 763458 761087 0 -1 1077936192 4803213 0 0 0 353899 1238 0 0 20 0 11 0 124968154 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763502] ppid=763455 vsize=94483384 memory=11604 CPUtime=3630.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763502/stat : 763502 (fscip) R 763455 763458 761087 0 -1 4194368 4476863 0 0 0 361717 1355 0 0 20 0 11 0 124968154 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763526] ppid=763455 vsize=94483384 memory=11916 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763526/stat : 763526 (fscip) S 763455 763458 761087 0 -1 1077936192 327 0 0 0 3 0 0 0 20 0 11 0 124968847 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763535] ppid=763455 vsize=94483384 memory=11604 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763535/stat : 763535 (fscip) S 763455 763458 761087 0 -1 1077936192 327 0 0 0 1 2 0 0 20 0 11 0 124968847 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763536] ppid=763455 vsize=94483384 memory=11596 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763536/stat : 763536 (fscip) S 763455 763458 761087 0 -1 1077936192 341 0 0 0 2 1 0 0 20 0 11 0 124968847 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763537] ppid=763455 vsize=94483384 memory=2768 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763537/stat : 763537 (fscip) S 763455 763458 761087 0 -1 1077936192 269 0 0 0 1 1 0 0 20 0 11 0 124968847 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
[pid=763458/tid=763541] ppid=763455 vsize=94483384 memory=11636 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/763458/task/763541/stat : 763541 (fscip) S 763455 763458 761087 0 -1 1077936192 330 0 0 0 1 2 0 0 20 0 11 0 124968847 96750985216 19254126 809668444160 4194304 16622685 140724420249504 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32968704 140724420252648 140724420252763 140724420252763 140724420259791 0
Current children cumulated CPU time: 69723.2 s
Current children cumulated vsize: 94483384 KiB
Current children cumulated memory: 77016504 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=69488.3 s, system=237.16 s

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

[startup+3700.8 s]
/proc/loadavg: 39.27 66.71 74.67 24/903 766192
/proc/meminfo: memFree=540960060/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 39.27 66.71 74.67 24/903 766192
/proc/meminfo: memFree=597059432/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 37.97 65.98 74.39 24/902 766238
/proc/meminfo: memFree=636622384/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3702.23
CPU time (s): 69725.4
CPU user time (s): 69488.3
CPU system time (s): 237.16
CPU usage (%): 1883.33
Max. virtual memory (cumulated for all children) (KiB): 116297768
Max. memory (cumulated for all children) (KiB): 92285312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69488.3
system time used= 237.16
maximum resident set size= 92285312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105688328
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= 5375006
involuntary context switches= 310761


# summary of solver processes directly reported to runsolver:
#   pid: 763458
#   total CPU time (s): 69725.4
#   total CPU user time (s): 69488.3
#   total CPU system time (s): 237.16

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9598 second user time and 84.876 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-13 23:17:27
IDJOB=4468938
IDBENCH=155441
IDSOLVER=3099
FILE ID=nodeD103/4468938-1723583847
RUNJOBID= nodeD103-1723580145-761099
SLURM_JOB_ID= 8267891
Free space on /tmp= 8586660 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-60.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-4468938-1723583847/watcher-4468938-1723583847 -o /tmp/evaluation-result-4468938-1723583847/solver-4468938-1723583847 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD103-1723580145-761099 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468938-1723583847.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 0cc29dda69c4373ab2687cf37dcdce8e
RANDOM SEED=477551466

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        673861432 kB
MemAvailable:   760828284 kB
Buffers:         1217092 kB
Cached:         88489748 kB
SwapCached:            0 kB
Active:         14494268 kB
Inactive:       97732680 kB
Active(anon):       2092 kB
Inactive(anon): 22556928 kB
Active(file):   14492176 kB
Inactive(file): 75175752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            118772 kB
Writeback:             0 kB
AnonPages:      22517992 kB
Mapped:           113724 kB
Shmem:             38920 kB
KReclaimable:    1437280 kB
Slab:            1980360 kB
SReclaimable:    1437280 kB
SUnreclaim:       543080 kB
KernelStack:       15424 kB
PageTables:        54944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    6351504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1091328 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5099520 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:      993280 kB
DirectMap2M:    192442368 kB
DirectMap1G:    612368384 kB

Free space on /tmp at the end= 8586580 MiB
End job on nodeD103 at 2024-08-14 00:19:09