Trace number 4465462

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_3_mh.opb
MD5SUM9ac2461cadb9f34c01e229706adee951
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3047122
Best CPU time to get the best result obtained on this benchmark72001.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
2.48/2.51	c Default LC presolving (default).
2.48/2.52	c ** Before presolving: virtualMemUsedAtLc = 2096764515, getVmSize() = 1367638016, SCIPgetMemUsed() = 1216857156, SCIPgetMemTotal() = 1290850812, SCIPgetMemExternEstim() = 805913703
2.48/2.52	c ** set memory limit for presolving in LC to 8.78949e+12 for SCIP **
109.47/110.11	c ** Estimated virtualMemUsedAtSolver = 1968658576, getVmSize() = 2401558528, SCIPgetMemUsed() = 1697684770, SCIPgetMemTotal() = 2147074162, SCIPgetMemExternEstim() = 805913703
109.47/110.11	c ** set memory limit for solvers to 4.18241e+11 for each SCIP **
109.47/110.11	c Original Problem   :
109.47/110.11	c   Problem name     : instance-4465462-1723622956
109.47/110.11	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
109.47/110.11	c   Constraints      : 605407
109.47/110.11	c   Objective sense  : minimize
109.47/110.11	c Presolved Problem  :
109.47/110.11	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
109.47/110.11	c   Constraints      : 479229
109.47/110.11	c Constraints        : Number
109.47/110.11	c   knapsack         : 1375 
109.47/110.11	c   setppc           : 356526 
109.47/110.11	c   and              : 120050 
109.47/110.11	c   linear           : 3 
109.47/110.11	c   logicor          : 1275 
109.47/110.11	c ** Instance transfer method used: 0
110.65/111.25	c ** ParaScipInstance copy does not increase the number of variables. **
128.81/129.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
128.81/129.15	c                                Nodes    Active                                            
128.81/129.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
843.82/165.91	c *     166              0           1        20   127825449.0000                -          -
843.82/165.91	c       166              0           1        20   127825449.0000                -          -
846.29/166.10	c *     166              0           1        20   115128603.0000                -          -
15964.73/929.34	c *     929              0           1        20    76663321.0000                -          -
15964.73/929.34	c       929              0           1        20    76663321.0000                -          -
16857.48/974.47	c       974              2           1        20    76663321.0000          -5.0000          -
16969.35/980.05	c       980              2           1        20    76663321.0000          -5.0000          -
17133.08/988.38	c       988              2           1        20    76663321.0000          -5.0000          -
17236.10/993.58	c       994              3           4        20    76663321.0000          -5.0000          -
17759.60/1019.93	c      1020              3           4        20    76663321.0000          -5.0000          -
17874.56/1025.76	c      1026             15          14        20    76663321.0000          -5.0000          -
17975.64/1030.87	c      1031             15          14        20    76663321.0000          -5.0000          -
18144.18/1039.32	c      1039             15          14        20    76663321.0000          -5.0000          -
18245.29/1044.48	c      1044             21          22        20    76663321.0000          -5.0000          -
18348.41/1049.62	c      1050             21          22        20    76663321.0000          -5.0000          -
18632.04/1063.95	c      1064             21          22        20    76663321.0000          -5.0000          -
18747.03/1069.79	c      1070             35          34        20    76663321.0000          -5.0000          -
18967.24/1080.83	c      1081             35          34        20    76663321.0000          -5.0000          -
19130.84/1089.13	c      1089             41          42        20    76663321.0000          -5.0000          -
19393.68/1102.34	c      1102             41          42        20    76663321.0000          -5.0000          -
19544.50/1109.94	c      1110             52          51        20    76663321.0000          -5.0000          -
19648.38/1115.19	c      1115             62          61        20    76663321.0000          -5.0000          -
19822.14/1123.96	c      1124            111         110        20    76663321.0000          -5.0000          -
19943.91/1130.09	c      1130            111         112        20    76663321.0000          -5.0000          -
19959.05/1130.82	c *    1131            111         112        20    43924829.0000          -5.0000          -
20053.68/1135.65	c      1136            121         122        20    43924829.0000          -5.0000          -
20283.54/1147.28	c      1147            102          98        20    43924829.0000          -5.0000          -
20406.55/1153.45	c      1153            121         122        20    43924829.0000          -5.0000          -
20659.19/1166.15	c      1166            102          96        20    43924829.0000          -5.0000          -
20771.31/1171.82	c      1172            102          96        20    43924829.0000          -5.0000          -
20900.25/1178.31	c      1178            124         113        20    43924829.0000          -5.0000          -
21031.34/1184.98	c      1185            121         115        20    43924829.0000          -5.0000          -
21209.80/1194.03	c      1194            141         132        20    43924829.0000          -5.0000          -
21320.84/1199.53	c      1200            141         132        20    43924829.0000          -5.0000          -
21441.68/1205.69	c      1206            121         115        20    43924829.0000          -5.0000          -
21540.31/1210.66	c *    1211            152         141        20    43416889.0000          -5.0000          -
21564.13/1211.86	c      1212            152         141        20    43416889.0000          -5.0000          -
21667.95/1217.05	c      1217            162         154        20    43416889.0000          -5.0000          -
21855.85/1226.56	c      1227            161         152        20    43416889.0000          -5.0000          -
21965.63/1232.12	c      1232            201         195        20    43416889.0000          -5.0000          -
22101.64/1238.95	c      1239            201         195        20    43416889.0000          -5.0000          -
22200.62/1243.99	c      1244            201         195        20    43416889.0000          -5.0000          -
22304.51/1249.14	c      1249            162         151        20    43416889.0000          -5.0000          -
22403.61/1254.15	c      1254            204         196        20    43416889.0000          -5.0000          -
22565.71/1262.38	c      1262            204         196        20    43416889.0000          -5.0000          -
22734.25/1270.88	c      1271            181         171        20    43416889.0000          -5.0000          -
22889.02/1278.62	c      1279            182         170        20    43416889.0000          -5.0000          -
22994.09/1284.00	c      1284            302         294        20    43416889.0000          -5.0000          -
23130.99/1290.85	c      1291            302         294        20    43416889.0000          -5.0000          -
23267.80/1297.79	c      1298            262         250        20    43416889.0000          -5.0000          -
23430.40/1305.94	c      1306            321         315        20    43416889.0000          -5.0000          -
23624.88/1315.75	c      1316            402         394        20    43416889.0000          -5.0000          -
23781.63/1323.66	c      1324            402         394        20    43416889.0000          -5.0000          -
25168.27/1393.59	c      1394            402         396        20    43416889.0000          -5.0000          -
25269.41/1398.68	c      1399            402         396        20    43416889.0000          -5.0000          -
25399.12/1405.17	c      1405            402         396        20    43416889.0000          -5.0000          -
25499.40/1410.26	c      1410            363         351        20    43416889.0000          -5.0000          -
25626.35/1416.63	c      1417            502         494        20    43416889.0000          -5.0000          -
25701.75/1420.48	c *    1420            482         470        20    43193599.0000          -5.0000          -
25725.57/1421.63	c      1422            530         522        20    43193599.0000          -5.0000          -
25838.68/1427.37	c      1427            522         510        20    43193599.0000          -5.0000          -
26078.82/1439.41	c      1439            602         590        20    43193599.0000          -5.0000          -
26185.98/1444.85	c      1445            602         590        20    43193599.0000          -5.0000          -
26346.48/1453.00	c      1453            621         611        20    43193599.0000          -5.0000          -
26455.57/1458.50	c      1458            621         611        20    43193599.0000          -5.0000          -
26569.52/1464.14	c      1464            621         611        20    43193599.0000          -5.0000          -
26785.50/1475.11	c      1475            621         611        20    43193599.0000          -5.0000          -
26887.82/1480.27	c      1480            621         611        20    43193599.0000          -5.0000          -
27052.42/1488.53	c      1489            642         634        20    43193599.0000          -5.0000          -
27157.57/1493.86	c      1494            682         674        20    43193599.0000          -5.0000          -
27261.45/1499.07	c      1499            682         670        20    43193599.0000          -5.0000          -
27393.45/1505.78	c      1506            741         692        20    43193599.0000          -5.0000          -
27496.56/1510.99	c      1511            788         749        20    43193599.0000          -5.0000          -
27621.47/1517.24	c      1517            810         757        20    43193599.0000          -5.0000          -
27748.35/1523.67	c      1524            773         699        20    43193599.0000          -5.0000          -
27863.37/1529.42	c      1529            777         695        20    43193599.0000          -5.0000          -
27970.44/1534.87	c      1535            816         750        20    43193599.0000          -5.0000          -
28089.42/1540.85	c      1541            822         744        20    43193599.0000          -5.0000          -
28195.21/1546.19	c      1546            784         688        20    43193599.0000          -5.0000          -
28321.39/1552.57	c      1553            795         681        20    43193599.0000          -5.0000          -
28477.99/1560.40	c      1560            796         680        20    43193599.0000          -5.0000          -
28583.13/1565.79	c      1566            827         739        20    43193599.0000          -5.0000          -
28706.04/1572.02	c      1572            828         738        20    43193599.0000          -5.0000          -
28847.36/1579.05	c      1579            840         712        20    43193599.0000          -5.0000          -
28959.57/1584.72	c      1585            840         712        20    43193599.0000          -5.0000          -
29074.47/1590.60	c      1591            840         712        20    43193599.0000          -5.0000          -
29181.39/1595.93	c      1596            840         712        20    43193599.0000          -5.0000          -
29290.33/1601.42	c      1601            840         712        20    43193599.0000          -5.0000          -
29461.49/1610.05	c      1610            840         712        20    43193599.0000          -5.0000          -
29577.59/1615.91	c      1616            840         712        20    43193599.0000          -5.0000          -
29694.44/1621.83	c      1622            840         712        20    43193599.0000          -5.0000          -
29807.25/1627.55	c      1628            849         708        20    43193599.0000          -5.0000          -
29910.21/1632.72	c      1633            849         708        20    43193599.0000          -5.0000          -
30032.97/1638.97	c      1639            852         714        20    43193599.0000          -5.0000          -
30141.70/1644.42	c      1644            853         713        20    43193599.0000          -5.0000          -
30256.45/1650.21	c      1650            853         713        20    43193599.0000          -5.0000          -
30375.39/1656.27	c      1656            873         679        20    43193599.0000          -5.0000          -
30534.00/1664.23	c      1664            890         684        20    43193599.0000          -5.0000          -
30633.14/1669.26	c      1669            893         680        20    43193599.0000          -5.0000          -
30753.99/1675.32	c      1675            858         708        20    43193599.0000          -5.0000          -
30865.03/1680.94	c      1681            894         679        20    43193599.0000          -5.0000          -
30997.81/1687.61	c      1688            862         704        20    43193599.0000          -5.0000          -
31114.66/1693.59	c      1694            863         703        20    43193599.0000          -5.0000          -
31217.73/1698.71	c      1699            863         703        20    43193599.0000          -5.0000          -
31350.51/1705.45	c      1705            864         702        20    43193599.0000          -5.0000          -
31464.37/1711.18	c      1711            911         667        20    43193599.0000          -5.0000          -
31596.24/1717.80	c      1718            912         666        20    43193599.0000          -5.0000          -
31707.21/1723.47	c      1723            913         665        20    43193599.0000          -5.0000          -
31814.25/1728.84	c      1729            915         663        20    43193599.0000          -5.0000          -
31923.11/1734.39	c      1734            871         695        20    43193599.0000          -5.0000          -
32047.98/1740.68	c      1741            872         694        20    43193599.0000          -5.0000          -
32192.16/1747.90	c      1748            918         660        20    43193599.0000          -5.0000          -
32324.91/1754.63	c      1755            921         657        20    43193599.0000          -5.0000          -
32437.79/1760.30	c      1760            922         656        20    43193599.0000          -5.0000          -
32536.89/1765.30	c      1765            875         691        20    43193599.0000          -5.0000          -
32673.55/1772.28	c      1772            879         687        20    43193599.0000          -5.0000          -
32776.39/1777.47	c      1777            880         686        20    43193599.0000          -5.0000          -
32905.10/1783.97	c      1784            883         683        20    43193599.0000          -5.0000          -
33004.22/1789.03	c      1789            928         650        20    43193599.0000          -5.0000          -
33111.36/1794.39	c      1794            884         682        20    43193599.0000          -5.0000          -
33232.12/1800.41	c      1800            930         648        20    43193599.0000          -5.0000          -
33372.82/1807.57	c      1808            931         647        20    43193599.0000          -5.0000          -
33475.89/1812.71	c      1813            934         644        20    43193599.0000          -5.0000          -
33630.47/1820.50	c      1821            935         643        20    43193599.0000          -5.0000          -
33737.48/1825.91	c      1826            890         676        20    43193599.0000          -5.0000          -
33846.45/1831.48	c      1831            937         641        20    43193599.0000          -5.0000          -
33981.16/1838.27	c      1838            940         638        20    43193599.0000          -5.0000          -
34096.78/1844.06	c      1844            943         635        20    43193599.0000          -5.0000          -
34203.01/1849.41	c      1849            897         669        20    43193599.0000          -5.0000          -
34302.10/1854.45	c      1854            898         668        20    43193599.0000          -5.0000          -
34409.13/1859.80	c      1860            947         631        20    43193599.0000          -5.0000          -
34522.10/1865.59	c      1866            899         667        20    43193599.0000          -5.0000          -
34629.14/1871.01	c      1871            901         665        20    43193599.0000          -5.0000          -
34781.71/1878.68	c      1879            902         664        20    43193599.0000          -5.0000          -
34891.47/1884.15	c      1884            903         663        20    43193599.0000          -5.0000          -
34991.85/1889.21	c      1889            952         626        20    43193599.0000          -5.0000          -
35095.00/1894.44	c      1894            904         662        20    43193599.0000          -5.0000          -
35251.33/1902.31	c      1902            905         661        20    43193599.0000          -5.0000          -
35398.06/1909.78	c      1910            906         660        20    43193599.0000          -5.0000          -
35572.52/1918.55	c      1919            907         659        20    43193599.0000          -5.0000          -
35731.07/1926.59	c      1927            908         658        20    43193599.0000          -5.0000          -
35883.72/1934.25	c      1934            910         656        20    43193599.0000          -5.0000          -
36022.55/1941.29	c      1941            963         615        20    43193599.0000          -5.0000          -
36145.49/1947.42	c      1947            912         654        20    43193599.0000          -5.0000          -
36248.49/1952.69	c      1953            965         613        20    43193599.0000          -5.0000          -
36359.42/1958.21	c      1958            966         612        20    43193599.0000          -5.0000          -
36468.33/1963.72	c      1964            967         611        20    43193599.0000          -5.0000          -
36633.50/1972.07	c      1972            968         610        20    43193599.0000          -5.0000          -
36765.42/1978.75	c      1979            969         609        20    43193599.0000          -5.0000          -
36871.19/1984.07	c      1984            919         647        20    43193599.0000          -5.0000          -
36981.45/1989.66	c      1990            920         646        20    43193599.0000          -5.0000          -
37130.89/1997.17	c      1997            921         645        20    43193599.0000          -5.0000          -
37270.79/2004.20	c      2004            922         644        20    43193599.0000          -5.0000          -
37399.65/2010.76	c      2011            973         605        20    43193599.0000          -5.0000          -
37518.59/2016.77	c      2017            974         604        20    43193599.0000          -5.0000          -
37633.49/2022.54	c      2023            975         603        20    43193599.0000          -5.0000          -
37758.33/2028.85	c      2029            976         602        20    43193599.0000          -5.0000          -
37910.88/2036.59	c      2037            927         639        20    43193599.0000          -5.0000          -
38062.38/2044.18	c      2044            929         637        20    43193599.0000          -5.0000          -
38215.99/2052.00	c      2052            931         635        20    43193599.0000          -5.0000          -
38374.45/2059.90	c      2060            982         596        20    43193599.0000          -5.0000          -
38507.15/2066.61	c      2067            984         594        20    43193599.0000          -5.0000          -
38618.09/2072.28	c      2072            934         632        20    43193599.0000          -5.0000          -
38726.95/2077.75	c      2078            935         631        20    43193599.0000          -5.0000          -
38837.76/2083.37	c      2083            989         589        20    43193599.0000          -5.0000          -
38956.51/2089.37	c      2089            990         588        20    43193599.0000          -5.0000          -
39063.43/2094.76	c      2095            937         629        20    43193599.0000          -5.0000          -
39166.29/2099.98	c      2100            938         628        20    43193599.0000          -5.0000          -
39284.99/2106.01	c      2106            939         627        20    43193599.0000          -5.0000          -
39393.86/2111.42	c      2111            995         583        20    43193599.0000          -5.0000          -
39502.73/2116.99	c      2117            940         626        20    43193599.0000          -5.0000          -
39647.11/2124.24	c      2124            998         580        20    43193599.0000          -5.0000          -
39751.96/2129.50	c      2130            999         579        20    43193599.0000          -5.0000          -
39878.45/2135.90	c      2136           1000         578        20    43193599.0000          -5.0000          -
40012.64/2142.75	c      2143           1001         577        20    43193599.0000          -5.0000          -
40160.86/2150.24	c      2150           1002         576        20    43193599.0000          -5.0000          -
40293.35/2156.96	c      2157           1003         575        20    43193599.0000          -5.0000          -
40394.99/2162.05	c      2162            954         615        20    43193599.0000          -5.0000          -
40558.35/2170.37	c      2170           1005         573        20    43193599.0000          -5.0000          -
40711.08/2178.11	c      2178           1006         572        20    43193599.0000          -5.0000          -
40849.68/2185.09	c      2185           1008         570        20    43193599.0000          -5.0000          -
41000.97/2192.71	c      2193            961         608        20    43193599.0000          -5.0000          -
41103.84/2197.93	c      2198           1011         567        20    43193599.0000          -5.0000          -
41230.38/2204.34	c      2204           1012         566        20    43193599.0000          -5.0000          -
41352.82/2210.51	c      2211            966         603        20    43193599.0000          -5.0000          -
41489.31/2217.41	c      2217           1014         564        20    43193599.0000          -5.0000          -
41613.88/2223.70	c      2224           1015         563        20    43193599.0000          -5.0000          -
41728.55/2229.59	c      2230           1016         562        20    43193599.0000          -5.0000          -
41833.39/2234.89	c      2235           1018         560        20    43193599.0000          -5.0000          -
41950.12/2240.76	c      2241            971         598        20    43193599.0000          -5.0000          -
42053.01/2245.96	c      2246           1019         559        20    43193599.0000          -5.0000          -
42203.28/2253.56	c      2254           1021         557        20    43193599.0000          -5.0000          -
42354.10/2261.15	c      2261            976         593        20    43193599.0000          -5.0000          -
42495.80/2268.36	c      2268            977         592        20    43193599.0000          -5.0000          -
42600.64/2273.67	c      2274           1024         554        20    43193599.0000          -5.0000          -
42701.52/2278.76	c      2279           1025         553        20    43193599.0000          -5.0000          -
42837.99/2285.64	c      2286           1026         552        20    43193599.0000          -5.0000          -
42962.62/2291.98	c      2292              2           1        20    43193599.0000      617664.9952          -
43075.32/2297.65	c      2298              2           1        20    43193599.0000      617664.9952          -
43204.65/2304.15	c      2304              2           1        20    43193599.0000      617664.9952          -
43346.35/2311.32	c      2311              2           1        20    43193599.0000      617664.9952          -
43512.47/2319.72	c      2320              2           1        20    43193599.0000      617664.9952          -
43670.50/2327.73	c      2328              2           1        20    43193599.0000      617664.9952          -
43810.87/2334.87	c      2335              2           1        20    43193599.0000      617664.9952          -
43921.60/2340.46	c      2340              2           1        20    43193599.0000      617664.9952          -
44068.04/2347.89	c      2348              2           1        20    43193599.0000      617664.9952          -
44220.43/2355.54	c      2356              2           1        20    43193599.0000      617664.9952          -
44372.81/2363.20	c      2363              2           1        20    43193599.0000      617664.9952          -
44501.44/2369.75	c      2370              2           1        20    43193599.0000      617664.9952          -
44604.37/2374.98	c      2375              2           1        20    43193599.0000      617664.9952          -
44717.19/2380.65	c      2381              2           1        20    43193599.0000      617664.9952          -
44835.95/2386.68	c      2387              2           1        20    43193599.0000      617664.9952          -
44980.39/2394.02	c      2394              2           1        20    43193599.0000      617664.9952          -
45110.92/2400.59	c      2401              2           1        20    43193599.0000      622008.9966          -
45227.69/2406.48	c      2406              2           1        20    43193599.0000      622008.9966          -
45350.36/2412.66	c      2413              2           1        20    43193599.0000      622008.9966          -
45451.31/2417.72	c      2418              2           1        20    43193599.0000      622008.9966          -
45550.27/2422.76	c      2423              2           1        20    43193599.0000      622008.9966          -
45675.97/2429.11	c      2429              2           1        20    43193599.0000      622008.9966          -
45779.86/2434.38	c      2434              2           1        20    43193599.0000      622008.9966          -
45918.40/2441.39	c      2441              2           1        20    43193599.0000      622008.9966          -
46058.94/2448.43	c      2448              2           1        20    43193599.0000      622008.9966          -
46157.90/2453.44	c      2453              2           1        20    43193599.0000      622008.9966          -
46266.80/2458.93	c      2459              2           1        20    43193599.0000      622008.9966          -
46368.72/2464.09	c      2464              2           1        20    43193599.0000      622008.9966          -
46476.51/2469.52	c      2470              2           1        20    43193599.0000      622008.9966          -
46577.46/2474.66	c      2475              2           1        20    43193599.0000      622008.9966          -
46678.36/2479.79	c      2480              2           1        20    43193599.0000      622008.9966          -
46789.10/2485.34	c      2485              2           1        20    43193599.0000      622008.9966          -
46902.66/2491.06	c      2491              2           1        20    43193599.0000      622008.9966          -
47030.40/2497.56	c      2498              2           1        20    43193599.0000      622008.9966          -
47131.16/2502.67	c      2503              2           1        20    43193599.0000      622008.9966          -
47253.89/2508.88	c      2509              2           1        20    43193599.0000      622008.9966          -
47372.60/2514.80	c      2515              2           1        20    43193599.0000      622008.9966          -
47471.56/2519.83	c      2520              2           1        20    43193599.0000      622008.9966          -
47570.52/2524.86	c      2525              2           1        20    43193599.0000      622008.9966          -
47671.51/2529.99	c      2530              2           1        20    43193599.0000      622008.9966          -
47775.30/2535.19	c      2535              2           1        20    43193599.0000      622008.9966          -
47875.10/2540.24	c      2540              2           1        20    43193599.0000      622008.9966          -
47993.83/2546.21	c      2546              2           1        20    43193599.0000      622008.9966          -
48111.40/2552.18	c      2552              2           1        20    43193599.0000      622008.9966          -
48243.10/2558.87	c      2559              2           1        20    43193599.0000      622008.9966          -
48343.91/2563.91	c      2564              2           1        20    43193599.0000      622008.9966          -
48448.74/2569.25	c      2569              2           1        20    43193599.0000      622008.9966          -
48549.68/2574.32	c      2574              2           1        20    43193599.0000      622008.9966          -
48650.63/2579.40	c      2579              2           1        20    43193599.0000      622008.9966          -
48755.54/2584.78	c      2585              2           1        20    43193599.0000      630219.4229          -
48858.48/2589.92	c      2590              2           1        20    43193599.0000      630219.4229          -
48957.28/2594.93	c      2595              2           1        20    43193599.0000      630219.4229          -
49059.01/2600.14	c      2600              2           1        20    43193599.0000      630219.4229          -
49161.11/2605.20	c      2605              2           1        20    43193599.0000      630219.4229          -
49268.01/2610.64	c      2611              2           1        20    43193599.0000      630219.4229          -
49372.90/2615.95	c      2616              2           1        20    43193599.0000      630219.4229          -
49481.63/2621.40	c      2621              2           1        20    43193599.0000      630219.4229          -
49580.57/2626.44	c      2626              2           1        20    43193599.0000      630219.4229          -
49685.47/2631.70	c      2632              2           1        20    43193599.0000      630219.4229          -
49788.40/2636.96	c      2637              2           1        20    43193599.0000      630219.4229          -
49893.28/2642.25	c      2642              2           1        20    43193599.0000      630219.4229          -
49996.04/2647.46	c      2647              2           1        20    43193599.0000      630219.4229          -
50096.98/2652.57	c      2653              2           1        20    43193599.0000      630219.4229          -
50195.94/2657.58	c      2658              2           1        20    43193599.0000      630219.4229          -
50298.88/2662.70	c      2663              2           1        20    43193599.0000      630219.4229          -
50411.42/2668.41	c      2668              2           1        20    43193599.0000      630219.4229          -
50522.83/2674.05	c      2674              2           1        20    43193599.0000      630219.4229          -
50656.68/2680.88	c      2681              2           1        20    43193599.0000      630219.4229          -
50767.51/2686.45	c      2686              2           1        20    43193599.0000      630219.4229          -
50872.41/2691.72	c      2692              2           1        20    43193599.0000      630219.4229          -
50985.21/2697.49	c      2698              2           1        20    43193599.0000      630219.4229          -
51103.79/2703.44	c      2703              2           1        20    43193599.0000      630219.4229          -
51210.68/2708.82	c      2709              2           1        20    43193599.0000      630219.4229          -
51323.46/2714.53	c      2715              2           1        20    43193599.0000      630219.4229          -
51424.40/2719.62	c      2720              2           1        20    43193599.0000      630219.4229          -
51531.93/2725.11	c      2725              2           1        20    43193599.0000      630219.4229          -
51644.01/2730.75	c      2731              2           1        20    43193599.0000      630219.4229          -
51742.95/2735.76	c      2736              2           1        20    43193599.0000      635814.4682          -
51843.90/2740.80	c      2741              2           1        20    43193599.0000      635814.4682          -
51949.64/2746.15	c      2746              2           1        20    43193599.0000      635814.4682          -
52048.47/2751.19	c      2751              2           1        20    43193599.0000      635814.4682          -
52162.34/2756.91	c      2757              2           1        20    43193599.0000      635814.4682          -
52270.92/2762.48	c      2762              2           1        20    43193599.0000      635814.4682          -
52375.82/2767.71	c      2768              2           1        20    43193599.0000      635814.4682          -
52488.62/2773.50	c      2774              2           1        20    43193599.0000      635814.4682          -
52591.51/2778.67	c      2779              2           1        20    43193599.0000      635814.4682          -
52696.39/2783.99	c      2784              2           1        20    43193599.0000      635814.4682          -
52795.35/2789.03	c      2789              2           1        20    43193599.0000      635814.4682          -
52897.05/2794.14	c      2794              2           1        20    43193599.0000      635814.4682          -
53011.06/2799.87	c      2800              2           1        20    43193599.0000      635814.4682          -
53111.98/2804.97	c      2805              2           1        20    43193599.0000      635814.4682          -
53230.73/2810.91	c      2811              2           1        20    43193599.0000      635814.4682          -
53329.65/2815.97	c      2816              2           1        20    43193599.0000      635814.4682          -
53433.32/2821.15	c      2821              2           1        20    43193599.0000      635814.4682          -
53535.35/2826.38	c      2826              2           1        20    43193599.0000      635814.4682          -
53640.05/2831.67	c      2832              2           1        20    43193599.0000      635814.4682          -
53742.96/2836.86	c      2837              2           1        20    43193599.0000      635814.4682          -
53849.80/2842.21	c      2842              2           1        20    43193599.0000      635814.4682          -
53952.70/2847.46	c      2847              2           1        20    43193599.0000      635814.4682          -
54061.57/2852.90	c      2853              2           1        20    43193599.0000      635814.4682          -
54160.38/2857.97	c      2858              2           1        20    43193599.0000      635814.4682          -
54267.03/2863.36	c      2863              2           1        20    43193599.0000      635814.4682          -
54367.95/2868.42	c      2868              2           1        20    43193599.0000      635814.4682          -
54472.85/2873.79	c      2874              2           1        20    43193599.0000      635814.4682          -
54581.61/2879.25	c      2879              2           1        20    43193599.0000      635814.4682          -
54680.42/2884.27	c      2884              2           1        20    43193599.0000      635814.4682          -
54787.09/2889.70	c      2890              2           1        20    43193599.0000      635814.4682          -
54891.73/2895.03	c      2895              2           1        20    43193599.0000      635814.4682          -
54996.58/2900.23	c      2900              2           1        20    43193599.0000      635814.4682          -
55099.51/2905.44	c      2905              2           1        20    43193599.0000      635814.4682          -
55202.41/2910.69	c      2911              2           1        20    43193599.0000      635814.4682          -
55307.16/2915.91	c      2916              2           1        20    43193599.0000      635814.4682          -
55417.96/2921.55	c      2922              2           1        20    43193599.0000      635814.4682          -
55522.78/2926.89	c      2927              2           1        20    43193599.0000      635814.4682          -
55629.63/2932.26	c      2932              2           1        20    43193599.0000      635814.4682          -
55734.20/2937.52	c      2938              2           1        20    43193599.0000      635814.4682          -
55835.16/2942.65	c      2943              2           1        20    43193599.0000      635814.4682          -
55951.84/2948.57	c      2949              2           1        20    43193599.0000      635814.4682          -
56052.67/2953.61	c      2954              2           1        20    43193599.0000      635814.4682          -
56157.54/2958.91	c      2959              2           1        20    43193599.0000      635814.4682          -
56262.42/2964.26	c      2964              2           1        20    43193599.0000      635814.4682          -
56375.23/2970.00	c      2970              3           2        20    43193599.0000      635814.4682          -
56486.05/2975.56	c      2976              3           2        20    43193599.0000      635814.4682          -
56602.79/2981.41	c      2981              3           2        20    43193599.0000      635814.4682          -
56749.27/2988.85	c      2989              3           2        20    43193599.0000      635814.4682          -
56850.15/2994.03	c      2994              3           2        20    43193599.0000      635814.4682          -
56951.65/2999.12	c      2999              3           2        20    43193599.0000      635814.4682          -
57070.11/3005.09	c      3005              3           2        20    43193599.0000      635814.4682          -
57141.60/3008.76	c *    3009              3           2        20    41428325.0000      635814.4682          -
57204.91/3011.97	c      3012              3           2        20    41428325.0000      635814.4682          -
57308.59/3017.17	c      3017              3           2        20    41428325.0000      635814.4682          -
57474.06/3025.58	c      3026              3           2        20    41428325.0000      635814.4682          -
57608.64/3032.34	c      3032              3           2        20    41428325.0000      635814.4682          -
57727.37/3038.31	c      3038              3           2        20    41428325.0000      635814.4682          -
57851.98/3044.69	c      3045              3           2        20    41428325.0000      635814.4682          -
57968.74/3050.53	c      3051              3           2        20    41428325.0000      635814.4682          -
58122.97/3058.32	c      3058              3           2        20    41428325.0000      635814.4682          -
58236.79/3064.10	c      3064              3           2        20    41428325.0000      635814.4682          -
58245.01/3064.56	c *    3065              3           2        20    41197501.0000      635814.4682          -
58257.46/3065.18	c *    3065              3           2        20    41195287.0000      635814.4682          -
58376.95/3071.30	c      3071              3           2        20    41195287.0000      635814.4682          -
58519.44/3078.46	c      3078              3           2        20    41195287.0000      635814.4682          -
58590.77/3082.10	c *    3082              3           2        20    41104801.0000      635814.4682          -
58625.63/3083.80	c      3084              3           2        20    41104801.0000      635814.4682          -
58637.05/3084.48	c *    3084              3           2        20    41044395.0000      635814.4682          -
58646.40/3084.96	c *    3085              3           2        20    41028051.0000      635814.4682          -
58657.68/3085.50	c *    3086              3           2        20    40991811.0000      635814.4682          -
58671.18/3086.27	c *    3086              3           2        20    40972879.0000      635814.4682          -
58684.56/3086.92	c *    3087              3           2        20    40956535.0000      635814.4682          -
58694.16/3087.40	c *    3087              3           2        20    40920295.0000      635814.4682          -
58788.22/3092.15	c      3092              3           2        20    40920295.0000      635814.4682          -
58876.16/3096.62	c *    3097              3           2        20    40874823.0000      635814.4682          -
58890.05/3097.38	c *    3097              3           2        20    40869559.0000      635814.4682          -
58890.05/3097.38	c      3097              3           2        20    40869559.0000      635814.4682          -
58994.76/3102.61	c      3103              3           2        20    40869559.0000      635814.4682          -
59062.79/3106.06	c *    3106              3           2        20    40858753.0000      635814.4682          -
59089.54/3107.46	c *    3107              3           2        20    40833319.0000      635814.4682          -
59099.46/3107.99	c      3108              3           2        20    40833319.0000      635814.4682          -
59126.85/3109.34	c *    3109              3           2        20    40822513.0000      635814.4682          -
59237.70/3115.01	c      3115              3           2        20    40822513.0000      635814.4682          -
59366.20/3121.40	c      3121              3           2        20    40822513.0000      635814.4682          -
59484.57/3127.42	c      3127              3           2        20    40822513.0000      635814.4682          -
59587.50/3132.68	c      3133              3           2        20    40822513.0000      635814.4682          -
59706.19/3138.65	c      3139              3           2        20    40822513.0000      635814.4682          -
59818.74/3144.34	c      3144              3           2        20    40822513.0000      635814.4682          -
59921.65/3149.52	c      3150              3           2        20    40822513.0000      635814.4682          -
60044.27/3155.77	c      3156              3           2        20    40822513.0000      635814.4682          -
60169.65/3162.08	c      3162              3           2        20    40822513.0000      635814.4682          -
60283.63/3167.87	c      3168              3           2        20    40822513.0000      635814.4682          -
60384.57/3172.95	c      3173              3           2        20    40822513.0000      635814.4682          -
60489.16/3178.23	c      3178              3           2        20    40822513.0000      635814.4682          -
60599.95/3183.82	c      3184              3           2        20    40822513.0000      635814.4682          -
60705.45/3189.15	c      3189              3           2        20    40822513.0000      635814.4682          -
60839.20/3195.92	c      3196              3           2        20    40822513.0000      635814.4682          -
60954.00/3201.77	c      3202              4           3        20    40822513.0000      635814.4682          -
61114.10/3209.84	c      3210              4           3        20    40822513.0000      635814.4682          -
61226.82/3215.51	c      3216              4           3        20    40822513.0000      635814.4682          -
61336.59/3221.10	c      3221              4           3        20    40822513.0000      635814.4682          -
61448.43/3226.79	c      3227              4           3        20    40822513.0000      635814.4682          -
61509.16/3229.83	c *    3230              4           3        20    40717013.0000      635814.4682          -
61556.64/3232.22	c      3232              4           3        20    40717013.0000      635814.4682          -
61657.57/3237.34	c      3237              4           3        20    40717013.0000      635814.4682          -
61766.10/3242.81	c      3243              4           3        20    40717013.0000      635814.4682          -
61878.85/3248.53	c      3249              4           3        20    40717013.0000      635814.4682          -
61995.68/3254.44	c      3254              4           3        20    40717013.0000      635814.4682          -
62107.25/3260.08	c      3260              4           3        20    40717013.0000      635814.4682          -
62230.96/3266.33	c      3266              4           3        20    40717013.0000      635814.4682          -
62333.81/3271.52	c      3272              4           3        20    40717013.0000      635814.4682          -
62434.69/3276.60	c      3277              4           3        20    40717013.0000      635814.4682          -
62537.51/3281.87	c      3282              4           3        20    40717013.0000      635814.4682          -
62656.17/3287.81	c      3288              4           3        20    40717013.0000      635814.4682          -
62734.65/3291.83	c *    3292              4           3        20    40500956.0000      635814.4682          -
62759.07/3293.07	c      3293              4           3        20    40500956.0000      635814.4682          -
62874.96/3298.94	c      3299              4           3        20    40500956.0000      635814.4682          -
62996.48/3305.10	c      3305              4           3        20    40500956.0000      635814.4682          -
63201.34/3315.43	c      3315              4           3        20    40500956.0000      635814.4682          -
63300.21/3320.47	c      3320              4           3        20    40500956.0000      635814.4682          -
63405.10/3325.74	c      3326              4           3        20    40500956.0000      635814.4682          -
63508.06/3331.03	c      3331              4           3        20    40500956.0000      635814.4682          -
63614.85/3336.39	c      3336              4           3        20    40500956.0000      635814.4682          -
63733.46/3342.31	c      3342              5           4        20    40500956.0000      635814.4682          -
63840.22/3347.74	c      3348              5           4        20    40500956.0000      635814.4682          -
63945.88/3353.12	c      3353              5           4        20    40500956.0000      635814.4682          -
64044.77/3358.13	c      3358              5           4        20    40500956.0000      635814.4682          -
64160.64/3363.90	c      3364              5           4        20    40500956.0000      635814.4682          -
64269.43/3369.41	c      3369              5           4        20    40500956.0000      635814.4682          -
64394.05/3375.73	c      3376              5           4        20    40500956.0000      635814.4682          -
64492.94/3380.79	c      3381              5           4        20    40500956.0000      635814.4682          -
64611.54/3386.71	c      3387              5           4        20    40500956.0000      635814.4682          -
64712.42/3391.80	c      3392              5           4        20    40500956.0000      635814.4682          -
64817.92/3397.18	c      3397              5           4        20    40500956.0000      635814.4682          -
64997.25/3406.21	c      3406              5           4        20    40500956.0000      635814.4682          -
65110.04/3411.96	c      3412              5           4        20    40500956.0000      635814.4682          -
65224.77/3417.72	c      3418              5           4        20    40500956.0000      635814.4682          -
65330.46/3423.05	c      3423              5           4        20    40500956.0000      635814.4682          -
65480.03/3430.65	c      3431              5           4        20    40500956.0000      635814.4682          -
65587.60/3436.07	c      3436              5           4        20    40500956.0000      635814.4682          -
65693.63/3441.46	c      3441              5           4        20    40500956.0000      635814.4682          -
65798.53/3446.70	c      3447              5           4        20    40500956.0000      635814.4682          -
65917.28/3452.72	c      3453              5           4        20    40500956.0000      635814.4682          -
66103.84/3462.18	c      3462              5           4        20    40500956.0000      635814.4682          -
66265.55/3470.32	c      3470              5           4        20    40500956.0000      635814.4682          -
66382.30/3476.22	c      3476              5           4        20    40500956.0000      635814.4682          -
66481.25/3481.28	c      3481              5           4        20    40500956.0000      635814.4682          -
66582.06/3486.37	c      3486              5           4        20    40500956.0000      635814.4682          -
66684.79/3491.52	c      3492              5           4        20    40500956.0000      635814.4682          -
66803.45/3497.55	c      3498              5           4        20    40500956.0000      635814.4682          -
66908.30/3502.80	c      3503              6           5        20    40500956.0000      635814.4682          -
67027.04/3508.89	c      3509              6           5        20    40500956.0000      635814.4682          -
67132.69/3514.19	c      3514              6           5        20    40500956.0000      635814.4682          -
67254.45/3520.34	c      3520              6           5        20    40500956.0000      635814.4682          -
67365.25/3525.93	c      3526              6           5        20    40500956.0000      635814.4682          -
67470.08/3531.22	c      3531              6           5        20    40500956.0000      635814.4682          -
67582.96/3536.97	c      3537              6           5        20    40500956.0000      635814.4682          -
67687.79/3542.28	c      3542              6           5        20    40500956.0000      635814.4682          -
67806.55/3548.26	c      3548              6           5        20    40500956.0000      635814.4682          -
67911.43/3553.54	c      3554              6           5        20    40500956.0000      635814.4682          -
68048.00/3560.47	c      3560              6           5        20    40500956.0000      635814.4682          -
68162.78/3566.21	c      3566              6           5        20    40500956.0000      635814.4682          -
68278.32/3572.14	c      3572              6           5        20    40500956.0000      635814.4682          -
68392.26/3577.84	c      3578              6           5        20    40500956.0000      635814.4682          -
68493.23/3582.99	c      3583              6           5        20    40500956.0000      635814.4682          -
68609.89/3588.83	c      3589              6           5        20    40500956.0000      635814.4682          -
68710.86/3594.04	c      3594              6           5        20    40500956.0000      635814.4682          -
68825.59/3599.76	c      3600              6           5        20    40500956.0000      635814.4682          -
68951.07/3606.09	c      3606              6           5        20    40500956.0000      635814.4682          -
69055.08/3611.32	c      3611              6           5        20    40500956.0000      635814.4682          -
69157.93/3616.50	c      3616              6           5        20    40500956.0000      635814.4682          -
69258.87/3621.69	c      3622              6           5        20    40500956.0000      635814.4682          -
69363.82/3626.93	c      3627              6           5        20    40500956.0000      635814.4682          -
69472.62/3632.44	c      3632              6           5        20    40500956.0000      635814.4682          -
69571.46/3637.50	c      3638              6           5        20    40500956.0000      635814.4682          -
69676.33/3642.74	c      3643              6           5        20    40500956.0000      635814.4682          -
69777.20/3647.80	c      3648              6           5        20    40500956.0000      635814.4682          -
69888.03/3653.49	c      3653              6           5        20    40500956.0000      635814.4682          -
69988.87/3658.55	c      3659              6           5        20    40500956.0000      635814.4682          -
70095.80/3663.93	c      3664              6           5        20    40500956.0000      635814.4682          -
70197.68/3669.14	c      3669              6           5        20    40500956.0000      635814.4682          -
70298.59/3674.19	c      3674              6           5        20    40500956.0000      635814.4682          -
70406.52/3679.68	c      3680              6           5        20    40500956.0000      635814.4682          -
70521.34/3685.47	c      3685              7           6        20    40500956.0000      635814.4682          -
70627.95/3690.84	c      3691              7           6        20    40500956.0000      635814.4682          -
70728.83/3695.91	c      3696              7           6        20    40500956.0000      635814.4682          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (188353 MiB free)
  memory of node 1: 193494 MiB (122568 MiB free)
  memory of node 2: 193531 MiB (160894 MiB free)
  memory of node 3: 193531 MiB (163711 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-4465462-1723622956/watcher-4465462-1723622956 -o /tmp/evaluation-result-4465462-1723622956/solver-4465462-1723622956 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757986 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465462-1723622956.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100123 s]*
/proc/loadavg: 81.44 81.26 80.02 62/981 760215
/proc/meminfo: memFree=650651044/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=175932 memory=160280 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/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 37949 0 0 0 6 5 0 0 20 0 1 0 128878715 180154368 40070 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 43983 40070 2347 3035 0 40379 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 175932 KiB
Current children cumulated memory: 160280 KiB

[startup+0.220187 s]*
/proc/loadavg: 81.44 81.26 80.02 62/981 760215
/proc/meminfo: memFree=650586928/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=233068 memory=216768 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 52061 0 0 0 15 7 0 0 20 0 1 0 128878715 238661632 54192 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 58267 54192 2347 3035 0 54663 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 233068 KiB
Current children cumulated memory: 216768 KiB

[startup+0.319988 s]*
/proc/loadavg: 81.44 81.26 80.02 62/981 760215
/proc/meminfo: memFree=650517812/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=300348 memory=284892 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/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 69118 0 0 0 24 9 0 0 20 0 1 0 128878715 307556352 71223 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 75087 71223 2347 3035 0 71483 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 300348 KiB
Current children cumulated memory: 284892 KiB

[startup+0.700283 s]
/proc/loadavg: 81.44 81.26 80.02 64/981 760215
/proc/meminfo: memFree=650421676/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=440048 memory=424356 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/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 102944 0 0 0 54 15 0 0 20 0 1 0 128878715 450609152 106089 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 110012 106089 2347 3035 0 106408 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 440048 KiB
Current children cumulated memory: 424356 KiB

[startup+1.50021 s]
/proc/loadavg: 79.88 80.94 79.92 62/981 760215
/proc/meminfo: memFree=650288828/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=786236 memory=773644 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/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 196841 0 0 0 120 28 0 0 20 0 1 0 128878715 805105664 193411 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 196623 193411 2555 3035 0 193019 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 786236 KiB
Current children cumulated memory: 773644 KiB

[startup+3.12171 s]
/proc/loadavg: 79.88 80.94 79.92 43/941 760261
/proc/meminfo: memFree=680846044/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=1407120 memory=1379104 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 335915 0 0 0 258 51 0 0 20 0 1 0 128878715 1440890880 344776 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 351780 344776 2630 3035 0 348176 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1407120 KiB
Current children cumulated memory: 1379104 KiB

[startup+6.30025 s]
/proc/loadavg: 76.93 80.31 79.72 43/941 760261
/proc/meminfo: memFree=679415052/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=1558244 memory=1524664 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 381555 0 0 0 554 72 0 0 20 0 1 0 128878715 1595641856 381166 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 389561 381166 2726 3035 0 385957 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1558244 KiB
Current children cumulated memory: 1524664 KiB

[startup+12.7002 s]
/proc/loadavg: 74.37 79.72 79.53 43/941 760263
/proc/meminfo: memFree=678478164/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=2044852 memory=2008904 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 477187 0 0 0 1172 92 0 0 20 0 1 0 128878715 2093928448 502226 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 511213 502226 2774 3035 0 507609 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2044852 KiB
Current children cumulated memory: 2008904 KiB

[startup+25.5003 s]
/proc/loadavg: 69.39 78.48 79.13 43/941 760264
/proc/meminfo: memFree=678133308/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=2083120 memory=2045624 CPUtime=25.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 482328 0 0 0 2444 94 0 0 20 0 1 0 128878715 2133114880 511406 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 520780 511406 2774 3035 0 517176 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2083120 KiB
Current children cumulated memory: 2045624 KiB

[startup+51.1196 s]
/proc/loadavg: 57.29 74.72 77.86 24/902 760270
/proc/meminfo: memFree=701521192/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=2088240 memory=2051140 CPUtime=50.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 483827 0 0 0 4990 96 0 0 20 0 1 0 128878715 2138357760 512785 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 522060 512785 2774 3035 0 518456 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 2088240 KiB
Current children cumulated memory: 2051140 KiB

[startup+102.3 s]
/proc/loadavg: 37.88 66.75 74.98 24/903 760328
/proc/meminfo: memFree=745895904/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=2127828 memory=2090768 CPUtime=101.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) R 760211 760214 757976 0 -1 4194304 488679 0 0 0 10080 99 0 0 20 0 1 0 128878715 2178895872 522692 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 531957 522692 2774 3035 0 528353 0
Current children cumulated CPU time: 101.79 s
Current children cumulated vsize: 2127828 KiB
Current children cumulated memory: 2090768 KiB

[startup+162.301 s]
/proc/loadavg: 44.56 62.75 73.05 62/1003 760440
/proc/meminfo: memFree=627392584/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=63857852 memory=61092108 CPUtime=773.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) S 760211 760214 757976 0 -1 1077936128 14769307 0 0 0 72454 4901 0 0 20 0 41 0 128878715 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 15964463 15273027 2854 3035 0 15591725 0
[pid=760214/tid=760331] ppid=760211 vsize=63857852 memory=52732404 CPUtime=33.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760331/stat : 760331 (fscip) R 760211 760214 757976 0 -1 4194368 398644 0 0 0 3271 83 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760332] ppid=760211 vsize=63857852 memory=2316 CPUtime=32.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760332/stat : 760332 (fscip) R 760211 760214 757976 0 -1 4194368 914379 0 0 0 2800 465 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760333] ppid=760211 vsize=63857852 memory=558 CPUtime=33.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760333/stat : 760333 (fscip) R 760211 760214 757976 0 -1 4194368 815545 0 0 0 3177 161 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760334] ppid=760211 vsize=63857852 memory=57868532 CPUtime=33.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760334/stat : 760334 (fscip) R 760211 760214 757976 0 -1 4194368 398868 0 0 0 3271 80 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760335] ppid=760211 vsize=63857852 memory=29273809900535888 CPUtime=32.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760335/stat : 760335 (fscip) R 760211 760214 757976 0 -1 4194368 935447 0 0 0 2829 440 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760336] ppid=760211 vsize=63857852 memory=3300 CPUtime=33.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760336/stat : 760336 (fscip) R 760211 760214 757976 0 -1 4194368 812962 0 0 0 3183 159 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760337] ppid=760211 vsize=63857852 memory=279581166525376 CPUtime=33.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760337/stat : 760337 (fscip) R 760211 760214 757976 0 -1 4194368 398814 0 0 0 3266 85 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760338] ppid=760211 vsize=63857852 memory=6531597286716530 CPUtime=32.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760338/stat : 760338 (fscip) R 760211 760214 757976 0 -1 4194368 918330 0 0 0 2803 459 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760339] ppid=760211 vsize=63857852 memory=60691928 CPUtime=33.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760339/stat : 760339 (fscip) R 760211 760214 757976 0 -1 4194368 820465 0 0 0 3179 162 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760340] ppid=760211 vsize=63857852 memory=25333125866717268 CPUtime=33.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760340/stat : 760340 (fscip) R 760211 760214 757976 0 -1 4194368 397459 0 0 0 3245 82 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760341] ppid=760211 vsize=63857852 memory=2091820 CPUtime=32.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760341/stat : 760341 (fscip) R 760211 760214 757976 0 -1 4194368 924657 0 0 0 2792 472 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760342] ppid=760211 vsize=63857852 memory=2316 CPUtime=33.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760342/stat : 760342 (fscip) R 760211 760214 757976 0 -1 4194368 801305 0 0 0 3172 166 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760343] ppid=760211 vsize=63857852 memory=60792636 CPUtime=33.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760343/stat : 760343 (fscip) R 760211 760214 757976 0 -1 4194368 398574 0 0 0 3223 78 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760344] ppid=760211 vsize=63857852 memory=3703489836475766613 CPUtime=32.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760344/stat : 760344 (fscip) R 760211 760214 757976 0 -1 4194368 923486 0 0 0 2796 468 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760345] ppid=760211 vsize=63857852 memory=0 CPUtime=33.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760345/stat : 760345 (fscip) R 760211 760214 757976 0 -1 4194368 820373 0 0 0 3173 165 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760346] ppid=760211 vsize=63857852 memory=33000 CPUtime=33.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760346/stat : 760346 (fscip) R 760211 760214 757976 0 -1 4194368 398839 0 0 0 3267 87 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760347] ppid=760211 vsize=63857852 memory=60835296 CPUtime=32.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760347/stat : 760347 (fscip) R 760211 760214 757976 0 -1 4194368 922277 0 0 0 2807 458 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760348] ppid=760211 vsize=63857852 memory=12895196 CPUtime=33.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760348/stat : 760348 (fscip) R 760211 760214 757976 0 -1 4194368 807804 0 0 0 3160 165 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760349] ppid=760211 vsize=63857852 memory=11448 CPUtime=33.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760349/stat : 760349 (fscip) R 760211 760214 757976 0 -1 4194368 398695 0 0 0 3269 82 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760350] ppid=760211 vsize=63857852 memory=6655300316396806240 CPUtime=32.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760350/stat : 760350 (fscip) R 760211 760214 757976 0 -1 4194368 923787 0 0 0 2797 467 0 0 20 0 41 0 128889727 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760376] ppid=760211 vsize=63857852 memory=-7966001734603266090 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760376/stat : 760376 (fscip) S 760211 760214 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128891634 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760377] ppid=760211 vsize=63857852 memory=36300 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760377/stat : 760377 (fscip) S 760211 760214 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128891634 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760378] ppid=760211 vsize=63857852 memory=6796 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760378/stat : 760378 (fscip) S 760211 760214 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128891634 65390440448 15273027 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0

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

/proc/760214/task/760383/stat : 760383 (fscip) S 760211 760214 757976 0 -1 1077936192 202 0 0 0 4 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760384] ppid=760211 vsize=146016148 memory=99506940 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/760214/task/760384/stat : 760384 (fscip) S 760211 760214 757976 0 -1 1077936192 190 0 0 0 3 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760385] ppid=760211 vsize=146016148 memory=99377684 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760385/stat : 760385 (fscip) S 760211 760214 757976 0 -1 1077936192 235 0 0 0 2 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760386] ppid=760211 vsize=146016148 memory=41288 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/760214/task/760386/stat : 760386 (fscip) S 760211 760214 757976 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760387] ppid=760211 vsize=146016148 memory=279581164698912 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/760214/task/760387/stat : 760387 (fscip) S 760211 760214 757976 0 -1 1077936192 238 0 0 0 4 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760388] ppid=760211 vsize=146016148 memory=99506904 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/760214/task/760388/stat : 760388 (fscip) S 760211 760214 757976 0 -1 1077936192 403 0 0 0 4 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760389] ppid=760211 vsize=146016148 memory=11448 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/760214/task/760389/stat : 760389 (fscip) S 760211 760214 757976 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760390] ppid=760211 vsize=146016148 memory=99377684 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/760214/task/760390/stat : 760390 (fscip) S 760211 760214 757976 0 -1 1077936192 218 0 0 0 1 2 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760391] ppid=760211 vsize=146016148 memory=33000 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/760214/task/760391/stat : 760391 (fscip) S 760211 760214 757976 0 -1 1077936192 191 0 0 0 1 2 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760392] ppid=760211 vsize=146016148 memory=1804 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/760214/task/760392/stat : 760392 (fscip) S 760211 760214 757976 0 -1 1077936192 297 0 0 0 0 4 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760393] ppid=760211 vsize=146016148 memory=6048 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/760214/task/760393/stat : 760393 (fscip) S 760211 760214 757976 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760394] ppid=760211 vsize=146016148 memory=99377684 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/760214/task/760394/stat : 760394 (fscip) S 760211 760214 757976 0 -1 1077936192 300 0 0 0 4 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760395] ppid=760211 vsize=146016148 memory=28568 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/760214/task/760395/stat : 760395 (fscip) S 760211 760214 757976 0 -1 1077936192 269 0 0 0 4 0 0 0 20 0 41 0 128891634 149520535552 24844436 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
Current children cumulated CPU time: 69668.4 s
Current children cumulated vsize: 146016148 KiB
Current children cumulated memory: 99377744 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.23 80.29 80.28 81/1024 762379
/proc/meminfo: memFree=376125224/790760804 swapFree=131071996/131071996
[pid=760214] ppid=760211 vsize=145819540 memory=99225764 CPUtime=70810.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/stat : 760214 (fscip) S 760211 760214 757976 0 -1 1077936128 295605094 0 0 0 7043005 38060 0 0 20 0 41 0 128878715 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
/proc/760214/statm: 36454885 24806441 3030 3035 0 35821849 0
[pid=760214/tid=760331] ppid=760211 vsize=145819540 memory=6720659952509141098 CPUtime=3538.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760331/stat : 760331 (fscip) R 760211 760214 757976 0 -1 4194368 15257325 0 0 0 351651 2242 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760332] ppid=760211 vsize=145819540 memory=8323350987516068516 CPUtime=3536.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760332/stat : 760332 (fscip) R 760211 760214 757976 0 -1 4194368 7907388 0 0 0 352117 1551 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760333] ppid=760211 vsize=145819540 memory=31572 CPUtime=3537.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760333/stat : 760333 (fscip) R 760211 760214 757976 0 -1 4194368 22611207 0 0 0 351299 2446 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760334] ppid=760211 vsize=145819540 memory=28568 CPUtime=3535.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760334/stat : 760334 (fscip) R 760211 760214 757976 0 -1 4194368 15712612 0 0 0 351772 1740 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760335] ppid=760211 vsize=145819540 memory=7312 CPUtime=3539.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760335/stat : 760335 (fscip) R 760211 760214 757976 0 -1 4194368 7627565 0 0 0 352410 1560 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760336] ppid=760211 vsize=145819540 memory=99225760 CPUtime=3539.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760336/stat : 760336 (fscip) R 760211 760214 757976 0 -1 4194368 21071729 0 0 0 351587 2321 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760337] ppid=760211 vsize=145819540 memory=11504 CPUtime=3539.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760337/stat : 760337 (fscip) R 760211 760214 757976 0 -1 4194368 15724721 0 0 0 352133 1809 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760338] ppid=760211 vsize=145819540 memory=3776 CPUtime=3531.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760338/stat : 760338 (fscip) R 760211 760214 757976 0 -1 4194368 7754037 0 0 0 351633 1493 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760339] ppid=760211 vsize=145819540 memory=40480 CPUtime=3531.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760339/stat : 760339 (fscip) R 760211 760214 757976 0 -1 4194368 22777345 0 0 0 350735 2444 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760340] ppid=760211 vsize=145819540 memory=8196 CPUtime=3535.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760340/stat : 760340 (fscip) R 760211 760214 757976 0 -1 4194368 16030661 0 0 0 351824 1709 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760341] ppid=760211 vsize=145819540 memory=3300 CPUtime=3530.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760341/stat : 760341 (fscip) R 760211 760214 757976 0 -1 4194368 7598347 0 0 0 351535 1536 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760342] ppid=760211 vsize=145819540 memory=7044 CPUtime=3526.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760342/stat : 760342 (fscip) R 760211 760214 757976 0 -1 4194368 22805477 0 0 0 350213 2480 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760343] ppid=760211 vsize=145819540 memory=28188 CPUtime=3532.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760343/stat : 760343 (fscip) R 760211 760214 757976 0 -1 4194368 14677003 0 0 0 351490 1753 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760344] ppid=760211 vsize=145819540 memory=33864 CPUtime=3534.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760344/stat : 760344 (fscip) R 760211 760214 757976 0 -1 4194368 7850362 0 0 0 351834 1585 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760345] ppid=760211 vsize=145819540 memory=51856 CPUtime=3525.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760345/stat : 760345 (fscip) R 760211 760214 757976 0 -1 4194368 21079163 0 0 0 350228 2308 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760346] ppid=760211 vsize=145819540 memory=7640 CPUtime=3539.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760346/stat : 760346 (fscip) R 760211 760214 757976 0 -1 4194368 14694825 0 0 0 352275 1691 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760347] ppid=760211 vsize=145819540 memory=6720661034790568043 CPUtime=3538.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760347/stat : 760347 (fscip) R 760211 760214 757976 0 -1 4194368 7315741 0 0 0 352373 1470 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760348] ppid=760211 vsize=145819540 memory=11504 CPUtime=3533.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760348/stat : 760348 (fscip) R 760211 760214 757976 0 -1 4194368 21597608 0 0 0 350988 2382 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760349] ppid=760211 vsize=145819540 memory=13692 CPUtime=3534.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760349/stat : 760349 (fscip) R 760211 760214 757976 0 -1 4194368 16908061 0 0 0 351642 1824 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760350] ppid=760211 vsize=145819540 memory=11628 CPUtime=3537.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760350/stat : 760350 (fscip) R 760211 760214 757976 0 -1 4194368 7928841 0 0 0 352131 1571 0 0 20 0 41 0 128889727 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760376] ppid=760211 vsize=145819540 memory=11624 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/760214/task/760376/stat : 760376 (fscip) S 760211 760214 757976 0 -1 1077936192 204 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760377] ppid=760211 vsize=145819540 memory=11628 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/760214/task/760377/stat : 760377 (fscip) S 760211 760214 757976 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760378] ppid=760211 vsize=145819540 memory=11624 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/760214/task/760378/stat : 760378 (fscip) S 760211 760214 757976 0 -1 1077936192 249 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760379] ppid=760211 vsize=145819540 memory=2736 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/760214/task/760379/stat : 760379 (fscip) S 760211 760214 757976 0 -1 1077936192 220 0 0 0 2 1 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760380] ppid=760211 vsize=145819540 memory=6604 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/760214/task/760380/stat : 760380 (fscip) S 760211 760214 757976 0 -1 1077936192 286 0 0 0 1 3 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760381] ppid=760211 vsize=145819540 memory=99225760 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/760214/task/760381/stat : 760381 (fscip) S 760211 760214 757976 0 -1 1077936192 266 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760382] ppid=760211 vsize=145819540 memory=16164 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/760214/task/760382/stat : 760382 (fscip) S 760211 760214 757976 0 -1 1077936192 284 0 0 0 3 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760383] ppid=760211 vsize=145819540 memory=2316 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/760214/task/760383/stat : 760383 (fscip) S 760211 760214 757976 0 -1 1077936192 204 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760384] ppid=760211 vsize=145819540 memory=33000 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/760214/task/760384/stat : 760384 (fscip) S 760211 760214 757976 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760385] ppid=760211 vsize=145819540 memory=1804 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/760214/task/760385/stat : 760385 (fscip) S 760211 760214 757976 0 -1 1077936192 239 0 0 0 2 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760386] ppid=760211 vsize=145819540 memory=6048 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/760214/task/760386/stat : 760386 (fscip) S 760211 760214 757976 0 -1 1077936192 272 0 0 0 3 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760387] ppid=760211 vsize=145819540 memory=51344 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/760214/task/760387/stat : 760387 (fscip) S 760211 760214 757976 0 -1 1077936192 241 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760388] ppid=760211 vsize=145819540 memory=104 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/760214/task/760388/stat : 760388 (fscip) S 760211 760214 757976 0 -1 1077936192 421 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760389] ppid=760211 vsize=145819540 memory=25932 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/760214/task/760389/stat : 760389 (fscip) S 760211 760214 757976 0 -1 1077936192 209 0 0 0 3 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760390] ppid=760211 vsize=145819540 memory=21392 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/760214/task/760390/stat : 760390 (fscip) S 760211 760214 757976 0 -1 1077936192 220 0 0 0 1 2 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760391] ppid=760211 vsize=145819540 memory=2208 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/760214/task/760391/stat : 760391 (fscip) S 760211 760214 757976 0 -1 1077936192 195 0 0 0 1 2 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760392] ppid=760211 vsize=145819540 memory=26988 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/760214/task/760392/stat : 760392 (fscip) S 760211 760214 757976 0 -1 1077936192 303 0 0 0 0 4 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760393] ppid=760211 vsize=145819540 memory=3776 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/760214/task/760393/stat : 760393 (fscip) S 760211 760214 757976 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760394] ppid=760211 vsize=145819540 memory=40480 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/760214/task/760394/stat : 760394 (fscip) S 760211 760214 757976 0 -1 1077936192 313 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
[pid=760214/tid=760395] ppid=760211 vsize=145819540 memory=8196 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/760214/task/760395/stat : 760395 (fscip) S 760211 760214 757976 0 -1 1077936192 273 0 0 0 4 0 0 0 20 0 41 0 128891634 149319208960 24806441 809668444160 4194304 16623229 140737235789664 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 38846464 140737235792902 140737235793020 140737235793020 140737235800048 0
Current children cumulated CPU time: 70810.6 s
Current children cumulated vsize: 145819540 KiB
Current children cumulated memory: 99225764 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=70430.5 s, system=383.388 s

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

[startup+3700.8 s]
/proc/loadavg: 80.23 80.29 80.28 62/985 762379
/proc/meminfo: memFree=381387000/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 80.23 80.29 80.28 63/986 762380
/proc/meminfo: memFree=415288496/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 78.69 79.97 80.17 62/985 762380
/proc/meminfo: memFree=449092952/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3702.86
CPU time (s): 70813.9
CPU user time (s): 70430.5
CPU system time (s): 383.388
CPU usage (%): 1912.41
Max. virtual memory (cumulated for all children) (KiB): 147130260
Max. memory (cumulated for all children) (KiB): 100295852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70430.5
system time used= 383.388
maximum resident set size= 100295852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295605136
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= 7381367
involuntary context switches= 335251


# summary of solver processes directly reported to runsolver:
#   pid: 760214
#   total CPU time (s): 70813.9
#   total CPU user time (s): 70430.5
#   total CPU system time (s): 383.388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9057 second user time and 96.8864 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 10:09:16
IDJOB=4465462
IDBENCH=155653
IDSOLVER=3094
FILE ID=nodeD105/4465462-1723622956
RUNJOBID= nodeD105-1723619306-757986
SLURM_JOB_ID= 8267910
Free space on /tmp= 8622760 MiB

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

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

MD5SUM BENCH= 9ac2461cadb9f34c01e229706adee951
RANDOM SEED=1470918018

nodeD105.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		: 2113.419
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		: 3051.544
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.277
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	: 5011.74
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		: 3053.395
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	: 5011.78
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		: 2335.118
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		: 3095.141
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.282
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	: 5011.74
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		: 3053.334
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	: 5011.78
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		: 1435.691
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		: 3095.134
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3005.873
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	: 5011.74
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		: 3053.303
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	: 5011.78
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		: 2523.233
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		: 3095.137
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.286
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	: 5011.74
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		: 3051.732
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	: 5011.78
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		: 2623.196
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		: 3095.135
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.290
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	: 5011.74
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		: 3051.611
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	: 5011.78
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		: 1707.283
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		: 3020.390
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3004.249
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	: 5011.74
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		: 3052.788
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	: 5011.78
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		: 2662.487
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		: 3054.112
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3005.063
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	: 5011.74
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		: 3053.175
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	: 5011.78
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		: 2665.236
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		: 3034.261
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3005.870
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	: 5011.74
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		: 3053.146
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	: 5011.78
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		: 3658.738
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		: 3095.129
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.295
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	: 5011.74
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		: 3053.139
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	: 5011.78
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		: 3568.843
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		: 3095.129
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3003.700
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	: 5011.74
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		: 3053.109
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	: 5011.78
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		: 3334.499
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		: 3095.125
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.298
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	: 5011.74
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		: 3053.078
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	: 5011.78
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		: 3788.995
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		: 3017.923
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.298
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	: 5011.74
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		: 3053.048
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	: 5011.78
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		: 2652.007
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		: 3093.241
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.299
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	: 5011.74
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		: 3053.020
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	: 5011.78
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		: 2661.085
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		: 3095.126
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.303
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	: 5011.74
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		: 3052.073
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	: 5011.78
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		: 1498.841
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		: 3095.125
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.304
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	: 5011.74
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		: 3052.957
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	: 5011.78
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		: 2665.386
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		: 3095.124
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3005.894
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	: 5011.74
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		: 3050.165
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	: 5011.78
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		: 2512.660
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		: 3095.117
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.308
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	: 5011.74
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		: 3052.945
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	: 5011.78
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		: 2662.259
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		: 3095.121
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.308
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	: 5011.74
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		: 3032.022
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	: 5011.78
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		: 2656.812
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		: 3038.828
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.310
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	: 5011.74
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		: 3051.115
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	: 5011.78
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		: 1924.790
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		: 3095.117
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3006.313
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	: 5011.74
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		: 3052.988
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        650781368 kB
MemAvailable:   655442928 kB
Buffers:         1215784 kB
Cached:          6734664 kB
SwapCached:            0 kB
Active:          1696440 kB
Inactive:       134499948 kB
Active(anon):       2168 kB
Inactive(anon): 128282732 kB
Active(file):    1694272 kB
Inactive(file):  6217216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             54416 kB
Writeback:             0 kB
AnonPages:      128243656 kB
Mapped:           138440 kB
Shmem:             38920 kB
KReclaimable:     339552 kB
Slab:             775712 kB
SReclaimable:     339552 kB
SUnreclaim:       436160 kB
KernelStack:       16864 kB
PageTables:       327204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   60175348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1142784 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35002368 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:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622708 MiB
End job on nodeD105 at 2024-08-14 11:10:59