Trace number 4465959

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) 72003.1 3636.74

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_100.opb
MD5SUM929d9d39c334716d4e8e7fd04254fe00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5100
Best CPU time to get the best result obtained on this benchmark4.52943
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints20200
Number of constraints which are clauses20200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 10100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10100
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10100
Number of bits of the biggest sum of numbers14
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.06	c Default LC presolving (default).
0.00/0.06	c ** Before presolving: virtualMemUsedAtLc = 73891794, getVmSize() = 70017024, SCIPgetMemUsed() = 42199629, SCIPgetMemTotal() = 46356189, SCIPgetMemExternEstim() = 27535605
0.00/0.06	c ** set memory limit for presolving in LC to 8.79586e+12 for SCIP **
0.23/0.32	c ** Estimated virtualMemUsedAtSolver = 118816060, getVmSize() = 179118080, SCIPgetMemUsed() = 119342181, SCIPgetMemTotal() = 150688485, SCIPgetMemExternEstim() = 27535605
0.23/0.32	c ** set memory limit for solvers to 4.18824e+11 for each SCIP **
0.23/0.32	c Original Problem   :
0.23/0.32	c   Problem name     : instance-4465959-1723661865
0.23/0.32	c   Variables        : 10100 (10100 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.32	c   Constraints      : 20200
0.23/0.32	c   Objective sense  : minimize
0.23/0.32	c Presolved Problem  :
0.23/0.32	c   Variables        : 10100 (10100 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.32	c   Constraints      : 20200
0.23/0.32	c Constraints        : Number
0.23/0.32	c   setppc           : 20200 
0.23/0.32	c ** Instance transfer method used: 0
0.33/0.36	c ** ParaScipInstance copy does not increase the number of variables. **
0.90/0.94	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.90/0.95	c                                Nodes    Active                                            
0.90/0.95	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
21.59/2.09	c *       2              0           1        20        5100.0000                -          -
84.17/5.22	c         5              2           3        20        5100.0000           1.0000          -
185.10/10.38	c        10             72          71        20        5100.0000           1.0000          -
284.09/15.38	c        15            202         201        20        5100.0000           1.0000          -
385.06/20.46	c        20           1022        1021        20        5100.0000           1.0000          -
494.00/25.92	c        26           1581         531        20        5100.0000           1.0000          -
597.34/31.16	c        31           2820        1636        20        5100.0000           1.0000          -
696.37/36.19	c        36           3408        1656        20        5100.0000           1.0000          -
796.90/41.26	c        41           4383        1655        20        5100.0000           1.0000          -
895.88/46.28	c        46           5321        1655        20        5100.0000           1.0000          -
996.84/51.33	c        51           6152        1652        20        5100.0000           1.0000          -
1097.84/56.40	c        56           7087        1655        20        5100.0000           1.0000          -
1196.86/61.45	c        61          10254        1658        20        5100.0000           1.0000          -
1297.98/66.55	c        67           9431        1657        20        5100.0000           1.0000          -
1397.02/71.59	c        72          13005        1657        20        5100.0000           1.0000          -
1498.00/76.65	c        77          11461        1655        20        5100.0000           1.0000          -
1599.06/81.75	c        82          12512        1656        20        5100.0000           1.0000          -
1700.07/86.80	c        87          16425        1657        20        5100.0000           1.0000          -
1799.06/91.85	c        92          17959        1659        20        5100.0000           1.0000          -
1900.07/97.03	c        97              2           1        20        5100.0000        5051.0000      0.97%
2003.70/102.14	c       102              2           1        20        5100.0000        5051.0000      0.97%
2102.86/107.19	c       107              2           1        20        5100.0000        5051.0000      0.97%
2203.09/112.24	c       112              3           2        20        5100.0000        5051.0000      0.97%
2302.14/117.29	c       117              3           2        20        5100.0000        5051.0000      0.97%
2403.15/122.34	c       122              2           1        20        5100.0000        5051.0000      0.97%
2502.20/127.39	c       127              2           1        20        5100.0000        5051.0000      0.97%
2603.23/132.48	c       132              4           3        20        5100.0000        5051.0000      0.97%
2704.26/137.53	c       138              3           2        20        5100.0000        5051.0000      0.97%
2803.18/142.58	c       143              5           4        20        5100.0000        5051.0000      0.97%
2904.16/147.63	c       148              4           3        20        5100.0000        5051.0000      0.97%
3002.95/152.68	c       153              3           2        20        5100.0000        5051.3333      0.96%
3103.78/157.76	c       158              3           2        20        5100.0000        5051.3333      0.96%
3204.65/162.80	c       163              4           3        20        5100.0000        5051.3333      0.96%
3303.50/167.86	c       168              4           3        20        5100.0000        5051.3333      0.96%
3404.35/172.91	c       173              4           3        20        5100.0000        5051.3333      0.96%
3503.18/177.96	c       178              5           4        20        5100.0000        5051.3333      0.96%
3601.97/182.98	c       183              5           4        20        5100.0000        5051.3333      0.96%
3700.75/188.03	c       188              6           5        20        5100.0000        5051.3333      0.96%
3802.40/193.06	c       193              7           6        20        5100.0000        5051.3333      0.96%
3901.13/198.13	c       198              7           6        20        5100.0000        5051.3333      0.96%
4001.77/203.17	c       203              8           7        20        5100.0000        5051.3333      0.96%
4103.82/208.37	c       208             10           9        20        5100.0000        5051.3333      0.96%
4204.42/213.43	c       213             11          10        20        5100.0000        5051.3333      0.96%
4305.09/218.51	c       219             11          10        20        5100.0000        5051.3333      0.96%
4405.78/223.66	c       224             11          10        20        5100.0000        5051.3333      0.96%
4506.56/228.71	c       229             11          10        20        5100.0000        5051.3333      0.96%
4605.38/233.76	c       234             11          10        20        5100.0000        5051.3333      0.96%
4706.09/238.85	c       239             11          10        20        5100.0000        5051.3333      0.96%
4806.74/243.94	c       244             11          10        20        5100.0000        5051.3333      0.96%
4905.50/248.99	c       249             11          10        20        5100.0000        5051.3333      0.96%
5006.99/254.04	c       254             11          10        20        5100.0000        5051.3333      0.96%
5105.96/259.14	c       259             11          10        20        5100.0000        5051.3333      0.96%
5206.73/264.19	c       264             12          11        20        5100.0000        5051.3333      0.96%
5308.54/269.33	c       269             14          13        20        5100.0000        5051.3333      0.96%
5407.32/274.38	c       274             16          15        20        5100.0000        5051.3333      0.96%
5508.09/279.45	c       279             19          18        20        5100.0000        5051.3333      0.96%
5608.88/284.55	c       285             21          20        20        5100.0000        5051.3333      0.96%
5711.67/289.76	c       290             24          23        20        5100.0000        5051.3333      0.96%
5812.50/294.81	c       295             24          23        20        5100.0000        5051.3333      0.96%
5911.33/299.86	c       300             24          23        20        5100.0000        5051.3333      0.96%
6012.15/304.91	c       305             24          23        20        5100.0000        5051.3333      0.96%
6110.82/309.96	c       310             24          23        20        5100.0000        5051.3333      0.96%
6214.40/315.16	c       315             24          23        20        5100.0000        5051.3333      0.96%
6314.35/320.21	c       320             24          23        20        5100.0000        5051.3333      0.96%
6415.06/325.35	c       325             24          23        20        5100.0000        5051.3333      0.96%
6515.72/330.40	c       330             24          23        20        5100.0000        5051.3333      0.96%
6614.42/335.42	c       335             26          25        20        5100.0000        5051.3333      0.96%
6715.10/340.50	c       340             27          26        20        5100.0000        5051.3333      0.96%
6813.84/345.55	c       346             30          29        20        5100.0000        5051.3333      0.96%
6914.58/350.60	c       351             32          31        20        5100.0000        5051.3333      0.96%
7013.27/355.65	c       356             34          33        20        5100.0000        5051.3333      0.96%
7114.05/360.70	c       361             35          34        20        5100.0000        5051.3333      0.96%
7212.97/365.75	c       366             35          34        20        5100.0000        5051.3333      0.96%
7311.71/370.76	c       371             35          34        20        5100.0000        5051.3333      0.96%
7412.41/375.87	c       376             35          34        20        5100.0000        5051.3333      0.96%
7513.18/380.92	c       381             35          34        20        5100.0000        5051.3333      0.96%
7611.96/385.97	c       386             35          34        20        5100.0000        5051.3333      0.96%
7710.76/391.02	c       391             35          34        20        5100.0000        5051.3333      0.96%
7812.26/396.07	c       396             35          34        20        5100.0000        5051.3333      0.96%
7914.17/401.28	c       401             35          34        20        5100.0000        5051.3333      0.96%
8016.84/406.49	c       406             37          36        20        5100.0000        5051.3333      0.96%
8117.61/411.56	c       412             39          38        20        5100.0000        5051.3333      0.96%
8218.39/416.62	c       417             41          40        20        5100.0000        5051.3333      0.96%
8317.23/421.68	c       422             43          42        20        5100.0000        5051.3333      0.96%
8418.14/426.78	c       427             46          45        20        5100.0000        5051.3333      0.96%
8519.21/431.84	c       432             46          45        20        5100.0000        5051.3333      0.96%
8618.40/436.89	c       437             46          45        20        5100.0000        5051.3333      0.96%
8719.46/441.95	c       442             46          45        20        5100.0000        5051.3333      0.96%
8818.57/447.01	c       447             46          45        20        5100.0000        5051.3333      0.96%
8923.68/452.21	c       452             46          45        20        5100.0000        5051.3333      0.96%
9022.78/457.25	c       457             46          45        20        5100.0000        5051.3333      0.96%
9123.85/462.31	c       462             47          46        20        5100.0000        5051.3333      0.96%
9222.93/467.38	c       467             49          48        20        5100.0000        5051.3333      0.96%
9324.12/472.44	c       472             49          48        20        5100.0000        5051.3333      0.96%
9423.25/477.45	c       477             52          51        20        5100.0000        5051.9997      0.95%
9524.42/482.55	c       483             53          52        20        5100.0000        5051.9997      0.95%
9631.52/487.92	c       488             53          52        20        5100.0000        5051.9997      0.95%
9730.63/492.97	c       493             52          51        20        5100.0000        5052.6415      0.94%
9832.62/498.05	c       498             52          51        20        5100.0000        5052.6415      0.94%
9931.86/503.10	c       503             52          51        20        5100.0000        5052.6415      0.94%
10032.93/508.15	c       508             52          51        20        5100.0000        5052.6415      0.94%
10133.25/513.20	c       513             53          52        20        5100.0000        5052.6415      0.94%
10232.33/518.23	c       518             54          53        20        5100.0000        5052.6415      0.94%
10335.48/523.43	c       523             56          55        20        5100.0000        5052.6415      0.94%
10434.64/528.48	c       528             57          56        20        5100.0000        5052.6415      0.94%
10535.79/533.53	c       534             59          58        20        5100.0000        5052.6415      0.94%
10634.91/538.58	c       539             61          60        20        5100.0000        5052.6415      0.94%
10738.01/543.73	c       544             63          62        20        5100.0000        5053.0000      0.93%
10837.15/548.78	c       549             63          62        20        5100.0000        5053.0000      0.93%
10938.25/553.83	c       554             65          64        20        5100.0000        5053.0000      0.93%
11037.40/558.88	c       559             67          66        20        5100.0000        5053.0000      0.93%
11138.49/563.93	c       564             68          67        20        5100.0000        5053.0000      0.93%
11237.63/568.98	c       569             70          69        20        5100.0000        5053.0000      0.93%
11336.69/574.03	c       574             62          61        20        5100.0000        5053.4806      0.92%
11440.61/579.17	c       579             64          63        20        5100.0000        5053.4806      0.92%
11540.85/584.23	c       584             65          64        20        5100.0000        5053.4806      0.92%
11643.92/589.45	c       589             66          65        20        5100.0000        5053.4806      0.92%
11745.08/594.50	c       594             68          67        20        5100.0000        5053.4806      0.92%
11844.21/599.55	c       600             69          68        20        5100.0000        5053.4806      0.92%
11945.37/604.64	c       605             71          70        20        5100.0000        5053.4806      0.92%
12046.58/609.77	c       610             72          71        20        5100.0000        5053.5000      0.92%
12147.54/614.82	c       615             73          72        20        5100.0000        5053.5000      0.92%
12246.72/619.87	c       620             73          72        20        5100.0000        5053.5000      0.92%
12347.91/624.95	c       625             74          73        20        5100.0000        5053.5000      0.92%
12447.05/630.00	c       630             76          75        20        5100.0000        5053.5000      0.92%
12548.87/635.05	c       635             77          76        20        5100.0000        5053.5000      0.92%
12647.82/640.10	c       640             78          77        20        5100.0000        5053.5000      0.92%
12749.03/645.15	c       645             78          77        20        5100.0000        5053.5000      0.92%
12853.47/650.43	c       650             78          77        20        5100.0000        5053.5000      0.92%
12954.59/655.54	c       656             78          77        20        5100.0000        5053.5000      0.92%
13053.68/660.59	c       661             79          78        20        5100.0000        5053.5000      0.92%
13154.75/665.64	c       666             79          78        20        5100.0000        5053.5000      0.92%
13253.88/670.69	c       671             79          78        20        5100.0000        5053.5000      0.92%
13359.08/675.90	c       676             79          78        20        5100.0000        5053.5000      0.92%
13458.29/680.95	c       681             79          78        20        5100.0000        5053.5000      0.92%
13563.45/686.20	c       686             79          78        20        5100.0000        5053.5000      0.92%
13662.63/691.28	c       691             79          78        20        5100.0000        5053.5000      0.92%
13765.73/696.40	c       696             79          78        20        5100.0000        5053.5000      0.92%
13864.76/701.45	c       701             92          91        20        5100.0000        5054.0000      0.91%
13965.83/706.50	c       706             92          91        20        5100.0000        5054.0000      0.91%
14064.86/711.55	c       712             94          93        20        5100.0000        5054.0000      0.91%
14165.83/716.69	c       717             95          94        20        5100.0000        5054.0000      0.91%
14266.80/721.74	c       722             97          96        20        5100.0000        5054.0000      0.91%
14365.76/726.79	c       727             99          98        20        5100.0000        5054.0000      0.91%
14466.64/731.84	c       732            101         100        20        5100.0000        5054.0000      0.91%
14565.68/736.89	c       737            101         100        20        5100.0000        5054.0000      0.91%
14669.43/742.11	c       742             91          90        20        5100.0000        5054.0000      0.91%
14770.57/747.16	c       747            102         101        20        5100.0000        5054.0000      0.91%
14870.62/752.21	c       752             93          92        20        5100.0000        5054.0000      0.91%
14971.65/757.35	c       757             93          92        20        5100.0000        5054.0000      0.91%
15074.57/762.59	c       763             93          92        20        5100.0000        5054.0000      0.91%
15175.59/767.64	c       768             93          92        20        5100.0000        5054.0000      0.91%
15274.65/772.69	c       773             93          92        20        5100.0000        5054.0000      0.91%
15375.70/777.74	c       778             93          92        20        5100.0000        5054.0000      0.91%
15474.69/782.79	c       783             94          93        20        5100.0000        5054.0000      0.91%
15575.69/787.84	c       788             94          93        20        5100.0000        5054.0000      0.91%
15679.45/793.06	c       793             92          91        20        5100.0000        5054.4223      0.90%
15778.24/798.11	c       798             92          91        20        5100.0000        5054.4223      0.90%
15880.58/803.21	c       803             92          91        20        5100.0000        5054.4223      0.90%
15983.53/808.42	c       808             94          93        20        5100.0000        5054.4223      0.90%
16082.54/813.43	c       813             96          95        20        5100.0000        5054.4223      0.90%
16183.57/818.59	c       819             98          97        20        5100.0000        5054.4223      0.90%
16284.56/823.65	c       824             98          97        20        5100.0000        5054.4223      0.90%
16385.51/828.70	c       829             99          98        20        5100.0000        5054.4223      0.90%
16484.44/833.77	c       834             99          98        20        5100.0000        5054.4223      0.90%
16585.35/838.82	c       839             99          98        20        5100.0000        5054.4223      0.90%
16684.32/843.88	c       844             99          98        20        5100.0000        5054.4223      0.90%
16785.15/848.93	c       849             99          98        20        5100.0000        5054.4223      0.90%
16884.03/853.99	c       854             99          98        20        5100.0000        5054.4223      0.90%
16985.56/859.05	c       859            102         101        20        5100.0000        5054.4652      0.90%
17084.67/864.10	c       864            102         101        20        5100.0000        5054.4652      0.90%
17185.37/869.16	c       869            103         102        20        5100.0000        5054.4652      0.90%
17285.51/874.22	c       874            103         102        20        5100.0000        5054.4652      0.90%
17384.43/879.27	c       879            104         103        20        5100.0000        5054.4652      0.90%
17485.34/884.32	c       884            104         103        20        5100.0000        5054.4652      0.90%
17584.28/889.38	c       889            112         111        20        5100.0000        5054.5000      0.90%
17685.13/894.45	c       894            113         112        20        5100.0000        5054.5000      0.90%
17785.99/899.50	c       900            114         113        20        5100.0000        5054.5000      0.90%
17885.03/904.55	c       905            116         115        20        5100.0000        5054.5000      0.90%
17985.86/909.60	c       910            118         117        20        5100.0000        5054.5000      0.90%
18084.74/914.66	c       915            118         117        20        5100.0000        5054.5000      0.90%
18185.63/919.71	c       920            119         118        20        5100.0000        5054.5000      0.90%
18284.60/924.76	c       925            119         118        20        5100.0000        5054.5000      0.90%
18383.49/929.78	c       930            119         118        20        5100.0000        5054.5000      0.90%
18484.39/934.80	c       935            120         119        20        5100.0000        5054.5000      0.90%
18583.32/939.85	c       940            121         120        20        5100.0000        5054.5000      0.90%
18684.19/944.91	c       945            113         112        20        5100.0000        5054.5000      0.90%
18783.07/949.92	c       950            113         112        20        5100.0000        5054.5000      0.90%
18882.03/955.01	c       955            114         113        20        5100.0000        5054.5000      0.90%
18983.56/960.06	c       960            127         126        20        5100.0000        5054.5000      0.90%
19082.63/965.09	c       965            127         126        20        5100.0000        5054.5000      0.90%
19183.39/970.16	c       970            127         126        20        5100.0000        5054.5000      0.90%
19283.64/975.21	c       975            127         126        20        5100.0000        5054.5000      0.90%
19382.55/980.26	c       980            127         126        20        5100.0000        5054.5000      0.90%
19483.48/985.31	c       985            127         126        20        5100.0000        5054.5000      0.90%
19582.41/990.36	c       990            127         126        20        5100.0000        5054.5000      0.90%
19683.31/995.42	c       995            127         126        20        5100.0000        5054.5000      0.90%
19782.19/1000.47	c      1000            127         126        20        5100.0000        5054.5000      0.90%
19883.08/1005.52	c      1006            119         118        20        5100.0000        5054.5000      0.90%
19982.05/1010.57	c      1011            119         118        20        5100.0000        5054.5000      0.90%
20082.99/1015.64	c      1016            119         118        20        5100.0000        5054.5000      0.90%
20181.96/1020.68	c      1021            119         118        20        5100.0000        5054.5000      0.90%
20282.93/1025.73	c      1026            119         118        20        5100.0000        5054.5000      0.90%
20385.86/1030.91	c      1031            119         118        20        5100.0000        5054.5000      0.90%
20484.83/1035.96	c      1036            130         129        20        5100.0000        5054.5000      0.90%
20583.74/1041.01	c      1041            130         129        20        5100.0000        5054.5000      0.90%
20688.59/1046.27	c      1046            130         129        20        5100.0000        5054.5000      0.90%
20789.49/1051.32	c      1051            122         121        20        5100.0000        5054.7500      0.90%
20888.44/1056.37	c      1056            122         121        20        5100.0000        5054.7500      0.90%
20991.47/1061.50	c      1062            133         132        20        5100.0000        5054.7500      0.90%
21090.52/1066.55	c      1067            124         123        20        5100.0000        5054.7500      0.90%
21193.52/1071.70	c      1072            124         123        20        5100.0000        5054.7500      0.90%
21294.54/1076.84	c      1077            124         123        20        5100.0000        5054.7500      0.90%
21393.48/1081.89	c      1082            124         123        20        5100.0000        5054.7500      0.90%
21494.49/1086.94	c      1087            124         123        20        5100.0000        5054.7500      0.90%
21593.50/1091.99	c      1092            124         123        20        5100.0000        5054.7500      0.90%
21695.29/1097.13	c      1097            124         123        20        5100.0000        5054.7500      0.90%
21796.16/1102.18	c      1102            124         123        20        5100.0000        5054.7500      0.90%
21896.55/1107.28	c      1107            124         123        20        5100.0000        5054.7500      0.90%
21997.59/1112.33	c      1112            124         123        20        5100.0000        5054.7500      0.90%
22096.62/1117.39	c      1117            136         135        20        5100.0000        5054.7500      0.90%
22197.75/1122.44	c      1122            126         125        20        5100.0000        5054.7500      0.90%
22298.99/1127.54	c      1128            127         126        20        5100.0000        5054.7500      0.90%
22400.18/1132.62	c      1133            138         137        20        5100.0000        5054.7500      0.90%
22503.42/1137.83	c      1138            138         137        20        5100.0000        5054.7500      0.90%
22602.68/1142.89	c      1143            138         137        20        5100.0000        5054.7500      0.90%
22703.97/1147.94	c      1148            138         137        20        5100.0000        5054.7500      0.90%
22803.24/1152.99	c      1153            138         137        20        5100.0000        5054.7500      0.90%
22905.17/1158.04	c      1158            138         137        20        5100.0000        5054.7500      0.90%
23004.38/1163.09	c      1163            132         131        20        5100.0000        5054.9624      0.89%
23107.01/1168.21	c      1168            133         132        20        5100.0000        5054.9624      0.89%
23206.31/1173.26	c      1173            134         133        20        5100.0000        5054.9624      0.89%
23307.56/1178.31	c      1178            135         134        20        5100.0000        5054.9624      0.89%
23406.80/1183.36	c      1183            137         136        20        5100.0000        5054.9624      0.89%
23510.05/1188.53	c      1189            138         137        20        5100.0000        5054.9624      0.89%
23609.31/1193.58	c      1194            138         137        20        5100.0000        5054.9624      0.89%
23710.49/1198.63	c      1199            141         140        20        5100.0000        5054.9624      0.89%
23809.69/1203.68	c      1204            143         142        20        5100.0000        5055.0000      0.89%
23910.91/1208.73	c      1209            142         141        20        5100.0000        5055.0000      0.89%
24012.13/1213.85	c      1214            143         142        20        5100.0000        5055.0000      0.89%
24113.31/1218.90	c      1219            149         148        20        5100.0000        5055.0000      0.89%
24212.52/1223.95	c      1224            149         148        20        5100.0000        5055.0000      0.89%
24311.83/1228.97	c      1229            149         148        20        5100.0000        5055.0000      0.89%
24411.06/1234.02	c      1234            149         148        20        5100.0000        5055.0000      0.89%
24512.95/1239.11	c      1239            149         148        20        5100.0000        5055.0000      0.89%
24612.28/1244.13	c      1244            149         148        20        5100.0000        5055.0000      0.89%
24716.72/1249.33	c      1249            149         148        20        5100.0000        5055.0000      0.89%
24815.81/1254.38	c      1254            149         148        20        5100.0000        5055.0000      0.89%
24917.02/1259.43	c      1259            147         146        20        5100.0000        5055.0000      0.89%
25016.18/1264.48	c      1264            150         149        20        5100.0000        5055.0000      0.89%
25117.32/1269.58	c      1270            150         149        20        5100.0000        5055.0000      0.89%
25220.51/1274.73	c      1275            150         149        20        5100.0000        5055.0000      0.89%
25319.73/1279.78	c      1280            150         149        20        5100.0000        5055.0000      0.89%
25420.91/1284.81	c      1285            150         149        20        5100.0000        5055.0000      0.89%
25522.07/1289.94	c      1290            150         149        20        5100.0000        5055.0000      0.89%
25624.14/1295.09	c      1295            150         149        20        5100.0000        5055.0000      0.89%
25723.36/1300.14	c      1300            151         150        20        5100.0000        5055.0000      0.89%
25824.24/1305.19	c      1305            152         151        20        5100.0000        5055.0000      0.89%
25924.59/1310.24	c      1310            153         152        20        5100.0000        5055.0000      0.89%
26025.67/1315.38	c      1315            152         151        20        5100.0000        5055.2984      0.88%
26126.75/1320.43	c      1320            152         151        20        5100.0000        5055.2984      0.88%
26225.86/1325.48	c      1325            153         152        20        5100.0000        5055.2984      0.88%
26326.89/1330.54	c      1331            154         153        20        5100.0000        5055.2984      0.88%
26427.99/1335.64	c      1336            154         153        20        5100.0000        5055.2984      0.88%
26527.14/1340.68	c      1341            155         154        20        5100.0000        5055.2984      0.88%
26628.21/1345.74	c      1346            155         154        20        5100.0000        5055.2984      0.88%
26729.27/1350.84	c      1351            157         156        20        5100.0000        5055.2984      0.88%
26828.30/1355.89	c      1356            157         156        20        5100.0000        5055.2984      0.88%
26929.35/1360.94	c      1361            158         157        20        5100.0000        5055.2984      0.88%
27028.44/1365.99	c      1366            158         157        20        5100.0000        5055.2984      0.88%
27127.55/1371.04	c      1371            160         159        20        5100.0000        5055.2984      0.88%
27229.45/1376.10	c      1376            161         160        20        5100.0000        5055.2984      0.88%
27330.47/1381.14	c      1381            161         160        20        5100.0000        5055.2984      0.88%
27429.57/1386.19	c      1386            161         160        20        5100.0000        5055.2984      0.88%
27529.79/1391.25	c      1391            161         160        20        5100.0000        5055.2984      0.88%
27636.83/1396.66	c      1397            162         161        20        5100.0000        5055.5000      0.88%
27737.88/1401.71	c      1402            162         161        20        5100.0000        5055.5000      0.88%
27836.92/1406.76	c      1407            163         162        20        5100.0000        5055.5000      0.88%
27937.95/1411.81	c      1412            164         163        20        5100.0000        5055.5000      0.88%
28037.01/1416.88	c      1417            164         163        20        5100.0000        5055.5000      0.88%
28138.01/1422.01	c      1422            165         164        20        5100.0000        5055.5000      0.88%
28239.96/1427.06	c      1427            172         171        20        5100.0000        5055.6050      0.88%
28338.71/1432.11	c      1432            174         173        20        5100.0000        5055.6050      0.88%
28437.67/1437.12	c      1437            176         175        20        5100.0000        5055.6050      0.88%
28539.83/1442.21	c      1442            178         177        20        5100.0000        5055.6050      0.88%
28638.80/1447.27	c      1447            181         180        20        5100.0000        5055.6050      0.88%
28739.78/1452.32	c      1452            182         181        20        5100.0000        5055.8430      0.87%
28840.75/1457.46	c      1457            182         181        20        5100.0000        5055.8430      0.87%
28941.70/1462.51	c      1463            182         181        20        5100.0000        5055.8430      0.87%
29042.67/1467.64	c      1468            184         183        20        5100.0000        5055.8430      0.87%
29141.66/1472.68	c      1473            186         185        20        5100.0000        5055.8430      0.87%
29242.61/1477.79	c      1478            188         187        20        5100.0000        5055.8430      0.87%
29343.60/1482.84	c      1483            189         188        20        5100.0000        5055.8430      0.87%
29442.56/1487.89	c      1488            191         190        20        5100.0000        5055.8430      0.87%
29543.50/1492.94	c      1493            192         191        20        5100.0000        5055.8979      0.87%
29642.49/1498.00	c      1498            193         192        20        5100.0000        5055.8979      0.87%
29741.47/1503.05	c      1503            193         192        20        5100.0000        5055.8979      0.87%
29843.35/1508.10	c      1508            193         192        20        5100.0000        5055.8979      0.87%
29944.37/1513.15	c      1513            194         193        20        5100.0000        5055.8979      0.87%
30044.29/1518.20	c      1518            196         195        20        5100.0000        5055.8979      0.87%
30145.21/1523.33	c      1523            198         197        20        5100.0000        5055.8979      0.87%
30244.19/1528.38	c      1528            198         197        20        5100.0000        5055.8979      0.87%
30345.16/1533.46	c      1533            199         198        20        5100.0000        5055.8979      0.87%
30446.13/1538.51	c      1539            199         198        20        5100.0000        5055.8979      0.87%
30549.11/1543.71	c      1544            199         198        20        5100.0000        5055.8979      0.87%
30648.12/1548.76	c      1549            199         198        20        5100.0000        5055.8979      0.87%
30749.11/1553.81	c      1554            199         198        20        5100.0000        5055.8979      0.87%
30848.09/1558.89	c      1559            199         198        20        5100.0000        5055.8979      0.87%
30949.07/1563.95	c      1564            199         198        20        5100.0000        5055.8979      0.87%
31048.07/1569.00	c      1569            199         198        20        5100.0000        5055.8979      0.87%
31149.72/1574.05	c      1574            199         198        20        5100.0000        5055.8979      0.87%
31248.79/1579.10	c      1579            199         198        20        5100.0000        5055.8979      0.87%
31349.89/1584.15	c      1584            199         198        20        5100.0000        5055.8979      0.87%
31449.89/1589.20	c      1589            199         198        20        5100.0000        5055.8979      0.87%
31548.87/1594.25	c      1594            200         199        20        5100.0000        5055.8979      0.87%
31649.83/1599.30	c      1599            201         200        20        5100.0000        5055.8979      0.87%
31748.82/1604.35	c      1604            202         201        20        5100.0000        5055.8979      0.87%
31849.79/1609.49	c      1609            202         201        20        5100.0000        5055.8979      0.87%
31950.74/1614.54	c      1615            202         201        20        5100.0000        5055.8979      0.87%
32051.74/1619.67	c      1620            182         181        20        5100.0000        5055.9333      0.87%
32152.67/1624.72	c      1625            184         183        20        5100.0000        5055.9333      0.87%
32251.65/1629.77	c      1630            185         184        20        5100.0000        5055.9333      0.87%
32352.56/1634.82	c      1635            185         184        20        5100.0000        5055.9333      0.87%
32451.54/1639.88	c      1640            185         184        20        5100.0000        5055.9333      0.87%
32552.53/1644.93	c      1645            186         185        20        5100.0000        5055.9333      0.87%
32651.49/1650.01	c      1650            187         186        20        5100.0000        5055.9333      0.87%
32750.47/1655.03	c      1655            188         187        20        5100.0000        5055.9333      0.87%
32852.45/1660.07	c      1660            189         188        20        5100.0000        5055.9333      0.87%
32953.34/1665.16	c      1665            189         188        20        5100.0000        5055.9333      0.87%
33053.34/1670.21	c      1670            189         188        20        5100.0000        5055.9333      0.87%
33152.32/1675.26	c      1675            189         188        20        5100.0000        5055.9333      0.87%
33253.31/1680.31	c      1680            189         188        20        5100.0000        5055.9333      0.87%
33352.33/1685.36	c      1685            189         188        20        5100.0000        5055.9333      0.87%
33453.32/1690.41	c      1690            189         188        20        5100.0000        5055.9333      0.87%
33552.35/1695.46	c      1695            189         188        20        5100.0000        5055.9333      0.87%
33653.33/1700.51	c      1701            190         189        20        5100.0000        5055.9333      0.87%
33752.33/1705.56	c      1706            191         190        20        5100.0000        5055.9333      0.87%
33853.35/1710.61	c      1711            191         190        20        5100.0000        5055.9333      0.87%
33954.35/1715.76	c      1716            191         190        20        5100.0000        5055.9333      0.87%
34055.34/1720.81	c      1721            191         190        20        5100.0000        5055.9333      0.87%
34154.27/1725.86	c      1726            192         191        20        5100.0000        5055.9333      0.87%
34255.24/1730.91	c      1731            193         192        20        5100.0000        5055.9333      0.87%
34357.12/1736.10	c      1736            193         192        20        5100.0000        5055.9333      0.87%
34457.98/1741.15	c      1741            194         193        20        5100.0000        5055.9333      0.87%
34558.19/1746.20	c      1746            194         193        20        5100.0000        5055.9333      0.87%
34657.17/1751.25	c      1751            194         193        20        5100.0000        5055.9333      0.87%
34758.17/1756.30	c      1756            194         193        20        5100.0000        5055.9333      0.87%
34857.20/1761.35	c      1761            194         193        20        5100.0000        5055.9333      0.87%
34958.15/1766.40	c      1766            194         193        20        5100.0000        5055.9333      0.87%
35057.16/1771.45	c      1771            194         193        20        5100.0000        5055.9333      0.87%
35158.13/1776.50	c      1776            194         193        20        5100.0000        5055.9333      0.87%
35257.15/1781.55	c      1782            212         211        20        5100.0000        5056.0000      0.87%
35358.12/1786.60	c      1787            213         212        20        5100.0000        5056.0000      0.87%
35457.08/1791.65	c      1792            213         212        20        5100.0000        5056.0000      0.87%
35558.12/1796.70	c      1797            213         212        20        5100.0000        5056.0000      0.87%
35657.17/1801.73	c      1802            213         212        20        5100.0000        5056.0000      0.87%
35756.19/1806.79	c      1807            214         213        20        5100.0000        5056.0000      0.87%
35857.19/1811.84	c      1812            215         214        20        5100.0000        5056.0000      0.87%
35956.21/1816.89	c      1817            215         214        20        5100.0000        5056.0000      0.87%
36057.23/1822.01	c      1822            217         216        20        5100.0000        5056.0000      0.87%
36159.03/1827.06	c      1827            218         217        20        5100.0000        5056.0000      0.87%
36258.19/1832.11	c      1832            219         218        20        5100.0000        5056.0000      0.87%
36359.19/1837.17	c      1837            220         219        20        5100.0000        5056.0000      0.87%
36459.33/1842.22	c      1842            221         220        20        5100.0000        5056.0000      0.87%
36560.40/1847.34	c      1847            221         220        20        5100.0000        5056.0000      0.87%
36661.44/1852.42	c      1852            221         220        20        5100.0000        5056.0000      0.87%
36762.51/1857.53	c      1858            221         220        20        5100.0000        5056.0000      0.87%
36863.55/1862.62	c      1863            222         221        20        5100.0000        5056.3545      0.86%
36964.58/1867.73	c      1868            223         222        20        5100.0000        5056.3545      0.86%
37063.61/1872.79	c      1873            224         223        20        5100.0000        5056.3545      0.86%
37164.66/1877.89	c      1878            224         223        20        5100.0000        5056.3545      0.86%
37265.71/1883.01	c      1883            224         223        20        5100.0000        5056.3545      0.86%
37367.51/1888.09	c      1888            224         223        20        5100.0000        5056.3545      0.86%
37469.75/1893.23	c      1893            224         223        20        5100.0000        5056.3545      0.86%
37570.80/1898.36	c      1898            224         223        20        5100.0000        5056.3545      0.86%
37671.84/1903.41	c      1903            224         223        20        5100.0000        5056.3545      0.86%
37770.88/1908.46	c      1908            224         223        20        5100.0000        5056.3545      0.86%
37871.92/1913.51	c      1914            224         223        20        5100.0000        5056.3545      0.86%
37970.94/1918.56	c      1919            224         223        20        5100.0000        5056.3545      0.86%
38071.97/1923.61	c      1924            225         224        20        5100.0000        5056.3545      0.86%
38177.02/1928.96	c      1929            225         224        20        5100.0000        5056.3545      0.86%
38280.92/1934.15	c      1934            226         225        20        5100.0000        5056.3545      0.86%
38381.02/1939.21	c      1939            227         226        20        5100.0000        5056.3545      0.86%
38480.07/1944.26	c      1944            227         226        20        5100.0000        5056.3545      0.86%
38581.14/1949.36	c      1949            227         226        20        5100.0000        5056.3545      0.86%
38682.17/1954.41	c      1954            227         226        20        5100.0000        5056.3545      0.86%
38781.23/1959.46	c      1959            227         226        20        5100.0000        5056.3545      0.86%
38880.27/1964.49	c      1964            228         227        20        5100.0000        5056.3545      0.86%
38981.28/1969.57	c      1970            228         227        20        5100.0000        5056.3545      0.86%
39082.30/1974.64	c      1975            228         227        20        5100.0000        5056.3545      0.86%
39181.34/1979.69	c      1980            228         227        20        5100.0000        5056.3545      0.86%
39282.32/1984.76	c      1985            228         227        20        5100.0000        5056.3545      0.86%
39383.36/1989.81	c      1990            228         227        20        5100.0000        5056.3545      0.86%
39482.42/1994.87	c      1995            228         227        20        5100.0000        5056.3545      0.86%
39583.42/1999.93	c      2000            229         228        20        5100.0000        5056.3545      0.86%
39682.45/2004.99	c      2005            229         228        20        5100.0000        5056.3545      0.86%
39781.50/2010.04	c      2010            229         228        20        5100.0000        5056.3545      0.86%
39883.42/2015.11	c      2015            229         228        20        5100.0000        5056.3545      0.86%
39984.17/2020.15	c      2020            229         228        20        5100.0000        5056.3545      0.86%
40083.33/2025.20	c      2025            229         228        20        5100.0000        5056.3545      0.86%
40183.61/2030.25	c      2030            229         228        20        5100.0000        5056.3545      0.86%
40284.68/2035.30	c      2035            229         228        20        5100.0000        5056.3545      0.86%
40383.74/2040.35	c      2040            229         228        20        5100.0000        5056.3545      0.86%
40482.79/2045.40	c      2045            230         229        20        5100.0000        5056.3545      0.86%
40583.80/2050.45	c      2050            231         230        20        5100.0000        5056.3545      0.86%
40686.78/2055.63	c      2056            231         230        20        5100.0000        5056.3545      0.86%
40787.82/2060.73	c      2061            231         230        20        5100.0000        5056.3545      0.86%
40886.87/2065.79	c      2066            231         230        20        5100.0000        5056.3545      0.86%
40987.86/2070.84	c      2071            231         230        20        5100.0000        5056.3545      0.86%
41086.86/2075.89	c      2076            232         231        20        5100.0000        5056.3750      0.86%
41187.90/2080.94	c      2081            212         211        20        5100.0000        5056.8333      0.85%
41286.92/2085.99	c      2086            212         211        20        5100.0000        5056.8333      0.85%
41385.99/2091.05	c      2091            213         212        20        5100.0000        5056.8333      0.85%
41488.07/2096.11	c      2096            213         212        20        5100.0000        5056.8333      0.85%
41589.02/2101.17	c      2101            214         213        20        5100.0000        5056.8333      0.85%
41689.06/2106.22	c      2106            215         214        20        5100.0000        5056.8333      0.85%
41788.08/2111.27	c      2111            215         214        20        5100.0000        5056.8333      0.85%
41889.08/2116.35	c      2116            215         214        20        5100.0000        5056.8333      0.85%
41990.12/2121.40	c      2121            215         214        20        5100.0000        5056.8333      0.85%
42089.20/2126.46	c      2126            216         215        20        5100.0000        5056.8333      0.85%
42190.21/2131.51	c      2132            217         216        20        5100.0000        5056.8333      0.85%
42289.23/2136.56	c      2137            218         217        20        5100.0000        5056.8333      0.85%
42390.29/2141.61	c      2142            220         219        20        5100.0000        5056.8333      0.85%
42489.37/2146.66	c      2147            221         220        20        5100.0000        5056.8333      0.85%
42590.40/2151.71	c      2152            222         221        20        5100.0000        5056.8333      0.85%
42689.48/2156.77	c      2157            222         221        20        5100.0000        5056.8333      0.85%
42790.54/2161.82	c      2162            223         222        20        5100.0000        5056.8333      0.85%
42889.60/2166.87	c      2167            223         222        20        5100.0000        5056.8333      0.85%
42990.62/2171.93	c      2172            223         222        20        5100.0000        5056.8333      0.85%
43089.67/2176.98	c      2177            224         223        20        5100.0000        5056.8333      0.85%
43188.72/2182.03	c      2182            226         225        20        5100.0000        5056.8333      0.85%
43293.60/2187.25	c      2187            227         226        20        5100.0000        5056.8333      0.85%
43394.66/2192.30	c      2192            228         227        20        5100.0000        5056.8333      0.85%
43493.71/2197.35	c      2197            230         229        20        5100.0000        5056.8333      0.85%
43594.73/2202.41	c      2202            231         230        20        5100.0000        5056.8333      0.85%
43695.76/2207.53	c      2208            231         230        20        5100.0000        5056.8333      0.85%
43796.80/2212.63	c      2213            231         230        20        5100.0000        5056.8333      0.85%
43895.81/2217.68	c      2218            232         231        20        5100.0000        5056.9167      0.85%
43996.79/2222.75	c      2223            233         232        20        5100.0000        5056.9167      0.85%
44095.80/2227.78	c      2228            235         234        20        5100.0000        5056.9167      0.85%
44196.79/2232.87	c      2233            236         235        20        5100.0000        5056.9167      0.85%
44297.80/2237.92	c      2238            236         235        20        5100.0000        5056.9167      0.85%
44396.83/2242.98	c      2243            237         236        20        5100.0000        5056.9167      0.85%
44498.72/2248.08	c      2248            237         236        20        5100.0000        5056.9167      0.85%
44600.80/2253.22	c      2253            237         236        20        5100.0000        5056.9167      0.85%
44699.82/2258.27	c      2258            238         237        20        5100.0000        5056.9167      0.85%
44800.79/2263.32	c      2263            240         239        20        5100.0000        5056.9167      0.85%
44899.87/2268.37	c      2268            241         240        20        5100.0000        5056.9167      0.85%
45000.92/2273.43	c      2273            242         241        20        5100.0000        5057.0543      0.85%
45099.97/2278.48	c      2278            243         242        20        5100.0000        5057.0543      0.85%
45201.03/2283.53	c      2284            244         243        20        5100.0000        5057.0543      0.85%
45300.11/2288.58	c      2289            245         244        20        5100.0000        5057.0543      0.85%
45401.15/2293.63	c      2294            245         244        20        5100.0000        5057.0543      0.85%
45500.20/2298.68	c      2299            245         244        20        5100.0000        5057.0543      0.85%
45603.18/2303.83	c      2304            246         245        20        5100.0000        5057.0543      0.85%
45702.22/2308.88	c      2309            247         246        20        5100.0000        5057.0543      0.85%
45803.21/2313.99	c      2314            249         248        20        5100.0000        5057.0543      0.85%
45905.08/2319.13	c      2319            250         249        20        5100.0000        5057.0543      0.85%
46006.12/2324.18	c      2324            252         251        20        5100.0000        5057.0833      0.85%
46106.23/2329.23	c      2329            253         252        20        5100.0000        5057.0833      0.85%
46209.22/2334.43	c      2334            254         253        20        5100.0000        5057.0833      0.85%
46308.26/2339.47	c      2339            255         254        20        5100.0000        5057.0833      0.85%
46409.26/2344.52	c      2345            255         254        20        5100.0000        5057.0833      0.85%
46508.26/2349.57	c      2350            255         254        20        5100.0000        5057.0833      0.85%
46609.27/2354.62	c      2355            257         256        20        5100.0000        5057.0833      0.85%
46708.29/2359.67	c      2360            258         257        20        5100.0000        5057.0833      0.85%
46809.26/2364.72	c      2365            258         257        20        5100.0000        5057.0833      0.85%
46908.33/2369.77	c      2370            259         258        20        5100.0000        5057.0833      0.85%
47009.39/2374.80	c      2375            261         260        20        5100.0000        5057.0833      0.85%
47108.40/2379.85	c      2380            262         261        20        5100.0000        5057.4202      0.84%
47209.40/2384.92	c      2385            262         261        20        5100.0000        5057.4202      0.84%
47311.34/2390.05	c      2390            262         261        20        5100.0000        5057.4202      0.84%
47412.30/2395.17	c      2395            263         262        20        5100.0000        5057.4202      0.84%
47512.42/2400.22	c      2400            264         263        20        5100.0000        5057.4202      0.84%
47611.48/2405.27	c      2405            265         264        20        5100.0000        5057.4202      0.84%
47712.52/2410.32	c      2410            265         264        20        5100.0000        5057.4202      0.84%
47811.55/2415.37	c      2415            267         266        20        5100.0000        5057.4202      0.84%
47912.60/2420.42	c      2420            268         267        20        5100.0000        5057.4202      0.84%
48011.67/2425.47	c      2425            268         267        20        5100.0000        5057.4202      0.84%
48112.69/2430.54	c      2431            269         268        20        5100.0000        5057.4202      0.84%
48211.71/2435.59	c      2436            270         269        20        5100.0000        5057.4202      0.84%
48312.72/2440.64	c      2441            271         270        20        5100.0000        5057.4202      0.84%
48411.72/2445.69	c      2446            273         272        20        5100.0000        5057.4202      0.84%
48512.68/2450.77	c      2451            274         273        20        5100.0000        5057.4202      0.84%
48613.68/2455.82	c      2456            276         275        20        5100.0000        5057.4202      0.84%
48712.67/2460.87	c      2461            277         276        20        5100.0000        5057.4202      0.84%
48813.61/2465.92	c      2466            277         276        20        5100.0000        5057.4202      0.84%
48912.65/2471.00	c      2471            277         276        20        5100.0000        5057.4202      0.84%
49014.50/2476.09	c      2476            279         278        20        5100.0000        5057.4202      0.84%
49115.51/2481.18	c      2481            279         278        20        5100.0000        5057.4202      0.84%
49215.65/2486.23	c      2486            281         280        20        5100.0000        5057.4202      0.84%
49314.70/2491.28	c      2491            282         281        20        5100.0000        5057.5000      0.84%
49421.68/2496.66	c      2497            282         281        20        5100.0000        5057.5000      0.84%
49522.82/2501.75	c      2502            283         282        20        5100.0000        5057.5000      0.84%
49623.76/2506.80	c      2507            284         283        20        5100.0000        5057.5000      0.84%
49722.86/2511.85	c      2512            284         283        20        5100.0000        5057.5000      0.84%
49823.91/2516.97	c      2517            284         283        20        5100.0000        5057.5000      0.84%
49922.97/2522.02	c      2522            285         284        20        5100.0000        5057.5000      0.84%
50024.82/2527.07	c      2527            285         284        20        5100.0000        5057.5000      0.84%
50123.77/2532.08	c      2532            285         284        20        5100.0000        5057.5000      0.84%
50225.12/2537.17	c      2537            285         284        20        5100.0000        5057.5000      0.84%
50327.05/2542.31	c      2542            285         284        20        5100.0000        5057.5000      0.84%
50426.07/2547.36	c      2547            285         284        20        5100.0000        5057.5000      0.84%
50527.05/2552.41	c      2552            285         284        20        5100.0000        5057.5000      0.84%
50626.08/2557.46	c      2557            285         284        20        5100.0000        5057.5000      0.84%
50727.11/2562.54	c      2563            285         284        20        5100.0000        5057.5000      0.84%
50828.13/2567.63	c      2568            285         284        20        5100.0000        5057.5000      0.84%
50927.18/2572.68	c      2573            285         284        20        5100.0000        5057.5000      0.84%
51028.21/2577.73	c      2578            285         284        20        5100.0000        5057.5000      0.84%
51127.24/2582.78	c      2583            287         286        20        5100.0000        5057.5000      0.84%
51230.27/2587.97	c      2588            287         286        20        5100.0000        5057.5000      0.84%
51329.40/2593.01	c      2593            287         286        20        5100.0000        5057.5000      0.84%
51431.06/2598.12	c      2598            287         286        20        5100.0000        5057.5000      0.84%
51532.66/2603.17	c      2603            287         286        20        5100.0000        5057.5000      0.84%
51632.55/2608.22	c      2608            287         286        20        5100.0000        5057.5000      0.84%
51731.63/2613.26	c      2613            287         286        20        5100.0000        5057.5000      0.84%
51838.66/2618.60	c      2619            287         286        20        5100.0000        5057.5000      0.84%
51937.70/2623.67	c      2624            287         286        20        5100.0000        5057.5000      0.84%
52038.77/2628.72	c      2629            287         286        20        5100.0000        5057.5000      0.84%
52137.89/2633.77	c      2634            287         286        20        5100.0000        5057.5000      0.84%
52238.91/2638.82	c      2639            287         286        20        5100.0000        5057.5000      0.84%
52337.97/2643.87	c      2644            288         287        20        5100.0000        5057.5000      0.84%
52439.04/2648.92	c      2649            289         288        20        5100.0000        5057.5000      0.84%
52538.11/2653.97	c      2654            289         288        20        5100.0000        5057.5000      0.84%
52637.17/2659.02	c      2659            289         288        20        5100.0000        5057.5000      0.84%
52739.28/2664.10	c      2664            289         288        20        5100.0000        5057.5000      0.84%
52840.07/2669.16	c      2669            289         288        20        5100.0000        5057.5000      0.84%
52940.41/2674.21	c      2674            289         288        20        5100.0000        5057.5000      0.84%
53039.56/2679.26	c      2679            289         288        20        5100.0000        5057.5000      0.84%
53142.66/2684.45	c      2684            289         288        20        5100.0000        5057.5000      0.84%
53243.75/2689.52	c      2690            290         289        20        5100.0000        5057.5000      0.84%
53344.87/2694.63	c      2695            291         290        20        5100.0000        5057.5000      0.84%
53444.01/2699.68	c      2700            291         290        20        5100.0000        5057.5000      0.84%
53547.16/2704.85	c      2705            292         291        20        5100.0000        5057.7356      0.84%
53648.31/2709.90	c      2710            292         291        20        5100.0000        5057.7356      0.84%
53747.49/2714.95	c      2715            292         291        20        5100.0000        5057.7356      0.84%
53849.29/2720.09	c      2720            292         291        20        5100.0000        5057.7356      0.84%
53950.38/2725.14	c      2725            292         291        20        5100.0000        5057.7356      0.84%
54049.57/2730.19	c      2730            293         292        20        5100.0000        5057.7356      0.84%
54149.95/2735.24	c      2735            293         292        20        5100.0000        5057.7356      0.84%
54249.08/2740.29	c      2740            293         292        20        5100.0000        5057.7356      0.84%
54350.24/2745.37	c      2745            293         292        20        5100.0000        5057.7356      0.84%
54451.42/2750.42	c      2750            293         292        20        5100.0000        5057.7356      0.84%
54552.58/2755.51	c      2756            293         292        20        5100.0000        5057.7356      0.84%
54651.76/2760.56	c      2761            294         293        20        5100.0000        5057.7356      0.84%
54752.93/2765.61	c      2766            294         293        20        5100.0000        5057.7356      0.84%
54852.10/2770.68	c      2771            294         293        20        5100.0000        5057.7356      0.84%
54955.22/2775.85	c      2776            294         293        20        5100.0000        5057.7356      0.84%
55056.34/2780.90	c      2781            294         293        20        5100.0000        5057.7356      0.84%
55155.50/2785.91	c      2786            294         293        20        5100.0000        5057.7356      0.84%
55254.66/2791.00	c      2791            294         293        20        5100.0000        5057.7356      0.84%
55356.53/2796.05	c      2796            294         293        20        5100.0000        5057.7356      0.84%
55455.66/2801.10	c      2801            294         293        20        5100.0000        5057.7356      0.84%
55556.55/2806.15	c      2806            294         293        20        5100.0000        5057.7356      0.84%
55657.16/2811.20	c      2811            295         294        20        5100.0000        5057.7356      0.84%
55756.33/2816.25	c      2816            295         294        20        5100.0000        5057.7356      0.84%
55855.47/2821.26	c      2821            295         294        20        5100.0000        5057.7356      0.84%
55956.63/2826.31	c      2826            295         294        20        5100.0000        5057.7356      0.84%
56055.76/2831.39	c      2831            296         295        20        5100.0000        5057.7356      0.84%
56156.87/2836.44	c      2836            296         295        20        5100.0000        5057.7356      0.84%
56256.01/2841.49	c      2841            296         295        20        5100.0000        5057.7356      0.84%
56357.21/2846.55	c      2847            296         295        20        5100.0000        5057.7356      0.84%
56458.24/2851.60	c      2852            296         295        20        5100.0000        5057.7356      0.84%
56557.44/2856.66	c      2857            296         295        20        5100.0000        5057.7356      0.84%
56658.58/2861.73	c      2862            296         295        20        5100.0000        5057.7356      0.84%
56757.64/2866.78	c      2867            296         295        20        5100.0000        5057.7356      0.84%
56860.70/2871.94	c      2872            296         295        20        5100.0000        5057.7356      0.84%
56959.82/2876.99	c      2877            296         295        20        5100.0000        5057.7356      0.84%
57061.72/2882.06	c      2882            296         295        20        5100.0000        5057.7356      0.84%
57160.64/2887.11	c      2887            296         295        20        5100.0000        5057.7356      0.84%
57262.00/2892.19	c      2892            297         296        20        5100.0000        5057.7356      0.84%
57362.24/2897.24	c      2897            297         296        20        5100.0000        5057.7356      0.84%
57461.35/2902.29	c      2902            297         296        20        5100.0000        5057.7356      0.84%
57562.49/2907.34	c      2907            297         296        20        5100.0000        5057.7356      0.84%
57661.58/2912.39	c      2912            298         297        20        5100.0000        5057.7356      0.84%
57762.65/2917.44	c      2917            298         297        20        5100.0000        5057.7356      0.84%
57861.80/2922.49	c      2922            298         297        20        5100.0000        5057.7356      0.84%
57962.81/2927.52	c      2928            298         297        20        5100.0000        5057.7356      0.84%
58065.89/2932.71	c      2933            298         297        20        5100.0000        5057.7356      0.84%
58164.96/2937.76	c      2938            298         297        20        5100.0000        5057.7356      0.84%
58266.04/2942.81	c      2943            298         297        20        5100.0000        5057.7356      0.84%
58365.20/2947.85	c      2948            298         297        20        5100.0000        5057.7356      0.84%
58464.32/2952.86	c      2953            298         297        20        5100.0000        5057.7356      0.84%
58565.39/2958.00	c      2958            298         297        20        5100.0000        5057.7356      0.84%
58667.18/2963.07	c      2963            298         297        20        5100.0000        5057.7356      0.84%
58769.54/2968.25	c      2968            298         297        20        5100.0000        5057.7356      0.84%
58870.63/2973.30	c      2973            298         297        20        5100.0000        5057.7356      0.84%
58971.75/2978.45	c      2978            299         298        20        5100.0000        5057.7356      0.84%
59070.83/2983.49	c      2983            299         298        20        5100.0000        5057.7356      0.84%
59171.92/2988.54	c      2989            299         298        20        5100.0000        5057.7356      0.84%
59271.03/2993.59	c      2994            299         298        20        5100.0000        5057.7356      0.84%
59372.13/2998.64	c      2999            299         298        20        5100.0000        5057.7356      0.84%
59473.19/3003.70	c      3004            299         298        20        5100.0000        5057.7356      0.84%
59572.27/3008.75	c      3009            299         298        20        5100.0000        5057.7356      0.84%
59673.39/3013.80	c      3014            299         298        20        5100.0000        5057.7356      0.84%
59774.49/3018.96	c      3019            300         299        20        5100.0000        5057.7356      0.84%
59873.56/3024.01	c      3024            301         300        20        5100.0000        5057.7356      0.84%
59975.46/3029.08	c      3029            301         300        20        5100.0000        5057.7356      0.84%
60074.47/3034.13	c      3034            301         300        20        5100.0000        5057.7356      0.84%
60175.61/3039.18	c      3039            301         300        20        5100.0000        5057.7356      0.84%
60275.92/3044.23	c      3044            302         301        20        5100.0000        5057.7500      0.84%
60375.01/3049.28	c      3049            303         302        20        5100.0000        5057.7500      0.84%
60476.10/3054.33	c      3054            303         302        20        5100.0000        5057.7500      0.84%
60579.18/3059.50	c      3060            303         302        20        5100.0000        5057.7500      0.84%
60678.28/3064.55	c      3065            303         302        20        5100.0000        5057.7500      0.84%
60779.34/3069.60	c      3070            303         302        20        5100.0000        5057.7500      0.84%
60878.42/3074.63	c      3075            303         302        20        5100.0000        5057.7500      0.84%
60977.51/3079.68	c      3080            303         302        20        5100.0000        5057.7500      0.84%
61078.58/3084.73	c      3085            303         302        20        5100.0000        5057.7500      0.84%
61177.66/3089.78	c      3090            303         302        20        5100.0000        5057.7500      0.84%
61278.78/3094.82	c      3095            304         303        20        5100.0000        5057.7500      0.84%
61379.87/3099.95	c      3100            305         304        20        5100.0000        5057.7500      0.84%
61478.98/3105.02	c      3105            305         304        20        5100.0000        5057.7500      0.84%
61580.91/3110.07	c      3110            306         305        20        5100.0000        5057.7500      0.84%
61679.79/3115.08	c      3115            307         306        20        5100.0000        5057.7500      0.84%
61781.07/3120.15	c      3120            307         306        20        5100.0000        5057.7500      0.84%
61881.41/3125.22	c      3125            307         306        20        5100.0000        5057.7500      0.84%
61980.56/3130.27	c      3130            308         307        20        5100.0000        5057.7500      0.84%
62081.63/3135.34	c      3135            309         308        20        5100.0000        5057.7500      0.84%
62182.73/3140.40	c      3140            309         308        20        5100.0000        5057.7500      0.84%
62281.84/3145.45	c      3145            309         308        20        5100.0000        5057.7500      0.84%
62382.92/3150.50	c      3150            309         308        20        5100.0000        5057.7500      0.84%
62482.00/3155.58	c      3156            309         308        20        5100.0000        5057.7500      0.84%
62583.09/3160.60	c      3161            309         308        20        5100.0000        5057.7500      0.84%
62682.17/3165.65	c      3166            310         309        20        5100.0000        5057.7500      0.84%
62783.24/3170.70	c      3171            311         310        20        5100.0000        5057.7500      0.84%
62884.35/3175.80	c      3176            312         311        20        5100.0000        5057.8077      0.83%
62983.43/3180.85	c      3181            312         311        20        5100.0000        5057.8077      0.83%
63084.44/3185.91	c      3186            313         312        20        5100.0000        5057.8077      0.83%
63183.56/3190.96	c      3191            313         312        20        5100.0000        5057.8077      0.83%
63282.65/3196.01	c      3196            313         312        20        5100.0000        5057.8077      0.83%
63384.57/3201.07	c      3201            313         312        20        5100.0000        5057.8077      0.83%
63483.61/3206.12	c      3206            313         312        20        5100.0000        5057.8077      0.83%
63584.69/3211.17	c      3211            313         312        20        5100.0000        5057.8077      0.83%
63684.92/3216.22	c      3216            314         313        20        5100.0000        5057.8077      0.83%
63784.03/3221.27	c      3221            314         313        20        5100.0000        5057.8077      0.83%
63887.12/3226.40	c      3226            315         314        20        5100.0000        5057.8077      0.83%
63988.21/3231.57	c      3232            315         314        20        5100.0000        5057.8077      0.83%
64089.28/3236.62	c      3237            316         315        20        5100.0000        5057.8077      0.83%
64188.47/3241.68	c      3242            317         316        20        5100.0000        5057.8077      0.83%
64289.57/3246.75	c      3247            317         316        20        5100.0000        5057.8077      0.83%
64388.69/3251.79	c      3252            318         317        20        5100.0000        5057.8077      0.83%
64489.74/3256.85	c      3257            319         318        20        5100.0000        5057.8077      0.83%
64590.86/3261.91	c      3262            319         318        20        5100.0000        5057.8077      0.83%
64692.56/3267.08	c      3267            319         318        20        5100.0000        5057.8077      0.83%
64791.87/3272.13	c      3272            319         318        20        5100.0000        5057.8077      0.83%
64893.05/3277.19	c      3277            319         318        20        5100.0000        5057.8077      0.83%
64993.35/3282.24	c      3282            320         319        20        5100.0000        5057.8077      0.83%
65094.48/3287.30	c      3287            321         320        20        5100.0000        5057.8077      0.83%
65193.59/3292.36	c      3292            322         321        20        5100.0000        5057.8295      0.83%
65296.75/3297.56	c      3298            323         322        20        5100.0000        5057.8295      0.83%
65397.84/3302.62	c      3303            323         322        20        5100.0000        5057.8295      0.83%
65497.02/3307.67	c      3308            324         323        20        5100.0000        5057.8295      0.83%
65598.12/3312.72	c      3313            324         323        20        5100.0000        5057.8295      0.83%
65697.23/3317.77	c      3318            324         323        20        5100.0000        5057.8295      0.83%
65798.32/3322.82	c      3323            324         323        20        5100.0000        5057.8295      0.83%
65897.47/3327.88	c      3328            325         324        20        5100.0000        5057.8295      0.83%
65998.62/3333.01	c      3333            325         324        20        5100.0000        5057.8295      0.83%
66100.50/3338.06	c      3338            325         324        20        5100.0000        5057.8295      0.83%
66199.78/3343.13	c      3343            325         324        20        5100.0000        5057.8295      0.83%
66300.57/3348.18	c      3348            325         324        20        5100.0000        5057.8295      0.83%
66400.91/3353.23	c      3353            325         324        20        5100.0000        5057.8295      0.83%
66502.01/3358.33	c      3358            327         326        20        5100.0000        5057.8295      0.83%
66601.10/3363.38	c      3363            327         326        20        5100.0000        5057.8295      0.83%
66702.20/3368.43	c      3368            327         326        20        5100.0000        5057.8295      0.83%
66801.30/3373.48	c      3373            328         327        20        5100.0000        5057.8295      0.83%
66904.48/3378.70	c      3379            329         328        20        5100.0000        5057.8295      0.83%
67005.38/3383.75	c      3384            329         328        20        5100.0000        5057.8295      0.83%
67106.49/3388.81	c      3389            329         328        20        5100.0000        5057.8295      0.83%
67205.59/3393.85	c      3394            329         328        20        5100.0000        5057.8295      0.83%
67306.66/3398.91	c      3399            329         328        20        5100.0000        5057.8295      0.83%
67405.78/3403.96	c      3404            329         328        20        5100.0000        5057.8295      0.83%
67504.90/3409.01	c      3409            329         328        20        5100.0000        5057.8295      0.83%
67609.91/3414.26	c      3414            329         328        20        5100.0000        5057.8295      0.83%
67708.98/3419.29	c      3419            329         328        20        5100.0000        5057.8295      0.83%
67810.00/3424.36	c      3424            329         328        20        5100.0000        5057.8295      0.83%
67911.10/3429.42	c      3429            329         328        20        5100.0000        5057.8295      0.83%
68010.19/3434.47	c      3434            329         328        20        5100.0000        5057.8295      0.83%
68113.20/3439.60	c      3440            329         328        20        5100.0000        5057.8295      0.83%
68212.28/3444.65	c      3445            329         328        20        5100.0000        5057.8295      0.83%
68313.34/3449.75	c      3450            329         328        20        5100.0000        5057.8295      0.83%
68414.39/3454.80	c      3455            329         328        20        5100.0000        5057.8295      0.83%
68513.47/3459.85	c      3460            329         328        20        5100.0000        5057.8295      0.83%
68614.50/3464.97	c      3465            329         328        20        5100.0000        5057.8295      0.83%
68713.59/3470.02	c      3470            329         328        20        5100.0000        5057.8295      0.83%
68815.37/3475.07	c      3475            329         328        20        5100.0000        5057.8295      0.83%
68914.33/3480.12	c      3480            330         329        20        5100.0000        5057.8295      0.83%
69015.52/3485.17	c      3485            331         330        20        5100.0000        5057.8295      0.83%
69117.83/3490.36	c      3490            331         330        20        5100.0000        5057.8295      0.83%
69218.92/3495.42	c      3495            331         330        20        5100.0000        5057.8295      0.83%
69317.98/3500.47	c      3500            331         330        20        5100.0000        5057.8295      0.83%
69419.04/3505.54	c      3506            332         331        20        5100.0000        5057.8295      0.83%
69518.15/3510.59	c      3511            333         332        20        5100.0000        5057.8295      0.83%
69621.20/3515.78	c      3516            333         332        20        5100.0000        5057.8295      0.83%
69722.29/3520.83	c      3521            333         332        20        5100.0000        5057.8295      0.83%
69821.39/3525.88	c      3526            333         332        20        5100.0000        5057.8295      0.83%
69922.49/3530.95	c      3531            333         332        20        5100.0000        5057.8295      0.83%
70021.56/3536.00	c      3536            333         332        20        5100.0000        5057.8295      0.83%
70123.48/3541.05	c      3541            333         332        20        5100.0000        5057.8295      0.83%
70222.56/3546.10	c      3546            333         332        20        5100.0000        5057.8295      0.83%
70323.56/3551.15	c      3551            334         333        20        5100.0000        5057.8295      0.83%
70425.88/3556.31	c      3556            335         334        20        5100.0000        5057.8295      0.83%
70525.01/3561.36	c      3561            335         334        20        5100.0000        5057.8295      0.83%
70626.10/3566.41	c      3566            335         334        20        5100.0000        5057.8295      0.83%
70727.25/3571.52	c      3572            335         334        20        5100.0000        5057.8295      0.83%
70830.42/3576.72	c      3577            336         335        20        5100.0000        5057.8295      0.83%
70929.52/3581.77	c      3582            336         335        20        5100.0000        5057.8295      0.83%
71030.59/3586.82	c      3587            337         336        20        5100.0000        5057.8295      0.83%
71129.73/3591.89	c      3592            337         336        20        5100.0000        5057.8295      0.83%
71230.85/3596.94	c      3597            337         336        20        5100.0000        5057.8295      0.83%
71329.95/3602.00	c      3602            337         336        20        5100.0000        5057.8295      0.83%
71431.80/3607.05	c      3607            337         336        20        5100.0000        5057.8295      0.83%
71530.99/3612.10	c      3612            337         336        20        5100.0000        5057.8295      0.83%
71633.21/3617.20	c      3617            337         336        20        5100.0000        5057.8295      0.83%
71732.31/3622.26	c      3622            337         336        20        5100.0000        5057.8295      0.83%
71833.41/3627.36	c      3627            338         337        20        5100.0000        5057.8295      0.83%
71934.51/3632.41	c      3632            339         338        20        5100.0000        5057.8295      0.83%

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 (156297 MiB free)
  memory of node 1: 193494 MiB (162693 MiB free)
  memory of node 2: 193531 MiB (191344 MiB free)
  memory of node 3: 193531 MiB (167652 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-4465959-1723661865/watcher-4465959-1723661865 -o /tmp/evaluation-result-4465959-1723661865/solver-4465959-1723661865 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779823 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465959-1723661865.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100109 s]*
/proc/loadavg: 80.41 80.54 80.18 25/945 784764
/proc/meminfo: memFree=699552032/790760804 swapFree=131071996/131071996
[pid=784763] ppid=784760 vsize=89056 memory=77076 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/stat : 784763 (fscip) R 784760 784763 779811 0 -1 4194304 18069 0 0 0 9 2 0 0 20 0 1 0 132769656 91193344 19269 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
/proc/784763/statm: 22264 19269 2678 3035 0 18660 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 89056 KiB
Current children cumulated memory: 77076 KiB

[startup+0.222541 s]*
/proc/loadavg: 80.41 80.54 80.18 25/945 784764
/proc/meminfo: memFree=703138540/790760804 swapFree=131071996/131071996
[pid=784763] ppid=784760 vsize=90480 memory=78892 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/stat : 784763 (fscip) R 784760 784763 779811 0 -1 4194304 22407 0 0 0 20 3 0 0 20 0 1 0 132769656 92651520 19723 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
/proc/784763/statm: 22620 19723 2758 3035 0 19016 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 90480 KiB
Current children cumulated memory: 78892 KiB

[startup+0.322749 s]*
/proc/loadavg: 80.41 80.54 80.18 25/945 784764
/proc/meminfo: memFree=706714404/790760804 swapFree=131071996/131071996
[pid=784763] ppid=784760 vsize=1667176 memory=154240 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/stat : 784763 (fscip) R 784760 784763 779811 0 -1 4194304 40796 0 0 0 26 7 0 0 20 0 21 0 132769656 1707188224 38494 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
/proc/784763/statm: 416794 38494 2774 3035 0 86150 0
[pid=784763/tid=784765] ppid=784760 vsize=1667176 memory=-9175912065835377340 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784765/stat : 784765 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784766] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784766/stat : 784766 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784767] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784767/stat : 784767 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784768] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784768/stat : 784768 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784769] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784769/stat : 784769 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784770] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784770/stat : 784770 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784771] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784771/stat : 784771 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784772] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784772/stat : 784772 (fscip) S 784760 784763 779811 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784773] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784773/stat : 784773 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784774] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784774/stat : 784774 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784775] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784775/stat : 784775 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784776] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784776/stat : 784776 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784777] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784777/stat : 784777 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784778] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784778/stat : 784778 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784779] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784779/stat : 784779 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784780] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784780/stat : 784780 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784781] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784781/stat : 784781 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784782] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784782/stat : 784782 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784783] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784783/stat : 784783 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784784] ppid=784760 vsize=1667176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784784/stat : 784784 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1707188224 38560 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1667176 KiB
Current children cumulated memory: 154240 KiB

[startup+0.700298 s]
/proc/loadavg: 80.41 80.54 80.18 25/965 784784
/proc/meminfo: memFree=714076932/790760804 swapFree=131071996/131071996
[pid=784763] ppid=784760 vsize=1651568 memory=408568 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/stat : 784763 (fscip) S 784760 784763 779811 0 -1 1077936128 109879 0 0 0 50 19 0 0 20 0 21 0 132769656 1691205632 102142 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
/proc/784763/statm: 412892 102142 2774 3035 0 152426 0
[pid=784763/tid=784765] ppid=784760 vsize=1651568 memory=4640217621035576421 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784765/stat : 784765 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 2 0 0 0 20 0 21 0 132769688 1691205632 102142 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784766] ppid=784760 vsize=1651568 memory=11448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784766/stat : 784766 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 2 0 0 0 20 0 21 0 132769688 1691205632 102142 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784767] ppid=784760 vsize=1651568 memory=5512 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784767/stat : 784767 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102142 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784768] ppid=784760 vsize=1651568 memory=42004 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784768/stat : 784768 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784769] ppid=784760 vsize=1651568 memory=7682475212697334547 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784769/stat : 784769 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784770] ppid=784760 vsize=1651568 memory=3508348331489008 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784770/stat : 784770 (fscip) R 784760 784763 779811 0 -1 4194368 3578 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784771] ppid=784760 vsize=1651568 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784771/stat : 784771 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784772] ppid=784760 vsize=1651568 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784772/stat : 784772 (fscip) S 784760 784763 779811 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784773] ppid=784760 vsize=1651568 memory=6 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784773/stat : 784773 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784774] ppid=784760 vsize=1651568 memory=3555594096 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784774/stat : 784774 (fscip) S 784760 784763 779811 0 -1 1077936192 5866 0 0 0 2 1 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784775] ppid=784760 vsize=1651568 memory=16164 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784775/stat : 784775 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 2 1 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784776] ppid=784760 vsize=1651568 memory=2316 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784776/stat : 784776 (fscip) S 784760 784763 779811 0 -1 1077936192 5864 0 0 0 1 0 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784777] ppid=784760 vsize=1651568 memory=33000 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784777/stat : 784777 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 2 1 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784778] ppid=784760 vsize=1651568 memory=1804 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784778/stat : 784778 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 1 1 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784779] ppid=784760 vsize=1651568 memory=6048 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784779/stat : 784779 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 1 1 0 0 20 0 21 0 132769688 1691205632 102208 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784780] ppid=784760 vsize=1651568 memory=51344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784780/stat : 784780 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102274 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784781] ppid=784760 vsize=1651568 memory=104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784781/stat : 784781 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 1 1 0 0 20 0 21 0 132769688 1691205632 102274 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784782] ppid=784760 vsize=1651568 memory=25932 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784782/stat : 784782 (fscip) S 784760 784763 779811 0 -1 1077936192 5865 0 0 0 1 1 0 0 20 0 21 0 132769688 1691205632 102274 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784783] ppid=784760 vsize=1651568 memory=21392 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784783/stat : 784783 (fscip) S 784760 784763 779811 0 -1 1077936192 5864 0 0 0 1 1 0 0 20 0 21 0 132769688 1691205632 102274 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784784] ppid=784760 vsize=1651568 memory=2208 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784784/stat : 784784 (fscip) S 784760 784763 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132769688 1691205632 102274 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1651568 KiB
Current children cumulated memory: 408568 KiB

[startup+1.5063 s]
/proc/loadavg: 80.41 80.54 80.18 42/979 784812
/proc/meminfo: memFree=721332148/790760804 swapFree=131071996/131071996
[pid=784763] ppid=784760 vsize=3142324 memory=1740352 CPUtime=11.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/stat : 784763 (fscip) S 784760 784763 779811 0 -1 1077936128 457737 0 0 0 992 142 0 0 20 0 41 0 132769656 3217739776 435088 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
/proc/784763/statm: 785581 435088 2790 3035 0 537440 0
[pid=784763/tid=784765] ppid=784760 vsize=3142324 memory=16164 CPUtime=0.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784765/stat : 784765 (fscip) R 784760 784763 779811 0 -1 4194368 22442 0 0 0 42 11 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784766] ppid=784760 vsize=3142324 memory=-7522837583128914060 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784766/stat : 784766 (fscip) R 784760 784763 779811 0 -1 4194368 19402 0 0 0 51 4 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784767] ppid=784760 vsize=3142324 memory=0 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784767/stat : 784767 (fscip) R 784760 784763 779811 0 -1 4194368 19425 0 0 0 51 4 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784768] ppid=784760 vsize=3142324 memory=0 CPUtime=0.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784768/stat : 784768 (fscip) R 784760 784763 779811 0 -1 4194368 22442 0 0 0 42 11 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784769] ppid=784760 vsize=3142324 memory=5512 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784769/stat : 784769 (fscip) R 784760 784763 779811 0 -1 4194368 19412 0 0 0 51 4 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784770] ppid=784760 vsize=3142324 memory=42004 CPUtime=0.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784770/stat : 784770 (fscip) R 784760 784763 779811 0 -1 4194368 20412 0 0 0 51 3 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784771] ppid=784760 vsize=3142324 memory=0 CPUtime=0.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784771/stat : 784771 (fscip) R 784760 784763 779811 0 -1 4194368 22362 0 0 0 43 10 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784772] ppid=784760 vsize=3142324 memory=11448 CPUtime=0.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784772/stat : 784772 (fscip) R 784760 784763 779811 0 -1 4194368 20557 0 0 0 50 4 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784773] ppid=784760 vsize=3142324 memory=0 CPUtime=0.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784773/stat : 784773 (fscip) R 784760 784763 779811 0 -1 4194368 19414 0 0 0 51 3 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784774] ppid=784760 vsize=3142324 memory=3555594096 CPUtime=0.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784774/stat : 784774 (fscip) R 784760 784763 779811 0 -1 4194368 22438 0 0 0 42 11 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784775] ppid=784760 vsize=3142324 memory=25333125866717268 CPUtime=0.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784775/stat : 784775 (fscip) R 784760 784763 779811 0 -1 4194368 19395 0 0 0 51 3 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784776] ppid=784760 vsize=3142324 memory=25932 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784776/stat : 784776 (fscip) R 784760 784763 779811 0 -1 4194368 20234 0 0 0 51 4 0 0 20 0 41 0 132769688 3217739776 435154 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784777] ppid=784760 vsize=3142324 memory=21392 CPUtime=0.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784777/stat : 784777 (fscip) R 784760 784763 779811 0 -1 4194368 22442 0 0 0 42 11 0 0 20 0 41 0 132769688 3217739776 435220 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784778] ppid=784760 vsize=3142324 memory=2208 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784778/stat : 784778 (fscip) R 784760 784763 779811 0 -1 4194368 19414 0 0 0 51 4 0 0 20 0 41 0 132769688 3217739776 435220 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784779] ppid=784760 vsize=3142324 memory=2316 CPUtime=0.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784779/stat : 784779 (fscip) R 784760 784763 779811 0 -1 4194368 19423 0 0 0 51 4 0 0 20 0 41 0 132769688 3217739776 435220 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784780] ppid=784760 vsize=3142324 memory=33000 CPUtime=0.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784780/stat : 784780 (fscip) R 784760 784763 779811 0 -1 4194368 22757 0 0 0 41 12 0 0 20 0 41 0 132769688 3217739776 435220 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784781] ppid=784760 vsize=3142324 memory=1804 CPUtime=0.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784781/stat : 784781 (fscip) R 784760 784763 779811 0 -1 4194368 20565 0 0 0 50 4 0 0 20 0 41 0 132769688 3217739776 435220 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784782] ppid=784760 vsize=3142324 memory=281257812918336 CPUtime=0.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784782/stat : 784782 (fscip) R 784760 784763 779811 0 -1 4194368 20543 0 0 0 49 5 0 0 20 0 41 0 132769688 3217739776 435220 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0

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

[pid=784763/tid=784803] ppid=784760 vsize=41410380 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784803/stat : 784803 (fscip) S 784760 784763 779811 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784804] ppid=784760 vsize=41410380 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784804/stat : 784804 (fscip) S 784760 784763 779811 0 -1 1077936192 246 0 0 0 0 2 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784805] ppid=784760 vsize=41410380 memory=29206992 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784805/stat : 784805 (fscip) S 784760 784763 779811 0 -1 1077936192 243 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784806] ppid=784760 vsize=41410380 memory=2660 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784806/stat : 784806 (fscip) S 784760 784763 779811 0 -1 1077936192 246 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784807] ppid=784760 vsize=41410380 memory=4760 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784807/stat : 784807 (fscip) S 784760 784763 779811 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784808] ppid=784760 vsize=41410380 memory=5512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784808/stat : 784808 (fscip) S 784760 784763 779811 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784809] ppid=784760 vsize=41410380 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784809/stat : 784809 (fscip) S 784760 784763 779811 0 -1 1077936192 232 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784810] ppid=784760 vsize=41410380 memory=42196 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784810/stat : 784810 (fscip) S 784760 784763 779811 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784811] ppid=784760 vsize=41410380 memory=11448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784811/stat : 784811 (fscip) S 784760 784763 779811 0 -1 1077936192 169 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784812] ppid=784760 vsize=41410380 memory=42196 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784812/stat : 784812 (fscip) S 784760 784763 779811 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7301748 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
Current children cumulated CPU time: 70941.4 s
Current children cumulated vsize: 41410380 KiB
Current children cumulated memory: 29206992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.8 s]
/proc/loadavg: 41.04 41.85 48.51 43/938 787052
/proc/meminfo: memFree=671027852/790760804 swapFree=131071996/131071996
[pid=784763] ppid=784760 vsize=41410380 memory=29209100 CPUtime=72001.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/stat : 784763 (fscip) R 784760 784763 779811 0 -1 4194304 64164762 0 0 0 7186459 13729 0 0 20 0 41 0 132769656 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 17 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
/proc/784763/statm: 10352595 7302275 3014 3035 0 10236584 0
[pid=784763/tid=784765] ppid=784760 vsize=41410380 memory=31572 CPUtime=3604.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784765/stat : 784765 (fscip) R 784760 784763 779811 0 -1 4194368 1591630 0 0 0 360245 171 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784766] ppid=784760 vsize=41410380 memory=28568 CPUtime=3607.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784766/stat : 784766 (fscip) R 784760 784763 779811 0 -1 4194368 5095091 0 0 0 359915 880 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784767] ppid=784760 vsize=41410380 memory=7312 CPUtime=3605.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784767/stat : 784767 (fscip) R 784760 784763 779811 0 -1 4194368 2151053 0 0 0 359538 968 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784768] ppid=784760 vsize=41410380 memory=28981120 CPUtime=3604.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784768/stat : 784768 (fscip) R 784760 784763 779811 0 -1 4194368 1600291 0 0 0 360291 181 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784769] ppid=784760 vsize=41410380 memory=6720659956837925482 CPUtime=3572.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784769/stat : 784769 (fscip) R 784760 784763 779811 0 -1 4194368 4585321 0 0 0 356433 855 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784770] ppid=784760 vsize=41410380 memory=66288 CPUtime=3605.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784770/stat : 784770 (fscip) R 784760 784763 779811 0 -1 4194368 2102165 0 0 0 359629 945 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784771] ppid=784760 vsize=41410380 memory=7640 CPUtime=3585.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784771/stat : 784771 (fscip) R 784760 784763 779811 0 -1 4194368 1680543 0 0 0 358337 193 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784772] ppid=784760 vsize=41410380 memory=19884 CPUtime=3594.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784772/stat : 784772 (fscip) R 784760 784763 779811 0 -1 4194368 6857177 0 0 0 358411 1012 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784773] ppid=784760 vsize=41410380 memory=20388 CPUtime=3604.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784773/stat : 784773 (fscip) R 784760 784763 779811 0 -1 4194368 2112643 0 0 0 359607 891 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784774] ppid=784760 vsize=41410380 memory=5720 CPUtime=3605.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784774/stat : 784774 (fscip) R 784760 784763 779811 0 -1 4194368 1698039 0 0 0 360323 178 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784775] ppid=784760 vsize=41410380 memory=3 CPUtime=3573.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784775/stat : 784775 (fscip) R 784760 784763 779811 0 -1 4194368 4318127 0 0 0 356497 817 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784776] ppid=784760 vsize=41410380 memory=2 CPUtime=3602.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784776/stat : 784776 (fscip) R 784760 784763 779811 0 -1 4194368 2395279 0 0 0 359182 1065 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784777] ppid=784760 vsize=41410380 memory=2 CPUtime=3597.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784777/stat : 784777 (fscip) R 784760 784763 779811 0 -1 4194368 1573228 0 0 0 359567 174 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784778] ppid=784760 vsize=41410380 memory=3 CPUtime=3608.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784778/stat : 784778 (fscip) R 784760 784763 779811 0 -1 4194368 5316597 0 0 0 359998 881 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784779] ppid=784760 vsize=41410380 memory=3 CPUtime=3603.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784779/stat : 784779 (fscip) R 784760 784763 779811 0 -1 4194368 2150297 0 0 0 359368 986 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784780] ppid=784760 vsize=41410380 memory=2 CPUtime=3604.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784780/stat : 784780 (fscip) R 784760 784763 779811 0 -1 4194368 1746214 0 0 0 360261 209 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784781] ppid=784760 vsize=41410380 memory=7640 CPUtime=3609.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784781/stat : 784781 (fscip) R 784760 784763 779811 0 -1 4194368 6857678 0 0 0 359894 1007 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784782] ppid=784760 vsize=41410380 memory=19884 CPUtime=3598.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784782/stat : 784782 (fscip) R 784760 784763 779811 0 -1 4194368 2583472 0 0 0 358769 1099 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784783] ppid=784760 vsize=41410380 memory=20388 CPUtime=3602.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784783/stat : 784783 (fscip) R 784760 784763 779811 0 -1 4194368 1640192 0 0 0 360083 178 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784784] ppid=784760 vsize=41410380 memory=5720 CPUtime=3609.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784784/stat : 784784 (fscip) R 784760 784763 779811 0 -1 4194368 6061215 0 0 0 359971 996 0 0 20 0 41 0 132769688 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784793] ppid=784760 vsize=41410380 memory=11568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784793/stat : 784793 (fscip) S 784760 784763 779811 0 -1 1077936192 245 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784794] ppid=784760 vsize=41410380 memory=13908 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784794/stat : 784794 (fscip) S 784760 784763 779811 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784795] ppid=784760 vsize=41410380 memory=6720659956837925482 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784795/stat : 784795 (fscip) S 784760 784763 779811 0 -1 1077936192 248 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784796] ppid=784760 vsize=41410380 memory=281257812650496 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784796/stat : 784796 (fscip) S 784760 784763 779811 0 -1 1077936192 251 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784797] ppid=784760 vsize=41410380 memory=7740564949661176 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784797/stat : 784797 (fscip) S 784760 784763 779811 0 -1 1077936192 85 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784798] ppid=784760 vsize=41410380 memory=8128096374640514710 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784798/stat : 784798 (fscip) S 784760 784763 779811 0 -1 1077936192 245 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784799] ppid=784760 vsize=41410380 memory=-7966001958750357088 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784799/stat : 784799 (fscip) S 784760 784763 779811 0 -1 1077936192 237 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784800] ppid=784760 vsize=41410380 memory=7668334306776083045 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784800/stat : 784800 (fscip) S 784760 784763 779811 0 -1 1077936192 248 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784801] ppid=784760 vsize=41410380 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784801/stat : 784801 (fscip) S 784760 784763 779811 0 -1 1077936192 248 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784802] ppid=784760 vsize=41410380 memory=1804 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784802/stat : 784802 (fscip) S 784760 784763 779811 0 -1 1077936192 252 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784803] ppid=784760 vsize=41410380 memory=6048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784803/stat : 784803 (fscip) S 784760 784763 779811 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784804] ppid=784760 vsize=41410380 memory=51344 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784804/stat : 784804 (fscip) S 784760 784763 779811 0 -1 1077936192 250 0 0 0 0 2 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784805] ppid=784760 vsize=41410380 memory=104 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784805/stat : 784805 (fscip) S 784760 784763 779811 0 -1 1077936192 247 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784806] ppid=784760 vsize=41410380 memory=25932 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784806/stat : 784806 (fscip) S 784760 784763 779811 0 -1 1077936192 249 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784807] ppid=784760 vsize=41410380 memory=21392 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784807/stat : 784807 (fscip) S 784760 784763 779811 0 -1 1077936192 168 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784808] ppid=784760 vsize=41410380 memory=2208 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784808/stat : 784808 (fscip) S 784760 784763 779811 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784809] ppid=784760 vsize=41410380 memory=42196 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784809/stat : 784809 (fscip) S 784760 784763 779811 0 -1 1077936192 236 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784810] ppid=784760 vsize=41410380 memory=10544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784810/stat : 784810 (fscip) S 784760 784763 779811 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784811] ppid=784760 vsize=41410380 memory=5512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784811/stat : 784811 (fscip) S 784760 784763 779811 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
[pid=784763/tid=784812] ppid=784760 vsize=41410380 memory=16164 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/784763/task/784812/stat : 784812 (fscip) S 784760 784763 779811 0 -1 1077936192 249 0 0 0 3 0 0 0 20 0 41 0 132769751 42404229120 7302275 809668444160 4194304 16623229 140733245850208 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 55267328 140733245854726 140733245854844 140733245854844 140733245861872 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 41410380 KiB
Current children cumulated memory: 29209100 KiB

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

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

# cumulated CPU time of all completed processes:  user=71864.8 s, system=138.218 s

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

[startup+3636.02 s]*
/proc/loadavg: 41.04 41.85 48.51 23/899 787052
/proc/meminfo: memFree=677114496/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.4 s]
/proc/loadavg: 41.04 41.85 48.51 23/899 787052
/proc/meminfo: memFree=677114496/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.6 s]
/proc/loadavg: 41.04 41.85 48.51 23/899 787052
/proc/meminfo: memFree=677114496/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.7 s]
/proc/loadavg: 41.04 41.85 48.51 23/899 787052
/proc/meminfo: memFree=677114496/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): 3636.74
CPU time (s): 72003.1
CPU user time (s): 71864.8
CPU system time (s): 138.218
CPU usage (%): 1979.88
Max. virtual memory (cumulated for all children) (KiB): 42034468
Max. memory (cumulated for all children) (KiB): 29209100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71864.8
system time used= 138.218
maximum resident set size= 29209100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64164995
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= 346566
involuntary context switches= 155963


# summary of solver processes directly reported to runsolver:
#   pid: 784763
#   total CPU time (s): 72003.1
#   total CPU user time (s): 71864.8
#   total CPU system time (s): 138.218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0389 second user time and 97.8815 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 20:57:45
IDJOB=4465959
IDBENCH=178458
IDSOLVER=3094
FILE ID=nodeD105/4465959-1723661865
RUNJOBID= nodeD105-1723654518-779823
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622824 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_100.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-4465959-1723661865/watcher-4465959-1723661865 -o /tmp/evaluation-result-4465959-1723661865/solver-4465959-1723661865 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779823 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465959-1723661865.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 929d9d39c334716d4e8e7fd04254fe00
RANDOM SEED=1907123064

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		: 3599.203
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		: 3197.905
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		: 1720.678
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		: 3049.877
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		: 2744.138
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		: 2801.569
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		: 1707.466
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		: 3049.991
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		: 2611.361
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		: 3198.256
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		: 3511.195
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		: 3050.033
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		: 2589.938
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		: 3198.352
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		: 2845.162
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		: 3050.059
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		: 2575.364
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		: 2881.783
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		: 3028.677
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		: 3050.094
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		: 2586.871
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		: 2825.101
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		: 3086.954
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		: 3050.118
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		: 3072.309
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		: 3198.643
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		: 2948.977
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		: 3050.146
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		: 3381.399
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		: 3198.740
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		: 3458.884
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		: 3050.173
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		: 2599.310
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		: 3178.309
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		: 2305.891
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		: 3050.206
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		: 2618.799
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		: 3198.939
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		: 2331.728
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		: 3050.230
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		: 2751.908
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		: 3199.037
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		: 2311.238
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		: 3050.257
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		: 2754.530
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		: 3199.137
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.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		: 2601.454
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		: 3050.279
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		: 3599.614
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		: 2821.872
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		: 2598.767
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		: 3050.297
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		: 3599.557
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		: 3199.257
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		: 2627.683
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		: 3050.222
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		: 3600.111
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		: 3199.256
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		: 2629.725
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		: 3050.153
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		: 2613.742
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		: 3199.257
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		: 2631.451
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3050.050
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		: 2639.510
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		: 3199.255
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		: 2610.593
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		: 3049.957
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		: 2658.780
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		: 3199.255
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		: 2656.883
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		: 3049.853
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		: 3332.741
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		: 3199.255
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		: 2208.994
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		: 3049.796
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		: 3569.349
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		: 3199.254
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		: 2394.516
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		: 3049.753
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:        694103648 kB
MemAvailable:   699630968 kB
Buffers:         1258220 kB
Cached:          7547588 kB
SwapCached:            0 kB
Active:          1714048 kB
Inactive:       91197088 kB
Active(anon):       2180 kB
Inactive(anon): 84141676 kB
Active(file):    1711868 kB
Inactive(file):  7055412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           1090464 kB
Writeback:             4 kB
AnonPages:      84094144 kB
Mapped:           140780 kB
Shmem:             38924 kB
KReclaimable:     359484 kB
Slab:             798960 kB
SReclaimable:     359484 kB
SUnreclaim:       439476 kB
KernelStack:       17040 kB
PageTables:       229748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   32667676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1174272 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14002176 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:     1370112 kB
DirectMap2M:    194162688 kB
DirectMap1G:    610271232 kB

Free space on /tmp at the end= 8622752 MiB
End job on nodeD105 at 2024-08-14 21:58:22