Trace number 4468438

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12SAT-142 70237.3 3598.46

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_500_10_1.opb
MD5SUMd4235fe4c365567a817121803ba4630e
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-142
Best CPU time to get the best result obtained on this benchmark70237.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 49098752, getVmSize() = 49098752, SCIPgetMemUsed() = 22223234, SCIPgetMemTotal() = 26443530, SCIPgetMemExternEstim() = 15388628
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.00/0.11	c ** Estimated virtualMemUsedAtSolver = 35580730, getVmSize() = 62058496, SCIPgetMemUsed() = 24183227, SCIPgetMemTotal() = 37982467, SCIPgetMemExternEstim() = 15388628
0.00/0.11	c ** set memory limit for solvers to 4.1885e+11 for each SCIP **
0.00/0.11	c Original Problem   :
0.00/0.11	c   Problem name     : instance-4468438-1723469642
0.00/0.11	c   Variables        : 7318 (1000 binary, 0 integer, 6318 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 8819
0.00/0.11	c   Objective sense  : minimize
0.00/0.11	c Presolved Problem  :
0.00/0.11	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 1501
0.00/0.11	c Constraints        : Number
0.00/0.11	c   knapsack         : 1000 
0.00/0.11	c   setppc           : 500 
0.00/0.11	c   linear           : 1 
0.00/0.11	c ** Instance transfer method used: 0
0.00/0.11	c ** ParaScipInstance copy does not increase the number of variables. **
0.11/0.20	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.11/0.20	c                                Nodes    Active                                            
0.11/0.20	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
13.33/0.94	c *       1              0           1        20         -87.0000                -          -
13.33/1.00	c *       1              0           1        20         -93.0000                -          -
70.64/3.83	c *       4              0           1        20         -94.0000                -          -
78.53/4.28	c *       4              0           1        20         -95.0000                -          -
290.43/14.98	c *      15              0           1        20        -104.0000                -          -
290.43/14.98	c        15              0           1        20        -104.0000                -          -
312.89/16.08	c *      16              0           1        20        -105.0000                -          -
314.88/16.14	c *      16              0           1        20        -106.0000                -          -
334.63/17.15	c *      17              0           1        20        -107.0000                -          -
361.78/18.56	c *      19              0           1        20        -110.0000                -          -
369.71/18.90	c *      19              0           1        20        -112.0000                -          -
405.30/20.74	c        21              0           1        20        -112.0000                -          -
427.06/21.85	c *      22              0           1        20        -115.0000                -          -
448.87/22.97	c *      23              0           1        20        -118.0000                -          -
478.58/24.41	c *      24              0           1        20        -121.0000                -          -
553.81/28.30	c *      28              0           1        20        -122.0000                -          -
553.81/28.30	c        28              0           1        20        -122.0000                -          -
559.77/28.59	c *      29              0           1        20        -123.0000                -          -
599.52/30.54	c *      31              0           1        20        -125.0000                -          -
625.35/31.83	c *      32              0           1        20        -126.0000                -          -
647.00/32.98	c *      33              0           1        20        -128.0000                -          -
671.42/34.14	c *      34              0           1        20        -129.0000                -          -
671.42/34.14	c        34              0           1        20        -129.0000                -          -
1521.05/77.10	c        77              2           1        20        -129.0000        -243.4344     88.71%
1645.26/83.32	c        83              2           1        20        -129.0000        -242.9034     88.30%
1920.65/97.22	c        97              2           1        20        -129.0000        -242.9034     88.30%
2112.91/107.00	c       107              2           1        20        -129.0000        -242.9034     88.30%
2234.49/113.06	c       113              2           1        20        -129.0000        -242.9034     88.30%
2333.77/118.09	c       118              2           1        20        -129.0000        -242.9034     88.30%
2362.67/119.55	c *     120              2           1        20        -130.0000        -242.9034     86.85%
2435.94/123.27	c       123              2           1        20        -130.0000        -242.9034     86.85%
2539.14/128.47	c       128              2           1        20        -130.0000        -242.9034     86.85%
2640.27/133.51	c       134              2           1        20        -130.0000        -242.9034     86.85%
2757.20/139.42	c *     139              2           1        20        -133.0000        -242.9034     82.63%
2757.20/139.42	c       139              2           1        20        -133.0000        -242.9034     82.63%
2856.41/144.49	c       144              2           1        20        -133.0000        -242.9034     82.63%
2957.50/149.56	c       150              3           2        20        -133.0000        -242.8112     82.56%
3058.65/154.69	c       155              3           2        20        -133.0000        -242.8112     82.56%
3168.29/160.14	c       160              3           2        20        -133.0000        -242.8112     82.56%
3272.69/165.42	c       165              3           2        20        -133.0000        -242.8112     82.56%
3435.33/173.60	c       174              3           2        20        -133.0000        -242.8112     82.56%
3536.52/178.71	c       179              3           2        20        -133.0000        -242.8112     82.56%
3635.57/183.76	c       184              3           2        20        -133.0000        -242.8112     82.56%
3738.72/188.94	c       189              3           2        20        -133.0000        -242.8112     82.56%
3902.97/197.22	c       197              3           2        20        -133.0000        -242.8112     82.56%
4009.86/202.64	c       203              3           2        20        -133.0000        -242.8112     82.56%
4110.78/207.78	c       208              3           2        20        -133.0000        -242.8112     82.56%
4211.73/212.83	c       213              4           3        20        -133.0000        -242.8112     82.56%
4310.74/217.88	c       218              4           3        20        -133.0000        -242.8112     82.56%
4411.67/222.93	c       223              4           3        20        -133.0000        -242.8112     82.56%
4510.68/227.98	c       228              4           3        20        -133.0000        -242.8112     82.56%
4612.21/233.03	c       233              4           3        20        -133.0000        -242.8112     82.56%
4669.04/235.94	c *     236              4           3        20        -134.0000        -242.8112     81.20%
4714.56/238.29	c       238              4           3        20        -134.0000        -242.8112     81.20%
4823.22/243.79	c       244              4           3        20        -134.0000        -242.8112     81.20%
4933.99/249.30	c       249              4           3        20        -134.0000        -242.8112     81.20%
5038.71/254.65	c       255              4           5        20        -134.0000        -242.8112     81.20%
5141.56/259.86	c       260              4           5        20        -134.0000        -242.8112     81.20%
5262.41/265.91	c       266           3120         301        20        -134.0000        -242.7552     81.16%
5361.39/270.98	c       271           4119         815        20        -134.0000        -242.7552     81.16%
5460.50/276.03	c       276           4897         815        20        -134.0000        -242.7552     81.16%
5562.24/281.08	c       281           6591         815        20        -134.0000        -242.7552     81.16%
5571.26/281.55	c *     282           6915         815        20        -135.0000        -242.7552     79.82%
5670.31/286.53	c       287           7100         814        20        -135.0000        -242.7552     79.82%
5747.41/290.44	c *     290           7424         814        20        -136.0000        -242.7552     78.50%
5769.20/291.56	c       292           7724         814        20        -136.0000        -242.7552     78.50%
5868.25/296.58	c       297           8157         813        20        -136.0000        -242.7552     78.50%
5973.03/301.80	c       302           9037         812        20        -136.0000        -242.7552     78.50%
6072.03/306.85	c       307          10434         812        20        -136.0000        -242.7552     78.50%
6180.68/312.30	c       312          11254         812        20        -136.0000        -242.7552     78.50%
6279.64/317.32	c       317          12388         812        20        -136.0000        -242.7552     78.50%
6378.55/322.36	c       322          14129         813        20        -136.0000        -242.7552     78.50%
6481.48/327.53	c       328          14769           0        20        -136.0000        -242.7552     78.50%
6582.45/332.62	c       333          14769           0        20        -136.0000        -242.7552     78.50%
6687.44/337.95	c       338          14769           0        20        -136.0000        -242.7552     78.50%
6800.31/343.62	c       344          14769           0        20        -136.0000        -242.7552     78.50%
6899.38/348.67	c       349          14769           0        20        -136.0000        -242.7552     78.50%
7000.30/353.72	c       354          14769           0        20        -136.0000        -242.7552     78.50%
7099.16/358.77	c       359          14769           0        20        -136.0000        -242.7552     78.50%
7199.93/363.82	c       364          14769           0        20        -136.0000        -242.7552     78.50%
7298.95/368.87	c       369          14769           0        20        -136.0000        -242.7552     78.50%
7399.92/373.92	c       374          14769           0        20        -136.0000        -242.7552     78.50%
7498.90/378.97	c       379          14769           0        20        -136.0000        -242.7552     78.50%
7605.81/384.34	c       384          14769           0        20        -136.0000        -242.7552     78.50%
7704.74/389.39	c       389          14769           0        20        -136.0000        -242.7552     78.50%
7805.72/394.44	c       394          14769           0        20        -136.0000        -242.7552     78.50%
7904.70/399.49	c       400          14769           0        20        -136.0000        -242.7552     78.50%
8018.42/405.19	c       405          14769           0        20        -136.0000        -242.7552     78.50%
8118.53/410.24	c       410          14769           0        20        -136.0000        -242.7552     78.50%
8217.54/415.29	c       415          14769           0        20        -136.0000        -242.7552     78.50%
8318.40/420.34	c       420          14769           0        20        -136.0000        -242.7552     78.50%
8417.44/425.39	c       425          55796         734        20        -136.0000        -242.6014     78.38%
8518.29/430.45	c       430          14770           1        20        -136.0000        -242.3435     78.19%
8619.24/435.50	c       436          16657         759        20        -136.0000        -242.3435     78.19%
8718.29/440.52	c       441          18077         759        20        -136.0000        -242.3435     78.19%
8819.34/445.61	c       446          19656         760        20        -136.0000        -242.3435     78.19%
8918.41/450.66	c       451          21117         759        20        -136.0000        -242.3435     78.19%
9019.38/455.71	c       456          22629         759        20        -136.0000        -242.3435     78.19%
9118.44/460.76	c       461          24089         759        20        -136.0000        -242.3435     78.19%
9219.45/465.81	c       466          25609         759        20        -136.0000        -242.3435     78.19%
9318.45/470.86	c       471          27163         759        20        -136.0000        -242.3435     78.19%
9419.48/475.99	c       476          28607         759        20        -136.0000        -242.3435     78.19%
9524.26/481.29	c       481          29365         759        20        -136.0000        -242.3435     78.19%
9625.35/486.34	c       486          30797         759        20        -136.0000        -242.3435     78.19%
9728.46/491.53	c       492          32307         759        20        -136.0000        -242.3435     78.19%
9831.51/496.76	c       497          33781         759        20        -136.0000        -242.3435     78.19%
9835.48/497.00	c *     497          33781         759        20        -139.0000        -242.3435     74.35%
9880.99/499.24	c *     499          34057         756        20        -140.0000        -242.3435     73.10%
9932.57/501.84	c       502          34070         757        20        -140.0000        -242.3435     73.10%
10031.70/506.89	c       507          34072         755        20        -140.0000        -242.3435     73.10%
10132.79/511.92	c       512          34203         750        20        -140.0000        -242.3435     73.10%
10236.59/517.13	c       517          34845         750        20        -140.0000        -242.3435     73.10%
10335.67/522.18	c       522          35281         750        20        -140.0000        -242.3435     73.10%
10436.05/527.23	c       527          36739         749        20        -140.0000        -242.3435     73.10%
10537.06/532.36	c       532          37995         749        20        -140.0000        -242.3435     73.10%
10644.14/537.77	c       538          39397         749        20        -140.0000        -242.3435     73.10%
10743.15/542.78	c       543          40639         749        20        -140.0000        -242.3435     73.10%
10849.07/548.04	c       548          42295         749        20        -140.0000        -242.3435     73.10%
10950.04/553.16	c       553          43115         749        20        -140.0000        -242.3435     73.10%
11054.31/558.48	c       558          44088         750        20        -140.0000        -242.3435     73.10%
11155.43/563.54	c       564          45423         749        20        -140.0000        -242.3435     73.10%
11254.48/568.58	c       569          46041         749        20        -140.0000        -242.3435     73.10%
11288.17/570.27	c *     570          46561         749        20        -141.0000        -242.3435     71.87%
11355.60/573.68	c       574          46836         748        20        -141.0000        -242.3435     71.87%
11458.73/578.86	c       579          46843         749        20        -141.0000        -242.3435     71.87%
11559.84/583.90	c       584          46966         748        20        -141.0000        -242.3435     71.87%
11658.98/588.96	c       589          47257         749        20        -141.0000        -242.3435     71.87%
11701.40/591.10	c *     591          47825         749        20        -142.0000        -242.3435     70.66%
11760.92/594.09	c       594          48109         747        20        -142.0000        -242.3435     70.66%
11861.93/599.15	c       599          48258         745        20        -142.0000        -242.3435     70.66%
11962.19/604.22	c       604          48621         746        20        -142.0000        -242.3435     70.66%
12061.32/609.27	c       609          50004         745        20        -142.0000        -242.3435     70.66%
12162.37/614.33	c       614          51360         744        20        -142.0000        -242.3435     70.66%
12261.49/619.37	c       619          52811         743        20        -142.0000        -242.3435     70.66%
12362.55/624.42	c       624          53610         744        20        -142.0000        -242.3435     70.66%
12461.67/629.47	c       629          54528         744        20        -142.0000        -242.3435     70.66%
12562.71/634.53	c       635          55930         744        20        -142.0000        -242.3435     70.66%
12661.80/639.58	c       640          57264         744        20        -142.0000        -242.3435     70.66%
12762.83/644.64	c       645          58638         744        20        -142.0000        -242.3435     70.66%
12861.79/649.69	c       650          58638         744        20        -142.0000        -242.3435     70.66%
12962.86/654.74	c       655          58638         744        20        -142.0000        -242.3435     70.66%
13061.77/659.80	c       660          58638         744        20        -142.0000        -242.3435     70.66%
13167.51/665.05	c       665          58638         744        20        -142.0000        -242.3435     70.66%
13273.61/670.48	c       670          58638         744        20        -142.0000        -242.3435     70.66%
13376.59/675.65	c       676          58638         744        20        -142.0000        -242.3435     70.66%
13479.54/680.89	c       681          58638         744        20        -142.0000        -242.3435     70.66%
13586.43/686.21	c       686          58638         744        20        -142.0000        -242.3435     70.66%
13687.36/691.39	c       691          58638         744        20        -142.0000        -242.3435     70.66%
13802.71/697.13	c       697          58638         744        20        -142.0000        -242.3435     70.66%
13901.76/702.16	c       702          58638         744        20        -142.0000        -242.3435     70.66%
14004.24/707.38	c       707          58638         744        20        -142.0000        -242.3435     70.66%
14107.18/712.53	c       713          58638         744        20        -142.0000        -242.3435     70.66%
14206.26/717.58	c       718          58638         744        20        -142.0000        -242.3435     70.66%
14256.41/720.03	Racing ramp-up finished after 720.04 seconds. Selected strategy 9.
14289.66/722.94	c       723              0         744         1        -142.0000        -242.3435     70.66%        -242.3435     70.66%
14341.80/733.83	c       734              0         744         1        -142.0000        -242.3435     70.66%        -242.3435     70.66%
14372.99/744.15	c       744              0         744         1        -142.0000        -242.3435     70.66%        -242.3435     70.66%
14498.50/786.92	c       787          58771           2         2        -142.0000        -242.1719     70.54%        -242.1719     70.54%
14567.25/792.75	c       793          58833          42        19        -142.0000        -242.1719     70.54%        -242.1719     70.54%
14697.94/799.32	c       799          61229         696        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
14804.92/804.72	c       805          62866         735        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
14910.66/810.04	c       810          66479        1356        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15046.55/816.93	c       817          74566        1357        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15148.30/822.13	c       822          75464        1359        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15249.38/827.18	c       827          77064        1361        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15349.61/832.26	c       832          82574        1365        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15450.70/837.32	c       837          96433        1428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15553.79/842.51	c       843         108645        2120        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15652.91/847.54	c       848         122908        2806        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15754.04/852.61	c       853         144804        3758        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15853.19/857.66	c       858         153657        4578        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
15956.31/862.86	c       863         169379        4975        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16057.41/868.01	c       868         194882        7264        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16159.15/873.04	c       873         220748        8220        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16258.26/878.12	c       878         253724        9292        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16362.76/883.37	c       883         280242        9254        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16465.89/888.52	c       889         315063        9997        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16565.03/893.53	c       894         354124       10293        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16664.21/898.58	c       899         398940       10236        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16765.35/903.60	c       904         443136       10299        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16864.46/908.65	c       909         492422       10842        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
16963.61/913.67	c       914         533821       10832        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17064.75/918.77	c       919         581568       10827        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17163.90/923.79	c       924         629918       10173        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17265.01/928.83	c       929         672816        9860        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17366.18/933.91	c       934         708702        9619        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17465.28/938.95	c       939         741390        9338        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17564.36/944.01	c       944         772299        9238        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17666.14/949.07	c       949         801107        9206        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17765.26/954.12	c       954         820327        7887        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17866.12/959.17	c       959         841662        7860        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
17966.50/964.24	c       964         866931        7552        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18065.56/969.29	c       969         894483        7308        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18166.59/974.33	c       974         919382        7364        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18265.67/979.38	c       979         944689        7916        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18366.77/984.44	c       984         972832        8243        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18467.90/989.52	c       990        1003584        8070        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18567.06/994.56	c       995        1036012        8389        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18668.22/999.61	c      1000        1069547        8698        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18767.42/1004.66	c      1005        1107566        8754        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18868.62/1009.71	c      1010        1144032        8715        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
18971.83/1014.91	c      1015        1180837        8452        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19073.59/1020.05	c      1020        1217330        8442        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19172.87/1025.09	c      1025        1251075        7520        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19273.95/1030.14	c      1030        1285766        7519        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19374.58/1035.20	c      1035        1322487        7890        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19473.80/1040.25	c      1040        1359058        7587        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19575.04/1045.30	c      1045        1397399        7589        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19674.29/1050.38	c      1050        1432233        7591        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19777.53/1055.59	c      1056        1469984        7248        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19878.72/1060.63	c      1061        1504039        7245        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
19977.90/1065.68	c      1066        1534028        6613        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20079.07/1070.77	c      1071        1571540        6963        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20180.20/1075.82	c      1076        1602688        6301        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20279.36/1080.87	c      1081        1634267        6297        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20380.49/1085.90	c      1086        1660817        6303        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20479.63/1090.95	c      1091        1691911        6303        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20578.76/1096.02	c      1096        1725196        6331        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20680.68/1101.08	c      1101        1752112        6326        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20781.72/1106.14	c      1106        1782861        5969        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20880.92/1111.15	c      1111        1815252        6330        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
20980.07/1116.18	c      1116        1846637        6335        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21080.43/1121.24	c      1121        1877143        6337        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21181.58/1126.32	c      1126        1908586        6334        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21280.71/1131.38	c      1131        1938841        5973        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21381.83/1136.44	c      1136        1968429        5974        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21482.97/1141.50	c      1142        1997671        5972        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21582.08/1146.55	c      1147        2026053        5974        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21683.19/1151.61	c      1152        2054854        5973        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21782.26/1156.67	c      1157        2086239        5985        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21883.38/1161.72	c      1162        2119618        6011        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
21982.53/1166.73	c      1167        2150639        6384        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22081.69/1171.80	c      1172        2184444        6400        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22182.88/1176.85	c      1177        2223326        6798        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22282.05/1181.86	c      1182        2257265        6414        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22381.31/1186.87	c      1187        2291364        6407        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22482.42/1191.91	c      1192        2326613        6414        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22581.71/1196.98	c      1197        2361756        6411        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22683.37/1202.06	c      1202        2397412        6413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22782.49/1207.12	c      1207        2432908        6415        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22883.79/1212.19	c      1212        2467201        6413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
22984.15/1217.25	c      1217        2504560        6758        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23085.31/1222.31	c      1222        2541824        6406        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23184.51/1227.36	c      1227        2583136        6789        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23285.70/1232.43	c      1232        2623007        6792        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23384.93/1237.48	c      1237        2665320        7164        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23486.13/1242.54	c      1243        2707623        7528        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23585.37/1247.59	c      1248        2750841        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23686.59/1252.64	c      1253        2792783        7528        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23785.81/1257.69	c      1258        2834540        7533        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23884.41/1262.71	c      1263        2875370        7531        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
23983.49/1267.75	c      1268        2919979        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24084.71/1272.81	c      1273        2961228        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24183.92/1277.87	c      1278        3002142        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24285.04/1282.93	c      1283        3044341        7527        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24384.16/1287.98	c      1288        3084744        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24485.92/1293.05	c      1293        3125219        7531        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24585.13/1298.12	c      1298        3164425        7532        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24686.55/1303.20	c      1303        3204275        7526        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24786.72/1308.24	c      1308        3244098        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24885.96/1313.29	c      1313        3283894        7532        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
24989.17/1318.41	c      1318        3322781        7529        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25088.26/1323.47	c      1323        3363612        7532        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25189.41/1328.55	c      1329        3403800        7536        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25290.51/1333.60	c      1334        3442920        7530        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25389.73/1338.67	c      1339        3482336        7532        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25490.86/1343.71	c      1344        3521983        7528        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25592.00/1348.82	c      1349        3561875        7528        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25691.34/1353.87	c      1354        3600785        7526        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25792.08/1358.92	c      1359        3639486        7532        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25891.17/1363.97	c      1364        3677627        7537        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
25990.32/1369.02	c      1369        3715689        7535        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26092.13/1374.07	c      1374        3753386        7536        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26191.24/1379.08	c      1379        3789519        7535        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26292.61/1384.15	c      1384        3826887        7529        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26392.95/1389.20	c      1389        3863705        7525        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26492.15/1394.26	c      1394        3902871        7523        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26593.30/1399.38	c      1399        3940547        7527        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26694.47/1404.44	c      1404        3978069        7527        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26795.59/1409.50	c      1410        4015167        7527        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26894.71/1414.58	c      1415        4051108        7527        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
26995.78/1419.65	c      1420        4091370        7172        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27096.94/1424.73	c      1425        4127503        7169        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27196.06/1429.79	c      1430        4163278        7170        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27297.23/1434.87	c      1435        4200769        7175        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27398.30/1439.92	c      1440        4237035        7169        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27497.37/1444.98	c      1445        4275455        7163        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27596.58/1450.03	c      1450        4314241        6805        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27700.40/1455.17	c      1455        4353091        7158        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27800.92/1460.22	c      1460        4392341        7154        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
27900.13/1465.27	c      1465        4429941        7157        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28001.30/1470.32	c      1470        4468934        7156        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28100.53/1475.38	c      1475        4508245        7157        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28201.67/1480.49	c      1480        4554217        7515        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28302.87/1485.54	c      1486        4596941        7515        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28402.07/1490.59	c      1491        4639234        7516        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28503.28/1495.64	c      1496        4681952        7141        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28602.48/1500.69	c      1501        4722440        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28703.69/1505.75	c      1506        4763186        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28804.88/1510.80	c      1511        4803813        7139        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
28904.11/1515.85	c      1516        4837866        7144        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29005.35/1520.90	c      1521        4877141        7143        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29104.50/1525.96	c      1526        4921812        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29203.62/1531.01	c      1531        4963924        7142        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29302.77/1536.02	c      1536        5001034        7142        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29404.60/1541.06	c      1541        5040010        7142        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29505.75/1546.13	c      1546        5076788        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29604.84/1551.18	c      1551        5115552        7139        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29705.45/1556.25	c      1556        5157132        7515        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29806.63/1561.30	c      1561        5198815        7512        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
29905.84/1566.36	c      1566        5241250        7150        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30007.04/1571.41	c      1571        5281360        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30106.29/1576.46	c      1576        5320889        7147        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30207.35/1581.52	c      1582        5361205        7147        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30306.54/1586.58	c      1587        5401315        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30407.71/1591.65	c      1592        5442029        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30508.87/1596.71	c      1597        5483371        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30608.09/1601.76	c      1602        5525519        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30709.24/1606.84	c      1607        5566284        7149        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30808.39/1611.90	c      1612        5607316        7151        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
30909.53/1616.95	c      1617        5647274        7145        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31011.23/1622.03	c      1622        5687173        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31110.35/1627.09	c      1627        5727610        7147        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31211.56/1632.14	c      1632        5769316        7145        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31312.06/1637.22	c      1637        5810131        6781        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31413.14/1642.31	c      1642        5848896        6784        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31512.35/1647.38	c      1647        5888519        7145        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31613.41/1652.43	c      1652        5928774        7145        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31712.64/1657.48	c      1657        5967950        7143        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31813.83/1662.52	c      1663        6006777        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
31912.99/1667.54	c      1668        6045321        7146        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32014.16/1672.64	c      1673        6083241        6776        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32115.35/1677.71	c      1678        6120936        6777        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32214.55/1682.78	c      1683        6163248        6775        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32315.75/1687.83	c      1688        6200772        6773        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32414.94/1692.84	c      1693        6235023        6772        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32516.14/1697.90	c      1698        6272026        6429        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32615.32/1702.95	c      1703        6311563        6774        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32714.58/1708.00	c      1708        6350563        6774        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32816.47/1713.05	c      1713        6390527        6773        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
32915.76/1718.10	c      1718        6430737        6771        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33016.74/1723.15	c      1723        6469703        6773        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33117.36/1728.20	c      1728        6510552        7133        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33216.57/1733.25	c      1733        6551618        7137        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33317.69/1738.32	c      1738        6591775        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33416.89/1743.37	c      1743        6631545        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33518.08/1748.42	c      1748        6669468        7139        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33619.25/1753.53	c      1754        6713268        7142        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33718.34/1758.58	c      1759        6753503        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33819.60/1763.63	c      1764        6795339        7136        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
33918.81/1768.68	c      1769        6836831        7500        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34020.07/1773.74	c      1774        6878648        7501        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34119.34/1778.79	c      1779        6921139        7500        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34220.59/1783.86	c      1784        6964595        7498        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34321.85/1788.91	c      1789        7006916        7499        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34421.10/1793.96	c      1794        7049116        7497        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34520.37/1799.03	c      1799        7093671        7499        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34622.25/1804.07	c      1804        7137878        7496        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34721.40/1809.12	c      1809        7180642        7500        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34822.60/1814.17	c      1814        7223228        7498        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
34923.00/1819.22	c      1819        7266424        7502        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35022.22/1824.27	c      1824        7310744        7499        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35123.43/1829.32	c      1829        7353482        7503        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35222.66/1834.38	c      1834        7396112        7503        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35323.87/1839.43	c      1839        7438876        7501        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35423.11/1844.47	c      1844        7477434        7503        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35524.33/1849.52	c      1850        7520872        7500        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35623.59/1854.59	c      1855        7565604        7503        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35724.85/1859.64	c      1860        7608659        7502        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35824.13/1864.69	c      1865        7652020        7503        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
35925.40/1869.74	c      1870        7694321        7500        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36024.69/1874.79	c      1875        7738599        7502        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36125.95/1879.84	c      1880        7782603        7502        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36225.25/1884.86	c      1885        7821758        7502        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36326.52/1889.91	c      1890        7866252        7500        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36425.80/1894.96	c      1895        7909214        7492        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36527.83/1900.04	c      1900        7951676        7491        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36627.05/1905.09	c      1905        7998555        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36728.17/1910.14	c      1910        8041217        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36827.31/1915.19	c      1915        8083903        7142        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
36927.93/1920.24	c      1920        8124142        7137        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37027.16/1925.29	c      1925        8165227        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37128.44/1930.34	c      1930        8205127        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37227.40/1935.39	c      1935        8245725        7136        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37328.60/1940.44	c      1940        8284923        7136        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37427.82/1945.49	c      1946        8323368        7137        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37529.03/1950.56	c      1951        8361777        7136        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37630.25/1955.61	c      1956        8399925        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37729.49/1960.62	c      1961        8434503        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37828.75/1965.69	c      1966        8473761        6793        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
37929.98/1970.75	c      1971        8514229        7140        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38031.22/1975.82	c      1976        8560083        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38130.45/1980.89	c      1981        8599276        7139        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38231.68/1985.94	c      1986        8639885        7138        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38330.92/1990.99	c      1991        8681500        7139        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38432.64/1996.04	c      1996        8720457        7137        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38531.87/2001.06	c      2001        8757234        7480        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38631.14/2006.08	c      2006        8798792        7484        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38732.54/2011.15	c      2011        8841304        7124        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38832.95/2016.20	c      2016        8884094        7484        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
38932.23/2021.25	c      2021        8927704        7481        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39033.48/2026.30	c      2026        8971559        7482        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39132.76/2031.35	c      2031        9015522        7484        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39234.01/2036.40	c      2036        9055951        7481        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39333.25/2041.41	c      2041        9096625        7485        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39432.57/2046.46	c      2046        9138436        7480        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39533.74/2051.52	c      2052        9180472        7480        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39632.94/2056.59	c      2057        9221585        7477        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39734.37/2061.65	c      2062        9263046        7478        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39833.44/2066.70	c      2067        9305740        7478        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
39934.69/2071.75	c      2072        9347040        7472        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40035.95/2076.81	c      2077        9386962        7471        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40135.18/2081.86	c      2082        9426801        7470        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40234.45/2086.89	c      2087        9466267        7461        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40335.70/2091.96	c      2092        9507217        7464        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40434.97/2097.02	c      2097        9547924        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40537.00/2102.08	c      2102        9587612        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40636.18/2107.13	c      2107        9628838        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40737.44/2112.15	c      2112        9670640        7465        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40836.45/2117.19	c      2117        9711358        7461        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
40937.32/2122.24	c      2122        9748723        7462        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41036.64/2127.29	c      2127        9786240        7459        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41137.95/2132.34	c      2132        9824620        7461        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41239.25/2137.41	c      2137        9863814        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41338.58/2142.46	c      2142        9902108        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41439.89/2147.51	c      2148        9940806        7461        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41539.21/2152.57	c      2153        9980601        7460        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41640.44/2157.63	c      2158       10017186        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41739.71/2162.69	c      2163       10055704        7463        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41841.01/2167.73	c      2168       10094580        7461        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
41940.32/2172.78	c      2173       10133134        7103        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42039.66/2177.79	c      2178       10174519        7444        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42140.98/2182.84	c      2183       10214555        7442        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42240.31/2187.89	c      2188       10255711        7431        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42341.64/2192.96	c      2193       10298874        7426        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42440.96/2198.03	c      2198       10341812        7428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42542.80/2203.07	c      2203       10386298        7428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42642.23/2208.12	c      2208       10430327        7429        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42743.38/2213.18	c      2213       10474012        7428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42844.18/2218.23	c      2218       10517354        7432        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
42943.51/2223.28	c      2223       10560676        7434        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43044.82/2228.33	c      2228       10604820        7433        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43144.14/2233.38	c      2233       10648269        7432        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43245.43/2238.43	c      2238       10691788        7429        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43344.73/2243.48	c      2243       10734417        7432        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43446.06/2248.53	c      2249       10775825        7430        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43545.39/2253.58	c      2254       10816684        7433        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43644.72/2258.59	c      2259       10858301        7430        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43745.91/2263.64	c      2264       10900046        7433        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43845.32/2268.69	c      2269       10940748        7429        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
43946.52/2273.75	c      2274       10983009        7432        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44047.82/2278.81	c      2279       11024618        7431        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44147.13/2283.88	c      2284       11066617        7425        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44248.43/2288.96	c      2289       11107266        7428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44347.73/2294.02	c      2294       11149689        7427        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44449.68/2299.07	c      2299       11191011        7082        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44550.90/2304.13	c      2304       11230230        7085        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44650.19/2309.18	c      2309       11270242        7083        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44750.83/2314.23	c      2314       11310896        7081        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44850.13/2319.28	c      2319       11352216        7081        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
44951.43/2324.34	c      2324       11393789        7086        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45050.73/2329.38	c      2329       11432798        7081        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45152.05/2334.44	c      2334       11477617        7419        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45251.31/2339.49	c      2340       11521863        7419        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45352.63/2344.55	c      2345       11565899        7422        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45453.90/2349.61	c      2350       11608084        7421        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45553.23/2354.67	c      2355       11651729        7420        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45654.55/2359.72	c      2360       11697752        7420        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45753.81/2364.78	c      2365       11742782        7422        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45855.14/2369.83	c      2370       11787434        7420        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
45954.46/2374.88	c      2375       11831706        7422        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46055.78/2379.94	c      2380       11877321        7419        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46155.01/2384.99	c      2385       11922979        7423        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46256.88/2390.04	c      2390       11969349        7419        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46356.34/2395.08	c      2395       12014081        7423        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46455.41/2400.13	c      2400       12058413        7423        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46558.05/2405.20	c      2405       12101207        7421        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46657.34/2410.25	c      2410       12143202        7420        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46758.62/2415.30	c      2415       12186568        7422        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46857.91/2420.36	c      2420       12230204        7422        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
46959.18/2425.40	c      2425       12275707        7421        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47058.40/2430.45	c      2430       12320698        7420        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47159.67/2435.51	c      2436       12363694        7420        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47258.89/2440.56	c      2441       12408000        7421        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47360.16/2445.61	c      2446       12450450        7425        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47459.44/2450.66	c      2451       12491536        7421        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47558.25/2455.67	c      2456       12532233        7428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47659.52/2460.71	c      2461       12572933        7428        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47758.83/2465.77	c      2466       12613571        7424        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47860.16/2470.83	c      2471       12655594        7425        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
47959.40/2475.89	c      2476       12699146        7423        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48060.65/2480.96	c      2481       12742423        7424        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48162.40/2486.03	c      2486       12785414        7421        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48262.00/2491.08	c      2491       12827885        7422        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48363.22/2496.13	c      2496       12871016        7418        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48462.49/2501.18	c      2501       12915391        7415        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48563.20/2506.23	c      2506       12957123        7415        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48662.46/2511.28	c      2511       12997520        7412        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48761.79/2516.29	c      2516       13039019        7413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48863.02/2521.34	c      2521       13079808        7416        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
48962.31/2526.39	c      2526       13120870        7408        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49063.59/2531.46	c      2531       13163589        7413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49164.75/2536.52	c      2537       13204435        7407        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49264.01/2541.59	c      2542       13244295        7413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49365.24/2546.63	c      2547       13283624        7414        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49464.47/2551.68	c      2552       13324728        7414        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49565.72/2556.70	c      2557       13366654        7071        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49664.96/2561.75	c      2562       13409790        7413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49764.21/2566.76	c      2567       13453893        7414        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49865.46/2571.84	c      2572       13496077        7414        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
49966.69/2576.90	c      2577       13539012        7413        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50065.96/2581.96	c      2582       13584276        7411        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50165.05/2587.01	c      2587       13627736        7411        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50266.83/2592.06	c      2592       13672936        7407        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50366.14/2597.11	c      2597       13718631        7406        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50467.22/2602.16	c      2602       13766442        7409        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50567.87/2607.21	c      2607       13811431        7406        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50667.15/2612.26	c      2612       13854065        7406        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50768.42/2617.31	c      2617       13897789        7408        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50867.69/2622.37	c      2622       13940388        7064        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
50968.94/2627.41	c      2627       13983333        7065        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51068.17/2632.46	c      2632       14025222        7062        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51169.43/2637.51	c      2638       14066125        7067        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51268.60/2642.56	c      2643       14108841        7067        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51369.51/2647.61	c      2648       14150306        7068        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51468.69/2652.66	c      2653       14191172        7066        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51569.94/2657.72	c      2658       14231660        7410        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51669.21/2662.77	c      2663       14273110        7408        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51768.48/2667.78	c      2668       14314511        7407        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51869.74/2672.84	c      2673       14357266        7408        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
51971.01/2677.90	c      2678       14399812        7406        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52070.28/2682.95	c      2683       14441256        7410        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52169.54/2687.96	c      2688       14484728        7044        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52268.72/2692.98	c      2693       14531205        7403        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52367.93/2698.01	c      2698       14574525        7392        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52467.15/2703.02	c      2703       14618940        7393        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52568.78/2708.07	c      2708       14661052        7391        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52668.22/2713.12	c      2713       14703361        7394        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52769.72/2718.17	c      2718       14747712        7393        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52869.94/2723.22	c      2723       14792333        7396        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
52969.13/2728.28	c      2728       14834645        7392        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53070.36/2733.33	c      2733       14877085        7394        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53169.61/2738.38	c      2738       14920639        7394        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53270.82/2743.43	c      2743       14964224        7389        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53370.06/2748.48	c      2748       15007863        7395        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53471.28/2753.53	c      2754       15052845        7390        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53570.52/2758.58	c      2759       15099723        7391        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53671.65/2763.63	c      2764       15144940        7388        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53770.91/2768.68	c      2769       15192155        7385        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53872.16/2773.73	c      2774       15235933        7384        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
53971.44/2778.78	c      2779       15281695        7384        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54072.68/2783.80	c      2784       15327487        7382        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54171.95/2788.86	c      2789       15373868        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54273.21/2793.93	c      2794       15420174        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54372.49/2798.98	c      2799       15463900        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54474.21/2804.03	c      2804       15509363        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54573.58/2809.08	c      2809       15555183        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54672.84/2814.13	c      2814       15600839        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54774.11/2819.18	c      2819       15646476        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54874.59/2824.23	c      2824       15693688        7025        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
54973.84/2829.28	c      2829       15737210        7023        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55075.10/2834.31	c      2834       15781564        7025        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55174.37/2839.36	c      2839       15826110        6671        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55275.43/2844.41	c      2844       15869705        6666        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55374.71/2849.46	c      2849       15912435        6664        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55475.95/2854.51	c      2855       15954571        6664        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55575.20/2859.57	c      2860       15996619        6664        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55676.42/2864.62	c      2865       16037441        6664        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55775.68/2869.67	c      2870       16080647        6662        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55876.94/2874.72	c      2875       16124503        6668        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
55976.10/2879.77	c      2880       16166801        7016        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56075.36/2884.78	c      2885       16210867        7022        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56176.61/2889.83	c      2890       16255732        7021        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56277.88/2894.91	c      2895       16300715        7018        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56377.15/2899.97	c      2900       16344655        7020        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56476.43/2905.02	c      2905       16387179        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56578.36/2910.07	c      2910       16430727        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56677.76/2915.12	c      2915       16473694        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56779.04/2920.19	c      2920       16515252        7381        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56879.52/2925.24	c      2925       16558936        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
56978.80/2930.29	c      2930       16602150        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57080.07/2935.34	c      2935       16644294        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57179.29/2940.39	c      2940       16688207        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57280.55/2945.44	c      2945       16734169        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57379.83/2950.49	c      2950       16778502        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57481.27/2955.54	c      2956       16823370        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57580.41/2960.59	c      2961       16867033        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57681.65/2965.64	c      2966       16909427        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57780.93/2970.69	c      2971       16952610        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57882.13/2975.74	c      2976       16996528        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
57981.34/2980.79	c      2981       17040972        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58082.55/2985.80	c      2986       17086044        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58181.82/2990.81	c      2991       17129468        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58281.11/2995.85	c      2996       17172392        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58382.33/3000.92	c      3001       17216156        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58481.62/3005.97	c      3006       17259885        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58583.45/3011.03	c      3011       17304083        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58682.72/3016.10	c      3016       17347236        7022        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58783.95/3021.15	c      3021       17388328        7018        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58884.54/3026.20	c      3026       17429557        7017        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
58983.81/3031.25	c      3031       17471653        7017        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59085.06/3036.31	c      3036       17515279        7015        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59184.33/3041.37	c      3041       17559277        7023        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59285.58/3046.43	c      3046       17600993        7019        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59384.84/3051.46	c      3051       17641536        7024        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59486.00/3056.51	c      3057       17684280        7022        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59584.99/3061.57	c      3062       17727321        7021        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59686.22/3066.62	c      3067       17771961        7018        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59785.47/3071.67	c      3072       17815313        7018        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59886.72/3076.73	c      3077       17859220        7019        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
59985.97/3081.73	c      3082       17903379        7015        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60087.21/3086.80	c      3087       17946746        7016        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60186.48/3091.87	c      3092       17991356        7014        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60287.72/3096.95	c      3097       18036149        7023        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60386.99/3102.00	c      3102       18079242        7024        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60488.69/3107.08	c      3107       18124671        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60589.84/3112.13	c      3112       18169816        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60689.25/3117.18	c      3117       18215557        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60789.82/3122.23	c      3122       18256310        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60889.08/3127.28	c      3127       18304442        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
60990.32/3132.34	c      3132       18353109        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61089.59/3137.38	c      3137       18396373        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61190.85/3142.43	c      3142       18437848        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61289.84/3147.48	c      3147       18480821        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61389.08/3152.49	c      3152       18524125        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61490.34/3157.55	c      3158       18567065        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61589.59/3162.57	c      3163       18611788        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61690.84/3167.63	c      3168       18657103        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61792.24/3172.71	c      3173       18699924        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61891.35/3177.76	c      3178       18741635        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
61992.55/3182.82	c      3183       18783524        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62091.83/3187.89	c      3188       18826485        7382        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62193.06/3192.94	c      3193       18869314        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62292.32/3197.99	c      3198       18911486        7383        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62394.33/3203.05	c      3203       18953596        7383        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62493.61/3208.10	c      3208       18996874        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62594.82/3213.15	c      3213       19039465        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62695.19/3218.20	c      3218       19080751        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62794.39/3223.25	c      3223       19122766        7381        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62895.64/3228.31	c      3228       19164031        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
62994.89/3233.35	c      3233       19204424        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63096.15/3238.40	c      3238       19243018        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63195.29/3243.45	c      3243       19282733        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63296.46/3248.50	c      3249       19323521        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63395.85/3253.51	c      3254       19364013        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63494.96/3258.54	c      3259       19404703        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63594.22/3263.56	c      3264       19445255        7380        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63695.45/3268.62	c      3269       19485421        7381        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63794.71/3273.66	c      3274       19524990        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63893.97/3278.67	c      3279       19566094        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
63995.22/3283.74	c      3284       19607740        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64094.50/3288.79	c      3289       19649588        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64195.67/3293.84	c      3294       19690538        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64294.87/3298.89	c      3299       19733545        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64396.12/3303.95	c      3304       19776565        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64495.37/3309.01	c      3309       19820564        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64597.17/3314.06	c      3314       19862337        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64696.46/3319.12	c      3319       19903096        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64797.50/3324.18	c      3324       19943176        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64898.26/3329.22	c      3329       19985028        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
64997.33/3334.27	c      3334       20028456        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65098.59/3339.32	c      3339       20071548        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65197.84/3344.37	c      3344       20113978        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65299.03/3349.45	c      3349       20157228        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65400.28/3354.50	c      3355       20199678        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65499.37/3359.56	c      3360       20241011        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65600.52/3364.60	c      3365       20282891        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65699.73/3369.65	c      3370       20324860        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65800.98/3374.71	c      3375       20368387        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
65900.19/3379.76	c      3380       20410923        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66001.44/3384.81	c      3385       20452145        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66100.71/3389.86	c      3390       20494633        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66201.97/3394.91	c      3395       20536177        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66301.23/3399.97	c      3400       20578648        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66400.50/3405.03	c      3405       20621322        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66502.23/3410.08	c      3410       20662700        7369        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66603.30/3415.14	c      3415       20702120        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66702.79/3420.19	c      3420       20742208        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66803.29/3425.28	c      3425       20781316        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
66904.65/3430.32	c      3430       20822361        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67003.77/3435.33	c      3435       20864360        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67103.02/3440.35	c      3440       20905387        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67204.27/3445.42	c      3445       20947493        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67303.55/3450.48	c      3450       20988204        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67404.79/3455.54	c      3456       21030664        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67506.04/3460.60	c      3461       21073818        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67605.31/3465.65	c      3466       21117913        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67706.54/3470.70	c      3471       21160510        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67805.81/3475.79	c      3476       21202971        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
67906.95/3480.85	c      3481       21243927        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68008.21/3485.92	c      3486       21286695        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68107.46/3490.98	c      3491       21328616        7377        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68206.66/3496.03	c      3496       21370582        7375        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68308.72/3501.09	c      3501       21414407        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68408.03/3506.14	c      3506       21456775        7376        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68509.23/3511.15	c      3511       21499733        7378        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68609.87/3516.23	c      3516       21542026        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68708.95/3521.28	c      3521       21584563        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68810.20/3526.33	c      3526       21629186        7370        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
68911.45/3531.40	c      3531       21673431        7379        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69010.74/3536.46	c      3536       21715900        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69111.98/3541.51	c      3542       21759004        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69211.23/3546.56	c      3547       21803810        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69312.50/3551.61	c      3552       21848157        7371        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69411.63/3556.67	c      3557       21889758        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69512.89/3561.72	c      3562       21932116        7370        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69612.09/3566.79	c      3567       21974720        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69713.36/3571.85	c      3572       22017469        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69814.62/3576.90	c      3577       22060788        7374        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
69913.89/3581.97	c      3582       22104096        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
70015.80/3587.04	c      3587       22147016        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
70115.04/3592.09	c      3592       22189828        7372        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
70216.29/3597.14	c      3597       22233019        7373        20        -142.0000        -242.1719     70.54%        -242.1719     70.54%
70236.95/3598.25	c SCIP Status        : c solving was interrupted [hard time limit reached]
70236.95/3598.25	c Total Time         : 3598.26
70236.95/3598.25	c   solving          : 3598.26
70236.95/3598.25	c   presolving       : 0.07 (included in solving)
70236.95/3598.25	c B&B Tree           :
70236.95/3598.25	c   nodes (total)    : 22246514
70236.95/3598.25	c Solution           :
70236.95/3598.25	c   Solutions found  : 29
70236.95/3598.25	c   Primal Bound     : -1.42000000000000e+02
70236.95/3598.25	c   Dual Bound       : -2.42171885792136e+02
70236.95/3598.25	c Gap                : 70.54358 %
70236.95/3598.25	c * Warning: final gap: 7.05436e-01 is greater than SCIPepsilon: 1.00000e-09
70236.95/3598.26	o -142
70236.95/3598.26	s SATISFIABLE
70236.95/3598.26	v -x924 -x695 x907 -x875 -x752 -x713 -x910 -x845 -x665 x855 -x801 -x838 -x663 x688 x824 -x610 x911 -x637 -x586 x958 -x943 x705 -x936 
70236.95/3598.26	v -x593 x986 -x996 -x906 -x654 x697 x763 -x878 x987 -x657 -x577 -x983 x883 -x769 x956 -x990 -x977 -x753 -x742 -x721 x681 x655 
70236.95/3598.26	v x951 x912 x745 -x672 x978 x719 -x826 -x616 x792 x848 -x575 -x939 -x758 -x984 x784 x718 x766 x850 x761 -x633 -x564 x621 -x642 
70236.95/3598.26	v -x775 x970 -x808 -x980 x715 -x791 -x768 -x947 -x963 -x902 x831 x813 -x558 -x604 -x594 -x762 -x892 -x790 x972 x901 -x786 -x550 
70236.95/3598.26	v -x693 -x840 x779 x667 -x648 x686 -x833 -x961 -x950 x976 -x573 -x798 x817 -x788 -x649 -x634 -x609 -x584 -x834 x804 -x959 -x909 
70236.95/3598.26	v x749 x704 -x658 x581 -x846 -x760 -x827 -x962 x615 -x885 x643 -x861 x748 -x995 x579 -x542 -x899 x641 -x536 -x617 -x723 x886 
70236.95/3598.26	v -x973 x793 x949 -x732 -x687 -x921 -x659 x651 -x628 -x534 x964 x881 -x545 -x706 -x940 x600 -x820 -x533 -x756 -x714 -x843 -x711 
70236.95/3598.26	v -x660 -x913 -x888 x919 x680 x994 x889 -x795 -x735 -x582 x946 -x608 -x877 x985 x770 -x701 x630 -x555 -x967 -x596 x960 -x948 
70236.95/3598.26	v -x669 -x646 -x603 -x700 -x664 -x661 -x895 -x934 -x931 -x979 -x932 x867 -x547 -x882 -x632 x974 -x572 x551 -x897 -x683 -x563 
70236.95/3598.26	v -x925 -x759 -x750 -x717 -x703 -x599 -x562 x627 -x821 x525 x635 x554 -x537 -x606 x811 x812 -x923 x569 x844 -x890 -x741 x702 -x666 
70236.95/3598.26	v -x553 -x800 -x829 -x623 -x612 -x849 -x856 x698 -x853 -x734 -x526 -x670 -x955 x591 -x645 -x522 -x954 -x597 x567 -x565 -x773 
70236.95/3598.26	v -x1000 -x991 -x971 -x918 -x521 -x731 -x707 -x870 -x689 -x629 -x539 -x640 x944 -x905 -x644 x929 -x819 -x519 x839 -x726 -x685 
70236.95/3598.26	v -x580 x576 x530 -x859 -x622 -x908 -x776 -x518 -x743 -x725 -x605 -x574 -x552 -x860 -x728 -x992 -x674 -x988 -x915 -x535 -x694 
70236.95/3598.26	v -x851 -x842 x729 -x765 -x516 -x682 -x638 -x989 x880 -x556 -x952 x746 -x619 -x797 -x876 -x810 x767 -x739 x696 x678 -x841 -x709 
70236.95/3598.26	v x830 -x733 -x514 -x662 -x656 -x872 -x529 -x966 -x854 -x969 x823 -x736 -x557 -x857 x928 -x772 -x618 -x744 x708 -x639 -x613 x520 
70236.95/3598.26	v -x941 -x620 x945 x690 -x866 -x942 -x787 -x511 x965 -x722 -x631 -x781 x653 x818 x903 -x598 -x602 x968 -x510 -x873 -x532 -x571 
70236.95/3598.26	v -x796 -x587 -x727 -x513 -x740 -x509 x982 -x862 -x799 x774 x747 -x684 -x601 -x677 -x561 -x933 -x900 -x755 -x652 x904 -x789 
70236.95/3598.26	v x508 x975 -x879 x802 -x771 -x524 x679 x777 x809 -x588 x751 -x865 x935 x868 x815 -x891 -x832 x822 -x647 -x614 -x611 -x595 -x589 
70236.95/3598.26	v -x546 -x583 -x625 -x858 -x814 -x847 -x837 -x506 -x780 x738 -x507 x828 x585 -x926 x806 x782 -x997 x671 -x505 -x896 -x893 -x720 
70236.95/3598.26	v -x549 -x540 -x981 -x592 -x527 -x914 -x871 x816 -x825 -x699 -x538 -x785 -x504 -x937 -x917 x864 -x710 x676 -x675 -x578 -x515 
70236.95/3598.26	v -x920 -x874 -x730 -x543 -x512 -x957 x894 -x668 -x570 -x503 -x998 -x953 x898 x835 -x757 x754 -x626 -x566 x559 -x523 -x803 -x636 
70236.95/3598.26	v -x624 -x531 -x783 -x930 x568 x502 x999 -x805 -x869 -x712 -x737 x673 -x541 -x927 -x764 x560 x691 -x528 -x501 x938 -x852 -x807 
70236.95/3598.26	v -x724 -x716 -x692 -x607 -x590 x548 -x544 -x517 x863 -x922 -x650 -x993 x836 x794 -x916 -x778 -x887 -x884 -x500 -x499 -x498 
70236.95/3598.26	v x497 -x496 x495 -x494 x493 x492 x491 x490 x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 x481 x480 x479 -x478 x477 -x476 -x475 
70236.95/3598.26	v -x474 x473 -x472 -x471 -x470 -x469 -x468 -x467 x466 -x465 -x464 -x463 x462 x461 -x460 x459 -x458 x457 -x456 -x455 x454 -x453 
70236.95/3598.26	v x452 -x451 x450 -x449 x448 x447 -x446 -x445 -x444 x443 -x442 -x441 x440 x439 -x438 x437 -x436 -x435 x434 x433 x432 -x431 -x430 
70236.95/3598.26	v -x429 -x428 -x427 x426 -x425 -x424 -x423 x422 -x421 x420 -x419 -x418 x417 x416 x415 x414 -x413 -x412 -x411 -x410 -x409 x408 
70236.95/3598.26	v -x407 x406 -x405 -x404 -x403 x402 -x401 -x400 -x399 -x398 -x397 -x396 x395 -x394 x393 -x392 -x391 x390 -x389 -x388 x387 -x386 
70236.95/3598.26	v x385 x384 -x383 x382 -x381 -x380 -x379 -x378 x377 x376 -x375 -x374 x373 x372 x371 -x370 -x369 -x368 -x367 -x366 x365 -x364 
70236.95/3598.26	v -x363 -x362 -x361 x360 -x359 x358 x357 -x356 -x355 -x354 x353 x352 -x351 -x350 -x349 -x348 -x347 x346 x345 -x344 -x343 x342 
70236.95/3598.26	v x341 -x340 -x339 -x338 -x337 -x336 -x335 x334 x333 -x332 -x331 -x330 x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 
70236.95/3598.26	v -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 x307 -x306 x305 -x304 -x303 -x302 x301 x300 x299 x298 
70237.17/3598.33	v x297 -x296 -x295 -x294 -x293 -x292 -x291 x290 x289 -x288 x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 -x279 -x278 -x277 
70237.17/3598.33	v x276 x275 -x274 -x273 x272 -x271 -x270 -x269 x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 x259 -x258 x257 x256 x255 -x254 
70237.17/3598.33	v -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 x243 -x242 -x241 x240 x239 -x238 -x237 x236 -x235 x234 x233 
70237.17/3598.33	v -x232 x231 x230 -x229 -x228 -x227 x226 x225 -x224 x223 x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 x214 -x213 -x212 -x211 x210 
70237.17/3598.33	v x209 -x208 x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
70237.17/3598.33	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
70237.17/3598.33	v -x167 -x166 x165 -x164 x163 -x162 -x161 x160 x159 x158 x157 -x156 -x155 x154 -x153 -x152 -x151 x150 -x149 -x148 x147 x146 -x145 
70237.17/3598.33	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 
70237.17/3598.33	v -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 x114 x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 
70237.17/3598.33	v -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 
70237.17/3598.33	v -x77 -x76 x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 
70237.17/3598.33	v -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 -x28 x27 -x26 
70237.17/3598.33	v -x25 -x24 x23 x22 x21 -x20 -x19 x18 x17 -x16 -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	-142

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 (185656 MiB free)
  memory of node 1: 193531 MiB (186344 MiB free)
  memory of node 2: 193531 MiB (190195 MiB free)
  memory of node 3: 193531 MiB (189587 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-4468438-1723469642/watcher-4468438-1723469642 -o /tmp/evaluation-result-4468438-1723469642/solver-4468438-1723469642 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723469637-626001 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468438-1723469642.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100102 s]*
/proc/loadavg: 6.57 1.36 0.44 62/985 626616
/proc/meminfo: memFree=769767968/790760800 swapFree=131071996/131071996
[pid=626615] ppid=626612 vsize=1537484 memory=56956 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/stat : 626615 (fscip) S 626612 626615 625991 0 -1 1077936128 10541 0 0 0 10 1 0 0 20 0 21 0 113550956 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
/proc/626615/statm: 384371 14239 2726 3035 0 53766 0
[pid=626615/tid=626617] ppid=626612 vsize=1537484 memory=4026532269 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626617/stat : 626617 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626618] ppid=626612 vsize=1537484 memory=224244531548 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626618/stat : 626618 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626619] ppid=626612 vsize=1537484 memory=56316433605060 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626619/stat : 626619 (fscip) R 626612 626615 625991 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626620] ppid=626612 vsize=1537484 memory=54083084165808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626620/stat : 626620 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626621] ppid=626612 vsize=1537484 memory=61783977304988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626621/stat : 626621 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626622] ppid=626612 vsize=1537484 memory=60697400915268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626622/stat : 626622 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626623] ppid=626612 vsize=1537484 memory=14413713499268310 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626623/stat : 626623 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626624] ppid=626612 vsize=1537484 memory=501037 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626624/stat : 626624 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626625] ppid=626612 vsize=1537484 memory=4122816967504375088 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626625/stat : 626625 (fscip) S 626612 626615 625991 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626626] ppid=626612 vsize=1537484 memory=3907211541980482176 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626626/stat : 626626 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626627] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626627/stat : 626627 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626628] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626628/stat : 626628 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626629] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626629/stat : 626629 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626630] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626630/stat : 626630 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626631] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626631/stat : 626631 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626632] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626632/stat : 626632 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626633] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626633/stat : 626633 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626634] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626634/stat : 626634 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626635] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626635/stat : 626635 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626636] ppid=626612 vsize=1537484 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626636/stat : 626636 (fscip) S 626612 626615 625991 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 113550967 1574383616 14239 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1537484 KiB
Current children cumulated memory: 56956 KiB

[startup+0.220334 s]*
/proc/loadavg: 6.57 1.36 0.44 64/1025 626656
/proc/meminfo: memFree=769584228/790760800 swapFree=131071996/131071996
[pid=626615] ppid=626612 vsize=1776708 memory=267056 CPUtime=0.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/stat : 626615 (fscip) S 626612 626615 625991 0 -1 1077936128 62962 0 0 0 43 19 0 0 20 0 41 0 113550956 1819348992 66764 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
/proc/626615/statm: 444177 66764 2774 3035 0 152934 0
[pid=626615/tid=626617] ppid=626612 vsize=1776708 memory=4026531959 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626617/stat : 626617 (fscip) D 626612 626615 625991 0 -1 4194368 2718 0 0 0 1 1 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626618] ppid=626612 vsize=1776708 memory=74236 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626618/stat : 626618 (fscip) D 626612 626615 625991 0 -1 4194368 2628 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626619] ppid=626612 vsize=1776708 memory=55216921903569 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626619/stat : 626619 (fscip) R 626612 626615 625991 0 -1 4194368 2606 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626620] ppid=626612 vsize=1776708 memory=52983572464199 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626620/stat : 626620 (fscip) D 626612 626615 625991 0 -1 4194368 2705 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626621] ppid=626612 vsize=1776708 memory=60684465603260 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626621/stat : 626621 (fscip) D 626612 626615 625991 0 -1 4194368 2756 0 0 0 1 1 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626622] ppid=626612 vsize=1776708 memory=59597889209349 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626622/stat : 626622 (fscip) D 626612 626615 625991 0 -1 4194368 2838 0 0 0 2 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626623] ppid=626612 vsize=1776708 memory=15257038917731839 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626623/stat : 626623 (fscip) D 626612 626615 625991 0 -1 4194368 2701 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626624] ppid=626612 vsize=1776708 memory=521407 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626624/stat : 626624 (fscip) D 626612 626615 625991 0 -1 4194368 2767 0 0 0 1 1 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626625] ppid=626612 vsize=1776708 memory=3474871505359023096 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626625/stat : 626625 (fscip) D 626612 626615 625991 0 -1 4194368 2449 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626626] ppid=626612 vsize=1776708 memory=3689349910006434408 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626626/stat : 626626 (fscip) D 626612 626615 625991 0 -1 4194368 2623 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626627] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626627/stat : 626627 (fscip) D 626612 626615 625991 0 -1 4194368 2654 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626628] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626628/stat : 626628 (fscip) D 626612 626615 625991 0 -1 4194368 2333 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626629] ppid=626612 vsize=1776708 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626629/stat : 626629 (fscip) R 626612 626615 625991 0 -1 4194368 2763 0 0 0 1 1 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626630] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626630/stat : 626630 (fscip) D 626612 626615 625991 0 -1 4194368 2610 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66830 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626631] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626631/stat : 626631 (fscip) D 626612 626615 625991 0 -1 4194368 2770 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626632] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626632/stat : 626632 (fscip) D 626612 626615 625991 0 -1 4194368 2520 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626633] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626633/stat : 626633 (fscip) D 626612 626615 625991 0 -1 4194368 2351 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626634] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626634/stat : 626634 (fscip) D 626612 626615 625991 0 -1 4194368 2386 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626635] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626635/stat : 626635 (fscip) D 626612 626615 625991 0 -1 4194368 2784 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626636] ppid=626612 vsize=1776708 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626636/stat : 626636 (fscip) D 626612 626615 625991 0 -1 4194368 2620 0 0 0 1 0 0 0 20 0 41 0 113550967 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626637] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626637/stat : 626637 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 66896 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626638] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626638/stat : 626638 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 66962 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626639] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626639/stat : 626639 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 66962 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626640] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626640/stat : 626640 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 66962 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626641] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626641/stat : 626641 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67160 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626642] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626642/stat : 626642 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626643] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626643/stat : 626643 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626644] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626644/stat : 626644 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626645] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626645/stat : 626645 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626646] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626646/stat : 626646 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626647] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626647/stat : 626647 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626648] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626648/stat : 626648 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626649] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626649/stat : 626649 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626650] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626650/stat : 626650 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67226 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626651] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626651/stat : 626651 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67292 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626652] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626652/stat : 626652 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67358 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626653] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626653/stat : 626653 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67358 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626654] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626654/stat : 626654 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67358 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626655] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626655/stat : 626655 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67358 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626656] ppid=626612 vsize=1776708 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626656/stat : 626656 (fscip) S 626612 626615 625991 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 113550976 1819348992 67358 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 1776708 KiB
Current children cumulated memory: 267056 KiB

[startup+0.32305 s]*
/proc/loadavg: 6.57 1.36 0.44 79/1025 626656
/proc/meminfo: memFree=769384304/790760800 swapFree=131071996/131071996
[pid=626615] ppid=626612 vsize=1793632 memory=397648 CPUtime=2.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/stat : 626615 (fscip) S 626612 626615 625991 0 -1 1077936128 106375 0 0 0 181 62 0 0 20 0 41 0 113550956 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
/proc/626615/statm: 448408 99412 2918 3035 0 185492 0
[pid=626615/tid=626617] ppid=626612 vsize=1793632 memory=-3415239772127871371 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626617/stat : 626617 (fscip) D 626612 626615 625991 0 -1 4194368 5289 0 0 0 7 3 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626618] ppid=626612 vsize=1793632 memory=7318452475133972 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626618/stat : 626618 (fscip) R 626612 626615 625991 0 -1 4194368 4213 0 0 0 8 3 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626619] ppid=626612 vsize=1793632 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626619/stat : 626619 (fscip) R 626612 626615 625991 0 -1 4194368 4612 0 0 0 7 3 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626620] ppid=626612 vsize=1793632 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626620/stat : 626620 (fscip) R 626612 626615 625991 0 -1 4194368 5397 0 0 0 9 2 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626621] ppid=626612 vsize=1793632 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626621/stat : 626621 (fscip) D 626612 626615 625991 0 -1 4194368 4831 0 0 0 7 4 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626622] ppid=626612 vsize=1793632 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626622/stat : 626622 (fscip) R 626612 626615 625991 0 -1 4194368 5068 0 0 0 9 2 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626623] ppid=626612 vsize=1793632 memory=4027627106 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626623/stat : 626623 (fscip) R 626612 626615 625991 0 -1 4194368 5066 0 0 0 9 2 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626624] ppid=626612 vsize=1793632 memory=207047885133 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626624/stat : 626624 (fscip) D 626612 626615 625991 0 -1 4194368 4614 0 0 0 8 3 0 0 20 0 41 0 113550967 1836679168 99412 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0

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

[pid=626615/tid=626628] ppid=626612 vsize=8196424 memory=3672 CPUtime=3567.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626628/stat : 626628 (fscip) R 626612 626615 625991 0 -1 4194368 1285755 0 0 0 356423 320 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626629] ppid=626612 vsize=8196424 memory=40372 CPUtime=3498.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626629/stat : 626629 (fscip) R 626612 626615 625991 0 -1 4194368 1077069 0 0 0 349657 231 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626630] ppid=626612 vsize=8196424 memory=8240 CPUtime=3507.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626630/stat : 626630 (fscip) R 626612 626615 625991 0 -1 4194368 1073989 0 0 0 350502 235 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626631] ppid=626612 vsize=8196424 memory=2112 CPUtime=3502.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626631/stat : 626631 (fscip) R 626612 626615 625991 0 -1 4194368 1377706 0 0 0 349970 314 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626632] ppid=626612 vsize=8196424 memory=3308 CPUtime=3503.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626632/stat : 626632 (fscip) R 626612 626615 625991 0 -1 4194368 1123646 0 0 0 350149 236 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626633] ppid=626612 vsize=8196424 memory=1704 CPUtime=3502.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626633/stat : 626633 (fscip) R 626612 626615 625991 0 -1 4194368 1161980 0 0 0 350039 255 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626634] ppid=626612 vsize=8196424 memory=16372 CPUtime=3492.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626634/stat : 626634 (fscip) R 626612 626615 625991 0 -1 4194368 1115227 0 0 0 348785 458 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626635] ppid=626612 vsize=8196424 memory=28356 CPUtime=3498.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626635/stat : 626635 (fscip) R 626612 626615 625991 0 -1 4194368 1171942 0 0 0 349558 279 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626636] ppid=626612 vsize=8196424 memory=31860 CPUtime=3494.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626636/stat : 626636 (fscip) R 626612 626615 625991 0 -1 4194368 1109978 0 0 0 349182 254 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626637] ppid=626612 vsize=8196424 memory=-8672072939955790524 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626637/stat : 626637 (fscip) S 626612 626615 625991 0 -1 1077936192 136 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626638] ppid=626612 vsize=8196424 memory=1836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626638/stat : 626638 (fscip) S 626612 626615 625991 0 -1 1077936192 137 0 0 0 1 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626639] ppid=626612 vsize=8196424 memory=38468 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626639/stat : 626639 (fscip) S 626612 626615 625991 0 -1 1077936192 147 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626640] ppid=626612 vsize=8196424 memory=2152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626640/stat : 626640 (fscip) S 626612 626615 625991 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626641] ppid=626612 vsize=8196424 memory=6056 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626641/stat : 626641 (fscip) S 626612 626615 625991 0 -1 1077936192 139 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626642] ppid=626612 vsize=8196424 memory=7206908 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626642/stat : 626642 (fscip) S 626612 626615 625991 0 -1 1077936192 81 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626643] ppid=626612 vsize=8196424 memory=348862 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626643/stat : 626643 (fscip) S 626612 626615 625991 0 -1 1077936192 87 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626644] ppid=626612 vsize=8196424 memory=347812 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626644/stat : 626644 (fscip) S 626612 626615 625991 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626645] ppid=626612 vsize=8196424 memory=348404 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626645/stat : 626645 (fscip) S 626612 626615 625991 0 -1 1077936192 142 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626646] ppid=626612 vsize=8196424 memory=7206908 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626646/stat : 626646 (fscip) S 626612 626615 625991 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626647] ppid=626612 vsize=8196424 memory=6720662134369696875 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626647/stat : 626647 (fscip) S 626612 626615 625991 0 -1 1077936192 137 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626648] ppid=626612 vsize=8196424 memory=2152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626648/stat : 626648 (fscip) S 626612 626615 625991 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626649] ppid=626612 vsize=8196424 memory=6056 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626649/stat : 626649 (fscip) S 626612 626615 625991 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626650] ppid=626612 vsize=8196424 memory=104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626650/stat : 626650 (fscip) S 626612 626615 625991 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626651] ppid=626612 vsize=8196424 memory=33100 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626651/stat : 626651 (fscip) S 626612 626615 625991 0 -1 1077936192 142 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626652] ppid=626612 vsize=8196424 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626652/stat : 626652 (fscip) S 626612 626615 625991 0 -1 1077936192 140 0 0 0 0 2 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626653] ppid=626612 vsize=8196424 memory=16108 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626653/stat : 626653 (fscip) S 626612 626615 625991 0 -1 1077936192 138 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626654] ppid=626612 vsize=8196424 memory=2268 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626654/stat : 626654 (fscip) S 626612 626615 625991 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626655] ppid=626612 vsize=8196424 memory=1996 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626655/stat : 626655 (fscip) S 626612 626615 625991 0 -1 1077936192 144 0 0 0 1 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626656] ppid=626612 vsize=8196424 memory=1836 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626656/stat : 626656 (fscip) S 626612 626615 625991 0 -1 1077936192 138 0 0 0 1 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
Current children cumulated CPU time: 70225.5 s
Current children cumulated vsize: 8196424 KiB
Current children cumulated memory: 7206908 KiB

[startup+3598 s]*
/proc/loadavg: 80.57 80.53 78.74 22/884 628663
/proc/meminfo: memFree=766170024/790760800 swapFree=131071996/131071996
[pid=626615] ppid=626612 vsize=8196424 memory=7206908 CPUtime=70234 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/stat : 626615 (fscip) S 626612 626615 625991 0 -1 1077936128 23636016 0 0 0 7016107 7292 0 0 20 0 41 0 113550956 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
/proc/626615/statm: 2049106 1801727 3318 3035 0 1899939 0
[pid=626615/tid=626617] ppid=626612 vsize=8196424 memory=6720662134369696875 CPUtime=3547.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626617/stat : 626617 (fscip) R 626612 626615 625991 0 -1 4194368 1095882 0 0 0 354513 268 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626618] ppid=626612 vsize=8196424 memory=20284 CPUtime=3547.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626618/stat : 626618 (fscip) R 626612 626615 625991 0 -1 4194368 724760 0 0 0 352534 2200 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626619] ppid=626612 vsize=8196424 memory=11424 CPUtime=3522.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626619/stat : 626619 (fscip) R 626612 626615 625991 0 -1 4194368 1296248 0 0 0 351996 292 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626620] ppid=626612 vsize=8196424 memory=33456 CPUtime=3513.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626620/stat : 626620 (fscip) R 626612 626615 625991 0 -1 4194368 1192547 0 0 0 351147 239 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626621] ppid=626612 vsize=8196424 memory=8323350987516068516 CPUtime=3498.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626621/stat : 626621 (fscip) R 626612 626615 625991 0 -1 4194368 1269227 0 0 0 349547 256 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626622] ppid=626612 vsize=8196424 memory=10392 CPUtime=3500.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626622/stat : 626622 (fscip) R 626612 626615 625991 0 -1 4194368 1368761 0 0 0 349778 280 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626623] ppid=626612 vsize=8196424 memory=5432 CPUtime=3498.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626623/stat : 626623 (fscip) R 626612 626615 625991 0 -1 4194368 1132597 0 0 0 349659 202 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626624] ppid=626612 vsize=8196424 memory=16108 CPUtime=3500.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626624/stat : 626624 (fscip) R 626612 626615 625991 0 -1 4194368 1242130 0 0 0 349794 218 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626625] ppid=626612 vsize=8196424 memory=2268 CPUtime=3527.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626625/stat : 626625 (fscip) R 626612 626615 625991 0 -1 4194368 1423149 0 0 0 352522 249 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626626] ppid=626612 vsize=8196424 memory=1996 CPUtime=3496.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626626/stat : 626626 (fscip) R 626612 626615 625991 0 -1 4194368 1137367 0 0 0 349489 207 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626627] ppid=626612 vsize=8196424 memory=1836 CPUtime=3505.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626627/stat : 626627 (fscip) R 626612 626615 625991 0 -1 4194368 1183582 0 0 0 350347 232 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626628] ppid=626612 vsize=8196424 memory=38468 CPUtime=3567.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626628/stat : 626628 (fscip) R 626612 626615 625991 0 -1 4194368 1292186 0 0 0 356465 321 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626629] ppid=626612 vsize=8196424 memory=2152 CPUtime=3499.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626629/stat : 626629 (fscip) R 626612 626615 625991 0 -1 4194368 1083248 0 0 0 349699 232 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626630] ppid=626612 vsize=8196424 memory=6056 CPUtime=3507.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626630/stat : 626630 (fscip) R 626612 626615 625991 0 -1 4194368 1080297 0 0 0 350544 236 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626631] ppid=626612 vsize=8196424 memory=7206908 CPUtime=3503.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626631/stat : 626631 (fscip) R 626612 626615 625991 0 -1 4194368 1378071 0 0 0 350010 314 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626632] ppid=626612 vsize=8196424 memory=6856 CPUtime=3504.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626632/stat : 626632 (fscip) R 626612 626615 625991 0 -1 4194368 1128247 0 0 0 350191 236 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626633] ppid=626612 vsize=8196424 memory=7112 CPUtime=3503.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626633/stat : 626633 (fscip) R 626612 626615 625991 0 -1 4194368 1167555 0 0 0 350080 255 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626634] ppid=626612 vsize=8196424 memory=30808 CPUtime=3492.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626634/stat : 626634 (fscip) R 626612 626615 625991 0 -1 4194368 1122787 0 0 0 348826 459 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626635] ppid=626612 vsize=8196424 memory=33860 CPUtime=3498.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626635/stat : 626635 (fscip) R 626612 626615 625991 0 -1 4194368 1178275 0 0 0 349600 280 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626636] ppid=626612 vsize=8196424 memory=59072 CPUtime=3494.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626636/stat : 626636 (fscip) R 626612 626615 625991 0 -1 4194368 1116935 0 0 0 349223 255 0 0 20 0 41 0 113550967 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626637] ppid=626612 vsize=8196424 memory=7640 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626637/stat : 626637 (fscip) S 626612 626615 625991 0 -1 1077936192 136 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626638] ppid=626612 vsize=8196424 memory=18472 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626638/stat : 626638 (fscip) S 626612 626615 625991 0 -1 1077936192 137 0 0 0 1 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626639] ppid=626612 vsize=8196424 memory=20284 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626639/stat : 626639 (fscip) S 626612 626615 625991 0 -1 1077936192 147 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626640] ppid=626612 vsize=8196424 memory=5764 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626640/stat : 626640 (fscip) S 626612 626615 625991 0 -1 1077936192 138 0 0 0 1 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626641] ppid=626612 vsize=8196424 memory=2691278048534408 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626641/stat : 626641 (fscip) S 626612 626615 625991 0 -1 1077936192 139 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626642] ppid=626612 vsize=8196424 memory=2831440011272073 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626642/stat : 626642 (fscip) S 626612 626615 625991 0 -1 1077936192 81 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626643] ppid=626612 vsize=8196424 memory=7206908 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626643/stat : 626643 (fscip) S 626612 626615 625991 0 -1 1077936192 87 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626644] ppid=626612 vsize=8196424 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626644/stat : 626644 (fscip) S 626612 626615 625991 0 -1 1077936192 133 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626645] ppid=626612 vsize=8196424 memory=2831440011272063 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626645/stat : 626645 (fscip) S 626612 626615 625991 0 -1 1077936192 142 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626646] ppid=626612 vsize=8196424 memory=2831440011272064 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626646/stat : 626646 (fscip) S 626612 626615 625991 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626647] ppid=626612 vsize=8196424 memory=0 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626647/stat : 626647 (fscip) S 626612 626615 625991 0 -1 1077936192 137 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626648] ppid=626612 vsize=8196424 memory=2831440011272068 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626648/stat : 626648 (fscip) S 626612 626615 625991 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626649] ppid=626612 vsize=8196424 memory=2831440011272069 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626649/stat : 626649 (fscip) S 626612 626615 625991 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626650] ppid=626612 vsize=8196424 memory=2831440011272070 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626650/stat : 626650 (fscip) S 626612 626615 625991 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626651] ppid=626612 vsize=8196424 memory=2691278048534407 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626651/stat : 626651 (fscip) S 626612 626615 625991 0 -1 1077936192 142 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626652] ppid=626612 vsize=8196424 memory=2724 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626652/stat : 626652 (fscip) S 626612 626615 625991 0 -1 1077936192 140 0 0 0 0 2 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626653] ppid=626612 vsize=8196424 memory=6616 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626653/stat : 626653 (fscip) S 626612 626615 625991 0 -1 1077936192 138 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626654] ppid=626612 vsize=8196424 memory=6592452 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626654/stat : 626654 (fscip) S 626612 626615 625991 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626655] ppid=626612 vsize=8196424 memory=2596 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626655/stat : 626655 (fscip) S 626612 626615 625991 0 -1 1077936192 144 0 0 0 1 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
[pid=626615/tid=626656] ppid=626612 vsize=8196424 memory=6744 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/626615/task/626656/stat : 626656 (fscip) S 626612 626615 625991 0 -1 1077936192 138 0 0 0 1 0 0 0 20 0 41 0 113550976 8393138176 1801727 809668444160 4194304 16622685 140722512727136 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 49180672 140722512733163 140722512733278 140722512733278 140722512740303 0
Current children cumulated CPU time: 70234 s
Current children cumulated vsize: 8196424 KiB
Current children cumulated memory: 7206908 KiB

[startup+3598.4 s]*
/proc/loadavg: 74.92 79.36 78.37 3/844 628663
/proc/meminfo: memFree=771814124/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3598.46
CPU time (s): 70237.3
CPU user time (s): 70163.9
CPU system time (s): 73.4218
CPU usage (%): 1951.87
Max. virtual memory (cumulated for all children) (KiB): 8261960
Max. memory (cumulated for all children) (KiB): 7219328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70163.9
system time used= 73.4218
maximum resident set size= 7219328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23972002
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= 259206
involuntary context switches= 257945


# summary of solver processes directly reported to runsolver:
#   pid: 626615
#   total CPU time (s): 70237.3
#   total CPU user time (s): 70163.9
#   total CPU system time (s): 73.4218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6247 second user time and 80.1468 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-12 15:34:02
IDJOB=4468438
IDBENCH=148665
IDSOLVER=3099
FILE ID=nodeD101/4468438-1723469642
RUNJOBID= nodeD101-1723469637-626001
SLURM_JOB_ID= 8267498
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_1.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468438-1723469642/watcher-4468438-1723469642 -o /tmp/evaluation-result-4468438-1723469642/solver-4468438-1723469642 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723469637-626001 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468438-1723469642.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= d4235fe4c365567a817121803ba4630e
RANDOM SEED=1154969502

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		: 2512.882
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		: 3044.729
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		: 3138.300
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		: 3152.024
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		: 2511.069
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		: 3044.712
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		: 3134.612
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		: 3152.001
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		: 2597.731
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		: 3044.713
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		: 3138.275
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		: 2937.156
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		: 2601.361
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		: 3044.766
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		: 3138.279
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		: 3151.996
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		: 1581.489
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		: 3044.814
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		: 3138.276
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		: 3151.991
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		: 2271.850
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3044.852
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		: 3138.280
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		: 2990.926
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		: 2606.266
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		: 3044.895
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		: 3138.279
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		: 2907.845
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		: 3005.222
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		: 3044.944
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		: 3138.284
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		: 2960.451
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		: 3618.756
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		: 3044.950
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		: 3138.282
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		: 2998.011
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		: 3077.326
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		: 3044.976
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		: 3135.193
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		: 3151.983
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		: 3077.121
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		: 3044.992
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		: 3138.254
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		: 3133.550
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		: 3305.345
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		: 3045.024
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		: 3138.240
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		: 3151.941
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		: 3172.242
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		: 3045.056
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		: 3138.219
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		: 3150.374
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		: 3589.134
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		: 3045.116
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		: 3138.216
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		: 2916.605
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		: 1563.547
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		: 3045.147
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		: 3138.196
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		: 3151.885
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		: 2932.702
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		: 3045.172
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		: 3138.188
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		: 3149.821
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		: 1432.160
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		: 3033.581
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		: 3138.221
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		: 3149.778
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		: 2212.736
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		: 3045.254
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		: 3138.274
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		: 3151.837
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		: 2659.115
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		: 3044.179
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		: 3133.633
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		: 3151.841
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		: 2888.034
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		: 3045.347
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		: 3138.369
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		: 2924.784
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:        769833564 kB
MemAvailable:   780369248 kB
Buffers:          943760 kB
Cached:         12941392 kB
SwapCached:            0 kB
Active:          6536352 kB
Inactive:       11191956 kB
Active(anon):       2128 kB
Inactive(anon):  3879948 kB
Active(file):    6534224 kB
Inactive(file):  7312008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            115844 kB
Writeback:             0 kB
AnonPages:       3843272 kB
Mapped:           135140 kB
Shmem:             38920 kB
KReclaimable:     217960 kB
Slab:             612196 kB
SReclaimable:     217960 kB
SUnreclaim:       394236 kB
KernelStack:       16880 kB
PageTables:        16460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1958508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1014144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD101 at 2024-08-12 16:34:01