Trace number 4465440

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_5_ic.opb
MD5SUM26d1f8baed9b076d56083d3420fb6ea6
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 benchmark18236785
Best CPU time to get the best result obtained on this benchmark72000.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 160989184
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 45888664096
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160989184
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 45888664096
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.11/1.19	c Default LC presolving (default).
1.11/1.19	c ** Before presolving: virtualMemUsedAtLc = 963150965, getVmSize() = 649887744, SCIPgetMemUsed() = 564679110, SCIPgetMemTotal() = 604327262, SCIPgetMemExternEstim() = 358823703
1.11/1.19	c ** set memory limit for presolving in LC to 8.79306e+12 for SCIP **
7.87/7.94	c ** Estimated virtualMemUsedAtSolver = 944006675, getVmSize() = 1240469504, SCIPgetMemUsed() = 747421694, SCIPgetMemTotal() = 1057186310, SCIPgetMemExternEstim() = 358823703
7.87/7.94	c ** set memory limit for solvers to 4.18564e+11 for each SCIP **
7.87/7.94	c Original Problem   :
7.87/7.94	c   Problem name     : instance-4465440-1723626659
7.87/7.94	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
7.87/7.94	c   Constraints      : 250157
7.87/7.94	c   Objective sense  : minimize
7.87/7.94	c Presolved Problem  :
7.87/7.94	c   Variables        : 62575 (62575 binary, 0 integer, 0 implicit integer, 0 continuous)
7.87/7.94	c   Constraints      : 62729
7.87/7.94	c Constraints        : Number
7.87/7.94	c   knapsack         : 1375 
7.87/7.94	c   setppc           : 51 
7.87/7.94	c   and              : 60025 
7.87/7.94	c   linear           : 3 
7.87/7.94	c   logicor          : 1275 
7.87/7.94	c ** Instance transfer method used: 0
8.09/8.13	c ** ParaScipInstance copy does not increase the number of variables. **
11.34/11.32	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.34/11.32	c                                Nodes    Active                                            
11.34/11.32	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
170.69/19.62	c *      20              0           1        20   214301355.0000                -          -
170.69/19.62	c        20              0           1        20   214301355.0000                -          -
1741.68/99.01	c        99              2           1        20   214301355.0000          -5.0000          -
1848.36/104.32	c       104              3           4        20   214301355.0000          -5.0000          -
1947.00/109.33	c       109              3           4        20   214301355.0000          -5.0000          -
1961.77/110.12	c *     110              3           4        20   146381577.0000          -5.0000          -
2071.78/115.63	c       116             21          22        20   146381577.0000          -5.0000          -
2176.84/121.01	c       121             21          22        20   146381577.0000          -5.0000          -
2295.66/126.98	c       127             22          21        20   146381577.0000          -5.0000          -
2394.68/131.99	c       132             41          42        20   146381577.0000          -5.0000          -
2402.56/132.34	c *     132             41          42        20   132435827.0000          -5.0000          -
2496.47/137.13	c       137             62          61        20   132435827.0000          -5.0000          -
2608.85/142.78	c       143             63          62        20   132435827.0000          -5.0000          -
2714.74/148.12	c       148             81          82        20   132435827.0000          -5.0000          -
2817.12/153.29	c       153            152         151        20   132435827.0000          -5.0000          -
2825.05/153.64	c *     154            152         151        20   128412759.0000          -5.0000          -
2918.13/158.32	c       158            163         162        20   128412759.0000          -5.0000          -
3025.18/163.73	c       164            201         202        20   128412759.0000          -5.0000          -
3128.26/168.96	c       169            202         201        20   128412759.0000          -5.0000          -
3230.15/174.07	c       174            242         241        20   128412759.0000          -5.0000          -
3332.51/179.21	c       179            261         262        20   128412759.0000          -5.0000          -
3431.63/184.23	c       184            242         241        20   128412759.0000          -5.0000          -
3532.76/189.34	c       189            342         341        20   128412759.0000          -5.0000          -
3649.72/195.22	c       195            361         362        20   128412759.0000          -5.0000          -
3750.86/200.36	c       200            322         323        20   128412759.0000          -5.0000          -
3851.95/205.44	c       205            342         341        20   128412759.0000          -5.0000          -
3960.92/210.99	c       211            482         481        20   128412759.0000          -5.0000          -
4065.03/216.16	c       216            542         541        20   128412759.0000          -5.0000          -
4163.67/221.20	c       221            602         601        20   128412759.0000          -5.0000          -
4270.17/226.50	c       227            662         661        20   128412759.0000          -5.0000          -
4377.30/232.01	c       232            662         661        20   128412759.0000          -5.0000          -
4494.22/237.89	c       238            662         661        20   128412759.0000          -5.0000          -
4601.20/243.28	c       243            682         681        20   128412759.0000          -5.0000          -
4700.43/248.29	c       248            862         861        20   128412759.0000          -5.0000          -
4807.61/253.65	c       254            822         821        20   128412759.0000          -5.0000          -
4912.72/259.03	c       259           1002        1001        20   128412759.0000          -5.0000          -
5016.51/264.18	c       264           1050           0        20   128412759.0000          -5.0000          -
5116.89/269.28	c       269           1042        1041        20   128412759.0000          -5.0000          -
5219.98/274.41	c       274           1171         121        20   128412759.0000          -5.0000          -
5323.06/279.60	c       280           1241         191        20   128412759.0000          -5.0000          -
5424.19/284.77	c       285           1211         161        20   128412759.0000          -5.0000          -
5523.25/289.78	c       290           1271         221        20   128412759.0000          -5.0000          -
5624.29/294.86	c       295           1411         361        20   128412759.0000          -5.0000          -
5733.32/300.33	c       300           1411         361        20   128412759.0000          -5.0000          -
5832.48/305.34	c       305           1471         421        20   128412759.0000          -5.0000          -
5935.62/310.58	c       311           1551         501        20   128412759.0000          -5.0000          -
6038.73/315.70	c       316           1611         561        20   128412759.0000          -5.0000          -
6138.06/320.71	c       321           1771         721        20   128412759.0000          -5.0000          -
6237.07/325.74	c       326           1751         701        20   128412759.0000          -5.0000          -
6338.17/330.85	c       331           1911         861        20   128412759.0000          -5.0000          -
6453.22/336.60	c       337           1991         941        20   128412759.0000          -5.0000          -
6568.20/342.50	c       342           1971         921        20   128412759.0000          -5.0000          -
6685.21/348.34	c       348           2051        1001        20   128412759.0000          -5.0000          -
6799.17/354.10	c       354           2131        1081        20   128412759.0000          -5.0000          -
6907.39/359.55	c       360           2291        1241        20   128412759.0000          -5.0000          -
7020.48/365.26	c       365           2371        1321        20   128412759.0000          -5.0000          -
7123.64/370.46	c       370           2451        1401        20   128412759.0000          -5.0000          -
7226.81/375.60	c       376           2393        1343        20   128412759.0000          -5.0000          -
7336.83/381.19	c       381           2471        1421        20   128412759.0000          -5.0000          -
7437.11/386.30	c       386           2651        1601        20   128412759.0000          -5.0000          -
7540.23/391.48	c       391           2591        1541        20   128412759.0000          -5.0000          -
7649.36/396.93	c       397           2671        1621        20   128412759.0000          -5.0000          -
7748.56/401.99	c       402              2           1        20   128412759.0000     1811129.5672          -
7850.45/407.08	c       407              2           1        20   128412759.0000     1811129.5672          -
7952.84/412.28	c       412              2           1        20   128412759.0000     1811129.5672          -
8053.98/417.31	c       417              2           1        20   128412759.0000     1811129.5672          -
8155.14/422.45	c       422              2           1        20   128412759.0000     1811129.5672          -
8262.28/427.85	c       428              2           1        20   128412759.0000     1811832.8435          -
8369.35/433.26	c       433              2           1        20   128412759.0000     1811832.8435          -
8476.42/438.65	c       439              3           2        20   128412759.0000     1811832.8435          -
8577.63/443.70	c       444              3           2        20   128412759.0000     1811832.8435          -
8678.81/448.86	c       449              3           2        20   128412759.0000     1811832.8435          -
8782.80/454.13	c       454              3           2        20   128412759.0000     1811832.8435          -
8887.24/459.40	c       459              3           2        20   128412759.0000     1811832.8435          -
9001.24/465.09	c       465              4           3        20   128412759.0000     1811832.8435          -
9113.58/470.76	c       471              3           2        20   128412759.0000     1845004.9159          -
9226.73/476.43	c       476              2           1        20   128412759.0000     1868867.6349          -
9335.95/481.97	c       482              2           1        20   128412759.0000     1868867.6349          -
9447.14/487.51	c       488              2           1        20   128412759.0000     1868867.6349          -
9548.36/492.62	c       493              3           2        20   128412759.0000     1868867.6349          -
9649.63/497.70	c       498              3           2        20   128412759.0000     1868867.6349          -
9748.90/502.74	c       503              3           2        20   128412759.0000     1868867.6349          -
9854.91/508.09	c       508              3           2        20   128412759.0000     1868867.6349          -
9961.33/513.43	c       513              3           2        20   128412759.0000     1868867.6349          -
10060.59/518.46	c       518              3           2        20   128412759.0000     1868867.6349          -
10161.85/523.50	c       524              3           2        20   128412759.0000     1868867.6349          -
10263.11/528.66	c       529              3           2        20   128412759.0000     1868867.6349          -
10371.08/534.08	c       534              3           2        20   128412759.0000     1868867.6349          -
10472.25/539.15	c       539              3           2        20   128412759.0000     1868867.6349          -
10572.82/544.28	c       544              3           2        20   128412759.0000     1868867.6349          -
10676.06/549.45	c       549              3           2        20   128412759.0000     1868867.6349          -
10777.29/554.51	c       555              3           2        20   128412759.0000     1868867.6349          -
10880.53/559.73	c       560              3           2        20   128412759.0000     1868867.6349          -
10981.80/564.80	c       565              3           2        20   128412759.0000     1868867.6349          -
11090.96/570.30	c       570              3           2        20   128412759.0000     1868867.6349          -
11192.20/575.40	c       575              4           3        20   128412759.0000     1868867.6349          -
11293.44/580.52	c       581              4           3        20   128412759.0000     1868867.6349          -
11394.70/585.63	c       586              4           3        20   128412759.0000     1868867.6349          -
11493.92/590.69	c       591              4           3        20   128412759.0000     1868867.6349          -
11595.14/595.74	c       596              4           3        20   128412759.0000     1868867.6349          -
11694.49/600.75	c       601              4           3        20   128412759.0000     1868867.6349          -
11800.29/606.06	c       606              4           3        20   128412759.0000     1868867.6349          -
11906.78/611.47	c       611              4           3        20   128412759.0000     1868867.6349          -
12013.96/616.81	c       617              4           3        20   128412759.0000     1868867.6349          -
12119.95/622.15	c       622              4           3        20   128412759.0000     1868867.6349          -
12220.40/627.27	c       627              4           3        20   128412759.0000     1868867.6349          -
12321.64/632.30	c       632              5           4        20   128412759.0000     1868867.6349          -
12432.84/637.91	c       638              5           4        20   128412759.0000     1868867.6349          -
12532.11/642.94	c       643              5           4        20   128412759.0000     1868867.6349          -
12631.35/647.96	c       648              5           4        20   128412759.0000     1868867.6349          -
12730.59/653.00	c       653              5           4        20   128412759.0000     1868867.6349          -
12841.77/658.52	c       659              5           4        20   128412759.0000     1868867.6349          -
12948.97/664.03	c       664              5           4        20   128412759.0000     1868867.6349          -
13060.06/669.50	c       670              5           4        20   128412759.0000     1868867.6349          -
13163.30/674.72	c       675              5           4        20   128412759.0000     1868867.6349          -
13266.56/679.94	c       680              5           4        20   128412759.0000     1868867.6349          -
13373.76/685.37	c       685              5           4        20   128412759.0000     1868867.6349          -
13475.00/690.48	c       690              5           4        20   128412759.0000     1868867.6349          -
13576.27/695.57	c       696              5           4        20   128412759.0000     1868867.6349          -
13679.52/700.79	c       701              5           4        20   128412759.0000     1868867.6349          -
13782.72/706.00	c       706              5           4        20   128412759.0000     1868867.6349          -
13887.92/711.22	c       711              5           4        20   128412759.0000     1868867.6349          -
13991.13/716.42	c       716              5           4        20   128412759.0000     1868867.6349          -
14092.35/721.52	c       722              5           4        20   128412759.0000     1868867.6349          -
14193.59/726.64	c       727              5           4        20   128412759.0000     1868867.6349          -
14292.86/731.67	c       732              6           5        20   128412759.0000     1868867.6349          -
14396.11/736.87	c       737              6           5        20   128412759.0000     1868867.6349          -
14500.10/742.07	c       742              6           5        20   128412759.0000     1868867.6349          -
14602.51/747.26	c       747              6           5        20   128412759.0000     1868867.6349          -
14705.75/752.43	c       752              6           5        20   128412759.0000     1868867.6349          -
14817.73/758.13	c       758              6           5        20   128412759.0000     1868867.6349          -
14918.96/763.14	c       763              6           5        20   128412759.0000     1868867.6349          -
15023.32/768.40	c       768              6           5        20   128412759.0000     1868867.6349          -
15124.55/773.56	c       774              6           5        20   128412759.0000     1868867.6349          -
15225.81/778.68	c       779              6           5        20   128412759.0000     1868867.6349          -
15327.07/783.80	c       784              6           5        20   128412759.0000     1868867.6349          -
15430.32/788.90	c       789              6           5        20   128412759.0000     1868867.6349          -
15529.59/793.97	c       794              6           5        20   128412759.0000     1868867.6349          -
15631.76/799.07	c       799              6           5        20   128412759.0000     1868867.6349          -
15732.86/804.16	c       804              6           5        20   128412759.0000     1868867.6349          -
15841.24/809.66	c       810              6           5        20   128412759.0000     1868867.6349          -
15946.47/814.96	c       815              6           5        20   128412759.0000     1868867.6349          -
16045.74/820.03	c       820              6           5        20   128412759.0000     1868867.6349          -
16147.73/825.07	c       825              6           5        20   128412759.0000     1868867.6349          -
16250.18/830.21	c       830              6           5        20   128412759.0000     1868867.6349          -
16349.44/835.24	c       835              8           7        20   128412759.0000     1868867.6349          -
16450.62/840.37	c       840              8           7        20   128412759.0000     1868867.6349          -
16551.82/845.41	c       845              8           7        20   128412759.0000     1868867.6349          -
16651.10/850.43	c       850              8           7        20   128412759.0000     1868867.6349          -
16750.35/855.46	c       855              9           8        20   128412759.0000     1868867.6349          -
16849.60/860.48	c       860             10           9        20   128412759.0000     1868867.6349          -
16948.85/865.50	c       866             10           9        20   128412759.0000     1868867.6349          -
17050.06/870.50	c       871             10           9        20   128412759.0000     1868867.6349          -
17149.31/875.54	c       876             10           9        20   128412759.0000     1868867.6349          -
17248.56/880.57	c       881             12          11        20   128412759.0000     1868867.6349          -
17347.82/885.58	c       886             12          11        20   128412759.0000     1868867.6349          -
17451.05/890.79	c       891             12          11        20   128412759.0000     1868867.6349          -
17552.30/895.83	c       896             12          11        20   128412759.0000     1868867.6349          -
17651.59/900.85	c       901             14          13        20   128412759.0000     1868867.6349          -
17750.85/905.86	c       906             16          15        20   128412759.0000     1868867.6349          -
17850.11/910.87	c       911             16          15        20   128412759.0000     1868867.6349          -
17951.25/915.98	c       916             16          15        20   128412759.0000     1868867.6349          -
18056.44/921.20	c       921             16          15        20   128412759.0000     1868867.6349          -
18155.69/926.29	c       926             16          15        20   128412759.0000     1868867.6349          -
18256.94/931.34	c       931             16          15        20   128412759.0000     1868867.6349          -
18356.21/936.39	c       936             16          15        20   128412759.0000     1868867.6349          -
18457.51/941.43	c       941             16          15        20   128412759.0000     1868867.6349          -
18556.90/946.48	c       946             16          15        20   128412759.0000     1868867.6349          -
18658.00/951.51	c       952             16          15        20   128412759.0000     1868867.6349          -
18757.28/956.55	c       957             16          15        20   128412759.0000     1868867.6349          -
18856.56/961.56	c       962             16          15        20   128412759.0000     1868867.6349          -
18957.82/966.61	c       967             16          15        20   128412759.0000     1868867.6349          -
19059.09/971.77	c       972             16          15        20   128412759.0000     1868867.6349          -
19162.35/976.93	c       977             16          15        20   128412759.0000     1868867.6349          -
19264.17/982.09	c       982             16          15        20   128412759.0000     1868867.6349          -
19365.57/987.14	c       987             16          15        20   128412759.0000     1868867.6349          -
19464.69/992.19	c       992             16          15        20   128412759.0000     1868867.6349          -
19567.29/997.31	c       997             16          15        20   128412759.0000     1868867.6349          -
19666.56/1002.33	c      1002             16          15        20   128412759.0000     1868867.6349          -
19771.78/1007.62	c      1008             16          15        20   128412759.0000     1868867.6349          -
19873.02/1012.71	c      1013             16          15        20   128412759.0000     1868867.6349          -
19972.27/1017.76	c      1018             16          15        20   128412759.0000     1868867.6349          -
20073.49/1022.82	c      1023             16          15        20   128412759.0000     1868867.6349          -
20182.63/1028.38	c      1028             16          15        20   128412759.0000     1868867.6349          -
20283.78/1033.40	c      1033             16          15        20   128412759.0000     1868867.6349          -
20386.92/1038.69	c      1039             16          15        20   128412759.0000     1868867.6349          -
20492.12/1043.92	c      1044             16          15        20   128412759.0000     1868867.6349          -
20591.33/1048.97	c      1049             16          15        20   128412759.0000     1868867.6349          -
20698.53/1054.38	c      1054             16          15        20   128412759.0000     1868867.6349          -
20799.74/1059.49	c      1060             18          17        20   128412759.0000     1868867.6349          -
20900.93/1064.54	c      1065             18          17        20   128412759.0000     1868867.6349          -
21000.17/1069.54	c      1070             18          17        20   128412759.0000     1868867.6349          -
21105.39/1074.82	c      1075             18          17        20   128412759.0000     1868867.6349          -
21209.35/1080.10	c      1080             18          17        20   128412759.0000     1868867.6349          -
21315.73/1085.44	c      1085             18          17        20   128412759.0000     1868867.6349          -
21414.96/1090.48	c      1090             18          17        20   128412759.0000     1868867.6349          -
21514.22/1095.50	c      1096             18          17        20   128412759.0000     1868867.6349          -
21615.46/1100.51	c      1101             18          17        20   128412759.0000     1868867.6349          -
21714.59/1105.56	c      1106             18          17        20   128412759.0000     1868867.6349          -
21821.79/1110.91	c      1111             18          17        20   128412759.0000     1868867.6349          -
21928.99/1116.35	c      1116             18          17        20   128412759.0000     1868867.6349          -
22034.17/1121.67	c      1122             18          17        20   128412759.0000     1868867.6349          -
22135.40/1126.72	c      1127             19          18        20   128412759.0000     1868867.6349          -
22234.62/1131.74	c      1132             19          18        20   128412759.0000     1868867.6349          -
22343.74/1137.22	c      1137             19          18        20   128412759.0000     1868867.6349          -
22450.97/1142.65	c      1143             19          18        20   128412759.0000     1868867.6349          -
22554.23/1147.85	c      1148             19          18        20   128412759.0000     1868867.6349          -
22655.48/1152.90	c      1153             19          18        20   128412759.0000     1868867.6349          -
22759.35/1158.16	c      1158             19          18        20   128412759.0000     1868867.6349          -
22859.90/1163.23	c      1163             19          18        20   128412759.0000     1868867.6349          -
22961.17/1168.39	c      1168             19          18        20   128412759.0000     1868867.6349          -
23062.44/1173.41	c      1173             19          18        20   128412759.0000     1868867.6349          -
23161.72/1178.42	c      1178             19          18        20   128412759.0000     1868867.6349          -
23261.00/1183.47	c      1183             19          18        20   128412759.0000     1868867.6349          -
23362.27/1188.58	c      1189             19          18        20   128412759.0000     1868867.6349          -
23467.52/1193.85	c      1194             19          18        20   128412759.0000     1868867.6349          -
23568.77/1199.03	c      1199             19          18        20   128412759.0000     1868867.6349          -
23677.97/1204.42	c      1204             19          18        20   128412759.0000     1868867.6349          -
23777.18/1209.47	c      1209             19          18        20   128412759.0000     1868867.6349          -
23878.46/1214.56	c      1215             20          19        20   128412759.0000     1868867.6349          -
23983.70/1219.80	c      1220             20          19        20   128412759.0000     1868867.6349          -
24087.77/1225.09	c      1225             20          19        20   128412759.0000     1868867.6349          -
24189.05/1230.17	c      1230             20          19        20   128412759.0000     1868867.6349          -
24289.47/1235.21	c      1235             20          19        20   128412759.0000     1868867.6349          -
24394.70/1240.53	c      1241             20          19        20   128412759.0000     1868867.6349          -
24497.96/1245.71	c      1246             20          19        20   128412759.0000     1868867.6349          -
24597.21/1250.78	c      1251             20          19        20   128412759.0000     1868867.6349          -
24700.45/1255.94	c      1256             20          19        20   128412759.0000     1868867.6349          -
24804.47/1261.16	c      1261             20          19        20   128412759.0000     1868867.6349          -
24904.88/1266.23	c      1266             20          19        20   128412759.0000     1868867.6349          -
25006.06/1271.31	c      1271             20          19        20   128412759.0000     1868867.6349          -
25105.45/1276.33	c      1276             20          19        20   128412759.0000     1868867.6349          -
25204.52/1281.35	c      1281             20          19        20   128412759.0000     1868867.6349          -
25305.75/1286.49	c      1286             20          19        20   128412759.0000     1868867.6349          -
25407.00/1291.54	c      1292             20          19        20   128412759.0000     1868867.6349          -
25512.21/1296.87	c      1297             22          21        20   128412759.0000     1868867.6349          -
25621.37/1302.31	c      1302             22          21        20   128412759.0000     1868867.6349          -
25724.58/1307.54	c      1308             22          21        20   128412759.0000     1868867.6349          -
25825.81/1312.65	c      1313             22          21        20   128412759.0000     1868867.6349          -
25925.07/1317.66	c      1318             22          21        20   128412759.0000     1868867.6349          -
26028.31/1322.87	c      1323             22          21        20   128412759.0000     1868867.6349          -
26129.53/1328.01	c      1328             22          21        20   128412759.0000     1868867.6349          -
26233.64/1333.15	c      1333             22          21        20   128412759.0000     1868867.6349          -
26332.68/1338.17	c      1338             22          21        20   128412759.0000     1868867.6349          -
26435.23/1343.36	c      1343             22          21        20   128412759.0000     1868867.6349          -
26536.47/1348.47	c      1348             22          21        20   128412759.0000     1868867.6349          -
26637.70/1353.58	c      1354             22          21        20   128412759.0000     1868867.6349          -
26736.96/1358.58	c      1359             22          21        20   128412759.0000     1868867.6349          -
26840.23/1363.78	c      1364             22          21        20   128412759.0000     1868867.6349          -
26941.44/1368.82	c      1369             22          21        20   128412759.0000     1868867.6349          -
27040.72/1373.90	c      1374             22          21        20   128412759.0000     1868867.6349          -
27142.00/1379.02	c      1379             22          21        20   128412759.0000     1868867.6349          -
27243.85/1384.13	c      1384             22          21        20   128412759.0000     1868867.6349          -
27345.26/1389.15	c      1389             23          22        20   128412759.0000     1868867.6349          -
27449.71/1394.40	c      1394             23          22        20   128412759.0000     1868867.6349          -
27552.95/1399.65	c      1400             23          22        20   128412759.0000     1868867.6349          -
27663.00/1405.20	c      1405             23          22        20   128412759.0000     1868867.6349          -
27771.40/1410.64	c      1411             23          22        20   128412759.0000     1868867.6349          -
27876.67/1415.93	c      1416             23          22        20   128412759.0000     1868867.6349          -
27978.60/1421.07	c      1421             23          22        20   128412759.0000     1868867.6349          -
28081.13/1426.26	c      1426             23          22        20   128412759.0000     1868867.6349          -
28180.40/1431.27	c      1431             24          23        20   128412759.0000     1868867.6349          -
28285.66/1436.52	c      1437             25          24        20   128412759.0000     1868867.6349          -
28384.87/1441.53	c      1442             25          24        20   128412759.0000     1868867.6349          -
28484.15/1446.58	c      1447             25          24        20   128412759.0000     1868867.6349          -
28585.39/1451.69	c      1452             25          24        20   128412759.0000     1868867.6349          -
28686.81/1456.75	c      1457             25          24        20   128412759.0000     1868867.6349          -
28789.93/1462.01	c      1462             25          24        20   128412759.0000     1868867.6349          -
28891.86/1467.05	c      1467             25          24        20   128412759.0000     1868867.6349          -
28993.21/1472.19	c      1472             28          27        20   128412759.0000     1868867.6349          -
29095.66/1477.38	c      1477             28          27        20   128412759.0000     1868867.6349          -
29200.90/1482.61	c      1483             28          27        20   128412759.0000     1868867.6349          -
29312.03/1488.28	c      1488             28          27        20   128412759.0000     1868867.6349          -
29419.25/1493.67	c      1494             28          27        20   128412759.0000     1868867.6349          -
29522.51/1498.88	c      1499             28          27        20   128412759.0000     1868867.6349          -
29623.78/1503.99	c      1504             28          27        20   128412759.0000     1868867.6349          -
29723.06/1509.01	c      1509             28          27        20   128412759.0000     1868867.6349          -
29832.24/1514.43	c      1514             28          27        20   128412759.0000     1868867.6349          -
29933.51/1519.50	c      1520             29          28        20   128412759.0000     1868867.6349          -
30034.78/1524.66	c      1525             29          28        20   128412759.0000     1868867.6349          -
30153.90/1530.63	c      1531             29          28        20   128412759.0000     1868867.6349          -
30261.76/1536.06	c      1536             29          28        20   128412759.0000     1868867.6349          -
30361.17/1541.09	c      1541             29          28        20   128412759.0000     1868867.6349          -
30467.59/1546.50	c      1546             29          28        20   128412759.0000     1868867.6349          -
30574.71/1551.81	c      1552             29          28        20   128412759.0000     1868867.6349          -
30675.90/1556.94	c      1557             29          28        20   128412759.0000     1868867.6349          -
30775.20/1561.99	c      1562             29          28        20   128412759.0000     1868867.6349          -
30879.25/1567.19	c      1567             29          28        20   128412759.0000     1868867.6349          -
30981.88/1572.32	c      1572             29          28        20   128412759.0000     1868867.6349          -
31084.95/1577.52	c      1578             29          28        20   128412759.0000     1868867.6349          -
31184.21/1582.58	c      1583             29          28        20   128412759.0000     1868867.6349          -
31287.48/1587.76	c      1588             29          28        20   128412759.0000     1868867.6349          -
31388.73/1592.81	c      1593             29          28        20   128412759.0000     1868867.6349          -
31488.01/1597.83	c      1598             29          28        20   128412759.0000     1868867.6349          -
31592.05/1603.05	c      1603             30          29        20   128412759.0000     1868867.6349          -
31691.34/1608.12	c      1608             30          29        20   128412759.0000     1868867.6349          -
31792.74/1613.18	c      1613             30          29        20   128412759.0000     1868867.6349          -
31895.08/1618.37	c      1618             32          31        20   128412759.0000     1868867.6349          -
31996.34/1623.40	c      1623             33          32        20   128412759.0000     1868867.6349          -
32095.63/1628.46	c      1628             33          32        20   128412759.0000     1868867.6349          -
32196.90/1633.54	c      1634             33          32        20   128412759.0000     1868867.6349          -
32296.19/1638.56	c      1639             33          32        20   128412759.0000     1868867.6349          -
32397.45/1643.65	c      1644             33          32        20   128412759.0000     1868867.6349          -
32502.69/1648.90	c      1649             33          32        20   128412759.0000     1868867.6349          -
32604.51/1654.07	c      1654             33          32        20   128412759.0000     1868867.6349          -
32707.09/1659.25	c      1659             33          32        20   128412759.0000     1868867.6349          -
32808.38/1664.39	c      1664             33          32        20   128412759.0000     1868867.6349          -
32911.62/1669.51	c      1670             33          32        20   128412759.0000     1868867.6349          -
33012.88/1674.62	c      1675             33          32        20   128412759.0000     1868867.6349          -
33114.13/1679.71	c      1680             33          32        20   128412759.0000     1868867.6349          -
33215.38/1684.83	c      1685             33          32        20   128412759.0000     1868867.6349          -
33316.64/1689.91	c      1690             33          32        20   128412759.0000     1868867.6349          -
33415.90/1694.99	c      1695             33          32        20   128412759.0000     1868867.6349          -
33521.10/1700.21	c      1700             33          32        20   128412759.0000     1868867.6349          -
33620.30/1705.26	c      1705             33          32        20   128412759.0000     1868867.6349          -
33721.56/1710.32	c      1710             35          34        20   128412759.0000     1868867.6349          -
33822.81/1715.40	c      1715             35          34        20   128412759.0000     1868867.6349          -
33922.07/1720.46	c      1720             35          34        20   128412759.0000     1868867.6349          -
34023.32/1725.52	c      1726             37          36        20   128412759.0000     1868867.6349          -
34122.58/1730.58	c      1731             37          36        20   128412759.0000     1868867.6349          -
34223.80/1735.68	c      1736             37          36        20   128412759.0000     1868867.6349          -
34325.06/1740.79	c      1741             37          36        20   128412759.0000     1868867.6349          -
34428.31/1745.92	c      1746             37          36        20   128412759.0000     1868867.6349          -
34527.59/1751.01	c      1751             37          36        20   128412759.0000     1868867.6349          -
34629.65/1756.10	c      1756             37          36        20   128412759.0000     1868867.6349          -
34729.00/1761.10	c      1761             37          36        20   128412759.0000     1868867.6349          -
34830.21/1766.18	c      1766             37          36        20   128412759.0000     1868867.6349          -
34932.62/1771.30	c      1771             37          36        20   128412759.0000     1868867.6349          -
35031.89/1776.36	c      1776             37          36        20   128412759.0000     1868867.6349          -
35133.13/1781.41	c      1781             38          37        20   128412759.0000     1868867.6349          -
35236.37/1786.62	c      1787             38          37        20   128412759.0000     1868867.6349          -
35335.61/1791.68	c      1792             38          37        20   128412759.0000     1868867.6349          -
35436.82/1796.78	c      1797             38          37        20   128412759.0000     1868867.6349          -
35540.03/1801.90	c      1802             38          37        20   128412759.0000     1868867.6349          -
35639.24/1806.97	c      1807             38          37        20   128412759.0000     1868867.6349          -
35738.46/1812.01	c      1812             38          37        20   128412759.0000     1868867.6349          -
35840.56/1817.06	c      1817             38          37        20   128412759.0000     1868867.6349          -
35939.80/1822.11	c      1822             38          37        20   128412759.0000     1868867.6349          -
36042.05/1827.23	c      1827             38          37        20   128412759.0000     1868867.6349          -
36149.14/1832.62	c      1833             38          37        20   128412759.0000     1868867.6349          -
36262.12/1838.36	c      1838             38          37        20   128412759.0000     1868867.6349          -
36363.33/1843.41	c      1843             38          37        20   128412759.0000     1868867.6349          -
36466.51/1848.67	c      1849             38          37        20   128412759.0000     1868867.6349          -
36567.75/1853.73	c      1854             38          37        20   128412759.0000     1868867.6349          -
36670.83/1858.97	c      1859             39          38        20   128412759.0000     1868867.6349          -
36777.95/1864.38	c      1864             39          38        20   128412759.0000     1868867.6349          -
36879.15/1869.42	c      1869             39          38        20   128412759.0000     1868867.6349          -
36978.31/1874.42	c      1874             39          38        20   128412759.0000     1868867.6349          -
37077.53/1879.46	c      1879             39          38        20   128412759.0000     1868867.6349          -
37178.72/1884.54	c      1885             39          38        20   128412759.0000     1868867.6349          -
37279.91/1889.69	c      1890             39          38        20   128412759.0000     1868867.6349          -
37383.12/1894.82	c      1895             39          38        20   128412759.0000     1868867.6349          -
37482.33/1899.83	c      1900             39          38        20   128412759.0000     1868867.6349          -
37581.54/1904.83	c      1905             39          38        20   128412759.0000     1868867.6349          -
37687.39/1910.18	c      1910             41          40        20   128412759.0000     1868867.6349          -
37787.78/1915.24	c      1915             41          40        20   128412759.0000     1868867.6349          -
37894.94/1920.63	c      1921             41          40        20   128412759.0000     1868867.6349          -
38004.75/1926.19	c      1926             41          40        20   128412759.0000     1868867.6349          -
38105.22/1931.23	c      1931             41          40        20   128412759.0000     1868867.6349          -
38208.41/1936.47	c      1936             41          40        20   128412759.0000     1868867.6349          -
38307.62/1941.49	c      1941             41          40        20   128412759.0000     1868867.6349          -
38337.39/1942.93	c *    1943             41          40        20    61057807.0000     1868867.6349          -
38408.76/1946.52	c      1947             41          40        20    61057807.0000     1868867.6349          -
38565.43/1954.48	c      1954             41          40        20    61057807.0000     1868867.6349          -
38674.61/1959.94	c      1960             41          40        20    61057807.0000     1868867.6349          -
38773.84/1965.00	c      1965             41          40        20    61057807.0000     1868867.6349          -
38928.57/1972.74	c      1973             41          40        20    61057807.0000     1868867.6349          -
39031.78/1977.97	c      1978             41          40        20    61057807.0000     1868867.6349          -
39292.44/1991.09	c      1991             41          40        20    61057807.0000     1868867.6349          -
39420.54/1997.56	c      1998             42          41        20    61057807.0000     1868867.6349          -
39817.41/2017.54	c      2018             42          41        20    61057807.0000     1868867.6349          -
39938.45/2023.62	c      2024             42          41        20    61057807.0000     1868867.6349          -
40066.14/2030.07	c      2030             42          41        20    61057807.0000     1868867.6349          -
40205.16/2037.06	c      2037             42          41        20    61057807.0000     1868867.6349          -
40569.19/2055.43	c      2055             42          41        20    61057807.0000     1868867.6349          -
40807.11/2067.40	c      2067             42          41        20    61057807.0000     1868867.6349          -
41170.14/2085.77	c      2086             42          41        20    61057807.0000     1868867.6349          -
41278.00/2091.18	c      2091             42          41        20    61057807.0000     1868867.6349          -
41505.42/2102.63	c      2103             43          42        20    61057807.0000     1868867.6349          -
41630.42/2109.02	c      2109             44          43        20    61057807.0000     1868867.6349          -
42025.24/2128.82	c      2129             44          43        20    61057807.0000     1868867.6349          -
42134.13/2134.37	c      2134             44          43        20    61057807.0000     1868867.6349          -
42243.22/2139.83	c      2140             44          43        20    61057807.0000     1868867.6349          -
42461.56/2150.81	c      2151             44          43        20    61057807.0000     1868867.6349          -
42562.70/2155.95	c      2156             44          43        20    61057807.0000     1868867.6349          -
42675.98/2161.67	c      2162             44          43        20    61057807.0000     1868867.6349          -
42826.53/2169.26	c      2169             44          43        20    61057807.0000     1868867.6349          -
42937.67/2174.85	c      2175             44          43        20    61057807.0000     1868867.6349          -
43043.85/2180.15	c      2180             44          43        20    61057807.0000     1868867.6349          -
43147.90/2185.43	c      2185             44          43        20    61057807.0000     1868867.6349          -
43249.12/2190.56	c      2191             44          43        20    61057807.0000     1868867.6349          -
43352.31/2195.74	c      2196             44          43        20    61057807.0000     1868867.6349          -
43453.50/2200.82	c      2201             45          44        20    61057807.0000     1868867.6349          -
43560.68/2206.25	c      2206             45          44        20    61057807.0000     1868867.6349          -
43663.90/2211.42	c      2211             45          44        20    61057807.0000     1868867.6349          -
43767.11/2216.66	c      2217             45          44        20    61057807.0000     1868867.6349          -
43868.25/2221.73	c      2222             45          44        20    61057807.0000     1868867.6349          -
43967.45/2226.75	c      2227             45          44        20    61057807.0000     1868867.6349          -
44070.63/2232.03	c      2232             45          44        20    61057807.0000     1868867.6349          -
44175.77/2237.30	c      2237             45          44        20    61057807.0000     1868867.6349          -
44280.94/2242.52	c      2243             45          44        20    61057807.0000     1868867.6349          -
44382.11/2247.65	c      2248             45          44        20    61057807.0000     1868867.6349          -
44481.32/2252.70	c      2253             45          44        20    61057807.0000     1868867.6349          -
44589.11/2258.09	c      2258             45          44        20    61057807.0000     1868867.6349          -
44691.34/2263.20	c      2263             46          45        20    61057807.0000     1868867.6349          -
44792.53/2268.30	c      2268             46          45        20    61057807.0000     1868867.6349          -
44891.73/2273.36	c      2273             46          45        20    61057807.0000     1868867.6349          -
44992.91/2278.49	c      2278             46          45        20    61057807.0000     1868867.6349          -
45098.09/2283.70	c      2284             46          45        20    61057807.0000     1868867.6349          -
45197.43/2288.72	c      2289             47          46        20    61057807.0000     1868867.6349          -
45303.30/2294.12	c      2294             47          46        20    61057807.0000     1868867.6349          -
45413.45/2299.62	c      2300             47          46        20    61057807.0000     1868867.6349          -
45512.63/2304.68	c      2305             47          46        20    61057807.0000     1868867.6349          -
45617.80/2309.98	c      2310             47          46        20    61057807.0000     1868867.6349          -
45721.68/2315.19	c      2315             47          46        20    61057807.0000     1868867.6349          -
45823.87/2320.33	c      2320             47          46        20    61057807.0000     1868867.6349          -
45923.06/2325.37	c      2325             47          46        20    61057807.0000     1868867.6349          -
46024.21/2330.46	c      2330             47          46        20    61057807.0000     1868867.6349          -
46129.33/2335.71	c      2336             47          46        20    61057807.0000     1868867.6349          -
46232.37/2340.91	c      2341             47          46        20    61057807.0000     1868867.6349          -
46331.50/2345.99	c      2346             48          47        20    61057807.0000     1868867.6349          -
46436.54/2351.28	c      2351             50          49        20    61057807.0000     1868867.6349          -
46537.68/2356.35	c      2356             52          51        20    61057807.0000     1868867.6349          -
46638.82/2361.49	c      2362             52          51        20    61057807.0000     1868867.6349          -
46745.90/2366.82	c      2367             52          51        20    61057807.0000     1868867.6349          -
46851.99/2372.20	c      2372             52          51        20    61057807.0000     1868867.6349          -
46958.12/2377.53	c      2378             52          51        20    61057807.0000     1868867.6349          -
47057.24/2382.55	c      2383             52          51        20    61057807.0000     1868867.6349          -
47160.40/2387.72	c      2388             52          51        20    61057807.0000     1868867.6349          -
47261.56/2392.82	c      2393             52          51        20    61057807.0000     1868867.6349          -
47362.77/2398.04	c      2398             52          51        20    61057807.0000     1868867.6349          -
47464.69/2403.06	c      2403             52          51        20    61057807.0000     1868867.6349          -
47563.87/2408.12	c      2408             52          51        20    61057807.0000     1868867.6349          -
47664.86/2413.14	c      2413             52          51        20    61057807.0000     1868867.6349          -
47764.09/2418.15	c      2418             52          51        20    61057807.0000     1868867.6349          -
47863.21/2423.19	c      2423             52          51        20    61057807.0000     1868867.6349          -
47969.54/2428.50	c      2429             52          51        20    61057807.0000     1868867.6349          -
48068.72/2433.51	c      2434             52          51        20    61057807.0000     1868867.6349          -
48171.75/2438.77	c      2439             52          51        20    61057807.0000     1868867.6349          -
48272.94/2443.82	c      2444             52          51        20    61057807.0000     1868867.6349          -
48372.08/2448.83	c      2449             52          51        20    61057807.0000     1868867.6349          -
48471.25/2453.89	c      2454             52          51        20    61057807.0000     1868867.6349          -
48575.07/2459.08	c      2459             53          52        20    61057807.0000     1868867.6349          -
48674.11/2464.10	c      2464             53          52        20    61057807.0000     1868867.6349          -
48775.40/2469.16	c      2469             53          52        20    61057807.0000     1868867.6349          -
48877.55/2474.32	c      2474             53          52        20    61057807.0000     1868867.6349          -
48986.62/2479.82	c      2480             53          52        20    61057807.0000     1868867.6349          -
49092.60/2485.18	c      2485             53          52        20    61057807.0000     1868867.6349          -
49192.78/2490.27	c      2490             53          52        20    61057807.0000     1868867.6349          -
49295.88/2495.49	c      2496             53          52        20    61057807.0000     1868867.6349          -
49399.00/2500.64	c      2501             53          52        20    61057807.0000     1868867.6349          -
49497.99/2505.68	c      2506             53          52        20    61057807.0000     1868867.6349          -
49603.01/2510.92	c      2511             53          52        20    61057807.0000     1868867.6349          -
49710.05/2516.30	c      2516             53          52        20    61057807.0000     1868867.6349          -
49819.05/2521.87	c      2522             53          52        20    61057807.0000     1868867.6349          -
49922.77/2527.12	c      2527             53          52        20    61057807.0000     1868867.6349          -
50027.15/2532.35	c      2532             53          52        20    61057807.0000     1868867.6349          -
50128.21/2537.41	c      2537             53          52        20    61057807.0000     1868867.6349          -
50227.36/2542.49	c      2542             54          53        20    61057807.0000     1868867.6349          -
50330.35/2547.61	c      2548             54          53        20    61057807.0000     1868867.6349          -
50429.54/2552.70	c      2553             54          53        20    61057807.0000     1868867.6349          -
50530.59/2557.75	c      2558             54          53        20    61057807.0000     1868867.6349          -
50631.75/2562.83	c      2563             54          53        20    61057807.0000     1868867.6349          -
50732.87/2567.95	c      2568             54          53        20    61057807.0000     1868867.6349          -
50834.68/2573.05	c      2573             54          53        20    61057807.0000     1868867.6349          -
50933.99/2578.06	c      2578             54          53        20    61057807.0000     1868867.6349          -
51038.21/2583.36	c      2583             54          53        20    61057807.0000     1868867.6349          -
51139.38/2588.40	c      2588             55          54        20    61057807.0000     1868867.6349          -
51253.08/2594.17	c      2594             55          54        20    61057807.0000     1868867.6349          -
51355.51/2599.33	c      2599             55          54        20    61057807.0000     1868867.6349          -
51464.63/2604.86	c      2605             55          54        20    61057807.0000     1868867.6349          -
51565.80/2609.93	c      2610             55          54        20    61057807.0000     1868867.6349          -
51664.96/2615.03	c      2615             55          54        20    61057807.0000     1868867.6349          -
51774.06/2620.48	c      2620             55          54        20    61057807.0000     1868867.6349          -
51881.19/2625.84	c      2626             55          54        20    61057807.0000     1868867.6349          -
51982.34/2630.90	c      2631             55          54        20    61057807.0000     1868867.6349          -
52081.52/2635.94	c      2636             55          54        20    61057807.0000     1868867.6349          -
52192.60/2641.52	c      2642             55          54        20    61057807.0000     1868867.6349          -
52291.74/2646.59	c      2647             55          54        20    61057807.0000     1868867.6349          -
52396.89/2651.89	c      2652             55          54        20    61057807.0000     1868867.6349          -
52500.73/2657.09	c      2657             55          54        20    61057807.0000     1868867.6349          -
52602.88/2662.24	c      2662             55          54        20    61057807.0000     1868867.6349          -
52703.94/2667.39	c      2667             55          54        20    61057807.0000     1868867.6349          -
52808.97/2672.67	c      2673             55          54        20    61057807.0000     1868867.6349          -
52912.10/2677.81	c      2678             55          54        20    61057807.0000     1868867.6349          -
53013.19/2683.01	c      2683             55          54        20    61057807.0000     1868867.6349          -
53115.12/2688.09	c      2688             56          55        20    61057807.0000     1868867.6349          -
53215.89/2693.16	c      2693             56          55        20    61057807.0000     1868867.6349          -
53320.11/2698.42	c      2698             56          55        20    61057807.0000     1868867.6349          -
53421.16/2703.53	c      2704             56          55        20    61057807.0000     1868867.6349          -
53522.16/2708.61	c      2709             56          55        20    61057807.0000     1868867.6349          -
53621.31/2713.64	c      2714             56          55        20    61057807.0000     1868867.6349          -
53726.46/2718.99	c      2719             56          55        20    61057807.0000     1868867.6349          -
53830.33/2724.15	c      2724             56          55        20    61057807.0000     1868867.6349          -
53930.73/2729.29	c      2729             56          55        20    61057807.0000     1868867.6349          -
54031.79/2734.35	c      2734             56          55        20    61057807.0000     1868867.6349          -
54130.90/2739.38	c      2739             56          55        20    61057807.0000     1868867.6349          -
54232.03/2744.41	c      2744             56          55        20    61057807.0000     1868867.6349          -
54331.19/2749.41	c      2749             56          55        20    61057807.0000     1868867.6349          -
54430.38/2754.48	c      2754             56          55        20    61057807.0000     1868867.6349          -
54531.45/2759.51	c      2760             56          55        20    61057807.0000     1868867.6349          -
54630.44/2764.55	c      2765             56          55        20    61057807.0000     1868867.6349          -
54737.52/2769.99	c      2770             56          55        20    61057807.0000     1868867.6349          -
54844.29/2775.34	c      2775             56          55        20    61057807.0000     1868867.6349          -
54943.26/2780.35	c      2780             56          55        20    61057807.0000     1868867.6349          -
55042.39/2785.38	c      2785             57          56        20    61057807.0000     1868867.6349          -
55147.57/2790.70	c      2791             57          56        20    61057807.0000     1868867.6349          -
55250.66/2795.85	c      2796             57          56        20    61057807.0000     1868867.6349          -
55351.94/2800.97	c      2801             59          58        20    61057807.0000     1868867.6349          -
55450.99/2806.00	c      2806             60          59        20    61057807.0000     1868867.6349          -
55552.87/2811.06	c      2811             60          59        20    61057807.0000     1868867.6349          -
55655.22/2816.28	c      2816             60          59        20    61057807.0000     1868867.6349          -
55758.38/2821.46	c      2821             60          59        20    61057807.0000     1868867.6349          -
55861.52/2826.68	c      2827             60          59        20    61057807.0000     1868867.6349          -
55964.70/2831.89	c      2832             60          59        20    61057807.0000     1868867.6349          -
56065.69/2836.93	c      2837             60          59        20    61057807.0000     1868867.6349          -
56167.54/2842.04	c      2842             60          59        20    61057807.0000     1868867.6349          -
56266.78/2847.05	c      2847             60          59        20    61057807.0000     1868867.6349          -
56369.13/2852.21	c      2852             60          59        20    61057807.0000     1868867.6349          -
56472.27/2857.48	c      2857             60          59        20    61057807.0000     1868867.6349          -
56575.46/2862.65	c      2863             60          59        20    61057807.0000     1868867.6349          -
56676.66/2867.78	c      2868             60          59        20    61057807.0000     1868867.6349          -
56777.77/2872.86	c      2873             60          59        20    61057807.0000     1868867.6349          -
56878.97/2877.95	c      2878             62          61        20    61057807.0000     1874160.5890          -
56978.11/2883.03	c      2883             62          61        20    61057807.0000     1874160.5890          -
57080.05/2888.08	c      2888             62          61        20    61057807.0000     1874160.5890          -
57186.31/2893.49	c      2893             62          61        20    61057807.0000     1874160.5890          -
57287.42/2898.55	c      2899             62          61        20    61057807.0000     1874160.5890          -
57390.54/2903.72	c      2904             63          62        20    61057807.0000     1874160.5890          -
57489.72/2908.76	c      2909             63          62        20    61057807.0000     1874160.5890          -
57592.90/2914.02	c      2914             63          62        20    61057807.0000     1874160.5890          -
57695.08/2919.07	c      2919             63          62        20    61057807.0000     1874160.5890          -
57799.17/2924.38	c      2924             63          62        20    61057807.0000     1874160.5890          -
57902.34/2929.51	c      2930             63          62        20    61057807.0000     1874160.5890          -
58009.47/2934.93	c      2935             63          62        20    61057807.0000     1874160.5890          -
58111.19/2940.05	c      2940             63          62        20    61057807.0000     1874160.5890          -
58219.63/2945.56	c      2946             63          62        20    61057807.0000     1874160.5890          -
58320.81/2950.63	c      2951             63          62        20    61057807.0000     1874160.5890          -
58423.90/2955.83	c      2956             63          62        20    61057807.0000     1874160.5890          -
58523.12/2960.88	c      2961             63          62        20    61057807.0000     1874160.5890          -
58624.26/2965.93	c      2966             63          62        20    61057807.0000     1874160.5890          -
58723.44/2970.99	c      2971             63          62        20    61057807.0000     1874160.5890          -
58828.50/2976.28	c      2976             63          62        20    61057807.0000     1874160.5890          -
58929.72/2981.33	c      2981             63          62        20    61057807.0000     1874160.5890          -
59028.87/2986.36	c      2986             63          62        20    61057807.0000     1874160.5890          -
59130.07/2991.40	c      2991             64          63        20    61057807.0000     1874160.5890          -
59239.22/2996.92	c      2997             64          63        20    61057807.0000     1874160.5890          -
59338.42/3001.93	c      3002             64          63        20    61057807.0000     1874160.5890          -
59443.38/3007.27	c      3007             64          63        20    61057807.0000     1874160.5890          -
59546.52/3012.41	c      3012             64          63        20    61057807.0000     1874160.5890          -
59645.74/3017.48	c      3017             64          63        20    61057807.0000     1874160.5890          -
59746.98/3022.53	c      3023             64          63        20    61057807.0000     1874160.5890          -
59851.95/3027.87	c      3028             64          63        20    61057807.0000     1874160.5890          -
59953.16/3032.90	c      3033             64          63        20    61057807.0000     1874160.5890          -
60052.37/3038.03	c      3038             64          63        20    61057807.0000     1874160.5890          -
60157.52/3043.23	c      3043             64          63        20    61057807.0000     1874160.5890          -
60258.74/3048.39	c      3048             64          63        20    61057807.0000     1874160.5890          -
60363.89/3053.63	c      3054             64          63        20    61057807.0000     1874160.5890          -
60465.06/3058.79	c      3059             64          63        20    61057807.0000     1874160.5890          -
60574.19/3064.22	c      3064             64          63        20    61057807.0000     1874160.5890          -
60673.42/3069.27	c      3069             64          63        20    61057807.0000     1874160.5890          -
60774.63/3074.33	c      3074             64          63        20    61057807.0000     1874160.5890          -
60875.79/3079.44	c      3079             65          64        20    61057807.0000     1874160.5890          -
60974.93/3084.48	c      3084             65          64        20    61057807.0000     1874160.5890          -
61078.05/3089.60	c      3090             65          64        20    61057807.0000     1874160.5890          -
61181.02/3094.88	c      3095             65          64        20    61057807.0000     1874160.5890          -
61287.99/3100.28	c      3100             66          65        20    61057807.0000     1874160.5890          -
61389.17/3105.38	c      3105             66          65        20    61057807.0000     1874160.5890          -
61492.28/3110.52	c      3111             66          65        20    61057807.0000     1874160.5890          -
61591.45/3115.54	c      3116             66          65        20    61057807.0000     1874160.5890          -
61692.62/3120.63	c      3121             66          65        20    61057807.0000     1874160.5890          -
61797.73/3126.01	c      3126             66          65        20    61057807.0000     1874160.5890          -
61902.80/3131.24	c      3131             66          65        20    61057807.0000     1874160.5890          -
62003.71/3136.32	c      3136             66          65        20    61057807.0000     1874160.5890          -
62104.67/3141.41	c      3141             66          65        20    61057807.0000     1874160.5890          -
62209.83/3146.73	c      3147             66          65        20    61057807.0000     1874160.5890          -
62308.99/3151.76	c      3152             66          65        20    61057807.0000     1874160.5890          -
62410.18/3156.88	c      3157             66          65        20    61057807.0000     1874160.5890          -
62517.27/3162.23	c      3162             66          65        20    61057807.0000     1874160.5890          -
62618.48/3167.38	c      3167             66          65        20    61057807.0000     1874160.5890          -
62717.64/3172.38	c      3172             66          65        20    61057807.0000     1874160.5890          -
62824.78/3177.75	c      3178             66          65        20    61057807.0000     1874160.5890          -
62925.88/3182.84	c      3183             66          65        20    61057807.0000     1874160.5890          -
63025.02/3187.89	c      3188             66          65        20    61057807.0000     1874160.5890          -
63126.19/3192.97	c      3193             66          65        20    61057807.0000     1874160.5890          -
63231.34/3198.28	c      3198             66          65        20    61057807.0000     1874160.5890          -
63332.49/3203.33	c      3203             66          65        20    61057807.0000     1874160.5890          -
63431.52/3208.34	c      3208             66          65        20    61057807.0000     1874160.5890          -
63532.69/3213.47	c      3213             66          65        20    61057807.0000     1874160.5890          -
63631.85/3218.49	c      3218             66          65        20    61057807.0000     1874160.5890          -
63733.05/3223.59	c      3224             68          67        20    61057807.0000     1874160.5890          -
63834.18/3228.62	c      3229             69          68        20    61057807.0000     1874160.5890          -
63937.34/3233.82	c      3234             69          68        20    61057807.0000     1874160.5890          -
64038.53/3239.02	c      3239             69          68        20    61057807.0000     1874160.5890          -
64142.68/3244.17	c      3244             69          68        20    61057807.0000     1874160.5890          -
64248.86/3249.57	c      3250             82          81        20    61057807.0000     1909363.8699          -
64352.04/3254.72	c      3255             82          81        20    61057807.0000     1909363.8699          -
64457.87/3260.13	c      3260             82          81        20    61057807.0000     1909363.8699          -
64562.34/3265.34	c      3265             82          81        20    61057807.0000     1909363.8699          -
64665.36/3270.54	c      3271             82          81        20    61057807.0000     1909363.8699          -
64764.43/3275.55	c      3276             82          81        20    61057807.0000     1909363.8699          -
64865.61/3280.61	c      3281             82          81        20    61057807.0000     1909363.8699          -
64968.80/3285.82	c      3286             82          81        20    61057807.0000     1909363.8699          -
65069.97/3290.93	c      3291             82          81        20    61057807.0000     1909363.8699          -
65169.21/3296.01	c      3296             82          81        20    61057807.0000     1909363.8699          -
65270.94/3301.04	c      3301             83          82        20    61057807.0000     1909363.8699          -
65375.45/3306.35	c      3306             83          82        20    61057807.0000     1909363.8699          -
65474.67/3311.37	c      3311             83          82        20    61057807.0000     1909363.8699          -
65575.88/3316.48	c      3316             83          82        20    61057807.0000     1909363.8699          -
65677.08/3321.54	c      3322             83          82        20    61057807.0000     1909363.8699          -
65778.17/3326.61	c      3327             83          82        20    61057807.0000     1909363.8699          -
65877.40/3331.69	c      3332             83          82        20    61057807.0000     1909363.8699          -
65980.40/3336.83	c      3337             83          82        20    61057807.0000     1909363.8699          -
66079.60/3341.89	c      3342             83          82        20    61057807.0000     1909363.8699          -
66180.78/3347.02	c      3347             83          82        20    61057807.0000     1909363.8699          -
66279.98/3352.03	c      3352             83          82        20    61057807.0000     1909363.8699          -
66381.78/3357.10	c      3357             83          82        20    61057807.0000     1909363.8699          -
66482.99/3362.17	c      3362             83          82        20    61057807.0000     1909363.8699          -
66586.99/3367.43	c      3367             84          83        20    61057807.0000     1909363.8699          -
66690.14/3372.62	c      3373             84          83        20    61057807.0000     1909363.8699          -
66791.32/3377.75	c      3378             84          83        20    61057807.0000     1909363.8699          -
66892.51/3382.83	c      3383             84          83        20    61057807.0000     1909363.8699          -
66993.66/3387.93	c      3388             84          83        20    61057807.0000     1909363.8699          -
67095.30/3393.09	c      3393             84          83        20    61057807.0000     1909363.8699          -
67197.70/3398.29	c      3398             84          83        20    61057807.0000     1909363.8699          -
67302.81/3403.52	c      3404             84          83        20    61057807.0000     1909363.8699          -
67412.50/3409.11	c      3409             84          83        20    61057807.0000     1909363.8699          -
67516.88/3414.30	c      3414             84          83        20    61057807.0000     1909363.8699          -
67617.91/3419.43	c      3419             84          83        20    61057807.0000     1909363.8699          -
67718.85/3424.58	c      3425             84          83        20    61057807.0000     1909363.8699          -
67820.00/3429.63	c      3430             84          83        20    61057807.0000     1909363.8699          -
67921.15/3434.72	c      3435             84          83        20    61057807.0000     1909363.8699          -
68020.35/3439.78	c      3440             84          83        20    61057807.0000     1909363.8699          -
68121.38/3444.88	c      3445             84          83        20    61057807.0000     1909363.8699          -
68222.36/3450.02	c      3450             84          83        20    61057807.0000     1909363.8699          -
68324.40/3455.06	c      3455             85          84        20    61057807.0000     1909363.8699          -
68428.60/3460.30	c      3460             85          84        20    61057807.0000     1909363.8699          -
68535.70/3465.75	c      3466             85          84        20    61057807.0000     1909363.8699          -
68643.50/3471.19	c      3471             85          84        20    61057807.0000     1909363.8699          -
68745.98/3476.38	c      3476             85          84        20    61057807.0000     1909363.8699          -
68849.14/3481.51	c      3482             85          84        20    61057807.0000     1909363.8699          -
68950.31/3486.64	c      3487             86          85        20    61057807.0000     1909363.8699          -
69051.51/3491.73	c      3492             86          85        20    61057807.0000     1909363.8699          -
69159.67/3497.18	c      3497             86          85        20    61057807.0000     1909363.8699          -
69261.76/3502.39	c      3502             86          85        20    61057807.0000     1909363.8699          -
69364.92/3507.54	c      3508             86          85        20    61057807.0000     1909363.8699          -
69472.05/3512.97	c      3513             86          85        20    61057807.0000     1909363.8699          -
69573.92/3518.12	c      3518             86          85        20    61057807.0000     1909363.8699          -
69678.36/3523.39	c      3523             86          85        20    61057807.0000     1909363.8699          -
69781.40/3528.56	c      3529             86          85        20    61057807.0000     1909363.8699          -
69888.48/3533.93	c      3534             86          85        20    61057807.0000     1909363.8699          -
69993.36/3539.27	c      3539             86          85        20    61057807.0000     1909363.8699          -
70094.51/3544.38	c      3544             86          85        20    61057807.0000     1909363.8699          -
70197.67/3549.55	c      3550             87          86        20    61057807.0000     1909363.8699          -
70300.80/3554.72	c      3555             87          86        20    61057807.0000     1909363.8699          -
70406.79/3560.04	c      3560             87          86        20    61057807.0000     1909363.8699          -
70506.15/3565.10	c      3565             87          86        20    61057807.0000     1909363.8699          -
70605.05/3570.10	c      3570             87          86        20    61057807.0000     1909363.8699          -
70704.29/3575.14	c      3575             87          86        20    61057807.0000     1909363.8699          -
70808.44/3580.35	c      3580             87          86        20    61057807.0000     1909363.8699          -
70911.61/3585.53	c      3586             88          87        20    61057807.0000     1909363.8699          -
71018.59/3590.99	c      3591             88          87        20    61057807.0000     1909363.8699          -
71122.65/3596.19	c      3596             88          87        20    61057807.0000     1909363.8699          -
71224.88/3601.37	c      3601             88          87        20    61057807.0000     1909363.8699          -
71327.98/3606.54	c      3607             88          87        20    61057807.0000     1909363.8699          -
71431.05/3611.74	c      3612             88          87        20    61057807.0000     1909363.8699          -
71534.05/3617.03	c      3617             88          87        20    61057807.0000     1909363.8699          -
71636.02/3622.06	c      3622             88          87        20    61057807.0000     1909363.8699          -
71735.27/3627.09	c      3627             88          87        20    61057807.0000     1909363.8699          -
71837.51/3632.20	c      3632             88          87        20    61057807.0000     1909363.8699          -
71938.61/3637.39	c      3637             88          87        20    61057807.0000     1909363.8699          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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

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

solver pid=762425, runsolver pid=762422

[startup+0.100105 s]*
/proc/loadavg: 78.69 79.97 80.17 43/945 762426
/proc/meminfo: memFree=505762008/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=101124 memory=88252 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 20015 0 0 0 8 3 0 0 20 0 1 0 129249079 103550976 22063 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 25281 22063 2347 3035 0 21677 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 101124 KiB
Current children cumulated memory: 88252 KiB

[startup+0.221703 s]*
/proc/loadavg: 78.69 79.97 80.17 43/945 762426
/proc/meminfo: memFree=511758456/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=174716 memory=163136 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 38750 0 0 0 17 6 0 0 20 0 1 0 129249079 178909184 40784 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 43679 40784 2347 3035 0 40075 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 174716 KiB
Current children cumulated memory: 163136 KiB

[startup+0.321241 s]*
/proc/loadavg: 78.69 79.97 80.17 45/945 762426
/proc/meminfo: memFree=515417224/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=220592 memory=209084 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 50173 0 0 0 26 7 0 0 20 0 1 0 129249079 225886208 52271 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 55148 52271 2347 3035 0 51544 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 220592 KiB
Current children cumulated memory: 209084 KiB

[startup+0.70015 s]
/proc/loadavg: 78.69 79.97 80.17 43/945 762426
/proc/meminfo: memFree=524114204/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=380224 memory=368800 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 91190 0 0 0 54 15 0 0 20 0 1 0 129249079 389349376 92200 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 95056 92200 2555 3035 0 91452 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 380224 KiB
Current children cumulated memory: 368800 KiB

[startup+1.50012 s]
/proc/loadavg: 78.69 79.97 80.17 43/945 762426
/proc/meminfo: memFree=539907024/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=695656 memory=672876 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 166662 0 0 0 123 26 0 0 20 0 1 0 129249079 712351744 168219 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 173914 168219 2630 3035 0 170310 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 695656 KiB
Current children cumulated memory: 672876 KiB

[startup+3.12078 s]
/proc/loadavg: 75.67 79.33 79.96 44/944 762472
/proc/meminfo: memFree=575379912/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=884676 memory=858820 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 214102 0 0 0 272 38 0 0 20 0 1 0 129249079 905908224 214705 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 221169 214705 2726 3035 0 217565 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 884676 KiB
Current children cumulated memory: 858820 KiB

[startup+6.30026 s]
/proc/loadavg: 75.67 79.33 79.96 43/944 762474
/proc/meminfo: memFree=574307144/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=1110680 memory=1083296 CPUtime=6.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) R 762422 762425 757976 0 -1 4194304 262076 0 0 0 581 47 0 0 20 0 1 0 129249079 1137336320 270824 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 277670 270824 2774 3035 0 274066 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1110680 KiB
Current children cumulated memory: 1083296 KiB

[startup+12.7013 s]
/proc/loadavg: 72.98 78.71 79.76 62/1004 762534
/proc/meminfo: memFree=564690068/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=14401832 memory=12910784 CPUtime=36.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) S 762422 762425 757976 0 -1 1077936128 3259336 0 0 0 3029 665 0 0 20 0 41 0 129249079 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 3600458 3227696 2806 3035 0 3412162 0
[pid=762425/tid=762475] ppid=762422 vsize=14401832 memory=33000 CPUtime=1.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762475/stat : 762475 (fscip) R 762422 762425 757976 0 -1 4194368 96772 0 0 0 129 17 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762476] ppid=762422 vsize=14401832 memory=2316 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762476/stat : 762476 (fscip) R 762422 762425 757976 0 -1 4194368 175078 0 0 0 107 35 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762477] ppid=762422 vsize=14401832 memory=20660 CPUtime=1.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762477/stat : 762477 (fscip) R 762422 762425 757976 0 -1 4194368 180641 0 0 0 107 36 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762478] ppid=762422 vsize=14401832 memory=0 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762478/stat : 762478 (fscip) R 762422 762425 757976 0 -1 4194368 96688 0 0 0 126 19 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762479] ppid=762422 vsize=14401832 memory=0 CPUtime=1.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762479/stat : 762479 (fscip) R 762422 762425 757976 0 -1 4194368 175044 0 0 0 108 33 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762480] ppid=762422 vsize=14401832 memory=11448 CPUtime=1.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762480/stat : 762480 (fscip) R 762422 762425 757976 0 -1 4194368 179793 0 0 0 104 37 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762481] ppid=762422 vsize=14401832 memory=123 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762481/stat : 762481 (fscip) R 762422 762425 757976 0 -1 4194368 96823 0 0 0 126 19 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762482] ppid=762422 vsize=14401832 memory=0 CPUtime=1.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762482/stat : 762482 (fscip) R 762422 762425 757976 0 -1 4194368 180337 0 0 0 103 38 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762483] ppid=762422 vsize=14401832 memory=1089272 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762483/stat : 762483 (fscip) R 762422 762425 757976 0 -1 4194368 175066 0 0 0 106 36 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762484] ppid=762422 vsize=14401832 memory=279305080344176 CPUtime=1.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762484/stat : 762484 (fscip) R 762422 762425 757976 0 -1 4194368 96763 0 0 0 127 20 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762485] ppid=762422 vsize=14401832 memory=10544 CPUtime=1.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762485/stat : 762485 (fscip) R 762422 762425 757976 0 -1 4194368 175065 0 0 0 104 37 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762486] ppid=762422 vsize=14401832 memory=5512 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762486/stat : 762486 (fscip) R 762422 762425 757976 0 -1 4194368 175072 0 0 0 107 35 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762487] ppid=762422 vsize=14401832 memory=1083536 CPUtime=1.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762487/stat : 762487 (fscip) R 762422 762425 757976 0 -1 4194368 96727 0 0 0 125 20 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762488] ppid=762422 vsize=14401832 memory=279305079949120 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762488/stat : 762488 (fscip) R 762422 762425 757976 0 -1 4194368 175082 0 0 0 107 35 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762489] ppid=762422 vsize=14401832 memory=0 CPUtime=1.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762489/stat : 762489 (fscip) R 762422 762425 757976 0 -1 4194368 175045 0 0 0 107 37 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762490] ppid=762422 vsize=14401832 memory=11448 CPUtime=1.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762490/stat : 762490 (fscip) R 762422 762425 757976 0 -1 4194368 96835 0 0 0 126 20 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762491] ppid=762422 vsize=14401832 memory=0 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762491/stat : 762491 (fscip) R 762422 762425 757976 0 -1 4194368 176667 0 0 0 106 36 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762492] ppid=762422 vsize=14401832 memory=2125156 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762492/stat : 762492 (fscip) R 762422 762425 757976 0 -1 4194368 175075 0 0 0 106 36 0 0 20 0 41 0 129249873 14747475968 3227696 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762493] ppid=762422 vsize=14401832 memory=7947020 CPUtime=1.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762493/stat : 762493 (fscip) R 762422 762425 757976 0 -1 4194368 96767 0 0 0 123 20 0 0 20 0 41 0 129249874 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762494] ppid=762422 vsize=14401832 memory=3219404 CPUtime=1.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762494/stat : 762494 (fscip) R 762422 762425 757976 0 -1 4194368 180579 0 0 0 104 38 0 0 20 0 41 0 129249874 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762515] ppid=762422 vsize=14401832 memory=5512 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762515/stat : 762515 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250211 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762516] ppid=762422 vsize=14401832 memory=16164 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762516/stat : 762516 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762517] ppid=762422 vsize=14401832 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762517/stat : 762517 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762518] ppid=762422 vsize=14401832 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762518/stat : 762518 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762519] ppid=762422 vsize=14401832 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762519/stat : 762519 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762520] ppid=762422 vsize=14401832 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762520/stat : 762520 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762521] ppid=762422 vsize=14401832 memory=6944876 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762521/stat : 762521 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762522] ppid=762422 vsize=14401832 memory=29273809900535888 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762522/stat : 762522 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762523] ppid=762422 vsize=14401832 memory=8259761640684150880 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762523/stat : 762523 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762524] ppid=762422 vsize=14401832 memory=1381828 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762524/stat : 762524 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762525] ppid=762422 vsize=14401832 memory=3592956 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762525/stat : 762525 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762526] ppid=762422 vsize=14401832 memory=21392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762526/stat : 762526 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762527] ppid=762422 vsize=14401832 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762527/stat : 762527 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762528] ppid=762422 vsize=14401832 memory=2036 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762528/stat : 762528 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762529] ppid=762422 vsize=14401832 memory=31572 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762529/stat : 762529 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762530] ppid=762422 vsize=14401832 memory=-6586068501438577514 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762530/stat : 762530 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762531] ppid=762422 vsize=14401832 memory=4035278284039414465 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762531/stat : 762531 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762532] ppid=762422 vsize=14401832 memory=3891164199786931101 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762532/stat : 762532 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762533] ppid=762422 vsize=14401832 memory=3458821929832872215 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762533/stat : 762533 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762534] ppid=762422 vsize=14401832 memory=14135532762513601 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762534/stat : 762534 (fscip) S 762422 762425 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 129250212 14747475968 3227754 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
Current children cumulated CPU time: 36.94 s
Current children cumulated vsize: 14401832 KiB
Current children cumulated memory: 12910784 KiB

[startup+25.5053 s]
/proc/loadavg: 73.17 78.45 79.66 81/1024 762560

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

[pid=762425/tid=762525] ppid=762422 vsize=41912316 memory=51344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762525/stat : 762525 (fscip) S 762422 762425 757976 0 -1 1077936192 315 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762526] ppid=762422 vsize=41912316 memory=35706148 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762526/stat : 762526 (fscip) S 762422 762425 757976 0 -1 1077936192 179 0 0 0 1 1 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762527] ppid=762422 vsize=41912316 memory=35665424 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762527/stat : 762527 (fscip) S 762422 762425 757976 0 -1 1077936192 196 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762528] ppid=762422 vsize=41912316 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762528/stat : 762528 (fscip) S 762422 762425 757976 0 -1 1077936192 218 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762529] ppid=762422 vsize=41912316 memory=3464229699031415328 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762529/stat : 762529 (fscip) S 762422 762425 757976 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762530] ppid=762422 vsize=41912316 memory=35339328 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762530/stat : 762530 (fscip) S 762422 762425 757976 0 -1 1077936192 298 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762531] ppid=762422 vsize=41912316 memory=35341340 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762531/stat : 762531 (fscip) S 762422 762425 757976 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762532] ppid=762422 vsize=41912316 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762532/stat : 762532 (fscip) S 762422 762425 757976 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762533] ppid=762422 vsize=41912316 memory=41288 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762533/stat : 762533 (fscip) S 762422 762425 757976 0 -1 1077936192 177 0 0 0 2 0 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762534] ppid=762422 vsize=41912316 memory=10544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762534/stat : 762534 (fscip) S 762422 762425 757976 0 -1 1077936192 187 0 0 0 0 3 0 0 20 0 41 0 129250212 42918211584 8926538 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
Current children cumulated CPU time: 70848.1 s
Current children cumulated vsize: 41912316 KiB
Current children cumulated memory: 35706152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.4 s]
/proc/loadavg: 80.54 80.41 78.61 81/1024 764666
/proc/meminfo: memFree=541125124/790760804 swapFree=131071996/131071996
[pid=762425] ppid=762422 vsize=42108924 memory=35882544 CPUtime=72000.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/stat : 762425 (fscip) S 762422 762425 757976 0 -1 1077936128 104952387 0 0 0 7183500 16516 0 0 20 0 41 0 129249079 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
/proc/762425/statm: 10527231 8970636 3014 3035 0 10365288 0
[pid=762425/tid=762475] ppid=762422 vsize=42108924 memory=33864 CPUtime=3592.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762475/stat : 762475 (fscip) R 762422 762425 757976 0 -1 4194368 5911817 0 0 0 358565 704 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762476] ppid=762422 vsize=42108924 memory=53140 CPUtime=3598.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762476/stat : 762476 (fscip) R 762422 762425 757976 0 -1 4194368 1031473 0 0 0 359495 377 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762477] ppid=762422 vsize=42108924 memory=7640 CPUtime=3598.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762477/stat : 762477 (fscip) R 762422 762425 757976 0 -1 4194368 7884427 0 0 0 359017 823 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762478] ppid=762422 vsize=42108924 memory=19884 CPUtime=3598.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762478/stat : 762478 (fscip) R 762422 762425 757976 0 -1 4194368 7066738 0 0 0 358346 1526 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762479] ppid=762422 vsize=42108924 memory=20384 CPUtime=3608.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762479/stat : 762479 (fscip) R 762422 762425 757976 0 -1 4194368 2198484 0 0 0 360349 469 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762480] ppid=762422 vsize=42108924 memory=5612 CPUtime=3599.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762480/stat : 762480 (fscip) R 762422 762425 757976 0 -1 4194368 8014195 0 0 0 359130 822 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762481] ppid=762422 vsize=42108924 memory=6720662138630848620 CPUtime=3596.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762481/stat : 762481 (fscip) R 762422 762425 757976 0 -1 4194368 6662998 0 0 0 358454 1240 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762482] ppid=762422 vsize=42108924 memory=6800 CPUtime=3591.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762482/stat : 762482 (fscip) R 762422 762425 757976 0 -1 4194368 1042208 0 0 0 358809 359 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762483] ppid=762422 vsize=42108924 memory=35045084 CPUtime=3601.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762483/stat : 762483 (fscip) R 762422 762425 757976 0 -1 4194368 7799388 0 0 0 359304 802 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762484] ppid=762422 vsize=42108924 memory=2696 CPUtime=3600.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762484/stat : 762484 (fscip) R 762422 762425 757976 0 -1 4194368 6319611 0 0 0 359399 686 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762485] ppid=762422 vsize=42108924 memory=279305081320336 CPUtime=3607.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762485/stat : 762485 (fscip) R 762422 762425 757976 0 -1 4194368 2707089 0 0 0 360282 513 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762486] ppid=762422 vsize=42108924 memory=7306359496805870444 CPUtime=3603.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762486/stat : 762486 (fscip) R 762422 762425 757976 0 -1 4194368 7801597 0 0 0 359568 803 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762487] ppid=762422 vsize=42108924 memory=7373914672331252032 CPUtime=3587.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762487/stat : 762487 (fscip) R 762422 762425 757976 0 -1 4194368 6047057 0 0 0 357298 1490 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762488] ppid=762422 vsize=42108924 memory=7524765558884622957 CPUtime=3594.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762488/stat : 762488 (fscip) R 762422 762425 757976 0 -1 4194368 1070301 0 0 0 359122 377 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762489] ppid=762422 vsize=42108924 memory=7668334117832518508 CPUtime=3600.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762489/stat : 762489 (fscip) R 762422 762425 757976 0 -1 4194368 7879657 0 0 0 359255 796 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762490] ppid=762422 vsize=42108924 memory=279305083930304 CPUtime=3599.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762490/stat : 762490 (fscip) R 762422 762425 757976 0 -1 4194368 6415072 0 0 0 358499 1451 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762491] ppid=762422 vsize=42108924 memory=6720662138630848620 CPUtime=3606.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762491/stat : 762491 (fscip) R 762422 762425 757976 0 -1 4194368 2288366 0 0 0 360142 479 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762492] ppid=762422 vsize=42108924 memory=11548 CPUtime=3602.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762492/stat : 762492 (fscip) R 762422 762425 757976 0 -1 4194368 7885476 0 0 0 359401 803 0 0 20 0 41 0 129249873 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762493] ppid=762422 vsize=42108924 memory=11548 CPUtime=3596.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762493/stat : 762493 (fscip) R 762422 762425 757976 0 -1 4194368 6557786 0 0 0 358177 1453 0 0 20 0 41 0 129249874 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762494] ppid=762422 vsize=42108924 memory=11548 CPUtime=3604.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762494/stat : 762494 (fscip) R 762422 762425 757976 0 -1 4194368 2055440 0 0 0 360018 464 0 0 20 0 41 0 129249874 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762515] ppid=762422 vsize=42108924 memory=11660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762515/stat : 762515 (fscip) S 762422 762425 757976 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 129250211 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762516] ppid=762422 vsize=42108924 memory=2708 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762516/stat : 762516 (fscip) S 762422 762425 757976 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762517] ppid=762422 vsize=42108924 memory=6644 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762517/stat : 762517 (fscip) S 762422 762425 757976 0 -1 1077936192 188 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762518] ppid=762422 vsize=42108924 memory=35879660 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762518/stat : 762518 (fscip) S 762422 762425 757976 0 -1 1077936192 230 0 0 0 0 2 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762519] ppid=762422 vsize=42108924 memory=2676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762519/stat : 762519 (fscip) S 762422 762425 757976 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762520] ppid=762422 vsize=42108924 memory=6800 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762520/stat : 762520 (fscip) S 762422 762425 757976 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762521] ppid=762422 vsize=42108924 memory=35049344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762521/stat : 762521 (fscip) S 762422 762425 757976 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762522] ppid=762422 vsize=42108924 memory=11504 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762522/stat : 762522 (fscip) S 762422 762425 757976 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762523] ppid=762422 vsize=42108924 memory=13692 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762523/stat : 762523 (fscip) S 762422 762425 757976 0 -1 1077936192 158 0 0 0 1 1 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762524] ppid=762422 vsize=42108924 memory=11548 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762524/stat : 762524 (fscip) S 762422 762425 757976 0 -1 1077936192 151 0 0 0 0 3 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762525] ppid=762422 vsize=42108924 memory=11548 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762525/stat : 762525 (fscip) S 762422 762425 757976 0 -1 1077936192 321 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762526] ppid=762422 vsize=42108924 memory=11548 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762526/stat : 762526 (fscip) S 762422 762425 757976 0 -1 1077936192 182 0 0 0 1 1 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762527] ppid=762422 vsize=42108924 memory=11660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762527/stat : 762527 (fscip) S 762422 762425 757976 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762528] ppid=762422 vsize=42108924 memory=2708 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762528/stat : 762528 (fscip) S 762422 762425 757976 0 -1 1077936192 222 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762529] ppid=762422 vsize=42108924 memory=6644 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762529/stat : 762529 (fscip) S 762422 762425 757976 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762530] ppid=762422 vsize=42108924 memory=35881572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762530/stat : 762530 (fscip) S 762422 762425 757976 0 -1 1077936192 302 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762531] ppid=762422 vsize=42108924 memory=2676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762531/stat : 762531 (fscip) S 762422 762425 757976 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762532] ppid=762422 vsize=42108924 memory=6800 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762532/stat : 762532 (fscip) S 762422 762425 757976 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762533] ppid=762422 vsize=42108924 memory=35049356 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762533/stat : 762533 (fscip) S 762422 762425 757976 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
[pid=762425/tid=762534] ppid=762422 vsize=42108924 memory=2696 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/762425/task/762534/stat : 762534 (fscip) S 762422 762425 757976 0 -1 1077936192 190 0 0 0 0 3 0 0 20 0 41 0 129250212 43119538176 8970636 809668444160 4194304 16623229 140734967035696 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 31068160 140734967038982 140734967039100 140734967039100 140734967046128 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 42108924 KiB
Current children cumulated memory: 35882544 KiB

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

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

# cumulated CPU time of all completed processes:  user=71835.3 s, system=166.223 s

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

[startup+3640.8 s]
/proc/loadavg: 80.54 80.41 78.61 62/985 764666
/proc/meminfo: memFree=545438064/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.2 s]
/proc/loadavg: 80.54 80.41 78.61 62/985 764666
/proc/meminfo: memFree=563540528/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.4 s]
/proc/loadavg: 80.54 80.41 78.61 62/985 764666
/proc/meminfo: memFree=563540528/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.5 s]
/proc/loadavg: 80.54 80.41 78.61 62/985 764666
/proc/meminfo: memFree=563540528/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): 3641.5
CPU time (s): 72001.5
CPU user time (s): 71835.3
CPU system time (s): 166.223
CPU usage (%): 1977.25
Max. virtual memory (cumulated for all children) (KiB): 42174460
Max. memory (cumulated for all children) (KiB): 35882544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71835.3
system time used= 166.223
maximum resident set size= 35884592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104952432
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= 4024099
involuntary context switches= 241959


# summary of solver processes directly reported to runsolver:
#   pid: 762425
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71835.3
#   total CPU system time (s): 166.223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.667 second user time and 94.6795 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 11:11:00
IDJOB=4465440
IDBENCH=155722
IDSOLVER=3094
FILE ID=nodeD105/4465440-1723626659
RUNJOBID= nodeD105-1723619306-757986
SLURM_JOB_ID= 8267910
Free space on /tmp= 8622748 MiB

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

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

MD5SUM BENCH= 26d1f8baed9b076d56083d3420fb6ea6
RANDOM SEED=1192463739

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        500513088 kB
MemAvailable:   505255404 kB
Buffers:         1220140 kB
Cached:          6808096 kB
SwapCached:            0 kB
Active:          1740388 kB
Inactive:       284342244 kB
Active(anon):       2176 kB
Inactive(anon): 278091176 kB
Active(file):    1738212 kB
Inactive(file):  6251068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             39792 kB
Writeback:            40 kB
AnonPages:      278027156 kB
Mapped:           126524 kB
Shmem:             38920 kB
KReclaimable:     340440 kB
Slab:             777508 kB
SReclaimable:     340440 kB
SUnreclaim:       437068 kB
KernelStack:       16368 kB
PageTables:       700268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   54327448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1145472 kB
HardwareCorrupted:     0 kB
AnonHugePages:  33406976 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622676 MiB
End job on nodeD105 at 2024-08-14 12:11:41