Trace number 4468812

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12? (TO) 50719 3700.81

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/
submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUMf414edaa70e04e6c4234549a55f077d1
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 benchmark23
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.42/0.45	c Default LC presolving (default).
0.42/0.45	c ** Before presolving: virtualMemUsedAtLc = 446782658, getVmSize() = 296255488, SCIPgetMemUsed() = 248000859, SCIPgetMemTotal() = 262794155, SCIPgetMemExternEstim() = 183988503
0.42/0.45	c ** set memory limit for presolving in LC to 8.79469e+12 for SCIP **
2.48/2.57	c ** Estimated virtualMemUsedAtSolver = 434271372, getVmSize() = 530784256, SCIPgetMemUsed() = 280239195, SCIPgetMemTotal() = 467418555, SCIPgetMemExternEstim() = 183988503
2.48/2.57	c ** set memory limit for solvers to 4.18725e+11 for each SCIP **
2.48/2.57	c Original Problem   :
2.48/2.57	c   Problem name     : instance-4468812-1723576744
2.48/2.57	c   Variables        : 40363 (40363 binary, 0 integer, 0 implicit integer, 0 continuous)
2.48/2.57	c   Constraints      : 154319
2.48/2.57	c   Objective sense  : minimize
2.48/2.57	c Presolved Problem  :
2.48/2.57	c   Variables        : 37704 (37704 binary, 0 integer, 0 implicit integer, 0 continuous)
2.48/2.57	c   Constraints      : 37630
2.48/2.57	c Constraints        : Number
2.48/2.57	c   knapsack         : 1 
2.48/2.57	c   setppc           : 1867 
2.48/2.57	c   and              : 35757 
2.48/2.57	c   logicor          : 5 
2.48/2.57	c ** Instance transfer method used: 0
2.58/2.69	c ** ParaScipInstance copy does not increase the number of variables. **
4.50/4.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.50/4.57	c                                Nodes    Active                                            
4.50/4.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
169.90/13.15	c *      13              0           1        20          33.0000                -          -
169.90/13.15	c        13              0           1        20          33.0000                -          -
380.47/23.91	c        24              0           1        20          33.0000                -          -
1308.13/70.80	c *      71              0           1        20          32.0000                -          -
1308.13/70.80	c        71              0           1        20          32.0000                -          -
1444.93/77.64	c *      78              0           1        20          30.0000                -          -
1444.93/77.64	c        78              0           1        20          30.0000                -          -
3154.96/163.86	c       164              2           1        20          30.0000          10.0000    200.00%
3496.81/181.13	c       181             22          21        20          30.0000          10.0000    200.00%
3831.73/197.99	c       198             42          41        20          30.0000          10.0000    200.00%
4030.15/207.91	c       208             62          61        20          30.0000          10.0000    200.00%
4188.93/216.02	c       216              2           3        20          30.0000          10.0000    200.00%
4436.86/228.46	c       228              2           3        20          30.0000          10.0000    200.00%
4557.90/234.52	c       235              2           3        20          30.0000          10.0000    200.00%
4692.58/241.36	c       241              2           3        20          30.0000          10.0000    200.00%
4868.66/250.21	c       250              2           3        20          30.0000          10.0000    200.00%
4981.82/255.95	c       256              2           3        20          30.0000          10.0000    200.00%
5244.20/269.18	c       269              2           3        20          30.0000          10.0000    200.00%
5348.67/274.46	c       274              2           3        20          30.0000          10.0000    200.00%
5462.47/280.17	c       280              2           3        20          30.0000          10.0000    200.00%
5500.09/282.04	c *     282              2           3        20          29.0000          10.0000    190.00%
5566.85/285.44	c       285              2           3        20          29.0000          10.0000    190.00%
5669.94/290.65	c       291              2           3        20          29.0000          10.0000    190.00%
5781.01/296.25	c       296              2           3        20          29.0000          10.0000    190.00%
5900.04/302.26	c       302             12          11        20          29.0000          10.0976    187.20%
5931.81/303.88	c *     304             12          11        20          28.0000          10.0976    177.29%
6003.23/307.47	c       307             13          12        20          28.0000          10.0976    177.29%
6108.28/312.76	c       313             13          12        20          28.0000          10.0976    177.29%
6214.04/318.12	c       318             13          12        20          28.0000          10.0976    177.29%
6251.12/319.91	c *     320             13          12        20          27.0000          10.0976    167.39%
6344.24/324.68	c       325             13          12        20          27.0000          10.0976    167.39%
6459.17/330.40	c       330             13          12        20          27.0000          10.0976    167.39%
6558.18/335.49	c       336             13          12        20          27.0000          10.0976    167.39%
6671.68/341.19	c       341             13          12        20          27.0000          10.0976    167.39%
6790.69/347.14	c       347             15          14        20          27.0000          10.0976    167.39%
6956.95/355.64	c       356             21          20        20          27.0000          10.0976    167.39%
7062.89/361.11	c       361             25          24        20          27.0000          10.0976    167.39%
7188.81/367.52	c       368             27          26        20          27.0000          10.0976    167.39%
7298.56/373.26	c       373             30          29        20          27.0000          10.0976    167.39%
7437.41/380.48	c       380             32          31        20          27.0000          10.4645    158.02%
7540.83/385.77	c       386             32          31        20          27.0000          10.4645    158.02%
7640.41/390.82	c       391             32          31        20          27.0000          10.4645    158.02%
7769.20/397.48	c       397             32          31        20          27.0000          10.4645    158.02%
7868.73/402.55	c       403             32          31        20          27.0000          10.4645    158.02%
7972.11/407.81	c       408             32          31        20          27.0000          10.4645    158.02%
8079.34/413.34	c       413             32          31        20          27.0000          10.4645    158.02%
8198.43/419.42	c       419             32          31        20          27.0000          10.4645    158.02%
8310.41/425.14	c       425             32          31        20          27.0000          10.4645    158.02%
8420.83/430.75	c       431             32          31        20          27.0000          10.4645    158.02%
8522.00/435.82	c       436             33          32        20          27.0000          10.4645    158.02%
8667.47/443.15	c       443             33          32        20          27.0000          10.4645    158.02%
8769.93/448.33	c       448             33          32        20          27.0000          10.4645    158.02%
8869.11/453.38	c       453             33          32        20          27.0000          10.4645    158.02%
8976.25/458.78	c       459             33          32        20          27.0000          10.4645    158.02%
9115.08/465.79	c       466             34          33        20          27.0000          10.4645    158.02%
9235.96/471.80	c       472             34          33        20          27.0000          10.4645    158.02%
9364.80/478.38	c       478             34          33        20          27.0000          10.4645    158.02%
9469.82/483.65	c       484             34          33        20          27.0000          10.4645    158.02%
9584.89/489.45	c       489             34          33        20          27.0000          10.4645    158.02%
9709.92/495.72	c       496             34          33        20          27.0000          10.4645    158.02%
9809.05/500.79	c       501             34          33        20          27.0000          10.4645    158.02%
9914.68/506.03	c       506             34          35        20          27.0000          10.4645    158.02%
10017.18/511.29	c       511             34          35        20          27.0000          10.4645    158.02%
10118.30/516.37	c       516             34          35        20          27.0000          10.4645    158.02%
10225.38/521.76	c       522             34          35        20          27.0000          10.4645    158.02%
10340.42/527.59	c       528             34          35        20          27.0000          10.4645    158.02%
10485.21/534.86	c       535             36          35        20          27.0000          10.4645    158.02%
10804.43/550.96	c       551             38          37        20          27.0000          10.4645    158.02%
10906.11/556.03	c       556             40          39        20          27.0000          10.4645    158.02%
11008.48/561.20	c       561           1163           1        20          27.0000          10.5000    157.14%
11109.37/566.35	c       566              2           1        20          27.0000          11.3664    137.54%
11212.29/571.54	c       572              2           1        20          27.0000          11.3664    137.54%
11487.74/585.46	c       585              2           1        20          27.0000          11.3664    137.54%
11596.76/590.93	c       591              2           1        20          27.0000          11.3664    137.54%
11709.75/596.65	c       597              2           1        20          27.0000          11.3664    137.54%
11824.63/602.45	c       602              2           1        20          27.0000          11.3664    137.54%
11925.65/607.55	c       608              2           1        20          27.0000          11.3664    137.54%
12028.66/612.71	c       613              2           1        20          27.0000          11.3664    137.54%
12131.66/617.92	c       618              2           1        20          27.0000          11.3664    137.54%
12244.54/623.67	c       624              2           1        20          27.0000          11.3664    137.54%
12345.60/628.79	c       629              2           1        20          27.0000          11.3664    137.54%
12458.56/634.44	c       634              2           1        20          27.0000          11.3664    137.54%
12559.42/639.54	c       640              3           2        20          27.0000          11.4318    136.18%
12666.37/644.92	c       645              3           2        20          27.0000          11.4318    136.18%
12765.49/649.97	c       650              3           2        20          27.0000          11.4318    136.18%
12867.22/655.13	c       655              3           2        20          27.0000          11.4318    136.18%
12979.49/660.77	c       661              3           2        20          27.0000          11.4318    136.18%
13082.53/665.90	c       666              3           2        20          27.0000          11.4318    136.18%
13197.28/671.79	c       672              3           2        20          27.0000          11.4318    136.18%
13310.24/677.43	c       677              3           2        20          27.0000          11.4318    136.18%
13411.21/682.54	c       683              3           2        20          27.0000          11.4318    136.18%
13516.02/687.87	c       688              4           3        20          27.0000          11.4574    135.66%
13616.90/692.94	c       693              4           3        20          27.0000          11.4574    135.66%
13720.52/698.19	c       698              4           3        20          27.0000          11.4574    135.66%
13820.66/703.29	c       703              4           3        20          27.0000          11.4574    135.66%
14018.63/713.21	c       713              4           3        20          27.0000          11.4574    135.66%
14121.84/718.42	c       718              4           3        20          27.0000          11.4574    135.66%
14161.52/720.42	Racing ramp-up finished after 720.43 seconds. Selected strategy 10.
14275.49/726.55	c       727              0           3         1          27.0000          11.4574    135.66%          11.4574    135.66%
14370.81/732.25	c       732              0           3         1          27.0000          11.4574    135.66%          11.4574    135.66%
14447.67/737.86	c       738              0           3         1          27.0000          11.4574    135.66%          11.4574    135.66%
14531.28/745.46	c       745              0           3         1          27.0000          11.4574    135.66%          11.4574    135.66%
14607.65/753.03	c       753              0           3         1          27.0000          11.4574    135.66%          11.4574    135.66%
14666.19/759.59	c       760              0           3         1          27.0000          11.4574    135.66%          11.4574    135.66%
14707.65/764.61	c       765              9           5         1          27.0000          11.4574    135.66%          11.4791    135.21%
14808.45/773.02	c       773              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
14908.71/782.15	c       782              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
14969.82/788.28	c       788              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
15461.11/843.07	c       843              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
16511.66/974.99	c       975              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
17230.81/1078.10	c      1078              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
18502.99/1290.97	c      1291              9           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
19560.24/1503.25	c      1503             11           5         5          27.0000          11.4574    135.66%          11.4574    135.66%
19680.68/1527.43	c      1527             11           7         5          27.0000          11.4574    135.66%          11.4574    135.66%
19872.30/1565.91	c      1566             12           6         5          27.0000          11.4574    135.66%          11.4574    135.66%
19943.97/1580.37	c      1580             13           7         5          27.0000          11.4574    135.66%          11.4574    135.66%
20021.62/1595.91	c      1596             14           8         5          27.0000          11.4574    135.66%          11.4574    135.66%
20118.18/1615.38	c      1615             15           9         5          27.0000          11.4574    135.66%          11.4574    135.66%
20264.51/1644.70	c      1645             16          10         5          27.0000          11.4574    135.66%          11.4574    135.66%
20338.67/1659.61	c      1660             17          11         5          27.0000          11.4574    135.66%          11.4574    135.66%
20365.04/1664.92	c      1665             23          17         5          27.0000          11.4574    135.66%          11.4574    135.66%
20391.43/1670.28	c      1670             28          22         5          27.0000          11.4574    135.66%          11.4574    135.66%
20484.50/1689.01	c      1689             29          23         5          27.0000          11.4574    135.66%          11.4574    135.66%
20521.83/1696.46	c      1696             30          26         5          27.0000          11.4574    135.66%          11.4574    135.66%
20682.60/1728.72	c      1729             31          25         5          27.0000          11.4574    135.66%          11.4574    135.66%
20707.48/1733.74	c      1734             33          27         5          27.0000          11.4574    135.66%          11.4574    135.66%
20736.36/1739.56	c      1740             35          29         5          27.0000          11.4574    135.66%          11.4574    135.66%
20762.24/1744.72	c      1745             41          35         5          27.0000          11.4574    135.66%          11.4574    135.66%
20793.10/1750.99	c      1751             47          41         5          27.0000          11.4574    135.66%          11.4574    135.66%
20880.69/1768.57	c      1769             50          44         5          27.0000          11.4574    135.66%          11.4574    135.66%
20971.77/1786.81	c      1787             54          48         5          27.0000          11.4574    135.66%          11.4574    135.66%
21006.61/1793.83	c      1794             57          51         5          27.0000          11.4574    135.66%          11.4574    135.66%
21041.46/1800.89	c      1801             62          56         5          27.0000          11.4574    135.66%          11.4574    135.66%
21094.22/1811.48	c      1811             64          58         5          27.0000          11.4574    135.66%          11.4574    135.66%
21124.57/1817.54	c      1818             66          60         5          27.0000          11.4574    135.66%          11.4574    135.66%
21169.38/1826.50	c      1826             67          61         5          27.0000          11.4574    135.66%          11.4574    135.66%
21208.20/1834.33	c      1834             70          64         5          27.0000          11.4574    135.66%          11.4574    135.66%
21233.59/1839.46	c      1839             72          66         5          27.0000          11.4574    135.66%          11.4574    135.66%
21270.92/1847.00	c      1847             72          68         5          27.0000          11.4574    135.66%          11.4574    135.66%
21331.25/1859.07	c      1859             74          68         5          27.0000          11.4574    135.66%          11.4574    135.66%
21366.98/1866.20	c      1866             79          73         5          27.0000          11.4574    135.66%          11.4574    135.66%
21403.32/1873.53	c      1874             80          74         5          27.0000          11.4574    135.66%          11.4574    135.66%
21500.98/1893.15	c      1893             82          76         5          27.0000          11.4574    135.66%          11.4574    135.66%
21528.25/1898.66	c      1899             84          78         5          27.0000          11.4574    135.66%          11.4574    135.66%
21558.62/1904.79	c      1905             87          81         5          27.0000          11.4574    135.66%          11.4574    135.66%
23276.15/2249.84	c      2250             91          83         5          27.0000          11.4574    135.66%          11.4574    135.66%
23326.41/2259.98	c      2260             92          84         5          27.0000          11.4574    135.66%          11.4574    135.66%
23378.16/2270.30	c      2270            111         103         5          27.0000          11.4574    135.66%          11.4574    135.66%
23675.99/2286.15	c      2286            138         115        20          27.0000          11.4574    135.66%          11.4574    135.66%
23776.27/2291.22	c      2291            290         266        20          27.0000          11.4574    135.66%          11.4574    135.66%
24110.06/2308.07	c      2308            361         295        20          27.0000          11.4574    135.66%          11.4574    135.66%
24361.12/2320.79	c      2321            363         297        20          27.0000          11.4574    135.66%          11.4574    135.66%
24593.17/2332.44	c      2332            484         296        20          27.0000          11.4574    135.66%          11.4574    135.66%
24702.29/2338.02	c      2338            823         292        20          27.0000          11.4574    135.66%          11.4574    135.66%
24807.41/2343.22	c      2343           1110         297        20          27.0000          11.4574    135.66%          11.4574    135.66%
25773.34/2391.96	c      2392           1111         296        20          27.0000          11.4574    135.66%          11.4574    135.66%
25877.29/2397.14	c      2397           1414         294        20          27.0000          11.4574    135.66%          11.4574    135.66%
25977.58/2402.24	c      2402           1791         293        20          27.0000          11.4574    135.66%          11.4574    135.66%
26078.81/2407.35	c      2407           2177         295        20          27.0000          11.4574    135.66%          11.4574    135.66%
26181.84/2412.57	c      2413           2611         290        20          27.0000          11.4574    135.66%          11.4574    135.66%
26289.00/2417.94	c      2418           2981         285        20          27.0000          11.4574    135.66%          11.4574    135.66%
26398.11/2423.43	c      2423           3415         296        20          27.0000          11.4574    135.66%          11.4574    135.66%
26630.93/2435.17	c      2435           3416         288        20          27.0000          11.4574    135.66%          11.4574    135.66%
26737.38/2440.55	c      2441           3787         285        20          27.0000          11.4574    135.66%          11.4574    135.66%
26844.56/2445.94	c      2446           4138         287        20          27.0000          11.4574    135.66%          11.4574    135.66%
26946.37/2451.05	c      2451           4470         287        20          27.0000          11.4574    135.66%          11.4574    135.66%
27047.84/2456.16	c      2456           4791         287        20          27.0000          11.4574    135.66%          11.4574    135.66%
27150.14/2461.31	c      2461           5065         288        20          27.0000          11.4574    135.66%          11.4574    135.66%
27251.35/2466.42	c      2466           5513         284        20          27.0000          11.4574    135.66%          11.4574    135.66%
27352.75/2471.55	c      2472           5917         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
27469.54/2477.42	c      2477           6297         280        20          27.0000          11.4574    135.66%          11.4574    135.66%
27570.75/2482.52	c      2483           6674         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
27673.98/2487.72	c      2488           7020         279        20          27.0000          11.4574    135.66%          11.4574    135.66%
27777.08/2492.97	c      2493           7382         282        20          27.0000          11.4574    135.66%          11.4574    135.66%
27881.13/2498.14	c      2498           7662         277        20          27.0000          11.4574    135.66%          11.4574    135.66%
27983.43/2503.31	c      2503           8005         279        20          27.0000          11.4574    135.66%          11.4574    135.66%
28084.65/2508.43	c      2508           8338         277        20          27.0000          11.4574    135.66%          11.4574    135.66%
28185.78/2513.56	c      2514           8760         285        20          27.0000          11.4574    135.66%          11.4574    135.66%
28288.99/2518.71	c      2519           9139         280        20          27.0000          11.4574    135.66%          11.4574    135.66%
28398.09/2524.27	c      2524           9522         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
28501.45/2529.47	c      2529           9962         280        20          27.0000          11.4574    135.66%          11.4574    135.66%
28610.42/2534.92	c      2535          10359         282        20          27.0000          11.4574    135.66%          11.4574    135.66%
28712.47/2540.09	c      2540          10804         279        20          27.0000          11.4574    135.66%          11.4574    135.66%
28814.87/2545.26	c      2545          11255         279        20          27.0000          11.4574    135.66%          11.4574    135.66%
28918.07/2550.44	c      2550          11573         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
29021.25/2555.60	c      2556          11954         284        20          27.0000          11.4574    135.66%          11.4574    135.66%
29122.44/2560.74	c      2561          12438         282        20          27.0000          11.4574    135.66%          11.4574    135.66%
29416.13/2575.52	c      2576          12491         276        20          27.0000          11.4574    135.66%          11.4574    135.66%
29519.35/2580.70	c      2581          13028         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
29620.57/2585.82	c      2586          13558         284        20          27.0000          11.4574    135.66%          11.4574    135.66%
29721.79/2591.01	c      2591          14040         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
29823.44/2596.11	c      2596          14408         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
29926.03/2601.21	c      2601          14863         282        20          27.0000          11.4574    135.66%          11.4574    135.66%
30027.25/2606.35	c      2606          15362         278        20          27.0000          11.4574    135.66%          11.4574    135.66%
30130.43/2611.51	c      2612          15788         284        20          27.0000          11.4574    135.66%          11.4574    135.66%
30242.28/2617.16	c      2617          16052         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
30342.76/2622.24	c      2622          16499         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
30443.80/2627.38	c      2627          17033         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
30548.97/2632.60	c      2633          17492         278        20          27.0000          11.4574    135.66%          11.4574    135.66%
30650.18/2637.73	c      2638          17977         278        20          27.0000          11.4574    135.66%          11.4574    135.66%
30761.29/2643.35	c      2643          18467         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
30864.51/2648.51	c      2649          19006         284        20          27.0000          11.4574    135.66%          11.4574    135.66%
30967.59/2653.72	c      2654          19452         287        20          27.0000          11.4574    135.66%          11.4574    135.66%
31070.79/2658.94	c      2659          19612         290        20          27.0000          11.4574    135.66%          11.4574    135.66%
31172.59/2664.04	c      2664          20141         288        20          27.0000          11.4574    135.66%          11.4574    135.66%
31275.21/2669.26	c      2669          20676         279        20          27.0000          11.4574    135.66%          11.4574    135.66%
31376.44/2674.37	c      2674          21298         280        20          27.0000          11.4574    135.66%          11.4574    135.66%
32499.44/2731.01	c      2731          21580         284        20          27.0000          11.4574    135.66%          11.4574    135.66%
32606.52/2736.34	c      2736          21980         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
32707.73/2741.42	c      2741          22400         280        20          27.0000          11.4574    135.66%          11.4574    135.66%
32808.87/2746.52	c      2747          22825         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
32912.02/2751.71	c      2752          23266         285        20          27.0000          11.4574    135.66%          11.4574    135.66%
33013.12/2756.87	c      2757          23766         283        20          27.0000          11.4574    135.66%          11.4574    135.66%
33114.23/2761.96	c      2762          24231         280        20          27.0000          11.4574    135.66%          11.4574    135.66%
33227.37/2767.60	c      2768          24576         277        20          27.0000          11.4574    135.66%          11.4574    135.66%
33328.43/2772.70	c      2773          25066         292        20          27.0000          11.4574    135.66%          11.4574    135.66%
33431.66/2777.94	c      2778          25407         285        20          27.0000          11.4574    135.66%          11.4574    135.66%
33535.60/2783.14	c      2783          25791         279        20          27.0000          11.4574    135.66%          11.4574    135.66%
33638.00/2788.30	c      2788          26202         286        20          27.0000          11.4574    135.66%          11.4574    135.66%
33739.15/2793.41	c      2793          26683         285        20          27.0000          11.4574    135.66%          11.4574    135.66%
33840.40/2798.57	c      2799          27136         281        20          27.0000          11.4574    135.66%          11.4574    135.66%
33963.36/2804.72	c      2805          27448         282        20          27.0000          11.4574    135.66%          11.4574    135.66%
34179.69/2815.66	c      2816          27560         309        20          27.0000          11.4574    135.66%          11.4574    135.66%
34289.48/2821.15	c      2821          27563         310        20          27.0000          11.4574    135.66%          11.4574    135.66%
34622.29/2837.94	c      2838          27576         307        20          27.0000          11.4574    135.66%          11.4574    135.66%
34929.93/2853.43	c      2853          27598         309        20          27.0000          11.4574    135.66%          11.4574    135.66%
35096.64/2861.85	c      2862          27668         305        20          27.0000          11.4574    135.66%          11.4574    135.66%
37295.05/2972.63	c      2973          27669         300        20          27.0000          11.4574    135.66%          11.4574    135.66%
37437.94/2979.84	c      2980          27766         308        20          27.0000          11.4791    135.21%          11.4791    135.21%
37621.09/2989.10	c      2989          27767         305        20          27.0000          11.4791    135.21%          11.4791    135.21%
37936.02/3005.00	c      3005          27769         305        20          27.0000          11.4791    135.21%          11.4791    135.21%
38571.06/3036.97	c      3037          27770         304        20          27.0000          11.4791    135.21%          11.4791    135.21%
38676.24/3042.26	c      3042          28123         296        20          27.0000          11.4791    135.21%          11.4791    135.21%
38779.44/3047.42	c      3047          28518         306        20          27.0000          11.4791    135.21%          11.4791    135.21%
38884.50/3052.70	c      3053          28835         299        20          27.0000          11.4791    135.21%          11.4791    135.21%
38985.71/3057.83	c      3058          29196         291        20          27.0000          11.4791    135.21%          11.4791    135.21%
39091.44/3063.17	c      3063          29528         292        20          27.0000          11.4791    135.21%          11.4791    135.21%
39194.09/3068.34	c      3068          29822         291        20          27.0000          11.4791    135.21%          11.4791    135.21%
39299.12/3073.67	c      3074          30203         295        20          27.0000          11.4791    135.21%          11.4791    135.21%
39402.30/3078.80	c      3079          30654         296        20          27.0000          11.4791    135.21%          11.4791    135.21%
39503.50/3084.02	c      3084          31072         290        20          27.0000          11.4791    135.21%          11.4791    135.21%
39608.68/3089.21	c      3089          31455         293        20          27.0000          11.4791    135.21%          11.4791    135.21%
39709.92/3094.31	c      3094          31820         299        20          27.0000          11.4791    135.21%          11.4791    135.21%
39813.11/3099.54	c      3100          32213         297        20          27.0000          11.4791    135.21%          11.4791    135.21%
39916.29/3104.75	c      3105          32538         305        20          27.0000          11.4791    135.21%          11.4791    135.21%
40019.46/3109.97	c      3110          32882         308        20          27.0000          11.4791    135.21%          11.4791    135.21%
40118.69/3115.01	c      3115          33115         296        20          27.0000          11.4791    135.21%          11.4791    135.21%
40225.84/3120.33	c      3120          33449         293        20          27.0000          11.4791    135.21%          11.4791    135.21%
40327.07/3125.42	c      3125          33765         298        20          27.0000          11.4791    135.21%          11.4791    135.21%
40428.34/3130.59	c      3131          34223         293        20          27.0000          11.4791    135.21%          11.4791    135.21%
40529.27/3135.69	c      3136          34626         305        20          27.0000          11.4791    135.21%          11.4791    135.21%
40634.48/3140.95	c      3141          35105         297        20          27.0000          11.4791    135.21%          11.4791    135.21%
40736.48/3146.07	c      3146          35491         309        20          27.0000          11.4791    135.21%          11.4791    135.21%
40840.84/3151.33	c      3151          35785         296        20          27.0000          11.4791    135.21%          11.4791    135.21%
40944.03/3156.53	c      3157          36244         299        20          27.0000          11.4791    135.21%          11.4791    135.21%
41045.24/3161.63	c      3162          36641         310        20          27.0000          11.4791    135.21%          11.4791    135.21%
41148.40/3166.84	c      3167          37031         292        20          27.0000          11.4791    135.21%          11.4791    135.21%
41249.61/3172.00	c      3172          37482         292        20          27.0000          11.4791    135.21%          11.4791    135.21%
41358.72/3177.45	c      3177          37856         295        20          27.0000          11.4791    135.21%          11.4791    135.21%
41495.63/3184.38	c      3184          37907         294        20          27.0000          11.4791    135.21%          11.4791    135.21%
41936.10/3206.50	c      3207          37908         295        20          27.0000          11.4791    135.21%          11.4791    135.21%
42130.67/3216.35	c      3216          37910         297        20          27.0000          11.4791    135.21%          11.4791    135.21%
42325.95/3226.15	c      3226          37912         299        20          27.0000          11.4791    135.21%          11.4791    135.21%
42539.61/3236.96	c      3237          37916         299        20          27.0000          11.4791    135.21%          11.4791    135.21%
42648.78/3242.46	c      3242          38279         305        20          27.0000          11.4791    135.21%          11.4791    135.21%
42752.04/3247.64	c      3248          38595         298        20          27.0000          11.4791    135.21%          11.4791    135.21%
42857.26/3252.95	c      3253          38906         303        20          27.0000          11.4791    135.21%          11.4791    135.21%
42962.49/3258.25	c      3258          39275         304        20          27.0000          11.4791    135.21%          11.4791    135.21%
43067.71/3263.51	c      3264          39629         306        20          27.0000          11.4791    135.21%          11.4791    135.21%
43172.95/3268.86	c      3269          39953         306        20          27.0000          11.4791    135.21%          11.4791    135.21%
43276.74/3274.03	c      3274          40222         307        20          27.0000          11.4791    135.21%          11.4791    135.21%
43383.40/3279.48	c      3279          40509         307        20          27.0000          11.4791    135.21%          11.4791    135.21%
43490.63/3284.82	c      3285          40736         304        20          27.0000          11.4791    135.21%          11.4791    135.21%
43594.60/3290.13	c      3290          41018         309        20          27.0000          11.4791    135.21%          11.4791    135.21%
43699.12/3295.31	c      3295          41293         310        20          27.0000          11.4791    135.21%          11.4791    135.21%
43800.36/3300.45	c      3300          41619         311        20          27.0000          11.4791    135.21%          11.4791    135.21%
43901.64/3305.55	c      3306          41950         309        20          27.0000          11.4791    135.21%          11.4791    135.21%
44004.92/3310.71	c      3311          42292         311        20          27.0000          11.4791    135.21%          11.4791    135.21%
44106.25/3315.80	c      3316          42774         310        20          27.0000          11.4791    135.21%          11.4791    135.21%
44207.57/3320.94	c      3321          43225         308        20          27.0000          11.4791    135.21%          11.4791    135.21%
44311.66/3326.16	c      3326          43595         309        20          27.0000          11.4791    135.21%          11.4791    135.21%
44414.19/3331.37	c      3331          43990         322        20          27.0000          11.4791    135.21%          11.4791    135.21%
44521.47/3336.76	c      3337          44371         320        20          27.0000          11.4791    135.21%          11.4791    135.21%
44622.79/3341.89	c      3342          44698         314        20          27.0000          11.4791    135.21%          11.4791    135.21%
44749.91/3348.28	c      3348          44955         332        20          27.0000          11.4791    135.21%          11.4791    135.21%
44851.23/3353.38	c      3353          44957         334        20          27.0000          11.4791    135.21%          11.4791    135.21%
45000.27/3360.83	c      3361          44976         340        20          27.0000          11.4791    135.21%          11.4791    135.21%
45101.59/3365.96	c      3366          45182         325        20          27.0000          11.4791    135.21%          11.4791    135.21%
45205.57/3371.14	c      3371          45528         323        20          27.0000          11.4791    135.21%          11.4791    135.21%
45306.20/3376.26	c      3376          45989         327        20          27.0000          11.4791    135.21%          11.4791    135.21%
45409.53/3381.41	c      3381          46437         332        20          27.0000          11.4791    135.21%          11.4791    135.21%
45512.84/3386.60	c      3387          46868         328        20          27.0000          11.4791    135.21%          11.4791    135.21%
45614.17/3391.73	c      3392          47289         330        20          27.0000          11.4791    135.21%          11.4791    135.21%
45715.50/3396.88	c      3397          47707         329        20          27.0000          11.4791    135.21%          11.4791    135.21%
45819.52/3402.10	c      3402          48139         329        20          27.0000          11.4791    135.21%          11.4791    135.21%
45936.01/3407.92	c      3408          48508         335        20          27.0000          11.4791    135.21%          11.4791    135.21%
46038.10/3413.05	c      3413          48896         343        20          27.0000          11.4791    135.21%          11.4791    135.21%
46140.65/3418.20	c      3418          49316         335        20          27.0000          11.4791    135.21%          11.4791    135.21%
46241.99/3423.32	c      3423          49647         342        20          27.0000          11.4791    135.21%          11.4791    135.21%
46343.26/3428.44	c      3428          50042         337        20          27.0000          11.4791    135.21%          11.4791    135.21%
46446.58/3433.61	c      3434          50447         341        20          27.0000          11.4791    135.21%          11.4791    135.21%
46547.90/3438.75	c      3439          50887         342        20          27.0000          11.4791    135.21%          11.4791    135.21%
46651.22/3443.93	c      3444          51335         344        20          27.0000          11.4791    135.21%          11.4791    135.21%
46753.18/3449.09	c      3449          51775         351        20          27.0000          11.4791    135.21%          11.4791    135.21%
46855.84/3454.26	c      3454          52311         353        20          27.0000          11.4791    135.21%          11.4791    135.21%
46959.17/3459.40	c      3459          52650         360        20          27.0000          11.4791    135.21%          11.4791    135.21%
47068.47/3464.97	c      3465          53162         361        20          27.0000          11.4791    135.21%          11.4791    135.21%
47170.43/3470.12	c      3470          53577         362        20          27.0000          11.4791    135.21%          11.4791    135.21%
47275.12/3475.30	c      3475          54035         357        20          27.0000          11.4791    135.21%          11.4791    135.21%
47376.46/3480.46	c      3480          54453         358        20          27.0000          11.4791    135.21%          11.4791    135.21%
47477.79/3485.60	c      3486          54898         356        20          27.0000          11.4791    135.21%          11.4791    135.21%
47581.11/3490.78	c      3491          55326         363        20          27.0000          11.4791    135.21%          11.4791    135.21%
47684.43/3496.03	c      3496          55772         357        20          27.0000          11.4791    135.21%          11.4791    135.21%
47789.72/3501.21	c      3501          56317         364        20          27.0000          11.4791    135.21%          11.4791    135.21%
47891.06/3506.32	c      3506          56699         365        20          27.0000          11.4791    135.21%          11.4791    135.21%
47990.42/3511.33	c      3511          56998         364        20          27.0000          11.4791    135.21%          11.4791    135.21%
48097.73/3516.73	c      3517          57421         365        20          27.0000          11.4791    135.21%          11.4791    135.21%
48197.06/3521.78	c      3522          57856         366        20          27.0000          11.4791    135.21%          11.4791    135.21%
48306.34/3527.24	c      3527          58312         379        20          27.0000          11.4791    135.21%          11.4791    135.21%
48409.64/3532.43	c      3532          58751         368        20          27.0000          11.4791    135.21%          11.4791    135.21%
48510.98/3537.59	c      3538          59136         375        20          27.0000          11.4791    135.21%          11.4791    135.21%
48550.72/3539.58	c *    3540          59247         379        20          25.0000          11.4791    117.79%          11.4791    117.79%
48614.25/3542.77	c      3543          59563         375        20          25.0000          11.4791    117.79%          11.4791    117.79%
48715.59/3547.89	c      3548          59954         374        20          25.0000          11.4791    117.79%          11.4791    117.79%
48822.89/3553.28	c      3553          60374         378        20          25.0000          11.4791    117.79%          11.4791    117.79%
48924.26/3558.38	c      3558          60753         375        20          25.0000          11.4791    117.79%          11.4791    117.79%
49027.59/3563.55	c      3564          61148         374        20          25.0000          11.4791    117.79%          11.4791    117.79%
49128.95/3568.63	c      3569          61532         378        20          25.0000          11.4791    117.79%          11.4791    117.79%
49232.31/3573.84	c      3574          61983         382        20          25.0000          11.4791    117.79%          11.4791    117.79%
49333.68/3578.94	c      3579          62382         378        20          25.0000          11.4791    117.79%          11.4791    117.79%
49435.59/3584.07	c      3584          62833         382        20          25.0000          11.4791    117.79%          11.4791    117.79%
49536.98/3589.17	c      3589          63280         380        20          25.0000          11.4791    117.79%          11.4791    117.79%
49637.75/3594.28	c      3594          63653         381        20          25.0000          11.4791    117.79%          11.4791    117.79%
49748.61/3600.65	c      3601          63938         201        12          25.0000          11.4791    117.79%          11.4791    117.79%
50149.37/3637.14	c      3637          63939         201        11          25.0000          11.4791    117.79%          11.4791    117.79%
50233.40/3645.53	c      3646          63940         201        10          25.0000          11.4791    117.79%          11.4791    117.79%
50672.93/3694.47	c      3694          63941         201         9          25.0000          11.4791    117.79%          11.4791    117.79%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (153256 MiB free)
  memory of node 1: 193531 MiB (92066 MiB free)
  memory of node 2: 193531 MiB (175729 MiB free)
  memory of node 3: 193531 MiB (172272 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-4468812-1723576744/watcher-4468812-1723576744 -o /tmp/evaluation-result-4468812-1723576744/solver-4468812-1723576744 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723569133-753909 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468812-1723576744.opb -qsol -t 3600 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100105 s]*
/proc/loadavg: 71.84 64.53 70.32 56/967 758849
/proc/meminfo: memFree=607512564/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=82340 memory=70008 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) R 758845 758848 753897 0 -1 4194304 15432 0 0 0 9 2 0 0 20 0 1 0 124257040 84316160 17502 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 20585 17502 2331 3035 0 16981 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 82340 KiB
Current children cumulated memory: 70008 KiB

[startup+0.219436 s]*
/proc/loadavg: 71.84 64.53 70.32 55/967 758849
/proc/meminfo: memFree=607446248/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=133424 memory=122980 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) R 758845 758848 753897 0 -1 4194304 29073 0 0 0 19 4 0 0 20 0 1 0 124257040 136626176 30745 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 33356 30745 2571 3035 0 29752 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 133424 KiB
Current children cumulated memory: 122980 KiB

[startup+0.31959 s]*
/proc/loadavg: 71.84 64.53 70.32 56/967 758849
/proc/meminfo: memFree=607413348/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=222928 memory=211420 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) R 758845 758848 753897 0 -1 4194304 51150 0 0 0 25 8 0 0 20 0 1 0 124257040 228278272 52855 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 55732 52855 2571 3035 0 52128 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 222928 KiB
Current children cumulated memory: 211420 KiB

[startup+0.700236 s]
/proc/loadavg: 71.84 64.53 70.32 55/967 758849
/proc/meminfo: memFree=607321408/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=340728 memory=305152 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) R 758845 758848 753897 0 -1 4194304 74536 0 0 0 57 12 0 0 20 0 1 0 124257040 348905472 76288 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 85182 76288 2630 3035 0 81578 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 340728 KiB
Current children cumulated memory: 305152 KiB

[startup+1.50029 s]
/proc/loadavg: 71.84 64.53 70.32 55/967 758849
/proc/meminfo: memFree=607229168/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=408264 memory=390728 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) R 758845 758848 753897 0 -1 4194304 105721 0 0 0 130 18 0 0 20 0 1 0 124257040 418062336 97682 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 102066 97682 2742 3035 0 98462 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 408264 KiB
Current children cumulated memory: 390728 KiB

[startup+3.11996 s]
/proc/loadavg: 71.84 64.53 70.32 55/987 758871
/proc/meminfo: memFree=606798624/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=2258600 memory=849472 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) S 758845 758848 753897 0 -1 1077936128 235121 0 0 0 274 37 0 0 20 0 21 0 124257040 2312806400 212368 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 564650 212368 2822 3035 0 268829 0
[pid=758848/tid=758852] ppid=758845 vsize=2258600 memory=468404 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758852/stat : 758852 (fscip) S 758845 758848 753897 0 -1 1077936192 21019 0 0 0 6 2 0 0 20 0 21 0 124257297 2312806400 212368 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758853] ppid=758845 vsize=2258600 memory=354172 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758853/stat : 758853 (fscip) S 758845 758848 753897 0 -1 1077936192 21019 0 0 0 6 2 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758854] ppid=758845 vsize=2258600 memory=30399726987509844 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758854/stat : 758854 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758855] ppid=758845 vsize=2258600 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758855/stat : 758855 (fscip) R 758845 758848 753897 0 -1 4194368 14865 0 0 0 2 1 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758856] ppid=758845 vsize=2258600 memory=2194 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758856/stat : 758856 (fscip) S 758845 758848 753897 0 -1 1077936192 21019 0 0 0 7 2 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758857] ppid=758845 vsize=2258600 memory=5472 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758857/stat : 758857 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758858] ppid=758845 vsize=2258600 memory=16336 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758858/stat : 758858 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758859] ppid=758845 vsize=2258600 memory=2268 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758859/stat : 758859 (fscip) S 758845 758848 753897 0 -1 1077936192 21020 0 0 0 5 3 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758860] ppid=758845 vsize=2258600 memory=6120 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758860/stat : 758860 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758861] ppid=758845 vsize=2258600 memory=1848 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758861/stat : 758861 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758862] ppid=758845 vsize=2258600 memory=38604 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758862/stat : 758862 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212434 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758863] ppid=758845 vsize=2258600 memory=33100 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758863/stat : 758863 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758864] ppid=758845 vsize=2258600 memory=2244 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758864/stat : 758864 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758865] ppid=758845 vsize=2258600 memory=19936 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758865/stat : 758865 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758866] ppid=758845 vsize=2258600 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758866/stat : 758866 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257297 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758867] ppid=758845 vsize=2258600 memory=2004 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758867/stat : 758867 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257298 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758868] ppid=758845 vsize=2258600 memory=52544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758868/stat : 758868 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257298 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758869] ppid=758845 vsize=2258600 memory=28748 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758869/stat : 758869 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257298 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758870] ppid=758845 vsize=2258600 memory=7384 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758870/stat : 758870 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257298 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758871] ppid=758845 vsize=2258600 memory=30888 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758871/stat : 758871 (fscip) S 758845 758848 753897 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124257298 2312806400 212500 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 2258600 KiB
Current children cumulated memory: 849472 KiB

[startup+6.30177 s]
/proc/loadavg: 70.41 64.36 70.23 74/1007 758891
/proc/meminfo: memFree=600238388/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=8648440 memory=7343636 CPUtime=37.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) S 758845 758848 753897 0 -1 1077936128 1888097 0 0 0 3354 385 0 0 20 0 41 0 124257040 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 2162110 1835909 2838 3035 0 1997322 0
[pid=758848/tid=758852] ppid=758845 vsize=8648440 memory=549844 CPUtime=1.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758852/stat : 758852 (fscip) R 758845 758848 753897 0 -1 4194368 59992 0 0 0 164 12 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758853] ppid=758845 vsize=8648440 memory=354172 CPUtime=1.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758853/stat : 758853 (fscip) R 758845 758848 753897 0 -1 4194368 103079 0 0 0 149 21 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758854] ppid=758845 vsize=8648440 memory=0 CPUtime=1.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758854/stat : 758854 (fscip) R 758845 758848 753897 0 -1 4194368 100167 0 0 0 151 20 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758855] ppid=758845 vsize=8648440 memory=2432280 CPUtime=1.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758855/stat : 758855 (fscip) R 758845 758848 753897 0 -1 4194368 60278 0 0 0 164 12 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758856] ppid=758845 vsize=8648440 memory=7200032 CPUtime=1.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758856/stat : 758856 (fscip) R 758845 758848 753897 0 -1 4194368 103031 0 0 0 149 21 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758857] ppid=758845 vsize=8648440 memory=279349371100176 CPUtime=1.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758857/stat : 758857 (fscip) R 758845 758848 753897 0 -1 4194368 103029 0 0 0 152 19 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758858] ppid=758845 vsize=8648440 memory=30399726987509844 CPUtime=1.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758858/stat : 758858 (fscip) R 758845 758848 753897 0 -1 4194368 59999 0 0 0 163 12 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758859] ppid=758845 vsize=8648440 memory=279349371388720 CPUtime=1.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758859/stat : 758859 (fscip) R 758845 758848 753897 0 -1 4194368 103023 0 0 0 149 21 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758860] ppid=758845 vsize=8648440 memory=2241 CPUtime=1.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758860/stat : 758860 (fscip) R 758845 758848 753897 0 -1 4194368 103036 0 0 0 150 21 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758861] ppid=758845 vsize=8648440 memory=33 CPUtime=1.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758861/stat : 758861 (fscip) R 758845 758848 753897 0 -1 4194368 60279 0 0 0 165 12 0 0 20 0 41 0 124257297 8856002560 1835909 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758862] ppid=758845 vsize=8648440 memory=25333125866717268 CPUtime=1.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758862/stat : 758862 (fscip) R 758845 758848 753897 0 -1 4194368 102855 0 0 0 152 20 0 0 20 0 41 0 124257297 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758863] ppid=758845 vsize=8648440 memory=25333125866717268 CPUtime=1.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758863/stat : 758863 (fscip) R 758845 758848 753897 0 -1 4194368 103077 0 0 0 149 21 0 0 20 0 41 0 124257297 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758864] ppid=758845 vsize=8648440 memory=0 CPUtime=1.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758864/stat : 758864 (fscip) R 758845 758848 753897 0 -1 4194368 59647 0 0 0 164 11 0 0 20 0 41 0 124257297 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758865] ppid=758845 vsize=8648440 memory=2194 CPUtime=1.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758865/stat : 758865 (fscip) R 758845 758848 753897 0 -1 4194368 103138 0 0 0 150 20 0 0 20 0 41 0 124257297 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758866] ppid=758845 vsize=8648440 memory=28748 CPUtime=1.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758866/stat : 758866 (fscip) R 758845 758848 753897 0 -1 4194368 100204 0 0 0 151 21 0 0 20 0 41 0 124257297 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758867] ppid=758845 vsize=8648440 memory=7384 CPUtime=1.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758867/stat : 758867 (fscip) R 758845 758848 753897 0 -1 4194368 60268 0 0 0 166 12 0 0 20 0 41 0 124257298 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758868] ppid=758845 vsize=8648440 memory=30888 CPUtime=1.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758868/stat : 758868 (fscip) R 758845 758848 753897 0 -1 4194368 103519 0 0 0 150 21 0 0 20 0 41 0 124257298 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758869] ppid=758845 vsize=8648440 memory=279349371088992 CPUtime=1.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758869/stat : 758869 (fscip) R 758845 758848 753897 0 -1 4194368 100204 0 0 0 151 21 0 0 20 0 41 0 124257298 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758870] ppid=758845 vsize=8648440 memory=62909225174715 CPUtime=1.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758870/stat : 758870 (fscip) R 758845 758848 753897 0 -1 4194368 60001 0 0 0 163 12 0 0 20 0 41 0 124257298 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758871] ppid=758845 vsize=8648440 memory=53022227236761 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758871/stat : 758871 (fscip) R 758845 758848 753897 0 -1 4194368 103079 0 0 0 147 20 0 0 20 0 41 0 124257298 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758872] ppid=758845 vsize=8648440 memory=11536 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758872/stat : 758872 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758873] ppid=758845 vsize=8648440 memory=38476 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758873/stat : 758873 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758874] ppid=758845 vsize=8648440 memory=10556 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758874/stat : 758874 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758875] ppid=758845 vsize=8648440 memory=1285052 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758875/stat : 758875 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758876] ppid=758845 vsize=8648440 memory=19936 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758876/stat : 758876 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758877] ppid=758845 vsize=8648440 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758877/stat : 758877 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758878] ppid=758845 vsize=8648440 memory=5472 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758878/stat : 758878 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758879] ppid=758845 vsize=8648440 memory=16336 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758879/stat : 758879 (fscip) S 758845 758848 753897 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124257497 8856002560 1835975 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0

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

[pid=758848/tid=758876] ppid=758845 vsize=36657776 memory=11536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758876/stat : 758876 (fscip) S 758845 758848 753897 0 -1 1077936192 306 0 0 0 1 1 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758877] ppid=758845 vsize=36657776 memory=38476 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758877/stat : 758877 (fscip) S 758845 758848 753897 0 -1 1077936192 310 0 0 0 1 2 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758878] ppid=758845 vsize=36657776 memory=5472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758878/stat : 758878 (fscip) S 758845 758848 753897 0 -1 1077936192 275 0 0 0 0 3 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758879] ppid=758845 vsize=36657776 memory=16336 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758879/stat : 758879 (fscip) S 758845 758848 753897 0 -1 1077936192 298 0 0 0 0 2 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758880] ppid=758845 vsize=36657776 memory=28796324 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758880/stat : 758880 (fscip) S 758845 758848 753897 0 -1 1077936192 317 0 0 0 0 3 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758881] ppid=758845 vsize=36657776 memory=11536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758881/stat : 758881 (fscip) S 758845 758848 753897 0 -1 1077936192 304 0 0 0 0 2 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758882] ppid=758845 vsize=36657776 memory=2212 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758882/stat : 758882 (fscip) S 758845 758848 753897 0 -1 1077936192 298 0 0 0 1 3 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758883] ppid=758845 vsize=36657776 memory=1736 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758883/stat : 758883 (fscip) S 758845 758848 753897 0 -1 1077936192 350 0 0 0 1 2 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758884] ppid=758845 vsize=36657776 memory=7032 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758884/stat : 758884 (fscip) S 758845 758848 753897 0 -1 1077936192 295 0 0 0 0 2 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758885] ppid=758845 vsize=36657776 memory=28124 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758885/stat : 758885 (fscip) S 758845 758848 753897 0 -1 1077936192 502 0 0 0 1 4 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758886] ppid=758845 vsize=36657776 memory=11536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758886/stat : 758886 (fscip) S 758845 758848 753897 0 -1 1077936192 298 0 0 0 1 2 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758887] ppid=758845 vsize=36657776 memory=29154652 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758887/stat : 758887 (fscip) S 758845 758848 753897 0 -1 1077936192 294 0 0 0 0 3 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758888] ppid=758845 vsize=36657776 memory=10556 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758888/stat : 758888 (fscip) S 758845 758848 753897 0 -1 1077936192 202 0 0 0 1 3 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758889] ppid=758845 vsize=36657776 memory=25333125866717268 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758889/stat : 758889 (fscip) S 758845 758848 753897 0 -1 1077936192 720 0 0 0 1 3 0 0 20 0 41 0 124257497 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758890] ppid=758845 vsize=36657776 memory=29110648 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758890/stat : 758890 (fscip) S 758845 758848 753897 0 -1 1077936192 299 0 0 0 1 2 0 0 20 0 41 0 124257498 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758891] ppid=758845 vsize=36657776 memory=11536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758891/stat : 758891 (fscip) S 758845 758848 753897 0 -1 1077936192 300 0 0 0 0 2 0 0 20 0 41 0 124257498 37537562624 7289040 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
Current children cumulated CPU time: 49401.2 s
Current children cumulated vsize: 36657776 KiB
Current children cumulated memory: 29156160 KiB

[startup+3642.3 s]
/proc/loadavg: 32.34 49.20 63.08 11/861 760990
/proc/meminfo: memFree=690015780/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=33725016 memory=26468132 CPUtime=50201.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) S 758845 758848 753897 0 -1 1077936128 70759844 0 0 0 5005746 14400 0 0 20 0 21 0 124257040 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 8431254 6617033 3030 3035 0 8209707 0
[pid=758848/tid=758853] ppid=758845 vsize=33725016 memory=19936 CPUtime=3580.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758853/stat : 758853 (fscip) R 758845 758848 753897 0 -1 4194368 4098771 0 0 0 357324 694 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758854] ppid=758845 vsize=33725016 memory=8993553940278248513 CPUtime=3581.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758854/stat : 758854 (fscip) R 758845 758848 753897 0 -1 4194368 3824942 0 0 0 357465 705 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758856] ppid=758845 vsize=33725016 memory=27141460 CPUtime=3603.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758856/stat : 758856 (fscip) R 758845 758848 753897 0 -1 4194368 5949545 0 0 0 359577 753 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758859] ppid=758845 vsize=33725016 memory=26447532 CPUtime=2640.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758859/stat : 758859 (fscip) R 758845 758848 753897 0 -1 4194368 2677932 0 0 0 263477 547 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758860] ppid=758845 vsize=33725016 memory=26458620 CPUtime=2089.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758860/stat : 758860 (fscip) R 758845 758848 753897 0 -1 4194368 3225524 0 0 0 208319 589 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758863] ppid=758845 vsize=33725016 memory=26454920 CPUtime=2067.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758863/stat : 758863 (fscip) R 758845 758848 753897 0 -1 4194368 2676405 0 0 0 206162 626 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758865] ppid=758845 vsize=33725016 memory=10556 CPUtime=2090.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758865/stat : 758865 (fscip) R 758845 758848 753897 0 -1 4194368 2456267 0 0 0 208458 568 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758866] ppid=758845 vsize=33725016 memory=0 CPUtime=2086.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758866/stat : 758866 (fscip) R 758845 758848 753897 0 -1 4194368 2831594 0 0 0 208074 607 0 0 20 0 21 0 124257297 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758868] ppid=758845 vsize=33725016 memory=354172 CPUtime=2325.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758868/stat : 758868 (fscip) R 758845 758848 753897 0 -1 4194368 2464718 0 0 0 231971 548 0 0 20 0 21 0 124257298 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758869] ppid=758845 vsize=33725016 memory=25333125866717268 CPUtime=2072.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758869/stat : 758869 (fscip) R 758845 758848 753897 0 -1 4194368 5659823 0 0 0 203674 3561 0 0 20 0 21 0 124257298 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758872] ppid=758845 vsize=33725016 memory=279349372329216 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758872/stat : 758872 (fscip) S 758845 758848 753897 0 -1 1077936192 310 0 0 0 1 2 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758874] ppid=758845 vsize=33725016 memory=279349370697392 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758874/stat : 758874 (fscip) S 758845 758848 753897 0 -1 1077936192 318 0 0 0 1 3 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758875] ppid=758845 vsize=33725016 memory=11536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758875/stat : 758875 (fscip) S 758845 758848 753897 0 -1 1077936192 360 0 0 0 0 2 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758880] ppid=758845 vsize=33725016 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758880/stat : 758880 (fscip) S 758845 758848 753897 0 -1 1077936192 323 0 0 0 0 3 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758882] ppid=758845 vsize=33725016 memory=26453920 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758882/stat : 758882 (fscip) S 758845 758848 753897 0 -1 1077936192 324 0 0 0 1 3 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758885] ppid=758845 vsize=33725016 memory=52544 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758885/stat : 758885 (fscip) S 758845 758848 753897 0 -1 1077936192 510 0 0 0 1 4 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758886] ppid=758845 vsize=33725016 memory=28748 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758886/stat : 758886 (fscip) S 758845 758848 753897 0 -1 1077936192 306 0 0 0 1 3 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758889] ppid=758845 vsize=33725016 memory=27204476 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758889/stat : 758889 (fscip) S 758845 758848 753897 0 -1 1077936192 730 0 0 0 2 3 0 0 20 0 21 0 124257497 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758890] ppid=758845 vsize=33725016 memory=2244 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758890/stat : 758890 (fscip) S 758845 758848 753897 0 -1 1077936192 305 0 0 0 1 2 0 0 20 0 21 0 124257498 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758891] ppid=758845 vsize=33725016 memory=29228344 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758891/stat : 758891 (fscip) S 758845 758848 753897 0 -1 1077936192 307 0 0 0 0 2 0 0 20 0 21 0 124257498 34534416384 6617033 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
Current children cumulated CPU time: 50201.5 s
Current children cumulated vsize: 33725016 KiB
Current children cumulated memory: 26468132 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 17.52 41.88 59.69 9/860 761006
/proc/meminfo: memFree=691225928/790760804 swapFree=131071996/131071996
[pid=758848] ppid=758845 vsize=31808080 memory=25258244 CPUtime=50718.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/stat : 758848 (fscip) S 758845 758848 753897 0 -1 1077936128 71238877 0 0 0 5057368 14448 0 0 20 0 17 0 124257040 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
/proc/758848/statm: 7952020 6314561 3030 3035 0 7743143 0
[pid=758848/tid=758853] ppid=758845 vsize=31808080 memory=5552 CPUtime=3637.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758853/stat : 758853 (fscip) R 758845 758848 753897 0 -1 4194368 4118927 0 0 0 363083 695 0 0 20 0 17 0 124257297 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758854] ppid=758845 vsize=31808080 memory=-6623551218804023417 CPUtime=3639.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758854/stat : 758854 (fscip) R 758845 758848 753897 0 -1 4194368 3864639 0 0 0 363217 713 0 0 20 0 17 0 124257297 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758856] ppid=758845 vsize=31808080 memory=38688 CPUtime=3660.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758856/stat : 758856 (fscip) R 758845 758848 753897 0 -1 4194368 5974341 0 0 0 365335 755 0 0 20 0 17 0 124257297 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758860] ppid=758845 vsize=31808080 memory=10556 CPUtime=2146.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758860/stat : 758860 (fscip) R 758845 758848 753897 0 -1 4194368 3270678 0 0 0 214070 599 0 0 20 0 17 0 124257297 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758865] ppid=758845 vsize=31808080 memory=5472 CPUtime=2147.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758865/stat : 758865 (fscip) R 758845 758848 753897 0 -1 4194368 2484167 0 0 0 214216 570 0 0 20 0 17 0 124257297 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758866] ppid=758845 vsize=31808080 memory=16336 CPUtime=2144.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758866/stat : 758866 (fscip) R 758845 758848 753897 0 -1 4194368 2858909 0 0 0 213830 609 0 0 20 0 17 0 124257297 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758868] ppid=758845 vsize=31808080 memory=11504 CPUtime=2382.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758868/stat : 758868 (fscip) R 758845 758848 753897 0 -1 4194368 2494335 0 0 0 237728 550 0 0 20 0 17 0 124257298 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758869] ppid=758845 vsize=31808080 memory=13928 CPUtime=2129.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758869/stat : 758869 (fscip) R 758845 758848 753897 0 -1 4194368 5684110 0 0 0 209432 3562 0 0 20 0 17 0 124257298 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758872] ppid=758845 vsize=31808080 memory=11752 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758872/stat : 758872 (fscip) S 758845 758848 753897 0 -1 1077936192 313 0 0 0 1 2 0 0 20 0 17 0 124257497 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758874] ppid=758845 vsize=31808080 memory=2684 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758874/stat : 758874 (fscip) S 758845 758848 753897 0 -1 1077936192 323 0 0 0 1 3 0 0 20 0 17 0 124257497 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758880] ppid=758845 vsize=31808080 memory=6812 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758880/stat : 758880 (fscip) S 758845 758848 753897 0 -1 1077936192 326 0 0 0 0 3 0 0 20 0 17 0 124257497 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758885] ppid=758845 vsize=31808080 memory=6720665445823168367 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758885/stat : 758885 (fscip) S 758845 758848 753897 0 -1 1077936192 515 0 0 0 1 4 0 0 20 0 17 0 124257497 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758886] ppid=758845 vsize=31808080 memory=6720665445823168367 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758886/stat : 758886 (fscip) S 758845 758848 753897 0 -1 1077936192 309 0 0 0 1 3 0 0 20 0 17 0 124257497 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758889] ppid=758845 vsize=31808080 memory=3760 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758889/stat : 758889 (fscip) S 758845 758848 753897 0 -1 1077936192 737 0 0 0 2 3 0 0 20 0 17 0 124257497 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758890] ppid=758845 vsize=31808080 memory=40392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758890/stat : 758890 (fscip) S 758845 758848 753897 0 -1 1077936192 308 0 0 0 1 2 0 0 20 0 17 0 124257498 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
[pid=758848/tid=758891] ppid=758845 vsize=31808080 memory=8284 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758848/task/758891/stat : 758891 (fscip) S 758845 758848 753897 0 -1 1077936192 311 0 0 0 0 2 0 0 20 0 17 0 124257498 32571473920 6314561 809668444160 4194304 16622685 140731530608752 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44732416 140731530617832 140731530617947 140731530617947 140731530624975 0
Current children cumulated CPU time: 50718.2 s
Current children cumulated vsize: 31808080 KiB
Current children cumulated memory: 25258244 KiB

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

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

# cumulated CPU time of all completed processes:  user=50573.7 s, system=145.269 s

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

[startup+3700.4 s]
/proc/loadavg: 17.52 41.88 59.69 2/845 761006
/proc/meminfo: memFree=694686248/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.8 s]
/proc/loadavg: 17.52 41.88 59.69 2/845 761006
/proc/meminfo: memFree=694686248/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): 3700.81
CPU time (s): 50719
CPU user time (s): 50573.7
CPU system time (s): 145.269
CPU usage (%): 1370.49
Max. virtual memory (cumulated for all children) (KiB): 36985456
Max. memory (cumulated for all children) (KiB): 29239744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50573.7
system time used= 145.269
maximum resident set size= 29240384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71238887
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= 3241907
involuntary context switches= 177348


# summary of solver processes directly reported to runsolver:
#   pid: 758848
#   total CPU time (s): 50719
#   total CPU user time (s): 50573.7
#   total CPU system time (s): 145.269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.6391 second user time and 72.1235 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-13 21:19:04
IDJOB=4468812
IDBENCH=148186
IDSOLVER=3099
FILE ID=nodeD102/4468812-1723576744
RUNJOBID= nodeD102-1723569133-753909
SLURM_JOB_ID= 8267887
Free space on /tmp= 8588128 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468812-1723576744/watcher-4468812-1723576744 -o /tmp/evaluation-result-4468812-1723576744/solver-4468812-1723576744 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723569133-753909 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468812-1723576744.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= f414edaa70e04e6c4234549a55f077d1
RANDOM SEED=599658267

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        607564568 kB
MemAvailable:   674253344 kB
Buffers:         1229816 kB
Cached:         68251580 kB
SwapCached:            0 kB
Active:          9657648 kB
Inactive:       168790860 kB
Active(anon):       2276 kB
Inactive(anon): 109003756 kB
Active(file):    9655372 kB
Inactive(file): 59787104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32548 kB
Writeback:             0 kB
AnonPages:      108967284 kB
Mapped:           138316 kB
Shmem:             38920 kB
KReclaimable:    1331656 kB
Slab:            1870360 kB
SReclaimable:    1331656 kB
SUnreclaim:       538704 kB
KernelStack:       16800 kB
PageTables:       232276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   28119164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1106688 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30924800 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:     1128448 kB
DirectMap2M:    225861632 kB
DirectMap1G:    578813952 kB

Free space on /tmp at the end= 8588272 MiB
End job on nodeD102 at 2024-08-13 22:20:45