Trace number 4468491

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12OPT813 3.78877 0.415066

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-4.opb
MD5SUMa0ea3bcd614a437876ff794ba0a9b553
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark813
Best CPU time to get the best result obtained on this benchmark0.143151
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2289
Total number of constraints764
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)404
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 1798
Biggest coefficient in the objective function 349
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 104116
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 349
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 104116
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 30396416, getVmSize() = 30396416, SCIPgetMemUsed() = 6357768, SCIPgetMemTotal() = 8759816, SCIPgetMemExternEstim() = 2783901
0.00/0.01	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
0.00/0.04	c ** Estimated virtualMemUsedAtSolver = 22057344, getVmSize() = 53141504, SCIPgetMemUsed() = 21413083, SCIPgetMemTotal() = 30302115, SCIPgetMemExternEstim() = 2783901
0.00/0.04	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4468491-1723479140
0.00/0.04	c   Variables        : 2289 (2289 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 764
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 2280 (2280 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 748
0.00/0.04	c Constraints        : Number
0.00/0.04	c   setppc           : 736 
0.00/0.04	c   linear           : 12 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.04	c ** ParaScipInstance copy does not increase the number of variables. **
0.12/0.13	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.14	c                                Nodes    Active                                            
0.12/0.14	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.12/0.21	c *       0              0           1        20        4457.0000                -          -
0.12/0.22	c *       0              0           1        20        3119.0000                -          -
0.12/0.25	c *       0              0           1        20        2229.0000                -          -
1.57/0.31	c *       0              0           1        20        2024.0000                -          -
1.57/0.31	c *       0              0           1        20        1417.0000                -          -
1.57/0.33	c *       0              0           1        20         914.0000                -          -
1.57/0.33	c *       0              0           1        20         813.0000                -          -
1.57/0.33	c         0              1           0         0         813.0000         813.0000      0.00%
3.41/0.39	c         0              1           0         0         813.0000         813.0000      0.00%
3.41/0.39	c SCIP Status        : c problem is solved
3.41/0.39	c Total Time         : 0.40
3.41/0.39	c   solving          : 0.40
3.41/0.39	c   presolving       : 0.03 (included in solving)
3.41/0.39	c B&B Tree           :
3.41/0.39	c   nodes (total)    : 1
3.41/0.39	c Solution           :
3.41/0.39	c   Solutions found  : 7
3.41/0.39	c   Primal Bound     : +8.13000000000000e+02
3.41/0.39	c   Dual Bound       : +8.13000000000000e+02
3.41/0.39	c Gap                : 0.00000 %
3.41/0.39	o 813
3.41/0.39	s OPTIMUM FOUND
3.41/0.39	v -x2288 -x2282 -x2276 -x2272 -x2253 -x2252 -x2247 -x2244 -x2235 -x2233 -x2230 -x2229 -x2227 -x2226 -x2217 -x2206 -x2194 -x2178 -x2175 
3.41/0.39	v -x2174 -x2167 -x2159 -x2158 -x2154 -x2149 -x2144 -x2143 -x2140 -x2139 -x2138 -x2128 -x2127 -x2124 -x2112 -x2106 -x2103 
3.41/0.39	v -x2102 -x2095 -x2091 -x2090 -x2087 -x2082 -x2081 -x2077 -x2076 -x2069 -x2067 -x2058 -x2057 -x2056 -x2055 -x2054 -x2053 -x2052 
3.41/0.39	v -x2047 -x2045 -x2041 -x2038 -x2036 -x2035 x2032 -x2031 -x2028 -x2022 -x2010 -x2006 -x2001 -x1999 -x1995 -x1992 -x1987 -x1983 
3.41/0.39	v -x1978 -x1974 -x1966 -x1965 -x1963 -x1961 -x1960 -x1959 -x1957 -x1955 -x1953 -x1950 -x1949 -x1948 -x1945 -x1944 -x1941 -x1940 
3.41/0.39	v -x1938 x1933 -x1932 -x1931 -x1920 -x1913 x1911 -x1910 -x1906 -x1902 -x1896 -x1892 -x1889 -x1888 -x1887 -x1886 -x1881 -x1874 
3.41/0.39	v -x1861 -x1858 -x1853 -x1851 -x1846 -x1843 -x1841 -x1837 -x1836 -x1824 x1820 -x1815 -x1812 -x1809 -x1806 -x1804 -x1785 -x1784 
3.41/0.39	v -x1783 -x1777 -x1771 -x1770 -x1768 -x1765 -x1762 -x1759 -x1754 -x1750 -x1748 -x1747 -x1746 -x1745 -x1743 -x1737 -x1736 -x1734 
3.41/0.39	v -x1725 -x1718 -x1716 -x1700 -x1697 -x1695 -x1692 -x1690 -x1689 -x1688 -x1687 -x1683 -x1682 -x1668 -x1667 -x1665 -x1664 -x1663 
3.41/0.39	v -x1658 -x1657 -x1653 -x1642 -x1641 -x1622 -x1618 -x1617 -x1612 -x1609 -x1600 -x1582 -x1580 -x1574 -x1573 -x1571 -x1567 -x1564 
3.41/0.39	v -x1563 -x1559 -x1554 -x1550 -x1539 -x1534 -x1530 -x1523 -x1521 x1518 -x1504 -x1501 -x1500 -x1499 -x1497 -x1492 -x1491 -x1490 
3.41/0.39	v x1484 -x1482 -x1474 -x1473 -x1472 -x1468 -x1467 -x1464 -x1463 -x1462 -x1458 -x1455 -x1450 -x1447 -x1446 -x1443 -x1437 -x1424 
3.41/0.39	v -x1422 -x1419 -x1414 -x1405 -x1402 -x1398 -x1380 -x1379 -x1378 -x1376 -x1372 -x1369 -x1368 -x1361 -x1356 -x1355 -x1348 -x1333 
3.41/0.39	v x1332 -x1328 -x1326 -x1322 -x1307 -x1305 -x1302 x1297 -x1296 -x1287 -x1278 -x1276 -x1275 -x1274 -x1272 -x1269 -x1267 -x1258 
3.41/0.39	v -x1254 -x1252 -x1251 -x1226 -x1224 -x1219 -x1207 -x1203 -x1179 -x1175 -x1173 -x1168 -x1161 -x1160 -x1152 -x1151 x1138 -x1131 
3.41/0.39	v -x1126 -x1118 -x1112 -x1110 -x1109 -x1106 -x1102 -x1101 -x1092 -x1083 -x1081 -x1080 -x1079 -x1078 -x1077 -x1072 -x1065 -x1063 
3.41/0.39	v -x1061 -x1060 -x1057 -x1056 -x1055 -x1047 -x1036 -x1034 -x1012 -x1005 -x991 -x990 -x984 -x982 -x979 -x978 -x973 -x971 -x966 
3.41/0.39	v -x957 -x956 -x954 -x948 -x945 -x942 -x936 -x923 x915 -x914 -x912 -x911 -x907 -x906 -x904 -x897 -x888 -x886 -x885 -x884 -x883 
3.41/0.39	v -x882 -x877 -x870 -x865 -x862 x861 -x860 -x852 -x841 -x839 -x837 -x834 -x817 x810 x796 -x795 -x789 -x787 -x784 -x783 -x782 
3.41/0.39	v -x778 -x776 -x771 -x770 -x769 -x765 -x762 -x761 -x759 -x753 -x750 -x747 -x741 -x713 -x712 -x687 -x683 -x680 -x678 -x671 -x670 
3.41/0.39	v -x650 -x648 -x640 -x624 -x615 -x608 -x602 x601 -x599 x594 -x592 -x587 x586 -x585 -x581 x580 -x578 -x576 -x570 x566 x565 x559 
3.41/0.39	v -x558 -x553 -x552 -x551 -x548 -x538 -x535 -x531 -x530 -x521 -x512 -x506 -x505 -x496 -x491 -x489 -x488 -x458 -x447 -x412 -x405 
3.41/0.39	v -x404 -x396 -x384 -x377 -x372 -x358 -x357 -x356 -x355 -x353 x349 -x347 x341 -x339 -x337 x335 -x334 -x329 -x328 -x327 -x324 
3.41/0.39	v -x311 -x310 -x307 -x303 -x281 -x280 -x276 x269 -x268 -x262 -x259 x251 -x247 -x246 x238 -x235 -x226 -x225 -x222 -x215 -x214 
3.41/0.39	v -x212 -x204 -x202 -x201 -x197 -x191 -x190 -x186 -x184 -x176 x174 x171 -x167 -x166 -x165 x157 -x148 -x145 -x142 -x127 x125 -x124 
3.41/0.39	v -x99 -x98 x94 -x83 -x80 -x58 -x54 -x48 -x41 -x40 x32 -x20 -x13 x8 x1 -x2289 -x1899 -x1314 -x1119 -x924 -x547 -x183 -x1703 
3.41/0.39	v -x1508 -x364 -x2092 -x1897 -x1507 -x1117 -x922 -x727 -x363 -x1506 -x1116 -x921 -x726 -x362 -x1895 -x1505 -x725 -x2089 -x1894 
3.41/0.39	v -x1309 -x1114 -x919 -x724 -x542 -x178 -x2283 -x1308 -x1113 -x918 -x541 -x177 -x722 -x2281 -x2086 -x1891 -x721 -x2280 -x2085 -x1890 
3.41/0.39	v -x720 -x1694 -x2278 -x1498 -x1108 -x913 -x718 -x717 -x2080 -x1885 -x2079 -x1884 -x1494 -x1104 -x909 -x715 -x2273 -x2078 
3.41/0.39	v -x1493 -x1103 -x908 -x714 -x350 -x1882 -x2269 -x2074 -x1489 -x710 -x2073 -x1878 -x1488 -x1293 -x1098 -x903 -x709 -x527 -x163 
3.41/0.39	v -x2072 -x1877 -x1487 -x1097 -x902 -x708 -x344 -x2071 -x1876 -x1681 -x1486 -x1291 -x1096 -x901 -x707 -x525 -x161 -x2265 -x1875 
3.41/0.39	v -x1485 -x2264 -x1679 -x1289 -x1094 -x899 -x705 -x523 -x159 -x2263 -x2068 -x1483 -x704 -x2262 -x1872 -x703 -x2261 -x2066 -x1871 
3.41/0.39	v -x1481 -x702 -x338 -x2260 -x2065 -x701 -x2064 -x1869 -x1284 -x518 -x154 -x2258 -x2063 -x1868 -x1283 -x699 -x517 -x153 -x2257 
3.41/0.39	v -x1867 -x698 -x2256 -x2061 -x1866 -x1671 -x1476 -x697 -x333 -x2255 -x2060 -x1865 -x1280 -x1085 -x890 -x514 -x332 -x150 -x2059 
3.41/0.39	v -x1864 -x1279 -x1084 -x889 -x513 -x331 -x149 -x694 -x1082 -x887 -x693 -x2251 -x1666 -x2250 -x2249 -x1662 -x2051 -x1856 -x1661 
3.41/0.39	v -x1076 -x881 -x325 -x2049 -x2048 -x1268 -x2046 -x1656 -x1071 -x876 -x686 -x322 -x2240 -x1850 -x1655 -x1460 -x1265 -x685 
3.41/0.39	v -x503 -x139 -x2044 -x1849 -x1654 -x1459 -x1264 -x1069 -x874 -x502 -x320 -x138 -x2237 -x2042 -x1847 -x1652 -x682 -x318 -x2236 
3.41/0.39	v -x1651 -x1456 -x1261 -x499 -x317 -x135 -x2234 -x2039 -x1844 -x1649 -x1259 -x1064 -x869 -x679 -x497 -x133 -x2037 -x1842 -x1647 
3.41/0.39	v -x1452 -x1257 -x1062 -x867 -x677 -x495 -x131 -x1646 -x1451 -x676 -x312 -x493 -x129 -x1645 -x2034 -x1839 -x1644 -x1449 -x309 
3.41/0.39	v -x2033 -x1643 -x1448 -x1058 -x863 -x672 -x2030 -x1835 -x1640 -x1445 -x669 -x305 -x2029 -x1834 -x1639 -x1444 -x1249 -x1054 -x859 
3.41/0.39	v -x668 -x486 -x122 -x2223 -x1638 -x1053 -x858 -x667 -x2222 -x1637 -x1442 -x1052 -x857 -x666 -x302 -x2221 -x2026 -x1831 -x1441 
3.41/0.39	v -x1246 -x1051 -x856 -x665 -x483 -x119 -x2220 -x2025 -x1830 -x1635 -x1440 x1245 -x1050 -x855 -x482 -x118 -x2219 -x2024 -x1829 
3.41/0.39	v -x1634 -x1049 -x854 -x663 -x299 -x2218 -x2023 -x1828 -x1633 x1438 -x1243 -x1048 -x853 -x662 -x480 -x116 -x1632 -x297 -x2216 
3.41/0.39	v -x2021 -x1826 -x1631 x1436 -x1241 -x1046 -x851 -x478 -x296 -x114 -x2215 -x2020 -x1825 -x1630 -x1045 -x850 -x659 -x295 -x2214 
3.41/0.39	v -x1629 -x1434 -x658 -x2213 x2018 -x1823 -x1628 -x1433 -x1238 -x1043 -x848 -x657 -x475 -x111 -x2212 -x2017 -x1822 -x1627 -x1432 
3.41/0.39	v -x656 -x292 -x2211 -x2016 -x1821 -x1626 -x1431 -x655 -x291 -x2210 -x2015 -x1625 -x1430 -x1235 -x1040 -x845 -x654 -x472 -x108 
3.41/0.39	v -x2209 -x2014 -x1819 -x1624 -x1429 -x653 -x289 -x2208 -x2013 -x1038 -x843 -x652 -x288 -x2207 -x2012 -x1817 -x651 -x1426 
3.41/0.39	v -x286 -x2205 -x1425 -x649 -x285 -x2009 -x1814 -x1619 -x284 -x2008 -x1813 -x647 -x283 -x2007 -x1227 -x464 -x282 -x100 -x2201 -x1811 
3.41/0.39	v -x2200 -x2005 -x1810 -x1615 -x1420 -x1030 -x835 -x2004 -x1614 -x2003 -x1808 -x1613 -x1418 -x1223 -x1028 -x833 -x2002 -x1807 
3.41/0.39	v -x1222 -x1027 -x832 -x643 -x461 -x97 -x1611 -x1416 -x1026 -x831 -x642 -x278 -x2195 -x2000 -x1805 -x1610 -x1415 -x641 -x277 
3.41/0.39	v -x2193 -x1998 -x1803 -x1608 -x1413 -x639 -x275 -x2192 -x1997 -x1802 -x1607 -x1412 -x638 -x274 -x1996 -x1606 -x1411 -x1216 
3.41/0.39	v -x1021 -x826 -x455 -x273 -x91 -x2190 -x1605 -x1410 -x1215 -x454 -x272 -x90 -x1994 -x1799 -x1604 -x1409 -x1214 -x1019 -x824 -x635 
3.41/0.39	v -x453 -x271 x89 -x1993 -x1798 -x1603 -x1408 -x1213 -x1018 -x823 -x452 -x270 -x88 -x2187 -x1602 -x1407 -x1212 -x1017 -x822 
3.41/0.39	v -x633 -x451 -x87 -x1991 -x1796 -x1601 -x1406 -x1211 -x1990 -x1795 -x1210 -x1015 -x820 -x450 -x86 -x1989 -x1794 -x1599 -x1404 
3.41/0.39	v -x267 -x1988 -x1793 -x1598 -x1208 -x1013 -x818 -x448 -x84 -x265 -x2181 -x1986 -x1791 -x1596 -x1401 -x1206 -x446 -x264 -x82 -x1985 
3.41/0.39	v -x1595 -x1400 -x1205 -x1010 -x815 -x1594 -x1399 -x1204 -x445 -x263 -x81 -x1593 -x1008 -x813 -x2177 -x1982 -x1592 -x1397 
3.41/0.39	v -x1202 -x2176 -x1981 -x1786 -x1591 -x1201 -x1006 -x811 -x625 -x443 -x79 -x1980 -x1590 -x1395 -x260 -x1979 -x1199 -x1004 -x809 
3.41/0.39	v -x441 -x77 -x1588 -x1393 -x1003 -x808 -x258 -x2172 x1977 -x1782 -x1587 -x1392 -x1197 -x1002 -x807 -x621 -x439 -x257 x75 -x1976 
3.41/0.39	v -x1781 -x1391 -x1001 -x806 -x620 -x256 -x1975 -x1780 -x1390 -x1195 -x1000 -x805 -x619 -x437 -x73 -x1779 -x1584 -x1389 -x1194 
3.41/0.39	v -x999 -x804 -x1973 -x1778 -x1583 -x1388 -x1193 -x998 -x803 -x618 -x436 -x72 -x1972 -x1192 -x997 -x802 -x435 -x71 -x1971 -x1776 
3.41/0.39	v -x1581 -x1386 -x1191 -x996 -x801 -x616 -x434 -x70 -x1970 -x1775 -x1385 -x1190 -x995 -x800 -x433 -x69 -x1969 -x1774 -x1579 
3.41/0.39	v -x1189 -x994 -x799 -x432 -x250 -x68 -x1968 -x1773 -x1578 -x1188 -x993 -x798 -x613 -x431 -x67 -x2162 -x1967 -x1772 -x1577 -x1382 
3.41/0.39	v -x612 -x248 -x1576 -x1381 -x611 -x2160 -x1575 -x1964 -x1184 -x989 -x794 -x427 -x245 -x63 -x2157 -x1962 -x1572 -x1377 -x987 
3.41/0.39	v -x792 -x607 -x1181 -x986 -x791 -x424 -x60 -x1570 -x1375 -x985 -x790 -x605 -x241 -x1569 -x1374 -x240 -x2153 -x1958 -x1568 
3.41/0.39	v -x1373 -x983 -x788 -x603 -x239 -x1956 -x1761 -x1566 -x1371 -x981 -x786 -x237 -x2150 -x1760 -x1565 -x236 -x1952 -x1562 -x1367 
3.41/0.39	v -x1172 -x598 -x416 -x52 -x1756 -x1561 -x1366 -x597 -x233 -x2145 -x1560 -x1365 -x1170 -x975 -x780 -x414 -x232 -x50 -x595 -x1363 
3.41/0.39	v -x230 -x2142 -x1947 -x1557 -x1362 -x972 -x777 -x593 -x229 -x1946 -x1166 -x410 -x46 -x1555 -x1360 -x1165 -x591 -x409 -x45 -x1164 
3.41/0.39	v -x408 -x44 -x1553 -x1358 -x1163 -x968 -x773 -x407 -x43 -x1942 -x1552 -x1357 -x588 -x224 -x1939 -x1744 -x1549 -x1354 -x221 
3.41/0.39	v -x1548 -x1353 -x963 -x768 -x584 -x220 -x1937 -x1742 -x1547 -x1352 -x962 -x767 -x583 -x219 -x1936 -x1741 -x1546 -x1351 -x961 
3.41/0.39	v -x766 -x582 -x218 -x1935 -x1740 -x1545 -x1350 -x217 -x1934 -x1739 -x1544 -x1349 -x959 -x764 -x216 -x1738 -x1543 -x958 -x763 
3.41/0.39	v -x579 -x1542 -x2126 -x1541 -x1930 -x1735 -x1150 -x955 -x760 -x395 -x213 -x31 -x1929 -x2123 -x1733 -x1538 -x1343 -x953 -x758 -x575 
3.41/0.39	v -x211 -x2122 -x1927 -x1732 -x1537 -x1342 -x1147 -x392 -x210 -x28 -x1926 -x1731 -x1536 -x1341 -x1146 -x951 -x756 -x1925 -x1730 
3.41/0.39	v -x1145 -x950 -x755 -x391 -x209 -x27 -x1924 -x1729 -x1339 -x1144 -x949 -x754 -x390 -x208 -x26 -x1923 -x1338 -x1143 -x389 
3.41/0.39	v -x207 -x25 -x1532 -x1337 -x2116 -x1531 -x1336 -x1141 -x946 -x751 -x569 -x387 -x23 -x1140 -x386 -x22 -x1529 -x1334 -x1139 -x944 
3.41/0.39	v -x749 -x385 -x203 -x21 -x2113 -x1918 -x1723 -x1528 -x943 -x748 -x1917 -x1722 -x1527 -x1137 -x383 -x19 -x1916 -x1721 -x1136 
3.41/0.39	v -x941 -x746 -x382 -x200 -x18 -x1915 -x1720 -x1525 -x1330 -x940 -x745 -x563 -x199 -x1914 -x1719 -x1524 -x1329 -x939 -x744 -x562 
3.41/0.39	v -x198 -x1912 -x1717 -x1522 -x1327 -x1132 -x937 -x742 -x378 -x196 -x14 -x195 -x1130 -x935 -x740 -x376 -x12 -x2104 -x1909 -x1714 
3.41/0.39	v -x1519 -x557 -x1908 -x1713 -x1323 -x1128 -x933 -x738 -x556 -x374 -x192 x10 -x1907 -x1517 -x1127 -x932 -x737 -x373 -x9 -x1711 
3.41/0.39	v -x1321 -x931 -x736 -x554 -x2100 -x2099 -x929 -x734 -x2098 -x928 -x733 -x2097 -x1512 -x1317 -x927 -x732 -x550 -x1901 -x1706 
3.41/0.39	v -x1316 -x926 -x731 -x549 -x185 -x1510 -x1315 x2094 -x1704 -x1509 -x729 x365 x2093 -x1898 -x1313 -x728 -x546 x182 -x2287 x1702 
3.41/0.39	v -x1312 x545 -x181 -x2286 x1701 -x1311 x544 -x180 -x2285 -x1310 -x1115 x920 -x543 x361 -x179 -x2284 x1699 x360 x2088 -x1893 
3.41/0.39	v -x1698 -x1503 -x723 x359 x1502 -x917 x540 x1696 -x1306 -x1111 -x916 x539 -x175 -x2279 x2084 -x1304 -x719 x537 -x173 x2083 -x1693 
3.41/0.39	v -x1303 x536 -x354 -x172 -x2277 x1107 x1691 -x1496 -x1301 -x2275 x1495 -x1300 -x1105 -x910 -x716 -x534 -x352 x170 -x2274 
3.41/0.39	v x1299 -x533 x351 -x169 x1883 -x1298 x532 -x168 -x2271 x1686 x348 -x2270 x2075 -x1880 -x1685 -x1295 -x1100 -x905 x711 -x529 -x1879 
3.41/0.39	v x1684 -x1294 -x1099 -x528 x346 -x164 x2268 x345 x2267 -x1292 x526 -x162 x2266 x343 x2070 -x1680 -x1290 -x1095 -x900 -x706 
3.41/0.39	v -x524 -x342 x160 -x1873 x1678 -x1288 -x1093 -x898 -x522 x340 -x158 x1677 x1676 -x1286 -x1091 -x896 x520 -x156 -x1870 x1675 
3.41/0.39	v -x1480 -x1285 -x1090 -x895 x519 -x155 -x2259 -x1674 -x1479 x1089 -x894 x700 -x336 -x1673 -x1478 -x1088 x893 x2062 -x1672 -x1477 
3.41/0.39	v -x1282 -x1087 -x892 -x516 x152 -x1281 -x1086 x891 x515 -x151 x1670 -x1475 x696 -x2254 x1669 x695 x1863 x330 x1862 -x1277 
3.41/0.39	v x511 -x147 x1471 -x1860 x1470 -x1859 x1469 -x2248 x1273 x692 -x510 -x146 x1857 x691 -x509 -x2246 x1466 -x1271 -x690 -x508 -x326 
3.41/0.39	v x144 -x2245 -x2050 -x1855 -x1660 -x1465 -x1270 -x1075 x880 -x689 -x507 x143 -x1854 -x1659 x1074 -x879 x688 -x2243 -x1073 x878 
3.41/0.39	v -x2242 x1852 x323 -x141 -x2241 x1461 -x1266 x504 -x140 -x1070 x875 x321 x2239 x684 -x2238 x2043 -x1848 -x1263 -x1068 -x873 
3.41/0.39	v -x501 x319 -x137 -x1457 -x1262 -x1067 x872 x500 -x136 -x1066 x871 x681 x2040 -x1845 -x1650 -x1260 x498 -x316 -x134 x1454 x315 
3.41/0.39	v -x1648 -x1453 x868 -x314 x132 x2232 x313 -x2231 -x1256 x866 x494 -x130 x675 x1840 -x1255 -x674 x492 -x128 -x1059 x864 x673 
3.41/0.39	v -x2228 x1838 -x1253 x490 -x308 -x126 x306 x2225 -x1250 x487 -x123 x2224 x304 x1833 -x1248 x485 -x121 x2027 -x1832 -x1247 x484 
3.41/0.39	v -x120 x1636 x301 -x664 x300 x1439 -x1244 x481 -x117 x298 -x1827 x1242 x661 -x479 -x115 x660 x1435 -x1240 x477 -x113 x2019 -x1239 
3.41/0.39	v -x1044 -x849 -x476 -x294 x112 x293 -x1237 -x1042 x847 x474 -x110 -x1236 -x1041 x846 x473 -x109 x290 -x1234 -x1039 x844 
3.41/0.40	v x471 -x107 -x1818 -x1623 x1428 -x1233 x470 -x106 -x1427 x1232 -x1037 -x842 -x469 x287 -x105 x2011 -x1816 -x1621 -x1231 -x468 
3.41/0.40	v x104 -x1620 -x1230 x1035 -x840 x467 -x103 x2204 -x1229 x466 -x102 -x2203 -x1423 -x1228 x1033 -x838 x465 -x101 -x2202 x1032 x646 
3.41/0.40	v -x1616 -x1421 -x1031 x836 x645 -x463 x1225 -x2199 x1029 -x644 x462 x2198 -x2197 x1417 x279 x2196 -x1221 -x460 x96 -x1220 x1025 
3.41/0.40	v -x830 x459 -x95 x1024 -x829 -x1218 x1023 -x828 -x457 x93 -x1217 x1022 -x827 -x456 x92 -x2191 x1801 x637 -x1800 x1020 -x825 
3.41/0.40	v x636 x2189 x2188 x634 x1797 -x2186 x1016 -x821 x2185 x632 -x2184 x1209 -x1014 -x819 x631 -x449 -x85 -x2183 x1403 -x630 x266 
3.41/0.40	v -x2182 x1792 -x1597 x629 x1011 -x816 x628 -x2180 x1790 -x2179 x1984 -x1789 -x1009 -x814 x627 x1788 -x626 x444 -x1787 x1007 
3.41/0.40	v -x812 x1396 x261 -x1200 x442 -x78 -x1589 x1394 x623 -x2173 x1198 x622 -x440 -x76 -x2171 x1586 -x1196 x438 -x74 -x2170 x1585 x255 
3.41/0.40	v x2169 x2168 x254 x1387 -x617 x253 x2166 x252 x2165 -x2164 x1384 x614 -x2163 x1383 x249 -x1187 x992 -x797 -x430 x66 -x2161 
3.41/0.40	v -x1186 -x429 x65 x1185 x610 -x428 -x64 x1769 x609 -x1183 x988 -x793 -x426 -x244 x62 x1767 -x1182 -x425 -x243 x61 -x2156 x1766 
3.41/0.40	v -x606 x242 x2155 -x1180 x423 -x59 x1764 -x604 x422 x1763 -x1178 -x421 x57 -x2152 x1177 -x420 -x56 -x2151 x1176 -x419 -x55 -x1370 
3.41/0.40	v x980 -x785 -x600 x418 x1954 -x1174 -x417 x53 -x2148 x1758 -x2147 -x1757 x977 x234 -x2146 -x1951 -x1171 -x976 x781 x415 
3.41/0.40	v -x51 x1755 x596 -x1364 -x1169 x974 -x779 -x413 -x231 x49 x1753 -x1558 x1752 -x1167 -x411 x47 -x2141 -x1751 x1556 x228 x970 -x775 
3.41/0.40	v x227 -x1749 -x1359 -x969 x774 x590 x1943 x589 -x2137 -x1162 -x967 x772 -x406 x42 -x2136 x1551 x223 -x2135 x965 -x2134 -x1159 
3.41/0.40	v x964 x403 -x39 x2133 -x1158 x402 -x38 x2132 -x1157 -x401 x37 x2131 -x1156 x400 -x36 -x2130 -x1155 x960 x399 -x35 -x2129 x1154 
3.41/0.40	v -x398 -x34 -x1153 -x397 x33 x1347 x1346 -x2125 x1540 -x1345 x577 x1344 -x1149 x394 -x30 x1928 -x1148 x393 -x29 -x952 x757 
3.41/0.40	v x574 x2121 -x2120 x1535 -x1340 x573 x2119 x572 -x2118 -x1728 x1533 x571 -x2117 -x1922 -x1727 x1142 -x947 -x752 -x388 x206 -x24 
3.41/0.40	v x1921 -x1726 x205 -x2115 x1335 x568 -x2114 x1919 -x1724 x567 -x2111 x1526 -x1331 x564 x2110 -x1135 x381 -x17 x2109 -x1134 
3.41/0.40	v -x380 x16 -x2108 x1133 -x938 -x743 x561 -x379 -x15 x2107 x560 -x2105 x1715 -x1520 -x1325 x194 -x1324 x1129 -x934 -x739 -x375 
3.41/0.40	v x193 -x11 x1712 x555 -x2101 x1516 -x1905 -x1710 -x1515 -x1320 x1125 -x930 -x735 -x371 x189 -x7 x1904 -x1709 -x1514 -x1319 -x1124 
3.41/0.40	v -x370 -x188 x6 -x1903 -x1708 -x1513 -x1318 x1123 -x369 x187 -x5 x1707 -x1122 x368 -x4 -x2096 x1511 -x1121 -x367 x3 -x1900 
3.41/0.40	v -x1705 -x1120 x925 -x730 x366 -x2 

Verifier Data

OK	813

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 (172197 MiB free)
  memory of node 1: 193531 MiB (177393 MiB free)
  memory of node 2: 193531 MiB (175519 MiB free)
  memory of node 3: 193531 MiB (174971 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-4468491-1723479140/watcher-4468491-1723479140 -o /tmp/evaluation-result-4468491-1723479140/solver-4468491-1723479140 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723479140-686269 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468491-1723479140.opb -qsol -t 3600 -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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=686315, runsolver pid=686312
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 0.00 0.00 0.07 24/944 686412
/proc/meminfo: memFree=716562636/790760804 swapFree=131071996/131071996
[pid=686315] ppid=686312 vsize=1530124 memory=130748 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/stat : 686315 (fscip) S 686312 686315 686259 0 -1 1077936128 30079 0 0 0 8 4 0 0 20 0 21 0 114496586 1566846976 32687 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
/proc/686315/statm: 382531 32687 2790 3035 0 74318 0
[pid=686315/tid=686353] ppid=686312 vsize=1530124 memory=4026531959 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686353/stat : 686353 (fscip) S 686312 686315 686259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32819 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686354] ppid=686312 vsize=1530124 memory=67123 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686354/stat : 686354 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32819 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686355] ppid=686312 vsize=1530124 memory=55216921903569 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686355/stat : 686355 (fscip) R 686312 686315 686259 0 -1 4194368 526 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32819 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686356] ppid=686312 vsize=1530124 memory=52983572464199 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686356/stat : 686356 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686357] ppid=686312 vsize=1530124 memory=60684465603260 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686357/stat : 686357 (fscip) S 686312 686315 686259 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686358] ppid=686312 vsize=1530124 memory=55182679606333 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686358/stat : 686358 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686359] ppid=686312 vsize=1530124 memory=14132238522516992 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686359/stat : 686359 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686360] ppid=686312 vsize=1530124 memory=1525319 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686360/stat : 686360 (fscip) S 686312 686315 686259 0 -1 1077936192 1311 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686361] ppid=686312 vsize=1530124 memory=3835153960826830934 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686361/stat : 686361 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686362] ppid=686312 vsize=1530124 memory=3472896778196746327 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686362/stat : 686362 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32885 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686363] ppid=686312 vsize=1530124 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/686315/task/686363/stat : 686363 (fscip) S 686312 686315 686259 0 -1 1077936192 1313 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686364] ppid=686312 vsize=1530124 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/686315/task/686364/stat : 686364 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686365] ppid=686312 vsize=1530124 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/686315/task/686365/stat : 686365 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686366] ppid=686312 vsize=1530124 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/686315/task/686366/stat : 686366 (fscip) S 686312 686315 686259 0 -1 1077936192 1312 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686367] ppid=686312 vsize=1530124 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/686315/task/686367/stat : 686367 (fscip) S 686312 686315 686259 0 -1 1077936192 1311 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686368] ppid=686312 vsize=1530124 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/686315/task/686368/stat : 686368 (fscip) S 686312 686315 686259 0 -1 1077936192 1310 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686369] ppid=686312 vsize=1530124 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/686315/task/686369/stat : 686369 (fscip) S 686312 686315 686259 0 -1 1077936192 1311 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 32951 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686370] ppid=686312 vsize=1530124 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/686315/task/686370/stat : 686370 (fscip) S 686312 686315 686259 0 -1 1077936192 1311 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 33017 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686371] ppid=686312 vsize=1530124 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/686315/task/686371/stat : 686371 (fscip) S 686312 686315 686259 0 -1 1077936192 1311 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 33017 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686372] ppid=686312 vsize=1530124 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/686315/task/686372/stat : 686372 (fscip) S 686312 686315 686259 0 -1 1077936192 1311 0 0 0 0 0 0 0 20 0 21 0 114496590 1566846976 33017 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1530124 KiB
Current children cumulated memory: 130748 KiB

[startup+0.226853 s]*
/proc/loadavg: 0.00 0.00 0.07 20/942 686452
/proc/meminfo: memFree=716058988/790760804 swapFree=131071996/131071996
[pid=686315] ppid=686312 vsize=1753552 memory=466448 CPUtime=1.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/stat : 686315 (fscip) S 686312 686315 686259 0 -1 1077936128 113460 0 0 0 104 53 0 0 20 0 41 0 114496586 1795637248 116612 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
/proc/686315/statm: 438388 116612 2950 3035 0 208547 0
[pid=686315/tid=686353] ppid=686312 vsize=1753552 memory=4026532252 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686353/stat : 686353 (fscip) R 686312 686315 686259 0 -1 4194368 4360 0 0 0 7 1 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686354] ppid=686312 vsize=1753552 memory=211359696135 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686354/stat : 686354 (fscip) R 686312 686315 686259 0 -1 4194368 5683 0 0 0 3 2 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686355] ppid=686312 vsize=1753552 memory=67477 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686355/stat : 686355 (fscip) R 686312 686315 686259 0 -1 4194368 5515 0 0 0 5 2 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686356] ppid=686312 vsize=1753552 memory=67829 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686356/stat : 686356 (fscip) R 686312 686315 686259 0 -1 4194368 4322 0 0 0 6 1 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686357] ppid=686312 vsize=1753552 memory=68182 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686357/stat : 686357 (fscip) R 686312 686315 686259 0 -1 4194368 5871 0 0 0 3 2 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686358] ppid=686312 vsize=1753552 memory=85489 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686358/stat : 686358 (fscip) R 686312 686315 686259 0 -1 4194368 5883 0 0 0 3 3 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686359] ppid=686312 vsize=1753552 memory=35441 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686359/stat : 686359 (fscip) R 686312 686315 686259 0 -1 4194368 4364 0 0 0 7 1 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686360] ppid=686312 vsize=1753552 memory=3761691173731958870 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686360/stat : 686360 (fscip) R 686312 686315 686259 0 -1 4194368 5863 0 0 0 3 2 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686361] ppid=686312 vsize=1753552 memory=1825642 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686361/stat : 686361 (fscip) R 686312 686315 686259 0 -1 4194368 5970 0 0 0 4 3 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686362] ppid=686312 vsize=1753552 memory=1944124 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686362/stat : 686362 (fscip) R 686312 686315 686259 0 -1 1077936192 4375 0 0 0 7 1 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686363] ppid=686312 vsize=1753552 memory=0 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686363/stat : 686363 (fscip) R 686312 686315 686259 0 -1 4194368 5943 0 0 0 5 3 0 0 20 0 41 0 114496590 1795637248 116744 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686364] ppid=686312 vsize=1753552 memory=0 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686364/stat : 686364 (fscip) R 686312 686315 686259 0 -1 4194368 5729 0 0 0 5 3 0 0 20 0 41 0 114496590 1795637248 116810 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686365] ppid=686312 vsize=1753552 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686365/stat : 686365 (fscip) R 686312 686315 686259 0 -1 4194368 4353 0 0 0 6 1 0 0 20 0 41 0 114496590 1795637248 116810 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686366] ppid=686312 vsize=1753552 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686366/stat : 686366 (fscip) S 686312 686315 686259 0 -1 1077936192 5909 0 0 0 3 2 0 0 20 0 41 0 114496590 1795637248 116810 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686367] ppid=686312 vsize=1753552 memory=0 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686367/stat : 686367 (fscip) S 686312 686315 686259 0 -1 1077936192 5884 0 0 0 2 3 0 0 20 0 41 0 114496590 1795637248 116810 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686368] ppid=686312 vsize=1753552 memory=0 CPUtime=0.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686368/stat : 686368 (fscip) R 686312 686315 686259 0 -1 4194368 4375 0 0 0 7 1 0 0 20 0 41 0 114496590 1795637248 116810 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686369] ppid=686312 vsize=1753552 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686369/stat : 686369 (fscip) R 686312 686315 686259 0 -1 4194368 5664 0 0 0 3 3 0 0 20 0 41 0 114496590 1795637248 116810 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686370] ppid=686312 vsize=1753552 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686370/stat : 686370 (fscip) S 686312 686315 686259 0 -1 1077936192 5885 0 0 0 3 3 0 0 20 0 41 0 114496590 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686371] ppid=686312 vsize=1753552 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686371/stat : 686371 (fscip) R 686312 686315 686259 0 -1 4194368 4355 0 0 0 6 1 0 0 20 0 41 0 114496590 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686372] ppid=686312 vsize=1753552 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686372/stat : 686372 (fscip) S 686312 686315 686259 0 -1 1077936192 5920 0 0 0 3 3 0 0 20 0 41 0 114496590 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686413] ppid=686312 vsize=1753552 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/686315/task/686413/stat : 686413 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686414] ppid=686312 vsize=1753552 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/686315/task/686414/stat : 686414 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686415] ppid=686312 vsize=1753552 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/686315/task/686415/stat : 686415 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686416] ppid=686312 vsize=1753552 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/686315/task/686416/stat : 686416 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686417] ppid=686312 vsize=1753552 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/686315/task/686417/stat : 686417 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686418] ppid=686312 vsize=1753552 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/686315/task/686418/stat : 686418 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686419] ppid=686312 vsize=1753552 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/686315/task/686419/stat : 686419 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686420] ppid=686312 vsize=1753552 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/686315/task/686420/stat : 686420 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686421] ppid=686312 vsize=1753552 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/686315/task/686421/stat : 686421 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686422] ppid=686312 vsize=1753552 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/686315/task/686422/stat : 686422 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686423] ppid=686312 vsize=1753552 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/686315/task/686423/stat : 686423 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686424] ppid=686312 vsize=1753552 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/686315/task/686424/stat : 686424 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686425] ppid=686312 vsize=1753552 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/686315/task/686425/stat : 686425 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686426] ppid=686312 vsize=1753552 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/686315/task/686426/stat : 686426 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686427] ppid=686312 vsize=1753552 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/686315/task/686427/stat : 686427 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686428] ppid=686312 vsize=1753552 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/686315/task/686428/stat : 686428 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686429] ppid=686312 vsize=1753552 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/686315/task/686429/stat : 686429 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686430] ppid=686312 vsize=1753552 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/686315/task/686430/stat : 686430 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686431] ppid=686312 vsize=1753552 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/686315/task/686431/stat : 686431 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116876 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686432] ppid=686312 vsize=1753552 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/686315/task/686432/stat : 686432 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114496599 1795637248 116942 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 1753552 KiB
Current children cumulated memory: 466448 KiB

[startup+0.329632 s]*
/proc/loadavg: 0.00 0.00 0.07 44/939 686460
/proc/meminfo: memFree=715706340/790760804 swapFree=131071996/131071996
[pid=686315] ppid=686312 vsize=1716616 memory=416852 CPUtime=3.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/stat : 686315 (fscip) S 686312 686315 686259 0 -1 1077936128 119819 0 0 0 282 59 0 0 20 0 33 0 114496586 1757814784 104213 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
/proc/686315/statm: 429154 104213 2966 3035 0 205424 0
[pid=686315/tid=686354] ppid=686312 vsize=1716616 memory=-7531822216213012384 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686354/stat : 686354 (fscip) R 686312 686315 686259 0 -1 4194368 6001 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102785 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686357] ppid=686312 vsize=1716616 memory=8461463393746236980 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686357/stat : 686357 (fscip) R 686312 686315 686259 0 -1 4194368 5985 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102785 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686358] ppid=686312 vsize=1716616 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686358/stat : 686358 (fscip) R 686312 686315 686259 0 -1 4194368 6019 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686360] ppid=686312 vsize=1716616 memory=29836794214613092 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686360/stat : 686360 (fscip) R 686312 686315 686259 0 -1 4194368 5982 0 0 0 13 2 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686361] ppid=686312 vsize=1716616 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686361/stat : 686361 (fscip) S 686312 686315 686259 0 -1 1077936192 6006 0 0 0 14 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686363] ppid=686312 vsize=1716616 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686363/stat : 686363 (fscip) R 686312 686315 686259 0 -1 4194368 5986 0 0 0 14 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686364] ppid=686312 vsize=1716616 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686364/stat : 686364 (fscip) R 686312 686315 686259 0 -1 4194368 5757 0 0 0 15 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686366] ppid=686312 vsize=1716616 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686366/stat : 686366 (fscip) R 686312 686315 686259 0 -1 4194368 5985 0 0 0 11 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686367] ppid=686312 vsize=1716616 memory=4027793250 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686367/stat : 686367 (fscip) R 686312 686315 686259 0 -1 1077936192 6001 0 0 0 12 4 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686369] ppid=686312 vsize=1716616 memory=207047885133 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686369/stat : 686369 (fscip) R 686312 686315 686259 0 -1 4194368 5750 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686370] ppid=686312 vsize=1716616 memory=53009308713404 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686370/stat : 686370 (fscip) R 686312 686315 686259 0 -1 4194368 5996 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686372] ppid=686312 vsize=1716616 memory=57411667035827 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686372/stat : 686372 (fscip) R 686312 686315 686259 0 -1 4194368 5991 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686413] ppid=686312 vsize=1716616 memory=55221250492317 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686413/stat : 686413 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686414] ppid=686312 vsize=1716616 memory=54121772435747 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686414/stat : 686414 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101804 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686415] ppid=686312 vsize=1716616 memory=14698482715886748 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686415/stat : 686415 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101804 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686416] ppid=686312 vsize=1716616 memory=13572604300723350 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686416/stat : 686416 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101804 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686417] ppid=686312 vsize=1716616 memory=3618705192704540757 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686417/stat : 686417 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101292 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686418] ppid=686312 vsize=1716616 memory=1927444 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686418/stat : 686418 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101292 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686419] ppid=686312 vsize=1716616 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/686315/task/686419/stat : 686419 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100949 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686420] ppid=686312 vsize=1716616 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/686315/task/686420/stat : 686420 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100949 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686421] ppid=686312 vsize=1716616 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/686315/task/686421/stat : 686421 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686422] ppid=686312 vsize=1716616 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/686315/task/686422/stat : 686422 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686423] ppid=686312 vsize=1716616 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/686315/task/686423/stat : 686423 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686424] ppid=686312 vsize=1716616 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/686315/task/686424/stat : 686424 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686425] ppid=686312 vsize=1716616 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/686315/task/686425/stat : 686425 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686426] ppid=686312 vsize=1716616 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/686315/task/686426/stat : 686426 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686427] ppid=686312 vsize=1716616 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/686315/task/686427/stat : 686427 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686428] ppid=686312 vsize=1716616 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/686315/task/686428/stat : 686428 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686429] ppid=686312 vsize=1716616 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/686315/task/686429/stat : 686429 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686430] ppid=686312 vsize=1716616 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/686315/task/686430/stat : 686430 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686431] ppid=686312 vsize=1716616 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/686315/task/686431/stat : 686431 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686432] ppid=686312 vsize=1716616 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/686315/task/686432/stat : 686432 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 1716616 KiB
Current children cumulated memory: 416852 KiB

[startup+0.415027 s]
# the end of solver process 686315 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3.15429 s, system=0.634481 s

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

[startup+0.329632 s]*
/proc/loadavg: 0.00 0.00 0.07 44/939 686460
/proc/meminfo: memFree=715706340/790760804 swapFree=131071996/131071996
[pid=686315] ppid=686312 vsize=1716616 memory=416852 CPUtime=3.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/stat : 686315 (fscip) S 686312 686315 686259 0 -1 1077936128 119819 0 0 0 282 59 0 0 20 0 33 0 114496586 1757814784 104213 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
/proc/686315/statm: 429154 104213 2966 3035 0 205424 0
[pid=686315/tid=686354] ppid=686312 vsize=1716616 memory=-7531822216213012384 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686354/stat : 686354 (fscip) R 686312 686315 686259 0 -1 4194368 6001 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102785 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686357] ppid=686312 vsize=1716616 memory=8461463393746236980 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686357/stat : 686357 (fscip) R 686312 686315 686259 0 -1 4194368 5985 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102785 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686358] ppid=686312 vsize=1716616 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686358/stat : 686358 (fscip) R 686312 686315 686259 0 -1 4194368 6019 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686360] ppid=686312 vsize=1716616 memory=29836794214613092 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686360/stat : 686360 (fscip) R 686312 686315 686259 0 -1 4194368 5982 0 0 0 13 2 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686361] ppid=686312 vsize=1716616 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686361/stat : 686361 (fscip) S 686312 686315 686259 0 -1 1077936192 6006 0 0 0 14 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686363] ppid=686312 vsize=1716616 memory=0 CPUtime=0.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686363/stat : 686363 (fscip) R 686312 686315 686259 0 -1 4194368 5986 0 0 0 14 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686364] ppid=686312 vsize=1716616 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686364/stat : 686364 (fscip) R 686312 686315 686259 0 -1 4194368 5757 0 0 0 15 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686366] ppid=686312 vsize=1716616 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686366/stat : 686366 (fscip) R 686312 686315 686259 0 -1 4194368 5985 0 0 0 11 3 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686367] ppid=686312 vsize=1716616 memory=4027793250 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686367/stat : 686367 (fscip) R 686312 686315 686259 0 -1 1077936192 6001 0 0 0 12 4 0 0 20 0 33 0 114496590 1757814784 102342 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686369] ppid=686312 vsize=1716616 memory=207047885133 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686369/stat : 686369 (fscip) R 686312 686315 686259 0 -1 4194368 5750 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686370] ppid=686312 vsize=1716616 memory=53009308713404 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686370/stat : 686370 (fscip) R 686312 686315 686259 0 -1 4194368 5996 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686372] ppid=686312 vsize=1716616 memory=57411667035827 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686372/stat : 686372 (fscip) R 686312 686315 686259 0 -1 4194368 5991 0 0 0 12 3 0 0 20 0 33 0 114496590 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686413] ppid=686312 vsize=1716616 memory=55221250492317 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686413/stat : 686413 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 102316 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686414] ppid=686312 vsize=1716616 memory=54121772435747 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686414/stat : 686414 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101804 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686415] ppid=686312 vsize=1716616 memory=14698482715886748 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686415/stat : 686415 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101804 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686416] ppid=686312 vsize=1716616 memory=13572604300723350 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686416/stat : 686416 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101804 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686417] ppid=686312 vsize=1716616 memory=3618705192704540757 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686417/stat : 686417 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101292 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686418] ppid=686312 vsize=1716616 memory=1927444 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/686315/task/686418/stat : 686418 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 101292 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686419] ppid=686312 vsize=1716616 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/686315/task/686419/stat : 686419 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100949 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686420] ppid=686312 vsize=1716616 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/686315/task/686420/stat : 686420 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100949 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686421] ppid=686312 vsize=1716616 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/686315/task/686421/stat : 686421 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686422] ppid=686312 vsize=1716616 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/686315/task/686422/stat : 686422 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686423] ppid=686312 vsize=1716616 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/686315/task/686423/stat : 686423 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686424] ppid=686312 vsize=1716616 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/686315/task/686424/stat : 686424 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686425] ppid=686312 vsize=1716616 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/686315/task/686425/stat : 686425 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686426] ppid=686312 vsize=1716616 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/686315/task/686426/stat : 686426 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686427] ppid=686312 vsize=1716616 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/686315/task/686427/stat : 686427 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686428] ppid=686312 vsize=1716616 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/686315/task/686428/stat : 686428 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686429] ppid=686312 vsize=1716616 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/686315/task/686429/stat : 686429 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686430] ppid=686312 vsize=1716616 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/686315/task/686430/stat : 686430 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686431] ppid=686312 vsize=1716616 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/686315/task/686431/stat : 686431 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
[pid=686315/tid=686432] ppid=686312 vsize=1716616 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/686315/task/686432/stat : 686432 (fscip) S 686312 686315 686259 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 33 0 114496599 1757814784 100701 809668444160 4194304 16622685 140736267599968 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 34672640 140736267609066 140736267609181 140736267609181 140736267616207 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 1716616 KiB
Current children cumulated memory: 416852 KiB

Child status: 0

Real time (s): 0.415066
CPU time (s): 3.78877
CPU user time (s): 3.15429
CPU system time (s): 0.634481
CPU usage (%): 912.811
Max. virtual memory (cumulated for all children) (KiB): 1753552
Max. memory (cumulated for all children) (KiB): 466448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.15429
system time used= 0.634481
maximum resident set size= 473252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120017
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= 37703
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 686315
#   total CPU time (s): 3.78877
#   total CPU user time (s): 3.15429
#   total CPU system time (s): 0.634481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02766 second user time and 0.095719 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-12 18:12:20
IDJOB=4468491
IDBENCH=146648
IDSOLVER=3099
FILE ID=nodeD102/4468491-1723479140
RUNJOBID= nodeD102-1723479140-686269
SLURM_JOB_ID= 8267553
Free space on /tmp= 8588304 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-4.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468491-1723479140/watcher-4468491-1723479140 -o /tmp/evaluation-result-4468491-1723479140/solver-4468491-1723479140 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723479140-686269 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468491-1723479140.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= a0ea3bcd614a437876ff794ba0a9b553
RANDOM SEED=117284114

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        716887248 kB
MemAvailable:   783065832 kB
Buffers:         1143208 kB
Cached:         67807452 kB
SwapCached:            0 kB
Active:          9453108 kB
Inactive:       59916300 kB
Active(anon):       2164 kB
Inactive(anon):   455512 kB
Active(file):    9450944 kB
Inactive(file): 59460788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114764 kB
Writeback:             0 kB
AnonPages:        418948 kB
Mapped:           100156 kB
Shmem:             38920 kB
KReclaimable:    1372756 kB
Slab:            1911368 kB
SReclaimable:    1372756 kB
SUnreclaim:       538612 kB
KernelStack:       14656 kB
PageTables:         9092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1456544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1029120 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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:     1052672 kB
DirectMap2M:    214403072 kB
DirectMap1G:    590348288 kB

Free space on /tmp at the end= 8588192 MiB
End job on nodeD102 at 2024-08-12 18:12:20