Trace number 4465179

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) 72002.9 3637.24

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUM82a224b9434e58ca22c331a9d6eb0d67
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 benchmark136
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 57462784, getVmSize() = 57462784, SCIPgetMemUsed() = 25588517, SCIPgetMemTotal() = 34708477, SCIPgetMemExternEstim() = 18919918
0.00/0.05	c ** set memory limit for presolving in LC to 8.79591e+12 for SCIP **
0.53/0.56	c ** Estimated virtualMemUsedAtSolver = 103139754, getVmSize() = 161165312, SCIPgetMemUsed() = 90624698, SCIPgetMemTotal() = 135789714, SCIPgetMemExternEstim() = 18919918
0.53/0.56	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.53/0.56	c Original Problem   :
0.53/0.56	c   Problem name     : instance-4465179-1722445674
0.53/0.56	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
0.53/0.56	c   Constraints      : 16096
0.53/0.56	c   Objective sense  : minimize
0.53/0.56	c Presolved Problem  :
0.53/0.56	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
0.53/0.56	c   Constraints      : 16096
0.53/0.56	c Constraints        : Number
0.53/0.56	c   knapsack         : 7496 
0.53/0.56	c   setppc           : 2016 
0.53/0.56	c   logicor          : 6584 
0.53/0.56	c ** Instance transfer method used: 0
0.53/0.59	c ** ParaScipInstance copy does not increase the number of variables. **
1.02/1.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.02/1.04	c                                Nodes    Active                                            
1.02/1.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
46.27/3.48	c *       3              2           1        20         212.0000           0.0000          -
62.05/4.26	c *       4            600         275        20         210.0000           0.0000          -
75.91/4.95	c *       5           1134          66        20         208.0000           0.0000          -
85.81/5.45	c         5           1134          66        20         208.0000           0.0000          -
103.65/6.30	c *       6           1162          61        20         196.0000           0.0000          -
107.66/6.58	c *       7            670          62        20         194.0000           0.0000          -
107.66/6.59	c *       7            670          62        20         190.0000           0.0000          -
186.87/10.52	c        11           1513         204        20         190.0000           0.0000          -
254.16/13.93	c *      14           2196           0        20         188.0000           0.0000          -
291.83/15.84	c        16           2963         150        20         188.0000           0.0000          -
390.91/20.88	c        21           5973         167        20         188.0000           0.0000          -
492.08/26.02	c        26           7041         165        20         188.0000           0.0000          -
541.65/28.44	c *      28           6973           0        20         186.0000           0.0000          -
597.09/31.21	c        31          10197          78        20         186.0000           0.0000          -
605.03/31.68	c *      32           9503         219        20         184.0000           0.0000          -
698.19/36.31	c        36          10750         207        20         184.0000           0.0000          -
797.25/41.37	c        41          12630         209        20         184.0000           0.0000          -
898.24/46.41	c        46          14849         197        20         184.0000           0.0000          -
997.32/51.49	c        51          16357         195        20         184.0000           0.0000          -
1015.15/52.38	c *      52          18333          56        20         180.0000           0.0000          -
1078.50/55.52	c *      56          17421         190        20         178.0000           0.0000          -
1098.32/56.59	c        57          17569         197        20         178.0000           0.0000          -
1199.41/61.64	c        62          20739          60        20         178.0000           0.0000          -
1300.44/66.73	c        67          22197          52        20         178.0000           0.0000          -
1403.30/71.93	c        72              2           1        20         178.0000          96.0000     85.42%
1502.39/76.96	c        77              3           2        20         178.0000          96.0000     85.42%
1601.37/81.99	c        82              3           2        20         178.0000          96.0000     85.42%
1702.64/87.10	c        87              3           2        20         178.0000          96.0000     85.42%
1708.03/87.33	c *      87              3           2        20         176.0000          96.0000     83.33%
1749.53/89.40	c *      89              3           2        20         174.0000          96.0000     81.25%
1803.72/92.18	c        92              3           2        20         174.0000          96.0000     81.25%
1904.01/97.22	c        97              3           2        20         174.0000          96.0000     81.25%
2002.96/102.29	c       102              4           3        20         174.0000          96.0000     81.25%
2103.96/107.35	c       107              2           1        20         174.0000          96.0000     81.25%
2204.96/112.41	c       112              3           4        20         174.0000          96.0000     81.25%
2303.96/117.46	c       117              3           4        20         174.0000          96.0000     81.25%
2408.91/122.73	c       123              3           4        20         174.0000          96.0000     81.25%
2507.86/127.79	c       128              3           4        20         174.0000          96.0000     81.25%
2608.87/132.81	c       133              3           4        20         174.0000          96.0000     81.25%
2707.85/137.85	c       138              3           4        20         174.0000          96.0000     81.25%
2811.43/143.11	c       143              3           4        20         174.0000          96.0000     81.25%
2912.40/148.17	c       148              3           4        20         174.0000          96.0000     81.25%
3012.28/153.23	c       153              3           4        20         174.0000          96.0000     81.25%
3111.29/158.30	c       158              4           5        20         174.0000          96.0000     81.25%
3212.32/163.35	c       163              4           5        20         174.0000          96.0000     81.25%
3313.26/168.41	c       168              4           5        20         174.0000          96.0000     81.25%
3412.31/173.43	c       173              4           5        20         174.0000          96.0000     81.25%
3511.45/178.49	c       178              4           5        20         174.0000          96.0000     81.25%
3612.53/183.55	c       184              4           5        20         174.0000          96.0000     81.25%
3625.16/184.18	c *     184              4           5        20         170.0000          96.0000     77.08%
3713.53/188.61	c       189              4           5        20         170.0000          96.0000     77.08%
3812.59/193.67	c       194              4           5        20         170.0000          96.0000     77.08%
3913.61/198.73	c       199              4           5        20         170.0000          96.0000     77.08%
4012.71/203.76	c       204              3           4        20         170.0000          96.0000     77.08%
4113.73/208.83	c       209              3           4        20         170.0000          96.0000     77.08%
4214.86/214.00	c       214              3           4        20         170.0000          96.0000     77.08%
4316.64/219.09	c       219              3           4        20         170.0000          96.0000     77.08%
4417.77/224.15	c       224              3           4        20         170.0000          96.0000     77.08%
4517.93/229.22	c       229              3           4        20         170.0000          96.0000     77.08%
4616.95/234.28	c       234              3           4        20         170.0000          96.0000     77.08%
4718.04/239.34	c       239              3           4        20         170.0000          96.0000     77.08%
4817.14/244.37	c       244              3           4        20         170.0000          96.0000     77.08%
4918.38/249.46	c       249              3           4        20         170.0000          96.0000     77.08%
5019.29/254.52	c       255              3           4        20         170.0000          96.0000     77.08%
5118.36/259.60	c       260              3           4        20         170.0000          96.0000     77.08%
5219.42/264.66	c       265              3           4        20         170.0000          96.0000     77.08%
5320.48/269.74	c       270              3           4        20         170.0000          96.0000     77.08%
5419.52/274.79	c       275             21          22        20         170.0000          96.0000     77.08%
5520.57/279.85	c       280             21          22        20         170.0000          96.0000     77.08%
5624.24/285.05	c       285             21          22        20         170.0000          96.0000     77.08%
5725.51/290.18	c       290             21          22        20         170.0000          96.0000     77.08%
5827.63/295.37	c       295             21          22        20         170.0000          96.0000     77.08%
5928.66/300.42	c       300             21          22        20         170.0000          96.0000     77.08%
6027.71/305.47	c       305             21          22        20         170.0000          96.0000     77.08%
6126.76/310.48	c       310             21          22        20         170.0000          96.0000     77.08%
6227.80/315.59	c       316             21          22        20         170.0000          96.0000     77.08%
6328.87/320.65	c       321             21          22        20         170.0000          96.0000     77.08%
6429.94/325.71	c       326             21          22        20         170.0000          96.0000     77.08%
6529.05/330.76	c       331             21          22        20         170.0000          96.0000     77.08%
6630.11/335.83	c       336             21          22        20         170.0000          96.0000     77.08%
6729.21/340.88	c       341             21          22        20         170.0000          96.0000     77.08%
6828.30/345.89	c       346             21          22        20         170.0000          96.0000     77.08%
6929.36/350.99	c       351             21          22        20         170.0000          96.0000     77.08%
7031.13/356.05	c       356             21          22        20         170.0000          96.0000     77.08%
7038.36/356.41	c *     356             21          22        20         168.0000          96.0000     75.00%
7130.27/361.06	c       361             52          53        20         168.0000          96.0000     75.00%
7231.34/366.14	c       366             52          53        20         168.0000          96.0000     75.00%
7331.52/371.22	c       371             52          53        20         168.0000          96.0000     75.00%
7430.61/376.25	c       376             52          53        20         168.0000          96.0000     75.00%
7531.60/381.32	c       381             52          53        20         168.0000          96.0000     75.00%
7630.66/386.37	c       386             52          53        20         168.0000          96.0000     75.00%
7731.76/391.42	c       391             52          53        20         168.0000          96.0000     75.00%
7830.81/396.47	c       396             52          53        20         168.0000          96.0000     75.00%
7931.86/401.52	c       402             21          22        20         168.0000          96.0000     75.00%
8034.85/406.70	c       407             21          22        20         168.0000          96.0000     75.00%
8133.81/411.71	c       412             21          22        20         168.0000          96.0000     75.00%
8232.92/416.75	c       417             21          22        20         168.0000          96.0000     75.00%
8334.01/421.87	c       422             21          22        20         168.0000          96.0000     75.00%
8435.09/426.92	c       427             21          22        20         168.0000          96.0000     75.00%
8534.19/431.99	c       432             21          22        20         168.0000          96.0000     75.00%
8635.96/437.04	c       437             21          22        20         168.0000          96.0000     75.00%
8735.13/442.10	c       442             21          22        20         168.0000          96.0000     75.00%
8837.41/447.26	c       447             21          22        20         168.0000          96.0000     75.00%
8938.50/452.32	c       452             21          22        20         168.0000          96.0000     75.00%
9037.62/457.35	c       457             21          22        20         168.0000          96.0000     75.00%
9138.71/462.44	c       462             66          67        20         168.0000          96.0000     75.00%
9239.82/467.50	c       468             66          67        20         168.0000          96.0000     75.00%
9338.86/472.51	c       473             66          67        20         168.0000          96.0000     75.00%
9439.94/477.68	c       478             66          67        20         168.0000          96.0000     75.00%
9541.09/482.74	c       483             34          35        20         168.0000          96.0000     75.00%
9642.08/487.80	c       488             34          35        20         168.0000          96.0000     75.00%
9741.18/492.86	c       493             34          35        20         168.0000          96.0000     75.00%
9842.24/497.91	c       498             34          35        20         168.0000          96.0000     75.00%
9941.31/502.96	c       503             34          35        20         168.0000          96.0000     75.00%
10040.42/507.97	c       508             34          35        20         168.0000          96.0000     75.00%
10139.47/513.04	c       513             34          35        20         168.0000          96.0000     75.00%
10241.22/518.12	c       518             34          35        20         168.0000          96.0000     75.00%
10342.30/523.17	c       523             33          34        20         168.0000          96.0000     75.00%
10442.65/528.22	c       528             33          34        20         168.0000          96.0000     75.00%
10541.74/533.29	c       533             33          34        20         168.0000          96.0000     75.00%
10642.82/538.31	c       538             33          34        20         168.0000          96.0000     75.00%
10743.87/543.41	c       543             77          78        20         168.0000          96.0000     75.00%
10842.96/548.42	c       548            159         156        20         168.0000          96.0000     75.00%
10942.07/553.49	c       553            159         156        20         168.0000          96.0000     75.00%
11045.06/558.65	c       559            159         156        20         168.0000          96.0000     75.00%
11146.13/563.70	c       564            159         156        20         168.0000          96.0000     75.00%
11245.23/568.74	c       569            159         156        20         168.0000          96.0000     75.00%
11346.27/573.81	c       574            159         156        20         168.0000          96.0000     75.00%
11445.47/578.88	c       579            159         156        20         168.0000          96.0000     75.00%
11546.37/583.95	c       584            159         156        20         168.0000          96.0000     75.00%
11645.49/589.01	c       589            159         156        20         168.0000          96.0000     75.00%
11747.25/594.07	c       594            159         156        20         168.0000          96.0000     75.00%
11848.34/599.18	c       599            159         156        20         168.0000          96.0000     75.00%
11948.68/604.27	c       604            159         156        20         168.0000          96.0000     75.00%
12049.70/609.37	c       609             63          62        20         168.0000          96.0000     75.00%
12150.75/614.40	c       614             64          63        20         168.0000          96.0000     75.00%
12249.82/619.44	c       619             91          90        20         168.0000          96.0000     75.00%
12350.92/624.51	c       625            175         170        20         168.0000          96.0000     75.00%
12450.02/629.56	c       630            175         172        20         168.0000          96.0000     75.00%
12551.09/634.62	c       635            175         172        20         168.0000          96.0000     75.00%
12650.22/639.68	c       640            175         172        20         168.0000          96.0000     75.00%
12751.32/644.72	c       645            175         172        20         168.0000          96.0000     75.00%
12852.34/649.86	c       650            175         172        20         168.0000          96.0000     75.00%
12953.44/654.93	c       655            175         172        20         168.0000          96.0000     75.00%
13052.39/660.00	c       660            175         172        20         168.0000          96.0000     75.00%
13153.91/665.09	c       665            175         172        20         168.0000          96.0000     75.00%
13252.73/670.12	c       670            175         172        20         168.0000          96.0000     75.00%
13355.11/675.22	c       675            175         172        20         168.0000          96.0000     75.00%
13454.24/680.29	c       680            175         172        20         168.0000          96.0000     75.00%
13555.21/685.35	c       685            164         163        20         168.0000          96.0000     75.00%
13656.29/690.45	c       690            182         177        20         168.0000          96.0000     75.00%
13757.42/695.52	c       696            168         167        20         168.0000          96.0000     75.00%
13856.53/700.57	c       701            148         147        20         168.0000          96.0000     75.00%
13957.61/705.64	c       706            191         186        20         168.0000          96.0000     75.00%
14058.70/710.74	c       711            125         124        20         168.0000          96.0000     75.00%
14157.68/715.80	c       716            432         429        20         168.0000          96.0000     75.00%
14258.53/720.88	c       721            136         135        20         168.0000          96.0000     75.00%
14359.46/725.94	c       726            136         135        20         168.0000          96.0000     75.00%
14458.43/730.99	c       731            138         137        20         168.0000          96.0000     75.00%
14560.13/736.05	c       736            450         447        20         168.0000          96.0000     75.00%
14658.96/741.10	c       741            206         205        20         168.0000          96.0000     75.00%
14759.91/746.16	c       746            178         179        20         168.0000          96.0000     75.00%
14860.09/751.20	c       751            178         179        20         168.0000          96.0000     75.00%
14959.10/756.27	c       756            178         179        20         168.0000          96.0000     75.00%
15060.08/761.33	c       761            178         179        20         168.0000          96.0000     75.00%
15159.16/766.40	c       766            178         179        20         168.0000          96.0000     75.00%
15260.10/771.46	c       771            229         230        20         168.0000          96.0000     75.00%
15361.02/776.51	c       777            479         476        20         168.0000          96.0000     75.00%
15459.91/781.55	c       782            233         232        20         168.0000          96.0000     75.00%
15560.90/786.61	c       787            199         198        20         168.0000          96.0000     75.00%
15659.94/791.66	c       792            238         237        20         168.0000          96.0000     75.00%
15760.92/796.71	c       797            205         204        20         168.0000          96.0000     75.00%
15859.90/801.76	c       802            246         241        20         168.0000          96.0000     75.00%
15960.87/806.81	c       807            205         206        20         168.0000          96.0000     75.00%
16059.82/811.87	c       812            205         206        20         168.0000          96.0000     75.00%
16158.77/816.89	c       817            205         206        20         168.0000          96.0000     75.00%
16259.69/821.97	c       822            205         206        20         168.0000          96.0000     75.00%
16361.38/827.04	c       827            253         254        20         168.0000          96.0000     75.00%
16460.11/832.10	c       832            253         254        20         168.0000          96.0000     75.00%
16561.24/837.15	c       837            253         254        20         168.0000          96.0000     75.00%
16660.25/842.16	c       842            253         254        20         168.0000          96.0000     75.00%
16760.34/847.22	c       847            253         254        20         168.0000          96.0000     75.00%
16859.31/852.28	c       852            253         254        20         168.0000          96.0000     75.00%
16960.28/857.33	c       857            253         254        20         168.0000          96.0000     75.00%
17059.19/862.38	c       862            253         254        20         168.0000          96.0000     75.00%
17160.19/867.43	c       867            253         254        20         168.0000          96.0000     75.00%
17261.23/872.51	c       873            221         218        20         168.0000          96.0000     75.00%
17360.24/877.56	c       878            221         218        20         168.0000          96.0000     75.00%
17461.10/882.63	c       883            221         218        20         168.0000          96.0000     75.00%
17561.89/887.70	c       888            221         218        20         168.0000          96.0000     75.00%
17660.78/892.76	c       893            221         218        20         168.0000          96.0000     75.00%
17761.67/897.81	c       898            221         218        20         168.0000          96.0000     75.00%
17860.57/902.85	c       903            221         218        20         168.0000          96.0000     75.00%
17961.59/907.92	c       908            221         222        20         168.0000          96.0000     75.00%
18060.51/912.99	c       913            221         222        20         168.0000          96.0000     75.00%
18159.46/918.00	c       918            221         222        20         168.0000          96.0000     75.00%
18258.40/923.02	c       923            284         279        20         168.0000          96.0000     75.00%
18360.03/928.04	c       928            284         279        20         168.0000          96.0000     75.00%
18459.04/933.12	c       933            222         221        20         168.0000          96.0000     75.00%
18560.27/938.15	c       938            284         279        20         168.0000          96.0000     75.00%
18660.32/943.26	c       943            224         223        20         168.0000          96.0000     75.00%
18761.29/948.31	c       948            258         255        20         168.0000          96.0000     75.00%
18860.34/953.38	c       953            298         289        20         168.0000          96.0000     75.00%
18961.32/958.46	c       958            298         291        20         168.0000          96.0000     75.00%
19060.35/963.47	c       963            298         291        20         168.0000          96.0000     75.00%
19161.45/968.58	c       969            281         280        20         168.0000          96.0000     75.00%
19262.47/973.64	c       974            282         279        20         168.0000          96.0000     75.00%
19361.39/978.69	c       979            282         281        20         168.0000          96.0000     75.00%
19462.49/983.74	c       984            282         281        20         168.0000          96.0000     75.00%
19561.57/988.76	c       989            317         308        20         168.0000          96.0000     75.00%
19662.55/993.87	c       994            294         291        20         168.0000          96.0000     75.00%
19763.53/998.94	c       999            344         345        20         168.0000          96.0000     75.00%
19862.52/1003.95	c      1004            301         298        20         168.0000          96.0000     75.00%
19961.49/1009.02	c      1009            301         298        20         168.0000          96.0000     75.00%
20063.10/1014.11	c      1014            349         350        20         168.0000          96.0000     75.00%
20164.33/1019.15	c      1019            302         301        20         168.0000          96.0000     75.00%
20263.36/1024.19	c      1024            271         272        20         168.0000          96.0000     75.00%
20363.42/1029.25	c      1029            353         354        20         168.0000          96.0000     75.00%
20464.41/1034.31	c      1034            274         275        20         168.0000          96.0000     75.00%
20484.21/1035.35	c *    1035            274         275        20         164.0000          96.0000     70.83%
20563.34/1039.35	c      1039            274         275        20         164.0000          96.0000     70.83%
20668.39/1044.62	c      1045            274         275        20         164.0000          96.0000     70.83%
20773.05/1050.02	c      1050            359         360        20         164.0000          96.0000     70.83%
20871.96/1055.03	c      1055            359         360        20         164.0000          96.0000     70.83%
20970.98/1060.03	c      1060            359         360        20         164.0000          96.0000     70.83%
21072.85/1065.13	c      1065            359         360        20         164.0000          96.0000     70.83%
21173.66/1070.20	c      1070            359         360        20         164.0000          96.0000     70.83%
21274.08/1075.22	c      1075            359         360        20         164.0000          96.0000     70.83%
21372.95/1080.29	c      1080            359         360        20         164.0000          96.0000     70.83%
21473.92/1085.33	c      1085            359         360        20         164.0000          96.0000     70.83%
21574.84/1090.40	c      1090            276         277        20         164.0000          96.0000     70.83%
21673.83/1095.44	c      1095            341         340        20         164.0000          96.0000     70.83%
21772.76/1100.49	c      1100            341         340        20         164.0000          96.0000     70.83%
21873.66/1105.52	c      1106            341         340        20         164.0000          96.0000     70.83%
21971.98/1110.57	c      1111            365         358        20         164.0000          96.0000     70.83%
22072.97/1115.63	c      1116            365         358        20         164.0000          96.0000     70.83%
22173.90/1120.74	c      1121            365         358        20         164.0000          96.0000     70.83%
22274.89/1125.87	c      1126            365         358        20         164.0000          96.0000     70.83%
22375.88/1130.95	c      1131            365         358        20         164.0000          96.0000     70.83%
22474.90/1135.96	c      1136            365         358        20         164.0000          96.0000     70.83%
22576.48/1141.08	c      1141            279         280        20         164.0000          96.0000     70.83%
22675.72/1146.13	c      1146            282         281        20         164.0000          96.0000     70.83%
22776.66/1151.19	c      1151            283         282        20         164.0000          96.0000     70.83%
22876.71/1156.22	c      1156            377         370        20         164.0000          96.0000     70.83%
22977.63/1161.31	c      1161            377         370        20         164.0000          96.0000     70.83%
23076.65/1166.37	c      1166            377         370        20         164.0000          96.0000     70.83%
23177.66/1171.42	c      1171            377         370        20         164.0000          96.0000     70.83%
23278.69/1176.54	c      1177            377         370        20         164.0000          96.0000     70.83%
23377.69/1181.55	c      1182            377         370        20         164.0000          96.0000     70.83%
23476.69/1186.58	c      1187            377         370        20         164.0000          96.0000     70.83%
23577.70/1191.65	c      1192            377         370        20         164.0000          96.0000     70.83%
23678.57/1196.76	c      1197            421         414        20         164.0000          96.0000     70.83%
23779.55/1201.84	c      1202            381         372        20         164.0000          96.0000     70.83%
23878.62/1206.89	c      1207            430         425        20         164.0000          96.0000     70.83%
23979.65/1211.94	c      1212            468         467        20         164.0000          96.0000     70.83%
24078.69/1216.99	c      1217            447         440        20         164.0000          96.0000     70.83%
24180.40/1222.06	c      1222            867         864        20         164.0000          96.0000     70.83%
24279.36/1227.13	c      1227            462         447        20         164.0000          96.0000     70.83%
24381.66/1232.21	c      1232            402         393        20         164.0000          96.0000     70.83%
24480.64/1237.23	c      1237            877         874        20         164.0000          96.0000     70.83%
24579.62/1242.26	c      1242            356         355        20         164.0000          96.0000     70.83%
24680.55/1247.30	c      1247            510         509        20         164.0000          96.0000     70.83%
24779.55/1252.34	c      1252            416         407        20         164.0000          96.0000     70.83%
24878.58/1257.35	c      1257            890         887        20         164.0000          96.0000     70.83%
24977.55/1262.39	c      1262            374         373        20         164.0000          96.0000     70.83%
25078.53/1267.45	c      1267            494         479        20         164.0000          96.0000     70.83%
25179.48/1272.56	c      1273            899         896        20         164.0000          96.0000     70.83%
25280.55/1277.63	c      1278            905         902        20         164.0000          96.0000     70.83%
25379.30/1282.67	c      1283            544         543        20         164.0000          96.0000     70.83%
25480.28/1287.74	c      1288            515         498        20         164.0000          96.0000     70.83%
25581.18/1292.80	c      1293            515         498        20         164.0000          96.0000     70.83%
25680.18/1297.87	c      1298            515         498        20         164.0000          96.0000     70.83%
25781.17/1302.93	c      1303            515         498        20         164.0000          96.0000     70.83%
25880.22/1308.00	c      1308            515         498        20         164.0000          96.0000     70.83%
25981.79/1313.06	c      1313            515         498        20         164.0000          96.0000     70.83%
26082.86/1318.13	c      1318            515         498        20         164.0000          96.0000     70.83%
26182.07/1323.19	c      1323            515         498        20         164.0000          96.0000     70.83%
26282.19/1328.26	c      1328            515         498        20         164.0000          96.0000     70.83%
26347.54/1331.50	c *    1332            515         498        20         160.0000          96.0000     66.67%
26381.06/1333.28	c      1333            480         471        20         160.0000          96.0000     66.67%
26484.01/1338.44	c      1338            515         498        20         160.0000          96.0000     66.67%
26583.05/1343.49	c      1343            515         498        20         160.0000          96.0000     66.67%
26628.63/1345.76	c *    1346            515         498        20         156.0000          96.0000     62.50%
26687.78/1348.71	c      1349            515         498        20         156.0000          96.0000     62.50%
26788.79/1353.85	c      1354            515         498        20         156.0000          96.0000     62.50%
26892.47/1359.09	c      1359            515         498        20         156.0000          96.0000     62.50%
26991.54/1364.10	c      1364            515         498        20         156.0000          96.0000     62.50%
27092.67/1369.20	c      1369            515         498        20         156.0000          96.0000     62.50%
27192.84/1374.26	c      1374            570         569        20         156.0000          96.0000     62.50%
27293.85/1379.30	c      1379            570         569        20         156.0000          96.0000     62.50%
27392.78/1384.34	c      1384            570         569        20         156.0000          96.0000     62.50%
27493.74/1389.41	c      1389            570         569        20         156.0000          96.0000     62.50%
27592.73/1394.42	c      1394            570         569        20         156.0000          96.0000     62.50%
27693.70/1399.51	c      1400            455         456        20         156.0000          96.0000     62.50%
27792.72/1404.53	c      1405            455         456        20         156.0000          96.0000     62.50%
27891.70/1409.53	c      1410            455         456        20         156.0000          96.0000     62.50%
27990.65/1414.56	c      1415           1015        1012        20         156.0000          96.0000     62.50%
28089.62/1419.58	c      1420           1015        1012        20         156.0000          96.0000     62.50%
28190.58/1424.60	c      1425            460         459        20         156.0000          96.0000     62.50%
28289.59/1429.65	c      1430            604         603        20         156.0000          96.0000     62.50%
28388.61/1434.65	c      1435            564         555        20         156.0000          96.0000     62.50%
28489.59/1439.72	c      1440           1024        1021        20         156.0000          96.0000     62.50%
28588.59/1444.77	c      1445            622         621        20         156.0000          96.0000     62.50%
28689.58/1449.83	c      1450            564         544        20         156.0000          96.0000     62.50%
28788.60/1454.85	c      1455            484         483        20         156.0000          96.0000     62.50%
28887.51/1459.90	c      1460           1040        1037        20         156.0000          96.0000     62.50%
28988.38/1464.91	c      1465            576         556        20         156.0000          96.0000     62.50%
29087.34/1469.97	c      1470            580         560        20         156.0000          96.0000     62.50%
29191.02/1475.17	c      1475           1049        1046        20         156.0000          96.0000     62.50%
29291.29/1480.23	c      1480            588         568        20         156.0000          96.0000     62.50%
29392.20/1485.31	c      1485            591         571        20         156.0000          96.0000     62.50%
29491.16/1490.31	c      1490            609         600        20         156.0000          96.0000     62.50%
29592.14/1495.48	c      1495           1064        1061        20         156.0000          96.0000     62.50%
29690.99/1500.49	c      1500            533         532        20         156.0000          96.0000     62.50%
29791.99/1505.51	c      1506           1072        1069        20         156.0000          96.0000     62.50%
29892.97/1510.68	c      1511           1072        1069        20         156.0000          96.0000     62.50%
29993.92/1515.79	c      1516            606         586        20         156.0000          96.0000     62.50%
30094.85/1520.86	c      1521           1077        1074        20         156.0000          96.0000     62.50%
30195.81/1525.92	c      1526           1079        1076        20         156.0000          96.0000     62.50%
30294.78/1530.98	c      1531            723         722        20         156.0000          96.0000     62.50%
30393.76/1536.01	c      1536           1089        1086        20         156.0000          96.0000     62.50%
30495.04/1541.11	c      1541            559         558        20         156.0000          96.0000     62.50%
30595.70/1546.18	c      1546           1095        1092        20         156.0000          96.0000     62.50%
30696.24/1551.25	c      1551            745         744        20         156.0000          96.0000     62.50%
30801.16/1556.55	c      1557            632         612        20         156.0000          96.0000     62.50%
30902.13/1561.61	c      1562           1110        1107        20         156.0000          96.0000     62.50%
31001.07/1566.67	c      1567            767         768        20         156.0000          96.0000     62.50%
31101.91/1571.72	c      1572            767         768        20         156.0000          96.0000     62.50%
31202.87/1576.85	c      1577            767         768        20         156.0000          96.0000     62.50%
31303.80/1581.90	c      1582            681         672        20         156.0000          96.0000     62.50%
31402.80/1586.95	c      1587            772         771        20         156.0000          96.0000     62.50%
31501.82/1592.00	c      1592            684         675        20         156.0000          96.0000     62.50%
31603.56/1597.04	c      1597            686         677        20         156.0000          96.0000     62.50%
31704.48/1602.19	c      1602            665         645        20         156.0000          96.0000     62.50%
31804.73/1607.22	c      1607            688         681        20         156.0000          96.0000     62.50%
31903.71/1612.23	c      1612            688         681        20         156.0000          96.0000     62.50%
32002.77/1617.25	c      1617            688         681        20         156.0000          96.0000     62.50%
32103.81/1622.38	c      1622            688         681        20         156.0000          96.0000     62.50%
32204.88/1627.49	c      1627            688         681        20         156.0000          96.0000     62.50%
32305.93/1632.54	c      1633            688         681        20         156.0000          96.0000     62.50%
32404.97/1637.59	c      1638            688         681        20         156.0000          96.0000     62.50%
32506.01/1642.66	c      1643            632         633        20         156.0000          96.0000     62.50%
32607.06/1647.73	c      1648            632         633        20         156.0000          96.0000     62.50%
32706.09/1652.76	c      1653            632         633        20         156.0000          96.0000     62.50%
32807.11/1657.89	c      1658            814         815        20         156.0000          96.0000     62.50%
32908.19/1662.94	c      1663           1190        1187        20         156.0000          96.0000     62.50%
33007.31/1668.00	c      1668           1191        1188        20         156.0000          96.0000     62.50%
33109.07/1673.06	c      1673           1191        1188        20         156.0000          96.0000     62.50%
33208.19/1678.10	c      1678            716         696        20         156.0000          96.0000     62.50%
33308.90/1683.18	c      1683            708         699        20         156.0000          96.0000     62.50%
33409.25/1688.25	c      1688           1204        1201        20         156.0000          96.0000     62.50%
33510.25/1693.35	c      1693           1204        1201        20         156.0000          96.0000     62.50%
33611.27/1698.41	c      1698           1209        1206        20         156.0000          96.0000     62.50%
33710.17/1703.46	c      1703            672         673        20         156.0000          96.0000     62.50%
33811.15/1708.50	c      1708            672         673        20         156.0000          96.0000     62.50%
33912.14/1713.61	c      1714            735         713        20         156.0000          96.0000     62.50%
34011.13/1718.66	c      1719            878         879        20         156.0000          96.0000     62.50%
34112.15/1723.77	c      1724            878         879        20         156.0000          96.0000     62.50%
34213.13/1728.88	c      1729           1227        1224        20         156.0000          96.0000     62.50%
34314.12/1733.91	c      1734            883         882        20         156.0000          96.0000     62.50%
34413.12/1738.98	c      1739            706         707        20         156.0000          96.0000     62.50%
34514.79/1744.04	c      1744            706         707        20         156.0000          96.0000     62.50%
34613.84/1749.10	c      1749            706         707        20         156.0000          96.0000     62.50%
34712.99/1754.14	c      1754            898         899        20         156.0000          96.0000     62.50%
34814.03/1759.17	c      1759            749         740        20         156.0000          96.0000     62.50%
34914.17/1764.26	c      1764            903         902        20         156.0000          96.0000     62.50%
35013.16/1769.27	c      1769            727         726        20         156.0000          96.0000     62.50%
35114.13/1774.40	c      1774            727         726        20         156.0000          96.0000     62.50%
35215.11/1779.45	c      1779            920         919        20         156.0000          96.0000     62.50%
35316.14/1784.51	c      1785            788         762        20         156.0000          96.0000     62.50%
35415.17/1789.56	c      1790            931         932        20         156.0000          96.0000     62.50%
35516.16/1794.61	c      1795            931         932        20         156.0000          96.0000     62.50%
35615.17/1799.67	c      1800            793         769        20         156.0000          96.0000     62.50%
35716.20/1804.74	c      1805            750         749        20         156.0000          96.0000     62.50%
35817.23/1809.81	c      1810            750         749        20         156.0000          96.0000     62.50%
35916.28/1814.87	c      1815            750         749        20         156.0000          96.0000     62.50%
36015.21/1819.89	c      1820            750         749        20         156.0000          96.0000     62.50%
36118.97/1825.05	c      1825            788         779        20         156.0000          96.0000     62.50%
36217.74/1830.10	c      1830            788         779        20         156.0000          96.0000     62.50%
36318.98/1835.17	c      1835            812         786        20         156.0000          96.0000     62.50%
36419.22/1840.23	c      1840            812         786        20         156.0000          96.0000     62.50%
36518.36/1845.30	c      1845            768         767        20         156.0000          96.0000     62.50%
36619.24/1850.35	c      1850            768         767        20         156.0000          96.0000     62.50%
36718.31/1855.40	c      1855            817         793        20         156.0000          96.0000     62.50%
36819.36/1860.41	c      1860            808         799        20         156.0000          96.0000     62.50%
36922.39/1865.62	c      1866            773         772        20         156.0000          96.0000     62.50%
37023.47/1870.70	c      1871            773         772        20         156.0000          96.0000     62.50%
37122.54/1875.75	c      1876            773         772        20         156.0000          96.0000     62.50%
37223.59/1880.83	c      1881            978         979        20         156.0000          96.0000     62.50%
37322.61/1885.89	c      1886            826         802        20         156.0000          96.0000     62.50%
37423.64/1890.95	c      1891            826         802        20         156.0000          96.0000     62.50%
37522.74/1895.99	c      1896            784         783        20         156.0000          96.0000     62.50%
37621.80/1901.01	c      1901            784         783        20         156.0000          96.0000     62.50%
37723.61/1906.12	c      1906            784         783        20         156.0000          96.0000     62.50%
37825.89/1911.21	c      1911            842         818        20         156.0000          96.0000     62.50%
37924.79/1916.23	c      1916            842         818        20         156.0000          96.0000     62.50%
38025.83/1921.30	c      1921            785         784        20         156.0000          96.0000     62.50%
38124.89/1926.38	c      1926            846         822        20         156.0000          96.0000     62.50%
38225.84/1931.41	c      1931            846         822        20         156.0000          96.0000     62.50%
38326.88/1936.55	c      1937            846         822        20         156.0000          96.0000     62.50%
38425.96/1941.60	c      1942           1013        1014        20         156.0000          96.0000     62.50%
38526.94/1946.63	c      1947            851         827        20         156.0000          96.0000     62.50%
38627.88/1951.73	c      1952            851         827        20         156.0000          96.0000     62.50%
38728.86/1956.81	c      1957           1020        1019        20         156.0000          96.0000     62.50%
38827.94/1961.88	c      1962            866         859        20         156.0000          96.0000     62.50%
38928.95/1966.96	c      1967            866         859        20         156.0000          96.0000     62.50%
39028.02/1972.02	c      1972            860         834        20         156.0000          96.0000     62.50%
39129.92/1977.07	c      1977            860         836        20         156.0000          96.0000     62.50%
39230.79/1982.15	c      1982            860         836        20         156.0000          96.0000     62.50%
39329.97/1987.19	c      1987            879         872        20         156.0000          96.0000     62.50%
39430.23/1992.25	c      1992            879         872        20         156.0000          96.0000     62.50%
39529.35/1997.28	c      1997           1035        1036        20         156.0000          96.0000     62.50%
39630.45/2002.31	c      2002            887         884        20         156.0000          96.0000     62.50%
39729.51/2007.37	c      2007            893         890        20         156.0000          96.0000     62.50%
39830.57/2012.43	c      2012           1048        1047        20         156.0000          96.0000     62.50%
39933.60/2017.63	c      2018           1049        1048        20         156.0000          96.0000     62.50%
40032.65/2022.69	c      2023           1050           0        20         156.0000          96.0000     62.50%
40133.73/2027.74	c      2028           1050           0        20         156.0000          96.0000     62.50%
40234.78/2032.83	c      2033           1050           0        20         156.0000          96.0000     62.50%
40333.80/2037.85	c      2038           1050           0        20         156.0000          96.0000     62.50%
40434.85/2042.95	c      2043           1050           0        20         156.0000          96.0000     62.50%
40533.88/2048.00	c      2048           1050           0        20         156.0000          96.0000     62.50%
40635.49/2053.06	c      2053           1050           0        20         156.0000          96.0000     62.50%
40734.84/2058.11	c      2058           1050           0        20         156.0000          96.0000     62.50%
40835.52/2063.17	c      2063           1050           0        20         156.0000          96.0000     62.50%
40934.67/2068.18	c      2068           1050           0        20         156.0000          96.0000     62.50%
41035.09/2073.21	c      2073           1050           0        20         156.0000          96.0000     62.50%
41136.12/2078.35	c      2078           1050           0        20         156.0000          96.0000     62.50%
41235.22/2083.39	c      2083           1050           0        20         156.0000          96.0000     62.50%
41336.25/2088.44	c      2088           1050           0        20         156.0000          96.0000     62.50%
41435.20/2093.49	c      2093           1051           1        20         156.0000          96.0000     62.50%
41536.24/2098.55	c      2099            958         955        20         156.0000          96.0000     62.50%
41635.23/2103.57	c      2104            962         957        20         156.0000          96.0000     62.50%
41734.28/2108.58	c      2109           1572        1569        20         156.0000          96.0000     62.50%
41835.29/2113.62	c      2114            964         959        20         156.0000          96.0000     62.50%
41936.31/2118.77	c      2119            964         959        20         156.0000          96.0000     62.50%
42037.28/2123.84	c      2124            953         927        20         156.0000          96.0000     62.50%
42136.28/2128.89	c      2129            953         927        20         156.0000          96.0000     62.50%
42237.28/2133.98	c      2134            953         927        20         156.0000          96.0000     62.50%
42336.34/2139.00	c      2139           1084          34        20         156.0000          96.0000     62.50%
42438.20/2144.08	c      2144           1601        1598        20         156.0000          96.0000     62.50%
42539.35/2149.16	c      2149           1004         997        20         156.0000          96.0000     62.50%
42639.43/2154.23	c      2154           1004         997        20         156.0000          96.0000     62.50%
42738.46/2159.30	c      2159           1104          54        20         156.0000          96.0000     62.50%
42839.50/2164.35	c      2164           1007        1002        20         156.0000          96.0000     62.50%
42940.56/2169.43	c      2169           1007        1002        20         156.0000          96.0000     62.50%
43039.51/2174.48	c      2174           1007        1002        20         156.0000          96.0000     62.50%
43140.67/2179.54	c      2180            975         949        20         156.0000          96.0000     62.50%
43241.63/2184.60	c      2185           1117          67        20         156.0000          96.0000     62.50%
43340.71/2189.65	c      2190            983         959        20         156.0000          96.0000     62.50%
43441.76/2194.71	c      2195            983         959        20         156.0000          96.0000     62.50%
43540.74/2199.76	c      2200           1127          77        20         156.0000          96.0000     62.50%
43639.70/2204.77	c      2205           1654        1651        20         156.0000          96.0000     62.50%
43740.70/2209.88	c      2210           1138          88        20         156.0000          96.0000     62.50%
43841.68/2214.93	c      2215           1014        1007        20         156.0000          96.0000     62.50%
43940.72/2220.00	c      2220           1014        1007        20         156.0000          96.0000     62.50%
44042.49/2225.07	c      2225           1056        1051        20         156.0000          96.0000     62.50%
44141.41/2230.12	c      2230           1056        1051        20         156.0000          96.0000     62.50%
44242.66/2235.18	c      2235           1056        1051        20         156.0000          96.0000     62.50%
44342.81/2240.23	c      2240           1020        1013        20         156.0000          96.0000     62.50%
44441.91/2245.29	c      2245           1020        1013        20         156.0000          96.0000     62.50%
44542.96/2250.34	c      2250           1170         120        20         156.0000          96.0000     62.50%
44643.88/2255.45	c      2255           1075        1070        20         156.0000          96.0000     62.50%
44744.90/2260.51	c      2261           1075        1070        20         156.0000          96.0000     62.50%
44844.02/2265.56	c      2266           1075        1070        20         156.0000          96.0000     62.50%
44945.17/2270.62	c      2271           1186         136        20         156.0000          96.0000     62.50%
45044.11/2275.67	c      2276           1743        1740        20         156.0000          96.0000     62.50%
45143.13/2280.68	c      2281           1085        1080        20         156.0000          96.0000     62.50%
45244.20/2285.77	c      2286           1085        1080        20         156.0000          96.0000     62.50%
45345.23/2290.83	c      2291           1053        1044        20         156.0000          96.0000     62.50%
45446.24/2295.91	c      2296           1206         156        20         156.0000          96.0000     62.50%
45545.22/2300.96	c      2301           1770        1767        20         156.0000          96.0000     62.50%
45644.24/2306.02	c      2306           1213         163        20         156.0000          96.0000     62.50%
45745.90/2311.08	c      2311           1065        1058        20         156.0000          96.0000     62.50%
45847.01/2316.15	c      2316           1123        1116        20         156.0000          96.0000     62.50%
45946.09/2321.16	c      2321           1068        1061        20         156.0000          96.0000     62.50%
46046.48/2326.26	c      2326           1068        1061        20         156.0000          96.0000     62.50%
46147.50/2331.31	c      2331           1068        1061        20         156.0000          96.0000     62.50%
46246.52/2336.38	c      2336           1085        1057        20         156.0000          96.0000     62.50%
46347.55/2341.44	c      2341           1085        1057        20         156.0000          96.0000     62.50%
46446.62/2346.48	c      2346           1251         201        20         156.0000          96.0000     62.50%
46547.65/2351.52	c      2352           1833        1830        20         156.0000          96.0000     62.50%
46646.68/2356.56	c      2357           1163        1156        20         156.0000          96.0000     62.50%
46747.67/2361.65	c      2362           1079        1072        20         156.0000          96.0000     62.50%
46848.78/2366.70	c      2367           1079        1072        20         156.0000          96.0000     62.50%
46947.88/2371.77	c      2372           1169        1164        20         156.0000          96.0000     62.50%
47048.93/2376.84	c      2377           1169        1164        20         156.0000          96.0000     62.50%
47147.99/2381.89	c      2382           1288         238        20         156.0000          96.0000     62.50%
47248.97/2386.91	c      2387           1108        1074        20         156.0000          96.0000     62.50%
47348.03/2392.02	c      2392           1177        1172        20         156.0000          96.0000     62.50%
47449.61/2397.08	c      2397           1177        1172        20         156.0000          96.0000     62.50%
47548.73/2402.12	c      2402           1885        1882        20         156.0000          96.0000     62.50%
47649.73/2407.15	c      2407           1889        1886        20         156.0000          96.0000     62.50%
47749.00/2412.18	c      2412           1118        1086        20         156.0000          96.0000     62.50%
47849.16/2417.22	c      2417           1900        1897        20         156.0000          96.0000     62.50%
47948.15/2422.26	c      2422           1900        1897        20         156.0000          96.0000     62.50%
48047.17/2427.27	c      2427           1104        1097        20         156.0000          96.0000     62.50%
48146.19/2432.28	c      2432           1141        1107        20         156.0000          96.0000     62.50%
48247.18/2437.35	c      2437           1232        1225        20         156.0000          96.0000     62.50%
48348.23/2442.42	c      2442           1232        1225        20         156.0000          96.0000     62.50%
48447.33/2447.47	c      2447           1113        1106        20         156.0000          96.0000     62.50%
48548.31/2452.53	c      2453           1926        1923        20         156.0000          96.0000     62.50%
48649.29/2457.62	c      2458           1372         320        20         156.0000          96.0000     62.50%
48748.32/2462.66	c      2463           1246        1241        20         156.0000          96.0000     62.50%
48847.36/2467.68	c      2468           1246        1241        20         156.0000          96.0000     62.50%
48950.33/2472.85	c      2473           1381         329        20         156.0000          96.0000     62.50%
49049.36/2477.87	c      2478           1384         332        20         156.0000          96.0000     62.50%
49150.32/2483.00	c      2483           1388         336        20         156.0000          96.0000     62.50%
49251.99/2488.05	c      2488           1136        1129        20         156.0000          96.0000     62.50%
49351.07/2493.11	c      2493           1136        1129        20         156.0000          96.0000     62.50%
49452.22/2498.17	c      2498           1136        1129        20         156.0000          96.0000     62.50%
49552.29/2503.25	c      2503           1275        1270        20         156.0000          96.0000     62.50%
49653.32/2508.32	c      2508           1987        1984        20         156.0000          96.0000     62.50%
49752.34/2513.37	c      2513           1992        1989        20         156.0000          96.0000     62.50%
49853.33/2518.43	c      2518           1283        1276        20         156.0000          96.0000     62.50%
49952.33/2523.50	c      2524           1221        1185        20         156.0000          96.0000     62.50%
50053.31/2528.55	c      2529           1230        1194        20         156.0000          96.0000     62.50%
50152.27/2533.57	c      2534           2008        2005        20         156.0000          96.0000     62.50%
50253.24/2538.66	c      2539           1236        1200        20         156.0000          96.0000     62.50%
50352.21/2543.69	c      2544           1451         399        20         156.0000          96.0000     62.50%
50455.13/2548.80	c      2549           1167        1160        20         156.0000          96.0000     62.50%
50554.14/2553.87	c      2554           1167        1160        20         156.0000          96.0000     62.50%
50655.17/2558.92	c      2559           1461         409        20         156.0000          96.0000     62.50%
50754.22/2563.98	c      2564           2037        2034        20         156.0000          96.0000     62.50%
50855.80/2569.09	c      2569           1174        1165        20         156.0000          96.0000     62.50%
50956.98/2574.15	c      2574           1174        1165        20         156.0000          96.0000     62.50%
51055.88/2579.16	c      2579           2049        2046        20         156.0000          96.0000     62.50%
51156.18/2584.21	c      2584           2050        2047        20         156.0000          96.0000     62.50%
51255.18/2589.25	c      2589           1181        1174        20         156.0000          96.0000     62.50%
51356.12/2594.34	c      2594           1495         441        20         156.0000          96.0000     62.50%
51457.08/2599.42	c      2599           1190        1181        20         156.0000          96.0000     62.50%
51556.06/2604.47	c      2604           1371        1364        20         156.0000          96.0000     62.50%
51654.99/2609.49	c      2609           1328        1288        20         156.0000          96.0000     62.50%
51757.94/2614.61	c      2615           2080        2077        20         156.0000          96.0000     62.50%
51856.94/2619.67	c      2620           1517         463        20         156.0000          96.0000     62.50%
51957.94/2624.73	c      2625           1342        1302        20         156.0000          96.0000     62.50%
52056.93/2629.74	c      2630           1343        1303        20         156.0000          96.0000     62.50%
52157.91/2634.84	c      2635           2097        2094        20         156.0000          96.0000     62.50%
52258.87/2639.91	c      2640           1225        1216        20         156.0000          96.0000     62.50%
52357.86/2644.96	c      2645           2098        2095        20         156.0000          96.0000     62.50%
52456.83/2650.00	c      2650           2102        2099        20         156.0000          96.0000     62.50%
52558.43/2655.08	c      2655           1563         509        20         156.0000          96.0000     62.50%
52660.74/2660.21	c      2660           2115        2112        20         156.0000          96.0000     62.50%
52759.72/2665.24	c      2665           2115        2112        20         156.0000          96.0000     62.50%
52860.74/2670.31	c      2670           1246        1237        20         156.0000          96.0000     62.50%
52961.76/2675.41	c      2675           1579         525        20         156.0000          96.0000     62.50%
53060.79/2680.47	c      2680           2130        2127        20         156.0000          96.0000     62.50%
53159.84/2685.49	c      2685           1409        1365        20         156.0000          96.0000     62.50%
53260.83/2690.59	c      2691           1264        1255        20         156.0000          96.0000     62.50%
53361.84/2695.64	c      2696           1605         551        20         156.0000          96.0000     62.50%
53462.86/2700.71	c      2701           1608         554        20         156.0000          96.0000     62.50%
53561.90/2705.72	c      2706           1280        1271        20         156.0000          96.0000     62.50%
53662.79/2710.83	c      2711           1433        1389        20         156.0000          96.0000     62.50%
53761.85/2715.88	c      2716           1435        1391        20         156.0000          96.0000     62.50%
53862.84/2720.92	c      2721           2171        2168        20         156.0000          96.0000     62.50%
53961.86/2725.99	c      2726           1294        1285        20         156.0000          96.0000     62.50%
54063.69/2731.05	c      2731           1454        1410        20         156.0000          96.0000     62.50%
54162.46/2736.12	c      2736           1520        1511        20         156.0000          96.0000     62.50%
54263.71/2741.18	c      2741           1652         596        20         156.0000          96.0000     62.50%
54363.95/2746.25	c      2746           2196        2193        20         156.0000          96.0000     62.50%
54464.99/2751.32	c      2751           1480        1435        20         156.0000          96.0000     62.50%
54564.04/2756.33	c      2756           1483        1438        20         156.0000          96.0000     62.50%
54663.07/2761.37	c      2761           1485        1440        20         156.0000          96.0000     62.50%
54762.12/2766.39	c      2766           1317        1308        20         156.0000          96.0000     62.50%
54863.16/2771.44	c      2771           2217        2214        20         156.0000          96.0000     62.50%
54962.24/2776.50	c      2776           1579        1570        20         156.0000          96.0000     62.50%
55063.25/2781.55	c      2782           1513        1466        20         156.0000          96.0000     62.50%
55164.27/2786.68	c      2787           1591        1582        20         156.0000          96.0000     62.50%
55265.29/2791.75	c      2792           2231        2228        20         156.0000          96.0000     62.50%
55366.30/2796.81	c      2797           1538        1491        20         156.0000          96.0000     62.50%
55465.34/2801.82	c      2802           1615        1606        20         156.0000          96.0000     62.50%
55564.40/2806.84	c      2807           1618        1609        20         156.0000          96.0000     62.50%
55665.46/2811.98	c      2812           1618        1609        20         156.0000          96.0000     62.50%
55764.41/2816.99	c      2817           1618        1609        20         156.0000          96.0000     62.50%
55863.41/2822.00	c      2822           2258        2255        20         156.0000          96.0000     62.50%
55962.38/2827.01	c      2827           1574        1525        20         156.0000          96.0000     62.50%
56064.18/2832.05	c      2832           2265        2262        20         156.0000          96.0000     62.50%
56162.96/2837.08	c      2837           1757         701        20         156.0000          96.0000     62.50%
56263.74/2842.14	c      2842           1385        1376        20         156.0000          96.0000     62.50%
56364.02/2847.24	c      2847           1769         713        20         156.0000          96.0000     62.50%
56463.05/2852.27	c      2852           1659        1650        20         156.0000          96.0000     62.50%
56564.02/2857.37	c      2857           1616        1564        20         156.0000          96.0000     62.50%
56665.00/2862.44	c      2862           1620        1568        20         156.0000          96.0000     62.50%
56765.99/2867.52	c      2868           1620        1568        20         156.0000          96.0000     62.50%
56866.97/2872.60	c      2873           2295        2292        20         156.0000          96.0000     62.50%
56965.98/2877.69	c      2878           2298        2295        20         156.0000          96.0000     62.50%
57066.96/2882.71	c      2883           1628        1576        20         156.0000          96.0000     62.50%
57167.91/2887.82	c      2888           1816         762        20         156.0000          96.0000     62.50%
57266.95/2892.89	c      2893           1816         762        20         156.0000          96.0000     62.50%
57367.94/2897.95	c      2898           1430        1421        20         156.0000          96.0000     62.50%
57466.91/2902.96	c      2903           2313        2310        20         156.0000          96.0000     62.50%
57565.89/2907.97	c      2908           1666        1610        20         156.0000          96.0000     62.50%
57667.59/2913.07	c      2913           2319        2316        20         156.0000          96.0000     62.50%
57768.44/2918.16	c      2918           1450        1441        20         156.0000          96.0000     62.50%
57868.73/2923.26	c      2923           1724        1713        20         156.0000          96.0000     62.50%
57969.68/2928.30	c      2928           1729        1718        20         156.0000          96.0000     62.50%
58068.63/2933.35	c      2933           1733        1722        20         156.0000          96.0000     62.50%
58169.58/2938.41	c      2938           1864         808        20         156.0000          96.0000     62.50%
58268.54/2943.47	c      2943           1864         808        20         156.0000          96.0000     62.50%
58369.44/2948.52	c      2949           1474        1465        20         156.0000          96.0000     62.50%
58468.39/2953.57	c      2954           1718        1660        20         156.0000          96.0000     62.50%
58569.22/2958.62	c      2959           1720        1662        20         156.0000          96.0000     62.50%
58668.21/2963.63	c      2964           1884         828        20         156.0000          96.0000     62.50%
58769.06/2968.72	c      2969           1884         828        20         156.0000          96.0000     62.50%
58868.06/2973.75	c      2974           1501        1492        20         156.0000          96.0000     62.50%
58970.98/2978.93	c      2979           1890         832        20         156.0000          96.0000     62.50%
59069.94/2984.00	c      2984           1786        1775        20         156.0000          96.0000     62.50%
59171.43/2989.05	c      2989           1513        1504        20         156.0000          96.0000     62.50%
59270.38/2994.10	c      2994           1895         839        20         156.0000          96.0000     62.50%
59371.68/2999.16	c      2999           1773        1713        20         156.0000          96.0000     62.50%
59471.77/3004.21	c      3004           2425        2422        20         156.0000          96.0000     62.50%
59570.84/3009.26	c      3009           1904         848        20         156.0000          96.0000     62.50%
59671.83/3014.31	c      3014           1904         848        20         156.0000          96.0000     62.50%
59770.89/3019.36	c      3019           2432        2429        20         156.0000          96.0000     62.50%
59871.93/3024.41	c      3024           1909         853        20         156.0000          96.0000     62.50%
59971.05/3029.47	c      3029           1909         853        20         156.0000          96.0000     62.50%
60071.95/3034.50	c      3034           2443        2440        20         156.0000          96.0000     62.50%
60170.96/3039.58	c      3040           1865        1854        20         156.0000          96.0000     62.50%
60271.98/3044.69	c      3045           1554        1545        20         156.0000          96.0000     62.50%
60372.97/3049.79	c      3050           2455        2452        20         156.0000          96.0000     62.50%
60473.94/3054.86	c      3055           1924         868        20         156.0000          96.0000     62.50%
60574.90/3059.91	c      3060           1926         868        20         156.0000          96.0000     62.50%
60673.94/3064.95	c      3065           1909        1896        20         156.0000          96.0000     62.50%
60773.03/3069.96	c      3070           1928         872        20         156.0000          96.0000     62.50%
60872.13/3074.99	c      3075           1914        1901        20         156.0000          96.0000     62.50%
60971.23/3080.02	c      3080           2484        2481        20         156.0000          96.0000     62.50%
61074.86/3085.19	c      3085           1596        1587        20         156.0000          96.0000     62.50%
61175.11/3090.22	c      3090           1944         886        20         156.0000          96.0000     62.50%
61276.17/3095.32	c      3095           1942        1929        20         156.0000          96.0000     62.50%
61375.23/3100.39	c      3100           1946         890        20         156.0000          96.0000     62.50%
61476.22/3105.44	c      3105           2514        2511        20         156.0000          96.0000     62.50%
61577.19/3110.50	c      3110           1963        1950        20         156.0000          96.0000     62.50%
61676.24/3115.54	c      3116           1954         896        20         156.0000          96.0000     62.50%
61775.26/3120.58	c      3121           1954         898        20         156.0000          96.0000     62.50%
61876.28/3125.65	c      3126           1954         898        20         156.0000          96.0000     62.50%
61977.32/3130.71	c      3131           1933        1869        20         156.0000          96.0000     62.50%
62076.39/3135.72	c      3136           2015        2000        20         156.0000          96.0000     62.50%
62175.44/3140.79	c      3141           2019        2004        20         156.0000          96.0000     62.50%
62276.46/3145.86	c      3146           2547        2544        20         156.0000          96.0000     62.50%
62377.50/3150.92	c      3151           2028        2015        20         156.0000          96.0000     62.50%
62476.55/3155.99	c      3156           2028        2015        20         156.0000          96.0000     62.50%
62578.29/3161.04	c      3161           1670        1659        20         156.0000          96.0000     62.50%
62677.44/3166.09	c      3166           1971        1905        20         156.0000          96.0000     62.50%
62778.23/3171.19	c      3171           2565        2562        20         156.0000          96.0000     62.50%
62880.46/3176.31	c      3176           2023         967        20         156.0000          96.0000     62.50%
62979.44/3181.34	c      3181           2023         967        20         156.0000          96.0000     62.50%
63080.39/3186.42	c      3186           1700        1689        20         156.0000          96.0000     62.50%
63179.33/3191.45	c      3191           2077        2062        20         156.0000          96.0000     62.50%
63280.25/3196.52	c      3197           2077        2062        20         156.0000          96.0000     62.50%
63379.17/3201.58	c      3202           2077        2062        20         156.0000          96.0000     62.50%
63480.16/3206.67	c      3207           2077        2062        20         156.0000          96.0000     62.50%
63579.12/3211.68	c      3212           2077        2062        20         156.0000          96.0000     62.50%
63680.13/3216.75	c      3217           2077        2062        20         156.0000          96.0000     62.50%
63783.06/3221.94	c      3222           2077        2062        20         156.0000          96.0000     62.50%
63882.00/3227.00	c      3227           2077        2062        20         156.0000          96.0000     62.50%
63983.76/3232.05	c      3232           2077        2062        20         156.0000          96.0000     62.50%
64084.60/3237.14	c      3237           2077        2062        20         156.0000          96.0000     62.50%
64183.73/3242.15	c      3242           2077        2062        20         156.0000          96.0000     62.50%
64283.90/3247.22	c      3247           2077        2062        20         156.0000          96.0000     62.50%
64382.81/3252.23	c      3252           2077        2062        20         156.0000          96.0000     62.50%
64481.75/3257.30	c      3257           2077        2062        20         156.0000          96.0000     62.50%
64582.74/3262.38	c      3262           2077        2062        20         156.0000          96.0000     62.50%
64681.70/3267.39	c      3267           2077        2062        20         156.0000          96.0000     62.50%
64784.61/3272.50	c      3273           2077        2062        20         156.0000          96.0000     62.50%
64883.60/3277.56	c      3278           2047        1983        20         156.0000          96.0000     62.50%
64986.60/3282.71	c      3283           2047        1983        20         156.0000          96.0000     62.50%
65085.59/3287.76	c      3288           2047        1983        20         156.0000          96.0000     62.50%
65184.56/3292.80	c      3293           2047        1983        20         156.0000          96.0000     62.50%
65285.46/3297.86	c      3298           2047        1983        20         156.0000          96.0000     62.50%
65386.46/3302.91	c      3303           2047        1983        20         156.0000          96.0000     62.50%
65485.54/3307.96	c      3308           2125        2110        20         156.0000          96.0000     62.50%
65584.54/3312.97	c      3313           2689        2686        20         156.0000          96.0000     62.50%
65683.55/3317.99	c      3318           1831        1816        20         156.0000          96.0000     62.50%
65787.44/3323.17	c      3323           2074        2006        20         156.0000          96.0000     62.50%
65887.55/3328.23	c      3328           2153        2138        20         156.0000          96.0000     62.50%
65986.54/3333.28	c      3333           2126        1068        20         156.0000          96.0000     62.50%
66087.51/3338.33	c      3338           2128        1068        20         156.0000          96.0000     62.50%
66186.57/3343.35	c      3343           1857        1844        20         156.0000          96.0000     62.50%
66287.44/3348.46	c      3348           2719        2716        20         156.0000          96.0000     62.50%
66388.46/3353.50	c      3354           2721        2718        20         156.0000          96.0000     62.50%
66487.45/3358.56	c      3359           2727        2724        20         156.0000          96.0000     62.50%
66588.45/3363.60	c      3364           2139        2071        20         156.0000          96.0000     62.50%
66687.44/3368.66	c      3369           1876        1861        20         156.0000          96.0000     62.50%
66788.42/3373.72	c      3374           2161        1101        20         156.0000          96.0000     62.50%
66887.45/3378.78	c      3379           1887        1872        20         156.0000          96.0000     62.50%
66988.45/3383.83	c      3384           1889        1874        20         156.0000          96.0000     62.50%
67087.50/3388.88	c      3389           2757        2754        20         156.0000          96.0000     62.50%
67188.41/3393.94	c      3394           2183        1123        20         156.0000          96.0000     62.50%
67287.63/3398.99	c      3399           1905        1890        20         156.0000          96.0000     62.50%
67388.98/3404.05	c      3404           2193        1133        20         156.0000          96.0000     62.50%
67490.39/3409.17	c      3409           1916        1901        20         156.0000          96.0000     62.50%
67590.39/3414.22	c      3414           2230        2162        20         156.0000          96.0000     62.50%
67689.46/3419.29	c      3419           2235        2167        20         156.0000          96.0000     62.50%
67790.41/3424.33	c      3424           1940        1925        20         156.0000          96.0000     62.50%
67889.48/3429.39	c      3429           2244        2176        20         156.0000          96.0000     62.50%
67990.49/3434.44	c      3434           2799        2796        20         156.0000          96.0000     62.50%
68089.52/3439.45	c      3439           1960        1945        20         156.0000          96.0000     62.50%
68190.55/3444.51	c      3445           1963        1948        20         156.0000          96.0000     62.50%
68291.55/3449.66	c      3450           2811        2808        20         156.0000          96.0000     62.50%
68392.55/3454.72	c      3455           2817        2814        20         156.0000          96.0000     62.50%
68491.60/3459.73	c      3460           2286        2218        20         156.0000          96.0000     62.50%
68590.59/3464.76	c      3465           2290        2220        20         156.0000          96.0000     62.50%
68691.62/3469.80	c      3470           2823        2820        20         156.0000          96.0000     62.50%
68790.62/3474.81	c      3475           2306        2236        20         156.0000          96.0000     62.50%
68889.61/3479.84	c      3480           2285        1225        20         156.0000          96.0000     62.50%
68990.62/3484.90	c      3485           2014        1999        20         156.0000          96.0000     62.50%
69089.67/3489.95	c      3490           2020        2005        20         156.0000          96.0000     62.50%
69188.71/3494.97	c      3495           2023        2008        20         156.0000          96.0000     62.50%
69287.75/3500.02	c      3500           2854        2849        20         156.0000          96.0000     62.50%
69389.37/3505.04	c      3505           2345        2274        20         156.0000          96.0000     62.50%
69488.30/3510.13	c      3510           2328        1268        20         156.0000          96.0000     62.50%
69589.27/3515.18	c      3515           2448        2433        20         156.0000          96.0000     62.50%
69689.59/3520.22	c      3520           2381        2307        20         156.0000          96.0000     62.50%
69788.65/3525.25	c      3525           2878        2873        20         156.0000          96.0000     62.50%
69889.68/3530.39	c      3530           2469        2454        20         156.0000          96.0000     62.50%
69990.65/3535.40	c      3535           2890        2885        20         156.0000          96.0000     62.50%
70091.62/3540.50	c      3540           2890        2885        20         156.0000          96.0000     62.50%
70190.56/3545.52	c      3546           2082        2066        20         156.0000          96.0000     62.50%
70291.53/3550.63	c      3551           2504        2489        20         156.0000          96.0000     62.50%
70390.55/3555.65	c      3556           2378        1316        20         156.0000          96.0000     62.50%
70489.57/3560.67	c      3561           2918        2913        20         156.0000          96.0000     62.50%
70588.61/3565.69	c      3566           2924        2919        20         156.0000          96.0000     62.50%
70691.58/3570.82	c      3571           2926        2921        20         156.0000          96.0000     62.50%
70792.55/3576.00	c      3576           2122        2106        20         156.0000          96.0000     62.50%
70894.29/3581.05	c      3581           2402        1340        20         156.0000          96.0000     62.50%
70995.34/3586.15	c      3586           2129        2115        20         156.0000          96.0000     62.50%
71095.40/3591.20	c      3591           2129        2115        20         156.0000          96.0000     62.50%
71194.38/3596.22	c      3596           2129        2115        20         156.0000          96.0000     62.50%
71295.30/3601.31	c      3601           2129        2115        20         156.0000          96.0000     62.50%
71396.26/3606.42	c      3606           2129        2115        20         156.0000          96.0000     62.50%
71495.28/3611.47	c      3611           2129        2115        20         156.0000          96.0000     62.50%
71596.21/3616.51	c      3617           2129        2115        20         156.0000          96.0000     62.50%
71695.15/3621.58	c      3622           2129        2115        20         156.0000          96.0000     62.50%
71796.09/3626.60	c      3627           2129        2115        20         156.0000          96.0000     62.50%
71897.01/3631.76	c      3632           2129        2115        20         156.0000          96.0000     62.50%
71997.93/3636.84	c      3637           2129        2115        20         156.0000          96.0000     62.50%

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 (173527 MiB free)
  memory of node 1: 193494 MiB (191976 MiB free)
  memory of node 2: 193531 MiB (181548 MiB free)
  memory of node 3: 193531 MiB (181217 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-4465179-1722445674/watcher-4465179-1722445674 -o /tmp/evaluation-result-4465179-1722445674/solver-4465179-1722445674 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59012 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465179-1722445674.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100117 s]*
/proc/loadavg: 80.37 80.42 79.21 63/981 65917
/proc/meminfo: memFree=745699404/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=74964 memory=63732 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) R 65913 65916 59001 0 -1 4194304 15168 0 0 0 9 2 0 0 20 0 1 0 11150564 76763136 15933 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 18741 15933 2694 3035 0 15137 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 74964 KiB
Current children cumulated memory: 63732 KiB

[startup+0.2204 s]*
/proc/loadavg: 80.37 80.42 79.21 62/981 65917
/proc/meminfo: memFree=745694892/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=75140 memory=64708 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) R 65913 65916 59001 0 -1 4194304 17388 0 0 0 21 2 0 0 20 0 1 0 11150564 76943360 16177 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 18785 16177 2774 3035 0 15181 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 75140 KiB
Current children cumulated memory: 64708 KiB

[startup+0.320123 s]*
/proc/loadavg: 80.37 80.42 79.21 62/981 65917
/proc/meminfo: memFree=745691808/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=78668 memory=67756 CPUtime=0.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) R 65913 65916 59001 0 -1 4194304 18212 0 0 0 30 2 0 0 20 0 1 0 11150564 80556032 16939 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 19667 16939 2774 3035 0 16063 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 78668 KiB
Current children cumulated memory: 67756 KiB

[startup+0.700262 s]
/proc/loadavg: 80.37 80.42 79.21 63/981 65917
/proc/meminfo: memFree=745641800/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=1634808 memory=213116 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) S 65913 65916 59001 0 -1 1077936128 49346 0 0 0 62 7 0 0 20 0 21 0 11150564 1674043392 53279 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 408702 53279 2790 3035 0 96166 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1634808 KiB
Current children cumulated memory: 213116 KiB

[startup+1.50123 s]
/proc/loadavg: 80.37 80.42 79.21 63/1001 65937
/proc/meminfo: memFree=745348956/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=2912840 memory=1869048 CPUtime=9.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) S 65913 65916 59001 0 -1 1077936128 498547 0 0 0 774 130 0 0 20 0 41 0 11150564 2982748160 467262 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 728210 467262 2806 3035 0 566489 0
[pid=65916/tid=65918] ppid=65913 vsize=2912840 memory=6225785999106272360 CPUtime=0.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65918/stat : 65918 (fscip) R 65913 65916 59001 0 -1 4194368 18078 0 0 0 37 5 0 0 20 0 41 0 11150620 2982748160 467262 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65919] ppid=65913 vsize=2912840 memory=15364 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65919/stat : 65919 (fscip) R 65913 65916 59001 0 -1 4194368 27004 0 0 0 34 6 0 0 20 0 41 0 11150620 2982748160 467262 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65920] ppid=65913 vsize=2912840 memory=10544 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65920/stat : 65920 (fscip) R 65913 65916 59001 0 -1 4194368 26897 0 0 0 34 6 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65921] ppid=65913 vsize=2912840 memory=0 CPUtime=0.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65921/stat : 65921 (fscip) R 65913 65916 59001 0 -1 1077936192 18397 0 0 0 38 5 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65922] ppid=65913 vsize=2912840 memory=5512 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65922/stat : 65922 (fscip) R 65913 65916 59001 0 -1 4194368 26099 0 0 0 34 6 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65923] ppid=65913 vsize=2912840 memory=15776 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65923/stat : 65923 (fscip) R 65913 65916 59001 0 -1 4194368 26075 0 0 0 35 5 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65924] ppid=65913 vsize=2912840 memory=29836768444022866 CPUtime=0.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65924/stat : 65924 (fscip) R 65913 65916 59001 0 -1 4194368 17753 0 0 0 39 4 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65925] ppid=65913 vsize=2912840 memory=0 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65925/stat : 65925 (fscip) R 65913 65916 59001 0 -1 4194368 26328 0 0 0 32 7 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65926] ppid=65913 vsize=2912840 memory=0 CPUtime=0.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65926/stat : 65926 (fscip) R 65913 65916 59001 0 -1 4194368 23956 0 0 0 34 7 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65927] ppid=65913 vsize=2912840 memory=0 CPUtime=0.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65927/stat : 65927 (fscip) R 65913 65916 59001 0 -1 4194368 18046 0 0 0 39 4 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65928] ppid=65913 vsize=2912840 memory=280287955330944 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65928/stat : 65928 (fscip) R 65913 65916 59001 0 -1 4194368 27048 0 0 0 33 7 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65929] ppid=65913 vsize=2912840 memory=8275596674817 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65929/stat : 65929 (fscip) R 65913 65916 59001 0 -1 4194368 27145 0 0 0 34 6 0 0 20 0 41 0 11150620 2982748160 467328 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65930] ppid=65913 vsize=2912840 memory=8292776543745 CPUtime=0.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65930/stat : 65930 (fscip) R 65913 65916 59001 0 -1 4194368 18768 0 0 0 39 5 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65931] ppid=65913 vsize=2912840 memory=8297071511041 CPUtime=0.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65931/stat : 65931 (fscip) R 65913 65916 59001 0 -1 4194368 24223 0 0 0 36 6 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65932] ppid=65913 vsize=2912840 memory=2814784127238148 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65932/stat : 65932 (fscip) R 65913 65916 59001 0 -1 4194368 26897 0 0 0 34 6 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65933] ppid=65913 vsize=2912840 memory=3783635531765659253 CPUtime=0.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65933/stat : 65933 (fscip) R 65913 65916 59001 0 -1 4194368 17566 0 0 0 39 4 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65934] ppid=65913 vsize=2912840 memory=140143977713248 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65934/stat : 65934 (fscip) R 65913 65916 59001 0 -1 4194368 27300 0 0 0 32 8 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65935] ppid=65913 vsize=2912840 memory=140143978023808 CPUtime=0.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65935/stat : 65935 (fscip) R 65913 65916 59001 0 -1 4194368 24228 0 0 0 33 7 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65936] ppid=65913 vsize=2912840 memory=140143978023952 CPUtime=0.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65936/stat : 65936 (fscip) R 65913 65916 59001 0 -1 4194368 18259 0 0 0 39 4 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65937] ppid=65913 vsize=2912840 memory=140143978021184 CPUtime=0.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65937/stat : 65937 (fscip) R 65913 65916 59001 0 -1 4194368 27317 0 0 0 34 7 0 0 20 0 41 0 11150620 2982748160 467394 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 2912840 KiB
Current children cumulated memory: 1869048 KiB

[startup+3.13724 s]
/proc/loadavg: 80.34 80.42 79.22 81/1021 65957
/proc/meminfo: memFree=743555728/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=3109448 memory=2200780 CPUtime=41.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) S 65913 65916 59001 0 -1 1077936128 615433 0 0 0 3726 377 0 0 20 0 41 0 11150564 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 777362 550195 2950 3035 0 653419 0
[pid=65916/tid=65918] ppid=65913 vsize=3109448 memory=15364 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65918/stat : 65918 (fscip) R 65913 65916 59001 0 -1 4194368 28285 0 0 0 180 23 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65919] ppid=65913 vsize=3109448 memory=2189764 CPUtime=2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65919/stat : 65919 (fscip) R 65913 65916 59001 0 -1 4194368 33667 0 0 0 175 25 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65920] ppid=65913 vsize=3109448 memory=280287955665840 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65920/stat : 65920 (fscip) R 65913 65916 59001 0 -1 4194368 27771 0 0 0 196 7 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65921] ppid=65913 vsize=3109448 memory=7318452475133972 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65921/stat : 65921 (fscip) R 65913 65916 59001 0 -1 4194368 28288 0 0 0 180 23 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65922] ppid=65913 vsize=3109448 memory=0 CPUtime=1.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65922/stat : 65922 (fscip) R 65913 65916 59001 0 -1 4194368 32698 0 0 0 176 23 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65923] ppid=65913 vsize=3109448 memory=-5155632409645377669 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65923/stat : 65923 (fscip) R 65913 65916 59001 0 -1 4194368 27165 0 0 0 197 6 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65924] ppid=65913 vsize=3109448 memory=8564406692691036896 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65924/stat : 65924 (fscip) R 65913 65916 59001 0 -1 4194368 26178 0 0 0 181 22 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65925] ppid=65913 vsize=3109448 memory=8561850598992369073 CPUtime=1.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65925/stat : 65925 (fscip) R 65913 65916 59001 0 -1 4194368 34259 0 0 0 169 25 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65926] ppid=65913 vsize=3109448 memory=-5659095215352982582 CPUtime=2.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65926/stat : 65926 (fscip) R 65913 65916 59001 0 -1 4194368 24832 0 0 0 195 7 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65927] ppid=65913 vsize=3109448 memory=3783635531765659253 CPUtime=2.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65927/stat : 65927 (fscip) R 65913 65916 59001 0 -1 4194368 28244 0 0 0 180 21 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65928] ppid=65913 vsize=3109448 memory=140143977713248 CPUtime=2.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65928/stat : 65928 (fscip) R 65913 65916 59001 0 -1 4194368 33678 0 0 0 175 26 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65929] ppid=65913 vsize=3109448 memory=140143978023808 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65929/stat : 65929 (fscip) R 65913 65916 59001 0 -1 4194368 27498 0 0 0 196 7 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65930] ppid=65913 vsize=3109448 memory=140143978023952 CPUtime=2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65930/stat : 65930 (fscip) R 65913 65916 59001 0 -1 4194368 26754 0 0 0 177 23 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65931] ppid=65913 vsize=3109448 memory=140143978021184 CPUtime=2.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65931/stat : 65931 (fscip) R 65913 65916 59001 0 -1 4194368 30573 0 0 0 177 25 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65932] ppid=65913 vsize=3109448 memory=280287955503216 CPUtime=2.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65932/stat : 65932 (fscip) R 65913 65916 59001 0 -1 4194368 27283 0 0 0 196 7 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65933] ppid=65913 vsize=3109448 memory=140368138358840 CPUtime=2.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65933/stat : 65933 (fscip) R 65913 65916 59001 0 -1 4194368 26287 0 0 0 180 22 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65934] ppid=65913 vsize=3109448 memory=200832687952008 CPUtime=2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65934/stat : 65934 (fscip) R 65913 65916 59001 0 -1 4194368 35196 0 0 0 175 25 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65935] ppid=65913 vsize=3109448 memory=200836999696600 CPUtime=2.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65935/stat : 65935 (fscip) R 65913 65916 59001 0 -1 4194368 24581 0 0 0 195 7 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65936] ppid=65913 vsize=3109448 memory=201940823068968 CPUtime=2.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65936/stat : 65936 (fscip) R 65913 65916 59001 0 -1 4194368 27083 0 0 0 188 16 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65937] ppid=65913 vsize=3109448 memory=279888 CPUtime=2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65937/stat : 65937 (fscip) R 65913 65916 59001 0 -1 4194368 33836 0 0 0 175 25 0 0 20 0 41 0 11150620 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65938] ppid=65913 vsize=3109448 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65938/stat : 65938 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65939] ppid=65913 vsize=3109448 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65939/stat : 65939 (fscip) S 65913 65916 59001 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65940] ppid=65913 vsize=3109448 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65940/stat : 65940 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65941] ppid=65913 vsize=3109448 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65941/stat : 65941 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65942] ppid=65913 vsize=3109448 memory=280287955330944 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65942/stat : 65942 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65943] ppid=65913 vsize=3109448 memory=2056560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65943/stat : 65943 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65944] ppid=65913 vsize=3109448 memory=8292776543745 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65944/stat : 65944 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65945] ppid=65913 vsize=3109448 memory=8297071511041 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65945/stat : 65945 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65946] ppid=65913 vsize=3109448 memory=2814784127238148 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65946/stat : 65946 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65947] ppid=65913 vsize=3109448 memory=124744 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65947/stat : 65947 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65948] ppid=65913 vsize=3109448 memory=-6000919494248195945 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65948/stat : 65948 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65949] ppid=65913 vsize=3109448 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65949/stat : 65949 (fscip) S 65913 65916 59001 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65950] ppid=65913 vsize=3109448 memory=280287955736592 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65950/stat : 65950 (fscip) S 65913 65916 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11150669 3184074752 550195 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0

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

/proc/65916/task/65937/stat : 65937 (fscip) R 65913 65916 59001 0 -1 4194368 1747807 0 0 0 354979 193 0 0 20 0 41 0 11150620 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65938] ppid=65913 vsize=9108732 memory=280287957816672 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65938/stat : 65938 (fscip) S 65913 65916 59001 0 -1 1077936192 87 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65939] ppid=65913 vsize=9108732 memory=280287955456488 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65939/stat : 65939 (fscip) S 65913 65916 59001 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65940] ppid=65913 vsize=9108732 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65940/stat : 65940 (fscip) S 65913 65916 59001 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65941] ppid=65913 vsize=9108732 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65941/stat : 65941 (fscip) S 65913 65916 59001 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65942] ppid=65913 vsize=9108732 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65942/stat : 65942 (fscip) S 65913 65916 59001 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65943] ppid=65913 vsize=9108732 memory=7162244377533309799 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65943/stat : 65943 (fscip) S 65913 65916 59001 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65944] ppid=65913 vsize=9108732 memory=352822 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65944/stat : 65944 (fscip) S 65913 65916 59001 0 -1 1077936192 112 0 0 0 1 1 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65945] ppid=65913 vsize=9108732 memory=352195 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65945/stat : 65945 (fscip) S 65913 65916 59001 0 -1 1077936192 141 0 0 0 0 2 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65946] ppid=65913 vsize=9108732 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65946/stat : 65946 (fscip) S 65913 65916 59001 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65947] ppid=65913 vsize=9108732 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65947/stat : 65947 (fscip) S 65913 65916 59001 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65948] ppid=65913 vsize=9108732 memory=7291936 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65948/stat : 65948 (fscip) S 65913 65916 59001 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65949] ppid=65913 vsize=9108732 memory=7295216 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65949/stat : 65949 (fscip) S 65913 65916 59001 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65950] ppid=65913 vsize=9108732 memory=7295244 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65950/stat : 65950 (fscip) S 65913 65916 59001 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65951] ppid=65913 vsize=9108732 memory=7295244 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65951/stat : 65951 (fscip) S 65913 65916 59001 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65952] ppid=65913 vsize=9108732 memory=28152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65952/stat : 65952 (fscip) S 65913 65916 59001 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65953] ppid=65913 vsize=9108732 memory=33660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65953/stat : 65953 (fscip) S 65913 65916 59001 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65954] ppid=65913 vsize=9108732 memory=-7018693462330532735 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65954/stat : 65954 (fscip) S 65913 65916 59001 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65955] ppid=65913 vsize=9108732 memory=7295008 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65955/stat : 65955 (fscip) S 65913 65916 59001 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65956] ppid=65913 vsize=9108732 memory=-7018693462330532735 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65956/stat : 65956 (fscip) S 65913 65916 59001 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65957] ppid=65913 vsize=9108732 memory=11440 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65957/stat : 65957 (fscip) S 65913 65916 59001 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 11150669 9327341568 1823811 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
Current children cumulated CPU time: 70919.3 s
Current children cumulated vsize: 9108732 KiB
Current children cumulated memory: 7295244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 81.22 80.60 80.45 81/1021 68096
/proc/meminfo: memFree=744204100/790760804 swapFree=131071996/131071996
[pid=65916] ppid=65913 vsize=9174268 memory=7326396 CPUtime=72002.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/stat : 65916 (fscip) S 65913 65916 59001 0 -1 1077936128 29738418 0 0 0 7193052 7197 0 0 20 0 41 0 11150564 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
/proc/65916/statm: 2293567 1831599 3334 3035 0 2131485 0
[pid=65916/tid=65918] ppid=65913 vsize=9174268 memory=-7450757551581388927 CPUtime=3605.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65918/stat : 65918 (fscip) R 65913 65916 59001 0 -1 4194368 1112702 0 0 0 360374 143 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65919] ppid=65913 vsize=9174268 memory=7682190271310633344 CPUtime=3604.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65919/stat : 65919 (fscip) R 65913 65916 59001 0 -1 4194368 2008630 0 0 0 360196 238 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65920] ppid=65913 vsize=9174268 memory=28648 CPUtime=3591.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65920/stat : 65920 (fscip) R 65913 65916 59001 0 -1 4194368 1582232 0 0 0 358393 724 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65921] ppid=65913 vsize=9174268 memory=32752 CPUtime=3601.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65921/stat : 65921 (fscip) R 65913 65916 59001 0 -1 4194368 998777 0 0 0 360021 135 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65922] ppid=65913 vsize=9174268 memory=7068 CPUtime=3599.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65922/stat : 65922 (fscip) R 65913 65916 59001 0 -1 4194368 2161827 0 0 0 359749 249 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65923] ppid=65913 vsize=9174268 memory=36300 CPUtime=3597.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65923/stat : 65923 (fscip) R 65913 65916 59001 0 -1 4194368 1496392 0 0 0 358969 766 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65924] ppid=65913 vsize=9174268 memory=29836768444022866 CPUtime=3602.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65924/stat : 65924 (fscip) R 65913 65916 59001 0 -1 4194368 958488 0 0 0 360168 129 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65925] ppid=65913 vsize=9174268 memory=4627851685483941238 CPUtime=3596.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65925/stat : 65925 (fscip) R 65913 65916 59001 0 -1 4194368 2156488 0 0 0 359373 245 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65926] ppid=65913 vsize=9174268 memory=7326376 CPUtime=3601.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65926/stat : 65926 (fscip) R 65913 65916 59001 0 -1 4194368 1388164 0 0 0 359357 790 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65927] ppid=65913 vsize=9174268 memory=25932 CPUtime=3604.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65927/stat : 65927 (fscip) R 65913 65916 59001 0 -1 4194368 1039675 0 0 0 360371 128 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65928] ppid=65913 vsize=9174268 memory=21372 CPUtime=3602.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65928/stat : 65928 (fscip) R 65913 65916 59001 0 -1 4194368 1985230 0 0 0 360022 219 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65929] ppid=65913 vsize=9174268 memory=2208 CPUtime=3591.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65929/stat : 65929 (fscip) R 65913 65916 59001 0 -1 4194368 1484268 0 0 0 358395 759 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65930] ppid=65913 vsize=9174268 memory=2036 CPUtime=3599.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65930/stat : 65930 (fscip) R 65913 65916 59001 0 -1 4194368 1058867 0 0 0 359838 133 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65931] ppid=65913 vsize=9174268 memory=31316 CPUtime=3606.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65931/stat : 65931 (fscip) R 65913 65916 59001 0 -1 4194368 1783272 0 0 0 360431 212 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65932] ppid=65913 vsize=9174268 memory=28568 CPUtime=3600.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65932/stat : 65932 (fscip) R 65913 65916 59001 0 -1 4194368 1369512 0 0 0 359241 771 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65933] ppid=65913 vsize=9174268 memory=7312 CPUtime=3597.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65933/stat : 65933 (fscip) R 65913 65916 59001 0 -1 4194368 1205294 0 0 0 359585 154 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65934] ppid=65913 vsize=9174268 memory=15520 CPUtime=3598.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65934/stat : 65934 (fscip) R 65913 65916 59001 0 -1 4194368 1812305 0 0 0 359625 213 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65935] ppid=65913 vsize=9174268 memory=10544 CPUtime=3587.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65935/stat : 65935 (fscip) R 65913 65916 59001 0 -1 4194368 1418576 0 0 0 357887 829 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65936] ppid=65913 vsize=9174268 memory=5512 CPUtime=3605.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65936/stat : 65936 (fscip) R 65913 65916 59001 0 -1 4194368 912678 0 0 0 360486 108 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65937] ppid=65913 vsize=9174268 memory=15776 CPUtime=3606.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65937/stat : 65937 (fscip) R 65913 65916 59001 0 -1 4194368 1768103 0 0 0 360406 195 0 0 20 0 41 0 11150620 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65938] ppid=65913 vsize=9174268 memory=2036 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65938/stat : 65938 (fscip) S 65913 65916 59001 0 -1 1077936192 89 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65939] ppid=65913 vsize=9174268 memory=31316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65939/stat : 65939 (fscip) S 65913 65916 59001 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65940] ppid=65913 vsize=9174268 memory=20660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65940/stat : 65940 (fscip) S 65913 65916 59001 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65941] ppid=65913 vsize=9174268 memory=6952 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65941/stat : 65941 (fscip) S 65913 65916 59001 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65942] ppid=65913 vsize=9174268 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65942/stat : 65942 (fscip) S 65913 65916 59001 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65943] ppid=65913 vsize=9174268 memory=28152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65943/stat : 65943 (fscip) S 65913 65916 59001 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65944] ppid=65913 vsize=9174268 memory=33660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65944/stat : 65944 (fscip) S 65913 65916 59001 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65945] ppid=65913 vsize=9174268 memory=60300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65945/stat : 65945 (fscip) S 65913 65916 59001 0 -1 1077936192 144 0 0 0 0 2 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65946] ppid=65913 vsize=9174268 memory=2736 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65946/stat : 65946 (fscip) S 65913 65916 59001 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65947] ppid=65913 vsize=9174268 memory=6828 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65947/stat : 65947 (fscip) S 65913 65916 59001 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65948] ppid=65913 vsize=9174268 memory=21155016 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65948/stat : 65948 (fscip) S 65913 65916 59001 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65949] ppid=65913 vsize=9174268 memory=2820 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65949/stat : 65949 (fscip) S 65913 65916 59001 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65950] ppid=65913 vsize=9174268 memory=6788 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65950/stat : 65950 (fscip) S 65913 65916 59001 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65951] ppid=65913 vsize=9174268 memory=6305704 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65951/stat : 65951 (fscip) S 65913 65916 59001 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65952] ppid=65913 vsize=9174268 memory=2704 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65952/stat : 65952 (fscip) S 65913 65916 59001 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65953] ppid=65913 vsize=9174268 memory=7044 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65953/stat : 65953 (fscip) S 65913 65916 59001 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65954] ppid=65913 vsize=9174268 memory=28152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65954/stat : 65954 (fscip) S 65913 65916 59001 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65955] ppid=65913 vsize=9174268 memory=33660 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65955/stat : 65955 (fscip) S 65913 65916 59001 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65956] ppid=65913 vsize=9174268 memory=59180 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65956/stat : 65956 (fscip) S 65913 65916 59001 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
[pid=65916/tid=65957] ppid=65913 vsize=9174268 memory=7620 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/65916/task/65957/stat : 65957 (fscip) S 65913 65916 59001 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 11150669 9394450432 1831599 809668444160 4194304 16623229 140735506126256 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47915008 140735506129930 140735506130048 140735506130048 140735506137072 0
Current children cumulated CPU time: 72002.5 s
Current children cumulated vsize: 9174268 KiB
Current children cumulated memory: 7326396 KiB

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

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

# cumulated CPU time of all completed processes:  user=71930.7 s, system=72.1709 s

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

[startup+3637.22 s]
/proc/loadavg: 81.22 80.60 80.45 62/982 68096
/proc/meminfo: memFree=748723212/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): 3637.24
CPU time (s): 72002.9
CPU user time (s): 71930.7
CPU system time (s): 72.1709
CPU usage (%): 1979.6
Max. virtual memory (cumulated for all children) (KiB): 9174268
Max. memory (cumulated for all children) (KiB): 7326396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71930.7
system time used= 72.1709
maximum resident set size= 7326396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29738418
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= 388563
involuntary context switches= 197239


# summary of solver processes directly reported to runsolver:
#   pid: 65916
#   total CPU time (s): 72002.9
#   total CPU user time (s): 71930.7
#   total CPU system time (s): 72.1709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4749 second user time and 83.8267 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 19:07:54
IDJOB=4465179
IDBENCH=147017
IDSOLVER=3094
FILE ID=nodeD105/4465179-1722445674
RUNJOBID= nodeD105-1722441596-59012
SLURM_JOB_ID= 8254235
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ8_3.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-4465179-1722445674/watcher-4465179-1722445674 -o /tmp/evaluation-result-4465179-1722445674/solver-4465179-1722445674 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59012 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465179-1722445674.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=768930327

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		: 3058.473
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		: 1556.147
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		: 3087.517
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		: 3102.518
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		: 3058.381
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		: 2584.029
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		: 3088.865
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		: 3083.821
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		: 3057.242
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		: 2646.327
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		: 3088.923
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		: 3101.377
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		: 3058.240
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		: 3598.875
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		: 3046.316
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		: 3111.968
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		: 3058.217
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		: 3073.868
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		: 3068.689
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		: 3111.969
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		: 3058.172
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		: 3165.768
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		: 2984.601
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		: 3075.402
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		: 3054.658
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		: 3443.828
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		: 3077.532
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		: 3072.716
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		: 3056.126
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		: 3382.303
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		: 3068.555
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		: 3094.987
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		: 3054.814
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		: 3199.741
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		: 2968.919
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		: 3111.982
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		: 3057.996
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		: 2657.216
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		: 2984.124
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		: 3080.030
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		: 3056.767
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		: 2651.412
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		: 3086.818
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		: 3100.041
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		: 3057.885
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		: 2658.482
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		: 3088.891
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		: 3112.000
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		: 3057.826
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		: 2100.757
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		: 3088.885
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		: 3052.919
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		: 3057.758
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		: 2661.850
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		: 2977.839
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		: 3109.042
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		: 3053.616
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		: 2659.669
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		: 3050.875
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		: 3087.251
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		: 3056.472
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.255
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		: 3058.685
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		: 3109.125
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		: 3057.587
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		: 2645.137
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		: 3088.862
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		: 3112.026
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		: 3052.875
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		: 2663.217
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		: 3088.859
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		: 3095.546
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		: 3056.444
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		: 2657.050
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		: 3088.854
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		: 3076.054
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		: 3057.402
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		: 2657.500
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		: 3088.847
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		: 3112.047
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:        745749184 kB
MemAvailable:   743887548 kB
Buffers:          136012 kB
Cached:          1019340 kB
SwapCached:            0 kB
Active:           298284 kB
Inactive:       42296772 kB
Active(anon):       2184 kB
Inactive(anon): 41460048 kB
Active(file):     296100 kB
Inactive(file):   836724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29224 kB
Writeback:           116 kB
AnonPages:      41428892 kB
Mapped:           127944 kB
Shmem:             22536 kB
KReclaimable:     131576 kB
Slab:             464308 kB
SReclaimable:     131576 kB
SUnreclaim:       332732 kB
KernelStack:       16864 kB
PageTables:        93628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4546548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           190848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3796992 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:      468992 kB
DirectMap2M:    53506048 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-07-31 20:08:32