Trace number 4465465

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 70715.2 3703.34

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_9_mh.opb
MD5SUMed59d2b3a30e3eff3a6b6ac614db3a9c
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 benchmark4722313
Best CPU time to get the best result obtained on this benchmark3586.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
2.48/2.53	c Default LC presolving (default).
2.48/2.55	c ** Before presolving: virtualMemUsedAtLc = 2096764515, getVmSize() = 1367638016, SCIPgetMemUsed() = 1216857156, SCIPgetMemTotal() = 1290850812, SCIPgetMemExternEstim() = 805913703
2.48/2.55	c ** set memory limit for presolving in LC to 8.78949e+12 for SCIP **
112.48/113.04	c ** Estimated virtualMemUsedAtSolver = 1968658576, getVmSize() = 2401558528, SCIPgetMemUsed() = 1697684770, SCIPgetMemTotal() = 2147074162, SCIPgetMemExternEstim() = 805913703
112.48/113.04	c ** set memory limit for solvers to 4.18241e+11 for each SCIP **
112.48/113.04	c Original Problem   :
112.48/113.04	c   Problem name     : instance-4465465-1723620850
112.48/113.04	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
112.48/113.04	c   Constraints      : 605407
112.48/113.04	c   Objective sense  : minimize
112.48/113.04	c Presolved Problem  :
112.48/113.04	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
112.48/113.04	c   Constraints      : 479229
112.48/113.04	c Constraints        : Number
112.48/113.04	c   knapsack         : 1375 
112.48/113.04	c   setppc           : 356526 
112.48/113.04	c   and              : 120050 
112.48/113.04	c   linear           : 3 
112.48/113.04	c   logicor          : 1275 
112.48/113.04	c ** Instance transfer method used: 0
113.64/114.21	c ** ParaScipInstance copy does not increase the number of variables. **
131.87/132.26	c LC is working with racing ramp-up and with rebuilding tree after racing.
131.87/132.26	c                                Nodes    Active                                            
131.87/132.26	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
839.26/168.86	c *     169              0           1        20   346347064.0000                -          -
839.26/168.86	c       169              0           1        20   346347064.0000                -          -
845.87/169.25	c *     169              0           1        20   197886837.0000                -          -
15889.23/929.21	c *     929              0           1        20    57839800.0000                -          -
15889.23/929.21	c       929              0           1        20    57839800.0000                -          -
16073.38/938.52	c       939              0           1        20    57839800.0000                -          -
16548.55/962.58	c       963              2           1        20    57839800.0000          -5.0000          -
16677.33/969.12	c       969              2           1        20    57839800.0000          -5.0000          -
16781.30/974.35	c       974              2           1        20    57839800.0000          -5.0000          -
16894.42/980.06	c       980              2           1        20    57839800.0000          -5.0000          -
16996.94/985.29	c       985              2           1        20    57839800.0000          -5.0000          -
17240.41/997.53	c       998              3           4        20    57839800.0000          -5.0000          -
17479.92/1009.62	c      1010              3           4        20    57839800.0000          -5.0000          -
17589.51/1015.15	c      1015             15          14        20    57839800.0000          -5.0000          -
17691.73/1020.34	c      1020             15          14        20    57839800.0000          -5.0000          -
17858.16/1028.78	c      1029             15          14        20    57839800.0000          -5.0000          -
17972.90/1034.57	c      1035             21          22        20    57839800.0000          -5.0000          -
18247.81/1048.43	c      1048             21          22        20    57839800.0000          -5.0000          -
18361.18/1054.15	c      1054             33          32        20    57839800.0000          -5.0000          -
18548.52/1063.67	c      1064             33          32        20    57839800.0000          -5.0000          -
18690.91/1070.89	c      1071             33          32        20    57839800.0000          -5.0000          -
18870.95/1079.92	c      1080             41          42        20    57839800.0000          -5.0000          -
18992.01/1086.03	c      1086             41          42        20    57839800.0000          -5.0000          -
19116.16/1092.40	c      1092            103         102        20    57839800.0000          -5.0000          -
19189.86/1096.04	c *    1096             72          71        20    52728168.0000          -5.0000          -
19234.73/1098.34	c      1098             72          71        20    52728168.0000          -5.0000          -
19444.81/1108.91	c      1109            112         111        20    52728168.0000          -5.0000          -
19548.53/1114.18	c      1114            112         111        20    52728168.0000          -5.0000          -
19791.63/1126.41	c      1126            101         102        20    52728168.0000          -5.0000          -
19934.32/1133.65	c      1134            121         119        20    52728168.0000          -5.0000          -
20042.06/1139.06	c      1139            122         118        20    52728168.0000          -5.0000          -
20294.98/1151.86	c      1152            122         118        20    52728168.0000          -5.0000          -
20398.57/1157.04	c      1157            112         111        20    52728168.0000          -5.0000          -
20497.50/1162.12	c      1162            141         139        20    52728168.0000          -5.0000          -
20613.83/1167.92	c      1168            141         139        20    52728168.0000          -5.0000          -
20712.87/1172.95	c      1173            142         138        20    52728168.0000          -5.0000          -
20829.76/1178.82	c      1179            122         121        20    52728168.0000          -5.0000          -
20940.87/1184.40	c      1184            142         141        20    52728168.0000          -5.0000          -
21055.94/1190.29	c      1190            161         159        20    52728168.0000          -5.0000          -
21188.94/1196.96	c      1197            161         159        20    52728168.0000          -5.0000          -
21308.03/1202.94	c      1203            182         181        20    52728168.0000          -5.0000          -
21424.95/1208.86	c      1209            191         192        20    52728168.0000          -5.0000          -
21605.11/1217.93	c      1218            191         192        20    52728168.0000          -5.0000          -
21733.94/1224.40	c      1224            201         202        20    52728168.0000          -5.0000          -
21847.60/1230.16	c      1230            201         202        20    52728168.0000          -5.0000          -
21987.58/1237.23	c      1237            201         202        20    52728168.0000          -5.0000          -
22096.63/1242.73	c      1243            212         208        20    52728168.0000          -5.0000          -
22219.56/1248.90	c      1249            212         208        20    52728168.0000          -5.0000          -
22336.24/1254.87	c      1255            282         281        20    52728168.0000          -5.0000          -
22488.93/1262.52	c      1263            282         283        20    52728168.0000          -5.0000          -
22615.89/1268.91	c      1269            282         283        20    52728168.0000          -5.0000          -
22802.23/1278.34	c      1278            282         283        20    52728168.0000          -5.0000          -
22923.10/1284.44	c      1284            282         283        20    52728168.0000          -5.0000          -
23037.97/1290.22	c      1290            282         283        20    52728168.0000          -5.0000          -
23143.03/1295.55	c      1296            322         320        20    52728168.0000          -5.0000          -
23256.01/1301.25	c      1301            322         320        20    52728168.0000          -5.0000          -
23336.99/1305.32	c *    1305            322         320        20    51981395.0000          -5.0000          -
23376.66/1307.36	c      1307            322         320        20    51981395.0000          -5.0000          -
23479.76/1312.55	c      1313            511         506        20    51981395.0000          -5.0000          -
23674.02/1322.35	c      1322            325         319        20    51981395.0000          -5.0000          -
23773.06/1327.39	c      1327            325         319        20    51981395.0000          -5.0000          -
23965.82/1337.05	c      1337            341         337        20    51981395.0000          -5.0000          -
24066.99/1342.19	c      1342            342         336        20    51981395.0000          -5.0000          -
24175.23/1347.63	c      1348            422         416        20    51981395.0000          -5.0000          -
24327.88/1355.33	c      1355            422         416        20    51981395.0000          -5.0000          -
24439.00/1360.97	c      1361            441         437        20    51981395.0000          -5.0000          -
24597.58/1368.91	c      1369            621         618        20    51981395.0000          -5.0000          -
24701.15/1374.18	c      1374            621         618        20    51981395.0000          -5.0000          -
24805.35/1379.44	c      1379            522         516        20    51981395.0000          -5.0000          -
24917.11/1385.08	c      1385            662         657        20    51981395.0000          -5.0000          -
25019.33/1390.21	c      1390            642         636        20    51981395.0000          -5.0000          -
25120.26/1395.38	c      1395            642         636        20    51981395.0000          -5.0000          -
25227.16/1400.76	c      1401            702         697        20    51981395.0000          -5.0000          -
25337.94/1406.34	c      1406            762         733        20    51981395.0000          -5.0000          -
25511.10/1415.13	c      1415            767         728        20    51981395.0000          -5.0000          -
25645.01/1421.87	c      1422            771         724        20    51981395.0000          -5.0000          -
25797.36/1429.54	c      1430            772         723        20    51981395.0000          -5.0000          -
25955.48/1437.50	c      1438            738         716        20    51981395.0000          -5.0000          -
26117.62/1445.75	c      1446            775         720        20    51981395.0000          -5.0000          -
26262.88/1453.09	c      1453            776         719        20    51981395.0000          -5.0000          -
26363.91/1458.15	c      1458            777         718        20    51981395.0000          -5.0000          -
26477.92/1463.92	c      1464            777         718        20    51981395.0000          -5.0000          -
26601.28/1470.20	c      1470            779         716        20    51981395.0000          -5.0000          -
26709.35/1475.68	c      1476            780         715        20    51981395.0000          -5.0000          -
26832.08/1481.81	c      1482            780         715        20    51981395.0000          -5.0000          -
26950.99/1487.81	c      1488            783         712        20    51981395.0000          -5.0000          -
27051.94/1493.01	c      1493            788         716        20    51981395.0000          -5.0000          -
27190.58/1500.02	c      1500            790         714        20    51981395.0000          -5.0000          -
27297.52/1505.40	c      1505            791         713        20    51981395.0000          -5.0000          -
27424.27/1511.72	c      1512            789         706        20    51981395.0000          -5.0000          -
27530.09/1517.08	c      1517            799         699        20    51981395.0000          -5.0000          -
27679.84/1524.66	c      1525            800         698        20    51981395.0000          -5.0000          -
27807.34/1531.12	c      1531            801         697        20    51981395.0000          -5.0000          -
27911.63/1536.31	c      1536            817         712        20    51981395.0000          -5.0000          -
28036.40/1542.65	c      1543            803         695        20    51981395.0000          -5.0000          -
28200.88/1550.97	c      1551            804         694        20    51981395.0000          -5.0000          -
28329.59/1557.42	c      1557            825         702        20    51981395.0000          -5.0000          -
28480.71/1565.04	c      1565            827         700        20    51981395.0000          -5.0000          -
28602.96/1571.27	c      1571            833         694        20    51981395.0000          -5.0000          -
28711.90/1576.72	c      1577            813         685        20    51981395.0000          -5.0000          -
28828.73/1582.67	c      1583            834         693        20    51981395.0000          -5.0000          -
28979.39/1590.29	c      1590            835         692        20    51981395.0000          -5.0000          -
29102.34/1596.47	c      1596            838         689        20    51981395.0000          -5.0000          -
29205.45/1601.67	c      1602            839         688        20    51981395.0000          -5.0000          -
29318.47/1607.38	c      1607            839         688        20    51981395.0000          -5.0000          -
29463.18/1614.67	c      1615            841         686        20    51981395.0000          -5.0000          -
29613.84/1622.26	c      1622            843         684        20    51981395.0000          -5.0000          -
29772.40/1630.28	c      1630            845         682        20    51981395.0000          -5.0000          -
29919.04/1637.61	c      1638            846         681        20    51981395.0000          -5.0000          -
30068.20/1645.17	c      1645            847         680        20    51981395.0000          -5.0000          -
30204.84/1652.04	c      1652            855         672        20    51981395.0000          -5.0000          -
30346.76/1659.24	c      1659            833         665        20    51981395.0000          -5.0000          -
30491.29/1666.59	c      1667            837         661        20    51981395.0000          -5.0000          -
30616.04/1672.88	c      1673            838         660        20    51981395.0000          -5.0000          -
30736.74/1678.91	c      1679            860         667        20    51981395.0000          -5.0000          -
30887.20/1686.55	c      1687            864         663        20    51981395.0000          -5.0000          -
31033.72/1693.90	c      1694            866         661        20    51981395.0000          -5.0000          -
31168.27/1700.76	c      1701            842         656        20    51981395.0000          -5.0000          -
31267.27/1705.78	c      1706            847         651        20    51981395.0000          -5.0000          -
31427.64/1713.89	c      1714            848         650        20    51981395.0000          -5.0000          -
31572.69/1721.17	c      1721            849         649        20    51981395.0000          -5.0000          -
31709.21/1728.07	c      1728            878         649        20    51981395.0000          -5.0000          -
31841.11/1734.77	c      1735            879         648        20    51981395.0000          -5.0000          -
31961.90/1740.88	c      1741            854         644        20    51981395.0000          -5.0000          -
32078.74/1746.72	c      1747            856         642        20    51981395.0000          -5.0000          -
32181.73/1751.93	c      1752            856         642        20    51981395.0000          -5.0000          -
32316.31/1758.74	c      1759            888         639        20    51981395.0000          -5.0000          -
32464.79/1766.26	c      1766            889         638        20    51981395.0000          -5.0000          -
32595.58/1772.86	c      1773            890         637        20    51981395.0000          -5.0000          -
32734.24/1779.86	c      1780            864         634        20    51981395.0000          -5.0000          -
32859.77/1786.16	c      1786            867         631        20    51981395.0000          -5.0000          -
32999.56/1793.21	c      1793            869         629        20    51981395.0000          -5.0000          -
33118.30/1799.22	c      1799            871         627        20    51981395.0000          -5.0000          -
33223.24/1804.52	c      1805            876         622        20    51981395.0000          -5.0000          -
33324.22/1809.60	c      1810            901         626        20    51981395.0000          -5.0000          -
33456.91/1816.32	c      1816            902         625        20    51981395.0000          -5.0000          -
33590.14/1823.12	c      1823            903         624        20    51981395.0000          -5.0000          -
33732.06/1830.27	c      1830            880         618        20    51981395.0000          -5.0000          -
33864.70/1836.98	c      1837            881         617        20    51981395.0000          -5.0000          -
33983.48/1843.02	c      1843            882         616        20    51981395.0000          -5.0000          -
34116.12/1849.60	c      1850            883         615        20    51981395.0000          -5.0000          -
34230.92/1855.47	c      1855            884         614        20    51981395.0000          -5.0000          -
34337.60/1860.86	c      1861              2           1        20    51981395.0000     1011364.6512          -
34478.18/1867.97	c      1868              2           1        20    51981395.0000     1011364.6512          -
34602.87/1874.25	c      1874              2           1        20    51981395.0000     1011364.6512          -
34745.39/1881.41	c      1881              2           1        20    51981395.0000     1011364.6512          -
34881.93/1888.33	c      1888              2           1        20    51981395.0000     1011364.6512          -
35004.53/1894.56	c      1895              2           1        20    51981395.0000     1011364.6512          -
35127.15/1900.79	c      1901              2           1        20    51981395.0000     1011364.6512          -
35228.00/1905.80	c      1906              2           1        20    51981395.0000     1011364.6512          -
35362.48/1912.66	c      1913              2           1        20    51981395.0000     1011364.6512          -
35489.77/1919.06	c      1919              2           1        20    51981395.0000     1011364.6512          -
35588.74/1924.07	c      1924              2           1        20    51981395.0000     1011364.6512          -
35698.72/1929.65	c      1930              2           1        20    51981395.0000     1011364.6512          -
35823.33/1935.94	c      1936              2           1        20    51981395.0000     1011364.6512          -
35966.40/1943.14	c      1943              2           1        20    51981395.0000     1011364.6512          -
36110.14/1950.44	c      1950              2           1        20    51981395.0000     1011364.6512          -
36238.73/1956.96	c      1957              2           1        20    51981395.0000     1011364.6512          -
36343.54/1962.24	c      1962              2           1        20    51981395.0000     1011364.6512          -
36450.35/1967.68	c      1968              2           1        20    51981395.0000     1011364.6512          -
36563.22/1973.38	c      1973              2           1        20    51981395.0000     1011364.6512          -
36683.79/1979.42	c      1979              2           1        20    51981395.0000     1011364.6512          -
36802.42/1985.43	c      1985              2           1        20    51981395.0000     1011364.6512          -
36925.14/1991.65	c      1992              2           1        20    51981395.0000     1011364.6512          -
37030.10/1996.90	c      1997              2           1        20    51981395.0000     1011364.6512          -
37146.95/2002.80	c      2003              2           1        20    51981395.0000     1011364.6512          -
37267.76/2009.03	c      2009              2           1        20    51981395.0000     1011364.6512          -
37391.32/2015.18	c      2015              2           1        20    51981395.0000     1011364.6512          -
37491.24/2020.21	c      2020              2           1        20    51981395.0000     1011364.6512          -
37594.07/2025.47	c      2025              2           1        20    51981395.0000     1011364.6512          -
37698.92/2030.76	c      2031              2           1        20    51981395.0000     1029221.3587          -
37821.11/2037.02	c      2037              2           1        20    51981395.0000     1029221.3587          -
37925.55/2042.26	c      2042              2           1        20    51981395.0000     1029221.3587          -
38032.18/2047.67	c      2048              2           1        20    51981395.0000     1029221.3587          -
38142.59/2053.27	c      2053              2           1        20    51981395.0000     1029221.3587          -
38271.01/2059.74	c      2060              2           1        20    51981395.0000     1029221.3587          -
38398.26/2066.14	c      2066              2           1        20    51981395.0000     1029221.3587          -
38500.25/2071.40	c      2071              2           1        20    51981395.0000     1029221.3587          -
38608.97/2076.85	c      2077              2           1        20    51981395.0000     1029221.3587          -
38709.77/2081.99	c      2082              2           1        20    51981395.0000     1029221.3587          -
38836.18/2088.37	c      2088              2           1        20    51981395.0000     1029221.3587          -
38966.63/2095.04	c      2095              2           1        20    51981395.0000     1029221.3587          -
39112.86/2102.35	c      2102              2           1        20    51981395.0000     1029221.3587          -
39255.21/2109.60	c      2110              2           1        20    51981395.0000     1029221.3587          -
39369.97/2115.33	c      2115              2           1        20    51981395.0000     1029221.3587          -
39490.66/2121.49	c      2122              2           1        20    51981395.0000     1029221.3587          -
39615.17/2127.77	c      2128              2           1        20    51981395.0000     1029221.3587          -
39733.75/2133.74	c      2134              2           1        20    51981395.0000     1029221.3587          -
39839.23/2139.12	c      2139              2           1        20    51981395.0000     1029221.3587          -
39955.10/2144.91	c      2145              2           1        20    51981395.0000     1029221.3587          -
40059.81/2150.25	c      2150              2           1        20    51981395.0000     1029221.3587          -
40184.31/2156.53	c      2157              2           1        20    51981395.0000     1029221.3587          -
40326.75/2163.73	c      2164              2           1        20    51981395.0000     1029221.3587          -
40467.38/2170.82	c      2171              2           1        20    51981395.0000     1029221.3587          -
40596.10/2177.39	c      2177              3           2        20    51981395.0000     1029221.3587          -
40724.84/2183.87	c      2184              3           2        20    51981395.0000     1029221.3587          -
40830.67/2189.17	c      2189              3           2        20    51981395.0000     1029221.3587          -
40932.72/2194.36	c      2194              3           2        20    51981395.0000     1029221.3587          -
41067.80/2201.13	c      2201              3           2        20    51981395.0000     1029221.3587          -
41191.67/2207.41	c      2207              3           2        20    51981395.0000     1029221.3587          -
41290.48/2212.47	c      2212              3           2        20    51981395.0000     1029221.3587          -
41405.09/2218.28	c      2218              3           2        20    51981395.0000     1029221.3587          -
41527.63/2224.49	c      2224              3           2        20    51981395.0000     1029221.3587          -
41638.90/2230.08	c      2230              3           2        20    51981395.0000     1029221.3587          -
41745.01/2235.44	c      2235              3           2        20    51981395.0000     1029221.3587          -
41853.71/2240.97	c      2241              3           2        20    51981395.0000     1029221.3587          -
41962.38/2246.41	c      2246              3           2        20    51981395.0000     1029221.3587          -
42063.17/2251.52	c      2252              3           2        20    51981395.0000     1029221.3587          -
42163.90/2256.69	c      2257              3           2        20    51981395.0000     1029221.3587          -
42278.77/2262.47	c      2262              3           2        20    51981395.0000     1029221.3587          -
42411.65/2269.16	c      2269              3           2        20    51981395.0000     1029221.3587          -
42521.42/2274.79	c      2275              4           3        20    51981395.0000     1029221.3587          -
42632.08/2280.30	c      2280              4           3        20    51981395.0000     1029221.3587          -
42752.71/2286.45	c      2286              4           3        20    51981395.0000     1029221.3587          -
42866.22/2292.17	c      2292              4           3        20    51981395.0000     1029221.3587          -
42997.95/2298.87	c      2299              4           3        20    51981395.0000     1029221.3587          -
43101.40/2304.04	c      2304              4           3        20    51981395.0000     1029221.3587          -
43256.84/2311.92	c      2312              4           3        20    51981395.0000     1029221.3587          -
43363.68/2317.32	c      2317              4           3        20    51981395.0000     1029221.3587          -
43494.03/2323.93	c      2324              4           3        20    51981395.0000     1029221.3587          -
43608.60/2329.72	c      2330              4           3        20    51981395.0000     1029221.3587          -
43716.27/2335.19	c      2335              4           3        20    51981395.0000     1029221.3587          -
43834.82/2341.18	c      2341              4           3        20    51981395.0000     1029221.3587          -
43942.52/2346.64	c      2347              4           3        20    51981395.0000     1029221.3587          -
44050.12/2352.06	c      2352              4           3        20    51981395.0000     1029221.3587          -
44148.74/2357.09	c      2357              4           3        20    51981395.0000     1029221.3587          -
44260.79/2362.78	c      2363              4           3        20    51981395.0000     1029221.3587          -
44401.15/2369.85	c      2370              4           3        20    51981395.0000     1029221.3587          -
44499.94/2374.86	c      2375              4           3        20    51981395.0000     1029221.3587          -
44605.38/2380.19	c      2380              4           3        20    51981395.0000     1029221.3587          -
44722.13/2386.13	c      2386              4           3        20    51981395.0000     1029221.3587          -
44830.23/2391.59	c      2392              4           3        20    51981395.0000     1029221.3587          -
44944.99/2397.40	c      2397              4           3        20    51981395.0000     1029221.3587          -
45053.59/2402.84	c      2403              4           3        20    51981395.0000     1029221.3587          -
45160.29/2408.26	c      2408              4           3        20    51981395.0000     1029221.3587          -
45270.97/2413.84	c      2414              4           3        20    51981395.0000     1029221.3587          -
45387.57/2419.78	c      2420              4           3        20    51981395.0000     1029221.3587          -
45493.07/2425.14	c      2425              4           3        20    51981395.0000     1029221.3587          -
45595.02/2430.26	c      2430              4           3        20    51981395.0000     1029221.3587          -
45699.76/2435.54	c      2436              4           3        20    51981395.0000     1029221.3587          -
45814.37/2441.34	c      2441              4           3        20    51981395.0000     1029221.3587          -
45927.75/2447.05	c      2447              4           3        20    51981395.0000     1029221.3587          -
46031.98/2452.33	c      2452              4           3        20    51981395.0000     1029221.3587          -
46133.01/2457.42	c      2457              5           4        20    51981395.0000     1029221.3587          -
46240.00/2462.83	c      2463              5           4        20    51981395.0000     1029221.3587          -
46339.06/2467.87	c      2468              5           4        20    51981395.0000     1029221.3587          -
46440.07/2472.93	c      2473              5           4        20    51981395.0000     1029221.3587          -
46543.66/2478.15	c      2478              5           4        20    51981395.0000     1029221.3587          -
46644.11/2483.29	c      2483              5           4        20    51981395.0000     1029221.3587          -
46747.08/2488.41	c      2488              5           4        20    51981395.0000     1029221.3587          -
46858.58/2494.11	c      2494              5           4        20    51981395.0000     1029221.3587          -
46959.70/2499.14	c      2499              5           4        20    51981395.0000     1029221.3587          -
47060.03/2504.22	c      2504              5           4        20    51981395.0000     1029221.3587          -
47167.03/2509.65	c      2510              5           4        20    51981395.0000     1029221.3587          -
47268.09/2514.76	c      2515              5           4        20    51981395.0000     1029221.3587          -
47373.77/2520.10	c      2520              5           4        20    51981395.0000     1029221.3587          -
47474.95/2525.17	c      2525              5           4        20    51981395.0000     1029221.3587          -
47589.09/2530.95	c      2531              5           4        20    51981395.0000     1029221.3587          -
47704.01/2536.72	c      2537              5           4        20    51981395.0000     1029221.3587          -
47816.93/2542.47	c      2542              5           4        20    51981395.0000     1029221.3587          -
47921.95/2547.70	c      2548              5           4        20    51981395.0000     1029221.3587          -
48027.75/2553.11	c      2553              5           4        20    51981395.0000     1029221.3587          -
48128.40/2558.18	c      2558              5           4        20    51981395.0000     1029221.3587          -
48236.50/2563.65	c      2564              5           4        20    51981395.0000     1029221.3587          -
48339.17/2568.81	c      2569              5           4        20    51981395.0000     1029221.3587          -
48445.86/2574.25	c      2574              5           4        20    51981395.0000     1029221.3587          -
48552.64/2579.60	c      2580              5           4        20    51981395.0000     1029221.3587          -
48655.47/2584.89	c      2585              5           4        20    51981395.0000     1029221.3587          -
48761.05/2590.18	c      2590              5           4        20    51981395.0000     1029221.3587          -
48869.00/2595.69	c      2596              5           4        20    51981395.0000     1029221.3587          -
48981.71/2601.34	c      2601              5           4        20    51981395.0000     1029221.3587          -
49082.61/2606.42	c      2606              5           4        20    51981395.0000     1029221.3587          -
49185.44/2611.62	c      2612              5           4        20    51981395.0000     1029221.3587          -
49288.32/2616.85	c      2617              5           4        20    51981395.0000     1029221.3587          -
49394.04/2622.17	c      2622              5           4        20    51981395.0000     1029221.3587          -
49494.01/2627.26	c      2627              5           4        20    51981395.0000     1029221.3587          -
49612.70/2633.23	c      2633              5           4        20    51981395.0000     1029221.3587          -
49715.57/2638.44	c      2638              5           4        20    51981395.0000     1029221.3587          -
49818.45/2643.60	c      2644              5           4        20    51981395.0000     1029221.3587          -
49919.36/2648.71	c      2649              5           4        20    51981395.0000     1029221.3587          -
50022.30/2653.93	c      2654              5           4        20    51981395.0000     1029221.3587          -
50123.93/2659.10	c      2659              5           4        20    51981395.0000     1029221.3587          -
50230.24/2664.49	c      2664              5           4        20    51981395.0000     1029221.3587          -
50333.22/2669.65	c      2670              5           4        20    51981395.0000     1029221.3587          -
50434.11/2674.71	c      2675              5           4        20    51981395.0000     1029221.3587          -
50537.01/2679.94	c      2680              5           4        20    51981395.0000     1029221.3587          -
50647.82/2685.53	c      2686              5           4        20    51981395.0000     1029221.3587          -
50748.69/2690.67	c      2691              5           4        20    51981395.0000     1029221.3587          -
50853.56/2695.91	c      2696              5           4        20    51981395.0000     1029221.3587          -
50956.99/2701.16	c      2701              5           4        20    51981395.0000     1029221.3587          -
51060.97/2706.48	c      2706              5           4        20    51981395.0000     1029221.3587          -
51169.73/2711.96	c      2712              5           4        20    51981395.0000     1029221.3587          -
51271.19/2717.04	c      2717              5           4        20    51981395.0000     1029221.3587          -
51372.14/2722.18	c      2722              5           4        20    51981395.0000     1029221.3587          -
51474.14/2727.36	c      2727              5           4        20    51981395.0000     1029221.3587          -
51578.83/2732.67	c      2733              5           4        20    51981395.0000     1029221.3587          -
51691.53/2738.32	c      2738              5           4        20    51981395.0000     1029221.3587          -
51794.34/2743.56	c      2744              5           4        20    51981395.0000     1029221.3587          -
51899.12/2748.82	c      2749              5           4        20    51981395.0000     1029221.3587          -
52027.59/2755.39	c      2755              5           4        20    51981395.0000     1029221.3587          -
52158.05/2761.94	c      2762              6           5        20    51981395.0000     1029221.3587          -
52282.56/2768.21	c      2768              6           5        20    51981395.0000     1029221.3587          -
52398.05/2774.09	c      2774              6           5        20    51981395.0000     1029221.3587          -
52507.92/2779.62	c      2780              6           5        20    51981395.0000     1029221.3587          -
52615.61/2785.12	c      2785              6           5        20    51981395.0000     1029221.3587          -
52719.50/2790.40	c      2790              6           5        20    51981395.0000     1029221.3587          -
52820.26/2795.45	c      2795              6           5        20    51981395.0000     1029221.3587          -
52935.20/2801.27	c      2801              6           5        20    51981395.0000     1029221.3587          -
53041.89/2806.63	c      2807              6           5        20    51981395.0000     1029221.3587          -
53169.46/2813.05	c      2813              6           5        20    51981395.0000     1029221.3587          -
53273.39/2818.34	c      2818              6           5        20    51981395.0000     1029221.3587          -
53376.29/2823.53	c      2824              6           5        20    51981395.0000     1029221.3587          -
53481.12/2828.83	c      2829              6           5        20    51981395.0000     1029221.3587          -
53580.03/2833.85	c      2834              6           5        20    51981395.0000     1029221.3587          -
53692.80/2839.56	c      2840              6           5        20    51981395.0000     1029221.3587          -
53793.68/2844.64	c      2845              6           5        20    51981395.0000     1029221.3587          -
53908.46/2850.47	c      2850              6           5        20    51981395.0000     1029221.3587          -
54020.28/2856.06	c      2856              6           5        20    51981395.0000     1029221.3587          -
54130.11/2861.69	c      2862              6           5        20    51981395.0000     1029221.3587          -
54243.08/2867.36	c      2867              6           5        20    51981395.0000     1029221.3587          -
54347.76/2872.63	c      2873              6           5        20    51981395.0000     1029221.3587          -
54488.20/2879.74	c      2880              6           5        20    51981395.0000     1029221.3587          -
54638.54/2887.37	c      2887              6           5        20    51981395.0000     1029221.3587          -
54739.35/2892.46	c      2892              6           5        20    51981395.0000     1029221.3587          -
54842.15/2897.62	c      2898              6           5        20    51981395.0000     1029221.3587          -
54962.80/2903.73	c      2904              6           5        20    51981395.0000     1029221.3587          -
55075.68/2909.43	c      2909              6           5        20    51981395.0000     1029221.3587          -
55190.13/2915.28	c      2915              6           5        20    51981395.0000     1029221.3587          -
55300.82/2920.85	c      2921              6           5        20    51981395.0000     1029221.3587          -
55413.48/2926.51	c      2927              6           5        20    51981395.0000     1029221.3587          -
55514.25/2931.64	c      2932              6           5        20    51981395.0000     1029221.3587          -
55619.03/2936.91	c      2937              6           5        20    51981395.0000     1029221.3587          -
55757.42/2943.99	c      2944              6           5        20    51981395.0000     1029221.3587          -
55866.10/2949.41	c      2949              6           5        20    51981395.0000     1029221.3587          -
55964.94/2954.44	c      2954              6           5        20    51981395.0000     1029221.3587          -
56065.78/2959.55	c      2960              6           5        20    51981395.0000     1029221.3587          -
56166.63/2964.60	c      2965              6           5        20    51981395.0000     1029221.3587          -
56267.45/2969.71	c      2970              6           5        20    51981395.0000     1029221.3587          -
56370.21/2975.02	c      2975              6           5        20    51981395.0000     1029221.3587          -
56472.06/2980.10	c      2980              6           5        20    51981395.0000     1029221.3587          -
56570.74/2985.12	c      2985              6           5        20    51981395.0000     1029221.3587          -
56676.65/2990.46	c      2990              6           5        20    51981395.0000     1029221.3587          -
56781.44/2995.75	c      2996              6           5        20    51981395.0000     1029221.3587          -
56880.28/3000.78	c      3001              6           5        20    51981395.0000     1029221.3587          -
57000.87/3006.83	c      3007              6           5        20    51981395.0000     1029221.3587          -
57101.71/3012.00	c      3012              6           5        20    51981395.0000     1029221.3587          -
57206.48/3017.23	c      3017              6           5        20    51981395.0000     1029221.3587          -
57305.32/3022.25	c      3022              7           6        20    51981395.0000     1029221.3587          -
57410.08/3027.54	c      3028              7           6        20    51981395.0000     1029221.3587          -
57522.69/3033.21	c      3033              7           6        20    51981395.0000     1029221.3587          -
57627.45/3038.55	c      3039              7           6        20    51981395.0000     1029221.3587          -
57726.26/3043.56	c      3044              7           6        20    51981395.0000     1029221.3587          -
57829.06/3048.72	c      3049              7           6        20    51981395.0000     1029221.3587          -
57931.72/3053.93	c      3054              7           6        20    51981395.0000     1029221.3587          -
58036.48/3059.20	c      3059              7           6        20    51981395.0000     1029221.3587          -
58147.18/3064.84	c      3065              7           6        20    51981395.0000     1029221.3587          -
58248.02/3069.97	c      3070              7           6        20    51981395.0000     1029221.3587          -
58346.85/3075.01	c      3075              7           6        20    51981395.0000     1029221.3587          -
58450.39/3080.18	c      3080              7           6        20    51981395.0000     1029221.3587          -
58552.55/3085.31	c      3085              7           6        20    51981395.0000     1029221.3587          -
58655.32/3090.58	c      3091              7           6        20    51981395.0000     1029221.3587          -
58772.06/3096.45	c      3096              7           6        20    51981395.0000     1029221.3587          -
58876.94/3101.75	c      3102              7           6        20    51981395.0000     1029221.3587          -
58979.83/3107.00	c      3107              7           6        20    51981395.0000     1029221.3587          -
59081.61/3112.12	c      3112              7           6        20    51981395.0000     1029221.3587          -
59191.50/3117.66	c      3118              7           6        20    51981395.0000     1029221.3587          -
59292.44/3122.75	c      3123              7           6        20    51981395.0000     1029221.3587          -
59413.02/3128.84	c      3129              7           6        20    51981395.0000     1029221.3587          -
59511.87/3133.86	c      3134              7           6        20    51981395.0000     1029221.3587          -
59618.56/3139.21	c      3139              7           6        20    51981395.0000     1029221.3587          -
59719.40/3144.31	c      3144              7           6        20    51981395.0000     1029221.3587          -
59824.17/3149.64	c      3150              7           6        20    51981395.0000     1029221.3587          -
59922.93/3154.68	c      3155              7           6        20    51981395.0000     1029221.3587          -
60025.65/3159.87	c      3160              7           6        20    51981395.0000     1029221.3587          -
60144.23/3165.84	c      3166              7           6        20    51981395.0000     1029221.3587          -
60251.00/3171.25	c      3171              7           6        20    51981395.0000     1029221.3587          -
60351.91/3176.35	c      3176              8           7        20    51981395.0000     1029221.3587          -
60480.47/3182.87	c      3183              8           7        20    51981395.0000     1029221.3587          -
60584.21/3188.12	c      3188              8           7        20    51981395.0000     1029221.3587          -
60699.99/3193.91	c      3194              8           7        20    51981395.0000     1029221.3587          -
60798.88/3199.01	c      3199              8           7        20    51981395.0000     1029221.3587          -
60911.61/3204.63	c      3205              8           7        20    51981395.0000     1029221.3587          -
61019.30/3210.07	c      3210              8           7        20    51981395.0000     1029221.3587          -
61133.17/3215.84	c      3216              8           7        20    51981395.0000     1029221.3587          -
61234.04/3220.90	c      3221              8           7        20    51981395.0000     1029221.3587          -
61332.95/3226.03	c      3226              8           7        20    51981395.0000     1029221.3587          -
61437.67/3231.22	c      3231              8           7        20    51981395.0000     1029221.3587          -
61536.59/3236.25	c      3236              8           7        20    51981395.0000     1029221.3587          -
61637.40/3241.38	c      3241              8           7        20    51981395.0000     1029221.3587          -
61752.95/3247.16	c      3247              8           7        20    51981395.0000     1029221.3587          -
61860.90/3252.62	c      3253              8           7        20    51981395.0000     1029221.3587          -
61963.83/3257.88	c      3258              8           7        20    51981395.0000     1029221.3587          -
62084.47/3263.94	c      3264              8           7        20    51981395.0000     1029221.3587          -
62189.27/3269.30	c      3269              8           7        20    51981395.0000     1029221.3587          -
62290.13/3274.31	c      3274              8           7        20    51981395.0000     1029221.3587          -
62394.83/3279.66	c      3280              8           7        20    51981395.0000     1029221.3587          -
62502.43/3285.06	c      3285              8           7        20    51981395.0000     1029221.3587          -
62601.12/3290.13	c      3290              8           7        20    51981395.0000     1029221.3587          -
62719.45/3296.14	c      3296              8           7        20    51981395.0000     1029221.3587          -
62847.18/3302.54	c      3303              8           7        20    51981395.0000     1029221.3587          -
62947.97/3307.67	c      3308              9           8        20    51981395.0000     1029221.3587          -
63052.89/3313.01	c      3313              9           8        20    51981395.0000     1029221.3587          -
63183.52/3319.57	c      3320              9           8        20    51981395.0000     1029221.3587          -
63304.26/3325.64	c      3326              9           8        20    51981395.0000     1029221.3587          -
63407.21/3330.81	c      3331              9           8        20    51981395.0000     1029221.3587          -
63520.04/3336.56	c      3337              9           8        20    51981395.0000     1029221.3587          -
63632.85/3342.26	c      3342              9           8        20    51981395.0000     1029221.3587          -
63733.73/3347.31	c      3347              9           8        20    51981395.0000     1029221.3587          -
63834.52/3352.49	c      3352              9           8        20    51981395.0000     1029221.3587          -
63941.43/3357.85	c      3358              9           8        20    51981395.0000     1029221.3587          -
64045.22/3363.11	c      3363              9           8        20    51981395.0000     1029221.3587          -
64163.91/3369.07	c      3369              9           8        20    51981395.0000     1029221.3587          -
64262.88/3374.13	c      3374              9           8        20    51981395.0000     1029221.3587          -
64374.97/3379.74	c      3380              9           8        20    51981395.0000     1029221.3587          -
64483.84/3385.22	c      3385              9           8        20    51981395.0000     1029221.3587          -
64586.80/3390.42	c      3390             10           9        20    51981395.0000     1029221.3587          -
64792.73/3400.87	c      3401             10           9        20    51981395.0000     1029221.3587          -
64907.55/3406.61	c      3407             10           9        20    51981395.0000     1029221.3587          -
65008.52/3411.79	c      3412             10           9        20    51981395.0000     1029221.3587          -
65143.14/3418.59	c      3419             10           9        20    51981395.0000     1029221.3587          -
65248.09/3423.82	c      3424             10           9        20    51981395.0000     1029221.3587          -
65357.07/3429.39	c      3429             10           9        20    51981395.0000     1029221.3587          -
65467.84/3434.92	c      3435             10           9        20    51981395.0000     1029221.3587          -
65580.66/3440.70	c      3441             12          11        20    51981395.0000     1029221.3587          -
65699.44/3446.66	c      3447             12          11        20    51981395.0000     1029221.3587          -
65893.45/3456.44	c      3456             12          11        20    51981395.0000     1029221.3587          -
65996.40/3461.61	c      3462             12          11        20    51981395.0000     1029221.3587          -
66119.14/3467.86	c      3468             12          11        20    51981395.0000     1029221.3587          -
66233.97/3473.63	c      3474             12          11        20    51981395.0000     1029221.3587          -
66332.95/3478.68	c      3479             12          11        20    51981395.0000     1029221.3587          -
66480.28/3486.12	c      3486             13          12        20    51981395.0000     1029221.3587          -
66582.39/3491.30	c      3491             13          12        20    51981395.0000     1029221.3587          -
66905.02/3507.57	c      3508             13          12        20    51981395.0000     1029221.3587          -
67133.17/3519.09	c      3519             13          12        20    51981395.0000     1029221.3587          -
67308.27/3527.98	c      3528             13          12        20    51981395.0000     1029221.3587          -
67460.45/3535.61	c      3536             13          12        20    51981395.0000     1029221.3587          -
67627.43/3544.05	c      3544             13          12        20    51981395.0000     1029221.3587          -
67752.93/3550.41	c      3550             13          12        20    51981395.0000     1029221.3587          -
67895.16/3557.70	c      3558             13          12        20    51981395.0000     1029221.3587          -
67999.89/3562.90	c      3563             13          12        20    51981395.0000     1029221.3587          -
68104.74/3568.27	c      3568             13          12        20    51981395.0000     1029221.3587          -
68277.00/3576.93	c      3577             13          12        20    51981395.0000     1029221.3587          -
68427.47/3584.54	c      3585             13          12        20    51981395.0000     1029221.3587          -
68542.29/3590.32	c      3590             13          12        20    51981395.0000     1029221.3587          -
68665.06/3596.56	c      3597             13          12        20    51981395.0000     1029221.3587          -
68801.66/3603.47	c      3603             13          12        20    51981395.0000     1029221.3587          -
68933.20/3610.12	c      3610             14          13        20    51981395.0000     1029221.3587          -
69078.82/3617.40	c      3617             15          14        20    51981395.0000     1029221.3587          -
69192.30/3623.18	c      3623             15          14        20    51981395.0000     1029221.3587          -
69304.14/3628.88	c      3629             16          15        20    51981395.0000     1029221.3587          -
69424.71/3634.99	c      3635             16          15        20    51981395.0000     1029221.3587          -
69528.36/3640.19	c      3640             17          16        20    51981395.0000     1029221.3587          -
69642.08/3645.92	c      3646             17          16        20    51981395.0000     1029221.3587          -
69745.70/3651.17	c      3651             19          18        20    51981395.0000     1029221.3587          -
69859.40/3657.03	c      3657             19          18        20    51981395.0000     1029221.3587          -
69972.00/3662.64	c      3663             19          18        20    51981395.0000     1029221.3587          -
70079.66/3668.08	c      3668             19          18        20    51981395.0000     1029221.3587          -
70207.09/3674.57	c      3675             19          18        20    51981395.0000     1029221.3587          -
70375.98/3683.09	c      3683             19          18        20    51981395.0000     1029221.3587          -
70485.68/3688.67	c      3689             19          18        20    51981395.0000     1029221.3587          -
70600.31/3694.46	c      3694             19          18        20    51981395.0000     1029221.3587          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100106 s]*
/proc/loadavg: 78.56 79.88 79.17 62/984 729248
/proc/meminfo: memFree=553909848/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=171636 memory=156264 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 36431 0 0 0 6 5 0 0 20 0 1 0 128671819 175755264 39066 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 42909 39066 2347 3035 0 39305 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 171636 KiB
Current children cumulated memory: 156264 KiB

[startup+0.220316 s]*
/proc/loadavg: 78.56 79.88 79.17 62/984 729248
/proc/meminfo: memFree=553842152/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=231020 memory=215456 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 51216 0 0 0 15 8 0 0 20 0 1 0 128671819 236564480 53864 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 57755 53864 2347 3035 0 54151 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 231020 KiB
Current children cumulated memory: 215456 KiB

[startup+0.320178 s]*
/proc/loadavg: 78.56 79.88 79.17 62/984 729248
/proc/meminfo: memFree=553773188/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=297272 memory=281732 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 67800 0 0 0 22 10 0 0 20 0 1 0 128671819 304406528 70433 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 74318 70433 2347 3035 0 70714 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 297272 KiB
Current children cumulated memory: 281732 KiB

[startup+0.700257 s]
/proc/loadavg: 78.56 79.88 79.17 62/984 729248
/proc/meminfo: memFree=553674708/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=437736 memory=421988 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 101841 0 0 0 54 15 0 0 20 0 1 0 128671819 448241664 105497 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 109434 105497 2347 3035 0 105830 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 437736 KiB
Current children cumulated memory: 421988 KiB

[startup+1.50026 s]
/proc/loadavg: 78.56 79.88 79.17 62/984 729248
/proc/meminfo: memFree=553548140/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=765788 memory=753052 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 191220 0 0 0 119 29 0 0 20 0 1 0 128671819 784166912 188263 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 191447 188263 2555 3035 0 187843 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 765788 KiB
Current children cumulated memory: 753052 KiB

[startup+3.12005 s]
/proc/loadavg: 78.56 79.88 79.17 62/984 729249
/proc/meminfo: memFree=552657244/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=1407120 memory=1378192 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 335165 0 0 0 257 53 0 0 20 0 1 0 128671819 1440890880 344548 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 351780 344548 2630 3035 0 348176 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1407120 KiB
Current children cumulated memory: 1378192 KiB

[startup+6.30025 s]
/proc/loadavg: 77.15 79.57 79.07 42/938 729280
/proc/meminfo: memFree=600965536/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=1558244 memory=1524072 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 379447 0 0 0 553 74 0 0 20 0 1 0 128671819 1595641856 381018 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 389561 381018 2726 3035 0 385957 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1558244 KiB
Current children cumulated memory: 1524072 KiB

[startup+12.7003 s]
/proc/loadavg: 74.42 78.96 78.88 43/944 729297
/proc/meminfo: memFree=600234624/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=2044852 memory=2006132 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 472527 0 0 0 1173 91 0 0 20 0 1 0 128671819 2093928448 501533 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 511213 501533 2774 3035 0 507609 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2044852 KiB
Current children cumulated memory: 2006132 KiB

[startup+25.5003 s]
/proc/loadavg: 70.16 77.77 78.49 62/985 729340
/proc/meminfo: memFree=592674744/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=2083120 memory=2040384 CPUtime=25.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 476578 0 0 0 2445 95 0 0 20 0 1 0 128671819 2133114880 510096 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 520780 510096 2774 3035 0 517176 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2083120 KiB
Current children cumulated memory: 2040384 KiB

[startup+51.1208 s]
/proc/loadavg: 67.17 76.46 78.03 62/985 729345
/proc/meminfo: memFree=589645124/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=2087216 memory=2044948 CPUtime=50.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 477849 0 0 0 4991 99 0 0 20 0 1 0 128671819 2137309184 511237 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 521804 511237 2774 3035 0 518200 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 2087216 KiB
Current children cumulated memory: 2044948 KiB

[startup+102.3 s]
/proc/loadavg: 63.81 74.10 77.15 62/983 729357
/proc/meminfo: memFree=586585408/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=2126804 memory=2084516 CPUtime=101.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) R 729244 729247 726863 0 -1 4194304 482706 0 0 0 10077 104 0 0 20 0 1 0 128671819 2177847296 521129 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 531701 521129 2774 3035 0 528097 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 2126804 KiB
Current children cumulated memory: 2084516 KiB

[startup+162.302 s]
/proc/loadavg: 69.67 73.58 76.76 81/1023 729409
/proc/meminfo: memFree=525093876/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=63484360 memory=60809000 CPUtime=711.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) S 729244 729247 726863 0 -1 1077936128 14565211 0 0 0 66545 4627 0 0 20 0 41 0 128671819 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 15871090 15202250 2854 3035 0 15521841 0
[pid=729247/tid=729360] ppid=729244 vsize=63484360 memory=-6442508583914617704 CPUtime=30.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729360/stat : 729360 (fscip) R 729244 729247 726863 0 -1 4194368 409551 0 0 0 2953 84 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729361] ppid=729244 vsize=63484360 memory=50093628 CPUtime=29.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729361/stat : 729361 (fscip) R 729244 729247 726863 0 -1 4194368 897275 0 0 0 2501 428 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729362] ppid=729244 vsize=63484360 memory=280525252197312 CPUtime=30.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729362/stat : 729362 (fscip) R 729244 729247 726863 0 -1 4194368 793889 0 0 0 2852 162 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729363] ppid=729244 vsize=63484360 memory=2085792 CPUtime=30.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729363/stat : 729363 (fscip) R 729244 729247 726863 0 -1 4194368 405181 0 0 0 2956 83 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729364] ppid=729244 vsize=63484360 memory=2059560 CPUtime=29.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729364/stat : 729364 (fscip) R 729244 729247 726863 0 -1 4194368 902259 0 0 0 2503 426 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729365] ppid=729244 vsize=63484360 memory=280525252429968 CPUtime=30.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729365/stat : 729365 (fscip) R 729244 729247 726863 0 -1 4194368 798425 0 0 0 2858 157 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729366] ppid=729244 vsize=63484360 memory=13226616 CPUtime=30.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729366/stat : 729366 (fscip) R 729244 729247 726863 0 -1 4194368 409604 0 0 0 2950 87 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729367] ppid=729244 vsize=63484360 memory=0 CPUtime=29.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729367/stat : 729367 (fscip) R 729244 729247 726863 0 -1 4194368 911086 0 0 0 2509 419 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729368] ppid=729244 vsize=63484360 memory=280525252456560 CPUtime=30.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729368/stat : 729368 (fscip) R 729244 729247 726863 0 -1 4194368 781507 0 0 0 2858 154 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729369] ppid=729244 vsize=63484360 memory=2268 CPUtime=30.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729369/stat : 729369 (fscip) R 729244 729247 726863 0 -1 4194368 412290 0 0 0 2954 83 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729370] ppid=729244 vsize=63484360 memory=57966688 CPUtime=29.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729370/stat : 729370 (fscip) R 729244 729247 726863 0 -1 4194368 902270 0 0 0 2496 407 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729371] ppid=729244 vsize=63484360 memory=-6442508583914617704 CPUtime=30.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729371/stat : 729371 (fscip) R 729244 729247 726863 0 -1 4194368 796974 0 0 0 2851 161 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729372] ppid=729244 vsize=63484360 memory=2064740 CPUtime=30.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729372/stat : 729372 (fscip) R 729244 729247 726863 0 -1 4194368 406098 0 0 0 2957 84 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729373] ppid=729244 vsize=63484360 memory=2268 CPUtime=29.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729373/stat : 729373 (fscip) R 729244 729247 726863 0 -1 4194368 917997 0 0 0 2491 420 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729374] ppid=729244 vsize=63484360 memory=35528 CPUtime=30.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729374/stat : 729374 (fscip) R 729244 729247 726863 0 -1 4194368 782917 0 0 0 2851 159 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729375] ppid=729244 vsize=63484360 memory=280525252658880 CPUtime=30.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729375/stat : 729375 (fscip) R 729244 729247 726863 0 -1 4194368 416094 0 0 0 2956 85 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729376] ppid=729244 vsize=63484360 memory=2274 CPUtime=29.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729376/stat : 729376 (fscip) R 729244 729247 726863 0 -1 4194368 897986 0 0 0 2503 424 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729377] ppid=729244 vsize=63484360 memory=0 CPUtime=29.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729377/stat : 729377 (fscip) R 729244 729247 726863 0 -1 4194368 782759 0 0 0 2827 161 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729378] ppid=729244 vsize=63484360 memory=0 CPUtime=30.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729378/stat : 729378 (fscip) R 729244 729247 726863 0 -1 4194368 406367 0 0 0 2951 85 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729379] ppid=729244 vsize=63484360 memory=6944656592455360608 CPUtime=29.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729379/stat : 729379 (fscip) R 729244 729247 726863 0 -1 4194368 901780 0 0 0 2509 426 0 0 20 0 41 0 128683123 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729385] ppid=729244 vsize=63484360 memory=11424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729385/stat : 729385 (fscip) S 729244 729247 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128685048 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729386] ppid=729244 vsize=63484360 memory=35528 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729386/stat : 729386 (fscip) S 729244 729247 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128685048 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729387] ppid=729244 vsize=63484360 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729387/stat : 729387 (fscip) S 729244 729247 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128685048 65007984640 15202250 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0

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

/proc/729247/task/729392/stat : 729392 (fscip) S 729244 729247 726863 0 -1 1077936192 237 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729393] ppid=729244 vsize=137655268 memory=106753624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729393/stat : 729393 (fscip) S 729244 729247 726863 0 -1 1077936192 265 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729394] ppid=729244 vsize=137655268 memory=280525255506208 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729394/stat : 729394 (fscip) S 729244 729247 726863 0 -1 1077936192 228 0 0 0 0 2 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729395] ppid=729244 vsize=137655268 memory=106965032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729395/stat : 729395 (fscip) S 729244 729247 726863 0 -1 1077936192 230 0 0 0 0 2 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729396] ppid=729244 vsize=137655268 memory=106753624 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729396/stat : 729396 (fscip) S 729244 729247 726863 0 -1 1077936192 249 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729397] ppid=729244 vsize=137655268 memory=106965032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729397/stat : 729397 (fscip) S 729244 729247 726863 0 -1 1077936192 222 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729398] ppid=729244 vsize=137655268 memory=106753624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729398/stat : 729398 (fscip) S 729244 729247 726863 0 -1 1077936192 239 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729399] ppid=729244 vsize=137655268 memory=106753624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729399/stat : 729399 (fscip) S 729244 729247 726863 0 -1 1077936192 292 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729400] ppid=729244 vsize=137655268 memory=106753624 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729400/stat : 729400 (fscip) S 729244 729247 726863 0 -1 1077936192 219 0 0 0 1 1 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729401] ppid=729244 vsize=137655268 memory=106753624 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729401/stat : 729401 (fscip) S 729244 729247 726863 0 -1 1077936192 211 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729402] ppid=729244 vsize=137655268 memory=13848581719216213 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729402/stat : 729402 (fscip) S 729244 729247 726863 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729403] ppid=729244 vsize=137655268 memory=280525254287552 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729403/stat : 729403 (fscip) S 729244 729247 726863 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729404] ppid=729244 vsize=137655268 memory=3476608854868190570 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729404/stat : 729404 (fscip) S 729244 729247 726863 0 -1 1077936192 215 0 0 0 0 2 0 0 20 0 41 0 128685049 140958994432 26688406 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
Current children cumulated CPU time: 69570.9 s
Current children cumulated vsize: 137655268 KiB
Current children cumulated memory: 106753624 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 79.55 78.18 77.72 81/1021 731559
/proc/meminfo: memFree=451902652/790760800 swapFree=131071996/131071996
[pid=729247] ppid=729244 vsize=137655268 memory=106756420 CPUtime=70711.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/stat : 729247 (fscip) S 729244 729247 726863 0 -1 1077936128 298048416 0 0 0 7034867 36296 0 0 20 0 41 0 128671819 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
/proc/729247/statm: 34413817 26689105 3030 3035 0 33903641 0
[pid=729247/tid=729360] ppid=729244 vsize=137655268 memory=106756420 CPUtime=3535.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729360/stat : 729360 (fscip) R 729244 729247 726863 0 -1 4194368 15578911 0 0 0 351809 1699 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729361] ppid=729244 vsize=137655268 memory=-6225781643645467493 CPUtime=3532.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729361/stat : 729361 (fscip) R 729244 729247 726863 0 -1 4194368 8230492 0 0 0 351707 1563 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729362] ppid=729244 vsize=137655268 memory=11592 CPUtime=3525.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729362/stat : 729362 (fscip) R 729244 729247 726863 0 -1 4194368 20731627 0 0 0 350363 2199 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729363] ppid=729244 vsize=137655268 memory=13768 CPUtime=3522.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729363/stat : 729363 (fscip) R 729244 729247 726863 0 -1 4194368 16553603 0 0 0 350462 1779 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729364] ppid=729244 vsize=137655268 memory=11644 CPUtime=3534.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729364/stat : 729364 (fscip) R 729244 729247 726863 0 -1 4194368 8332891 0 0 0 352005 1476 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729365] ppid=729244 vsize=137655268 memory=11636 CPUtime=3531.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729365/stat : 729365 (fscip) R 729244 729247 726863 0 -1 4194368 18967529 0 0 0 351113 2034 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729366] ppid=729244 vsize=137655268 memory=13492 CPUtime=3531.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729366/stat : 729366 (fscip) R 729244 729247 726863 0 -1 4194368 17905658 0 0 0 351258 1865 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729367] ppid=729244 vsize=137655268 memory=11644 CPUtime=3532.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729367/stat : 729367 (fscip) R 729244 729247 726863 0 -1 4194368 8033632 0 0 0 351832 1454 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729368] ppid=729244 vsize=137655268 memory=2152 CPUtime=3526.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729368/stat : 729368 (fscip) R 729244 729247 726863 0 -1 4194368 21157830 0 0 0 350358 2273 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729369] ppid=729244 vsize=137655268 memory=6056 CPUtime=3534.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729369/stat : 729369 (fscip) R 729244 729247 726863 0 -1 4194368 16560180 0 0 0 351645 1771 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729370] ppid=729244 vsize=137655268 memory=104 CPUtime=3532.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729370/stat : 729370 (fscip) R 729244 729247 726863 0 -1 4194368 8135910 0 0 0 351793 1442 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729371] ppid=729244 vsize=137655268 memory=33100 CPUtime=3526.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729371/stat : 729371 (fscip) R 729244 729247 726863 0 -1 4194368 22251645 0 0 0 350203 2418 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729372] ppid=729244 vsize=137655268 memory=280525252193232 CPUtime=3529.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729372/stat : 729372 (fscip) R 729244 729247 726863 0 -1 4194368 17702925 0 0 0 351036 1922 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729373] ppid=729244 vsize=137655268 memory=280525254341152 CPUtime=3533.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729373/stat : 729373 (fscip) R 729244 729247 726863 0 -1 4194368 8770229 0 0 0 351822 1533 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729374] ppid=729244 vsize=137655268 memory=280525252709104 CPUtime=3533.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729374/stat : 729374 (fscip) R 729244 729247 726863 0 -1 4194368 19138683 0 0 0 351309 2055 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729375] ppid=729244 vsize=137655268 memory=18200 CPUtime=3534.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729375/stat : 729375 (fscip) R 729244 729247 726863 0 -1 4194368 17223601 0 0 0 351644 1798 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729376] ppid=729244 vsize=137655268 memory=28356 CPUtime=3533.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729376/stat : 729376 (fscip) R 729244 729247 726863 0 -1 4194368 8373537 0 0 0 351872 1494 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729377] ppid=729244 vsize=137655268 memory=31860 CPUtime=3511.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729377/stat : 729377 (fscip) R 729244 729247 726863 0 -1 4194368 19795717 0 0 0 349014 2179 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729378] ppid=729244 vsize=137655268 memory=7176 CPUtime=3532.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729378/stat : 729378 (fscip) R 729244 729247 726863 0 -1 4194368 16436528 0 0 0 351436 1828 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729379] ppid=729244 vsize=137655268 memory=36248 CPUtime=3522.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729379/stat : 729379 (fscip) R 729244 729247 726863 0 -1 4194368 7511199 0 0 0 350853 1362 0 0 20 0 41 0 128683123 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729385] ppid=729244 vsize=137655268 memory=6628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729385/stat : 729385 (fscip) S 729244 729247 726863 0 -1 1077936192 213 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729386] ppid=729244 vsize=137655268 memory=20572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729386/stat : 729386 (fscip) S 729244 729247 726863 0 -1 1077936192 258 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729387] ppid=729244 vsize=137655268 memory=8240 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729387/stat : 729387 (fscip) S 729244 729247 726863 0 -1 1077936192 232 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729388] ppid=729244 vsize=137655268 memory=2112 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729388/stat : 729388 (fscip) S 729244 729247 726863 0 -1 1077936192 232 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729389] ppid=729244 vsize=137655268 memory=3308 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729389/stat : 729389 (fscip) S 729244 729247 726863 0 -1 1077936192 282 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729390] ppid=729244 vsize=137655268 memory=1704 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729390/stat : 729390 (fscip) S 729244 729247 726863 0 -1 1077936192 210 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729391] ppid=729244 vsize=137655268 memory=18200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729391/stat : 729391 (fscip) S 729244 729247 726863 0 -1 1077936192 208 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729392] ppid=729244 vsize=137655268 memory=28356 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729392/stat : 729392 (fscip) S 729244 729247 726863 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729393] ppid=729244 vsize=137655268 memory=31860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729393/stat : 729393 (fscip) S 729244 729247 726863 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729394] ppid=729244 vsize=137655268 memory=7176 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729394/stat : 729394 (fscip) S 729244 729247 726863 0 -1 1077936192 231 0 0 0 0 2 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729395] ppid=729244 vsize=137655268 memory=6056 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729395/stat : 729395 (fscip) S 729244 729247 726863 0 -1 1077936192 234 0 0 0 0 2 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729396] ppid=729244 vsize=137655268 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729396/stat : 729396 (fscip) S 729244 729247 726863 0 -1 1077936192 252 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729397] ppid=729244 vsize=137655268 memory=33100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729397/stat : 729397 (fscip) S 729244 729247 726863 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729398] ppid=729244 vsize=137655268 memory=19600 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729398/stat : 729398 (fscip) S 729244 729247 726863 0 -1 1077936192 243 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729399] ppid=729244 vsize=137655268 memory=54680 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729399/stat : 729399 (fscip) S 729244 729247 726863 0 -1 1077936192 296 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729400] ppid=729244 vsize=137655268 memory=28496 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729400/stat : 729400 (fscip) S 729244 729247 726863 0 -1 1077936192 222 0 0 0 1 1 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729401] ppid=729244 vsize=137655268 memory=7644 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729401/stat : 729401 (fscip) S 729244 729247 726863 0 -1 1077936192 214 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729402] ppid=729244 vsize=137655268 memory=26960 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729402/stat : 729402 (fscip) S 729244 729247 726863 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729403] ppid=729244 vsize=137655268 memory=10392 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729403/stat : 729403 (fscip) S 729244 729247 726863 0 -1 1077936192 242 0 0 0 2 0 0 0 20 0 41 0 128685048 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
[pid=729247/tid=729404] ppid=729244 vsize=137655268 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/729247/task/729404/stat : 729404 (fscip) S 729244 729247 726863 0 -1 1077936192 218 0 0 0 0 2 0 0 20 0 41 0 128685049 140958994432 26689105 809668444160 4194304 16623229 140723155500160 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 36392960 140723155506182 140723155506300 140723155506300 140723155513328 0
Current children cumulated CPU time: 70711.6 s
Current children cumulated vsize: 137655268 KiB
Current children cumulated memory: 106756420 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=70348.9 s, system=366.241 s

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

[startup+3700.8 s]
/proc/loadavg: 79.55 78.18 77.72 62/982 731559
/proc/meminfo: memFree=455892432/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: 79.55 78.18 77.72 62/982 731559
/proc/meminfo: memFree=487975476/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 79.55 78.18 77.72 62/982 731561
/proc/meminfo: memFree=522834752/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): 3703.34
CPU time (s): 70715.2
CPU user time (s): 70348.9
CPU system time (s): 366.241
CPU usage (%): 1909.5
Max. virtual memory (cumulated for all children) (KiB): 138338736
Max. memory (cumulated for all children) (KiB): 107271708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70348.9
system time used= 366.241
maximum resident set size= 107273720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298049355
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= 7595515
involuntary context switches= 290396


# summary of solver processes directly reported to runsolver:
#   pid: 729247
#   total CPU time (s): 70715.2
#   total CPU user time (s): 70348.9
#   total CPU system time (s): 366.241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.7776 second user time and 92.5559 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 09:34:11
IDJOB=4465465
IDBENCH=155645
IDSOLVER=3094
FILE ID=nodeD101/4465465-1723620850
RUNJOBID= nodeD101-1723617207-726873
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622740 MiB

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

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

MD5SUM BENCH= ed59d2b3a30e3eff3a6b6ac614db3a9c
RANDOM SEED=297072034

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        554037564 kB
MemAvailable:   611817436 kB
Buffers:         1148772 kB
Cached:         59885748 kB
SwapCached:            0 kB
Active:         18866156 kB
Inactive:       213988596 kB
Active(anon):       2120 kB
Inactive(anon): 171857040 kB
Active(file):   18864036 kB
Inactive(file): 42131556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             54600 kB
Writeback:             0 kB
AnonPages:      171818796 kB
Mapped:           137096 kB
Shmem:             38920 kB
KReclaimable:     407616 kB
Slab:             823992 kB
SReclaimable:     407616 kB
SUnreclaim:       416376 kB
KernelStack:       16912 kB
PageTables:       369716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   74660280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1133952 kB
HardwareCorrupted:     0 kB
AnonHugePages:  56440832 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622736 MiB
End job on nodeD101 at 2024-08-14 10:35:54