Trace number 4465443

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_5_mh_ic.opb
MD5SUMde99926f2d1453b9b061663ac0d87607
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3093108
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 34360834105
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 34360834105
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.18/1.20	c Default LC presolving (default).
1.18/1.20	c ** Before presolving: virtualMemUsedAtLc = 1037914953, getVmSize() = 695402496, SCIPgetMemUsed() = 597966625, SCIPgetMemTotal() = 647023961, SCIPgetMemExternEstim() = 390890992
1.18/1.20	c ** set memory limit for presolving in LC to 8.79282e+12 for SCIP **
37.41/37.61	c ** Estimated virtualMemUsedAtSolver = 992941310, getVmSize() = 1226219520, SCIPgetMemUsed() = 838290406, SCIPgetMemTotal() = 1098520974, SCIPgetMemExternEstim() = 390890992
37.41/37.61	c ** set memory limit for solvers to 4.18549e+11 for each SCIP **
37.41/37.61	c Original Problem   :
37.41/37.61	c   Problem name     : instance-4465443-1723623501
37.41/37.61	c   Variables        : 126385 (126385 binary, 0 integer, 0 implicit integer, 0 continuous)
37.41/37.61	c   Constraints      : 286973
37.41/37.61	c   Objective sense  : minimize
37.41/37.61	c Presolved Problem  :
37.41/37.61	c   Variables        : 101220 (101220 binary, 0 integer, 0 implicit integer, 0 continuous)
37.41/37.61	c   Constraints      : 181654
37.41/37.61	c Constraints        : Number
37.41/37.61	c   knapsack         : 700 
37.41/37.61	c   setppc           : 119631 
37.41/37.61	c   and              : 60690 
37.41/37.61	c   linear           : 3 
37.41/37.61	c   logicor          : 630 
37.41/37.61	c ** Instance transfer method used: 0
37.83/38.03	c ** ParaScipInstance copy does not increase the number of variables. **
44.50/44.68	c LC is working with racing ramp-up and with rebuilding tree after racing.
44.50/44.68	c                                Nodes    Active                                            
44.50/44.68	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1619.78/124.82	c *     125              0           1        20   213633327.0000                -          -
1619.78/124.82	c       125              0           1        20   213633327.0000                -          -
3983.67/249.27	c       249              2           1        20   213633327.0000          -3.0000          -
4084.81/254.67	c       255              2           1        20   213633327.0000          -3.0000          -
4189.62/260.12	c       260              3           4        20   213633327.0000          -3.0000          -
4287.99/265.40	c       265              3           4        20   213633327.0000          -3.0000          -
4397.54/271.13	c       271              4           3        20   213633327.0000          -3.0000          -
4510.37/276.97	c       277             21          22        20   213633327.0000          -3.0000          -
4625.15/283.01	c       283             41          42        20   213633327.0000          -3.0000          -
4723.78/288.12	c       288             41          42        20   213633327.0000          -3.0000          -
4833.03/293.71	c       294             82          81        20   213633327.0000          -3.0000          -
4960.79/300.37	c       300            112         111        20   213633327.0000          -3.0000          -
5067.65/305.97	c       306            102         101        20   213633327.0000          -3.0000          -
5171.38/311.37	c       311            121         122        20   213633327.0000          -3.0000          -
5278.18/316.92	c       317            162         161        20   213633327.0000          -3.0000          -
5374.79/322.01	c       322            202         201        20   213633327.0000          -3.0000          -
5482.79/327.59	c       328            202         203        20   213633327.0000          -3.0000          -
5586.25/332.96	c       333            202         203        20   213633327.0000          -3.0000          -
5681.28/337.97	c       338            212         211        20   213633327.0000          -3.0000          -
5778.45/343.07	c       343            596         580        20   213633327.0000          -3.0000          -
5826.79/345.67	c *     346            596         580        20   184115149.0000          -3.0000          -
5892.31/349.11	c       349            508         501        20   184115149.0000          -3.0000          -
5997.00/354.50	c       354            532         504        20   184115149.0000          -3.0000          -
6098.20/359.87	c       360            676         657        20   184115149.0000          -3.0000          -
6195.70/364.97	c       365            677         656        20   184115149.0000          -3.0000          -
6291.53/369.99	c       370            695         676        20   184115149.0000          -3.0000          -
6393.31/375.21	c       375            756         735        20   184115149.0000          -3.0000          -
6493.83/380.41	c       380            775         756        20   184115149.0000          -3.0000          -
6594.81/385.76	c       386            554         482        20   184115149.0000          -3.0000          -
6696.69/391.10	c       391            996         975        20   184115149.0000          -3.0000          -
6796.12/396.22	c       396            546         462        20   184115149.0000          -3.0000          -
6894.99/401.46	c       401            570         466        20   184115149.0000          -3.0000          -
7013.53/407.60	c       408           2004        1983        20   184115149.0000          -3.0000          -
7113.31/412.84	c       413           2041        1995        20   184115149.0000          -3.0000          -
7216.81/418.23	c       418           2041        1995        20   184115149.0000          -3.0000          -
7316.88/423.41	c       423           2111        1974        20   184115149.0000          -3.0000          -
7417.60/428.65	c       429            591         445        20   184115149.0000          -3.0000          -
7486.18/432.25	c *     432            573         435        20    64883457.0000          -3.0000          -
7528.16/434.43	c       434           2570           0        20    64883457.0000          -3.0000          -
7627.62/439.61	c       440           2571           1        20    64883457.0000          -3.0000          -
7737.27/445.30	c       445            586         334        20    64883457.0000          -3.0000          -
7845.23/450.96	c       451            596         324        20    64883457.0000          -3.0000          -
7943.05/456.09	c       456           3196         549        20    64883457.0000          -3.0000          -
8041.38/461.25	c       461           3357         575        20    64883457.0000          -3.0000          -
8139.50/466.30	c       466            612         307        20    64883457.0000          -3.0000          -
8243.99/471.74	c       472           4178         545        20    64883457.0000          -3.0000          -
8344.30/476.92	c       477           4247           0        20    64883457.0000          -3.0000          -
8451.89/482.51	c       483            630         289        20    64883457.0000          -3.0000          -
8554.00/487.86	c       488           5088         841        20    64883457.0000          -3.0000          -
8655.15/493.09	c       493           5297           1        20    64883457.0000          -3.0000          -
8756.04/498.30	c       498            714         245        20    64883457.0000          -3.0000          -
8857.95/503.67	c       504            714         245        20    64883457.0000          -3.0000          -
8957.90/508.80	c       509            714         245        20    64883457.0000          -3.0000          -
9054.49/513.88	c       514            677         242        20    64883457.0000          -3.0000          -
9157.10/519.15	c       519            684         235        20    64883457.0000          -3.0000          -
9253.54/524.25	c       524            689         230        20    64883457.0000          -3.0000          -
9351.51/529.33	c       529          10234        1173        20    64883457.0000          -3.0000          -
9449.84/534.45	c       534            712         222        20    64883457.0000          -3.0000          -
9547.67/539.53	c       540            713         221        20    64883457.0000          -3.0000          -
9646.32/544.65	c       545            713         221        20    64883457.0000          -3.0000          -
9746.31/549.83	c       550            713         221        20    64883457.0000          -3.0000          -
9844.75/554.96	c       555            718         216        20    64883457.0000          -3.0000          -
9940.90/559.98	c       560            759         200        20    64883457.0000          -3.0000          -
10039.29/565.09	c       565            765         194        20    64883457.0000          -3.0000          -
10138.00/570.23	c       570            773         186        20    64883457.0000          -3.0000          -
10239.31/575.58	c       576            742         192        20    64883457.0000          -3.0000          -
10265.62/576.99	c *     577            742         192        20    56377826.0000          -3.0000          -
10313.15/579.46	c *     579            785         174        20    56375315.0000          -3.0000          -
10337.49/580.73	c       581            785         174        20    56375315.0000          -3.0000          -
10444.37/586.37	c       586          14393        1297        20    56375315.0000          -3.0000          -
10545.86/591.68	c       592          14394        1296        20    56375315.0000          -3.0000          -
10649.64/597.07	c       597            789           2        20    56375315.0000          -3.0000          -
10654.63/597.39	c *     597            761         163        20    56254199.0000          -3.0000          -
10658.29/597.55	c *     598            761         163        20    55795971.0000          -3.0000          -
10685.11/598.94	c *     599            761         163        20    55724154.0000          -3.0000          -
10728.48/601.22	c *     601            764           0        20    54152793.0000          -3.0000          -
10744.56/602.11	c       602            764           0        20    54152793.0000          -3.0000          -
10842.13/607.20	c       607            765           1        20    54152793.0000          -3.0000          -
10948.50/612.76	c       613          15256         802        20    54152793.0000          -3.0000          -
11049.09/618.01	c *     618           1507         720        20    42663325.0000          -3.0000          -
11049.09/618.01	c       618           1507         720        20    42663325.0000          -3.0000          -
11067.86/618.93	c *     619           1507         720        20    38592802.0000          -3.0000          -
11070.27/619.06	c *     619           1507         720        20    38520985.0000          -3.0000          -
11125.79/621.92	c *     622           1507         720        20    34792039.0000          -3.0000          -
11156.32/623.51	c       624           1507         720        20    34792039.0000          -3.0000          -
11262.19/629.08	c       629              2           1        20    34792039.0000     1133636.1824          -
11357.54/634.09	c       634              2           1        20    34792039.0000     1133636.1824          -
11459.32/639.35	c       639              2           1        20    34792039.0000     1133636.1824          -
11559.97/644.65	c       645              2           1        20    34792039.0000     1133636.1824          -
11657.80/649.75	c       650              2           1        20    34792039.0000     1133636.1824          -
11755.50/654.81	c       655              2           1        20    34792039.0000     1133636.1824          -
11852.44/659.86	c       660              2           1        20    34792039.0000     1133636.1824          -
11950.49/664.92	c       665              2           1        20    34792039.0000     1133636.1824          -
12071.63/671.25	c       671              2           1        20    34792039.0000     1135924.8527          -
12173.82/676.53	c       677              2           1        20    34792039.0000     1135924.8527          -
12283.27/682.19	c       682              2           1        20    34792039.0000     1135924.8527          -
12359.58/686.17	c *     686              2           1        20    31794233.0000     1135924.8527          -
12374.32/687.01	c *     687              2           1        20    28582756.0000     1135924.8527          -
12406.71/688.62	c       689              2           1        20    28582756.0000     1135924.8527          -
12463.95/691.65	c *     692              2           1        20    23060033.0000     1135924.8527          -
12504.22/693.73	c       694              2           1        20    23060033.0000     1135924.8527          -
12601.32/698.85	c       699              2           1        20    23060033.0000     1135924.8527          -
12708.16/704.49	c       704              2           1        20    23060033.0000     1135924.8527          -
12805.85/709.56	c       710              2           1        20    23060033.0000     1135924.8527          -
12903.65/714.61	c       715              2           1        20    23060033.0000     1135924.8527          -
13010.82/720.21	c       720              2           1        20    23060033.0000     1135924.8527          -
13108.44/725.35	c       725              2           1        20    23060033.0000     1135924.8527          -
13208.35/730.58	c       731              2           1        20    23060033.0000     1135924.8527          -
13308.13/735.75	c       736              2           1        20    23060033.0000     1135924.8527          -
13405.84/740.87	c       741              3           2        20    23060033.0000     1141447.7531          -
13503.51/745.92	c       746              4           3        20    23060033.0000     1154503.8800          -
13551.08/748.48	c *     748              4           3        20    21419079.0000     1154503.8800          -
13610.92/751.54	c       752              4           3        20    21419079.0000     1154503.8800          -
13709.92/756.66	c       757              4           3        20    21419079.0000     1154503.8800          -
13813.52/762.08	c       762              4           3        20    21419079.0000     1154503.8800          -
13915.26/767.38	c       767              4           3        20    21419079.0000     1154503.8800          -
14021.13/772.87	c       773              4           3        20    21419079.0000     1154503.8800          -
14124.86/778.26	c       778              4           3        20    21419079.0000     1154503.8800          -
14222.94/783.37	c       783              4           3        20    21419079.0000     1154503.8800          -
14323.17/788.57	c       789              4           3        20    21419079.0000     1154503.8800          -
14427.09/793.92	c       794              4           3        20    21419079.0000     1154503.8800          -
14532.76/799.45	c       799              4           3        20    21419079.0000     1154503.8800          -
14635.99/804.89	c       805              4           3        20    21419079.0000     1154503.8800          -
14738.72/810.25	c       810              4           3        20    21419079.0000     1154503.8800          -
14797.76/813.37	c *     813              4           3        20    21082021.0000     1154503.8800          -
14837.62/815.46	c       815              4           3        20    21082021.0000     1154503.8800          -
14938.50/820.74	c       821              4           3        20    21082021.0000     1154503.8800          -
15043.67/826.24	c       826              5           4        20    21082021.0000     1154503.8800          -
15145.15/831.58	c       832              5           4        20    21082021.0000     1154503.8800          -
15251.59/837.04	c       837              5           4        20    21082021.0000     1154503.8800          -
15346.51/842.06	c       842              5           4        20    21082021.0000     1154503.8800          -
15443.49/847.11	c       847              5           4        20    21082021.0000     1154503.8800          -
15542.12/852.15	c       852              5           4        20    21082021.0000     1154503.8800          -
15639.24/857.19	c       857              5           4        20    21082021.0000     1154503.8800          -
15739.83/862.36	c       862              5           4        20    21082021.0000     1154503.8800          -
15838.81/867.41	c       867              5           4        20    21082021.0000     1154503.8800          -
15937.97/872.58	c       873              5           4        20    21082021.0000     1154503.8800          -
16037.15/877.61	c       878              5           4        20    21082021.0000     1154503.8800          -
16145.99/883.29	c       883              5           4        20    21082021.0000     1154503.8800          -
16245.43/888.34	c       888              5           4        20    21082021.0000     1154503.8800          -
16346.12/893.54	c       894              5           4        20    21082021.0000     1154503.8800          -
16443.94/898.61	c       899              5           4        20    21082021.0000     1154503.8800          -
16540.16/903.64	c       904              5           4        20    21082021.0000     1154503.8800          -
16640.53/908.85	c       909              6           5        20    21082021.0000     1154503.8800          -
16738.33/913.95	c       914              6           5        20    21082021.0000     1154503.8800          -
16837.36/919.05	c       919              6           5        20    21082021.0000     1154503.8800          -
16932.68/924.14	c       924              6           5        20    21082021.0000     1154503.8800          -
17033.95/929.38	c       929              6           5        20    21082021.0000     1154503.8800          -
17130.97/934.45	c       934              6           5        20    21082021.0000     1154503.8800          -
17234.43/939.84	c       940              6           5        20    21082021.0000     1154503.8800          -
17335.07/945.08	c       945              6           5        20    21082021.0000     1154503.8800          -
17431.40/950.13	c       950              6           5        20    21082021.0000     1154503.8800          -
17532.94/955.35	c       955              6           5        20    21082021.0000     1154503.8800          -
17638.49/960.87	c       961              7           6        20    21082021.0000     1154503.8800          -
17736.62/966.02	c       966              7           6        20    21082021.0000     1154503.8800          -
17835.79/971.07	c       971              7           6        20    21082021.0000     1154503.8800          -
17939.27/976.44	c       976              7           6        20    21082021.0000     1154503.8800          -
18037.24/981.54	c       982              7           6        20    21082021.0000     1154503.8800          -
18136.78/986.74	c       987              7           6        20    21082021.0000     1154503.8800          -
18236.57/991.96	c       992              7           6        20    21082021.0000     1154503.8800          -
18335.41/997.14	c       997              7           6        20    21082021.0000     1154503.8800          -
18433.67/1002.20	c      1002              8           7        20    21082021.0000     1154503.8800          -
18539.12/1007.65	c      1008              8           7        20    21082021.0000     1154503.8800          -
18638.91/1012.89	c      1013              9           6        20    21082021.0000     1154503.8800          -
18742.80/1018.29	c      1018              9           6        20    21082021.0000     1154503.8800          -
18771.19/1019.78	c *    1020              9           6        20    19451080.0000     1154503.8800          -
18845.73/1023.64	c      1024              9           6        20    19451080.0000     1154503.8800          -
18945.85/1028.86	c      1029              9           6        20    19451080.0000     1154503.8800          -
19071.45/1035.39	c      1035              9           6        20    19451080.0000     1154503.8800          -
19169.84/1040.40	c      1040              9           6        20    19451080.0000     1154503.8800          -
19278.27/1046.12	c      1046             10           7        20    19451080.0000     1154503.8800          -
19377.47/1051.29	c      1051             11           8        20    19451080.0000     1154503.8800          -
19495.75/1057.37	c      1057             13          10        20    19451080.0000     1154503.8800          -
19604.85/1062.96	c      1063             13          10        20    19451080.0000     1154503.8800          -
19721.82/1068.93	c      1069             13          10        20    19451080.0000     1154503.8800          -
19821.52/1074.07	c      1074             13          10        20    19451080.0000     1154503.8800          -
19929.25/1079.63	c      1080             13          10        20    19451080.0000     1154503.8800          -
20030.14/1084.80	c      1085             13          10        20    19451080.0000     1154503.8800          -
20133.91/1090.16	c      1090             14          11        20    19451080.0000     1154503.8800          -
20222.52/1094.73	c *    1095             14          11        20    11828409.0000     1154503.8800          -
20253.27/1096.31	c      1096             14          11        20    11828409.0000     1154503.8800          -
20356.27/1101.68	c      1102             15          12        20    11828409.0000     1154503.8800          -
20463.24/1107.15	c      1107             15          12        20    11828409.0000     1154503.8800          -
20579.14/1113.14	c      1113             15          12        20    11828409.0000     1154503.8800          -
20677.32/1118.22	c      1118             18          15        20    11828409.0000     1154503.8800          -
20778.62/1123.45	c      1123             22          19        20    11828409.0000     1154503.8800          -
20879.79/1128.65	c      1129             26          23        20    11828409.0000     1154503.8800          -
20981.01/1133.85	c      1134             26          23        20    11828409.0000     1154503.8800          -
21080.26/1138.97	c      1139             26          23        20    11828409.0000     1154503.8800          -
21179.67/1144.08	c      1144             26          23        20    11828409.0000     1154503.8800          -
21305.29/1150.50	c      1150             26          23        20    11828409.0000     1154503.8800          -
21404.52/1155.70	c      1156             26          23        20    11828409.0000     1154503.8800          -
21507.45/1161.03	c      1161             28          25        20    11828409.0000     1154503.8800          -
21610.16/1166.21	c      1166             29          26        20    11828409.0000     1154503.8800          -
21691.11/1170.42	c *    1170             34          31        20     5199066.0000     1154503.8800    350.33%
21714.09/1171.64	c      1172             34          31        20     5199066.0000     1154503.8800    350.33%
21814.86/1176.83	c      1177             38          25        20     5199066.0000     1154503.8800    350.33%
21916.12/1182.11	c      1182             39          26        20     5199066.0000     1154503.8800    350.33%
22026.15/1187.73	c      1188             39          26        20     5199066.0000     1154503.8800    350.33%
22129.33/1193.09	c      1193             39          26        20     5199066.0000     1154503.8800    350.33%
22239.72/1198.76	c      1199             42          29        20     5199066.0000     1154503.8800    350.33%
22343.13/1204.06	c      1204             42          29        20     5199066.0000     1154503.8800    350.33%
22447.55/1209.41	c      1209             47          34        20     5199066.0000     1154503.8800    350.33%
22553.92/1214.98	c      1215             47          34        20     5199066.0000     1154503.8800    350.33%
22651.10/1220.02	c      1220             47          34        20     5199066.0000     1154503.8800    350.33%
22754.13/1225.21	c      1225             47          34        20     5199066.0000     1154503.8800    350.33%
22854.34/1230.46	c      1230             50          35        20     5199066.0000     1154503.8800    350.33%
22953.00/1235.59	c      1236             52          37        20     5199066.0000     1154503.8800    350.33%
23056.97/1240.98	c      1241             54          37        20     5199066.0000     1154503.8800    350.33%
23155.89/1246.04	c      1246             54          37        20     5199066.0000     1154503.8800    350.33%
23254.85/1251.29	c      1251             54          37        20     5199066.0000     1154503.8800    350.33%
23364.02/1256.96	c      1257             56          39        20     5199066.0000     1154503.8800    350.33%
23466.33/1262.22	c      1262             56          39        20     5199066.0000     1154503.8800    350.33%
23563.03/1267.26	c      1267             56          39        20     5199066.0000     1154503.8800    350.33%
23664.89/1272.58	c      1273             57          40        20     5199066.0000     1154503.8800    350.33%
23765.35/1277.74	c      1278             58          41        20     5199066.0000     1154503.8800    350.33%
23875.34/1283.43	c      1283             58          41        20     5199066.0000     1154503.8800    350.33%
23978.21/1288.75	c      1289             58          41        20     5199066.0000     1154503.8800    350.33%
24076.09/1293.83	c      1294             59          42        20     5199066.0000     1154503.8800    350.33%
24173.38/1299.03	c      1299             59          42        20     5199066.0000     1154503.8800    350.33%
24274.86/1304.28	c      1304             59          42        20     5199066.0000     1154503.8800    350.33%
24376.43/1309.59	c      1310             59          42        20     5199066.0000     1154503.8800    350.33%
24476.91/1314.76	c      1315             59          42        20     5199066.0000     1154503.8800    350.33%
24576.80/1319.93	c      1320             59          42        20     5199066.0000     1154503.8800    350.33%
24678.69/1325.30	c      1325             59          42        20     5199066.0000     1154503.8800    350.33%
24776.34/1330.32	c      1330             42          37        20     5199066.0000     1248033.5394    316.58%
24883.11/1335.87	c      1336             42          37        20     5199066.0000     1248033.5394    316.58%
24985.56/1341.16	c      1341             42          37        20     5199066.0000     1248033.5394    316.58%
25081.31/1346.20	c      1346             42          37        20     5199066.0000     1248033.5394    316.58%
25180.16/1351.39	c      1351             42          37        20     5199066.0000     1248033.5394    316.58%
25280.10/1356.52	c      1357             42          37        20     5199066.0000     1248033.5394    316.58%
25375.81/1361.53	c      1362             42          37        20     5199066.0000     1248033.5394    316.58%
25473.86/1366.69	c      1367             42          37        20     5199066.0000     1248033.5394    316.58%
25573.00/1371.80	c      1372             42          37        20     5199066.0000     1248033.5394    316.58%
25671.32/1377.01	c      1377             44          39        20     5199066.0000     1248033.5394    316.58%
25770.66/1382.11	c      1382             46          41        20     5199066.0000     1248033.5394    316.58%
25877.80/1387.60	c      1388             49          44        20     5199066.0000     1248033.5394    316.58%
25984.15/1393.18	c      1393             52          47        20     5199066.0000     1248033.5394    316.58%
26085.78/1398.42	c      1398             54          49        20     5199066.0000     1248033.5394    316.58%
26188.64/1403.77	c      1404             54          49        20     5199066.0000     1248033.5394    316.58%
26287.78/1408.89	c      1409             55          50        20     5199066.0000     1248033.5394    316.58%
26386.46/1413.98	c      1414             57          52        20     5199066.0000     1248033.5394    316.58%
26487.49/1419.19	c      1419             60          55        20     5199066.0000     1248033.5394    316.58%
26585.50/1424.29	c      1424             60          55        20     5199066.0000     1248033.5394    316.58%
26684.16/1429.35	c      1429             60          55        20     5199066.0000     1248033.5394    316.58%
26780.93/1434.37	c      1434             60          55        20     5199066.0000     1248033.5394    316.58%
26879.35/1439.43	c      1439             60          55        20     5199066.0000     1248033.5394    316.58%
26985.60/1444.91	c      1445             60          55        20     5199066.0000     1248033.5394    316.58%
27086.42/1450.13	c      1450             60          55        20     5199066.0000     1248033.5394    316.58%
27197.79/1455.96	c      1456             60          55        20     5199066.0000     1248033.5394    316.58%
27297.97/1461.18	c      1461             60          55        20     5199066.0000     1248033.5394    316.58%
27394.86/1466.19	c      1466             61          56        20     5199066.0000     1248033.5394    316.58%
27494.47/1471.34	c      1471             61          56        20     5199066.0000     1248033.5394    316.58%
27591.04/1476.39	c      1476             62          57        20     5199066.0000     1374197.9812    278.33%
27697.11/1481.87	c      1482             62          57        20     5199066.0000     1374197.9812    278.33%
27795.61/1486.91	c      1487             63          56        20     5199066.0000     1374197.9812    278.33%
27896.32/1492.17	c      1492             63          56        20     5199066.0000     1374197.9812    278.33%
27994.34/1497.22	c      1497             63          56        20     5199066.0000     1374197.9812    278.33%
28091.06/1502.24	c      1502             63          56        20     5199066.0000     1374197.9812    278.33%
28187.70/1507.28	c      1507             63          56        20     5199066.0000     1374197.9812    278.33%
28288.56/1512.41	c      1512             63          56        20     5199066.0000     1374197.9812    278.33%
28385.09/1517.49	c      1517             65          58        20     5199066.0000     1374197.9812    278.33%
28483.71/1522.56	c      1523             65          58        20     5199066.0000     1374197.9812    278.33%
28587.64/1528.02	c      1528             65          58        20     5199066.0000     1374197.9812    278.33%
28690.67/1533.24	c      1533             65          58        20     5199066.0000     1374197.9812    278.33%
28789.38/1538.38	c      1538             69          62        20     5199066.0000     1374197.9812    278.33%
28887.97/1543.44	c      1543             69          62        20     5199066.0000     1374197.9812    278.33%
28986.90/1548.51	c      1549             69          62        20     5199066.0000     1374197.9812    278.33%
29083.07/1553.52	c      1554             69          62        20     5199066.0000     1374197.9812    278.33%
29184.50/1558.87	c      1559             69          62        20     5199066.0000     1374197.9812    278.33%
29285.61/1564.09	c      1564             69          62        20     5199066.0000     1374197.9812    278.33%
29389.48/1569.42	c      1569             69          62        20     5199066.0000     1374197.9812    278.33%
29489.00/1574.66	c      1575             69          62        20     5199066.0000     1374197.9812    278.33%
29593.05/1580.08	c      1580             69          62        20     5199066.0000     1374197.9812    278.33%
29691.65/1585.15	c      1585             69          62        20     5199066.0000     1374197.9812    278.33%
29790.67/1590.38	c      1590             69          62        20     5199066.0000     1374197.9812    278.33%
29894.59/1595.79	c      1596             69          62        20     5199066.0000     1374197.9812    278.33%
29992.72/1600.88	c      1601             69          62        20     5199066.0000     1374197.9812    278.33%
30090.32/1605.93	c      1606             69          62        20     5199066.0000     1374197.9812    278.33%
30188.50/1611.10	c      1611             69          62        20     5199066.0000     1374197.9812    278.33%
30286.89/1616.13	c      1616             69          62        20     5199066.0000     1374197.9812    278.33%
30386.26/1621.36	c      1621             69          62        20     5199066.0000     1374197.9812    278.33%
30484.74/1626.45	c      1626             69          62        20     5199066.0000     1374197.9812    278.33%
30583.87/1631.52	c      1632             69          62        20     5199066.0000     1374197.9812    278.33%
30688.66/1637.00	c      1637             69          62        20     5199066.0000     1374197.9812    278.33%
30787.71/1642.07	c      1642             69          62        20     5199066.0000     1374197.9812    278.33%
30891.12/1647.42	c      1647             69          62        20     5199066.0000     1374197.9812    278.33%
30991.02/1652.66	c      1653             69          62        20     5199066.0000     1374197.9812    278.33%
31091.53/1657.86	c      1658             69          62        20     5199066.0000     1374197.9812    278.33%
31199.36/1663.43	c      1663             69          62        20     5199066.0000     1374197.9812    278.33%
31302.90/1668.87	c      1669             69          62        20     5199066.0000     1374197.9812    278.33%
31403.42/1674.04	c      1674             69          62        20     5199066.0000     1374197.9812    278.33%
31509.59/1679.56	c      1680             69          62        20     5199066.0000     1374197.9812    278.33%
31616.21/1685.12	c      1685             69          62        20     5199066.0000     1374197.9812    278.33%
31714.82/1690.29	c      1690             69          62        20     5199066.0000     1374197.9812    278.33%
31816.70/1695.59	c      1696             69          62        20     5199066.0000     1374197.9812    278.33%
31916.48/1700.72	c      1701             69          62        20     5199066.0000     1374197.9812    278.33%
32014.32/1705.82	c      1706             69          62        20     5199066.0000     1374197.9812    278.33%
32110.47/1710.83	c      1711             69          62        20     5199066.0000     1374197.9812    278.33%
32207.30/1715.89	c      1716             69          62        20     5199066.0000     1374197.9812    278.33%
32309.82/1721.16	c      1721             69          62        20     5199066.0000     1374197.9812    278.33%
32415.75/1726.64	c      1727             69          62        20     5199066.0000     1374197.9812    278.33%
32529.00/1732.52	c      1733             69          62        20     5199066.0000     1374197.9812    278.33%
32625.74/1737.57	c      1738             69          62        20     5199066.0000     1374197.9812    278.33%
32736.52/1743.22	c      1743             69          62        20     5199066.0000     1374197.9812    278.33%
32837.24/1748.44	c      1748             69          62        20     5199066.0000     1374197.9812    278.33%
32939.14/1753.72	c      1754             69          62        20     5199066.0000     1374197.9812    278.33%
33036.41/1758.76	c      1759             69          62        20     5199066.0000     1374197.9812    278.33%
33148.56/1764.51	c      1765             69          62        20     5199066.0000     1374197.9812    278.33%
33244.00/1769.58	c      1770             69          62        20     5199066.0000     1374197.9812    278.33%
33342.11/1774.68	c      1775             69          62        20     5199066.0000     1374197.9812    278.33%
33444.30/1779.99	c      1780             69          62        20     5199066.0000     1374197.9812    278.33%
33540.43/1785.03	c      1785             69          62        20     5199066.0000     1374197.9812    278.33%
33639.47/1790.12	c      1790             69          62        20     5199066.0000     1374197.9812    278.33%
33739.30/1795.28	c      1795             69          62        20     5199066.0000     1374197.9812    278.33%
33845.33/1800.73	c      1801             69          62        20     5199066.0000     1374197.9812    278.33%
33947.99/1806.06	c      1806             69          62        20     5199066.0000     1374197.9812    278.33%
34057.67/1811.70	c      1812             69          62        20     5199066.0000     1374197.9812    278.33%
34155.97/1816.85	c      1817             69          62        20     5199066.0000     1374197.9812    278.33%
34256.20/1822.10	c      1822             69          62        20     5199066.0000     1374197.9812    278.33%
34355.32/1827.22	c      1827             69          62        20     5199066.0000     1374197.9812    278.33%
34460.99/1832.74	c      1833             69          62        20     5199066.0000     1374197.9812    278.33%
34560.28/1837.89	c      1838             69          62        20     5199066.0000     1374197.9812    278.33%
34661.43/1843.05	c      1843             69          62        20     5199066.0000     1374197.9812    278.33%
34767.63/1848.56	c      1849             69          62        20     5199066.0000     1374197.9812    278.33%
34868.69/1853.70	c      1854             69          62        20     5199066.0000     1374197.9812    278.33%
34967.83/1858.82	c      1859             69          62        20     5199066.0000     1374197.9812    278.33%
35064.23/1863.83	c      1864             69          62        20     5199066.0000     1374197.9812    278.33%
35159.79/1868.85	c      1869             69          62        20     5199066.0000     1374197.9812    278.33%
35257.88/1873.95	c      1874             69          62        20     5199066.0000     1374197.9812    278.33%
35357.57/1879.07	c      1879             69          62        20     5199066.0000     1374197.9812    278.33%
35457.36/1884.23	c      1884             69          62        20     5199066.0000     1374197.9812    278.33%
35555.43/1889.34	c      1889             69          62        20     5199066.0000     1374197.9812    278.33%
35655.44/1894.55	c      1895             69          62        20     5199066.0000     1374197.9812    278.33%
35759.59/1899.96	c      1900             69          62        20     5199066.0000     1374197.9812    278.33%
35871.91/1905.72	c      1906             69          62        20     5199066.0000     1374197.9812    278.33%
35970.67/1910.87	c      1911             69          62        20     5199066.0000     1374197.9812    278.33%
36074.47/1916.26	c      1916            112         105        20     5199066.0000     1413055.4062    267.93%
36172.15/1921.38	c      1921            112         105        20     5199066.0000     1413055.4062    267.93%
36200.78/1922.86	c *    1923            112         105        20     4847774.0000     1413055.4062    243.07%
36273.54/1926.66	c      1927            112         105        20     4847774.0000     1413055.4062    243.07%
36375.47/1931.94	c      1932            112         105        20     4847774.0000     1413055.4062    243.07%
36486.04/1937.75	c      1938            113         106        20     4847774.0000     1413055.4062    243.07%
36588.46/1943.08	c      1943            113         106        20     4847774.0000     1413055.4062    243.07%
36692.15/1948.44	c      1948            113         106        20     4847774.0000     1413055.4062    243.07%
36798.22/1953.97	c      1954            113         106        20     4847774.0000     1413055.4062    243.07%
36894.04/1959.00	c      1959            113         106        20     4847774.0000     1413055.4062    243.07%
36993.98/1964.19	c      1964            113         106        20     4847774.0000     1413055.4062    243.07%
37097.14/1969.55	c      1970            113         106        20     4847774.0000     1413055.4062    243.07%
37208.77/1975.31	c      1975            113         106        20     4847774.0000     1413055.4062    243.07%
37315.98/1980.94	c      1981            113         106        20     4847774.0000     1413055.4062    243.07%
37411.94/1985.96	c      1986            113         106        20     4847774.0000     1413055.4062    243.07%
37510.83/1991.05	c      1991            113         106        20     4847774.0000     1413055.4062    243.07%
37609.56/1996.20	c      1996            114         106        20     4847774.0000     1413055.4062    243.07%
37708.30/2001.36	c      2001            115         107        20     4847774.0000     1413055.4062    243.07%
37808.19/2006.55	c      2007            116         108        20     4847774.0000     1413055.4062    243.07%
37904.75/2011.58	c      2012            116         108        20     4847774.0000     1413055.4062    243.07%
38006.83/2016.83	c      2017            116         108        20     4847774.0000     1413055.4062    243.07%
38104.45/2022.01	c      2022            116         108        20     4847774.0000     1413055.4062    243.07%
38204.96/2027.15	c      2027            116         108        20     4847774.0000     1413055.4062    243.07%
38305.16/2032.31	c      2032            117         109        20     4847774.0000     1413055.4062    243.07%
38405.87/2037.53	c      2038            117         109        20     4847774.0000     1413055.4062    243.07%
38502.03/2042.56	c      2043            117         109        20     4847774.0000     1413055.4062    243.07%
38602.13/2047.81	c      2048            118         110        20     4847774.0000     1413055.4062    243.07%
38700.20/2052.82	c      2053            118         110        20     4847774.0000     1413055.4062    243.07%
38798.24/2057.93	c      2058            118         110        20     4847774.0000     1413055.4062    243.07%
38913.69/2063.95	c      2064            119         111        20     4847774.0000     1413055.4062    243.07%
39017.63/2069.33	c      2069            120         112        20     4847774.0000     1413055.4062    243.07%
39118.28/2074.50	c      2074            120         112        20     4847774.0000     1413055.4062    243.07%
39216.41/2079.60	c      2080            120         112        20     4847774.0000     1413055.4062    243.07%
39320.71/2085.03	c      2085            120         112        20     4847774.0000     1413055.4062    243.07%
39417.20/2090.13	c      2090            120         112        20     4847774.0000     1413055.4062    243.07%
39517.07/2095.24	c      2095            120         112        20     4847774.0000     1413055.4062    243.07%
39620.90/2100.64	c *    2101            120         112        20     4656937.0000     1413055.4062    229.57%
39620.90/2100.64	c      2101            120         112        20     4656937.0000     1413055.4062    229.57%
39729.27/2106.24	c      2106            120         112        20     4656937.0000     1413055.4062    229.57%
39828.97/2111.43	c      2111            120         112        20     4656937.0000     1413055.4062    229.57%
39927.31/2116.52	c      2117            120         112        20     4656937.0000     1413055.4062    229.57%
40033.49/2122.08	c      2122            121         113        20     4656937.0000     1413055.4062    229.57%
40129.78/2127.13	c      2127            122         113        20     4656937.0000     1442913.9043    222.75%
40229.43/2132.22	c      2132            126         117        20     4656937.0000     1442913.9043    222.75%
40327.72/2137.37	c      2137            126         117        20     4656937.0000     1442913.9043    222.75%
40416.30/2141.97	c *    2142            126         117        20     4608919.0000     1442913.9043    219.42%
40427.69/2142.57	c      2143            127         118        20     4608919.0000     1442913.9043    219.42%
40525.83/2147.60	c      2148            128         119        20     4608919.0000     1442913.9043    219.42%
40628.79/2153.02	c      2153            129         120        20     4608919.0000     1442913.9043    219.42%
40728.85/2158.15	c      2158            130         121        20     4608919.0000     1442913.9043    219.42%
40831.61/2163.57	c      2164            130         121        20     4608919.0000     1442913.9043    219.42%
40966.51/2170.57	c      2171            130         121        20     4608919.0000     1442913.9043    219.42%
41070.46/2175.93	c      2176            130         121        20     4608919.0000     1442913.9043    219.42%
41175.70/2181.42	c      2181            130         121        20     4608919.0000     1442913.9043    219.42%
41277.99/2186.70	c      2187            130         121        20     4608919.0000     1442913.9043    219.42%
41374.30/2191.79	c      2192            130         121        20     4608919.0000     1442913.9043    219.42%
41474.62/2196.92	c      2197            130         121        20     4608919.0000     1442913.9043    219.42%
41569.06/2202.02	c      2202            131         122        20     4608919.0000     1442913.9043    219.42%
41672.86/2207.38	c      2207            132         123        20     4608919.0000     1459250.7018    215.84%
41768.80/2212.39	c      2212            132         123        20     4608919.0000     1459250.7018    215.84%
41871.47/2217.70	c      2218            132         123        20     4608919.0000     1459250.7018    215.84%
41970.46/2222.78	c      2223            134         125        20     4608919.0000     1459250.7018    215.84%
42078.73/2228.35	c      2228            134         125        20     4608919.0000     1459250.7018    215.84%
42174.92/2233.37	c      2233            134         125        20     4608919.0000     1459250.7018    215.84%
42273.40/2238.47	c      2238            134         125        20     4608919.0000     1459250.7018    215.84%
42371.76/2243.54	c      2244            137         128        20     4608919.0000     1459250.7018    215.84%
42475.67/2248.96	c      2249            138         129        20     4608919.0000     1459250.7018    215.84%
42587.56/2254.73	c      2255            138         129        20     4608919.0000     1459250.7018    215.84%
42685.17/2259.84	c      2260            139         130        20     4608919.0000     1459250.7018    215.84%
42783.35/2264.98	c      2265            140         131        20     4608919.0000     1459250.7018    215.84%
42902.06/2271.11	c      2271            141         132        20     4608919.0000     1459250.7018    215.84%
43003.92/2276.34	c      2276            141         132        20     4608919.0000     1459250.7018    215.84%
43101.50/2281.46	c      2281            141         132        20     4608919.0000     1459250.7018    215.84%
43209.00/2287.12	c      2287            141         132        20     4608919.0000     1459250.7018    215.84%
43317.60/2292.74	c      2293            141         132        20     4608919.0000     1459250.7018    215.84%
43415.62/2297.83	c      2298            142         133        20     4608919.0000     1481026.7778    211.20%
43513.85/2302.94	c      2303            142         133        20     4608919.0000     1481026.7778    211.20%
43621.20/2308.53	c      2309            142         133        20     4608919.0000     1481026.7778    211.20%
43721.63/2313.74	c      2314            142         133        20     4608919.0000     1481026.7778    211.20%
43824.15/2319.13	c      2319            142         133        20     4608919.0000     1481026.7778    211.20%
43922.33/2324.15	c      2324            144         135        20     4608919.0000     1481026.7778    211.20%
44018.99/2329.17	c      2329            144         135        20     4608919.0000     1481026.7778    211.20%
44117.47/2334.20	c      2334            144         135        20     4608919.0000     1481026.7778    211.20%
44213.71/2339.21	c      2339            144         135        20     4608919.0000     1481026.7778    211.20%
44311.97/2344.37	c      2344            145         136        20     4608919.0000     1481026.7778    211.20%
44420.75/2349.95	c      2350            146         137        20     4608919.0000     1481026.7778    211.20%
44523.85/2355.23	c      2355            146         137        20     4608919.0000     1481026.7778    211.20%
44626.81/2360.53	c      2361            146         137        20     4608919.0000     1481026.7778    211.20%
44735.37/2366.15	c      2366            146         137        20     4608919.0000     1481026.7778    211.20%
44838.87/2371.58	c      2372            147         138        20     4608919.0000     1481026.7778    211.20%
44937.91/2376.64	c      2377            148         139        20     4608919.0000     1481026.7778    211.20%
45037.95/2381.89	c      2382            148         139        20     4608919.0000     1481026.7778    211.20%
45136.72/2386.96	c      2387            148         139        20     4608919.0000     1481026.7778    211.20%
45235.45/2392.06	c      2392            148         139        20     4608919.0000     1481026.7778    211.20%
45338.86/2397.42	c      2397            148         139        20     4608919.0000     1481026.7778    211.20%
45439.18/2402.63	c      2403            149         140        20     4608919.0000     1481026.7778    211.20%
45534.53/2407.69	c      2408            150         141        20     4608919.0000     1481026.7778    211.20%
45634.84/2412.83	c      2413            150         141        20     4608919.0000     1481026.7778    211.20%
45750.53/2418.87	c      2419            150         141        20     4608919.0000     1481026.7778    211.20%
45848.81/2423.97	c      2424            150         141        20     4608919.0000     1481026.7778    211.20%
45958.64/2429.66	c      2430            150         141        20     4608919.0000     1481026.7778    211.20%
46058.59/2434.84	c      2435            150         141        20     4608919.0000     1481026.7778    211.20%
46159.66/2440.12	c      2440            150         141        20     4608919.0000     1481026.7778    211.20%
46261.65/2445.32	c      2445            150         141        20     4608919.0000     1481026.7778    211.20%
46367.24/2450.84	c      2451            150         141        20     4608919.0000     1481026.7778    211.20%
46465.55/2455.94	c      2456            151         142        20     4608919.0000     1481026.7778    211.20%
46566.17/2461.13	c      2461            151         142        20     4608919.0000     1481026.7778    211.20%
46668.03/2466.45	c      2466            152         143        20     4608919.0000     1538558.8653    199.56%
46764.57/2471.47	c      2471            154         145        20     4608919.0000     1538558.8653    199.56%
46864.96/2476.62	c      2477            154         145        20     4608919.0000     1538558.8653    199.56%
46963.34/2481.76	c      2482            154         145        20     4608919.0000     1538558.8653    199.56%
47063.99/2486.98	c      2487            155         146        20     4608919.0000     1538558.8653    199.56%
47160.96/2492.00	c      2492            155         146        20     4608919.0000     1538558.8653    199.56%
47260.48/2497.12	c      2497            155         146        20     4608919.0000     1538558.8653    199.56%
47359.28/2502.19	c      2502            155         146        20     4608919.0000     1538558.8653    199.56%
47462.57/2507.52	c      2508            155         146        20     4608919.0000     1538558.8653    199.56%
47563.11/2512.77	c      2513            155         146        20     4608919.0000     1538558.8653    199.56%
47663.49/2518.01	c      2518            155         146        20     4608919.0000     1538558.8653    199.56%
47767.22/2523.39	c      2523            156         147        20     4608919.0000     1538558.8653    199.56%
47865.07/2528.41	c      2528            156         147        20     4608919.0000     1538558.8653    199.56%
47964.95/2533.62	c      2534            156         147        20     4608919.0000     1538558.8653    199.56%
48061.85/2538.64	c      2539            158         149        20     4608919.0000     1538558.8653    199.56%
48164.63/2544.00	c      2544            159         150        20     4608919.0000     1538558.8653    199.56%
48271.17/2549.40	c      2549            162         151        20     4608919.0000     1538558.8653    199.56%
48373.95/2554.74	c      2555            162         151        20     4608919.0000     1538558.8653    199.56%
48475.01/2560.03	c      2560            162         151        20     4608919.0000     1538558.8653    199.56%
48585.58/2565.60	c      2566            163         152        20     4608919.0000     1538558.8653    199.56%
48706.17/2571.87	c      2572            164         153        20     4608919.0000     1538558.8653    199.56%
48811.30/2577.27	c      2577            165         154        20     4608919.0000     1538558.8653    199.56%
48918.45/2582.75	c      2583            165         154        20     4608919.0000     1538558.8653    199.56%
49017.93/2587.83	c      2588            165         154        20     4608919.0000     1538558.8653    199.56%
49119.95/2593.09	c      2593            165         154        20     4608919.0000     1538558.8653    199.56%
49222.47/2598.34	c      2598            165         154        20     4608919.0000     1538558.8653    199.56%
49319.99/2603.39	c      2603            166         155        20     4608919.0000     1538558.8653    199.56%
49427.06/2608.84	c      2609            167         156        20     4608919.0000     1538558.8653    199.56%
49526.33/2613.97	c      2614            167         156        20     4608919.0000     1538558.8653    199.56%
49643.07/2620.01	c      2620            167         156        20     4608919.0000     1538558.8653    199.56%
49744.99/2625.15	c      2625            168         157        20     4608919.0000     1538558.8653    199.56%
49847.37/2630.48	c      2630            169         158        20     4608919.0000     1538558.8653    199.56%
49946.58/2635.56	c      2636            170         159        20     4608919.0000     1538558.8653    199.56%
50045.63/2640.65	c      2641            170         159        20     4608919.0000     1538558.8653    199.56%
50144.73/2645.74	c      2646            170         159        20     4608919.0000     1538558.8653    199.56%
50243.90/2650.89	c      2651            172         161        20     4608919.0000     1538558.8653    199.56%
50345.09/2656.05	c      2656            172         161        20     4608919.0000     1538558.8653    199.56%
50445.65/2661.29	c      2661            172         161        20     4608919.0000     1538558.8653    199.56%
50562.23/2667.24	c      2667            172         161        20     4608919.0000     1538558.8653    199.56%
50663.60/2672.47	c      2672            172         161        20     4608919.0000     1538558.8653    199.56%
50770.53/2678.03	c      2678            172         161        20     4608919.0000     1538558.8653    199.56%
50875.57/2683.33	c      2683            173         162        20     4608919.0000     1538558.8653    199.56%
50972.77/2688.36	c      2688            174         163        20     4608919.0000     1538558.8653    199.56%
51072.14/2693.47	c      2693            177         166        20     4608919.0000     1538558.8653    199.56%
51171.36/2698.58	c      2699            177         166        20     4608919.0000     1538558.8653    199.56%
51270.70/2703.60	c      2704            177         166        20     4608919.0000     1538558.8653    199.56%
51367.99/2708.69	c      2709            177         166        20     4608919.0000     1538558.8653    199.56%
51471.07/2713.98	c      2714            178         167        20     4608919.0000     1538558.8653    199.56%
51570.05/2719.10	c      2719            178         167        20     4608919.0000     1538558.8653    199.56%
51667.99/2724.20	c      2724            178         167        20     4608919.0000     1538558.8653    199.56%
51769.07/2729.42	c      2729            178         167        20     4608919.0000     1538558.8653    199.56%
51865.59/2734.45	c      2734            178         167        20     4608919.0000     1538558.8653    199.56%
51983.50/2740.52	c      2741            178         167        20     4608919.0000     1538558.8653    199.56%
52087.51/2745.91	c      2746            180         169        20     4608919.0000     1538558.8653    199.56%
52187.60/2751.19	c      2751            181         170        20     4608919.0000     1538558.8653    199.56%
52284.85/2756.20	c      2756            182         169        20     4608919.0000     1538558.8653    199.56%
52382.89/2761.30	c      2761            183         170        20     4608919.0000     1538558.8653    199.56%
52486.56/2766.80	c      2767            183         170        20     4608919.0000     1538558.8653    199.56%
52586.53/2771.95	c      2772            184         171        20     4608919.0000     1538558.8653    199.56%
52694.00/2777.58	c      2778            184         171        20     4608919.0000     1538558.8653    199.56%
52792.27/2782.68	c      2783            184         171        20     4608919.0000     1538558.8653    199.56%
52903.62/2788.42	c      2788            185         172        20     4608919.0000     1538558.8653    199.56%
52999.78/2793.45	c      2793            186         173        20     4608919.0000     1538558.8653    199.56%
53096.95/2798.52	c      2799            186         173        20     4608919.0000     1538558.8653    199.56%
53205.49/2804.15	c      2804            187         174        20     4608919.0000     1538558.8653    199.56%
53301.50/2809.17	c      2809            187         174        20     4608919.0000     1538558.8653    199.56%
53405.43/2814.57	c      2815            187         174        20     4608919.0000     1538558.8653    199.56%
53512.89/2820.13	c      2820            188         175        20     4608919.0000     1538558.8653    199.56%
53617.96/2825.53	c      2826            188         175        20     4608919.0000     1538558.8653    199.56%
53721.56/2830.94	c      2831            188         175        20     4608919.0000     1538558.8653    199.56%
53820.32/2836.09	c      2836            189         176        20     4608919.0000     1538558.8653    199.56%
53918.86/2841.14	c      2841            189         176        20     4608919.0000     1538558.8653    199.56%
54015.49/2846.19	c      2846            189         176        20     4608919.0000     1538558.8653    199.56%
54114.41/2851.32	c      2851            190         177        20     4608919.0000     1538558.8653    199.56%
54217.82/2856.76	c      2857            190         177        20     4608919.0000     1538558.8653    199.56%
54316.04/2861.86	c      2862            190         177        20     4608919.0000     1538558.8653    199.56%
54414.63/2866.97	c      2867            191         178        20     4608919.0000     1538558.8653    199.56%
54518.42/2872.37	c      2872            191         178        20     4608919.0000     1538558.8653    199.56%
54617.74/2877.55	c      2878            192         179        20     4608919.0000     1538558.8653    199.56%
54716.35/2882.68	c      2883            192         179        20     4608919.0000     1538558.8653    199.56%
54826.38/2888.38	c      2888            192         179        20     4608919.0000     1538558.8653    199.56%
54934.56/2893.97	c      2894            193         180        20     4608919.0000     1538558.8653    199.56%
55035.25/2899.14	c      2899            194         181        20     4608919.0000     1538558.8653    199.56%
55132.41/2904.17	c      2904            195         182        20     4608919.0000     1538558.8653    199.56%
55234.63/2909.42	c      2909            195         182        20     4608919.0000     1538558.8653    199.56%
55336.74/2914.75	c      2915            195         182        20     4608919.0000     1538558.8653    199.56%
55436.37/2919.99	c      2920            195         182        20     4608919.0000     1538558.8653    199.56%
55538.27/2925.29	c      2925            195         182        20     4608919.0000     1538558.8653    199.56%
55638.84/2930.40	c      2930            195         182        20     4608919.0000     1538558.8653    199.56%
55740.95/2935.77	c      2936            198         185        20     4608919.0000     1538558.8653    199.56%
55840.74/2941.00	c      2941            199         186        20     4608919.0000     1538558.8653    199.56%
55945.42/2946.37	c      2946            200         187        20     4608919.0000     1538558.8653    199.56%
56043.63/2951.42	c      2951            201         188        20     4608919.0000     1538558.8653    199.56%
56147.78/2956.81	c      2957            201         188        20     4608919.0000     1538558.8653    199.56%
56261.97/2962.76	c      2963            202         189        20     4608919.0000     1538558.8653    199.56%
56356.54/2967.66	c *    2968            203         190        20     4554414.0000     1538558.8653    196.02%
56364.67/2968.08	c      2968            203         190        20     4554414.0000     1538558.8653    196.02%
56464.38/2973.28	c      2973            203         190        20     4554414.0000     1538558.8653    196.02%
56562.62/2978.35	c      2978            204         191        20     4554414.0000     1538558.8653    196.02%
56665.25/2983.65	c      2984            205         192        20     4554414.0000     1538558.8653    196.02%
56757.25/2988.49	c *    2988            205         192        20     4331986.0000     1538558.8653    181.56%
56763.05/2988.77	c      2989            205         192        20     4331986.0000     1538558.8653    181.56%
56862.64/2993.91	c      2994            208         194        20     4331986.0000     1538558.8653    181.56%
56964.67/2999.24	c      2999            209         195        20     4331986.0000     1538558.8653    181.56%
57066.87/3004.58	c      3005            209         195        20     4331986.0000     1538558.8653    181.56%
57172.04/3010.00	c      3010            210         196        20     4331986.0000     1538558.8653    181.56%
57274.26/3015.37	c      3015            212         198        20     4331986.0000     1538558.8653    181.56%
57379.32/3020.90	c      3021            214         200        20     4331986.0000     1538558.8653    181.56%
57483.82/3026.25	c      3026            214         200        20     4331986.0000     1538558.8653    181.56%
57583.93/3031.46	c      3031            214         200        20     4331986.0000     1538558.8653    181.56%
57684.22/3036.67	c      3037            214         200        20     4331986.0000     1538558.8653    181.56%
57786.53/3041.91	c      3042            214         200        20     4331986.0000     1538558.8653    181.56%
57883.33/3046.97	c      3047            217         201        20     4331986.0000     1538558.8653    181.56%
57985.24/3052.20	c      3052            217         201        20     4331986.0000     1538558.8653    181.56%
58091.62/3057.71	c      3058            218         202        20     4331986.0000     1538558.8653    181.56%
58189.90/3062.83	c      3063            218         202        20     4331986.0000     1538558.8653    181.56%
58308.36/3068.97	c      3069            219         203        20     4331986.0000     1538558.8653    181.56%
58422.73/3074.84	c      3075            220         202        20     4331986.0000     1538558.8653    181.56%
58535.76/3080.79	c      3081            220         202        20     4331986.0000     1538558.8653    181.56%
58636.15/3085.99	c      3086            220         202        20     4331986.0000     1538558.8653    181.56%
58742.51/3091.47	c      3091            220         202        20     4331986.0000     1538558.8653    181.56%
58843.07/3096.62	c      3097            220         202        20     4331986.0000     1538558.8653    181.56%
58947.73/3102.05	c      3102            220         202        20     4331986.0000     1538558.8653    181.56%
59055.49/3107.62	c      3108            220         202        20     4331986.0000     1538558.8653    181.56%
59160.45/3113.10	c      3113            220         202        20     4331986.0000     1538558.8653    181.56%
59258.84/3118.15	c      3118            220         202        20     4331986.0000     1538558.8653    181.56%
59366.46/3123.77	c      3124            221         203        20     4331986.0000     1538558.8653    181.56%
59463.27/3128.78	c      3129            221         203        20     4331986.0000     1538558.8653    181.56%
59563.77/3133.97	c      3134            222         204        20     4331986.0000     1538558.8653    181.56%
59664.44/3139.17	c      3139            222         204        20     4331986.0000     1538558.8653    181.56%
59767.66/3144.59	c      3145            222         204        20     4331986.0000     1538558.8653    181.56%
59866.95/3149.72	c      3150            223         205        20     4331986.0000     1538558.8653    181.56%
59966.79/3154.94	c      3155            223         205        20     4331986.0000     1538558.8653    181.56%
60068.67/3160.21	c      3160            224         206        20     4331986.0000     1538558.8653    181.56%
60170.10/3165.58	c      3166            224         206        20     4331986.0000     1538558.8653    181.56%
60269.79/3170.75	c      3171            224         206        20     4331986.0000     1538558.8653    181.56%
60371.93/3176.06	c      3176            224         206        20     4331986.0000     1538558.8653    181.56%
60469.69/3181.15	c      3181            224         206        20     4331986.0000     1538558.8653    181.56%
60509.27/3183.23	c *    3183            224         206        20     4141376.0000     1538558.8653    169.17%
60574.76/3186.65	c      3187            224         206        20     4141376.0000     1538558.8653    169.17%
60682.52/3192.23	c      3192            224         206        20     4141376.0000     1538558.8653    169.17%
60785.25/3197.53	c      3198            225         206        20     4141376.0000     1538558.8653    169.17%
60884.03/3202.67	c      3203            225         206        20     4141376.0000     1538558.8653    169.17%
60986.82/3207.93	c      3208            225         206        20     4141376.0000     1538558.8653    169.17%
61083.27/3213.00	c      3213            225         206        20     4141376.0000     1538558.8653    169.17%
61186.84/3218.38	c      3218            225         206        20     4141376.0000     1538558.8653    169.17%
61287.05/3223.54	c      3224            225         206        20     4141376.0000     1538558.8653    169.17%
61389.44/3228.86	c      3229            225         206        20     4141376.0000     1538558.8653    169.17%
61493.81/3234.28	c      3234            225         206        20     4141376.0000     1538558.8653    169.17%
61594.79/3239.42	c      3239            226         207        20     4141376.0000     1538558.8653    169.17%
61693.52/3244.50	c      3244            226         207        20     4141376.0000     1538558.8653    169.17%
61789.78/3249.51	c      3250            226         207        20     4141376.0000     1538558.8653    169.17%
61887.29/3254.63	c      3255            226         207        20     4141376.0000     1538558.8653    169.17%
61986.59/3259.81	c      3260            226         207        20     4141376.0000     1538558.8653    169.17%
62083.29/3264.82	c      3265            226         207        20     4141376.0000     1538558.8653    169.17%
62188.70/3270.39	c      3270            226         207        20     4141376.0000     1538558.8653    169.17%
62289.33/3275.54	c      3276            227         208        20     4141376.0000     1538558.8653    169.17%
62391.66/3280.89	c      3281            227         208        20     4141376.0000     1538558.8653    169.17%
62492.32/3286.06	c      3286            227         208        20     4141376.0000     1538558.8653    169.17%
62595.68/3291.42	c      3291            227         208        20     4141376.0000     1538558.8653    169.17%
62700.53/3296.80	c      3297            229         210        20     4141376.0000     1538558.8653    169.17%
62799.08/3301.95	c      3302            230         211        20     4141376.0000     1538558.8653    169.17%
62897.83/3307.09	c      3307            231         212        20     4141376.0000     1538558.8653    169.17%
62994.49/3312.11	c      3312            231         212        20     4141376.0000     1538558.8653    169.17%
63093.65/3317.14	c      3317            231         212        20     4141376.0000     1538558.8653    169.17%
63190.46/3322.29	c      3322            231         212        20     4141376.0000     1538558.8653    169.17%
63293.85/3327.68	c      3328            231         212        20     4141376.0000     1538558.8653    169.17%
63396.22/3333.01	c      3333            231         212        20     4141376.0000     1538558.8653    169.17%
63492.16/3338.02	c      3338            232         213        20     4141376.0000     1538558.8653    169.17%
63590.19/3343.07	c      3343            232         213        20     4141376.0000     1538558.8653    169.17%
63690.54/3348.24	c      3348            232         213        20     4141376.0000     1538558.8653    169.17%
63798.01/3353.84	c      3354            232         213        20     4141376.0000     1538558.8653    169.17%
63912.12/3359.79	c      3360            232         213        20     4141376.0000     1538558.8653    169.17%
64012.16/3365.02	c      3365            232         213        20     4141376.0000     1538558.8653    169.17%
64112.67/3370.18	c      3370            232         213        20     4141376.0000     1538558.8653    169.17%
64216.15/3375.56	c      3376            234         215        20     4141376.0000     1538558.8653    169.17%
64324.48/3381.19	c      3381            235         216        20     4141376.0000     1538558.8653    169.17%
64432.16/3386.77	c      3387            236         217        20     4141376.0000     1538558.8653    169.17%
64529.25/3391.85	c      3392            236         217        20     4141376.0000     1538558.8653    169.17%
64628.89/3397.09	c      3397            236         217        20     4141376.0000     1538558.8653    169.17%
64731.45/3402.42	c      3402            237         218        20     4141376.0000     1538558.8653    169.17%
64831.89/3407.67	c      3408            237         218        20     4141376.0000     1538558.8653    169.17%
64939.74/3413.21	c      3413            237         218        20     4141376.0000     1538558.8653    169.17%
65042.24/3418.55	c      3419            237         218        20     4141376.0000     1538558.8653    169.17%
65138.66/3423.57	c      3424            237         218        20     4141376.0000     1538558.8653    169.17%
65238.61/3428.74	c      3429            240         221        20     4141376.0000     1538558.8653    169.17%
65336.90/3433.83	c      3434            240         221        20     4141376.0000     1538558.8653    169.17%
65363.38/3435.21	c *    3435            240         221        20     4036565.0000     1538558.8653    162.36%
65439.24/3439.16	c      3439            240         221        20     4036565.0000     1538558.8653    162.36%
65536.32/3444.23	c      3444            240         221        20     4036565.0000     1538558.8653    162.36%
65636.48/3449.47	c      3449            240         221        20     4036565.0000     1538558.8653    162.36%
65744.73/3455.09	c      3455            241         222        20     4036565.0000     1538558.8653    162.36%
65844.25/3460.27	c      3460            241         222        20     4036565.0000     1538558.8653    162.36%
65941.04/3465.30	c      3465            241         222        20     4036565.0000     1538558.8653    162.36%
66045.02/3470.77	c      3471            241         222        20     4036565.0000     1538558.8653    162.36%
66144.41/3475.97	c      3476            243         224        20     4036565.0000     1538558.8653    162.36%
66246.15/3481.28	c      3481            243         224        20     4036565.0000     1538558.8653    162.36%
66347.02/3486.57	c      3487            245         226        20     4036565.0000     1538558.8653    162.36%
66453.30/3492.04	c      3492            246         227        20     4036565.0000     1538558.8653    162.36%
66552.21/3497.16	c      3497            246         227        20     4036565.0000     1538558.8653    162.36%
66663.67/3503.01	c      3503            246         227        20     4036565.0000     1538558.8653    162.36%
66762.25/3508.07	c      3508            247         228        20     4036565.0000     1538558.8653    162.36%
66870.79/3513.71	c      3514            247         228        20     4036565.0000     1538558.8653    162.36%
66968.12/3518.84	c      3519            247         228        20     4036565.0000     1538558.8653    162.36%
67070.76/3524.16	c      3524            247         228        20     4036565.0000     1538558.8653    162.36%
67176.51/3529.65	c      3530            248         229        20     4036565.0000     1538558.8653    162.36%
67286.67/3535.34	c      3535            248         229        20     4036565.0000     1538558.8653    162.36%
67391.09/3540.76	c      3541            248         229        20     4036565.0000     1538558.8653    162.36%
67496.42/3546.28	c      3546            248         229        20     4036565.0000     1538558.8653    162.36%
67600.36/3551.64	c      3552            248         229        20     4036565.0000     1538558.8653    162.36%
67699.10/3556.79	c      3557            248         229        20     4036565.0000     1538558.8653    162.36%
67804.09/3562.18	c      3562            248         229        20     4036565.0000     1538558.8653    162.36%
67915.07/3567.94	c      3568            249         230        20     4036565.0000     1538558.8653    162.36%
68028.36/3573.83	c      3574            250         231        20     4036565.0000     1538558.8653    162.36%
68129.20/3579.09	c      3579            251         232        20     4036565.0000     1538558.8653    162.36%
68241.21/3585.01	c      3585            251         232        20     4036565.0000     1538558.8653    162.36%
68340.61/3590.13	c      3590            251         232        20     4036565.0000     1538558.8653    162.36%
68443.91/3595.41	c      3595            252         233        20     4036565.0000     1538558.8653    162.36%
68540.02/3600.49	c      3600            252         233        20     4036565.0000     1538558.8653    162.36%
68641.23/3605.75	c      3606            253         234        20     4036565.0000     1538558.8653    162.36%
68746.69/3611.17	c      3611            254         235        20     4036565.0000     1538558.8653    162.36%
68844.70/3616.23	c      3616            254         235        20     4036565.0000     1538558.8653    162.36%
68945.14/3621.43	c      3621            254         235        20     4036565.0000     1538558.8653    162.36%
69043.77/3626.56	c      3627            254         235        20     4036565.0000     1538558.8653    162.36%
69147.39/3632.00	c      3632            254         235        20     4036565.0000     1538558.8653    162.36%
69245.98/3637.07	c      3637            256         237        20     4036565.0000     1538558.8653    162.36%
69342.70/3642.11	c      3642            257         238        20     4036565.0000     1538558.8653    162.36%
69451.79/3647.72	c      3648            257         238        20     4036565.0000     1538558.8653    162.36%
69548.07/3652.74	c      3653            257         238        20     4036565.0000     1538558.8653    162.36%
69657.28/3658.39	c      3658            257         238        20     4036565.0000     1538558.8653    162.36%
69757.84/3663.60	c      3664            257         238        20     4036565.0000     1538558.8653    162.36%
69867.66/3669.25	c      3669            257         238        20     4036565.0000     1538558.8653    162.36%
69974.09/3674.74	c      3675            257         238        20     4036565.0000     1538558.8653    162.36%
70073.89/3679.94	c      3680            258         239        20     4036565.0000     1538558.8653    162.36%
70175.22/3685.15	c      3685            258         239        20     4036565.0000     1538558.8653    162.36%
70286.54/3691.03	c      3691            259         240        20     4036565.0000     1538558.8653    162.36%
70388.31/3696.28	c      3696            259         240        20     4036565.0000     1538558.8653    162.36%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (69644 MiB free)
  memory of node 1: 193531 MiB (87008 MiB free)
  memory of node 2: 193531 MiB (186912 MiB free)
  memory of node 3: 193531 MiB (154365 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-4465443-1723623501/watcher-4465443-1723623501 -o /tmp/evaluation-result-4465443-1723623501/solver-4465443-1723623501 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726875 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465443-1723623501.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100106 s]*
/proc/loadavg: 62.21 71.21 75.88 62/981 730612
/proc/meminfo: memFree=509794664/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=125432 memory=110468 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 25518 0 0 0 8 3 0 0 20 0 1 0 128936865 128442368 27617 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 31358 27617 2347 3035 0 27754 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 125432 KiB
Current children cumulated memory: 110468 KiB

[startup+0.220484 s]*
/proc/loadavg: 62.21 71.21 75.88 62/981 730612
/proc/meminfo: memFree=509740032/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=172124 memory=157620 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 37295 0 0 0 19 4 0 0 20 0 1 0 128936865 176254976 39405 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 43031 39405 2347 3035 0 39427 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 172124 KiB
Current children cumulated memory: 157620 KiB

[startup+0.32071 s]*
/proc/loadavg: 62.21 71.21 75.88 62/981 730612
/proc/meminfo: memFree=509713724/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=198508 memory=184072 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 43889 0 0 0 28 5 0 0 20 0 1 0 128936865 203272192 46018 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 49627 46018 2347 3035 0 46023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 198508 KiB
Current children cumulated memory: 184072 KiB

[startup+0.700269 s]
/proc/loadavg: 62.21 71.21 75.88 62/981 730612
/proc/meminfo: memFree=509623908/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=391956 memory=380032 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 95664 0 0 0 57 12 0 0 20 0 1 0 128936865 401362944 95008 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 97989 95008 2555 3035 0 94385 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 391956 KiB
Current children cumulated memory: 380032 KiB

[startup+1.5003 s]
/proc/loadavg: 62.21 71.21 75.88 62/981 730613
/proc/meminfo: memFree=509344100/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=727288 memory=703544 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 175462 0 0 0 125 23 0 0 20 0 1 0 128936865 744742912 175886 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 181822 175886 2630 3035 0 178218 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 727288 KiB
Current children cumulated memory: 703544 KiB

[startup+3.12039 s]
/proc/loadavg: 62.21 71.21 75.88 62/981 730613
/proc/meminfo: memFree=509038788/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=847248 memory=823008 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 207384 0 0 0 276 34 0 0 20 0 1 0 128936865 867581952 205752 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 211812 205752 2726 3035 0 208208 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 847248 KiB
Current children cumulated memory: 823008 KiB

[startup+6.30029 s]
/proc/loadavg: 62.12 71.04 75.80 62/981 730613
/proc/meminfo: memFree=508801464/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=1084772 memory=1058800 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 257684 0 0 0 583 44 0 0 20 0 1 0 128936865 1110806528 264700 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 271193 264700 2774 3035 0 267589 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1084772 KiB
Current children cumulated memory: 1058800 KiB

[startup+12.7003 s]
/proc/loadavg: 62.03 70.87 75.72 62/981 730615
/proc/meminfo: memFree=508812088/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=1091940 memory=1066028 CPUtime=12.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 259515 0 0 0 1218 45 0 0 20 0 1 0 128936865 1118146560 266507 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 272985 266507 2774 3035 0 269381 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1091940 KiB
Current children cumulated memory: 1066028 KiB

[startup+25.5003 s]
/proc/loadavg: 61.80 70.39 75.49 62/981 730617
/proc/meminfo: memFree=508769964/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=1103916 memory=1077964 CPUtime=25.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) R 730608 730611 726863 0 -1 4194304 262075 0 0 0 2490 47 0 0 20 0 1 0 128936865 1130409984 269491 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 275979 269491 2774 3035 0 272375 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1103916 KiB
Current children cumulated memory: 1077964 KiB

[startup+51.1248 s]
/proc/loadavg: 63.05 69.95 75.20 82/1021 730663
/proc/meminfo: memFree=485657876/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=25970248 memory=23999168 CPUtime=167.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) S 730608 730611 726863 0 -1 1077936128 6227429 0 0 0 15440 1320 0 0 20 0 41 0 128936865 26593533952 5999792 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 6492562 5999792 2806 3035 0 6194408 0
[pid=730611/tid=730620] ppid=730608 vsize=25970248 memory=280368486775696 CPUtime=6.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730620/stat : 730620 (fscip) R 730608 730611 726863 0 -1 4194368 174648 0 0 0 622 37 0 0 20 0 41 0 128940626 26593533952 5999792 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730621] ppid=730608 vsize=25970248 memory=0 CPUtime=6.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730621/stat : 730621 (fscip) R 730608 730611 726863 0 -1 4194368 382860 0 0 0 557 85 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730622] ppid=730608 vsize=25970248 memory=1279472 CPUtime=6.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730622/stat : 730622 (fscip) R 730608 730611 726863 0 -1 4194368 344655 0 0 0 580 69 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730623] ppid=730608 vsize=25970248 memory=1074408 CPUtime=6.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730623/stat : 730623 (fscip) R 730608 730611 726863 0 -1 4194368 174651 0 0 0 622 38 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730624] ppid=730608 vsize=25970248 memory=0 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730624/stat : 730624 (fscip) R 730608 730611 726863 0 -1 4194368 376287 0 0 0 543 84 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730625] ppid=730608 vsize=25970248 memory=29836768444022866 CPUtime=6.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730625/stat : 730625 (fscip) R 730608 730611 726863 0 -1 4194368 342281 0 0 0 567 70 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730626] ppid=730608 vsize=25970248 memory=2319354049469948066 CPUtime=6.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730626/stat : 730626 (fscip) R 730608 730611 726863 0 -1 4194368 174637 0 0 0 623 37 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730627] ppid=730608 vsize=25970248 memory=280368487412544 CPUtime=6.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730627/stat : 730627 (fscip) R 730608 730611 726863 0 -1 4194368 377820 0 0 0 554 87 0 0 20 0 41 0 128940626 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730628] ppid=730608 vsize=25970248 memory=11424 CPUtime=6.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730628/stat : 730628 (fscip) R 730608 730611 726863 0 -1 4194368 330878 0 0 0 584 63 0 0 20 0 41 0 128940627 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730629] ppid=730608 vsize=25970248 memory=15953 CPUtime=6.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730629/stat : 730629 (fscip) R 730608 730611 726863 0 -1 4194368 173490 0 0 0 622 34 0 0 20 0 41 0 128940627 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730630] ppid=730608 vsize=25970248 memory=280368486066992 CPUtime=6.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730630/stat : 730630 (fscip) R 730608 730611 726863 0 -1 1077936192 378917 0 0 0 554 85 0 0 20 0 41 0 128940627 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730631] ppid=730608 vsize=25970248 memory=10392 CPUtime=6.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730631/stat : 730631 (fscip) R 730608 730611 726863 0 -1 4194368 344807 0 0 0 579 68 0 0 20 0 41 0 128940627 26593533952 5999858 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730632] ppid=730608 vsize=25970248 memory=0 CPUtime=6.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730632/stat : 730632 (fscip) R 730608 730611 726863 0 -1 4194368 174633 0 0 0 624 34 0 0 20 0 41 0 128940627 26593533952 5999924 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730633] ppid=730608 vsize=25970248 memory=25333125866717268 CPUtime=6.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730633/stat : 730633 (fscip) R 730608 730611 726863 0 -1 4194368 369832 0 0 0 556 84 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730634] ppid=730608 vsize=25970248 memory=7090467292003516516 CPUtime=6.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730634/stat : 730634 (fscip) R 730608 730611 726863 0 -1 4194368 330998 0 0 0 579 68 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730635] ppid=730608 vsize=25970248 memory=0 CPUtime=6.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730635/stat : 730635 (fscip) R 730608 730611 726863 0 -1 4194368 174670 0 0 0 622 34 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730636] ppid=730608 vsize=25970248 memory=0 CPUtime=6.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730636/stat : 730636 (fscip) R 730608 730611 726863 0 -1 4194368 378196 0 0 0 557 86 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730637] ppid=730608 vsize=25970248 memory=5432 CPUtime=6.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730637/stat : 730637 (fscip) R 730608 730611 726863 0 -1 4194368 342051 0 0 0 581 66 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730638] ppid=730608 vsize=25970248 memory=16240 CPUtime=6.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730638/stat : 730638 (fscip) R 730608 730611 726863 0 -1 4194368 174649 0 0 0 621 38 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730639] ppid=730608 vsize=25970248 memory=58 CPUtime=6.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730639/stat : 730639 (fscip) R 730608 730611 726863 0 -1 4194368 375861 0 0 0 558 85 0 0 20 0 41 0 128940627 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730642] ppid=730608 vsize=25970248 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730642/stat : 730642 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730643] ppid=730608 vsize=25970248 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730643/stat : 730643 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 5999990 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730644] ppid=730608 vsize=25970248 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730644/stat : 730644 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000056 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730645] ppid=730608 vsize=25970248 memory=26960 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730645/stat : 730645 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000056 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730646] ppid=730608 vsize=25970248 memory=26960 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730646/stat : 730646 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730647] ppid=730608 vsize=25970248 memory=31356 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730647/stat : 730647 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730648] ppid=730608 vsize=25970248 memory=2152 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730648/stat : 730648 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730649] ppid=730608 vsize=25970248 memory=6056 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730649/stat : 730649 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730650] ppid=730608 vsize=25970248 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730650/stat : 730650 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730651] ppid=730608 vsize=25970248 memory=280368486290576 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730651/stat : 730651 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730652] ppid=730608 vsize=25970248 memory=8311567025665 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730652/stat : 730652 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730653] ppid=730608 vsize=25970248 memory=8328746894593 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730653/stat : 730653 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730654] ppid=730608 vsize=25970248 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730654/stat : 730654 (fscip) S 730608 730611 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128941335 26593533952 6000122 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0

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

/proc/730611/task/730648/stat : 730648 (fscip) S 730608 730611 726863 0 -1 1077936192 361 0 0 0 1 4 0 0 20 0 41 0 128941335 73803214848 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730649] ppid=730608 vsize=72073452 memory=54680 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730649/stat : 730649 (fscip) S 730608 730611 726863 0 -1 1077936192 93 0 0 0 1 2 0 0 20 0 41 0 128941335 73803214848 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730650] ppid=730608 vsize=72007916 memory=11424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730650/stat : 730650 (fscip) S 730608 730611 726863 0 -1 1077936192 65 0 0 0 1 2 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730651] ppid=730608 vsize=72073452 memory=35528 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730651/stat : 730651 (fscip) S 730608 730611 726863 0 -1 1077936192 403 0 0 0 2 2 0 0 20 0 41 0 128941335 73803214848 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730652] ppid=730608 vsize=72007916 memory=10392 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730652/stat : 730652 (fscip) S 730608 730611 726863 0 -1 1077936192 85 0 0 0 2 2 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730653] ppid=730608 vsize=72073452 memory=35528 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730653/stat : 730653 (fscip) S 730608 730611 726863 0 -1 1077936192 486 0 0 0 3 2 0 0 20 0 41 0 128941335 73803214848 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730654] ppid=730608 vsize=72007916 memory=51321536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730654/stat : 730654 (fscip) S 730608 730611 726863 0 -1 1077936192 93 0 0 0 1 2 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730655] ppid=730608 vsize=72007916 memory=5432 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730655/stat : 730655 (fscip) S 730608 730611 726863 0 -1 1077936192 606 0 0 0 1 4 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730656] ppid=730608 vsize=72138988 memory=51189604 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730656/stat : 730656 (fscip) S 730608 730611 726863 0 -1 1077936192 84 0 0 0 1 2 0 0 20 0 41 0 128941335 73870323712 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730657] ppid=730608 vsize=72007916 memory=4135450650560154296 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730657/stat : 730657 (fscip) S 730608 730611 726863 0 -1 1077936192 383 0 0 0 1 4 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730658] ppid=730608 vsize=72073452 memory=51321536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730658/stat : 730658 (fscip) S 730608 730611 726863 0 -1 1077936192 85 0 0 0 1 2 0 0 20 0 41 0 128941335 73803214848 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730659] ppid=730608 vsize=72007916 memory=51329652 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730659/stat : 730659 (fscip) S 730608 730611 726863 0 -1 1077936192 98 0 0 0 1 2 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730660] ppid=730608 vsize=72007916 memory=28356 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730660/stat : 730660 (fscip) S 730608 730611 726863 0 -1 1077936192 95 0 0 0 0 3 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730661] ppid=730608 vsize=72007916 memory=31860 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730661/stat : 730661 (fscip) S 730608 730611 726863 0 -1 1077936192 73 0 0 0 1 1 0 0 20 0 41 0 128941335 73736105984 12832926 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
Current children cumulated CPU time: 69347.9 s
Current children cumulated vsize: 72073452 KiB
Current children cumulated memory: 51331704 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.27 80.36 79.28 81/1023 732854
/proc/meminfo: memFree=439515612/790760800 swapFree=131071996/131071996
[pid=730611] ppid=730608 vsize=72510992 memory=51407984 CPUtime=70462.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/stat : 730611 (fscip) S 730608 730611 726863 0 -1 1077936128 245059774 0 0 0 6784976 261275 0 0 20 0 41 0 128936865 74251255808 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
/proc/730611/statm: 18111364 12851996 3030 3035 0 17126193 0
[pid=730611/tid=730620] ppid=730608 vsize=72445456 memory=-6369614257232984931 CPUtime=3541.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730620/stat : 730620 (fscip) R 730608 730611 726863 0 -1 4194368 6745945 0 0 0 352237 1916 0 0 20 0 41 0 128940626 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730621] ppid=730608 vsize=72445456 memory=8323350987516068516 CPUtime=3576.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730621/stat : 730621 (fscip) R 730608 730611 726863 0 -1 4194368 937577 0 0 0 357244 368 0 0 20 0 41 0 128940626 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730622] ppid=730608 vsize=72379920 memory=7176 CPUtime=3544.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730622/stat : 730622 (fscip) R 730608 730611 726863 0 -1 4194368 6625983 0 0 0 353387 1037 0 0 20 0 41 0 128940626 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730623] ppid=730608 vsize=72445456 memory=36248 CPUtime=3541.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730623/stat : 730623 (fscip) R 730608 730611 726863 0 -1 4194368 7098716 0 0 0 352538 1619 0 0 20 0 41 0 128940626 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730624] ppid=730608 vsize=72379920 memory=6628 CPUtime=3573.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730624/stat : 730624 (fscip) R 730608 730611 726863 0 -1 4194368 927987 0 0 0 356986 389 0 0 20 0 41 0 128940626 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730625] ppid=730608 vsize=72445456 memory=51391056 CPUtime=3543.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730625/stat : 730625 (fscip) R 730608 730611 726863 0 -1 4194368 6694395 0 0 0 353302 1079 0 0 20 0 41 0 128940626 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730626] ppid=730608 vsize=72379920 memory=11564 CPUtime=3543.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730626/stat : 730626 (fscip) R 730608 730611 726863 0 -1 4194368 7502189 0 0 0 353187 1160 0 0 20 0 41 0 128940626 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730627] ppid=730608 vsize=72445456 memory=11564 CPUtime=3561.76 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730627/stat : 730627 (fscip) R 730608 730611 726863 0 -1 4194368 2413066 0 0 0 355554 622 0 0 20 0 41 0 128940626 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730628] ppid=730608 vsize=72510992 memory=11424 CPUtime=3548.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730628/stat : 730628 (fscip) R 730608 730611 726863 0 -1 4194368 7041016 0 0 0 353752 1056 0 0 20 0 41 0 128940627 74251255808 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730629] ppid=730608 vsize=72379920 memory=26960 CPUtime=3543.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730629/stat : 730629 (fscip) R 730608 730611 726863 0 -1 4194368 7031725 0 0 0 353021 1353 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730630] ppid=730608 vsize=72445456 memory=31356 CPUtime=3364.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730630/stat : 730630 (fscip) R 730608 730611 726863 0 -1 4194368 48440746 0 0 0 256704 79698 0 0 20 0 41 0 128940627 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730631] ppid=730608 vsize=72379920 memory=3672 CPUtime=3546.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730631/stat : 730631 (fscip) R 730608 730611 726863 0 -1 4194368 6296957 0 0 0 353659 1021 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730632] ppid=730608 vsize=72445456 memory=40436 CPUtime=3541.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730632/stat : 730632 (fscip) R 730608 730611 726863 0 -1 4194368 7404462 0 0 0 352448 1660 0 0 20 0 41 0 128940627 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730633] ppid=730608 vsize=72379920 memory=0 CPUtime=3575.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730633/stat : 730633 (fscip) R 730608 730611 726863 0 -1 4194368 1220442 0 0 0 357131 440 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730634] ppid=730608 vsize=72445456 memory=151539331107399 CPUtime=3542.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730634/stat : 730634 (fscip) R 730608 730611 726863 0 -1 4194368 7728543 0 0 0 353111 1140 0 0 20 0 41 0 128940627 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730635] ppid=730608 vsize=72379920 memory=151539331107399 CPUtime=3538.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730635/stat : 730635 (fscip) R 730608 730611 726863 0 -1 4194368 7344434 0 0 0 352146 1705 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730636] ppid=730608 vsize=72445456 memory=151539331107399 CPUtime=3354.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730636/stat : 730636 (fscip) R 730608 730611 726863 0 -1 4194368 48751862 0 0 0 253723 81740 0 0 20 0 41 0 128940627 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730637] ppid=730608 vsize=72379920 memory=140187732544189 CPUtime=3540.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730637/stat : 730637 (fscip) R 730608 730611 726863 0 -1 4194368 8596170 0 0 0 352652 1386 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730638] ppid=730608 vsize=72379920 memory=140187732545270 CPUtime=3544.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730638/stat : 730638 (fscip) R 730608 730611 726863 0 -1 4194368 7143617 0 0 0 353376 1089 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730639] ppid=730608 vsize=72379920 memory=11592 CPUtime=3356.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730639/stat : 730639 (fscip) S 730608 730611 726863 0 -1 1077936192 48589374 0 0 0 254206 81414 0 0 20 0 41 0 128940627 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730642] ppid=730608 vsize=72379920 memory=11424 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730642/stat : 730642 (fscip) S 730608 730611 726863 0 -1 1077936192 368 0 0 0 1 3 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730643] ppid=730608 vsize=72379920 memory=35528 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730643/stat : 730643 (fscip) S 730608 730611 726863 0 -1 1077936192 513 0 0 0 2 3 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730644] ppid=730608 vsize=72379920 memory=10392 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730644/stat : 730644 (fscip) S 730608 730611 726863 0 -1 1077936192 98 0 0 0 0 2 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730645] ppid=730608 vsize=72445456 memory=5432 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730645/stat : 730645 (fscip) S 730608 730611 726863 0 -1 1077936192 97 0 0 0 1 3 0 0 20 0 41 0 128941335 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730646] ppid=730608 vsize=72576528 memory=16240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730646/stat : 730646 (fscip) S 730608 730611 726863 0 -1 1077936192 94 0 0 0 0 3 0 0 20 0 41 0 128941335 74318364672 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730647] ppid=730608 vsize=72510992 memory=2268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730647/stat : 730647 (fscip) S 730608 730611 726863 0 -1 1077936192 68 0 0 0 1 2 0 0 20 0 41 0 128941335 74251255808 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730648] ppid=730608 vsize=72445456 memory=1996 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730648/stat : 730648 (fscip) S 730608 730611 726863 0 -1 1077936192 361 0 0 0 1 4 0 0 20 0 41 0 128941335 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730649] ppid=730608 vsize=72379920 memory=1836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730649/stat : 730649 (fscip) S 730608 730611 726863 0 -1 1077936192 93 0 0 0 1 2 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730650] ppid=730608 vsize=72379920 memory=38468 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730650/stat : 730650 (fscip) S 730608 730611 726863 0 -1 1077936192 65 0 0 0 1 2 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730651] ppid=730608 vsize=72445456 memory=2152 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730651/stat : 730651 (fscip) S 730608 730611 726863 0 -1 1077936192 403 0 0 0 3 2 0 0 20 0 41 0 128941335 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730652] ppid=730608 vsize=72510992 memory=5640 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730652/stat : 730652 (fscip) S 730608 730611 726863 0 -1 1077936192 85 0 0 0 2 2 0 0 20 0 41 0 128941335 74251255808 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730653] ppid=730608 vsize=72510992 memory=11592 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730653/stat : 730653 (fscip) S 730608 730611 726863 0 -1 1077936192 486 0 0 0 3 2 0 0 20 0 41 0 128941335 74251255808 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730654] ppid=730608 vsize=72379920 memory=13768 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730654/stat : 730654 (fscip) S 730608 730611 726863 0 -1 1077936192 93 0 0 0 1 2 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730655] ppid=730608 vsize=72379920 memory=11564 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730655/stat : 730655 (fscip) S 730608 730611 726863 0 -1 1077936192 620 0 0 0 1 4 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730656] ppid=730608 vsize=72510992 memory=11564 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730656/stat : 730656 (fscip) S 730608 730611 726863 0 -1 1077936192 84 0 0 0 1 2 0 0 20 0 41 0 128941335 74251255808 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730657] ppid=730608 vsize=72444536 memory=13492 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730657/stat : 730657 (fscip) S 730608 730611 726863 0 -1 1077936192 383 0 0 0 1 4 0 0 20 0 41 0 128941335 74183204864 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730658] ppid=730608 vsize=72445456 memory=11644 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730658/stat : 730658 (fscip) S 730608 730611 726863 0 -1 1077936192 85 0 0 0 1 2 0 0 20 0 41 0 128941335 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730659] ppid=730608 vsize=72445456 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730659/stat : 730659 (fscip) S 730608 730611 726863 0 -1 1077936192 98 0 0 0 1 2 0 0 20 0 41 0 128941335 74184146944 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730660] ppid=730608 vsize=72379920 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730660/stat : 730660 (fscip) S 730608 730611 726863 0 -1 1077936192 95 0 0 0 0 3 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
[pid=730611/tid=730661] ppid=730608 vsize=72379920 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/730611/task/730661/stat : 730661 (fscip) S 730608 730611 726863 0 -1 1077936192 73 0 0 0 1 1 0 0 20 0 41 0 128941335 74117038080 12851996 809668444160 4194304 16623229 140726870966160 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 52547584 140726870975494 140726870975612 140726870975612 140726870982640 0
Current children cumulated CPU time: 70462.5 s
Current children cumulated vsize: 72510992 KiB
Current children cumulated memory: 51407984 KiB

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

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

# cumulated CPU time of all completed processes:  user=67850 s, system=2614.39 s

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

[startup+3700.8 s]
/proc/loadavg: 80.27 80.36 79.28 62/984 732854
/proc/meminfo: memFree=442280168/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.2 s]
/proc/loadavg: 80.27 80.36 79.28 62/984 732855
/proc/meminfo: memFree=472851928/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 80.27 80.36 79.28 62/984 732855
/proc/meminfo: memFree=472851928/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3701.68
CPU time (s): 70464.4
CPU user time (s): 67850
CPU system time (s): 2614.39
CPU usage (%): 1903.58
Max. virtual memory (cumulated for all children) (KiB): 72707600
Max. memory (cumulated for all children) (KiB): 51407984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67850
system time used= 2614.39
maximum resident set size= 51410032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245060795
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= 53620895
involuntary context switches= 298045


# summary of solver processes directly reported to runsolver:
#   pid: 730611
#   total CPU time (s): 70464.4
#   total CPU user time (s): 67850
#   total CPU system time (s): 2614.39

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0331 second user time and 89.5245 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 10:18:21
IDJOB=4465443
IDBENCH=155689
IDSOLVER=3094
FILE ID=nodeD101/4465443-1723623501
RUNJOBID= nodeD101-1723617207-726875
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622768 MiB

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

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

MD5SUM BENCH= de99926f2d1453b9b061663ac0d87607
RANDOM SEED=637868671

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		: 3162.187
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		: 3177.904
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		: 3599.623
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		: 3183.566
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		: 3162.241
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		: 3199.999
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		: 3505.404
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		: 3194.632
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		: 3162.272
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		: 3186.634
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		: 3766.261
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		: 3194.629
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		: 3162.313
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		: 3200.000
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		: 2869.869
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		: 3185.730
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		: 3162.355
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		: 3161.417
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		: 2518.848
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		: 2815.742
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		: 3161.357
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		: 3199.999
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		: 2660.543
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		: 3194.625
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		: 3162.372
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		: 3187.651
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		: 2652.457
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		: 3190.653
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		: 3162.363
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		: 3177.279
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		: 2664.085
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		: 3185.544
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		: 3162.350
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		: 3188.722
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		: 2645.302
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		: 3193.598
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		: 2817.865
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		: 3168.195
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		: 1339.286
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		: 3141.928
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		: 3162.327
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		: 3184.443
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		: 1221.644
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		: 3194.616
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		: 3162.319
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		: 3199.999
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		: 1635.046
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		: 3194.616
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		: 3162.309
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		: 3183.530
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		: 1175.302
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		: 3194.611
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		: 3162.297
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		: 3200.000
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		: 1188.229
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		: 2968.213
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		: 3162.347
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		: 3178.185
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		: 1693.543
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		: 3193.697
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		: 3162.393
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		: 3199.999
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		: 1750.028
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		: 3168.030
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		: 3162.435
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		: 3200.000
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		: 1324.540
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		: 3194.605
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		: 3162.481
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		: 3175.193
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		: 2450.244
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		: 3165.950
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		: 3162.521
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		: 3186.596
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		: 2676.286
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		: 3143.270
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		: 3162.564
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		: 3199.999
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		: 3736.153
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		: 3194.602
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:        509881760 kB
MemAvailable:   567580380 kB
Buffers:         1152092 kB
Cached:         59802136 kB
SwapCached:            0 kB
Active:         18851848 kB
Inactive:       258058876 kB
Active(anon):       2128 kB
Inactive(anon): 215993240 kB
Active(file):   18849720 kB
Inactive(file): 42065636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41292 kB
Writeback:           112 kB
AnonPages:      215953484 kB
Mapped:           137280 kB
Shmem:             38920 kB
KReclaimable:     405584 kB
Slab:             821940 kB
SReclaimable:     405584 kB
SUnreclaim:       416356 kB
KernelStack:       16848 kB
PageTables:       469004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   27511220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1135488 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26914816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622712 MiB
End job on nodeD101 at 2024-08-14 11:20:03