Trace number 4467601

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 69113 3701.97

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
MD5SUM56678f8f787569ff6bace689e56ab709
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2000.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables180608
Total number of constraints3078
Number of constraints which are clauses1410
Number of constraints which are cardinality constraints (but not clauses)1410
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1411
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 495101
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1113385
Number of bits of the biggest sum of numbers21
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: 917abe4c5e]
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.52/0.59	c Default LC presolving (default).
0.52/0.59	c ** Before presolving: virtualMemUsedAtLc = 596866301, getVmSize() = 451620864, SCIPgetMemUsed() = 416164864, SCIPgetMemTotal() = 423740888, SCIPgetMemExternEstim() = 173125413
0.52/0.59	c ** set memory limit for presolving in LC to 8.79421e+12 for SCIP **
224.60/225.54	c ** Estimated virtualMemUsedAtSolver = 1091542850, getVmSize() = 1531482112, SCIPgetMemUsed() = 1102578622, SCIPgetMemTotal() = 1464188862, SCIPgetMemExternEstim() = 173125413
224.60/225.54	c ** set memory limit for solvers to 4.18518e+11 for each SCIP **
224.60/225.54	c Original Problem   :
224.60/225.54	c   Problem name     : instance-4467601-1723649371
224.60/225.54	c   Variables        : 180608 (180608 binary, 0 integer, 0 implicit integer, 0 continuous)
224.60/225.54	c   Constraints      : 3078
224.60/225.54	c   Objective sense  : minimize
224.60/225.54	c Presolved Problem  :
224.60/225.54	c   Variables        : 179969 (179969 binary, 0 integer, 0 implicit integer, 0 continuous)
224.60/225.54	c   Constraints      : 1667
224.60/225.54	c Constraints        : Number
224.60/225.54	c   knapsack         : 256 
224.60/225.54	c   setppc           : 1411 
224.60/225.54	c ** Instance transfer method used: 0
224.90/225.82	c ** ParaScipInstance copy does not increase the number of variables. **
229.47/230.28	c LC is working with racing ramp-up and with rebuilding tree after racing.
229.47/230.28	c                                Nodes    Active                                            
229.47/230.28	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
9893.00/717.78	c       718              2           1        20                -         127.0000          -
10093.46/727.83	c       728              5           4        20                -         127.0000          -
10252.31/735.86	c       736              6           5        20                -         127.0000          -
10427.00/744.63	c       745             11          10        20                -         127.0000          -
10671.16/756.98	c       757             11          12        20                -         127.0000          -
12378.25/842.91	c       843             11          12        20                -         127.0000          -
12503.30/849.25	c       849             11          12        20                -         127.0000          -
12628.29/855.60	c       856             11          12        20                -         127.0000          -
12753.35/861.81	c       862             12          11        20                -         127.0000          -
12874.31/868.02	c       868             14          13        20                -         127.0000          -
12999.11/874.24	c       874             15          14        20                -         127.0000          -
13122.17/880.46	c       880             18          17        20                -         127.0000          -
13247.32/886.71	c       887             18          17        20                -         127.0000          -
13370.44/892.92	c       893             18          17        20                -         127.0000          -
13494.42/899.16	c       899             18          17        20                -         127.0000          -
13616.60/905.35	c       905             18          17        20                -         127.0000          -
13737.78/911.45	c       911            422         421        20                -         127.0000          -
13858.96/917.58	c       918             21          20        20                -         127.0000          -
13982.11/923.74	c       924             21          22        20                -         127.0000          -
14091.37/929.26	c       929            542         541        20                -         127.0000          -
14190.52/934.28	c       934            582         581        20                -         127.0000          -
14303.72/939.91	c       940            622         621        20                -         127.0000          -
14405.51/945.12	c       945             28          27        20                -         127.0000          -
14520.09/950.87	c       951             31          30        20                -         127.0000          -
14644.09/957.11	c       957             31          30        20                -         127.0000          -
14763.02/963.11	c       963             31          30        20                -         127.0000          -
14905.20/970.21	c       970             31          30        20                -         127.0000          -
15032.26/976.67	c       977             31          30        20                -         127.0000          -
15160.10/983.09	c       983             31          30        20                -         127.0000          -
15288.53/989.53	c       990             31          30        20                -         127.0000          -
15415.50/996.03	c       996              8           7        20                -         127.0000          -
15544.60/1002.44	c      1002              2           1        20                -         127.0000          -
15671.75/1008.89	c      1009             10           9        20                -         127.0000          -
15792.91/1014.91	c      1015             37          36        20                -         127.0000          -
15892.25/1019.98	c      1020             11          12        20                -         127.0000          -
15991.56/1025.01	c      1025             11          12        20                -         127.0000          -
16104.75/1030.64	c      1031             11          12        20                -         127.0000          -
16203.99/1035.68	c      1036             11          12        20                -         127.0000          -
16311.89/1041.07	c      1041             11          12        20                -         127.0000          -
16436.05/1047.33	c      1047             11          12        20                -         127.0000          -
16558.95/1053.59	c      1054             11          12        20                -         127.0000          -
16686.04/1059.90	c      1060             11          12        20                -         127.0000          -
16811.10/1066.20	c      1066             11          12        20                -         127.0000          -
16910.18/1071.28	c      1071             11          12        20                -         127.0000          -
17021.39/1076.86	c      1077             11          12        20                -         127.0000          -
17120.68/1081.89	c      1082             11          12        20                -         127.0000          -
17229.65/1087.38	c      1087             11          12        20                -         127.0000          -
17348.71/1093.35	c      1093             11          12        20                -         127.0000          -
17477.81/1099.80	c      1100             11          12        20                -         127.0000          -
17583.79/1105.18	c      1105             11          12        20                -         127.0000          -
17684.32/1110.23	c      1110             11          12        20                -         127.0000          -
17791.29/1115.63	c      1116             11          12        20                -         127.0000          -
17904.40/1121.31	c      1121             52          51        20                -         127.0000          -
18003.69/1126.38	c      1126             52          51        20                -         127.0000          -
18117.67/1132.13	c      1132             21          20        20                -         127.0000          -
18234.03/1137.96	c      1138             21          20        20                -         127.0000          -
18357.61/1144.14	c      1144             21          20        20                -         127.0000          -
18487.92/1150.73	c      1151             21          20        20                -         127.0000          -
18589.17/1155.83	c      1156             21          20        20                -         127.0000          -
18702.34/1161.51	c      1162             52          53        20                -         127.0000          -
18823.48/1167.67	c      1168             21          20        20                -         127.0000          -
18926.62/1172.86	c      1173             21          20        20                -         127.0000          -
19055.60/1179.30	c      1179             21          20        20                -         127.0000          -
19162.84/1184.79	c      1185             21          20        20                -         127.0000          -
19268.78/1190.07	c      1190             21          20        20                -         127.0000          -
19381.20/1195.75	c      1196             21          20        20                -         127.0000          -
19496.22/1201.52	c      1202             62          61        20                -         127.0000          -
19601.43/1206.82	c      1207             11          10        20                -         127.0000          -
19707.33/1212.18	c      1212             11          10        20                -         127.0000          -
19813.65/1217.52	c      1218             11          10        20                -         127.0000          -
19920.66/1222.92	c      1223             21          22        20                -         127.0000          -
20019.96/1228.01	c      1228             67          66        20                -         127.0000          -
20158.82/1234.96	c      1235              2           1        20                -         127.0000          -
20266.04/1240.32	c      1240             68          67        20                -         127.0000          -
20369.29/1245.58	c      1246             68          67        20                -         127.0000          -
20488.43/1251.50	c      1252             68          67        20                -         127.0000          -
20595.68/1256.99	c      1257             68          67        20                -         127.0000          -
20694.97/1262.03	c      1262             68          67        20                -         127.0000          -
20796.84/1267.06	c      1267             68          67        20                -         127.0000          -
20907.37/1272.64	c      1273             68          67        20                -         127.0000          -
21035.36/1279.13	c      1279             11          10        20                -         127.0000          -
21149.64/1284.85	c      1285             11          10        20                -         127.0000          -
21306.38/1292.74	c      1293             74          73        20                -         127.0000          -
21479.15/1301.50	c      1302             74          73        20                -         127.0000          -
21643.86/1309.79	c      1310             74          73        20                -         127.0000          -
21749.75/1315.10	c      1315             12          11        20                -         127.0000          -
21856.24/1320.41	c      1320             12          11        20                -         127.0000          -
21959.49/1325.62	c      1326             12          11        20                -         127.0000          -
22098.40/1332.64	c      1333             12          11        20                -         127.0000          -
22199.69/1337.80	c      1338             41          40        20                -         127.0000          -
22446.65/1350.17	c      1350             41          40        20                -         127.0000          -
22563.67/1356.04	c      1356             41          40        20                -         127.0000          -
22664.85/1361.15	c      1361             41          40        20                -         127.0000          -
22769.40/1366.40	c      1366             41          40        20                -         127.0000          -
22868.68/1371.44	c      1371             12          11        20                -         127.0000          -
22985.79/1377.36	c      1377             15          14        20                -         127.0000          -
23095.00/1382.87	c      1383             15          14        20                -         127.0000          -
23247.85/1390.50	c      1390             21          18        20                -         127.0000          -
23384.66/1397.49	c      1397             10           9        20                -         127.0000          -
23499.72/1403.26	c      1403             15          14        20                -         127.0000          -
23610.91/1408.88	c      1409             15          14        20                -         127.0000          -
23729.85/1414.88	c      1415             15          14        20                -         127.0000          -
23831.12/1420.03	c      1420             15          14        20                -         127.0000          -
24037.54/1430.35	c      1430             15          14        20                -         127.0000          -
24138.55/1435.40	c      1435             21          20        20                -         127.0000          -
24290.03/1443.06	c      1443             21          20        20                -         127.0000          -
24424.23/1449.86	c      1450             16          15        20                -         127.0000          -
24559.25/1456.67	c      1457             16          15        20                -         127.0000          -
24682.55/1462.85	c      1463             16          15        20                -         127.0000          -
24786.37/1468.11	c      1468             16          15        20                -         127.0000          -
24887.41/1473.13	c      1473             16          15        20                -         127.0000          -
24993.95/1478.52	c      1479             28          27        20                -         127.0000          -
25097.04/1483.78	c      1484             28          27        20                -         127.0000          -
25205.01/1489.17	c      1489             28          27        20                -         127.0000          -
25331.33/1495.52	c      1496             28          27        20                -         127.0000          -
25443.15/1501.18	c      1501             28          27        20                -         127.0000          -
25560.23/1507.10	c      1507             19          18        20                -         127.0000          -
25670.74/1512.62	c      1513             19          18        20                -         127.0000          -
25811.73/1519.70	c      1520             19          18        20                -         127.0000          -
25919.65/1525.16	c      1525             19          18        20                -         127.0000          -
26023.82/1530.40	c      1530             72          71        20                -         127.0000          -
26135.73/1536.10	c      1536             72          71        20                -         127.0000          -
26238.17/1541.23	c      1541             72          71        20                -         127.0000          -
26349.30/1546.83	c      1547             72          71        20                -         127.0000          -
26464.28/1552.65	c      1553             28          29        20                -         127.0000          -
26575.53/1558.25	c      1558             28          29        20                -         127.0000          -
26676.69/1563.30	c      1563             28          29        20                -         127.0000          -
26787.87/1568.95	c      1569             28          29        20                -         127.0000          -
26889.95/1574.07	c      1574             28          29        20                -         127.0000          -
26991.16/1579.16	c      1579             28          29        20                -         127.0000          -
27101.42/1584.72	c      1585             28          29        20                -         127.0000          -
27207.27/1590.10	c      1590             28          29        20                -         127.0000          -
27321.80/1595.81	c      1596             28          29        20                -         127.0000          -
27430.94/1601.39	c      1601             28          29        20                -         127.0000          -
27556.05/1607.61	c      1608             28          29        20                -         127.0000          -
27655.33/1612.69	c      1613             28          29        20                -         127.0000          -
27756.61/1617.76	c      1618             28          29        20                -         127.0000          -
27873.74/1623.63	c      1624             28          29        20                -         127.0000          -
27973.02/1628.64	c      1629             28          29        20                -         127.0000          -
28078.13/1633.91	c      1634             28          29        20                -         127.0000          -
28180.04/1639.13	c      1639             28          29        20                -         127.0000          -
28288.54/1644.54	c      1645             28          29        20                -         127.0000          -
28391.70/1649.76	c      1650             28          29        20                -         127.0000          -
28492.93/1654.84	c      1655             24          23        20                -         127.0000          -
28619.95/1661.23	c      1661             24          23        20                -         127.0000          -
28751.01/1667.89	c      1668             24          23        20                -         127.0000          -
28858.20/1673.25	c      1673             24          23        20                -         127.0000          -
28976.19/1679.16	c      1679             24          23        20                -         127.0000          -
29106.36/1685.71	c      1686             63          60        20                -         127.0000          -
29219.48/1691.49	c      1691             63          60        20                -         127.0000          -
29322.75/1696.60	c      1697             63          60        20                -         127.0000          -
29428.00/1701.91	c      1702             38          39        20                -         127.0000          -
29529.94/1707.10	c      1707             25          24        20                -         127.0000          -
29634.25/1712.35	c      1712             25          24        20                -         127.0000          -
29735.52/1717.47	c      1717             65          60        20                -         127.0000          -
29840.78/1722.74	c      1723             65          60        20                -         127.0000          -
29973.86/1729.41	c      1729             64          59        20                -         127.0000          -
30075.16/1734.58	c      1735             47          46        20                -         127.0000          -
30180.44/1739.86	c      1740             47          46        20                -         127.0000          -
30293.66/1745.58	c      1746             47          46        20                -         127.0000          -
30403.63/1751.11	c      1751             47          46        20                -         127.0000          -
30506.17/1756.21	c      1756             47          46        20                -         127.0000          -
30622.10/1762.06	c      1762             26          25        20                -         127.0000          -
30730.66/1767.50	c      1768             26          25        20                -         127.0000          -
30834.01/1772.73	c      1773             26          25        20                -         127.0000          -
30939.90/1778.04	c      1778             26          25        20                -         127.0000          -
31052.51/1783.75	c      1784             26          25        20                -         127.0000          -
31151.85/1788.78	c      1789             26          25        20                -         127.0000          -
31263.09/1794.30	c      1794             57          58        20                -         127.0000          -
31364.41/1799.49	c      1799             57          58        20                -         127.0000          -
31485.50/1805.58	c      1806            126         123        20                -         127.0000          -
31604.62/1811.53	c      1812            126         123        20                -         127.0000          -
31709.86/1816.83	c      1817            126         123        20                -         127.0000          -
31809.16/1821.85	c      1822            126         123        20                -         127.0000          -
31910.43/1827.03	c      1827            126         123        20                -         127.0000          -
32034.26/1833.17	c      1833            126         123        20                -         127.0000          -
32144.75/1838.80	c      1839            126         123        20                -         127.0000          -
32247.96/1843.98	c      1844            126         123        20                -         127.0000          -
32349.87/1849.10	c      1849            126         123        20                -         127.0000          -
32451.20/1854.19	c      1854            126         123        20                -         127.0000          -
32551.76/1859.25	c      1859             67          66        20                -         127.0000          -
32655.06/1864.41	c      1864             67          66        20                -         127.0000          -
32754.38/1869.47	c      1869             67          68        20                -         127.0000          -
32857.69/1874.63	c      1875             67          68        20                -         127.0000          -
32965.64/1880.06	c      1880             67          68        20                -         127.0000          -
33068.26/1885.25	c      1885            107         100        20                -         127.0000          -
33173.47/1890.55	c      1891            107         100        20                -         127.0000          -
33278.72/1895.82	c      1896            107         100        20                -         127.0000          -
33389.93/1901.44	c      1901            107         100        20                -         127.0000          -
33491.18/1906.55	c      1907            107         100        20                -         127.0000          -
33596.46/1911.87	c      1912            107         100        20                -         127.0000          -
33711.63/1917.63	c      1918            107         100        20                -         127.0000          -
33810.94/1922.65	c      1923            107         100        20                -         127.0000          -
33912.23/1927.72	c      1928            107         100        20                -         127.0000          -
34011.51/1932.79	c      1933             96          91        20                -         127.0000          -
34112.82/1937.82	c      1938             96          91        20                -         127.0000          -
34218.78/1943.15	c      1943            108         101        20                -         127.0000          -
34318.11/1948.17	c      1948             38          37        20                -         127.0000          -
34426.58/1953.61	c      1954             38          37        20                -         127.0000          -
34537.77/1959.27	c      1959             38          37        20                -         127.0000          -
34644.96/1964.63	c      1965             38          37        20                -         127.0000          -
34756.12/1970.24	c      1970             38          37        20                -         127.0000          -
34859.40/1975.44	c      1975             88          87        20                -         127.0000          -
34962.70/1980.61	c      1981             88          87        20                -         127.0000          -
35066.00/1985.85	c      1986             88          87        20                -         127.0000          -
35172.05/1991.16	c      1991             88          87        20                -         127.0000          -
35292.39/1997.20	c      1997             88          87        20                -         127.0000          -
35393.63/2002.37	c      2002             88          87        20                -         127.0000          -
35514.80/2008.49	c      2008             88          87        20                -         127.0000          -
35622.06/2013.84	c      2014             88          87        20                -         127.0000          -
35723.32/2019.02	c      2019             88          87        20                -         127.0000          -
35852.38/2025.40	c      2025             88          87        20                -         127.0000          -
35951.68/2030.48	c      2030             88          87        20                -         127.0000          -
36052.97/2035.57	c      2036             88          87        20                -         127.0000          -
36158.26/2040.80	c      2041             88          87        20                -         127.0000          -
36264.11/2046.15	c      2046             88          87        20                -         127.0000          -
36364.79/2051.23	c      2051             88          87        20                -         127.0000          -
36470.07/2056.50	c      2056             88          87        20                -         127.0000          -
36573.34/2061.74	c      2062             42          41        20                -         127.0000          -
36682.56/2067.24	c      2067             42          41        20                -         127.0000          -
36785.84/2072.42	c      2072             42          41        20                -         127.0000          -
36901.04/2078.22	c      2078             42          41        20                -         127.0000          -
37004.32/2083.40	c      2083             42          41        20                -         127.0000          -
37113.54/2088.94	c      2089             42          41        20                -         127.0000          -
37217.48/2094.19	c      2094             42          41        20                -         127.0000          -
37325.98/2099.61	c      2100             42          41        20                -         127.0000          -
37425.24/2104.63	c      2105             42          41        20                -         127.0000          -
37528.54/2109.84	c      2110             42          41        20                -         127.0000          -
37627.84/2114.88	c      2115             42          41        20                -         127.0000          -
37729.12/2120.01	c      2120             42          41        20                -         127.0000          -
37850.91/2126.10	c      2126             42          41        20                -         127.0000          -
37961.43/2131.69	c      2132             42          41        20                -         127.0000          -
38064.70/2136.83	c      2137             42          41        20                -         127.0000          -
38165.98/2141.95	c      2142             42          41        20                -         127.0000          -
38265.24/2146.96	c      2147             42          41        20                -         127.0000          -
38378.38/2152.68	c      2153             42          41        20                -         127.0000          -
38483.63/2157.94	c      2158             42          41        20                -         127.0000          -
38588.83/2163.27	c      2163             42          41        20                -         127.0000          -
38704.58/2169.05	c      2169             42          41        20                -         127.0000          -
38807.19/2174.23	c      2174             42          41        20                -         127.0000          -
38910.41/2179.42	c      2179             42          41        20                -         127.0000          -
39013.67/2184.63	c      2185             42          41        20                -         127.0000          -
39132.78/2190.69	c      2191             42          41        20                -         127.0000          -
39236.05/2195.82	c      2196             42          41        20                -         127.0000          -
39337.35/2201.01	c      2201             42          41        20                -         127.0000          -
39448.51/2206.52	c      2207             42          41        20                -         127.0000          -
39549.83/2211.61	c      2212             42          41        20                -         127.0000          -
39667.01/2217.55	c      2218             42          41        20                -         127.0000          -
39768.31/2222.61	c      2223             42          41        20                -         127.0000          -
39873.58/2227.98	c      2228             42          41        20                -         127.0000          -
39978.81/2233.26	c      2233             42          41        20                -         127.0000          -
40084.08/2238.58	c      2239             42          41        20                -         127.0000          -
40187.32/2243.76	c      2244             42          41        20                -         127.0000          -
40288.63/2248.84	c      2249             42          41        20                -         127.0000          -
40389.94/2253.92	c      2254             42          41        20                -         127.0000          -
40491.87/2259.07	c      2259             42          41        20                -         127.0000          -
40594.49/2264.20	c      2264             42          41        20                -         127.0000          -
40693.84/2269.21	c      2269             42          41        20                -         127.0000          -
40806.99/2274.97	c      2275             42          41        20                -         127.0000          -
40912.22/2280.27	c      2280             42          41        20                -         127.0000          -
41017.45/2285.52	c      2286             42          41        20                -         127.0000          -
41120.72/2290.72	c      2291             42          41        20                -         127.0000          -
41220.03/2295.73	c      2296             42          41        20                -         127.0000          -
41328.08/2301.14	c      2301             42          41        20                -         127.0000          -
41428.57/2306.25	c      2306             42          41        20                -         127.0000          -
41529.87/2311.32	c      2311            189         182        20                -         127.0000          -
41631.16/2316.48	c      2316            231         228        20                -         127.0000          -
41738.44/2321.89	c      2322            231         228        20                -         127.0000          -
41842.28/2327.04	c      2327            231         228        20                -         127.0000          -
41946.98/2332.30	c      2332            231         228        20                -         127.0000          -
42050.27/2337.57	c      2338            231         228        20                -         127.0000          -
42157.51/2342.96	c      2343            231         228        20                -         127.0000          -
42259.50/2348.07	c      2348            231         228        20                -         127.0000          -
42362.05/2353.22	c      2353            231         228        20                -         127.0000          -
42463.32/2358.34	c      2358            231         228        20                -         127.0000          -
42562.65/2363.35	c      2363            231         228        20                -         127.0000          -
42665.93/2368.50	c      2368            231         228        20                -         127.0000          -
42769.22/2373.79	c      2374            231         228        20                -         127.0000          -
42870.51/2378.89	c      2379            164         163        20                -         127.0000          -
42974.34/2384.11	c      2384            164         163        20                -         127.0000          -
43076.98/2389.20	c      2389            164         163        20                -         127.0000          -
43190.13/2395.02	c      2395            164         163        20                -         127.0000          -
43299.32/2400.45	c      2400            164         163        20                -         127.0000          -
43400.61/2405.52	c      2406            164         163        20                -         127.0000          -
43503.90/2410.74	c      2411            164         163        20                -         127.0000          -
43609.90/2416.10	c      2416            164         163        20                -         127.0000          -
43712.47/2421.25	c      2421            164         163        20                -         127.0000          -
43811.74/2426.25	c      2426             66          65        20                -         127.0000          -
43913.08/2431.34	c      2431            178         171        20                -         127.0000          -
44012.43/2436.37	c      2436            178         171        20                -         127.0000          -
44113.76/2441.49	c      2441             67          66        20                -         127.0000          -
44221.02/2446.85	c      2447             67          66        20                -         127.0000          -
44334.22/2452.52	c      2453             67          66        20                -         127.0000          -
44437.53/2457.70	c      2458             67          66        20                -         127.0000          -
44538.83/2462.86	c      2463             67          66        20                -         127.0000          -
44642.74/2468.06	c      2468             67          66        20                -         127.0000          -
44745.34/2473.26	c      2473             67          66        20                -         127.0000          -
44846.64/2478.35	c      2478             67          66        20                -         127.0000          -
44947.95/2483.43	c      2483             67          66        20                -         127.0000          -
45049.22/2488.55	c      2489             67          66        20                -         127.0000          -
45148.52/2493.58	c      2494             67          66        20                -         127.0000          -
45251.80/2498.76	c      2499             67          66        20                -         127.0000          -
45355.06/2503.94	c      2504             67          66        20                -         127.0000          -
45454.33/2508.98	c      2509             67          66        20                -         127.0000          -
45556.29/2514.06	c      2514            271         268        20                -         127.0000          -
45662.92/2519.43	c      2519            271         268        20                -         127.0000          -
45764.21/2524.55	c      2525            271         268        20                -         127.0000          -
45871.47/2530.03	c      2530            193         186        20                -         127.0000          -
45978.70/2535.30	c      2535            193         186        20                -         127.0000          -
46099.79/2541.46	c      2541            193         186        20                -         127.0000          -
46205.02/2546.75	c      2547            193         186        20                -         127.0000          -
46308.25/2551.99	c      2552            193         186        20                -         127.0000          -
46410.08/2557.05	c      2557            193         186        20                -         127.0000          -
46518.66/2562.55	c      2563            193         186        20                -         127.0000          -
46623.95/2567.83	c      2568            193         186        20                -         127.0000          -
46725.02/2573.03	c      2573            193         186        20                -         127.0000          -
46827.01/2578.07	c      2578            193         186        20                -         127.0000          -
46926.07/2583.12	c      2583            231         224        20                -         127.0000          -
47032.72/2588.43	c      2588            231         224        20                -         127.0000          -
47135.98/2593.62	c      2594            231         224        20                -         127.0000          -
47237.25/2598.73	c      2599            231         224        20                -         127.0000          -
47346.47/2604.28	c      2604            231         224        20                -         127.0000          -
47447.75/2609.32	c      2609            231         224        20                -         127.0000          -
47547.06/2614.38	c      2614            231         224        20                -         127.0000          -
47656.27/2619.85	c      2620            231         224        20                -         127.0000          -
47763.48/2625.24	c      2625             74          73        20                -         127.0000          -
47868.72/2630.57	c      2631             74          73        20                -         127.0000          -
47983.88/2636.35	c      2636             74          73        20                -         127.0000          -
48091.11/2641.73	c      2642             74          73        20                -         127.0000          -
48192.37/2646.81	c      2647             74          73        20                -         127.0000          -
48293.64/2651.91	c      2652             74          73        20                -         127.0000          -
48392.90/2656.96	c      2657             74          73        20                -         127.0000          -
48494.87/2662.13	c      2662             74          73        20                -         127.0000          -
48601.42/2667.42	c      2667            211         204        20                -         127.0000          -
48704.66/2672.61	c      2673            211         204        20                -         127.0000          -
48803.98/2677.66	c      2678            239         238        20                -         127.0000          -
48909.25/2682.90	c      2683            212         205        20                -         127.0000          -
49014.46/2688.20	c      2688             78          77        20                -         127.0000          -
49113.79/2693.26	c      2693             78          77        20                -         127.0000          -
49214.95/2698.31	c      2698             78          77        20                -         127.0000          -
49320.22/2703.69	c      2704            311         308        20                -         127.0000          -
49421.52/2708.78	c      2709            311         308        20                -         127.0000          -
49522.81/2713.86	c      2714            311         308        20                -         127.0000          -
49624.12/2718.96	c      2719            223         216        20                -         127.0000          -
49723.43/2723.99	c      2724            225         218        20                -         127.0000          -
49822.71/2729.00	c      2729            225         218        20                -         127.0000          -
49933.89/2734.57	c      2735            225         218        20                -         127.0000          -
50039.15/2739.86	c      2740            225         218        20                -         127.0000          -
50143.14/2745.12	c      2745            225         218        20                -         127.0000          -
50245.63/2750.27	c      2750            225         218        20                -         127.0000          -
50350.88/2755.58	c      2756             88          87        20                -         127.0000          -
50450.23/2760.59	c      2761            279         278        20                -         127.0000          -
50553.53/2765.75	c      2766            281         280        20                -         127.0000          -
50666.76/2771.42	c      2771            230         223        20                -         127.0000          -
50770.04/2776.69	c      2777            283         282        20                -         127.0000          -
50875.31/2781.92	c      2782            327         324        20                -         127.0000          -
50982.52/2787.35	c      2787            327         324        20                -         127.0000          -
51083.81/2792.48	c      2792            234         227        20                -         127.0000          -
51185.09/2797.53	c      2798            234         227        20                -         127.0000          -
51284.39/2802.55	c      2803            234         227        20                -         127.0000          -
51383.74/2807.57	c      2808            234         227        20                -         127.0000          -
51495.60/2813.13	c      2813            331         328        20                -         127.0000          -
51602.20/2818.58	c      2819            272         265        20                -         127.0000          -
51703.51/2823.65	c      2824            272         265        20                -         127.0000          -
51804.75/2828.74	c      2829            272         265        20                -         127.0000          -
51904.04/2833.75	c      2834            238         231        20                -         127.0000          -
52013.24/2839.23	c      2839            303         302        20                -         127.0000          -
52118.51/2844.51	c      2845            239         232        20                -         127.0000          -
52219.81/2849.62	c      2850            276         269        20                -         127.0000          -
52325.10/2854.92	c      2855            277         270        20                -         127.0000          -
52424.45/2859.99	c      2860            242         235        20                -         127.0000          -
52528.54/2865.14	c      2865            243         236        20                -         127.0000          -
52627.75/2870.17	c      2870            280         273        20                -         127.0000          -
52734.29/2875.51	c      2876            351         348        20                -         127.0000          -
52839.54/2880.85	c      2881            351         348        20                -         127.0000          -
52943.45/2886.11	c      2886            244         237        20                -         127.0000          -
53048.06/2891.34	c      2891            244         237        20                -         127.0000          -
53149.37/2896.47	c      2896            352         349        20                -         127.0000          -
53252.64/2901.61	c      2902            352         349        20                -         127.0000          -
53357.90/2906.90	c      2907            352         349        20                -         127.0000          -
53457.19/2912.02	c      2912            352         349        20                -         127.0000          -
53562.50/2917.22	c      2917            289         282        20                -         127.0000          -
53665.77/2922.44	c      2922            170         167        20                -         127.0000          -
53767.09/2927.56	c      2928            330         329        20                -         127.0000          -
53868.36/2932.64	c      2933            292         285        20                -         127.0000          -
53969.67/2937.70	c      2938            177         174        20                -         127.0000          -
54072.96/2943.03	c      2943            254         247        20                -         127.0000          -
54178.23/2948.24	c      2948            361         358        20                -         127.0000          -
54277.59/2953.26	c      2953            294         287        20                -         127.0000          -
54378.90/2958.39	c      2958            257         250        20                -         127.0000          -
54486.17/2963.70	c      2964            257         250        20                -         127.0000          -
54597.42/2969.30	c      2969            257         250        20                -         127.0000          -
54706.67/2974.83	c      2975            257         250        20                -         127.0000          -
54813.93/2980.28	c      2980            257         250        20                -         127.0000          -
54921.18/2985.67	c      2986            257         250        20                -         127.0000          -
55022.44/2990.72	c      2991            257         250        20                -         127.0000          -
55128.48/2996.04	c      2996            257         250        20                -         127.0000          -
55233.00/3001.32	c      3001            257         250        20                -         127.0000          -
55342.28/3006.84	c      3007            257         250        20                -         127.0000          -
55449.53/3012.20	c      3012            257         250        20                -         127.0000          -
55548.88/3017.21	c      3017            257         250        20                -         127.0000          -
55670.06/3023.30	c      3023            257         250        20                -         127.0000          -
55775.35/3028.65	c      3029            257         250        20                -         127.0000          -
55876.66/3033.73	c      3034            257         250        20                -         127.0000          -
55985.90/3039.29	c      3039            257         250        20                -         127.0000          -
56087.18/3044.35	c      3044            257         250        20                -         127.0000          -
56190.47/3049.51	c      3050            257         250        20                -         127.0000          -
56289.72/3054.54	c      3055            257         250        20                -         127.0000          -
56389.04/3059.58	c      3060            357         356        20                -         127.0000          -
56492.32/3064.75	c      3065            388         385        20                -         127.0000          -
56593.62/3069.86	c      3070            388         385        20                -         127.0000          -
56694.92/3074.99	c      3075            388         385        20                -         127.0000          -
56794.23/3080.01	c      3080            363         362        20                -         127.0000          -
56896.21/3085.05	c      3085            324         317        20                -         127.0000          -
56995.56/3090.13	c      3090            391         388        20                -         127.0000          -
57100.17/3095.33	c      3095            391         388        20                -         127.0000          -
57207.43/3100.71	c      3101            391         388        20                -         127.0000          -
57308.73/3105.80	c      3106            391         388        20                -         127.0000          -
57412.58/3111.09	c      3111            391         388        20                -         127.0000          -
57517.22/3116.35	c      3116            391         388        20                -         127.0000          -
57618.51/3121.43	c      3121            391         388        20                -         127.0000          -
57721.78/3126.63	c      3127            391         388        20                -         127.0000          -
57825.07/3131.84	c      3132            391         388        20                -         127.0000          -
57940.27/3137.65	c      3138            391         388        20                -         127.0000          -
58045.56/3142.95	c      3143            391         388        20                -         127.0000          -
58156.79/3148.59	c      3149            391         388        20                -         127.0000          -
58260.11/3153.77	c      3154            391         388        20                -         127.0000          -
58363.44/3158.91	c      3159            391         388        20                -         127.0000          -
58476.83/3164.61	c      3165            391         388        20                -         127.0000          -
58579.94/3169.81	c      3170            391         388        20                -         127.0000          -
58683.84/3175.09	c      3175            391         388        20                -         127.0000          -
58800.35/3180.92	c      3181            391         388        20                -         127.0000          -
58902.26/3186.09	c      3186            391         388        20                -         127.0000          -
59003.52/3191.18	c      3191            391         388        20                -         127.0000          -
59108.15/3196.42	c      3196            391         388        20                -         127.0000          -
59207.47/3201.47	c      3201            391         388        20                -         127.0000          -
59312.72/3206.74	c      3207            391         388        20                -         127.0000          -
59415.98/3211.97	c      3212            391         388        20                -         127.0000          -
59517.98/3217.11	c      3217            391         388        20                -         127.0000          -
59622.51/3222.31	c      3222            391         388        20                -         127.0000          -
59725.83/3227.54	c      3228            391         388        20                -         127.0000          -
59831.09/3232.84	c      3233            391         388        20                -         127.0000          -
59946.26/3238.67	c      3239            391         388        20                -         127.0000          -
60045.54/3243.68	c      3244            391         388        20                -         127.0000          -
60146.85/3248.76	c      3249            391         388        20                -         127.0000          -
60250.07/3253.99	c      3254            391         388        20                -         127.0000          -
60361.31/3259.56	c      3260            391         388        20                -         127.0000          -
60464.60/3264.78	c      3265            289         282        20                -         127.0000          -
60567.87/3269.95	c      3270            289         282        20                -         127.0000          -
60671.74/3275.17	c      3275            289         282        20                -         127.0000          -
60772.40/3280.29	c      3280            289         282        20                -         127.0000          -
60875.69/3285.47	c      3285            289         282        20                -         127.0000          -
60976.97/3290.54	c      3291            289         282        20                -         127.0000          -
61076.22/3295.57	c      3296            289         282        20                -         127.0000          -
61177.45/3300.60	c      3301            289         282        20                -         127.0000          -
61278.73/3305.77	c      3306            289         282        20                -         127.0000          -
61380.02/3310.82	c      3311            389         386        20                -         127.0000          -
61483.91/3316.06	c      3316            389         386        20                -         127.0000          -
61598.54/3321.86	c      3322            389         386        20                -         127.0000          -
61699.80/3327.00	c      3327            389         386        20                -         127.0000          -
61801.77/3332.05	c      3332            389         386        20                -         127.0000          -
61902.93/3337.17	c      3337            389         386        20                -         127.0000          -
62007.60/3342.43	c      3342            389         386        20                -         127.0000          -
62112.84/3347.72	c      3348            389         386        20                -         127.0000          -
62214.11/3352.86	c      3353            389         386        20                -         127.0000          -
62315.32/3357.96	c      3358            389         386        20                -         127.0000          -
62424.50/3363.41	c      3363            389         386        20                -         127.0000          -
62523.79/3368.45	c      3368            389         386        20                -         127.0000          -
62625.09/3373.52	c      3374            390         387        20                -         127.0000          -
62726.38/3378.68	c      3379            338         331        20                -         127.0000          -
62827.67/3383.78	c      3384            417         414        20                -         127.0000          -
62928.98/3388.87	c      3389            339         332        20                -         127.0000          -
63028.32/3393.88	c      3394            339         332        20                -         127.0000          -
63132.11/3399.05	c      3399            339         332        20                -         127.0000          -
63233.66/3404.16	c      3404            339         332        20                -         127.0000          -
63338.20/3409.42	c      3409            339         332        20                -         127.0000          -
63451.98/3415.15	c      3415            427         426        20                -         127.0000          -
63556.65/3420.46	c      3420            427         426        20                -         127.0000          -
63657.97/3425.59	c      3426            427         426        20                -         127.0000          -
63765.42/3431.01	c      3431            427         426        20                -         127.0000          -
63867.25/3436.04	c      3436            427         426        20                -         127.0000          -
63968.41/3441.14	c      3441            427         426        20                -         127.0000          -
64083.09/3446.95	c      3447            427         426        20                -         127.0000          -
64200.18/3452.86	c      3453            427         426        20                -         127.0000          -
64301.46/3457.91	c      3458            427         426        20                -         127.0000          -
64403.33/3463.10	c      3463            337         330        20                -         127.0000          -
64505.95/3468.27	c      3468            337         330        20                -         127.0000          -
64605.21/3473.30	c      3473            337         330        20                -         127.0000          -
64708.49/3478.47	c      3478            337         330        20                -         127.0000          -
64809.78/3483.51	c      3484            337         330        20                -         127.0000          -
64911.06/3488.69	c      3489            337         330        20                -         127.0000          -
65012.35/3493.72	c      3494            337         330        20                -         127.0000          -
65113.66/3498.81	c      3499            337         330        20                -         127.0000          -
65214.93/3503.92	c      3504            337         330        20                -         127.0000          -
65316.78/3509.07	c      3509            337         330        20                -         127.0000          -
65418.15/3514.16	c      3514            337         330        20                -         127.0000          -
65518.74/3519.28	c      3519            431         428        20                -         127.0000          -
65620.03/3524.35	c      3524            431         428        20                -         127.0000          -
65721.32/3529.42	c      3529            431         428        20                -         127.0000          -
65828.55/3534.83	c      3535            342         335        20                -         127.0000          -
65929.86/3539.92	c      3540            343         336        20                -         127.0000          -
66029.20/3544.98	c      3545            343         336        20                -         127.0000          -
66134.47/3550.24	c      3550            343         336        20                -         127.0000          -
66237.77/3555.41	c      3555            434         431        20                -         127.0000          -
66339.09/3560.56	c      3561            348         341        20                -         127.0000          -
66446.37/3565.98	c      3566            348         341        20                -         127.0000          -
66555.60/3571.46	c      3571            348         341        20                -         127.0000          -
66664.88/3576.97	c      3577            348         341        20                -         127.0000          -
66766.89/3582.05	c      3582            348         341        20                -         127.0000          -
66866.17/3587.08	c      3587            348         341        20                -         127.0000          -
66965.36/3592.12	c      3592            348         341        20                -         127.0000          -
67066.70/3597.16	c      3597            348         341        20                -         127.0000          -
67175.29/3602.65	c      3603            348         341        20                -         127.0000          -
67290.48/3608.43	c      3608            348         341        20                -         127.0000          -
67395.74/3613.76	c      3614            348         341        20                -         127.0000          -
67499.00/3618.97	c      3619            348         341        20                -         127.0000          -
67606.25/3624.30	c      3624            348         341        20                -         127.0000          -
67705.56/3629.39	c      3629            348         341        20                -         127.0000          -
67826.74/3635.46	c      3635            479         478        20                -         127.0000          -
67932.01/3640.76	c      3641            479         478        20                -         127.0000          -
68035.28/3646.01	c      3646            479         478        20                -         127.0000          -
68137.21/3651.09	c      3651            479         478        20                -         127.0000          -
68239.78/3656.22	c      3656            479         478        20                -         127.0000          -
68349.06/3661.76	c      3662            479         478        20                -         127.0000          -
68450.36/3666.85	c      3667            479         478        20                -         127.0000          -
68554.30/3672.10	c      3672            479         478        20                -         127.0000          -
68664.91/3677.64	c      3678            479         478        20                -         127.0000          -
68768.20/3682.85	c      3683            479         478        20                -         127.0000          -
68872.20/3688.08	c      3688            479         478        20                -         127.0000          -
68974.82/3693.20	c      3693            479         478        20                -         127.0000          -
69076.09/3698.31	c      3698            479         478        20                -         127.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 (168747 MiB free)
  memory of node 1: 193531 MiB (179907 MiB free)
  memory of node 2: 193531 MiB (150488 MiB free)
  memory of node 3: 193493 MiB (170100 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-4467601-1723649371/watcher-4467601-1723649371 -o /tmp/evaluation-result-4467601-1723649371/solver-4467601-1723649371 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723641964-791873 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467601-1723649371.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100118 s]*
/proc/loadavg: 75.59 79.40 79.58 24/901 796659
/proc/meminfo: memFree=685145840/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=149456 memory=136740 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 32118 0 0 0 6 4 0 0 20 0 1 0 131516533 153042944 34185 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 37364 34185 2331 3035 0 33760 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 149456 KiB
Current children cumulated memory: 136740 KiB

[startup+0.218567 s]*
/proc/loadavg: 75.59 79.40 79.58 24/898 796671
/proc/meminfo: memFree=685078360/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=197192 memory=184072 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 43904 0 0 0 17 6 0 0 20 0 1 0 131516533 201924608 46018 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 49298 46018 2331 3035 0 45694 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 197192 KiB
Current children cumulated memory: 184072 KiB

[startup+0.318193 s]*
/proc/loadavg: 75.59 79.40 79.58 24/900 796677
/proc/meminfo: memFree=685185568/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=250772 memory=237444 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 57789 0 0 0 24 9 0 0 20 0 1 0 131516533 256790528 59361 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 62693 59361 2571 3035 0 59089 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 250772 KiB
Current children cumulated memory: 237444 KiB

[startup+0.700251 s]
/proc/loadavg: 75.59 79.40 79.58 24/904 796688
/proc/meminfo: memFree=684924080/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=463156 memory=446600 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 110036 0 0 0 52 17 0 0 20 0 1 0 131516533 474271744 111650 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 115885 111650 2646 3035 0 112281 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 463156 KiB
Current children cumulated memory: 446600 KiB

[startup+1.50026 s]
/proc/loadavg: 75.59 79.40 79.58 24/904 796689
/proc/meminfo: memFree=684415084/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=638452 memory=619328 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 133978 0 0 0 125 23 0 0 20 0 1 0 131516533 653774848 154832 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 159613 154832 2710 3035 0 156009 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 638452 KiB
Current children cumulated memory: 619328 KiB

[startup+3.11902 s]
/proc/loadavg: 71.45 78.48 79.28 24/904 796689
/proc/meminfo: memFree=683679716/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=770116 memory=752864 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 179730 0 0 0 279 31 0 0 20 0 1 0 131516533 788598784 188216 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 192529 188216 2774 3035 0 188925 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 770116 KiB
Current children cumulated memory: 752864 KiB

[startup+6.30023 s]
/proc/loadavg: 71.45 78.48 79.28 24/904 796689
/proc/meminfo: memFree=683067700/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1018180 memory=966556 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 190270 0 0 0 591 36 0 0 20 0 1 0 131516533 1042616320 241639 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 254545 241639 2790 3035 0 250941 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1018180 KiB
Current children cumulated memory: 966556 KiB

[startup+12.7002 s]
/proc/loadavg: 67.65 77.58 78.98 24/904 796691
/proc/meminfo: memFree=682970936/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1019204 memory=967488 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 190567 0 0 0 1227 37 0 0 20 0 1 0 131516533 1043664896 241872 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 254801 241872 2790 3035 0 251197 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1019204 KiB
Current children cumulated memory: 967488 KiB

[startup+25.5002 s]
/proc/loadavg: 57.90 74.94 78.09 24/904 796692
/proc/meminfo: memFree=682218508/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1395792 memory=1247512 CPUtime=25.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 251598 0 0 0 2492 47 0 0 20 0 1 0 131516533 1429291008 311878 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 348948 311878 2806 3035 0 345344 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1395792 KiB
Current children cumulated memory: 1247512 KiB

[startup+51.1176 s]
/proc/loadavg: 46.06 70.78 76.63 24/906 796757
/proc/meminfo: memFree=681951652/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1485796 memory=1349320 CPUtime=50.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 274476 0 0 0 5039 53 0 0 20 0 1 0 131516533 1521455104 337330 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 371449 337330 2806 3035 0 367845 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1485796 KiB
Current children cumulated memory: 1349320 KiB

[startup+102.3 s]
/proc/loadavg: 33.01 63.41 73.82 24/929 796792
/proc/meminfo: memFree=681156248/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1485800 memory=1349320 CPUtime=101.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 274485 0 0 0 10137 55 0 0 20 0 1 0 131516533 1521459200 337330 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 371450 337330 2806 3035 0 367846 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 1485800 KiB
Current children cumulated memory: 1349320 KiB

[startup+162.3 s]
/proc/loadavg: 38.28 59.31 71.75 43/950 796825
/proc/meminfo: memFree=660054784/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1485808 memory=1349320 CPUtime=161.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 274498 0 0 0 16111 56 0 0 20 0 1 0 131516533 1521467392 337330 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 371452 337330 2806 3035 0 367848 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 1485808 KiB
Current children cumulated memory: 1349320 KiB

[startup+222.3 s]
/proc/loadavg: 42.23 56.50 70.00 62/990 796877
/proc/meminfo: memFree=634114236/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=1485808 memory=1349464 CPUtime=221.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) R 796655 796658 791860 0 -1 4194304 274545 0 0 0 22083 58 0 0 20 0 1 0 131516533 1521467392 337366 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 371452 337366 2806 3035 0 367848 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 1485808 KiB
Current children cumulated memory: 1349464 KiB

[startup+282.301 s]
/proc/loadavg: 65.70 60.57 70.54 81/1030 796929
/proc/meminfo: memFree=595362452/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=34387304 memory=31760204 CPUtime=1254.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) S 796655 796658 791860 0 -1 1077936128 8385940 0 0 0 123852 1639 0 0 20 0 41 0 131516533 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 8596826 7940051 2950 3035 0 8361236 0
[pid=796658/tid=796878] ppid=796655 vsize=34387304 memory=43036 CPUtime=51.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796878/stat : 796878 (fscip) R 796655 796658 791860 0 -1 4194368 320501 0 0 0 5102 63 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796879] ppid=796655 vsize=34387304 memory=10824 CPUtime=51.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796879/stat : 796879 (fscip) R 796655 796658 791860 0 -1 4194368 449603 0 0 0 5066 84 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796880] ppid=796655 vsize=34387304 memory=28501728 CPUtime=51.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796880/stat : 796880 (fscip) R 796655 796658 791860 0 -1 4194368 355316 0 0 0 5072 79 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796881] ppid=796655 vsize=34387304 memory=25333125866717268 CPUtime=51.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796881/stat : 796881 (fscip) R 796655 796658 791860 0 -1 4194368 324773 0 0 0 5091 66 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796882] ppid=796655 vsize=34387304 memory=1349320 CPUtime=51.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796882/stat : 796882 (fscip) R 796655 796658 791860 0 -1 4194368 450524 0 0 0 5061 86 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796883] ppid=796655 vsize=34387304 memory=279888658567136 CPUtime=51.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796883/stat : 796883 (fscip) R 796655 796658 791860 0 -1 4194368 484221 0 0 0 5060 90 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796884] ppid=796655 vsize=34387304 memory=28656 CPUtime=50.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796884/stat : 796884 (fscip) R 796655 796658 791860 0 -1 4194368 313577 0 0 0 4973 61 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796885] ppid=796655 vsize=34387304 memory=1412208 CPUtime=51.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796885/stat : 796885 (fscip) R 796655 796658 791860 0 -1 4194368 472742 0 0 0 5065 84 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796886] ppid=796655 vsize=34387304 memory=279888658365376 CPUtime=51.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796886/stat : 796886 (fscip) R 796655 796658 791860 0 -1 4194368 426095 0 0 0 5065 85 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796887] ppid=796655 vsize=34387304 memory=30890312 CPUtime=51.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796887/stat : 796887 (fscip) R 796655 796658 791860 0 -1 4194368 323764 0 0 0 5109 65 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796888] ppid=796655 vsize=34387304 memory=11572 CPUtime=51.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796888/stat : 796888 (fscip) R 796655 796658 791860 0 -1 4194368 467633 0 0 0 5051 88 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796889] ppid=796655 vsize=34387304 memory=279888657513280 CPUtime=51.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796889/stat : 796889 (fscip) R 796655 796658 791860 0 -1 4194368 474842 0 0 0 5062 87 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796890] ppid=796655 vsize=34387304 memory=279888658069216 CPUtime=51.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796890/stat : 796890 (fscip) R 796655 796658 791860 0 -1 4194368 324349 0 0 0 5107 67 0 0 20 0 41 0 131539088 35212599296 7940051 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0

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

[pid=796658/tid=796908] ppid=796655 vsize=51903364 memory=49465896 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796908/stat : 796908 (fscip) S 796655 796658 791860 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796909] ppid=796655 vsize=51903364 memory=2720 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796909/stat : 796909 (fscip) S 796655 796658 791860 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796910] ppid=796655 vsize=51903364 memory=6736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796910/stat : 796910 (fscip) S 796655 796658 791860 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796911] ppid=796655 vsize=51903364 memory=49467024 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796911/stat : 796911 (fscip) S 796655 796658 791860 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796912] ppid=796655 vsize=51903364 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796912/stat : 796912 (fscip) S 796655 796658 791860 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796913] ppid=796655 vsize=51903364 memory=43036 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796913/stat : 796913 (fscip) S 796655 796658 791860 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796914] ppid=796655 vsize=51903364 memory=49467032 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796914/stat : 796914 (fscip) S 796655 796658 791860 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796915] ppid=796655 vsize=51903364 memory=49467024 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796915/stat : 796915 (fscip) S 796655 796658 791860 0 -1 1077936192 161 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796916] ppid=796655 vsize=51903364 memory=11572 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796916/stat : 796916 (fscip) S 796655 796658 791860 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796917] ppid=796655 vsize=51903364 memory=49465856 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796917/stat : 796917 (fscip) S 796655 796658 791860 0 -1 1077936192 193 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366758 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
Current children cumulated CPU time: 67963.8 s
Current children cumulated vsize: 51903364 KiB
Current children cumulated memory: 49467032 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 61.23 61.20 63.23 43/944 798840
/proc/meminfo: memFree=562789964/790760800 swapFree=131071996/131071996
[pid=796658] ppid=796655 vsize=51903364 memory=49467332 CPUtime=69110.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/stat : 796658 (fscip) S 796655 796658 791860 0 -1 1077936128 159469914 0 0 0 6897267 13791 0 0 20 0 41 0 131516533 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
/proc/796658/statm: 12975841 12366833 3334 3035 0 12769756 0
[pid=796658/tid=796878] ppid=796655 vsize=51903364 memory=7492 CPUtime=3445.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796878/stat : 796878 (fscip) R 796655 796658 791860 0 -1 4194368 6193927 0 0 0 344030 524 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796879] ppid=796655 vsize=51903364 memory=4872558142750483008 CPUtime=3446.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796879/stat : 796879 (fscip) R 796655 796658 791860 0 -1 4194368 9305209 0 0 0 343860 800 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796880] ppid=796655 vsize=51903364 memory=6096 CPUtime=3447.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796880/stat : 796880 (fscip) R 796655 796658 791860 0 -1 4194368 5591041 0 0 0 344193 528 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796881] ppid=796655 vsize=51903364 memory=1968 CPUtime=3450.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796881/stat : 796881 (fscip) R 796655 796658 791860 0 -1 4194368 7588457 0 0 0 344389 644 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796882] ppid=796655 vsize=51903364 memory=54344 CPUtime=3450.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796882/stat : 796882 (fscip) R 796655 796658 791860 0 -1 4194368 11337273 0 0 0 344059 952 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796883] ppid=796655 vsize=51903364 memory=33196 CPUtime=3449.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796883/stat : 796883 (fscip) R 796655 796658 791860 0 -1 4194368 4898376 0 0 0 344506 456 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796884] ppid=796655 vsize=51903364 memory=21544 CPUtime=3445.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796884/stat : 796884 (fscip) R 796655 796658 791860 0 -1 4194368 7377841 0 0 0 343914 623 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796885] ppid=796655 vsize=51903364 memory=100 CPUtime=3416.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796885/stat : 796885 (fscip) R 796655 796658 791860 0 -1 4194368 12601781 0 0 0 340645 1040 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796886] ppid=796655 vsize=51903364 memory=1836 CPUtime=3448.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796886/stat : 796886 (fscip) R 796655 796658 791860 0 -1 4194368 5594581 0 0 0 344343 527 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796887] ppid=796655 vsize=51903364 memory=6720665450084451183 CPUtime=3446.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796887/stat : 796887 (fscip) R 796655 796658 791860 0 -1 4194368 5747077 0 0 0 344154 480 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796888] ppid=796655 vsize=51903364 memory=2212 CPUtime=3417.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796888/stat : 796888 (fscip) R 796655 796658 791860 0 -1 4194368 12447537 0 0 0 340687 1042 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796889] ppid=796655 vsize=51903364 memory=6096 CPUtime=3444.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796889/stat : 796889 (fscip) R 796655 796658 791860 0 -1 4194368 5551696 0 0 0 343894 519 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796890] ppid=796655 vsize=51903364 memory=1968 CPUtime=3447.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796890/stat : 796890 (fscip) R 796655 796658 791860 0 -1 4194368 6358721 0 0 0 344255 538 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796891] ppid=796655 vsize=51903364 memory=54344 CPUtime=3448.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796891/stat : 796891 (fscip) R 796655 796658 791860 0 -1 4194368 9903340 0 0 0 344070 827 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796892] ppid=796655 vsize=51903364 memory=33196 CPUtime=3447.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796892/stat : 796892 (fscip) R 796655 796658 791860 0 -1 4194368 5558270 0 0 0 344246 539 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796893] ppid=796655 vsize=51903364 memory=6720665450084451183 CPUtime=3450.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796893/stat : 796893 (fscip) R 796655 796658 791860 0 -1 4194368 7805564 0 0 0 344382 655 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796894] ppid=796655 vsize=51903364 memory=16220 CPUtime=3444.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796894/stat : 796894 (fscip) R 796655 796658 791860 0 -1 4194368 11212160 0 0 0 343502 934 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796895] ppid=796655 vsize=51903364 memory=49467276 CPUtime=3446.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796895/stat : 796895 (fscip) R 796655 796658 791860 0 -1 4194368 5819337 0 0 0 344081 540 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796896] ppid=796655 vsize=51903364 memory=1968 CPUtime=3448.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796896/stat : 796896 (fscip) R 796655 796658 791860 0 -1 4194368 6604897 0 0 0 344303 561 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796897] ppid=796655 vsize=51903364 memory=54344 CPUtime=3442.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796897/stat : 796897 (fscip) R 796655 796658 791860 0 -1 4194368 11647835 0 0 0 343262 977 0 0 20 0 41 0 131539088 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796898] ppid=796655 vsize=51903364 memory=33196 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796898/stat : 796898 (fscip) S 796655 796658 791860 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796899] ppid=796655 vsize=51903364 memory=21544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796899/stat : 796899 (fscip) S 796655 796658 791860 0 -1 1077936192 203 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796900] ppid=796655 vsize=51903364 memory=100 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796900/stat : 796900 (fscip) S 796655 796658 791860 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796901] ppid=796655 vsize=51903364 memory=279888660065680 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796901/stat : 796901 (fscip) S 796655 796658 791860 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796902] ppid=796655 vsize=51903364 memory=2320119603017660400 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796902/stat : 796902 (fscip) S 796655 796658 791860 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796903] ppid=796655 vsize=51903364 memory=3544810638172539200 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796903/stat : 796903 (fscip) S 796655 796658 791860 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796904] ppid=796655 vsize=51903364 memory=139944330303664 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796904/stat : 796904 (fscip) S 796655 796658 791860 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796905] ppid=796655 vsize=51903364 memory=3428 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796905/stat : 796905 (fscip) S 796655 796658 791860 0 -1 1077936192 196 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796906] ppid=796655 vsize=51903364 memory=2180 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796906/stat : 796906 (fscip) S 796655 796658 791860 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796907] ppid=796655 vsize=51903364 memory=1744 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796907/stat : 796907 (fscip) S 796655 796658 791860 0 -1 1077936192 197 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796908] ppid=796655 vsize=51903364 memory=20584 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796908/stat : 796908 (fscip) S 796655 796658 791860 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796909] ppid=796655 vsize=51903364 memory=28716 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796909/stat : 796909 (fscip) S 796655 796658 791860 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796910] ppid=796655 vsize=51903364 memory=32884 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796910/stat : 796910 (fscip) S 796655 796658 791860 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796911] ppid=796655 vsize=51903364 memory=6988 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796911/stat : 796911 (fscip) S 796655 796658 791860 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796912] ppid=796655 vsize=51903364 memory=36288 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796912/stat : 796912 (fscip) S 796655 796658 791860 0 -1 1077936192 192 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796913] ppid=796655 vsize=51903364 memory=6608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796913/stat : 796913 (fscip) S 796655 796658 791860 0 -1 1077936192 176 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796914] ppid=796655 vsize=51903364 memory=20452 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796914/stat : 796914 (fscip) S 796655 796658 791860 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796915] ppid=796655 vsize=51903364 memory=6836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796915/stat : 796915 (fscip) S 796655 796658 791860 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796916] ppid=796655 vsize=51903364 memory=7044 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796916/stat : 796916 (fscip) S 796655 796658 791860 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
[pid=796658/tid=796917] ppid=796655 vsize=51903364 memory=28212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/796658/task/796917/stat : 796917 (fscip) S 796655 796658 791860 0 -1 1077936192 196 0 0 0 2 0 0 0 20 0 41 0 131539564 53149044736 12366833 809668444160 4194304 16622877 140726927780048 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 32301056 140726927782887 140726927783003 140726927783003 140726927790031 0
Current children cumulated CPU time: 69110.6 s
Current children cumulated vsize: 51903364 KiB
Current children cumulated memory: 49467332 KiB

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

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

# cumulated CPU time of all completed processes:  user=68973.2 s, system=139.813 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3700.8 s]
/proc/loadavg: 61.23 61.20 63.23 24/905 798840
/proc/meminfo: memFree=569767068/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 61.23 61.20 63.23 5/866 798842
/proc/meminfo: memFree=623967420/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.8 s]
/proc/loadavg: 61.23 61.20 63.23 5/866 798842
/proc/meminfo: memFree=623967420/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.9 s]
/proc/loadavg: 61.23 61.20 63.23 5/866 798842
/proc/meminfo: memFree=623967420/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3701.97
CPU time (s): 69113
CPU user time (s): 68973.2
CPU system time (s): 139.813
CPU usage (%): 1866.92
Max. virtual memory (cumulated for all children) (KiB): 51968900
Max. memory (cumulated for all children) (KiB): 49474004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68973.2
system time used= 139.813
maximum resident set size= 49474076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159470005
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= 274964
involuntary context switches= 223583


# summary of solver processes directly reported to runsolver:
#   pid: 796658
#   total CPU time (s): 69113
#   total CPU user time (s): 68973.2
#   total CPU system time (s): 139.813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.001 second user time and 82.3686 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 17:29:31
IDJOB=4467601
IDBENCH=158605
IDSOLVER=3097
FILE ID=nodeD104/4467601-1723649371
RUNJOBID= nodeD104-1723641964-791873
SLURM_JOB_ID= 8267918
Free space on /tmp= 8587768 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467601-1723649371/watcher-4467601-1723649371 -o /tmp/evaluation-result-4467601-1723649371/solver-4467601-1723649371 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723641964-791873 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467601-1723649371.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 56678f8f787569ff6bace689e56ab709
RANDOM SEED=958040582

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        685329384 kB
MemAvailable:   763475440 kB
Buffers:         1278912 kB
Cached:         79608888 kB
SwapCached:            0 kB
Active:         13840668 kB
Inactive:       86852428 kB
Active(anon):       2204 kB
Inactive(anon): 19842020 kB
Active(file):   13838464 kB
Inactive(file): 67010408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             70712 kB
Writeback:             0 kB
AnonPages:      19803832 kB
Mapped:           125040 kB
Shmem:             38920 kB
KReclaimable:    1433800 kB
Slab:            1992264 kB
SReclaimable:    1433800 kB
SUnreclaim:       558464 kB
KernelStack:       15584 kB
PageTables:        50428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2187912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1147008 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2127872 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:     1425408 kB
DirectMap2M:    249681920 kB
DirectMap1G:    554696704 kB

Free space on /tmp at the end= 8587820 MiB
End job on nodeD104 at 2024-08-14 18:31:13