Trace number 4465406

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) 71060.4 3701.53

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.10-8.opb
MD5SUM94679b926e0f98030bd662dace4c9342
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 benchmark55874
Best CPU time to get the best result obtained on this benchmark19.7955
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables211991
Total number of constraints2595228
Number of constraints which are clauses2595228
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 constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
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)
7.08/7.19	c Default LC presolving (default).
7.16/7.24	c ** Before presolving: virtualMemUsedAtLc = 6023906048, getVmSize() = 3537539072, SCIPgetMemUsed() = 3206615180, SCIPgetMemTotal() = 3312858996, SCIPgetMemExternEstim() = 2711047052
7.16/7.24	c ** set memory limit for presolving in LC to 8.77712e+12 for SCIP **
101.42/101.86	c ** Estimated virtualMemUsedAtSolver = 3956723322, getVmSize() = 4013232128, SCIPgetMemUsed() = 2439382443, SCIPgetMemTotal() = 3224037931, SCIPgetMemExternEstim() = 2711047052
101.42/101.86	c ** set memory limit for solvers to 4.17615e+11 for each SCIP **
101.42/101.86	c Original Problem   :
101.42/101.86	c   Problem name     : instance-4465406-1723644282
101.42/101.86	c   Variables        : 211991 (211991 binary, 0 integer, 0 implicit integer, 0 continuous)
101.42/101.86	c   Constraints      : 2595228
101.42/101.86	c   Objective sense  : minimize
101.42/101.86	c Presolved Problem  :
101.42/101.86	c   Variables        : 63205 (63205 binary, 0 integer, 0 implicit integer, 0 continuous)
101.42/101.86	c   Constraints      : 513789
101.42/101.86	c Constraints        : Number
101.42/101.86	c   setppc           : 354304 
101.42/101.86	c   linear           : 66 
101.42/101.86	c   logicor          : 159419 
101.42/101.86	c ** Instance transfer method used: 0
102.22/102.69	c ** ParaScipInstance copy does not increase the number of variables. **
115.85/116.21	c LC is working with racing ramp-up and with rebuilding tree after racing.
115.85/116.22	c                                Nodes    Active                                            
115.85/116.22	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
284.23/125.11	c *     125              0           1        20     8894474.0000                -          -
284.23/125.11	c       125              0           1        20     8894474.0000                -          -
285.68/125.19	c *     125              0           1        20     8892150.0000                -          -
287.97/125.38	c *     125              0           1        20     8891569.0000                -          -
289.29/125.49	c *     125              0           1        20     8889826.0000                -          -
789.88/150.93	c *     151              0           1        20     8822430.0000                -          -
789.88/150.93	c       151              0           1        20     8822430.0000                -          -
805.68/151.71	c *     152              0           1        20      715917.0000                -          -
1297.85/176.89	c       177              2           1        20      715917.0000       12213.0000          -
1428.81/183.48	c       183              2           1        20      715917.0000       12213.0000          -
1535.91/188.81	c       189              2           1        20      715917.0000       12213.0000          -
1643.04/194.21	c       194              2           1        20      715917.0000       12213.0000          -
1791.71/201.78	c       202              3           4        20      715917.0000       12213.0000          -
1978.82/211.15	c       211              4           3        20      715917.0000       12213.0000          -
2087.07/216.69	c       217              4           3        20      715917.0000       12213.0000          -
2192.22/221.92	c       222             21          22        20      715917.0000       12213.0000          -
2299.35/227.33	c       227             21          22        20      715917.0000       12213.0000          -
2406.55/232.75	c       233             22          21        20      715917.0000       12213.0000          -
2509.88/237.95	c       238             22          21        20      715917.0000       12213.0000          -
2618.84/243.42	c       243             22          21        20      715917.0000       12213.0000          -
2720.01/248.58	c       249             41          42        20      715917.0000       12213.0000          -
2829.75/254.08	c       254           1042        1041        20      715917.0000       12213.0000          -
2896.48/257.49	c *     258           1042        1041        20      708364.0000       12213.0000          -
2904.41/257.87	c *     258           1042        1041        20      707783.0000       12213.0000          -
2936.13/259.42	c       259           1042        1041        20      707783.0000       12213.0000          -
3037.30/264.54	c       265             82          81        20      707783.0000       12213.0000          -
3089.58/267.14	c *     267           1071          21        20      700811.0000       12213.0000          -
3196.00/272.56	c       273            162         161        20      700811.0000       12213.0000          -
3297.15/277.69	c       278            162         161        20      700811.0000       12213.0000          -
3398.21/282.72	c       283           1231         181        20      700811.0000       12213.0000          -
3499.27/287.89	c       288            163         164        20      700811.0000       12213.0000          -
3606.20/293.25	c       293            103         102        20      700811.0000       12213.0000          -
3709.21/298.44	c       298            103         102        20      700811.0000       12213.0000          -
3811.83/303.64	c       304            103         102        20      700811.0000       12213.0000          -
3914.95/308.89	c       309            121         122        20      700811.0000       12213.0000          -
4020.79/314.15	c       314           2262        1079        20      700811.0000       12213.0000          -
4061.43/316.27	c *     316            202         201        20      693839.0000       12213.0000          -
4130.63/319.73	c       320           2402        1219        20      693839.0000       12213.0000          -
4231.87/324.86	c       325            162         161        20      693839.0000       12213.0000          -
4333.00/329.90	c       330            162         161        20      693839.0000       12213.0000          -
4438.09/335.22	c       335            221         222        20      693839.0000       12213.0000          -
4541.21/340.44	c       340            182         181        20      693839.0000       12213.0000          -
4644.36/345.65	c       346            183         182        20      693839.0000       12213.0000          -
4707.56/348.82	c *     349            322         321        20      686867.0000       12213.0000          -
4714.16/349.18	c *     349            322         321        20      685705.0000       12213.0000          -
4758.87/351.48	c       351           3370        1811        20      685705.0000       12213.0000          -
4860.02/356.57	c       357            282         281        20      685705.0000       12213.0000          -
4960.97/361.61	c       362            422         421        20      685705.0000       12213.0000          -
5079.74/367.66	c       368            422         421        20      685705.0000       12213.0000          -
5196.67/373.54	c       374            441         442        20      685705.0000       12213.0000          -
5301.71/378.84	c       379            441         442        20      685705.0000       12213.0000          -
5402.63/383.91	c       384            422         421        20      685705.0000       12213.0000          -
5507.44/389.22	c       389            522         521        20      685705.0000       12213.0000          -
5614.22/394.65	c       395            522         521        20      685705.0000       12213.0000          -
5717.29/399.81	c       400            523         524        20      685705.0000       12213.0000          -
5818.30/404.98	c       405            462         463        20      685705.0000       12213.0000          -
5923.22/410.20	c       410            502         501        20      685705.0000       12213.0000          -
6032.22/415.73	c       416            602         601        20      685705.0000       12213.0000          -
6144.92/421.49	c       422            602         601        20      685705.0000       12213.0000          -
6259.91/427.23	c       427            602         601        20      685705.0000       12213.0000          -
6359.12/432.23	c       432            621         622        20      685705.0000       12213.0000          -
6468.18/437.76	c       438            662         661        20      685705.0000       12213.0000          -
6569.14/442.81	c       443            722         721        20      685705.0000       12213.0000          -
6668.17/447.86	c       448            723         722        20      685705.0000       12213.0000          -
6775.18/453.20	c       453           5994        4427        20      685705.0000       12213.0000          -
6874.25/458.21	c       458           1042        1041        20      685705.0000       12213.0000          -
6981.30/463.62	c       464           1042        1041        20      685705.0000       12213.0000          -
7082.48/468.74	c       469           1042        1041        20      685705.0000       12213.0000          -
7181.64/473.75	c       474           1050           0        20      685705.0000       12213.0000          -
7287.77/479.10	c       479           6654        5087        20      685705.0000       12213.0000          -
7395.64/484.54	c       485           1195         145        20      685705.0000       12213.0000          -
7496.77/489.62	c       490           6974        5407        20      685705.0000       12213.0000          -
7599.87/494.88	c       495           1341         291        20      685705.0000       12213.0000          -
7700.80/499.90	c       500           1351         301        20      685705.0000       12213.0000          -
7710.23/500.41	c *     500           1351         301        20      678152.0000       12213.0000          -
7802.14/505.06	c       505           7334        5767        20      678152.0000       12213.0000          -
7902.53/510.16	c       510           7334        5767        20      678152.0000       12213.0000          -
8016.82/516.03	c       516           1731         681        20      678152.0000       12213.0000          -
8141.74/522.23	c       522           1471         421        20      678152.0000       12213.0000          -
8246.79/527.53	c       528           7335        5770        20      678152.0000       12213.0000          -
8349.62/532.77	c       533           7336        5769        20      678152.0000       12213.0000          -
8450.67/537.85	c       538           7336        5769        20      678152.0000       12213.0000          -
8551.73/542.95	c       543           7336        5769        20      678152.0000       12213.0000          -
8653.58/548.11	c       548           2254        1095        20      678152.0000       12213.0000          -
8759.91/553.47	c       553           7353        5788        20      678152.0000       12213.0000          -
8861.05/558.52	c       559           7353        5788        20      678152.0000       12213.0000          -
8923.99/561.72	c *     562           7354        5787        20      667113.0000       12213.0000          -
8932.68/562.14	c *     562           7354        5787        20      666532.0000       12213.0000          -
8961.67/563.65	c       564           7354        5787        20      666532.0000       12213.0000          -
9064.70/568.81	c       569           2581        1398        20      666532.0000       12213.0000          -
9219.25/576.64	c       577           7355        5788        20      666532.0000       12213.0000          -
9399.54/585.74	c       586           2682        1287        20      666532.0000       12213.0000          -
9507.08/591.14	c       591           2309         995        20      666532.0000       12213.0000          -
9627.15/597.23	c       597           7374        5807        20      666532.0000       12213.0000          -
9734.01/602.63	c       603           7374        5807        20      666532.0000       12213.0000          -
9848.67/608.45	c       608           7393        5828        20      666532.0000       12213.0000          -
9949.41/613.55	c       614           2535        1141        20      666532.0000       12213.0000          -
10048.47/618.56	c       619           7394        5827        20      666532.0000       12213.0000          -
10155.19/623.98	c       624           7394        5827        20      666532.0000       12213.0000          -
10272.03/629.82	c       630           3099        1433        20      666532.0000       12213.0000          -
10378.90/635.22	c       635           3099        1433        20      666532.0000       12213.0000          -
10531.45/642.97	c       643           3076        1534        20      666532.0000       12213.0000          -
10650.38/648.97	c       649           3076        1534        20      666532.0000       12213.0000          -
10752.09/654.04	c       654           7456        5889        20      666532.0000       12213.0000          -
10856.42/659.32	c       659           3421        1751        20      666532.0000       12213.0000          -
10959.50/664.54	c       665           3421        1751        20      666532.0000       12213.0000          -
11060.38/669.61	c       670           3421        1751        20      666532.0000       12213.0000          -
11181.19/675.73	c       676           7473        5908        20      666532.0000       12213.0000          -
11297.89/681.70	c       682           7473        5908        20      666532.0000       12213.0000          -
11440.56/688.87	c       689           7473        5908        20      666532.0000       12213.0000          -
11546.42/694.15	c       694           3910        1713        20      666532.0000       12213.0000          -
11648.26/699.31	c       699           7554        5987        20      666532.0000       12213.0000          -
11757.19/704.81	c       705           7554        5987        20      666532.0000       12213.0000          -
11862.93/710.17	c       710           4270        2073        20      666532.0000       12213.0000          -
11970.93/715.69	c       716           7555        5990        20      666532.0000       12213.0000          -
12075.89/720.98	c       721           4074        2134        20      666532.0000       12213.0000          -
12179.63/726.16	c       726           7562        5995        20      666532.0000       12213.0000          -
12281.75/731.33	c       731           4801        2371        20      666532.0000       12213.0000          -
12384.84/736.52	c       737           7582        6015        20      666532.0000       12213.0000          -
12489.40/741.88	c       742           7602        6035        20      666532.0000       12213.0000          -
12590.18/746.95	c       747           7622        6055        20      666532.0000       12213.0000          -
12691.67/752.05	c       752           7642        6075        20      666532.0000       12213.0000          -
12794.18/757.21	c       757           7662        6095        20      666532.0000       12213.0000          -
12899.17/762.58	c       763           5381        2651        20      666532.0000       12213.0000          -
12998.08/767.59	c       768           7702        6135        20      666532.0000       12213.0000          -
13099.07/772.66	c       773           7702        6135        20      666532.0000       12213.0000          -
13204.20/778.01	c       778           5721        2991        20      666532.0000       12213.0000          -
13311.23/783.37	c       783           7854        6287        20      666532.0000       12213.0000          -
13414.22/788.51	c       789           5672        2771        20      666532.0000       12213.0000          -
13513.32/793.59	c       794           6121        3391        20      666532.0000       12213.0000          -
13614.24/798.62	c       799           6241        3511        20      666532.0000       12213.0000          -
13721.67/804.07	c       804           8374        6807        20      666532.0000       12213.0000          -
13823.99/809.22	c       809           8534        6967        20      666532.0000       12213.0000          -
13932.81/814.74	c       815           6641        3911        20      666532.0000       12213.0000          -
14031.92/819.76	c       820           6701        3971        20      666532.0000       12213.0000          -
14144.70/825.47	c       825           8654        7087        20      666532.0000       12213.0000          -
14249.62/830.78	c       831           6941        4211        20      666532.0000       12213.0000          -
14350.70/835.81	c       836           6941        4211        20      666532.0000       12213.0000          -
14451.74/840.91	c       841           6941        4211        20      666532.0000       12213.0000          -
14556.70/846.21	c       846           6892        3991        20      666532.0000       12213.0000          -
14655.44/851.25	c       851           6892        3991        20      666532.0000       12213.0000          -
14756.39/856.38	c       856           6931        4032        20      666532.0000       12213.0000          -
14859.09/861.55	c       862           9522        7955        20      666532.0000       12213.0000          -
14957.72/866.57	c       867           9554        7987        20      666532.0000       12213.0000          -
15058.42/871.65	c       872           9564        7997        20      666532.0000       12213.0000          -
15161.14/876.81	c       877           7601        4871        20      666532.0000       12213.0000          -
15271.91/882.47	c       882           7681        4951        20      666532.0000       12213.0000          -
15380.49/887.92	c       888           7761        5031        20      666532.0000       12213.0000          -
15479.26/892.99	c       893          10174        8607        20      666532.0000       12213.0000          -
15581.04/898.12	c       898          10254        8687        20      666532.0000       12213.0000          -
15683.58/903.23	c       903           7852        4951        20      666532.0000       12213.0000          -
15786.48/908.42	c       908          10414        8847        20      666532.0000       12213.0000          -
15887.70/913.59	c       914           7912        5011        20      666532.0000       12213.0000          -
15990.74/918.76	c       919           8561        5831        20      666532.0000       12213.0000          -
16091.54/923.89	c       924           8132        5231        20      666532.0000       12213.0000          -
16198.59/929.24	c       929           8721        5991        20      666532.0000       12213.0000          -
16303.49/934.53	c       935           8432        5531        20      666532.0000       12213.0000          -
16404.39/939.62	c       940           8552        5651        20      666532.0000       12213.0000          -
16503.46/944.65	c       945          11454        9887        20      666532.0000       12213.0000          -
16602.33/949.67	c       950          11462        9895        20      666532.0000       12213.0000          -
16703.30/954.78	c       955           9521        6791        20      666532.0000       12213.0000          -
16814.40/960.36	c       960           9529        6799        20      666532.0000       12213.0000          -
16909.26/965.16	c *     965           9272        6371        20      659560.0000       12213.0000          -
16916.31/965.58	c *     966           9272        6371        20      658979.0000       12213.0000          -
16916.31/965.58	c       966           9272        6371        20      658979.0000       12213.0000          -
16923.92/965.98	c *     966           9312        6411        20      658398.0000       12213.0000          -
17030.67/971.32	c       971           9312        6411        20      658398.0000       12213.0000          -
17143.63/977.12	c       977           9312        6411        20      658398.0000       12213.0000          -
17244.30/982.17	c       982          12082       10209        20      658398.0000       12213.0000          -
17358.45/987.93	c       988           9332        6431        20      658398.0000       12213.0000          -
17471.10/993.65	c       994           9641        6911        20      658398.0000       12213.0000          -
17574.07/998.83	c       999           9641        6911        20      658398.0000       12213.0000          -
17697.49/1005.08	c      1005           9432        6531        20      658398.0000       12213.0000          -
17823.42/1011.42	c      1011           9451        6552        20      658398.0000       12213.0000          -
17924.48/1016.58	c      1017           9451        6552        20      658398.0000       12213.0000          -
18039.38/1022.38	c      1022           9451        6552        20      658398.0000       12213.0000          -
18194.60/1030.18	c      1030           9451        6552        20      658398.0000       12213.0000          -
18294.77/1035.21	c      1035           9451        6552        20      658398.0000       12213.0000          -
18417.36/1041.43	c      1041           9760        7032        20      658398.0000       12213.0000          -
18542.22/1047.71	c      1048           9760        7032        20      658398.0000       12213.0000          -
18643.18/1052.82	c      1053           9760        7032        20      658398.0000       12213.0000          -
18742.14/1057.89	c      1058          12172       10205        20      658398.0000       12213.0000          -
18860.54/1063.85	c      1064           9841        7111        20      658398.0000       12213.0000          -
18973.40/1069.52	c      1070           9841        7111        20      658398.0000       12213.0000          -
19074.33/1074.66	c      1075          12192       10203        20      658398.0000       12213.0000          -
19175.15/1079.79	c      1080          12227          21        20      658398.0000       12213.0000          -
19278.10/1085.00	c      1085          10041        7311        20      658398.0000       12213.0000          -
19377.13/1090.03	c      1090           9732        6831        20      658398.0000       12213.0000          -
19486.11/1095.40	c      1095          12547         341        20      658398.0000       12213.0000          -
19588.89/1100.65	c      1101          10461        7731        20      658398.0000       12213.0000          -
19689.75/1105.74	c      1106          12800         594        20      658398.0000       12213.0000          -
19792.69/1110.96	c      1111          10761        8031        20      658398.0000       12213.0000          -
19903.61/1116.53	c      1117          10841        8111        20      658398.0000       12213.0000          -
20004.50/1121.63	c      1122          10552        7651        20      658398.0000       12213.0000          -
20103.45/1126.66	c      1127          13327        1121        20      658398.0000       12213.0000          -
20204.49/1131.72	c      1132          10832        7931        20      658398.0000       12213.0000          -
20310.12/1137.09	c      1137          10872        7971        20      658398.0000       12213.0000          -
20411.08/1142.15	c      1142          11469        8739        20      658398.0000       12213.0000          -
20515.19/1147.42	c      1147          13867        1661        20      658398.0000       12213.0000          -
20620.05/1152.72	c      1153          11786        9009        20      658398.0000       12213.0000          -
20718.96/1157.76	c      1158          11452        8551        20      658398.0000       12213.0000          -
20819.82/1162.86	c      1163          14267        2061        20      658398.0000       12213.0000          -
20918.70/1167.86	c      1168          12025        9000        20      658398.0000       12213.0000          -
21024.53/1173.15	c      1173          12098        8986        20      658398.0000       12213.0000          -
21126.59/1178.33	c      1178          12098        8986        20      658398.0000       12213.0000          -
21240.19/1184.09	c      1184          12098        8986        20      658398.0000       12213.0000          -
21341.04/1189.16	c      1189          12101           1        20      658398.0000       12213.0000          -
21447.19/1194.59	c      1195          12392        9491        20      658398.0000       12213.0000          -
21552.10/1199.83	c      1200          12281         181        20      658398.0000       12213.0000          -
21656.02/1205.10	c      1205          12584        9505        20      658398.0000       12213.0000          -
21754.79/1210.11	c      1210          12673        9504        20      658398.0000       12213.0000          -
21855.85/1215.19	c      1215          12724        9503        20      658398.0000       12213.0000          -
21961.40/1220.54	c      1221          12724        9503        20      658398.0000       12213.0000          -
22068.45/1225.92	c      1226          12724        9503        20      658398.0000       12213.0000          -
22177.26/1231.47	c      1231          13161        1061        20      658398.0000       12213.0000          -
22282.23/1236.77	c      1237          13321        1221        20      658398.0000       12213.0000          -
22381.27/1241.79	c      1242          13481        1381        20      658398.0000       12213.0000          -
22482.24/1246.85	c      1247          13074         341        20      658398.0000       12213.0000          -
22585.96/1252.09	c      1252          13761        1661        20      658398.0000       12213.0000          -
22690.26/1257.30	c      1257          13314         581        20      658398.0000       12213.0000          -
22789.26/1262.35	c      1262          13434         701        20      658398.0000       12213.0000          -
22892.23/1267.58	c      1268          13574         841        20      658398.0000       12213.0000          -
22992.86/1272.65	c      1273          14361        2261        20      658398.0000       12213.0000          -
23091.64/1277.66	c      1278          13815        1080        20      658398.0000       12213.0000          -
23194.53/1282.87	c      1283          13955        1220        20      658398.0000       12213.0000          -
23295.53/1287.98	c      1288          14075        1340        20      658398.0000       12213.0000          -
23397.31/1293.13	c      1293          17762        3618        20      658398.0000       12213.0000          -
23496.33/1298.14	c      1298          14355        1620        20      658398.0000       12213.0000          -
23598.54/1303.25	c      1303          18042        3898        20      658398.0000       12213.0000          -
23699.48/1308.34	c      1308          18201        3137        20      658398.0000       12213.0000          -
23818.20/1314.35	c      1314          14755        2020        20      658398.0000       12213.0000          -
23927.03/1319.89	c      1320          14915        2180        20      658398.0000       12213.0000          -
24033.98/1325.29	c      1325          15882        3780        20      658398.0000       12213.0000          -
24134.95/1330.37	c      1330          16022        3920        20      658398.0000       12213.0000          -
24237.96/1335.51	c      1336          16136        3680        20      658398.0000       12213.0000          -
24342.86/1340.81	c      1341          16216        3760        20      658398.0000       12213.0000          -
24449.70/1346.28	c      1346          19238        2439        20      658398.0000       12213.0000          -
24554.48/1351.59	c      1352          15755        3020        20      658398.0000       12213.0000          -
24655.15/1356.69	c      1357          15915        3180        20      658398.0000       12213.0000          -
24756.17/1361.72	c      1362          19658        2859        20      658398.0000       12213.0000          -
24857.18/1366.83	c      1367          16075        3340        20      658398.0000       12213.0000          -
24970.06/1372.55	c      1373          16235        3500        20      658398.0000       12213.0000          -
25082.90/1378.29	c      1378          16341        3399        20      658398.0000       12213.0000          -
25187.73/1383.54	c      1384          20237        3298        20      658398.0000       12213.0000          -
25290.65/1388.75	c      1389          16555        1538        20      658398.0000       12213.0000          -
25398.24/1394.17	c      1394          20557        3618        20      658398.0000       12213.0000          -
25500.05/1399.34	c      1399          20677        3738        20      658398.0000       12213.0000          -
25613.80/1405.11	c      1405          20837        3898        20      658398.0000       12213.0000          -
25712.53/1410.12	c      1410          17135        2118        20      658398.0000       12213.0000          -
25816.62/1415.32	c      1415          21197        4258        20      658398.0000       12213.0000          -
25925.38/1420.85	c      1421          21299        3955        20      658398.0000       12213.0000          -
26024.27/1425.87	c      1426          18802        4114        20      658398.0000       12213.0000          -
26135.02/1431.48	c      1431          17595        2376        20      658398.0000       12213.0000          -
26239.93/1436.79	c      1437          21758        4175        20      658398.0000       12213.0000          -
26340.84/1441.88	c      1442          19299        3378        20      658398.0000       12213.0000          -
26441.57/1446.98	c      1447          22078        4495        20      658398.0000       12213.0000          -
26548.25/1452.37	c      1452          18155        2936        20      658398.0000       12213.0000          -
26597.08/1454.80	c *    1455          22278        4695        20      648538.0000       12213.0000          -
26687.87/1459.48	c      1459          22318        4735        20      648538.0000       12213.0000          -
26794.73/1464.89	c      1465          22318        4735        20      648538.0000       12213.0000          -
26900.60/1470.17	c      1470          18520        3195        20      648538.0000       12213.0000          -
27012.10/1475.88	c      1476          20174        3776        20      648538.0000       12213.0000          -
27110.97/1480.89	c      1481          22388        1857        20      648538.0000       12213.0000          -
27221.86/1486.49	c      1486          22508        1977        20      648538.0000       12213.0000          -
27335.72/1492.19	c      1492          22508        1977        20      648538.0000       12213.0000          -
27447.63/1497.86	c      1498          20594        4196        20      648538.0000       12213.0000          -
27548.55/1503.02	c      1503          20594        4196        20      648538.0000       12213.0000          -
27667.31/1508.92	c      1509          20633        4237        20      648538.0000       12213.0000          -
27772.22/1514.26	c      1514          19481        3317        20      648538.0000       12213.0000          -
27873.02/1519.38	c      1519          20794        4396        20      648538.0000       12213.0000          -
27971.85/1524.39	c      1524          20794        4396        20      648538.0000       12213.0000          -
28080.47/1529.81	c      1530          20794        4396        20      648538.0000       12213.0000          -
28181.46/1534.92	c      1535          20117        3952        20      648538.0000       12213.0000          -
28285.18/1540.19	c      1540          23308        2777        20      648538.0000       12213.0000          -
28385.39/1545.25	c      1545          23308        2777        20      648538.0000       12213.0000          -
28488.38/1550.41	c      1550          23308        2777        20      648538.0000       12213.0000          -
28597.16/1555.95	c      1556          20673        3472        20      648538.0000       12213.0000          -
28696.09/1561.02	c      1561          20685        3474        20      648538.0000       12213.0000          -
28795.10/1566.03	c      1566          20842        3631        20      648538.0000       12213.0000          -
28896.68/1571.07	c      1571          23568        3037        20      648538.0000       12213.0000          -
29002.95/1576.47	c      1576          23596        3065        20      648538.0000       12213.0000          -
29105.73/1581.66	c      1582          23596        3065        20      648538.0000       12213.0000          -
29210.68/1586.97	c      1587          23596        3065        20      648538.0000       12213.0000          -
29312.40/1592.06	c      1592          21103        3890        20      648538.0000       12213.0000          -
29411.67/1597.09	c      1597          21142        3931        20      648538.0000       12213.0000          -
29519.57/1602.52	c      1603          22536        5674        20      648538.0000       12213.0000          -
29620.53/1607.62	c      1608          21194        3981        20      648538.0000       12213.0000          -
29730.25/1613.16	c      1613          22596        5734        20      648538.0000       12213.0000          -
29829.05/1618.17	c      1618          22596        5734        20      648538.0000       12213.0000          -
29931.36/1623.32	c      1623          24480        3016        20      648538.0000       12213.0000          -
30034.21/1628.50	c      1629          24560        3096        20      648538.0000       12213.0000          -
30139.17/1633.82	c      1634          24600        3136        20      648538.0000       12213.0000          -
30238.16/1638.85	c      1639          24640        3176        20      648538.0000       12213.0000          -
30343.94/1644.17	c      1644          22139        4906        20      648538.0000       12213.0000          -
30451.62/1649.65	c      1650          23476        6614        20      648538.0000       12213.0000          -
30552.53/1654.74	c      1655          22419        5186        20      648538.0000       12213.0000          -
30653.46/1659.81	c      1660          23676        6814        20      648538.0000       12213.0000          -
30754.45/1664.94	c      1665          23796        6934        20      648538.0000       12213.0000          -
30853.45/1670.00	c      1670          25520        4056        20      648538.0000       12213.0000          -
30960.38/1675.37	c      1675          24036        7174        20      648538.0000       12213.0000          -
31063.42/1680.51	c      1681          23165        5323        20      648538.0000       12213.0000          -
31172.88/1686.12	c      1686          23165        5323        20      648538.0000       12213.0000          -
31272.09/1691.13	c      1691          23165        5323        20      648538.0000       12213.0000          -
31374.04/1696.23	c      1696          23204        5364        20      648538.0000       12213.0000          -
31478.62/1701.54	c      1702          26295        4135        20      648538.0000       12213.0000          -
31579.42/1706.61	c      1707          24576        7714        20      648538.0000       12213.0000          -
31691.94/1712.32	c      1712          26495        4335        20      648538.0000       12213.0000          -
31796.87/1717.65	c      1718          26635        4475        20      648538.0000       12213.0000          -
31897.83/1722.77	c      1723          24930        8066        20      648538.0000       12213.0000          -
31998.78/1727.82	c      1728          25062        8198        20      648538.0000       12213.0000          -
32099.78/1733.03	c      1733          24265        6423        20      648538.0000       12213.0000          -
32201.45/1738.08	c      1738          25217        8353        20      648538.0000       12213.0000          -
32302.69/1743.18	c      1743          27346        4754        20      648538.0000       12213.0000          -
32426.38/1749.41	c      1749          24788        6946        20      648538.0000       12213.0000          -
32525.54/1754.44	c      1754          25584        8720        20      648538.0000       12213.0000          -
32624.24/1759.47	c      1759          27706        5114        20      648538.0000       12213.0000          -
32729.11/1764.71	c      1765          25066        7222        20      648538.0000       12213.0000          -
32828.04/1769.73	c      1770          25865        9001        20      648538.0000       12213.0000          -
32931.21/1774.95	c      1775          25386        7542        20      648538.0000       12213.0000          -
33039.98/1780.44	c      1780          26220        4495        20      648538.0000       12213.0000          -
33144.80/1785.74	c      1786          28486        5894        20      648538.0000       12213.0000          -
33253.62/1791.21	c      1791          26340        4615        20      648538.0000       12213.0000          -
33352.63/1796.25	c      1796          26340        4615        20      648538.0000       12213.0000          -
33457.72/1801.56	c      1802          26026        8182        20      648538.0000       12213.0000          -
33567.26/1807.13	c      1807          26074        8230        20      648538.0000       12213.0000          -
33668.16/1812.18	c      1812          29126        6534        20      648538.0000       12213.0000          -
33774.41/1817.56	c      1818          29126        6534        20      648538.0000       12213.0000          -
33875.23/1822.60	c      1823          29165        6575        20      648538.0000       12213.0000          -
33974.22/1827.65	c      1828          26880        5155        20      648538.0000       12213.0000          -
34073.15/1832.66	c      1833          26810        4688        20      648538.0000       12213.0000          -
34174.15/1837.79	c      1838          29486        6894        20      648538.0000       12213.0000          -
34285.03/1843.39	c      1843          26930        4808        20      648538.0000       12213.0000          -
34386.03/1848.45	c      1848          26930        4808        20      648538.0000       12213.0000          -
34488.98/1853.64	c      1854          26969        4849        20      648538.0000       12213.0000          -
34591.98/1858.86	c      1859          27050        4928        20      648538.0000       12213.0000          -
34698.92/1864.21	c      1864          27913        4375        20      648538.0000       12213.0000          -
34797.88/1869.30	c      1869          30446        7854        20      648538.0000       12213.0000          -
34898.84/1874.32	c      1874          30599        8007        20      648538.0000       12213.0000          -
35009.60/1879.94	c      1880          28393        4855        20      648538.0000       12213.0000          -
35120.47/1885.56	c      1886          28433        4895        20      648538.0000       12213.0000          -
35221.24/1890.61	c      1891          30997        7933        20      648538.0000       12213.0000          -
35330.51/1896.13	c      1896          28010        5888        20      648538.0000       12213.0000          -
35434.91/1901.42	c      1901          31057        7993        20      648538.0000       12213.0000          -
35543.83/1906.95	c      1907          31057        7993        20      648538.0000       12213.0000          -
35642.84/1912.01	c      1912          31076        8014        20      648538.0000       12213.0000          -
35744.54/1917.04	c      1917          28470        6348        20      648538.0000       12213.0000          -
35843.51/1922.08	c      1922          29374        5834        20      648538.0000       12213.0000          -
35945.77/1927.29	c      1927          28790        6668        20      648538.0000       12213.0000          -
36050.70/1932.58	c      1933          31511        8445        20      648538.0000       12213.0000          -
36151.61/1937.63	c      1938          28970        6848        20      648538.0000       12213.0000          -
36254.49/1942.89	c      1943          29004        6880        20      648538.0000       12213.0000          -
36358.27/1948.12	c      1948          29996        6452        20      648538.0000       12213.0000          -
36459.09/1953.17	c      1953          32376        9310        20      648538.0000       12213.0000          -
36569.12/1958.78	c      1959          30356        6812        20      648538.0000       12213.0000          -
36674.97/1964.10	c      1964          32518        9452        20      648538.0000       12213.0000          -
36775.42/1969.15	c      1969          32538        9472        20      648538.0000       12213.0000          -
36877.69/1974.37	c      1974          32598        7187        20      648538.0000       12213.0000          -
36988.47/1979.93	c      1980          30012        7887        20      648538.0000       12213.0000          -
37087.47/1984.95	c      1985          32705        7292        20      648538.0000       12213.0000          -
37186.63/1990.01	c      1990          32745        7332        20      648538.0000       12213.0000          -
37291.37/1995.27	c      1995          32745        7332        20      648538.0000       12213.0000          -
37390.33/2000.28	c      2000          32965        7547        20      648538.0000       12213.0000          -
37493.32/2005.50	c      2006          33087        7669        20      648538.0000       12213.0000          -
37562.47/2009.00	c *    2009          30971        8846        20      642147.0000       12213.0000          -
37619.72/2011.83	c      2012          33311        7893        20      642147.0000       12213.0000          -
37851.18/2023.58	c      2024          33311        7893        20      642147.0000       12213.0000          -
37952.17/2028.64	c      2029          33326        7910        20      642147.0000       12213.0000          -
38056.87/2033.92	c      2034          33327        7909        20      642147.0000       12213.0000          -
38245.00/2043.43	c      2043          31897        8353        20      642147.0000       12213.0000          -
38346.00/2048.53	c      2049          31071        8946        20      642147.0000       12213.0000          -
38460.80/2054.36	c      2054          31110        8987        20      642147.0000       12213.0000          -
38628.96/2062.89	c      2063          31110        8987        20      642147.0000       12213.0000          -
38915.86/2077.34	c      2077          31110        8987        20      642147.0000       12213.0000          -
39095.76/2086.44	c      2086          31110        8987        20      642147.0000       12213.0000          -
39286.53/2096.08	c      2096          33426        8010        20      642147.0000       12213.0000          -
39400.50/2101.82	c      2102          33426        8010        20      642147.0000       12213.0000          -
39507.35/2107.22	c      2107          31995        8453        20      642147.0000       12213.0000          -
39606.22/2112.24	c      2112          33487        8069        20      642147.0000       12213.0000          -
39711.04/2117.54	c      2118          32036        8492        20      642147.0000       12213.0000          -
39837.64/2123.91	c      2124          32036        8492        20      642147.0000       12213.0000          -
39959.10/2130.04	c      2130          32076        8534        20      642147.0000       12213.0000          -
40059.80/2135.17	c      2135          31627        9502        20      642147.0000       12213.0000          -
40178.58/2141.19	c      2141          31627        9502        20      642147.0000       12213.0000          -
40288.63/2146.75	c      2147          31650        9527        20      642147.0000       12213.0000          -
40394.28/2152.04	c      2152          31809        9684        20      642147.0000       12213.0000          -
40496.43/2157.22	c      2157          34487        9069        20      642147.0000       12213.0000          -
40597.41/2162.31	c      2162          32051        9926        20      642147.0000       12213.0000          -
40698.38/2167.41	c      2167          32111        9986        20      642147.0000       12213.0000          -
40803.26/2172.77	c      2173          32111        9986        20      642147.0000       12213.0000          -
40906.25/2177.92	c      2178          32131       10006        20      642147.0000       12213.0000          -
41016.95/2183.50	c      2184          32219       10094        20      642147.0000       12213.0000          -
41115.86/2188.55	c      2189          33239        3356        20      642147.0000       12213.0000          -
41218.77/2193.75	c      2194          33319        3436        20      642147.0000       12213.0000          -
41319.65/2198.88	c      2199          36107       10689        20      642147.0000       12213.0000          -
41420.66/2203.93	c      2204          32811       10686        20      642147.0000       12213.0000          -
41519.75/2209.00	c      2209          36403       10985        20      642147.0000       12213.0000          -
41626.75/2214.34	c      2214          33939        4056        20      642147.0000       12213.0000          -
41725.82/2219.38	c      2219          34099        4216        20      642147.0000       12213.0000          -
41834.79/2224.81	c      2225          33031       10906        20      642147.0000       12213.0000          -
41940.55/2230.14	c      2230          34299        4416        20      642147.0000       12213.0000          -
42042.58/2235.32	c      2235          37145       11727        20      642147.0000       12213.0000          -
42143.45/2240.40	c      2240          37145       11727        20      642147.0000       12213.0000          -
42244.51/2245.51	c      2246          33771       11646        20      642147.0000       12213.0000          -
42345.55/2250.67	c      2251          33931       11806        20      642147.0000       12213.0000          -
42448.60/2255.87	c      2256          37387       11969        20      642147.0000       12213.0000          -
42555.58/2261.27	c      2261          35039        5156        20      642147.0000       12213.0000          -
42656.64/2266.35	c      2266          37707       12289        20      642147.0000       12213.0000          -
42761.68/2271.65	c      2272          35319        5436        20      642147.0000       12213.0000          -
42860.77/2276.69	c      2277          38184       12750        20      642147.0000       12213.0000          -
42961.83/2281.77	c      2282          34959       12834        20      642147.0000       12213.0000          -
43062.90/2286.85	c      2287          35639        5756        20      642147.0000       12213.0000          -
43161.92/2291.85	c      2292          38457       12726        20      642147.0000       12213.0000          -
43262.98/2297.01	c      2297          38457       12726        20      642147.0000       12213.0000          -
43366.66/2302.15	c      2302          38457       12726        20      642147.0000       12213.0000          -
43478.93/2307.88	c      2308          35572       13205        20      642147.0000       12213.0000          -
43579.99/2312.93	c      2313          36279        6396        20      642147.0000       12213.0000          -
43681.94/2318.10	c      2318          36339        6456        20      642147.0000       12213.0000          -
43788.03/2323.42	c      2323          35725         141        20      642147.0000       12213.0000          -
43889.09/2328.59	c      2329          36619        6736        20      642147.0000       12213.0000          -
44002.02/2334.22	c      2334          36779        6896        20      642147.0000       12213.0000          -
44103.11/2339.32	c      2339          36146         560        20      642147.0000       12213.0000          -
44216.80/2345.06	c      2345          37059        7176        20      642147.0000       12213.0000          -
44315.85/2350.07	c      2350          37059        7176        20      642147.0000       12213.0000          -
44414.91/2355.08	c      2355          37059        7176        20      642147.0000       12213.0000          -
44515.86/2360.16	c      2360          37098        7217        20      642147.0000       12213.0000          -
44620.15/2365.44	c      2365          37139        7256        20      642147.0000       12213.0000          -
44719.40/2370.47	c      2370          40184        1720        20      642147.0000       12213.0000          -
44824.25/2375.74	c      2376          40344        1880        20      642147.0000       12213.0000          -
44925.30/2380.80	c      2381          37459        7576        20      642147.0000       12213.0000          -
45031.04/2386.17	c      2386          40704        2240        20      642147.0000       12213.0000          -
45131.34/2391.22	c      2391          37699        7816        20      642147.0000       12213.0000          -
45238.34/2396.61	c      2397          37732        7849        20      642147.0000       12213.0000          -
45339.40/2401.72	c      2402          38106        2438        20      642147.0000       12213.0000          -
45440.42/2406.90	c      2407          41424        2960        20      642147.0000       12213.0000          -
45544.24/2412.06	c      2412          38039        8156        20      642147.0000       12213.0000          -
45645.08/2417.16	c      2417          38626        2958        20      642147.0000       12213.0000          -
45744.25/2422.20	c      2422          38279        8396        20      642147.0000       12213.0000          -
45844.30/2427.20	c      2427          42144        3680        20      642147.0000       12213.0000          -
45943.36/2432.21	c      2432          38499        8616        20      642147.0000       12213.0000          -
46046.40/2437.49	c      2438          42504        4040        20      642147.0000       12213.0000          -
46155.39/2442.98	c      2443          38819        8936        20      642147.0000       12213.0000          -
46254.47/2448.02	c      2448          42904        4440        20      642147.0000       12213.0000          -
46358.35/2453.14	c      2453          39139        9256        20      642147.0000       12213.0000          -
46457.31/2458.19	c      2458          40026        4358        20      642147.0000       12213.0000          -
46559.56/2463.32	c      2463          39306        9300        20      642147.0000       12213.0000          -
46658.62/2468.35	c      2468          39350        9303        20      642147.0000       12213.0000          -
46759.61/2473.48	c      2473          39350        9303        20      642147.0000       12213.0000          -
46860.67/2478.54	c      2479          39350        9303        20      642147.0000       12213.0000          -
46959.59/2483.59	c      2484          40906        5238        20      642147.0000       12213.0000          -
47066.59/2488.99	c      2489          39428          61        20      642147.0000       12213.0000          -
47175.46/2494.41	c      2494          44711        6247        20      642147.0000       12213.0000          -
47278.47/2499.61	c      2500          39648         281        20      642147.0000       12213.0000          -
47381.50/2504.85	c      2505          41666        5998        20      642147.0000       12213.0000          -
47487.34/2510.17	c      2510          45397        6933        20      642147.0000       12213.0000          -
47587.66/2515.23	c      2515          40088         721        20      642147.0000       12213.0000          -
47690.53/2520.43	c      2520          40248         881        20      642147.0000       12213.0000          -
47789.59/2525.46	c      2525          46064        7600        20      642147.0000       12213.0000          -
47890.63/2530.54	c      2531          42586        6918        20      642147.0000       12213.0000          -
47995.62/2535.87	c      2536          40728        1361        20      642147.0000       12213.0000          -
48099.25/2541.10	c      2541          40888        1521        20      642147.0000       12213.0000          -
48201.59/2546.24	c      2546          43186        7518        20      642147.0000       12213.0000          -
48304.63/2551.43	c      2551          41168        1801        20      642147.0000       12213.0000          -
48407.64/2556.62	c      2557          43586        7918        20      642147.0000       12213.0000          -
48508.68/2561.76	c      2562          41448        2081        20      642147.0000       12213.0000          -
48611.73/2566.92	c      2567          47584        9120        20      642147.0000       12213.0000          -
48713.49/2572.12	c      2572          41728        2361        20      642147.0000       12213.0000          -
48815.79/2577.25	c      2577          44438        8770        20      642147.0000       12213.0000          -
48918.84/2582.40	c      2582          42008        2641        20      642147.0000       12213.0000          -
49019.90/2587.52	c      2588          42128        2761        20      642147.0000       12213.0000          -
49124.91/2592.85	c      2593          45105        9437        20      642147.0000       12213.0000          -
49225.94/2597.91	c      2598          45226        9558        20      642147.0000       12213.0000          -
49330.79/2603.25	c      2603          45326        9658        20      642147.0000       12213.0000          -
49431.84/2608.32	c      2608          45446        9778        20      642147.0000       12213.0000          -
49538.82/2613.73	c      2614          45566        9898        20      642147.0000       12213.0000          -
49644.55/2619.08	c      2619          49087        9757        20      642147.0000       12213.0000          -
49748.79/2624.38	c      2624          49087        9757        20      642147.0000       12213.0000          -
49849.85/2629.42	c      2629          49087        9757        20      642147.0000       12213.0000          -
49952.90/2634.66	c      2635          49110          21        20      642147.0000       12213.0000          -
50057.91/2639.94	c      2640          43608        4241        20      642147.0000       12213.0000          -
50162.92/2645.21	c      2645          46375       10363        20      642147.0000       12213.0000          -
50263.95/2650.36	c      2650          49486         300        20      642147.0000       12213.0000          -
50364.97/2655.46	c      2655          44048        4681        20      642147.0000       12213.0000          -
50463.88/2660.49	c      2660          46855       10352        20      642147.0000       12213.0000          -
50564.92/2665.53	c      2666          46855       10352        20      642147.0000       12213.0000          -
50663.98/2670.55	c      2671          46855       10352        20      642147.0000       12213.0000          -
50770.99/2675.94	c      2676          46855       10352        20      642147.0000       12213.0000          -
50877.95/2681.30	c      2681          46855       10352        20      642147.0000       12213.0000          -
50982.95/2686.64	c      2687          46855       10352        20      642147.0000       12213.0000          -
51085.97/2691.88	c      2692          45128        5761        20      642147.0000       12213.0000          -
51187.02/2696.93	c      2697          45288        5921        20      642147.0000       12213.0000          -
51291.99/2702.26	c      2702          50988        1798        20      642147.0000       12213.0000          -
51391.04/2707.30	c      2707          51148        1958        20      642147.0000       12213.0000          -
51492.05/2712.35	c      2712          45768        6401        20      642147.0000       12213.0000          -
51602.99/2718.02	c      2718          47518         660        20      642147.0000       12213.0000          -
51704.77/2723.08	c      2723          51668        2478        20      642147.0000       12213.0000          -
51805.71/2728.16	c      2728          47858        1000        20      642147.0000       12213.0000          -
51922.59/2734.13	c      2734          48018        1160        20      642147.0000       12213.0000          -
52024.88/2739.22	c      2739          48178        1320        20      642147.0000       12213.0000          -
52127.87/2744.44	c      2744          48338        1480        20      642147.0000       12213.0000          -
52230.88/2749.64	c      2750          46968        7601        20      642147.0000       12213.0000          -
52331.95/2754.70	c      2755          47128        7761        20      642147.0000       12213.0000          -
52431.01/2759.72	c      2760          52948        3758        20      642147.0000       12213.0000          -
52532.06/2764.86	c      2765          53108        3918        20      642147.0000       12213.0000          -
52631.12/2769.88	c      2770          47648        8281        20      642147.0000       12213.0000          -
52732.14/2774.91	c      2775          53468        4278        20      642147.0000       12213.0000          -
52835.73/2780.19	c      2780          48008        8641        20      642147.0000       12213.0000          -
52934.95/2785.19	c      2785          49658        2800        20      642147.0000       12213.0000          -
53037.08/2790.36	c      2790          48368        9001        20      642147.0000       12213.0000          -
53138.12/2795.46	c      2795          50018        3160        20      642147.0000       12213.0000          -
53239.16/2800.50	c      2801          48688        9321        20      642147.0000       12213.0000          -
53338.24/2805.57	c      2806          48808        9441        20      642147.0000       12213.0000          -
53439.27/2810.62	c      2811          48928        9561        20      642147.0000       12213.0000          -
53542.31/2815.81	c      2816          49048        9681        20      642147.0000       12213.0000          -
53649.28/2821.28	c      2821          49168        9801        20      642147.0000       12213.0000          -
53750.33/2826.31	c      2826          49288        9921        20      642147.0000       12213.0000          -
53849.37/2831.37	c      2831          49408       10041        20      642147.0000       12213.0000          -
53948.38/2836.39	c      2836          49528       10161        20      642147.0000       12213.0000          -
54053.39/2841.65	c      2842          49648       10281        20      642147.0000       12213.0000          -
54156.43/2846.89	c      2847          49768       10401        20      642147.0000       12213.0000          -
54267.35/2852.46	c      2852          51858        5000        20      642147.0000       12213.0000          -
54368.40/2857.52	c      2858          50008       10641        20      642147.0000       12213.0000          -
54473.40/2862.88	c      2863          50128       10761        20      642147.0000       12213.0000          -
54579.32/2868.16	c      2868          50248       10881        20      642147.0000       12213.0000          -
54683.39/2873.41	c      2873          57488        8298        20      642147.0000       12213.0000          -
54784.53/2878.55	c      2879          57708        8518        20      642147.0000       12213.0000          -
54889.46/2883.86	c      2884          57868        8678        20      642147.0000       12213.0000          -
54995.27/2889.16	c      2889          50722       11039        20      642147.0000       12213.0000          -
55094.40/2894.17	c      2894          50821       11039        20      642147.0000       12213.0000          -
55194.54/2899.22	c      2899          50884       11037        20      642147.0000       12213.0000          -
55301.53/2904.64	c      2905          53888        7030        20      642147.0000       12213.0000          -
55404.53/2909.83	c      2910          54128        7270        20      642147.0000       12213.0000          -
55508.15/2915.11	c      2915          51285       11028        20      642147.0000       12213.0000          -
55614.53/2920.40	c      2920          51285       11028        20      642147.0000       12213.0000          -
55715.60/2925.51	c      2926          51285       11028        20      642147.0000       12213.0000          -
55822.59/2930.92	c      2931          55018        8160        20      642147.0000       12213.0000          -
55921.53/2935.96	c      2936          55258        8400        20      642147.0000       12213.0000          -
56023.28/2941.07	c      2941          55498        8640        20      642147.0000       12213.0000          -
56125.57/2946.29	c      2946          55738        8880        20      642147.0000       12213.0000          -
56226.54/2951.33	c      2951          60024        9074        20      642147.0000       12213.0000          -
56343.41/2957.20	c      2957          60024        9074        20      642147.0000       12213.0000          -
56444.41/2962.37	c      2962          60024        9074        20      642147.0000       12213.0000          -
56553.42/2967.81	c      2968          60063           0        20      642147.0000       12213.0000          -
56664.36/2973.48	c      2973          60104          41        20      642147.0000       12213.0000          -
56771.37/2978.90	c      2979          60225         160        20      642147.0000       12213.0000          -
56872.41/2983.90	c      2984          52757        1395        20      642147.0000       12213.0000          -
56971.48/2989.01	c      2989          60592         276        20      642147.0000       12213.0000          -
57075.22/2994.17	c      2994          57126       10017        20      642147.0000       12213.0000          -
57177.50/2999.35	c      2999          57149       10016        20      642147.0000       12213.0000          -
57288.46/3004.98	c      3005          57173       10016        20      642147.0000       12213.0000          -
57393.44/3010.26	c      3010          57196       10015        20      642147.0000       12213.0000          -
57492.48/3015.29	c      3015          53557        2195        20      642147.0000       12213.0000          -
57599.07/3020.65	c      3021          57602       10004        20      642147.0000       12213.0000          -
57700.12/3025.79	c      3026          61533        1215        20      642147.0000       12213.0000          -
57801.09/3030.84	c      3031          58051       10001        20      642147.0000       12213.0000          -
57900.17/3035.89	c      3036          54117        2755        20      642147.0000       12213.0000          -
58007.12/3041.28	c      3041          58211        9997        20      642147.0000       12213.0000          -
58108.18/3046.31	c      3046          62133        1815        20      642147.0000       12213.0000          -
58211.20/3051.50	c      3052          54557        3195        20      642147.0000       12213.0000          -
58312.27/3056.66	c      3057          58398        9994        20      642147.0000       12213.0000          -
58417.27/3061.94	c      3062          62573        2255        20      642147.0000       12213.0000          -
58516.38/3067.00	c      3067          54997        3635        20      642147.0000       12213.0000          -
58620.10/3072.17	c      3072          58474        9993        20      642147.0000       12213.0000          -
58720.34/3077.26	c      3077          58474        9993        20      642147.0000       12213.0000          -
58819.26/3082.27	c      3082          58474        9993        20      642147.0000       12213.0000          -
58922.34/3087.41	c      3087          58474        9993        20      642147.0000       12213.0000          -
59025.32/3092.68	c      3093          58474        9993        20      642147.0000       12213.0000          -
59133.34/3098.06	c      3098          58474        9993        20      642147.0000       12213.0000          -
59232.36/3103.07	c      3103          56077        4715        20      642147.0000       12213.0000          -
59338.38/3108.45	c      3108          56237        4875        20      642147.0000       12213.0000          -
59441.39/3113.61	c      3114          64094        3774        20      642147.0000       12213.0000          -
59542.46/3118.70	c      3119          58844         333        20      642147.0000       12213.0000          -
59641.50/3123.74	c      3124          56717        5355        20      642147.0000       12213.0000          -
59740.58/3128.78	c      3129          59110         599        20      642147.0000       12213.0000          -
59846.29/3134.05	c      3134          59270         759        20      642147.0000       12213.0000          -
59945.35/3139.07	c      3139          59430         919        20      642147.0000       12213.0000          -
60049.48/3144.36	c      3144          57397        6035        20      642147.0000       12213.0000          -
60148.55/3149.39	c      3149          65294        4974        20      642147.0000       12213.0000          -
60251.56/3154.50	c      3155          57717        6355        20      642147.0000       12213.0000          -
60354.59/3159.76	c      3160          65654        5334        20      642147.0000       12213.0000          -
60457.61/3164.92	c      3165          60230        1719        20      642147.0000       12213.0000          -
60556.67/3169.94	c      3170          58237        6875        20      642147.0000       12213.0000          -
60655.73/3175.03	c      3175          60550        2039        20      642147.0000       12213.0000          -
60757.45/3180.13	c      3180          60710        2199        20      642147.0000       12213.0000          -
60861.76/3185.34	c      3185          66574        6254        20      642147.0000       12213.0000          -
60966.77/3190.69	c      3191          58957        7595        20      642147.0000       12213.0000          -
61071.90/3195.96	c      3196          61190        2679        20      642147.0000       12213.0000          -
61175.25/3201.16	c      3201          61350        2839        20      642147.0000       12213.0000          -
61274.44/3206.18	c      3206          61510        2999        20      642147.0000       12213.0000          -
61374.59/3211.28	c      3211          67575        7255        20      642147.0000       12213.0000          -
61477.59/3216.40	c      3216          59917        8555        20      642147.0000       12213.0000          -
61580.56/3221.66	c      3222          68002        7682        20      642147.0000       12213.0000          -
61693.48/3227.39	c      3227          68228        7908        20      642147.0000       12213.0000          -
61800.44/3232.73	c      3233          68463        8143        20      642147.0000       12213.0000          -
61901.37/3237.81	c      3238          60717        9355        20      642147.0000       12213.0000          -
62005.01/3243.10	c      3243          62710        4199        20      642147.0000       12213.0000          -
62109.31/3248.32	c      3248          60957        9595        20      642147.0000       12213.0000          -
62216.26/3253.74	c      3254          60957        9595        20      642147.0000       12213.0000          -
62317.19/3258.83	c      3259          60957        9595        20      642147.0000       12213.0000          -
62418.18/3263.92	c      3264          61117        9755        20      642147.0000       12213.0000          -
62517.25/3268.97	c      3269          69749        9300        20      642147.0000       12213.0000          -
62616.30/3274.00	c      3274          69951        9241        20      642147.0000       12213.0000          -
62718.09/3279.06	c      3279          61557       10195        20      642147.0000       12213.0000          -
62820.33/3284.20	c      3284          70241        9191        20      642147.0000       12213.0000          -
62921.38/3289.31	c      3289          64350        5839        20      642147.0000       12213.0000          -
63022.41/3294.44	c      3294          70630        9191        20      642147.0000       12213.0000          -
63127.43/3299.76	c      3300          70828        9191        20      642147.0000       12213.0000          -
63230.48/3305.03	c      3305          62260       10164        20      642147.0000       12213.0000          -
63332.43/3310.10	c      3310          65110        6599        20      642147.0000       12213.0000          -
63434.55/3315.22	c      3315          62416       10152        20      642147.0000       12213.0000          -
63539.39/3320.52	c      3321          62466       10150        20      642147.0000       12213.0000          -
63642.44/3325.74	c      3326          71603        9190        20      642147.0000       12213.0000          -
63745.42/3331.03	c      3331          62604       10148        20      642147.0000       12213.0000          -
63854.39/3336.48	c      3336          62675       10149        20      642147.0000       12213.0000          -
63955.45/3341.54	c      3342          66190        7679        20      642147.0000       12213.0000          -
64054.52/3346.55	c      3347          62849       10152        20      642147.0000       12213.0000          -
64157.56/3351.73	c      3352          66510        7999        20      642147.0000       12213.0000          -
64258.62/3356.82	c      3357          72719        9035        20      642147.0000       12213.0000          -
64359.67/3361.99	c      3362          72956        9035        20      642147.0000       12213.0000          -
64474.59/3367.75	c      3368          63242       10148        20      642147.0000       12213.0000          -
64585.49/3373.38	c      3373          63242       10148        20      642147.0000       12213.0000          -
64696.45/3378.92	c      3379          63242       10148        20      642147.0000       12213.0000          -
64795.54/3383.95	c      3384          73183           0        20      642147.0000       12213.0000          -
64894.73/3388.95	c      3389          63306          61        20      642147.0000       12213.0000          -
65001.58/3394.37	c      3394          67790        9279        20      642147.0000       12213.0000          -
65102.66/3399.46	c      3399          73532         319        20      642147.0000       12213.0000          -
65211.65/3404.92	c      3405          73673         460        20      642147.0000       12213.0000          -
65313.36/3410.10	c      3410          73793         580        20      642147.0000       12213.0000          -
65414.66/3415.19	c      3415          68399        9831        20      642147.0000       12213.0000          -
65514.70/3420.22	c      3420          64203         736        20      642147.0000       12213.0000          -
65615.76/3425.38	c      3425          64363         896        20      642147.0000       12213.0000          -
65718.79/3430.50	c      3430          68925        9811        20      642147.0000       12213.0000          -
65817.87/3435.54	c      3436          74433        1220        20      642147.0000       12213.0000          -
65918.88/3440.67	c      3441          69067        9812        20      642147.0000       12213.0000          -
66021.91/3445.84	c      3446          69170        9811        20      642147.0000       12213.0000          -
66130.86/3451.34	c      3451          74873        1660        20      642147.0000       12213.0000          -
66229.93/3456.36	c      3456          74973        1760        20      642147.0000       12213.0000          -
66330.99/3461.44	c      3461          65323        1856        20      642147.0000       12213.0000          -
66434.04/3466.69	c      3467          75253        2040        20      642147.0000       12213.0000          -
66539.03/3471.98	c      3472          75413        2200        20      642147.0000       12213.0000          -
66640.87/3477.07	c      3477          65723        2256        20      642147.0000       12213.0000          -
66739.76/3482.08	c      3482          69685        9812        20      642147.0000       12213.0000          -
66850.09/3487.60	c      3488          66003        2536        20      642147.0000       12213.0000          -
66951.11/3492.79	c      3493          76013        2800        20      642147.0000       12213.0000          -
67052.18/3497.84	c      3498          66283        2816        20      642147.0000       12213.0000          -
67159.11/3503.21	c      3503          70191        9811        20      642147.0000       12213.0000          -
67258.19/3508.26	c      3508          76453        3240        20      642147.0000       12213.0000          -
67359.23/3513.30	c      3513          66723        3256        20      642147.0000       12213.0000          -
67458.32/3518.39	c      3518          76733        3520        20      642147.0000       12213.0000          -
67563.34/3523.62	c      3524          67003        3536        20      642147.0000       12213.0000          -
67662.43/3528.67	c      3529          70689        9809        20      642147.0000       12213.0000          -
67763.48/3533.74	c      3534          77173        3960        20      642147.0000       12213.0000          -
67864.56/3538.83	c      3539          67443        3976        20      642147.0000       12213.0000          -
67970.21/3544.17	c      3544          70881        9810        20      642147.0000       12213.0000          -
68070.51/3549.25	c      3549          67763        4296        20      642147.0000       12213.0000          -
68171.55/3554.30	c      3554          77773        4560        20      642147.0000       12213.0000          -
68278.52/3559.73	c      3560          77933        4720        20      642147.0000       12213.0000          -
68384.52/3565.12	c      3565          71783        9804        20      642147.0000       12213.0000          -
68490.71/3570.43	c      3570          71783        9804        20      642147.0000       12213.0000          -
68593.59/3575.65	c      3576          71783        9804        20      642147.0000       12213.0000          -
68696.62/3580.83	c      3581          71783        9804        20      642147.0000       12213.0000          -
68795.70/3585.89	c      3586          71783        9804        20      642147.0000       12213.0000          -
68896.76/3590.92	c      3591          71783        9804        20      642147.0000       12213.0000          -
68995.83/3595.98	c      3596          71783        9804        20      642147.0000       12213.0000          -
69097.48/3601.12	c      3601          71832          21        20      642147.0000       12213.0000          -
69196.68/3606.14	c      3606          79333        6120        20      642147.0000       12213.0000          -
69298.96/3611.21	c      3611          79493        6280        20      642147.0000       12213.0000          -
69398.03/3616.29	c      3616          79653        6440        20      642147.0000       12213.0000          -
69499.02/3621.35	c      3621          79813        6600        20      642147.0000       12213.0000          -
69598.06/3626.40	c      3626          70163        6696        20      642147.0000       12213.0000          -
69703.05/3631.60	c      3632          70323        6856        20      642147.0000       12213.0000          -
69808.07/3637.01	c      3637          72773         960        20      642147.0000       12213.0000          -
69909.82/3642.13	c      3642          80493        7280        20      642147.0000       12213.0000          -
70012.10/3647.28	c      3647          80693        7480        20      642147.0000       12213.0000          -
70122.98/3652.84	c      3653          80853        7640        20      642147.0000       12213.0000          -
70224.05/3658.04	c      3658          71243        7776        20      642147.0000       12213.0000          -
70329.04/3663.26	c      3663          73440        1499        20      642147.0000       12213.0000          -
70428.11/3668.27	c      3668          73560        1619        20      642147.0000       12213.0000          -
70529.16/3673.33	c      3673          81573        8360        20      642147.0000       12213.0000          -
70632.19/3678.57	c      3679          73840        1899        20      642147.0000       12213.0000          -
70733.16/3683.69	c      3684          73960        2019        20      642147.0000       12213.0000          -
70838.14/3689.01	c      3689          72363        8896        20      642147.0000       12213.0000          -
70941.82/3694.17	c      3694          74240        2299        20      642147.0000       12213.0000          -
71046.02/3699.46	c      3699          82413        9200        20      642147.0000       12213.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (173535 MiB free)
  memory of node 1: 193531 MiB (167273 MiB free)
  memory of node 2: 193531 MiB (186816 MiB free)
  memory of node 3: 193531 MiB (180432 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-4465406-1723644282/watcher-4465406-1723644282 -o /tmp/evaluation-result-4465406-1723644282/solver-4465406-1723644282 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741484 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465406-1723644282.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100121 s]*
/proc/loadavg: 74.18 79.01 79.63 5/853 743800
/proc/meminfo: memFree=724942308/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=97416 memory=84848 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 19073 0 0 0 8 2 0 0 20 0 1 0 131015008 99753984 21212 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 24354 21212 2347 3035 0 20750 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 97416 KiB
Current children cumulated memory: 84848 KiB

[startup+0.218806 s]*
/proc/loadavg: 74.18 79.01 79.63 5/855 743807
/proc/meminfo: memFree=724813936/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=144504 memory=132424 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 30972 0 0 0 19 4 0 0 20 0 1 0 131015008 147972096 33106 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 36126 33106 2347 3035 0 32522 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 144504 KiB
Current children cumulated memory: 132424 KiB

[startup+0.318679 s]*
/proc/loadavg: 74.18 79.01 79.63 5/859 743811
/proc/meminfo: memFree=724672112/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=181756 memory=169724 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 40301 0 0 0 27 6 0 0 20 0 1 0 131015008 186118144 42431 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 45439 42431 2347 3035 0 41835 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 181756 KiB
Current children cumulated memory: 169724 KiB

[startup+0.700262 s]
/proc/loadavg: 74.18 79.01 79.63 5/857 743811
/proc/meminfo: memFree=724355384/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=316440 memory=304164 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 73426 0 0 0 59 10 0 0 20 0 1 0 131015008 324034560 76041 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 79110 76041 2347 3035 0 75506 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 316440 KiB
Current children cumulated memory: 304164 KiB

[startup+1.50027 s]
/proc/loadavg: 74.18 79.01 79.63 5/863 743822
/proc/meminfo: memFree=723524996/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=619956 memory=607996 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 142190 0 0 0 127 21 0 0 20 0 1 0 131015008 634834944 151999 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 154989 151999 2347 3035 0 151385 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 619956 KiB
Current children cumulated memory: 607996 KiB

[startup+3.11859 s]
/proc/loadavg: 68.56 77.76 79.22 5/863 743822
/proc/meminfo: memFree=721031388/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=1215068 memory=1202816 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 279719 0 0 0 268 42 0 0 20 0 1 0 131015008 1244229632 300704 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 303767 300704 2347 3035 0 300163 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1215068 KiB
Current children cumulated memory: 1202816 KiB

[startup+6.30024 s]
/proc/loadavg: 68.56 77.76 79.22 5/863 743822
/proc/meminfo: memFree=716697340/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=3051028 memory=3015156 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 634871 0 0 0 524 103 0 0 20 0 1 0 131015008 3124252672 753789 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 762757 753789 2555 3035 0 759153 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3051028 KiB
Current children cumulated memory: 3015156 KiB

[startup+12.7002 s]
/proc/loadavg: 58.63 75.34 78.41 5/863 743824
/proc/meminfo: memFree=710980580/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=3584772 memory=3542788 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 753948 0 0 0 1142 122 0 0 20 0 1 0 131015008 3670806528 885697 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 896193 885697 2614 3035 0 892589 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3584772 KiB
Current children cumulated memory: 3542788 KiB

[startup+25.5003 s]
/proc/loadavg: 50.23 72.99 77.62 5/863 743825
/proc/meminfo: memFree=709418080/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=3911540 memory=3863768 CPUtime=25.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 778410 0 0 0 2405 134 0 0 20 0 1 0 131015008 4005416960 965942 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 977885 965942 2726 3035 0 974281 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 3911540 KiB
Current children cumulated memory: 3863768 KiB

[startup+51.1187 s]
/proc/loadavg: 34.46 67.45 75.66 5/864 743832
/proc/meminfo: memFree=709715424/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=3806880 memory=3759296 CPUtime=50.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 816865 0 0 0 4948 143 0 0 20 0 1 0 131015008 3898245120 939824 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 951720 939824 2758 3035 0 948116 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 3806880 KiB
Current children cumulated memory: 3759296 KiB

[startup+102.301 s]
/proc/loadavg: 16.16 56.77 71.53 5/884 743861
/proc/meminfo: memFree=709342536/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=5393812 memory=3847440 CPUtime=101.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) R 743796 743799 741471 0 -1 4194304 818184 0 0 0 10044 148 0 0 20 0 21 0 131015008 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 1348453 961860 2934 3035 0 1017809 0
[pid=743799/tid=743842] ppid=743796 vsize=5393812 memory=3844664 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743842/stat : 743842 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743843] ppid=743796 vsize=5393812 memory=3844664 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743843/stat : 743843 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743844] ppid=743796 vsize=5393812 memory=35732 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743844/stat : 743844 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743845] ppid=743796 vsize=5393812 memory=3863768 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743845/stat : 743845 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743846] ppid=743796 vsize=5393812 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743846/stat : 743846 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743847] ppid=743796 vsize=5393812 memory=3844456 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743847/stat : 743847 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743848] ppid=743796 vsize=5393812 memory=11424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743848/stat : 743848 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743849] ppid=743796 vsize=5393812 memory=10392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743849/stat : 743849 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743850] ppid=743796 vsize=5393812 memory=11424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743850/stat : 743850 (fscip) S 743796 743799 741471 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743851] ppid=743796 vsize=5393812 memory=35732 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743851/stat : 743851 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743852] ppid=743796 vsize=5393812 memory=5432 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743852/stat : 743852 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743853] ppid=743796 vsize=5393812 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743853/stat : 743853 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743854] ppid=743796 vsize=5393812 memory=16240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743854/stat : 743854 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743855] ppid=743796 vsize=5393812 memory=1996 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743855/stat : 743855 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743856] ppid=743796 vsize=5393812 memory=1836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743856/stat : 743856 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743857] ppid=743796 vsize=5393812 memory=38468 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743857/stat : 743857 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743858] ppid=743796 vsize=5393812 memory=2152 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743858/stat : 743858 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743859] ppid=743796 vsize=5393812 memory=2616 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743859/stat : 743859 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743860] ppid=743796 vsize=5393812 memory=4732 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743860/stat : 743860 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743861] ppid=743796 vsize=5393812 memory=5172004 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743861/stat : 743861 (fscip) S 743796 743799 741471 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131025195 5523263488 961860 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 5393812 KiB
Current children cumulated memory: 3847440 KiB

[startup+162.301 s]
/proc/loadavg: 20.69 50.39 68.40 43/985 743973
/proc/meminfo: memFree=640135288/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=36447104 memory=34609732 CPUtime=1014.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) S 743796 743799 741471 0 -1 1077936128 8101604 0 0 0 98328 3106 0 0 20 0 41 0 131015008 37321834496 8652433 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 9111776 8652433 3014 3035 0 8821527 0
[pid=743799/tid=743842] ppid=743796 vsize=36447104 memory=2268 CPUtime=45.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743842/stat : 743842 (fscip) R 743796 743799 741471 0 -1 4194368 349498 0 0 0 4250 290 0 0 20 0 41 0 131025195 37321834496 8652433 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743843] ppid=743796 vsize=36447104 memory=10392 CPUtime=45.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743843/stat : 743843 (fscip) R 743796 743799 741471 0 -1 4194368 384362 0 0 0 4484 73 0 0 20 0 41 0 131025195 37321834496 8652433 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743844] ppid=743796 vsize=36447104 memory=35732 CPUtime=46.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743844/stat : 743844 (fscip) R 743796 743799 741471 0 -1 4194368 384655 0 0 0 4542 71 0 0 20 0 41 0 131025195 37321834496 8652433 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0

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

[pid=743799/tid=743874] ppid=743796 vsize=56418316 memory=35732 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743874/stat : 743874 (fscip) S 743796 743799 741471 0 -1 1077936192 232 0 0 0 2 1 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743875] ppid=743796 vsize=56418316 memory=6720666566792527472 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743875/stat : 743875 (fscip) S 743796 743799 741471 0 -1 1077936192 331 0 0 0 1 2 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743876] ppid=743796 vsize=56418316 memory=45955956 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743876/stat : 743876 (fscip) S 743796 743799 741471 0 -1 1077936192 292 0 0 0 3 0 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743877] ppid=743796 vsize=56418316 memory=280398283894672 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743877/stat : 743877 (fscip) S 743796 743799 741471 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743878] ppid=743796 vsize=56418316 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743878/stat : 743878 (fscip) S 743796 743799 741471 0 -1 1077936192 283 0 0 0 3 0 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743879] ppid=743796 vsize=56418316 memory=1996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743879/stat : 743879 (fscip) S 743796 743799 741471 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743880] ppid=743796 vsize=56418316 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743880/stat : 743880 (fscip) S 743796 743799 741471 0 -1 1077936192 270 0 0 0 1 1 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743881] ppid=743796 vsize=56418316 memory=1836 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743881/stat : 743881 (fscip) S 743796 743799 741471 0 -1 1077936192 236 0 0 0 0 2 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743882] ppid=743796 vsize=56418316 memory=38468 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743882/stat : 743882 (fscip) S 743796 743799 741471 0 -1 1077936192 257 0 0 0 2 0 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743883] ppid=743796 vsize=56418316 memory=2152 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743883/stat : 743883 (fscip) S 743796 743799 741471 0 -1 1077936192 267 0 0 0 3 0 0 0 20 0 41 0 131026631 57772355584 11489664 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
Current children cumulated CPU time: 69915 s
Current children cumulated vsize: 56418316 KiB
Current children cumulated memory: 45958656 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.20 80.27 80.11 62/982 745915
/proc/meminfo: memFree=519525908/790760800 swapFree=131071996/131071996
[pid=743799] ppid=743796 vsize=56419340 memory=45965308 CPUtime=71058.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/stat : 743799 (fscip) S 743796 743799 741471 0 -1 1077936128 148010509 0 0 0 7072040 33822 0 0 20 0 41 0 131015008 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
/proc/743799/statm: 14104835 11491327 3030 3035 0 13872209 0
[pid=743799/tid=743842] ppid=743796 vsize=56419340 memory=2676 CPUtime=3554.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743842/stat : 743842 (fscip) R 743796 743799 741471 0 -1 4194368 5225930 0 0 0 354776 685 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743843] ppid=743796 vsize=56419340 memory=11424 CPUtime=3553.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743843/stat : 743843 (fscip) R 743796 743799 741471 0 -1 4194368 5295587 0 0 0 354582 726 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743844] ppid=743796 vsize=56419340 memory=35732 CPUtime=3547.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743844/stat : 743844 (fscip) R 743796 743799 741471 0 -1 4194368 12294457 0 0 0 353354 1379 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743845] ppid=743796 vsize=56419340 memory=8323350987516068516 CPUtime=3551.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743845/stat : 743845 (fscip) R 743796 743799 741471 0 -1 4194368 5215001 0 0 0 354411 739 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743846] ppid=743796 vsize=56419340 memory=3059 CPUtime=3549.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743846/stat : 743846 (fscip) R 743796 743799 741471 0 -1 4194368 5247246 0 0 0 354230 750 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743847] ppid=743796 vsize=56419340 memory=102 CPUtime=3528.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743847/stat : 743847 (fscip) R 743796 743799 741471 0 -1 4194368 11148221 0 0 0 351577 1263 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743848] ppid=743796 vsize=56419340 memory=17811 CPUtime=3551.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743848/stat : 743848 (fscip) R 743796 743799 741471 0 -1 4194368 5215380 0 0 0 354441 692 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743849] ppid=743796 vsize=56419340 memory=253 CPUtime=3551.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743849/stat : 743849 (fscip) R 743796 743799 741471 0 -1 4194368 5158847 0 0 0 354352 783 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743850] ppid=743796 vsize=56419340 memory=33007 CPUtime=3550.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743850/stat : 743850 (fscip) R 743796 743799 741471 0 -1 4194368 12562043 0 0 0 353652 1383 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743851] ppid=743796 vsize=56419340 memory=3 CPUtime=3538.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743851/stat : 743851 (fscip) R 743796 743799 741471 0 -1 4194368 4841480 0 0 0 352997 837 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743852] ppid=743796 vsize=56419340 memory=3 CPUtime=3553.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743852/stat : 743852 (fscip) R 743796 743799 741471 0 -1 4194368 5464654 0 0 0 354625 735 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743853] ppid=743796 vsize=56419340 memory=45960180 CPUtime=3548.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743853/stat : 743853 (fscip) R 743796 743799 741471 0 -1 4194368 12381680 0 0 0 353531 1333 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743854] ppid=743796 vsize=56419340 memory=30816 CPUtime=3544.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743854/stat : 743854 (fscip) R 743796 743799 741471 0 -1 4194368 5323071 0 0 0 353815 669 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743855] ppid=743796 vsize=56419340 memory=33860 CPUtime=3532.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743855/stat : 743855 (fscip) R 743796 743799 741471 0 -1 4194368 5267800 0 0 0 337256 15995 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743856] ppid=743796 vsize=56419340 memory=11640 CPUtime=3550.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743856/stat : 743856 (fscip) R 743796 743799 741471 0 -1 4194368 12826575 0 0 0 353679 1388 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743857] ppid=743796 vsize=56419340 memory=11704 CPUtime=3552.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743857/stat : 743857 (fscip) R 743796 743799 741471 0 -1 4194368 5061987 0 0 0 354541 708 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743858] ppid=743796 vsize=56419340 memory=11640 CPUtime=3553.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743858/stat : 743858 (fscip) R 743796 743799 741471 0 -1 4194368 5538951 0 0 0 354557 785 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743859] ppid=743796 vsize=56419340 memory=11640 CPUtime=3543.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743859/stat : 743859 (fscip) R 743796 743799 741471 0 -1 4194368 12337547 0 0 0 352976 1345 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743860] ppid=743796 vsize=56419340 memory=2684 CPUtime=3551.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743860/stat : 743860 (fscip) R 743796 743799 741471 0 -1 4194368 5167312 0 0 0 354402 703 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743861] ppid=743796 vsize=56419340 memory=6732 CPUtime=3548.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743861/stat : 743861 (fscip) R 743796 743799 741471 0 -1 4194368 5504880 0 0 0 354072 732 0 0 20 0 41 0 131025195 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743864] ppid=743796 vsize=56419340 memory=40436 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743864/stat : 743864 (fscip) S 743796 743799 741471 0 -1 1077936192 277 0 0 0 3 0 0 0 20 0 41 0 131026630 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743865] ppid=743796 vsize=56419340 memory=8240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743865/stat : 743865 (fscip) S 743796 743799 741471 0 -1 1077936192 244 0 0 0 0 3 0 0 20 0 41 0 131026630 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743866] ppid=743796 vsize=56419340 memory=2112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743866/stat : 743866 (fscip) S 743796 743799 741471 0 -1 1077936192 280 0 0 0 0 3 0 0 20 0 41 0 131026630 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743867] ppid=743796 vsize=56419340 memory=3308 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743867/stat : 743867 (fscip) S 743796 743799 741471 0 -1 1077936192 219 0 0 0 3 0 0 0 20 0 41 0 131026630 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743868] ppid=743796 vsize=56419340 memory=1704 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743868/stat : 743868 (fscip) S 743796 743799 741471 0 -1 1077936192 78 0 0 0 0 2 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743869] ppid=743796 vsize=56419340 memory=18272 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743869/stat : 743869 (fscip) S 743796 743799 741471 0 -1 1077936192 190 0 0 0 4 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743870] ppid=743796 vsize=56419340 memory=28356 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743870/stat : 743870 (fscip) S 743796 743799 741471 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743871] ppid=743796 vsize=56419340 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743871/stat : 743871 (fscip) S 743796 743799 741471 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743872] ppid=743796 vsize=56419340 memory=6389760286700402 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743872/stat : 743872 (fscip) S 743796 743799 741471 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743873] ppid=743796 vsize=56419340 memory=31860 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743873/stat : 743873 (fscip) S 743796 743799 741471 0 -1 1077936192 191 0 0 0 1 1 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743874] ppid=743796 vsize=56419340 memory=7176 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743874/stat : 743874 (fscip) S 743796 743799 741471 0 -1 1077936192 235 0 0 0 2 1 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743875] ppid=743796 vsize=56419340 memory=36248 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743875/stat : 743875 (fscip) S 743796 743799 741471 0 -1 1077936192 332 0 0 0 1 2 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743876] ppid=743796 vsize=56419340 memory=6628 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743876/stat : 743876 (fscip) S 743796 743799 741471 0 -1 1077936192 293 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743877] ppid=743796 vsize=56419340 memory=20572 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743877/stat : 743877 (fscip) S 743796 743799 741471 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743878] ppid=743796 vsize=56419340 memory=6856 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743878/stat : 743878 (fscip) S 743796 743799 741471 0 -1 1077936192 285 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743879] ppid=743796 vsize=56419340 memory=7112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743879/stat : 743879 (fscip) S 743796 743799 741471 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743880] ppid=743796 vsize=56419340 memory=30816 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743880/stat : 743880 (fscip) S 743796 743799 741471 0 -1 1077936192 271 0 0 0 1 1 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743881] ppid=743796 vsize=56419340 memory=33860 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743881/stat : 743881 (fscip) S 743796 743799 741471 0 -1 1077936192 238 0 0 0 0 2 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743882] ppid=743796 vsize=56419340 memory=45963408 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743882/stat : 743882 (fscip) S 743796 743799 741471 0 -1 1077936192 258 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
[pid=743799/tid=743883] ppid=743796 vsize=56419340 memory=6720668731472821864 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/743799/task/743883/stat : 743883 (fscip) S 743796 743799 741471 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 131026631 57773404160 11491327 809668444160 4194304 16623229 140732082179968 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 31842304 140732082185222 140732082185340 140732082185340 140732082192368 0
Current children cumulated CPU time: 71058.6 s
Current children cumulated vsize: 56419340 KiB
Current children cumulated memory: 45965308 KiB

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

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

# cumulated CPU time of all completed processes:  user=70720.7 s, system=339.665 s

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

[startup+3700.8 s]
/proc/loadavg: 80.20 80.27 80.11 43/943 745915
/proc/meminfo: memFree=528516564/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 80.20 80.27 80.11 4/859 745923
/proc/meminfo: memFree=595769848/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.4 s]
/proc/loadavg: 80.20 80.27 80.11 4/859 745923
/proc/meminfo: memFree=595769848/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.5 s]
/proc/loadavg: 80.20 80.27 80.11 4/859 745923
/proc/meminfo: memFree=595769848/790760800 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): 3701.53
CPU time (s): 71060.4
CPU user time (s): 70720.7
CPU system time (s): 339.665
CPU usage (%): 1919.76
Max. virtual memory (cumulated for all children) (KiB): 56867912
Max. memory (cumulated for all children) (KiB): 46206460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70720.7
system time used= 339.665
maximum resident set size= 46207608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148010624
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= 4940496
involuntary context switches= 286764


# summary of solver processes directly reported to runsolver:
#   pid: 743799
#   total CPU time (s): 71060.4
#   total CPU user time (s): 70720.7
#   total CPU system time (s): 339.665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4919 second user time and 91.4044 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 16:04:42
IDJOB=4465406
IDBENCH=158163
IDSOLVER=3094
FILE ID=nodeD101/4465406-1723644282
RUNJOBID= nodeD101-1723640577-741484
SLURM_JOB_ID= 8267917
Free space on /tmp= 8622660 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.10-8.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-4465406-1723644282/watcher-4465406-1723644282 -o /tmp/evaluation-result-4465406-1723644282/solver-4465406-1723644282 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723640577-741484 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465406-1723644282.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 94679b926e0f98030bd662dace4c9342
RANDOM SEED=467729113

nodeD101.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	: 0x5003102
cpu MHz		: 2936.010
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 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	: 0x5003102
cpu MHz		: 2592.084
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3698.945
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3888.292
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1250.657
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 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	: 0x5003102
cpu MHz		: 2623.149
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3753.390
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2863.522
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2634.951
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 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	: 0x5003102
cpu MHz		: 2633.557
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2630.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3893.608
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1336.892
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 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	: 0x5003102
cpu MHz		: 2637.115
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3897.353
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2637.520
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3438.157
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 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	: 0x5003102
cpu MHz		: 2637.292
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2630.947
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2638.661
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2646.025
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 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	: 0x5003102
cpu MHz		: 2644.178
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.171
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2650.962
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1661.469
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 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	: 0x5003102
cpu MHz		: 2626.135
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2625.574
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.242
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2643.813
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 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	: 0x5003102
cpu MHz		: 3897.442
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3182.634
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2629.533
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2611.932
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 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	: 0x5003102
cpu MHz		: 2633.334
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.710
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2644.884
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3321.601
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 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	: 0x5003102
cpu MHz		: 2638.206
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2632.832
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2570.003
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3106.805
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 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	: 0x5003102
cpu MHz		: 2777.906
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2624.968
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2626.277
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3028.680
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 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	: 0x5003102
cpu MHz		: 2795.236
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2641.981
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2640.609
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3381.279
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 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	: 0x5003102
cpu MHz		: 2630.171
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2627.136
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2637.459
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3797.738
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 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	: 0x5003102
cpu MHz		: 2643.935
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.566
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2642.665
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2390.461
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 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	: 0x5003102
cpu MHz		: 2630.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2640.953
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2596.447
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2653.422
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 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	: 0x5003102
cpu MHz		: 2636.253
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2642.425
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2646.547
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2674.760
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 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	: 0x5003102
cpu MHz		: 2620.241
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2623.579
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2629.078
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2826.287
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 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	: 0x5003102
cpu MHz		: 2653.263
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2656.004
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2658.571
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2607.709
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 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	: 0x5003102
cpu MHz		: 2648.114
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.774
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2648.396
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2655.178
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 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	: 0x5003102
cpu MHz		: 3552.044
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2667.723
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3850.358
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        725066976 kB
MemAvailable:   782981136 kB
Buffers:         1177752 kB
Cached:         59990080 kB
SwapCached:            0 kB
Active:         18843740 kB
Inactive:       43317552 kB
Active(anon):       2104 kB
Inactive(anon):  1030336 kB
Active(file):   18841636 kB
Inactive(file): 42287216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            312588 kB
Writeback:             0 kB
AnonPages:        992568 kB
Mapped:           110664 kB
Shmem:             38920 kB
KReclaimable:     409672 kB
Slab:             827544 kB
SReclaimable:     409672 kB
SUnreclaim:       417872 kB
KernelStack:       14816 kB
PageTables:        10764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1140204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1152000 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622528 MiB
End job on nodeD101 at 2024-08-14 17:06:24