Trace number 4469342

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-12SAT-999 30976.1 3601.34

General information on the benchmark

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

Verifier Data

OK	-999

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (168647 MiB free)
  memory of node 1: 193531 MiB (179954 MiB free)
  memory of node 2: 193531 MiB (169804 MiB free)
  memory of node 3: 193493 MiB (170071 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-4469342-1723667336/watcher-4469342-1723667336 -o /tmp/evaluation-result-4469342-1723667336/solver-4469342-1723667336 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723667336-808413 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469342-1723667336.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=808469, runsolver pid=808466
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 21.76 21.34 34.64 5/865 808476
/proc/meminfo: memFree=704832032/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=69564 memory=57128 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) R 808466 808469 808403 0 -1 4194304 12193 0 0 0 10 1 0 0 20 0 1 0 133313072 71233536 14282 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 17391 14282 2331 3035 0 13787 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 69564 KiB
Current children cumulated memory: 57128 KiB

[startup+0.219875 s]*
/proc/loadavg: 21.76 21.34 34.64 5/865 808476
/proc/meminfo: memFree=704694068/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=112444 memory=99940 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) R 808466 808469 808403 0 -1 4194304 22887 0 0 0 20 3 0 0 20 0 1 0 133313072 115142656 24985 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 28111 24985 2331 3035 0 24507 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 112444 KiB
Current children cumulated memory: 99940 KiB

[startup+0.319664 s]*
/proc/loadavg: 21.76 21.34 34.64 5/885 808496
/proc/meminfo: memFree=704529060/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=177716 memory=166744 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) R 808466 808469 808403 0 -1 4194304 40131 0 0 0 28 5 0 0 20 0 1 0 133313072 181981184 41686 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 44429 41686 2571 3035 0 40825 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 177716 KiB
Current children cumulated memory: 166744 KiB

[startup+0.700206 s]
/proc/loadavg: 21.76 21.34 34.64 5/885 808496
/proc/meminfo: memFree=704107660/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=323844 memory=293336 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) R 808466 808469 808403 0 -1 4194304 68648 0 0 0 60 9 0 0 20 0 1 0 133313072 331616256 73334 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 80961 73334 2646 3035 0 77357 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 323844 KiB
Current children cumulated memory: 293336 KiB

[startup+1.50026 s]
/proc/loadavg: 20.34 21.05 34.47 25/925 808536
/proc/meminfo: memFree=702830552/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=408244 memory=391808 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) R 808466 808469 808403 0 -1 4194304 103094 0 0 0 133 15 0 0 20 0 1 0 133313072 418041856 97952 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 102061 97952 2726 3035 0 98457 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 408244 KiB
Current children cumulated memory: 391808 KiB

[startup+3.12278 s]
/proc/loadavg: 20.34 21.05 34.47 46/945 808556
/proc/meminfo: memFree=698302116/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=766068 memory=719160 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) R 808466 808469 808403 0 -1 4194304 109274 0 0 0 288 22 0 0 20 0 1 0 133313072 784453632 179790 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 191517 179790 2774 3035 0 187913 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 766068 KiB
Current children cumulated memory: 719160 KiB

[startup+6.30047 s]
/proc/loadavg: 22.07 21.40 34.52 45/965 808577
/proc/meminfo: memFree=695808600/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=2453524 memory=1045876 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) S 808466 808469 808403 0 -1 1077936128 209074 0 0 0 590 37 0 0 20 0 21 0 133313072 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 613381 261469 2790 3035 0 311223 0
[pid=808469/tid=808558] ppid=808466 vsize=2453524 memory=862484 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808558/stat : 808558 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808559] ppid=808466 vsize=2453524 memory=813024 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808559/stat : 808559 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808560] ppid=808466 vsize=2453524 memory=11572 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/808469/task/808560/stat : 808560 (fscip) S 808466 808469 808403 0 -1 1077936192 24973 0 0 0 15 3 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808561] ppid=808466 vsize=2453524 memory=392064 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808561/stat : 808561 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808562] ppid=808466 vsize=2453524 memory=43292 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/808469/task/808562/stat : 808562 (fscip) S 808466 808469 808403 0 -1 1077936192 24972 0 0 0 15 3 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808563] ppid=808466 vsize=2453524 memory=10824 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808563/stat : 808563 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808564] ppid=808466 vsize=2453524 memory=5556 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/808469/task/808564/stat : 808564 (fscip) R 808466 808469 808403 0 -1 4194368 9224 0 0 0 4 1 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808565] ppid=808466 vsize=2453524 memory=16220 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808565/stat : 808565 (fscip) S 808466 808469 808403 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808566] ppid=808466 vsize=2453524 memory=2212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808566/stat : 808566 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808567] ppid=808466 vsize=2453524 memory=6096 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808567/stat : 808567 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808568] ppid=808466 vsize=2453524 memory=1968 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808568/stat : 808568 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808569] ppid=808466 vsize=2453524 memory=54344 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808569/stat : 808569 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808570] ppid=808466 vsize=2453524 memory=33196 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808570/stat : 808570 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261469 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808571] ppid=808466 vsize=2453524 memory=21544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808571/stat : 808571 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808572] ppid=808466 vsize=2453524 memory=100 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808572/stat : 808572 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808573] ppid=808466 vsize=2453524 memory=4500 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808573/stat : 808573 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808574] ppid=808466 vsize=2453524 memory=810188 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808574/stat : 808574 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808575] ppid=808466 vsize=2453524 memory=2776 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808575/stat : 808575 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808576] ppid=808466 vsize=2453524 memory=4500 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808576/stat : 808576 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808577] ppid=808466 vsize=2453524 memory=850704 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808577/stat : 808577 (fscip) S 808466 808469 808403 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 133313632 2512408576 261535 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2453524 KiB
Current children cumulated memory: 1045876 KiB

[startup+12.7016 s]
/proc/loadavg: 25.19 22.05 34.66 64/1005 808617
/proc/meminfo: memFree=685641136/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=10023012 memory=8800856 CPUtime=67.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) S 808466 808469 808403 0 -1 1077936128 1831332 0 0 0 6310 402 0 0 20 0 41 0 133313072 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 2505753 2200214 2806 3035 0 2316126 0
[pid=808469/tid=808558] ppid=808466 vsize=10023012 memory=5556 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808558/stat : 808558 (fscip) R 808466 808469 808403 0 -1 4194368 91970 0 0 0 286 21 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808559] ppid=808466 vsize=10023012 memory=0 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808559/stat : 808559 (fscip) R 808466 808469 808403 0 -1 4194368 86093 0 0 0 286 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808560] ppid=808466 vsize=10023012 memory=2212 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808560/stat : 808560 (fscip) R 808466 808469 808403 0 -1 4194368 85850 0 0 0 290 17 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808561] ppid=808466 vsize=10023012 memory=16220 CPUtime=3.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808561/stat : 808561 (fscip) R 808466 808469 808403 0 -1 4194368 77626 0 0 0 293 15 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808562] ppid=808466 vsize=10023012 memory=2212 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808562/stat : 808562 (fscip) R 808466 808469 808403 0 -1 4194368 85867 0 0 0 287 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808563] ppid=808466 vsize=10023012 memory=719160 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808563/stat : 808563 (fscip) R 808466 808469 808403 0 -1 4194368 88978 0 0 0 288 17 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808564] ppid=808466 vsize=10023012 memory=11572 CPUtime=3.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808564/stat : 808564 (fscip) R 808466 808469 808403 0 -1 4194368 77627 0 0 0 292 16 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808565] ppid=808466 vsize=10023012 memory=0 CPUtime=3.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808565/stat : 808565 (fscip) R 808466 808469 808403 0 -1 4194368 86081 0 0 0 287 19 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808566] ppid=808466 vsize=10023012 memory=991828 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808566/stat : 808566 (fscip) R 808466 808469 808403 0 -1 4194368 85566 0 0 0 285 20 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808567] ppid=808466 vsize=10023012 memory=0 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808567/stat : 808567 (fscip) R 808466 808469 808403 0 -1 4194368 78137 0 0 0 289 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808568] ppid=808466 vsize=10023012 memory=32313 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808568/stat : 808568 (fscip) R 808466 808469 808403 0 -1 4194368 88079 0 0 0 285 20 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808569] ppid=808466 vsize=10023012 memory=7236273498645425764 CPUtime=2.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808569/stat : 808569 (fscip) R 808466 808469 808403 0 -1 4194368 85458 0 0 0 279 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808570] ppid=808466 vsize=10023012 memory=281196878979216 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808570/stat : 808570 (fscip) R 808466 808469 808403 0 -1 4194368 76962 0 0 0 289 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808571] ppid=808466 vsize=10023012 memory=0 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808571/stat : 808571 (fscip) R 808466 808469 808403 0 -1 4194368 85305 0 0 0 289 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808572] ppid=808466 vsize=10023012 memory=0 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808572/stat : 808572 (fscip) R 808466 808469 808403 0 -1 4194368 85888 0 0 0 283 22 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808573] ppid=808466 vsize=10023012 memory=0 CPUtime=3.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808573/stat : 808573 (fscip) R 808466 808469 808403 0 -1 4194368 77880 0 0 0 291 17 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808574] ppid=808466 vsize=10023012 memory=25333125866717268 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808574/stat : 808574 (fscip) R 808466 808469 808403 0 -1 4194368 86028 0 0 0 286 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808575] ppid=808466 vsize=10023012 memory=0 CPUtime=3.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808575/stat : 808575 (fscip) R 808466 808469 808403 0 -1 4194368 85106 0 0 0 286 19 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808576] ppid=808466 vsize=10023012 memory=43292 CPUtime=3.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808576/stat : 808576 (fscip) R 808466 808469 808403 0 -1 4194368 78112 0 0 0 289 18 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808577] ppid=808466 vsize=10023012 memory=10824 CPUtime=3.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808577/stat : 808577 (fscip) R 808466 808469 808403 0 -1 4194368 88829 0 0 0 287 17 0 0 20 0 41 0 133313632 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808598] ppid=808466 vsize=10023012 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/808469/task/808598/stat : 808598 (fscip) S 808466 808469 808403 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 133314045 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808599] ppid=808466 vsize=10023012 memory=281196877800256 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808599/stat : 808599 (fscip) S 808466 808469 808403 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 133314045 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808600] ppid=808466 vsize=10023012 memory=4500 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808600/stat : 808600 (fscip) S 808466 808469 808403 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 133314045 10263564288 2200214 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0

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

[pid=808469/tid=808606] ppid=808466 vsize=92568356 memory=3 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808606/stat : 808606 (fscip) S 808466 808469 808403 0 -1 1077936192 537 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808607] ppid=808466 vsize=92568356 memory=61482416 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808607/stat : 808607 (fscip) S 808466 808469 808403 0 -1 1077936192 866 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808608] ppid=808466 vsize=92568356 memory=36288 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808608/stat : 808608 (fscip) S 808466 808469 808403 0 -1 1077936192 677 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808609] ppid=808466 vsize=92568356 memory=6608 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808609/stat : 808609 (fscip) S 808466 808469 808403 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808610] ppid=808466 vsize=92568356 memory=61482416 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808610/stat : 808610 (fscip) S 808466 808469 808403 0 -1 1077936192 532 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808611] ppid=808466 vsize=92568356 memory=6836 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808611/stat : 808611 (fscip) S 808466 808469 808403 0 -1 1077936192 529 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808612] ppid=808466 vsize=92568356 memory=11137 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808612/stat : 808612 (fscip) S 808466 808469 808403 0 -1 1077936192 546 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808613] ppid=808466 vsize=92568356 memory=7381225432183828331 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/808469/task/808613/stat : 808613 (fscip) S 808466 808469 808403 0 -1 1077936192 568 0 0 0 1 4 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808614] ppid=808466 vsize=92568356 memory=7450431958513117293 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808614/stat : 808614 (fscip) S 808466 808469 808403 0 -1 1077936192 522 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808615] ppid=808466 vsize=92568356 memory=7450431958513117293 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808615/stat : 808615 (fscip) S 808466 808469 808403 0 -1 1077936192 538 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808616] ppid=808466 vsize=92568356 memory=7450431958513117293 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/808469/task/808616/stat : 808616 (fscip) S 808466 808469 808403 0 -1 1077936192 453 0 0 0 2 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808617] ppid=808466 vsize=92568356 memory=61482416 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/808469/task/808617/stat : 808617 (fscip) S 808466 808469 808403 0 -1 1077936192 629 0 0 0 1 4 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
Current children cumulated CPU time: 30964.4 s
Current children cumulated vsize: 92568356 KiB
Current children cumulated memory: 61484528 KiB

[startup+3598.4 s]
/proc/loadavg: 49.04 49.26 52.65 52/1025 810630
/proc/meminfo: memFree=457747064/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=92568356 memory=61484528 CPUtime=30969.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) S 808466 808469 808403 0 -1 1077936128 54316050 0 0 0 3082468 14455 0 0 20 0 41 0 133313072 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 23142089 15371132 3334 3035 0 22864012 0
[pid=808469/tid=808558] ppid=808466 vsize=92568356 memory=61484528 CPUtime=2543.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808558/stat : 808558 (fscip) R 808466 808469 808403 0 -1 4194368 3836211 0 0 0 253754 631 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808559] ppid=808466 vsize=92568356 memory=61484528 CPUtime=2702.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808559/stat : 808559 (fscip) R 808466 808469 808403 0 -1 4194368 5687027 0 0 0 269018 1196 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808560] ppid=808466 vsize=92568356 memory=6720666553857620593 CPUtime=2594.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808560/stat : 808560 (fscip) R 808466 808469 808403 0 -1 4194368 5917481 0 0 0 258277 1202 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808561] ppid=808466 vsize=92568356 memory=61482416 CPUtime=1583.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808561/stat : 808561 (fscip) S 808466 808469 808403 0 -1 1077936192 677139 0 0 0 158142 183 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808562] ppid=808466 vsize=92568356 memory=61484528 CPUtime=1188.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808562/stat : 808562 (fscip) S 808466 808469 808403 0 -1 1077936192 2874094 0 0 0 117964 900 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808563] ppid=808466 vsize=92568356 memory=5556 CPUtime=1335.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808563/stat : 808563 (fscip) S 808466 808469 808403 0 -1 1077936192 3038565 0 0 0 132644 916 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808564] ppid=808466 vsize=92568356 memory=20292 CPUtime=1174.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808564/stat : 808564 (fscip) S 808466 808469 808403 0 -1 1077936192 520793 0 0 0 117287 152 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808565] ppid=808466 vsize=92568356 memory=5600 CPUtime=1333.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808565/stat : 808565 (fscip) S 808466 808469 808403 0 -1 1077936192 2996048 0 0 0 132428 910 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808566] ppid=808466 vsize=92568356 memory=11580 CPUtime=2222.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808566/stat : 808566 (fscip) S 808466 808469 808403 0 -1 1077936192 6099123 0 0 0 220914 1318 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808567] ppid=808466 vsize=92568356 memory=13712 CPUtime=1217.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808567/stat : 808567 (fscip) S 808466 808469 808403 0 -1 1077936192 537552 0 0 0 121547 162 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808568] ppid=808466 vsize=92568356 memory=11284 CPUtime=1264.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808568/stat : 808568 (fscip) S 808466 808469 808403 0 -1 1077936192 2886594 0 0 0 125565 908 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808569] ppid=808466 vsize=92568356 memory=11592 CPUtime=1150.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808569/stat : 808569 (fscip) S 808466 808469 808403 0 -1 1077936192 2842619 0 0 0 114154 877 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808570] ppid=808466 vsize=92568356 memory=6720666553857620593 CPUtime=1212.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808570/stat : 808570 (fscip) S 808466 808469 808403 0 -1 1077936192 259722 0 0 0 121063 138 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808571] ppid=808466 vsize=92568356 memory=61484528 CPUtime=1498.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808571/stat : 808571 (fscip) S 808466 808469 808403 0 -1 1077936192 3211447 0 0 0 148961 928 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808572] ppid=808466 vsize=92568356 memory=2776 CPUtime=1478.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808572/stat : 808572 (fscip) S 808466 808469 808403 0 -1 1077936192 3170121 0 0 0 146907 942 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808573] ppid=808466 vsize=92568356 memory=6756 CPUtime=1230.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808573/stat : 808573 (fscip) S 808466 808469 808403 0 -1 1077936192 570977 0 0 0 122848 160 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808574] ppid=808466 vsize=92568356 memory=85035668 CPUtime=1277.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808574/stat : 808574 (fscip) S 808466 808469 808403 0 -1 1077936192 2916428 0 0 0 126890 893 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808575] ppid=808466 vsize=92568356 memory=2668 CPUtime=1195 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808575/stat : 808575 (fscip) S 808466 808469 808403 0 -1 1077936192 2909490 0 0 0 118601 899 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808576] ppid=808466 vsize=92568356 memory=6812 CPUtime=1570.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808576/stat : 808576 (fscip) S 808466 808469 808403 0 -1 1077936192 389134 0 0 0 156928 160 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808577] ppid=808466 vsize=92568356 memory=52480084 CPUtime=1188.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808577/stat : 808577 (fscip) S 808466 808469 808403 0 -1 1077936192 2812264 0 0 0 117974 881 0 0 20 0 41 0 133313632 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808598] ppid=808466 vsize=92568356 memory=-6515129136479124332 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808598/stat : 808598 (fscip) S 808466 808469 808403 0 -1 1077936192 685 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808599] ppid=808466 vsize=92568356 memory=100 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808599/stat : 808599 (fscip) S 808466 808469 808403 0 -1 1077936192 577 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808600] ppid=808466 vsize=92568356 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808600/stat : 808600 (fscip) S 808466 808469 808403 0 -1 1077936192 551 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808601] ppid=808466 vsize=92568356 memory=7661311704502593899 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808601/stat : 808601 (fscip) S 808466 808469 808403 0 -1 1077936192 541 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808602] ppid=808466 vsize=92568356 memory=-7311495843815979462 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808602/stat : 808602 (fscip) S 808466 808469 808403 0 -1 1077936192 751 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808603] ppid=808466 vsize=92568356 memory=3664 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808603/stat : 808603 (fscip) S 808466 808469 808403 0 -1 1077936192 527 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808604] ppid=808466 vsize=92568356 memory=40296 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808604/stat : 808604 (fscip) S 808466 808469 808403 0 -1 1077936192 526 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808605] ppid=808466 vsize=92568356 memory=8148 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808605/stat : 808605 (fscip) S 808466 808469 808403 0 -1 1077936192 526 0 0 0 2 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808606] ppid=808466 vsize=92568356 memory=3428 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808606/stat : 808606 (fscip) S 808466 808469 808403 0 -1 1077936192 537 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808607] ppid=808466 vsize=92568356 memory=2180 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808607/stat : 808607 (fscip) S 808466 808469 808403 0 -1 1077936192 866 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808608] ppid=808466 vsize=92568356 memory=1836 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808608/stat : 808608 (fscip) S 808466 808469 808403 0 -1 1077936192 677 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808609] ppid=808466 vsize=92568356 memory=25988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808609/stat : 808609 (fscip) S 808466 808469 808403 0 -1 1077936192 540 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808610] ppid=808466 vsize=92568356 memory=2244 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808610/stat : 808610 (fscip) S 808466 808469 808403 0 -1 1077936192 532 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808611] ppid=808466 vsize=92568356 memory=31488 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808611/stat : 808611 (fscip) S 808466 808469 808403 0 -1 1077936192 529 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808612] ppid=808466 vsize=92568356 memory=28656 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808612/stat : 808612 (fscip) S 808466 808469 808403 0 -1 1077936192 546 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808613] ppid=808466 vsize=92568356 memory=7492 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/808469/task/808613/stat : 808613 (fscip) S 808466 808469 808403 0 -1 1077936192 568 0 0 0 1 4 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808614] ppid=808466 vsize=92568356 memory=6096 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808614/stat : 808614 (fscip) S 808466 808469 808403 0 -1 1077936192 522 0 0 0 1 2 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808615] ppid=808466 vsize=92568356 memory=1968 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808615/stat : 808615 (fscip) S 808466 808469 808403 0 -1 1077936192 538 0 0 0 1 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808616] ppid=808466 vsize=92568356 memory=54344 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/808469/task/808616/stat : 808616 (fscip) S 808466 808469 808403 0 -1 1077936192 453 0 0 0 2 3 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808617] ppid=808466 vsize=92568356 memory=33196 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/808469/task/808617/stat : 808617 (fscip) S 808466 808469 808403 0 -1 1077936192 629 0 0 0 1 4 0 0 20 0 41 0 133314045 94789996544 15371132 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
Current children cumulated CPU time: 30969.2 s
Current children cumulated vsize: 92568356 KiB
Current children cumulated memory: 61484528 KiB

[startup+3600 s]*
/proc/loadavg: 49.04 49.26 52.65 35/944 810630
/proc/meminfo: memFree=532060972/790760800 swapFree=131071996/131071996
[pid=808469] ppid=808466 vsize=52378024 memory=34544228 CPUtime=30974.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/stat : 808469 (fscip) S 808466 808469 808403 0 -1 1077936128 55061378 0 0 0 3082848 14626 0 0 20 0 6 0 133313072 53635096576 8636057 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 17 76 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
/proc/808469/statm: 13094506 8636057 3334 3035 0 12957311 0
[pid=808469/tid=808558] ppid=808466 vsize=52378024 memory=69228 CPUtime=2544.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808558/stat : 808558 (fscip) R 808466 808469 808403 0 -1 4194368 3938880 0 0 0 253826 637 0 0 20 0 6 0 133313632 53635096576 8636057 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808560] ppid=808466 vsize=52378024 memory=7968 CPUtime=2595.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808560/stat : 808560 (fscip) R 808466 808469 808403 0 -1 4194368 6008798 0 0 0 258349 1208 0 0 20 0 6 0 133313632 53635096576 8636057 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808600] ppid=808466 vsize=52378024 memory=19592 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808600/stat : 808600 (fscip) S 808466 808469 808403 0 -1 1077936192 551 0 0 0 1 2 0 0 20 0 6 0 133314045 53635096576 8636057 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808605] ppid=808466 vsize=52378024 memory=-6623552352725722488 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808605/stat : 808605 (fscip) S 808466 808469 808403 0 -1 1077936192 527 0 0 0 2 2 0 0 20 0 6 0 133314045 53635096576 8636057 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
[pid=808469/tid=808607] ppid=808466 vsize=52378024 memory=5556 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/808469/task/808607/stat : 808607 (fscip) S 808466 808469 808403 0 -1 1077936192 866 0 0 0 1 3 0 0 20 0 6 0 133314045 53635096576 8636057 809668444160 4194304 16622685 140734929790016 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 42745856 140734929794024 140734929794139 140734929794139 140734929801167 0
Current children cumulated CPU time: 30974.7 s
Current children cumulated vsize: 52378024 KiB
Current children cumulated memory: 34544228 KiB

[startup+3600.8 s]
/proc/loadavg: 49.04 49.26 52.65 34/929 810630
/proc/meminfo: memFree=550989028/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3601.2 s]
/proc/loadavg: 49.04 49.26 52.65 34/929 810630
/proc/meminfo: memFree=573999828/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3601.3 s]
/proc/loadavg: 49.04 49.26 52.65 34/929 810630
/proc/meminfo: memFree=573999828/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3601.34
CPU time (s): 30976.1
CPU user time (s): 30828.8
CPU system time (s): 147.312
CPU usage (%): 860.128
Max. virtual memory (cumulated for all children) (KiB): 92568356
Max. memory (cumulated for all children) (KiB): 61484528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30828.8
system time used= 147.312
maximum resident set size= 61484528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55099552
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= 3332173
involuntary context switches= 102464


# summary of solver processes directly reported to runsolver:
#   pid: 808469
#   total CPU time (s): 30976.1
#   total CPU user time (s): 30828.8
#   total CPU system time (s): 147.312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2407 second user time and 84.5014 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-14 22:28:57
IDJOB=4469342
IDBENCH=178226
IDSOLVER=3099
FILE ID=nodeD104/4469342-1723667336
RUNJOBID= nodeD104-1723667336-808413
SLURM_JOB_ID= 8267930
Free space on /tmp= 8587916 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_66.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-4469342-1723667336/watcher-4469342-1723667336 -o /tmp/evaluation-result-4469342-1723667336/solver-4469342-1723667336 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723667336-808413 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469342-1723667336.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 7cbab653d296f81eb095bf1f983193d8
RANDOM SEED=402110766

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        705051960 kB
MemAvailable:   782888688 kB
Buffers:         1297328 kB
Cached:         79286172 kB
SwapCached:            0 kB
Active:         13722524 kB
Inactive:       67285984 kB
Active(anon):       2124 kB
Inactive(anon):   461804 kB
Active(file):   13720400 kB
Inactive(file): 66824180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            127700 kB
Writeback:             0 kB
AnonPages:        422848 kB
Mapped:           102968 kB
Shmem:             38920 kB
KReclaimable:    1423728 kB
Slab:            1982088 kB
SReclaimable:    1423728 kB
SUnreclaim:       558360 kB
KernelStack:       14752 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     775844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1162368 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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:     1464320 kB
DirectMap2M:    259080192 kB
DirectMap1G:    545259520 kB

Free space on /tmp at the end= 8587844 MiB
End job on nodeD104 at 2024-08-14 23:28:58