Trace number 4465214

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) 72004.2 3684.75

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM41281aaad41c07f4dcd6eb689ad0db2a
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 benchmark220
Best CPU time to get the best result obtained on this benchmark3558.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
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.68/1.79	c Default LC presolving (default).
1.79/1.80	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.79/1.80	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
20.83/20.99	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
20.83/20.99	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
20.83/20.99	c Original Problem   :
20.83/20.99	c   Problem name     : instance-4465214-1723593750
20.83/20.99	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
20.83/20.99	c   Constraints      : 656900
20.83/20.99	c   Objective sense  : minimize
20.83/20.99	c Presolved Problem  :
20.83/20.99	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
20.83/20.99	c   Constraints      : 656900
20.83/20.99	c Constraints        : Number
20.83/20.99	c   setppc           : 656700 
20.83/20.99	c   logicor          : 200 
20.83/20.99	c ** Instance transfer method used: 0
21.82/21.90	c ** ParaScipInstance copy does not increase the number of variables. **
35.17/35.30	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.17/35.30	c                                Nodes    Active                                            
35.17/35.30	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
543.69/61.75	c *      62              0           1        20        5979.0000                -          -
543.69/61.75	c        62              0           1        20        5979.0000                -          -
545.51/61.89	c *      62              0           1        20        5459.0000                -          -
549.25/62.03	c *      62              0           1        20        5443.0000                -          -
550.84/62.18	c *      62              0           1        20        5245.0000                -          -
903.97/80.59	c *      81              0           1        20        5020.0000                -          -
903.97/80.59	c        81              0           1        20        5020.0000                -          -
1176.91/94.36	c        94              2           1        20        5020.0000           0.0000          -
1302.98/100.74	c       101              2           1        20        5020.0000           0.0000          -
1449.48/108.44	c       108              2           1        20        5020.0000           0.0000          -
1548.66/113.45	c       113              2           1        20        5020.0000           0.0000          -
1685.47/120.39	c       120              4           3        20        5020.0000           0.0000          -
1845.99/128.43	c       128              4           3        20        5020.0000           0.0000          -
1955.10/133.94	c       134              4           3        20        5020.0000           0.0000          -
2121.71/142.39	c       142             22          21        20        5020.0000           0.0000          -
2369.48/154.88	c       155             22          21        20        5020.0000           0.0000          -
2473.35/160.04	c       160             22          21        20        5020.0000           0.0000          -
2572.53/165.11	c       165             41          42        20        5020.0000           0.0000          -
2678.65/170.45	c       170             42          41        20        5020.0000           0.0000          -
2686.59/170.89	c *     171             42          41        20        4955.0000           0.0000          -
2745.45/173.80	c *     174             52          51        20        4872.0000           0.0000          -
2787.11/175.94	c       176             52          51        20        4872.0000           0.0000          -
3021.16/187.72	c       188             82          81        20        4872.0000           0.0000          -
3124.37/192.97	c       193             82          83        20        4872.0000           0.0000          -
3239.29/198.71	c       199             62          61        20        4872.0000           0.0000          -
3338.48/203.74	c       204             62          61        20        4872.0000           0.0000          -
3348.39/204.24	c *     204             62          61        20        4813.0000           0.0000          -
3453.56/209.58	c       210             83          82        20        4813.0000           0.0000          -
3580.51/216.02	c       216            101         102        20        4813.0000           0.0000          -
3682.34/221.06	c       221             82          81        20        4813.0000           0.0000          -
3860.69/230.10	c       230             82          81        20        4813.0000           0.0000          -
3982.96/236.23	c       236            121         122        20        4813.0000           0.0000          -
4046.43/239.47	c *     239            132         131        20        4727.0000           0.0000          -
4085.45/241.44	c       241            132         131        20        4727.0000           0.0000          -
4189.79/246.77	c *     247            141         142        20        4671.0000           0.0000          -
4189.79/246.77	c       247            141         142        20        4671.0000           0.0000          -
4290.89/251.83	c       252            141         142        20        4671.0000           0.0000          -
4396.56/257.20	c       257            141         142        20        4671.0000           0.0000          -
4503.05/262.56	c       263            161         162        20        4671.0000           0.0000          -
4606.05/267.70	c       268            162         161        20        4671.0000           0.0000          -
4719.14/273.44	c       273            243         242        20        4671.0000           0.0000          -
4834.29/279.30	c       279            243         242        20        4671.0000           0.0000          -
4950.05/285.13	c       285            263         262        20        4671.0000           0.0000          -
5070.82/291.16	c       291            263         262        20        4671.0000           0.0000          -
5195.08/297.44	c       297            322         321        20        4671.0000           0.0000          -
5318.09/303.60	c       304            342         341        20        4671.0000           0.0000          -
5365.99/306.09	c *     306            342         341        20        4594.0000           0.0000          -
5425.57/309.12	c       309            342         341        20        4594.0000           0.0000          -
5529.96/314.33	c       314            342         341        20        4594.0000           0.0000          -
5539.63/314.89	c *     315            342         341        20        4560.0000           0.0000          -
5632.78/319.55	c       320            362         363        20        4560.0000           0.0000          -
5735.56/324.71	c *     325            362         363        20        4440.0000           0.0000          -
5735.56/324.71	c       325            362         363        20        4440.0000           0.0000          -
5841.26/330.10	c *     330            402         401        20        4392.0000           0.0000          -
5841.26/330.10	c       330            402         401        20        4392.0000           0.0000          -
5940.46/335.13	c       335            422         421        20        4392.0000           0.0000          -
6056.79/341.01	c       341            442         441        20        4392.0000           0.0000          -
6288.89/352.63	c       353            462         461        20        4392.0000           0.0000          -
6401.82/358.37	c       358            562         561        20        4392.0000           0.0000          -
6504.80/363.55	c       364            581         582        20        4392.0000           0.0000          -
6710.91/374.04	c       374            581         582        20        4392.0000           0.0000          -
6812.82/379.11	c       379            562         561        20        4392.0000           0.0000          -
6915.26/384.29	c       384            642         641        20        4392.0000           0.0000          -
7022.21/389.62	c       390            633         632        20        4392.0000           0.0000          -
7121.46/394.63	c       395            804         803        20        4392.0000           0.0000          -
7236.57/400.44	c       400            862         861        20        4392.0000           0.0000          -
7341.73/405.70	c       406           1050           0        20        4392.0000           0.0000          -
7440.95/410.74	c       411           1351         301        20        4392.0000           0.0000          -
7560.20/416.77	c *     417           1050           0        20        4300.0000           0.0000          -
7560.20/416.77	c       417           1050           0        20        4300.0000           0.0000          -
7663.25/421.94	c       422           1491         441        20        4300.0000           0.0000          -
7772.40/427.40	c       427           1050           0        20        4300.0000           0.0000          -
7881.61/433.00	c       433           1091          41        20        4300.0000           0.0000          -
8020.46/439.99	c       440           1611         561        20        4300.0000           0.0000          -
8139.26/445.99	c       446           1611         561        20        4300.0000           0.0000          -
8238.30/451.01	c       451           1670         622        20        4300.0000           0.0000          -
8342.10/456.19	c       456           1411         361        20        4300.0000           0.0000          -
8420.63/460.14	c *     460           1971         921        20        4207.0000           0.0000          -
8445.59/461.46	c       461           1971         921        20        4207.0000           0.0000          -
8469.12/462.69	c *     463           1571         521        20        4106.0000           0.0000          -
8548.23/466.65	c       467           1571         521        20        4106.0000           0.0000          -
8738.42/476.21	c       476           1991         941        20        4106.0000           0.0000          -
8857.21/482.21	c       482           1991         941        20        4106.0000           0.0000          -
8968.09/487.86	c       488           1731         681        20        4106.0000           0.0000          -
9069.07/492.95	c       493           1731         681        20        4106.0000           0.0000          -
9171.01/498.11	c       498           1731         681        20        4106.0000           0.0000          -
9273.22/503.25	c       503           2512        1462        20        4106.0000           0.0000          -
9376.23/508.44	c       508           2051        1001        20        4106.0000           0.0000          -
9481.28/513.72	c       514           2991        1941        20        4106.0000           0.0000          -
9582.32/518.89	c       519           3051        2001        20        4106.0000           0.0000          -
9686.03/524.09	c *     524           3051        2001        20        4006.0000           0.0000          -
9686.03/524.09	c       524           3051        2001        20        4006.0000           0.0000          -
9806.69/530.17	c       530           3051        2001        20        4006.0000           0.0000          -
9910.96/535.45	c       535           2962        1912        20        4006.0000           0.0000          -
10012.04/540.59	c       541           2962        1912        20        4006.0000           0.0000          -
10128.94/546.50	c       546           3171        2121        20        4006.0000           0.0000          -
10267.71/553.47	c       553           3171        2121        20        4006.0000           0.0000          -
10386.50/559.44	c       559           3051        2001        20        4006.0000           0.0000          -
10485.63/564.47	c       564           3051        2001        20        4006.0000           0.0000          -
10610.34/570.72	c       571           3391        2341        20        4006.0000           0.0000          -
10713.43/576.00	c       576           3391        2341        20        4006.0000           0.0000          -
10828.40/581.74	c       582           3391        2341        20        4006.0000           0.0000          -
10935.61/587.14	c       587           3418        2370        20        4006.0000           0.0000          -
11039.69/592.44	c       592           3430        2382        20        4006.0000           0.0000          -
11138.78/597.45	c       597           3398        2350        20        4006.0000           0.0000          -
11253.73/603.28	c       603           3398        2350        20        4006.0000           0.0000          -
11305.27/605.88	c *     606           3398        2350        20        4004.0000           0.0000          -
11366.60/608.98	c       609           3410        2362        20        4004.0000           0.0000          -
11428.11/612.04	c *     612           4171        3121        20        3898.0000           0.0000          -
11492.50/615.31	c       615           3411        2361        20        3898.0000           0.0000          -
11593.49/620.46	c       620           4251        3201        20        3898.0000           0.0000          -
11694.53/625.52	c       626           4251        3201        20        3898.0000           0.0000          -
11795.62/630.71	c       631           4373        3323        20        3898.0000           0.0000          -
11900.63/636.00	c       636           3531        2481        20        3898.0000           0.0000          -
12009.57/641.49	c       641           4470        3422        20        3898.0000           0.0000          -
12110.62/646.50	c       647           4571        3521        20        3898.0000           0.0000          -
12211.70/651.63	c       652           4811        3761        20        3898.0000           0.0000          -
12316.68/657.00	c       657           5160        4110        20        3898.0000           0.0000          -
12421.71/662.29	c       662           5162        4112        20        3898.0000           0.0000          -
12524.79/667.41	c       667           5162        4112        20        3898.0000           0.0000          -
12651.46/673.86	c       674           5162        4112        20        3898.0000           0.0000          -
12720.47/677.36	c *     677           5255        4205        20        3872.0000           0.0000          -
12827.38/682.70	c       683           5255        4205        20        3872.0000           0.0000          -
12839.04/683.35	c *     683           5255        4205        20        3821.0000           0.0000          -
12932.86/688.04	c       688           5351        4301        20        3821.0000           0.0000          -
12939.77/688.49	c *     688           5351        4301        20        3758.0000           0.0000          -
13038.62/693.46	c       693           5351        4301        20        3758.0000           0.0000          -
13159.52/699.57	c       700           5332        4282        20        3758.0000           0.0000          -
13278.30/705.54	c       706           5332        4282        20        3758.0000           0.0000          -
13383.29/710.82	c       711           5292        4242        20        3758.0000           0.0000          -
13492.22/716.37	c       716           5491        4441        20        3758.0000           0.0000          -
13601.20/721.81	c       722           5491        4441        20        3758.0000           0.0000          -
13652.44/724.40	c *     724           5491        4441        20        3718.0000           0.0000          -
13707.93/727.29	c       727           5530        4482        20        3718.0000           0.0000          -
13810.97/732.47	c       732           5791        4741        20        3718.0000           0.0000          -
13965.59/740.25	c       740           5791        4741        20        3718.0000           0.0000          -
14078.60/746.01	c       746           5713        4663        20        3718.0000           0.0000          -
14195.53/751.90	c       752           5891        4841        20        3718.0000           0.0000          -
14304.52/757.33	c       757           5971        4921        20        3718.0000           0.0000          -
14423.47/763.36	c       763           5971        4921        20        3718.0000           0.0000          -
14524.58/768.43	c       768           5811        4761        20        3718.0000           0.0000          -
14625.68/773.56	c       774           5930        4882        20        3718.0000           0.0000          -
14726.78/778.66	c       779           6051        5001        20        3718.0000           0.0000          -
14834.52/784.07	c       784           6331        5281        20        3718.0000           0.0000          -
14944.87/789.66	c       790           6591        5541        20        3718.0000           0.0000          -
15065.82/795.77	c       796           7116        6066        20        3718.0000           0.0000          -
15202.62/802.68	c       803           7116        6066        20        3718.0000           0.0000          -
15301.65/807.69	c       808           7150        6100        20        3718.0000           0.0000          -
15411.33/813.18	c       813           7150        6100        20        3718.0000           0.0000          -
15521.71/818.78	c       819           7151        6101        20        3718.0000           0.0000          -
15558.55/820.60	c *     821           7151        6101        20        3673.0000           0.0000          -
15657.69/825.63	c       826           7351        6301        20        3673.0000           0.0000          -
15794.52/832.52	c       833           7372        6322        20        3673.0000           0.0000          -
15901.53/837.94	c       838           7372        6322        20        3673.0000           0.0000          -
16023.17/844.06	c       844           7602        6552        20        3673.0000           0.0000          -
16127.45/849.34	c       849           7282        6232        20        3673.0000           0.0000          -
16163.68/851.16	c *     851           7390        6342        20        3622.0000           0.0000          -
16228.20/854.48	c       854           7290        6242        20        3622.0000           0.0000          -
16363.04/861.27	c       861           7471        6421        20        3622.0000           0.0000          -
16509.58/868.69	c       869           7471        6421        20        3622.0000           0.0000          -
16610.60/873.74	c       874           7312        6262        20        3622.0000           0.0000          -
16718.45/879.16	c       879           7312        6262        20        3622.0000           0.0000          -
16832.58/884.99	c       885           8151        7101        20        3622.0000           0.0000          -
16937.64/890.24	c       890           8791        7741        20        3622.0000           0.0000          -
17084.35/897.61	c       898           8571        7521        20        3622.0000           0.0000          -
17199.24/903.49	c       903           8971        7921        20        3622.0000           0.0000          -
17332.61/910.19	c       910           8991        7941        20        3622.0000           0.0000          -
17347.64/910.90	c *     911           8991        7941        20        3543.0000           0.0000          -
17444.75/915.85	c       916           9011        7961        20        3543.0000           0.0000          -
17583.32/922.81	c       923           9130        8082        20        3543.0000           0.0000          -
17650.43/926.23	c *     926           9130        8082        20        3494.0000           0.0000          -
17686.92/928.09	c       928           9130        8082        20        3494.0000           0.0000          -
17830.84/935.38	c       935           9111        8061        20        3494.0000           0.0000          -
17991.41/943.46	c       943           9152        8102        20        3494.0000           0.0000          -
18106.40/949.26	c       949           9152        8102        20        3494.0000           0.0000          -
18207.29/954.32	c       954           9152        8102        20        3494.0000           0.0000          -
18306.41/959.39	c       959           9152        8102        20        3494.0000           0.0000          -
18420.04/965.11	c       965           9250        8202        20        3494.0000           0.0000          -
18528.37/970.54	c       971          10351        9301        20        3494.0000           1.0000          -
18581.34/973.24	c *     973          10706        9333        20        3409.0000           1.0000          -
18632.58/975.82	c       976          10706        9333        20        3409.0000           1.0000          -
18701.80/979.37	c *     979          10706        9333        20        3376.0000           1.0000          -
18751.22/981.84	c       982          10331        9281        20        3376.0000           1.0000          -
18865.92/987.61	c       988          10331        9281        20        3376.0000           1.0000          -
18973.42/993.10	c       993          10331        9281        20        3376.0000           1.0000          -
19074.69/998.19	c       998          10394        9300        20        3376.0000           1.0000          -
19182.30/1003.68	c *    1004          10191        9141        20        3329.0000           1.0000          -
19182.30/1003.68	c      1004          10191        9141        20        3329.0000           1.0000          -
19294.93/1009.39	c      1009          10191        9141        20        3329.0000           1.0000          -
19396.08/1014.47	c      1014          10191        9141        20        3329.0000           1.0000          -
19509.81/1020.17	c      1020          10492        9199        20        3329.0000           1.0000          -
19612.22/1025.40	c      1025          10568        9181        20        3329.0000           1.0000          -
19721.32/1030.89	c      1031          10261        9211        20        3329.0000           1.0000          -
19730.98/1031.35	c *    1031          10261        9211        20        3288.0000           1.0000          -
19832.02/1036.42	c      1036          10261        9211        20        3288.0000           1.0000          -
19931.16/1041.44	c      1041          10713          41        20        3288.0000           1.0000          -
20030.26/1046.47	c      1046          10401        9219        20        3288.0000           1.0000          -
20135.23/1051.78	c      1052          10401        9219        20        3288.0000           1.0000          -
20236.25/1056.86	c      1057          10401        9219        20        3288.0000           1.0000          -
20349.21/1062.55	c      1063          10436        9201        20        3288.0000           1.0000          -
20454.23/1067.83	c      1068          17508        6741        20        3288.0000           1.0000          -
20558.13/1073.05	c      1073          10634        9119        20        3288.0000           1.0000          -
20659.29/1078.17	c      1078          18888        8121        20        3288.0000           1.0000          -
20761.55/1083.34	c      1083          18888        8121        20        3288.0000           1.0000          -
20868.82/1088.76	c      1089          18888        8121        20        3288.0000           1.0000          -
20974.36/1094.07	c      1094          19007        8242        20        3288.0000           1.0000          -
21078.83/1099.33	c      1099          12268        1557        20        3288.0000           1.0000          -
21180.01/1104.46	c      1104          16113        5441        20        3288.0000           1.0000          -
21289.20/1109.90	c      1110          20342        9307        20        3288.0000           1.0000          -
21394.42/1115.25	c      1115          20448        9286        20        3288.0000           1.0000          -
21499.68/1120.51	c      1121          20448        9286        20        3288.0000           1.0000          -
21596.21/1125.49	c *    1125          19593        8921        20        3245.0000           1.0000          -
21603.09/1125.81	c *    1126          19593        8921        20        3238.0000           1.0000          -
21603.09/1125.81	c      1126          19593        8921        20        3238.0000           1.0000          -
21704.32/1131.02	c      1131          21124         581        20        3238.0000           1.0000          -
21811.57/1136.36	c      1136          20205        9132        20        3238.0000           1.0000          -
21914.72/1141.59	c      1142          20205        9132        20        3238.0000           1.0000          -
22019.91/1146.83	c      1147          20606         341        20        3238.0000           1.0000          -
22119.21/1151.85	c      1152          18892        8181        20        3238.0000           1.0000          -
22218.48/1156.89	c      1157          19492        8781        20        3238.0000           1.0000          -
22319.76/1161.98	c      1162          22166        1901        20        3238.0000           1.0000          -
22426.95/1167.33	c      1167          20316        9201        20        3238.0000           1.0000          -
22530.15/1172.53	c      1173          23384        3119        20        3238.0000           1.0000          -
22614.62/1176.83	c *    1177          26904        6361        20        3173.0000           1.0000          -
22636.29/1177.92	c      1178          24026        3761        20        3173.0000           1.0000          -
22735.58/1182.95	c      1183          27884        7341        20        3173.0000           1.0000          -
22840.70/1188.24	c      1188          28624        8081        20        3173.0000           1.0000          -
22945.89/1193.57	c      1194          28624        8081        20        3173.0000           1.0000          -
23048.86/1198.71	c      1199          28624        8081        20        3173.0000           1.0000          -
23152.04/1203.95	c      1204          23685        3315        20        3173.0000           1.0000          -
23255.90/1209.15	c      1209          29501        8786        20        3173.0000           1.0000          -
23362.23/1214.51	c      1215          30238        8784        20        3173.0000           1.0000          -
23465.31/1219.74	c      1220          30238        8784        20        3173.0000           1.0000          -
23574.21/1225.26	c      1225          29701        8476        20        3173.0000           1.0000          -
23679.18/1230.50	c      1231          29790        8477        20        3173.0000           1.0000          -
23784.23/1235.90	c      1236          29854        8475        20        3173.0000           1.0000          -
23888.01/1241.05	c      1241          32229        1941        20        3173.0000           1.0000          -
23986.99/1246.08	c      1246          29654        8715        20        3173.0000           1.0000          -
24088.21/1251.20	c      1251          29654        8715        20        3173.0000           1.0000          -
24188.42/1256.21	c      1256          29654        8715        20        3173.0000           1.0000          -
24291.37/1261.49	c      1261          29777        8700        20        3173.0000           1.0000          -
24398.23/1266.87	c      1267          29903        8696        20        3173.0000           1.0000          -
24499.19/1271.98	c      1272          29903        8696        20        3173.0000           1.0000          -
24600.71/1277.11	c      1277          30160         221        20        3173.0000           1.0000          -
24699.76/1282.12	c      1282          30680         741        20        3173.0000           1.0000          -
24804.00/1287.38	c      1287          35316        5461        20        3173.0000           1.0000          -
24908.90/1292.61	c      1293          36176        6321        20        3173.0000           1.0000          -
25011.91/1297.86	c      1298          37076        7221        20        3173.0000           1.0000          -
25115.62/1303.13	c      1303          38036        8181        20        3173.0000           1.0000          -
25217.94/1308.24	c      1308          38455        8158        20        3173.0000           1.0000          -
25321.05/1313.45	c      1313          39011        8119        20        3173.0000           1.0000          -
25423.92/1318.67	c      1319          35180        5241        20        3173.0000           1.0000          -
25524.94/1323.71	c      1324          40416        8471        20        3173.0000           1.0000          -
25625.96/1328.85	c      1329          40416        8471        20        3173.0000           1.0000          -
25732.96/1334.21	c      1334          40431        8472        20        3173.0000           1.0000          -
25839.82/1339.61	c      1340          40432        8469        20        3173.0000           1.0000          -
25944.73/1344.90	c      1345          40471           0        20        3173.0000           1.0000          -
26043.54/1349.99	c      1350          38745        8375        20        3173.0000           1.0000          -
26142.63/1355.01	c      1355          41402         931        20        3173.0000           1.0000          -
26244.31/1360.07	c      1360          39058        8381        20        3173.0000           1.0000          -
26348.54/1365.36	c      1365          39279        8369        20        3173.0000           1.0000          -
26453.20/1370.62	c      1371          44222        4659        20        3173.0000           1.0000          -
26556.24/1375.89	c      1376          39634        8373        20        3173.0000           1.0000          -
26659.99/1381.10	c      1381          39723        8371        20        3173.0000           1.0000          -
26758.73/1386.12	c      1386          39791        8373        20        3173.0000           1.0000          -
26863.17/1391.39	c      1391          39791        8373        20        3173.0000           1.0000          -
26964.15/1396.43	c      1396          46672        6201        20        3173.0000           1.0000          -
27063.29/1401.46	c      1401          49281        7857        20        3173.0000           1.0000          -
27166.24/1406.64	c      1407          49805        7839        20        3173.0000           1.0000          -
27271.20/1411.97	c      1412          49805        7839        20        3173.0000           1.0000          -
27380.08/1417.43	c      1417          49805        7839        20        3173.0000           1.0000          -
27478.96/1422.45	c      1422          50957        8716        20        3173.0000           1.0000          -
27579.95/1427.50	c      1428          51651        8705        20        3173.0000           1.0000          -
27680.95/1432.61	c      1433          51851        8707        20        3173.0000           1.0000          -
27785.97/1438.02	c      1438          51851        8707        20        3173.0000           1.0000          -
27892.83/1443.30	c      1443          50958        7838        20        3173.0000           1.0000          -
27980.97/1447.85	c *    1448          50958        7838        20        3043.0000           1.0000          -
27992.67/1448.42	c      1448          50958        7838        20        3043.0000           1.0000          -
28091.62/1453.43	c      1453          52283        8705        20        3043.0000           1.0000          -
28192.65/1458.54	c      1459          52283        8705        20        3043.0000           1.0000          -
28293.55/1463.65	c      1464          52283        8705        20        3043.0000           1.0000          -
28394.43/1468.72	c      1469          49165        8594        20        3043.0000           1.0000          -
28503.29/1474.28	c      1474          49165        8594        20        3043.0000           1.0000          -
28606.35/1479.42	c      1479          52515        8705        20        3043.0000           1.0000          -
28709.32/1484.66	c      1485          52515        8705        20        3043.0000           1.0000          -
28800.14/1489.25	c *    1489          49610        8593        20        3004.0000           1.0000          -
28809.97/1489.70	c      1490          52596        8699        20        3004.0000           1.0000          -
28912.88/1494.91	c      1495          52597        8698        20        3004.0000           1.0000          -
29021.87/1500.47	c      1500          52597        8698        20        3004.0000           1.0000          -
29128.67/1505.80	c      1506          49711        8593        20        3004.0000           1.0000          -
29232.36/1511.05	c      1511          49821        8595        20        3004.0000           1.0000          -
29331.32/1516.12	c      1516          49821        8595        20        3004.0000           1.0000          -
29445.58/1521.85	c      1522          49821        8595        20        3004.0000           1.0000          -
29552.37/1527.20	c      1527          60435        7883        20        3004.0000           1.0000          -
29653.20/1532.34	c      1532          55799        3181        20        3004.0000           1.0000          -
29764.11/1537.96	c      1538          50903        8583        20        3004.0000           1.0000          -
29869.19/1543.22	c      1543          50966        8586        20        3004.0000           1.0000          -
29884.58/1544.04	c *    1544          62248        7884        20        2939.0000           1.0000          -
29971.08/1548.43	c      1548          62420        7888        20        2939.0000           1.0000          -
30078.03/1553.83	c      1554          51202        8583        20        2939.0000           1.0000          -
30183.95/1559.18	c      1559          62450        7888        20        2939.0000           1.0000          -
30284.20/1564.26	c      1564          62648        7880        20        2939.0000           1.0000          -
30353.19/1567.79	c *    1568          62648        7880        20        2875.0000           1.0000          -
30388.50/1569.56	c      1570          62648        7880        20        2875.0000           1.0000          -
30493.56/1574.89	c      1575          62648        7880        20        2875.0000           1.0000          -
30597.30/1580.11	c      1580          51339        8584        20        2875.0000           1.0000          -
30699.73/1585.21	c      1585          51339        8584        20        2875.0000           1.0000          -
30799.79/1590.38	c      1590          62649        7879        20        2875.0000           1.0000          -
30908.68/1595.88	c      1596          62649        7879        20        2875.0000           1.0000          -
31019.69/1601.41	c      1601          51457        8579        20        2875.0000           1.0000          -
31120.67/1606.56	c      1607          62935        7877        20        2875.0000           1.0000          -
31223.80/1611.74	c      1612          63235        7888        20        2875.0000           1.0000          -
31332.82/1617.29	c      1617          63235        7888        20        2875.0000           1.0000          -
31435.93/1622.42	c      1622          51795        8573        20        2875.0000           1.0000          -
31538.84/1627.60	c      1628          64833        8341        20        2875.0000           1.0000          -
31641.96/1632.87	c      1633          63725        7888        20        2875.0000           1.0000          -
31743.03/1637.91	c      1638          53115        1261        20        2875.0000           1.0000          -
31844.98/1643.07	c      1643          53715        1861        20        2875.0000           1.0000          -
31955.39/1648.70	c      1649          65244        7886        20        2875.0000           1.0000          -
32056.61/1653.78	c      1654          54995        3141        20        2875.0000           1.0000          -
32164.33/1659.20	c      1659          65501        7879        20        2875.0000           1.0000          -
32272.91/1664.67	c      1665          66751        8314        20        2875.0000           1.0000          -
32376.12/1669.85	c      1670          66751        8314        20        2875.0000           1.0000          -
32480.10/1675.13	c      1675          66454         881        20        2875.0000           1.0000          -
32582.49/1680.29	c      1680          66782        8316        20        2875.0000           1.0000          -
32683.72/1685.35	c      1685          60015        8161        20        2875.0000           1.0000          -
32786.70/1690.57	c      1691          68274        2701        20        2875.0000           1.0000          -
32889.83/1695.76	c      1696          67444        8319        20        2875.0000           1.0000          -
32993.12/1700.97	c      1701          67444        8319        20        2875.0000           1.0000          -
33102.16/1706.41	c      1706          70494        4921        20        2875.0000           1.0000          -
33201.43/1711.44	c      1711              2           1        20        2875.0000         185.0483          -
33304.69/1716.62	c      1717              2           1        20        2875.0000         185.0483          -
33412.35/1722.11	c      1722              2           1        20        2875.0000         185.0483          -
33520.99/1727.50	c      1728              2           1        20        2875.0000         185.0483          -
33626.17/1732.84	c      1733              2           1        20        2875.0000         185.0483          -
33725.36/1737.87	c      1738              2           1        20        2875.0000         185.0483          -
33834.35/1743.39	c      1743              2           1        20        2875.0000         185.0483          -
33941.58/1748.71	c      1749              2           1        20        2875.0000         185.0483          -
34050.80/1754.20	c      1754              2           1        20        2875.0000         185.0483          -
34152.06/1759.36	c      1759              2           1        20        2875.0000         185.0483          -
34253.34/1764.42	c      1764              2           1        20        2875.0000         185.0483          -
34358.68/1769.71	c      1770              2           1        20        2875.0000         185.0483          -
34461.81/1774.96	c      1775              2           1        20        2875.0000         185.0483          -
34569.01/1780.39	c      1780              2           1        20        2875.0000         185.0483          -
34672.24/1785.54	c      1786              2           1        20        2875.0000         185.2566          -
34773.42/1790.66	c      1791              2           1        20        2875.0000         185.2566          -
34878.66/1795.96	c      1796              2           1        20        2875.0000         185.2566          -
34987.86/1801.47	c      1801              2           1        20        2875.0000         185.2566          -
35094.85/1806.85	c      1807              2           1        20        2875.0000         185.2566          -
35196.14/1811.96	c      1812              2           1        20        2875.0000         185.2566          -
35295.26/1817.03	c      1817              2           1        20        2875.0000         185.2566          -
35397.11/1822.11	c      1822              2           1        20        2875.0000         185.2566          -
35501.64/1827.36	c      1827              2           1        20        2875.0000         185.2566          -
35602.86/1832.43	c      1832              2           1        20        2875.0000         185.2566          -
35710.08/1837.88	c      1838              2           1        20        2875.0000         185.2566          -
35813.99/1843.09	c      1843              2           1        20        2875.0000         185.2566          -
35918.54/1848.36	c      1848              2           1        20        2875.0000         185.2566          -
36019.75/1853.48	c      1853              2           1        20        2875.0000         185.2566          -
36120.93/1858.53	c      1859              2           1        20        2875.0000         185.2566          -
36226.10/1863.84	c      1864              2           1        20        2875.0000         185.2566          -
36327.36/1868.95	c      1869              2           1        20        2875.0000         185.2566          -
36429.27/1874.13	c      1874              2           1        20        2875.0000         185.2566          -
36531.87/1879.29	c      1879              3           2        20        2875.0000         185.2566          -
36637.15/1884.52	c      1885              3           2        20        2875.0000         185.2566          -
36738.44/1889.69	c      1890              3           2        20        2875.0000         185.2566          -
36839.61/1894.80	c      1895              3           2        20        2875.0000         185.2566          -
36942.75/1899.93	c      1900              3           2        20        2875.0000         185.2566          -
37001.70/1902.99	c *    1903              3           2        20        2845.0000         185.2566          -
37047.06/1905.22	c      1905              3           2        20        2845.0000         185.2566          -
37160.25/1910.91	c      1911              3           2        20        2845.0000         185.2566          -
37269.28/1916.43	c      1916              3           2        20        2845.0000         185.2566          -
37378.22/1921.91	c      1922              4           3        20        2845.0000         185.2566          -
37485.23/1927.37	c      1927              4           3        20        2845.0000         185.2566          -
37588.31/1932.58	c      1933              4           3        20        2845.0000         185.2566          -
37693.39/1937.85	c      1938              4           3        20        2845.0000         185.2566          -
37802.46/1943.34	c      1943              4           3        20        2845.0000         185.2566          -
37903.52/1948.46	c      1948              4           3        20        2845.0000         185.2566          -
38004.66/1953.59	c      1954              4           3        20        2845.0000         185.2566          -
38089.29/1957.82	c *    1958              4           3        20        2786.0000         185.2566          -
38112.60/1959.10	c      1959              4           3        20        2786.0000         185.2566          -
38214.22/1964.16	c      1964              4           3        20        2786.0000         185.2566          -
38328.13/1969.94	c      1970              4           3        20        2786.0000         185.2566          -
38432.89/1975.21	c      1975              4           3        20        2786.0000         185.2566          -
38539.58/1980.60	c      1981              5           4        20        2786.0000         185.2566          -
38642.77/1985.82	c      1986              5           4        20        2786.0000         185.2566          -
38742.36/1991.00	c      1991              5           4        20        2786.0000         185.2566          -
38854.71/1996.63	c      1997              5           4        20        2786.0000         185.2566          -
38915.82/1999.72	c *    2000              5           4        20        2772.0000         185.2566          -
38953.49/2001.66	c      2002              5           4        20        2772.0000         185.2566          -
39058.71/2006.93	c      2007              5           4        20        2772.0000         185.2566          -
39173.84/2012.79	c      2013              5           4        20        2772.0000         185.2566          -
39277.10/2017.99	c      2018              5           4        20        2772.0000         185.2566          -
39381.22/2023.15	c      2023              6           5        20        2772.0000         185.2566          -
39487.35/2028.54	c      2029              6           5        20        2772.0000         185.2566          -
39588.53/2033.62	c      2034              6           5        20        2772.0000         185.2566          -
39693.62/2039.00	c      2039              6           5        20        2772.0000         185.2566          -
39798.54/2044.26	c      2044              6           5        20        2772.0000         185.2566          -
39901.75/2049.40	c      2049              6           5        20        2772.0000         185.2566          -
40003.02/2054.56	c      2055              6           5        20        2772.0000         185.2566          -
40044.28/2056.61	c *    2057              6           5        20        2740.0000         185.2566          -
40109.73/2059.95	c      2060              6           5        20        2740.0000         185.2566          -
40214.87/2065.22	c      2065              6           5        20        2740.0000         185.2566          -
40315.98/2070.36	c      2070              6           5        20        2740.0000         185.2566          -
40420.98/2075.69	c      2076              6           5        20        2740.0000         185.2566          -
40524.20/2080.82	c      2081              6           5        20        2740.0000         185.2566          -
40625.31/2085.95	c      2086              7           6        20        2740.0000         185.2566          -
40729.04/2091.13	c      2091              7           6        20        2740.0000         185.2566          -
40831.63/2096.30	c      2096              7           6        20        2740.0000         185.2566          -
40932.80/2101.46	c      2101              7           6        20        2740.0000         185.2566          -
41035.86/2106.62	c      2107              7           6        20        2740.0000         185.2566          -
41092.84/2109.50	c *    2110              7           6        20        2732.0000         185.2566          -
41135.84/2111.76	c      2112              7           6        20        2732.0000         185.2566          -
41246.07/2117.35	c      2117              7           6        20        2732.0000         185.2566          -
41371.65/2123.79	c      2124              8           7        20        2732.0000         185.2566          -
41494.60/2129.91	c      2130              8           7        20        2732.0000         185.2566          -
41598.08/2135.16	c      2135              8           7        20        2732.0000         185.2566          -
41713.23/2141.13	c      2141              8           7        20        2732.0000         185.2566          -
41814.20/2146.17	c      2146              8           7        20        2732.0000         185.2566          -
41874.33/2149.24	c *    2149              9           8        20        2621.0000         185.2566          -
41923.77/2151.73	c      2152              9           8        20        2621.0000         185.2566          -
42022.98/2156.78	c      2157              9           8        20        2621.0000         185.2566          -
42125.19/2161.95	c      2162              9           8        20        2621.0000         185.2566          -
42244.07/2167.94	c      2168              9           8        20        2621.0000         185.2566          -
42345.53/2173.10	c      2173              9           8        20        2621.0000         185.2566          -
42448.05/2178.27	c      2178              9           8        20        2621.0000         185.2566          -
42555.07/2183.60	c      2184              9           8        20        2621.0000         185.2566          -
42656.39/2188.85	c      2189             10           9        20        2621.0000         185.2566          -
42765.32/2194.40	c      2194             10           9        20        2621.0000         185.2566          -
42867.84/2199.56	c *    2200             10           9        20        2604.0000         185.2566          -
42867.84/2199.56	c      2200             10           9        20        2604.0000         185.2566          -
42972.97/2204.90	c      2205             10           9        20        2604.0000         185.2566          -
43074.12/2210.11	c      2210             10           9        20        2604.0000         185.2566          -
43176.54/2215.23	c      2215             10           9        20        2604.0000         185.2566          -
43276.79/2220.34	c      2220             10           9        20        2604.0000         185.2566          -
43379.18/2225.50	c      2226             11          10        20        2604.0000         185.2566          -
43484.08/2230.88	c      2231             11          10        20        2604.0000         185.2566          -
43590.40/2236.25	c      2236             11          10        20        2604.0000         185.2566          -
43693.46/2241.42	c      2241             11          10        20        2604.0000         185.2566          -
43792.62/2246.45	c      2246             11          10        20        2604.0000         185.2566          -
43897.80/2251.75	c      2252             11          10        20        2604.0000         185.2566          -
43998.33/2256.85	c      2257             11          10        20        2604.0000         185.2566          -
44104.92/2262.22	c      2262             11          10        20        2604.0000         185.2566          -
44207.76/2267.48	c      2267             11          10        20        2604.0000         185.2566          -
44310.72/2272.62	c      2273             11          10        20        2604.0000         185.2566          -
44411.67/2277.75	c      2278             11          10        20        2604.0000         185.2566          -
44510.57/2282.80	c      2283             11          10        20        2604.0000         185.2566          -
44609.60/2287.88	c      2288             11          10        20        2604.0000         185.2566          -
44716.74/2293.20	c      2293             11          10        20        2604.0000         185.2566          -
44823.76/2298.60	c      2299             11          10        20        2604.0000         185.2566          -
44923.67/2303.73	c      2304             11          10        20        2604.0000         185.2566          -
45025.54/2308.97	c      2309             11          10        20        2604.0000         185.2566          -
45129.24/2314.14	c      2314             11          10        20        2604.0000         185.2566          -
45231.68/2319.37	c      2319             11          10        20        2604.0000         185.2566          -
45336.40/2324.67	c      2325             11          10        20        2604.0000         185.2566          -
45434.69/2329.75	c      2330             11          10        20        2604.0000         185.2566          -
45540.55/2335.10	c      2335             11          10        20        2604.0000         185.2566          -
45648.94/2340.56	c      2341             11          10        20        2604.0000         185.2566          -
45752.09/2345.77	c      2346             11          10        20        2604.0000         185.2566          -
45854.90/2350.96	c      2351             11          10        20        2604.0000         185.2566          -
45956.89/2356.28	c      2356             11          10        20        2604.0000         185.2566          -
46061.95/2361.59	c      2362             11          10        20        2604.0000         185.2566          -
46163.12/2366.68	c      2367             11          10        20        2604.0000         185.2566          -
46263.93/2371.72	c      2372             11          10        20        2604.0000         185.2566          -
46371.99/2377.26	c      2377             11          10        20        2604.0000         185.2566          -
46472.18/2382.31	c      2382             11          10        20        2604.0000         185.2566          -
46571.33/2387.37	c      2387             11          10        20        2604.0000         185.2566          -
46672.52/2392.42	c      2392             11          10        20        2604.0000         185.2566          -
46773.58/2397.58	c      2398             11          10        20        2604.0000         185.2566          -
46857.73/2401.90	c *    2402             11          10        20        2488.0000         185.2566          -
46871.62/2402.63	c      2403             11          10        20        2488.0000         185.2566          -
46970.84/2407.65	c      2408             11          10        20        2488.0000         185.2566          -
47075.82/2412.95	c      2413             11          10        20        2488.0000         185.2566          -
47179.81/2418.17	c      2418             11          10        20        2488.0000         185.2566          -
47277.74/2423.23	c      2423             11          10        20        2488.0000         185.2566          -
47336.02/2426.24	c *    2426             11          10        20        2439.0000         185.2566          -
47377.37/2428.38	c      2428             11          10        20        2439.0000         185.2566          -
47480.49/2433.52	c      2434             11          10        20        2439.0000         185.2566          -
47579.64/2438.57	c      2439             11          10        20        2439.0000         185.2566          -
47686.60/2444.00	c      2444             11          10        20        2439.0000         185.2566          -
47784.62/2449.18	c      2449             11          10        20        2439.0000         185.2566          -
47838.46/2451.97	c *    2452             11          10        20        2231.0000         185.2566          -
47887.54/2454.46	c      2454             11          10        20        2231.0000         185.2566          -
47986.56/2459.49	c      2459             11          10        20        2231.0000         185.2566          -
48089.83/2464.61	c      2465             11          10        20        2231.0000         185.2566          -
48192.70/2469.82	c      2470             11          10        20        2231.0000         185.2566          -
48294.12/2475.16	c      2475             11          10        20        2231.0000         185.2566          -
48331.00/2477.13	c *    2477             11          10        20        2175.0000         185.2566          -
48396.32/2480.41	c      2480             11          10        20        2175.0000         185.2566          -
48495.52/2485.45	c      2485             11          10        20        2175.0000         185.2566          -
48598.50/2490.68	c      2491             11          10        20        2175.0000         185.2566          -
48708.14/2496.22	c      2496             11          10        20        2175.0000         185.2566          -
48805.94/2501.32	c      2501             11          10        20        2175.0000         185.2566          -
48817.38/2502.00	c *    2502             11          10        20        2106.0000         185.2566          -
48908.66/2506.67	c      2507             11          10        20        2106.0000         185.2566          -
49013.77/2511.97	c      2512             11          10        20        2106.0000         185.2566          -
49117.68/2517.25	c      2517             11          10        20        2106.0000         185.2566          -
49224.07/2522.61	c      2523             11          10        20        2106.0000         185.2566          -
49279.79/2525.79	c *    2526             11          10        20        2061.0000         185.2566          -
49322.92/2527.91	c      2528             11          10        20        2061.0000         185.2566          -
49420.77/2533.01	c      2533             11          10        20        2061.0000         185.2566          -
49527.75/2538.40	c      2538             11          10        20        2061.0000         185.2566          -
49626.99/2543.49	c *    2543             11          10        20        2004.0000         185.2566          -
49626.99/2543.49	c      2543             11          10        20        2004.0000         185.2566          -
49730.73/2548.79	c      2549             11          10        20        2004.0000         185.2566          -
49829.84/2554.00	c      2554             11          10        20        2004.0000         185.2566          -
49931.41/2559.07	c      2559             11          10        20        2004.0000         185.2566          -
50040.78/2564.70	c      2565             11          10        20        2004.0000         185.2566          -
50145.07/2569.95	c      2570             11          10        20        2004.0000         185.2566          -
50242.79/2574.99	c      2575             11          10        20        2004.0000         185.2566          -
50253.99/2575.59	c *    2576             11          10        20        1960.0000         185.2566          -
50339.56/2580.12	c      2580             11          10        20        1960.0000         185.2566          -
50442.04/2585.23	c      2585             11          10        20        1960.0000         185.2566          -
50544.59/2590.44	c      2590             11          10        20        1960.0000         185.2566          -
50649.77/2595.82	c      2596             11          10        20        1960.0000         185.2566          -
50752.50/2601.10	c      2601             11          10        20        1960.0000         185.2566          -
50761.10/2601.60	c *    2602             11          10        20        1873.0000         185.2566          -
50856.12/2606.45	c *    2606             11          10        20        1839.0000         185.2566          -
50856.12/2606.45	c      2606             11          10        20        1839.0000         185.2566          -
50960.61/2611.77	c      2612             11          10        20        1839.0000         185.2566          -
51063.20/2616.98	c      2617             11          10        20        1839.0000         185.2566          -
51165.65/2622.20	c      2622             11          10        20        1839.0000         185.2566          -
51264.56/2627.32	c *    2627             11          10        20        1822.0000         185.2566          -
51264.56/2627.32	c      2627             11          10        20        1822.0000         185.2566          -
51364.72/2632.41	c      2632             11          10        20        1822.0000         185.2566          -
51469.47/2637.76	c      2638             11          10        20        1822.0000         185.2566          -
51568.70/2642.82	c      2643             11          10        20        1822.0000         185.2566          -
51668.35/2647.98	c      2648             11          10        20        1822.0000         185.2566          -
51743.52/2651.86	c *    2652             11          10        20        1783.0000         185.2566          -
51775.15/2653.55	c      2654             11          10        20        1783.0000         185.2566          -
51781.97/2653.94	c *    2654             11          10        20        1648.0000         185.2566          -
51876.88/2658.73	c      2659             11          10        20        1648.0000         185.2566          -
51999.03/2664.99	c      2665             11          10        20        1648.0000         185.2566          -
52107.74/2670.50	c      2670             11          10        20        1648.0000         185.2566          -
52212.46/2675.78	c      2676             11          10        20        1648.0000         185.2566          -
52309.44/2680.86	c      2681             11          10        20        1648.0000         185.2566          -
52414.83/2686.25	c *    2686             11          10        20        1610.0000         185.2566          -
52414.83/2686.25	c      2686             11          10        20        1610.0000         185.2566          -
52517.28/2691.47	c      2691             11          10        20        1610.0000         185.2566          -
52623.59/2696.84	c      2697             11          10        20        1610.0000         185.2566          -
52722.12/2701.87	c      2702             11          10        20        1610.0000         185.2566          -
52827.73/2707.26	c      2707             11          10        20        1610.0000         185.2566          -
52933.42/2712.62	c      2713             11          10        20        1610.0000         185.2566          -
53033.94/2717.75	c      2718             11          10        20        1610.0000         185.2566          -
53142.70/2723.29	c      2723             11          10        20        1610.0000         185.2566          -
53197.98/2726.08	c *    2726             11          10        20        1538.0000         185.2566          -
53239.49/2728.35	c      2728             11          10        20        1538.0000         185.2566          -
53339.32/2733.49	c      2733             11          10        20        1538.0000         185.2566          -
53447.36/2738.91	c      2739             11          10        20        1538.0000         185.2566          -
53545.77/2744.03	c      2744             11          10        20        1538.0000         185.2566          -
53654.11/2749.48	c *    2749             11          10        20        1491.0000         185.2566          -
53654.11/2749.48	c      2749             11          10        20        1491.0000         185.2566          -
53756.79/2754.75	c      2755             11          10        20        1491.0000         185.2566          -
53870.59/2760.51	c      2761             11          10        20        1491.0000         185.2566          -
53985.25/2766.31	c      2766             11          10        20        1491.0000         185.2566          -
54086.27/2771.48	c      2771             11          10        20        1491.0000         185.2566          -
54103.30/2772.35	c *    2772             11          10        20        1382.0000         185.2566          -
54184.65/2776.58	c      2777             11          10        20        1382.0000         185.2566          -
54294.46/2782.23	c      2782             11          10        20        1382.0000         185.2566          -
54400.64/2787.68	c      2788             11          10        20        1382.0000         185.2566          -
54502.00/2792.76	c      2793             11          10        20        1382.0000         185.2566          -
54563.89/2795.91	c *    2796             11          10        20        1334.0000         185.2566          -
54603.30/2797.95	c      2798             11          10        20        1334.0000         185.2566          -
54699.02/2803.01	c      2803             11          10        20        1334.0000         185.2566          -
54818.79/2809.11	c      2809             11          10        20        1334.0000         185.2566          -
54925.17/2814.47	c      2814             11          10        20        1334.0000         185.2566          -
55007.34/2818.66	c *    2819             11          10        20        1300.0000         185.2566          -
55028.34/2819.70	c      2820             11          10        20        1300.0000         185.2566          -
55065.15/2821.61	c *    2822             11          10        20        1260.0000         185.2566          -
55128.11/2824.98	c      2825             11          10        20        1260.0000         185.2566          -
55246.29/2831.05	c      2831             11          10        20        1260.0000         185.2566          -
55347.57/2836.25	c *    2836             11          10        20        1244.0000         185.2566          -
55347.57/2836.25	c      2836             11          10        20        1244.0000         185.2566          -
55452.40/2841.59	c      2842             11          10        20        1244.0000         185.2566          -
55564.90/2847.22	c      2847             12          11        20        1244.0000         185.2566          -
55663.49/2852.43	c      2852             12          11        20        1244.0000         185.2566          -
55770.69/2858.00	c      2858             12          11        20        1244.0000         185.2566          -
55872.27/2863.06	c      2863             12          11        20        1244.0000         185.2566          -
55879.29/2863.43	c *    2863             12          11        20        1235.0000         185.2566          -
55980.44/2868.56	c      2869             12          11        20        1235.0000         185.2566          -
56079.12/2873.68	c      2874             12          11        20        1235.0000         185.2566          -
56182.84/2878.98	c      2879             12          11        20        1235.0000         185.2566          -
56194.25/2879.50	c *    2880             12          11        20        1181.0000         185.2566          -
56286.58/2884.38	c      2884             13          12        20        1181.0000         185.2566          -
56387.24/2889.42	c      2889             13          12        20        1181.0000         185.2566          -
56498.43/2895.09	c      2895             13          12        20        1181.0000         185.2566          -
56608.86/2900.71	c      2901             13          12        20        1181.0000         185.2566          -
56708.99/2906.03	c      2906             13          12        20        1181.0000         185.2566          -
56793.51/2910.21	c *    2910             13          12        20        1179.0000         185.2566          -
56815.33/2911.31	c      2911             13          12        20        1179.0000         185.2566          -
56914.46/2916.37	c      2916             13          12        20        1179.0000         185.2566          -
56999.03/2920.69	c *    2921             13          12        20        1155.0000         185.2566          -
57020.79/2921.77	c      2922             13          12        20        1155.0000         185.2566          -
57132.63/2927.46	c      2927             14          13        20        1155.0000         185.2566          -
57228.70/2932.49	c      2932             14          13        20        1155.0000         185.2566          -
57328.44/2937.50	c      2938             14          13        20        1155.0000         185.2566          -
57432.90/2942.88	c      2943             14          13        20        1155.0000         185.2566          -
57541.94/2948.33	c      2948             14          13        20        1155.0000         185.2566          -
57571.01/2949.89	c *    2950             14          13        20        1139.0000         185.2566          -
57639.52/2953.38	c      2953             14          13        20        1139.0000         185.2566          -
57703.67/2956.60	c *    2957             15          14        20        1118.0000         185.2566          -
57739.41/2958.46	c      2958             15          14        20        1118.0000         185.2566          -
57845.87/2963.84	c      2964             15          14        20        1118.0000         185.2566          -
57960.44/2969.70	c      2970             15          14        20        1118.0000         185.2566          -
58060.44/2974.80	c      2975             15          14        20        1118.0000         185.2566          -
58164.99/2980.07	c *    2980             15          14        20        1095.0000         185.2566    491.07%
58164.99/2980.07	c      2980             15          14        20        1095.0000         185.2566    491.07%
58266.17/2985.16	c      2985             15          14        20        1095.0000         185.2566    491.07%
58370.16/2990.58	c      2991             17          16        20        1095.0000         185.8094    489.31%
58471.35/2995.63	c      2996             17          16        20        1095.0000         185.8094    489.31%
58575.46/3000.98	c      3001             17          16        20        1095.0000         185.8094    489.31%
58617.03/3003.05	c *    3003             17          16        20        1059.0000         185.8094    469.94%
58681.87/3006.38	c      3006             17          16        20        1059.0000         185.8094    469.94%
58784.70/3011.55	c      3012             17          16        20        1059.0000         185.8094    469.94%
58885.01/3016.63	c      3017             17          16        20        1059.0000         185.8094    469.94%
58898.54/3017.37	c *    3017             17          16        20        1026.0000         185.8094    452.18%
58984.25/3021.76	c      3022             17          16        20        1026.0000         185.8094    452.18%
59082.49/3026.95	c      3027             18          17        20        1026.0000         185.8094    452.18%
59196.91/3032.74	c      3033             18          17        20        1026.0000         185.8094    452.18%
59299.25/3037.99	c      3038             18          17        20        1026.0000         185.8094    452.18%
59400.30/3043.13	c      3043             18          17        20        1026.0000         185.8094    452.18%
59422.60/3044.22	c *    3044             18          17        20        1009.0000         185.8094    443.03%
59504.36/3048.47	c      3048             18          17        20        1009.0000         185.8094    443.03%
59609.15/3053.81	c      3054             18          17        20        1009.0000         185.8094    443.03%
59688.68/3057.91	c *    3058             18          17        20         964.0000         185.8094    418.81%
59711.89/3059.13	c      3059             18          17        20         964.0000         185.8094    418.81%
59811.53/3064.16	c      3064             19          18        20         964.0000         185.8094    418.81%
59910.76/3069.21	c      3069             19          18        20         964.0000         185.8094    418.81%
60013.31/3074.50	c *    3074             19          18        20         946.0000         185.8094    409.12%
60013.31/3074.50	c      3074             19          18        20         946.0000         185.8094    409.12%
60059.80/3077.00	c *    3077             19          18        20         911.0000         185.8094    390.29%
60110.02/3079.54	c      3080             19          18        20         911.0000         185.8094    390.29%
60210.48/3084.63	c      3085             19          18        20         911.0000         185.8094    390.29%
60314.38/3089.97	c      3090             19          18        20         911.0000         185.8094    390.29%
60424.64/3095.54	c      3096             19          18        20         911.0000         185.8094    390.29%
60528.69/3100.85	c      3101             20          19        20         911.0000         185.8094    390.29%
60628.84/3105.92	c      3106             20          19        20         911.0000         185.8094    390.29%
60738.94/3111.50	c      3112             20          19        20         911.0000         185.8094    390.29%
60848.62/3117.04	c      3117             20          19        20         911.0000         185.8094    390.29%
60923.77/3120.95	c *    3121             22          21        20         887.0000         185.8094    377.37%
60946.00/3122.06	c      3122             22          21        20         887.0000         185.8094    377.37%
60974.65/3123.59	c *    3124             23          22        20         833.0000         185.8094    348.31%
61047.21/3127.35	c      3127             25          24        20         833.0000         185.8094    348.31%
61151.11/3132.66	c      3133             25          24        20         833.0000         185.8094    348.31%
61249.55/3137.67	c      3138             25          24        20         833.0000         185.8094    348.31%
61351.99/3142.81	c      3143             25          24        20         833.0000         185.8094    348.31%
61453.74/3148.08	c      3148             25          24        20         833.0000         185.8094    348.31%
61551.96/3153.15	c      3153             25          24        20         833.0000         185.8094    348.31%
61648.15/3158.16	c      3158             25          24        20         833.0000         185.8094    348.31%
61748.61/3163.26	c      3163             25          24        20         833.0000         185.8094    348.31%
61818.11/3166.86	c *    3167             25          24        20         826.0000         185.8094    344.54%
61847.57/3168.35	c      3168             25          24        20         826.0000         185.8094    344.54%
61954.07/3173.70	c      3174             25          24        20         826.0000         185.8094    344.54%
62064.73/3179.32	c      3179             25          24        20         826.0000         185.8094    344.54%
62162.61/3184.33	c      3184             25          24        20         826.0000         185.8094    344.54%
62232.15/3187.98	c *    3188             25          24        20         795.0000         185.8094    327.86%
62269.02/3189.85	c      3190             25          24        20         795.0000         185.8094    327.86%
62378.82/3195.46	c      3195             25          24        20         795.0000         185.8094    327.86%
62479.08/3200.56	c      3201             25          24        20         795.0000         185.8094    327.86%
62581.03/3205.74	c      3206             25          24        20         795.0000         185.8094    327.86%
62679.39/3210.79	c      3211             25          24        20         795.0000         185.8094    327.86%
62769.70/3215.38	c *    3215             25          24        20         787.0000         185.8094    323.55%
62786.07/3216.16	c      3216             25          24        20         787.0000         185.8094    323.55%
62887.75/3221.30	c      3221             25          24        20         787.0000         185.8094    323.55%
62990.67/3226.56	c      3227             25          24        20         787.0000         185.8094    323.55%
63099.99/3232.14	c      3232             25          24        20         787.0000         185.8094    323.55%
63199.34/3237.24	c      3237             25          24        20         787.0000         185.8094    323.55%
63250.58/3239.85	c *    3240             25          24        20         768.0000         185.8094    313.33%
63299.99/3242.39	c      3242             25          24        20         768.0000         185.8094    313.33%
63400.35/3247.48	c      3247             25          24        20         768.0000         185.8094    313.33%
63501.54/3252.58	c      3253             25          24        20         768.0000         185.8094    313.33%
63617.62/3258.42	c      3258             25          24        20         768.0000         185.8094    313.33%
63711.86/3263.27	c *    3263             25          24        20         752.0000         185.8094    304.72%
63731.47/3264.26	c      3264             25          24        20         752.0000         185.8094    304.72%
63839.97/3269.80	c      3270             25          24        20         752.0000         185.8094    304.72%
63942.96/3274.97	c      3275             25          24        20         752.0000         185.8094    304.72%
64045.65/3280.13	c      3280             25          24        20         752.0000         185.8094    304.72%
64151.75/3285.51	c      3286             25          24        20         752.0000         185.8094    304.72%
64183.63/3287.19	c *    3287             25          24        20         728.0000         185.8094    291.80%
64260.75/3291.04	c      3291             25          24        20         728.0000         185.8094    291.80%
64364.62/3296.34	c      3296             25          24        20         728.0000         185.8094    291.80%
64464.27/3301.47	c      3301             25          24        20         728.0000         185.8094    291.80%
64577.69/3307.17	c      3307             25          24        20         728.0000         185.8094    291.80%
64680.56/3312.40	c *    3312             25          24        20         711.0000         185.8094    282.65%
64680.56/3312.40	c      3312             25          24        20         711.0000         185.8094    282.65%
64783.74/3317.69	c      3318             25          24        20         711.0000         185.8094    282.65%
64886.92/3322.85	c      3323             25          24        20         711.0000         185.8094    282.65%
64989.51/3328.03	c      3328             25          24        20         711.0000         185.8094    282.65%
65091.58/3333.23	c      3333             25          24        20         711.0000         185.8094    282.65%
65174.75/3337.43	c *    3337             25          24        20         679.0000         185.8094    265.43%
65194.58/3338.44	c      3338             25          24        20         679.0000         185.8094    265.43%
65275.46/3342.53	c *    3343             25          24        20         678.0000         185.8094    264.89%
65295.22/3343.58	c      3344             25          24        20         678.0000         185.8094    264.89%
65396.16/3348.64	c      3349             25          24        20         678.0000         185.8094    264.89%
65494.25/3353.68	c      3354             25          24        20         678.0000         185.8094    264.89%
65604.71/3359.29	c      3359             25          24        20         678.0000         185.8094    264.89%
65707.65/3364.45	c      3364             25          24        20         678.0000         185.8094    264.89%
65816.86/3369.97	c      3370             25          24        20         678.0000         185.8094    264.89%
65923.94/3375.34	c      3375             25          24        20         678.0000         185.8094    264.89%
66027.05/3380.52	c      3381             25          24        20         678.0000         185.8094    264.89%
66126.17/3385.55	c      3386             25          24        20         678.0000         185.8094    264.89%
66227.40/3390.61	c      3391             25          24        20         678.0000         185.8094    264.89%
66342.35/3396.48	c      3396             25          24        20         678.0000         185.8094    264.89%
66443.46/3401.58	c      3402             25          24        20         678.0000         185.8094    264.89%
66544.76/3406.68	c      3407             25          24        20         678.0000         185.8094    264.89%
66643.84/3411.69	c      3412             25          24        20         678.0000         185.8094    264.89%
66751.52/3417.13	c      3417             25          24        20         678.0000         185.8094    264.89%
66865.92/3422.85	c      3423             25          24        20         678.0000         185.8094    264.89%
66976.84/3428.47	c      3428             25          24        20         678.0000         185.8094    264.89%
67081.95/3433.71	c      3434             25          24        20         678.0000         185.8094    264.89%
67180.79/3438.77	c      3439             25          24        20         678.0000         185.8094    264.89%
67286.72/3444.07	c      3444             25          24        20         678.0000         185.8094    264.89%
67387.77/3449.15	c      3449             25          24        20         678.0000         185.8094    264.89%
67490.20/3454.33	c      3454             25          24        20         678.0000         185.8094    264.89%
67597.39/3459.71	c      3460             25          24        20         678.0000         185.8094    264.89%
67700.39/3464.97	c      3465             25          24        20         678.0000         185.8094    264.89%
67811.56/3470.51	c      3471             25          24        20         678.0000         185.8094    264.89%
67921.11/3476.05	c      3476             25          24        20         678.0000         185.8094    264.89%
68025.56/3481.40	c      3481             25          24        20         678.0000         185.8094    264.89%
68125.30/3486.44	c      3486             25          24        20         678.0000         185.8094    264.89%
68228.45/3491.63	c      3492             25          24        20         678.0000         185.8094    264.89%
68327.53/3496.68	c      3497             28          27        20         678.0000         185.8094    264.89%
68428.83/3501.72	c      3502             32          31        20         678.0000         185.8094    264.89%
68534.62/3507.11	c      3507             34          33        20         678.0000         185.8094    264.89%
68633.71/3512.12	c      3512             36          35        20         678.0000         185.8094    264.89%
68713.77/3516.26	c *    3516             36          35        20         477.0000         185.8094    156.71%
68732.39/3517.22	c *    3517             36          35        20         474.0000         185.8094    155.10%
68732.39/3517.22	c      3517             36          35        20         474.0000         185.8094    155.10%
68833.34/3522.35	c      3522             40          39        20         474.0000         185.8094    155.10%
68932.52/3527.38	c      3527             42          41        20         474.0000         185.8094    155.10%
69035.70/3532.56	c      3533             45          44        20         474.0000         185.8094    155.10%
69148.51/3538.24	c      3538             45          44        20         474.0000         185.8094    155.10%
69251.50/3543.43	c      3543             45          44        20         474.0000         185.8094    155.10%
69356.50/3548.78	c      3549             46          45        20         474.0000         185.8094    155.10%
69462.75/3554.19	c      3554             49          48        20         474.0000         185.8094    155.10%
69561.97/3559.19	c      3559             49          48        20         474.0000         185.8094    155.10%
69670.46/3564.61	c      3565             49          48        20         474.0000         185.8094    155.10%
69781.46/3570.23	c      3570             50          49        20         474.0000         185.8094    155.10%
69882.31/3575.33	c      3575             53          52        20         474.0000         185.8094    155.10%
69982.59/3580.42	c      3580             56          55        20         474.0000         185.8094    155.10%
70081.59/3585.43	c      3585             60          59        20         474.0000         185.8094    155.10%
70182.79/3590.52	c      3591             62          61        20         474.0000         185.8094    155.10%
70288.14/3595.90	c      3596             62          61        20         474.0000         185.8094    155.10%
70389.27/3601.09	c *    3601             62          61        20         461.0000         185.8094    148.10%
70389.27/3601.09	c      3601             62          61        20         461.0000         185.8094    148.10%
70499.57/3606.63	c      3607             62          61        20         461.0000         185.8094    148.10%
70598.05/3611.64	c      3612             63          62        20         461.0000         185.8094    148.10%
70697.27/3616.68	c      3617             63          62        20         461.0000         185.8094    148.10%
70804.06/3622.11	c      3622             63          62        20         461.0000         185.8094    148.10%
70912.48/3627.53	c      3628             63          62        20         461.0000         185.8094    148.10%
71013.51/3632.64	c      3633             63          62        20         461.0000         185.8094    148.10%
71116.45/3637.82	c      3638             63          62        20         461.0000         185.8094    148.10%
71218.81/3643.10	c      3643             63          62        20         461.0000         185.8094    148.10%
71323.33/3648.43	c      3648             63          62        20         461.0000         185.8094    148.10%
71422.65/3653.48	c      3653             63          62        20         461.0000         185.8094    148.10%
71527.98/3658.75	c      3659             63          62        20         461.0000         185.8094    148.10%
71627.31/3663.78	c      3664             63          62        20         461.0000         185.8094    148.10%
71728.65/3668.81	c      3669             63          62        20         461.0000         185.8094    148.10%
71829.05/3673.96	c      3674             63          62        20         461.0000         185.8094    148.10%
71930.91/3679.06	c      3679             63          62        20         461.0000         185.8094    148.10%

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 (170369 MiB free)
  memory of node 1: 193531 MiB (177697 MiB free)
  memory of node 2: 193531 MiB (175685 MiB free)
  memory of node 3: 193531 MiB (174872 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-4465214-1723593750/watcher-4465214-1723593750 -o /tmp/evaluation-result-4465214-1723593750/solver-4465214-1723593750 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770152 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465214-1723593750.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=770181, runsolver pid=770178
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 18.73 19.53 24.54 5/847 770188
/proc/meminfo: memFree=715257888/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=74224 memory=62144 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 13405 0 0 0 10 1 0 0 20 0 1 0 125957680 76005376 15536 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 18556 15536 2347 3035 0 14952 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 74224 KiB
Current children cumulated memory: 62144 KiB

[startup+0.219023 s]*
/proc/loadavg: 18.73 19.53 24.54 7/862 770214
/proc/meminfo: memFree=715110880/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=116792 memory=104140 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 23923 0 0 0 20 3 0 0 20 0 1 0 125957680 119595008 26035 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 29198 26035 2347 3035 0 25594 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 116792 KiB
Current children cumulated memory: 104140 KiB

[startup+0.320126 s]*
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714973752/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=153576 memory=141164 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 32678 0 0 0 29 4 0 0 20 0 1 0 125957680 157261824 35291 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 38394 35291 2347 3035 0 34790 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 153576 KiB
Current children cumulated memory: 141164 KiB

[startup+0.700273 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714685172/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=277896 memory=264636 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 61502 0 0 0 60 8 0 0 20 0 1 0 125957680 284565504 66159 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 69474 66159 2347 3035 0 65870 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 277896 KiB
Current children cumulated memory: 264636 KiB

[startup+1.50027 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714014184/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=689024 memory=675476 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 156356 0 0 0 125 24 0 0 20 0 1 0 125957680 705560576 168869 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 172256 168869 2555 3035 0 168652 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 689024 KiB
Current children cumulated memory: 675476 KiB

[startup+3.11891 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=710925744/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=845120 memory=831188 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 195244 0 0 0 280 30 0 0 20 0 1 0 125957680 865402880 207797 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 211280 207797 2614 3035 0 207676 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 831188 KiB

[startup+6.30024 s]
/proc/loadavg: 17.55 19.27 24.43 5/862 770216
/proc/meminfo: memFree=708606312/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=1247268 memory=1228892 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 227960 0 0 0 582 45 0 0 20 0 1 0 125957680 1277202432 307223 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 311817 307223 2710 3035 0 308213 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1228892 KiB

[startup+12.7003 s]
/proc/loadavg: 16.47 19.01 24.32 5/882 770236
/proc/meminfo: memFree=708271368/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=1256892 memory=1236756 CPUtime=12.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) R 770178 770181 770141 0 -1 4194304 287013 0 0 0 1210 55 0 0 20 0 1 0 125957680 1287057408 309189 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 314223 309189 2726 3035 0 310619 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1236756 KiB

[startup+25.5006 s]
/proc/loadavg: 20.12 19.69 24.48 61/1002 770358
/proc/meminfo: memFree=686770828/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=6308968 memory=4703440 CPUtime=25.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) S 770178 770181 770141 0 -1 1077936128 806277 0 0 0 2377 164 0 0 20 0 21 0 125957680 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 1577242 1175860 2774 3035 0 1280102 0
[pid=770181/tid=770339] ppid=770178 vsize=6308968 memory=2681636 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770339/stat : 770339 (fscip) S 770178 770181 770141 0 -1 1077936192 77164 0 0 0 55 11 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770340] ppid=770178 vsize=6308968 memory=3078052 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770340/stat : 770340 (fscip) S 770178 770181 770141 0 -1 1077936192 77164 0 0 0 56 10 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770341] ppid=770178 vsize=6308968 memory=1228892 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770341/stat : 770341 (fscip) S 770178 770181 770141 0 -1 1077936192 77165 0 0 0 54 12 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770342] ppid=770178 vsize=6308968 memory=66 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770342/stat : 770342 (fscip) S 770178 770181 770141 0 -1 1077936192 77164 0 0 0 54 12 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770343] ppid=770178 vsize=6308968 memory=39704 CPUtime=0.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770343/stat : 770343 (fscip) S 770178 770181 770141 0 -1 1077936192 77163 0 0 0 53 12 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770344] ppid=770178 vsize=6308968 memory=279761285815360 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770344/stat : 770344 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770345] ppid=770178 vsize=6308968 memory=3760787370862182724 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770345/stat : 770345 (fscip) R 770178 770181 770141 0 -1 4194368 35044 0 0 0 20 5 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770346] ppid=770178 vsize=6308968 memory=211359696135 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770346/stat : 770346 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770347] ppid=770178 vsize=6308968 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770347/stat : 770347 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770348] ppid=770178 vsize=6308968 memory=10556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770348/stat : 770348 (fscip) S 770178 770181 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770349] ppid=770178 vsize=6308968 memory=16336 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770349/stat : 770349 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770350] ppid=770178 vsize=6308968 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770350/stat : 770350 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770351] ppid=770178 vsize=6308968 memory=30962685530996822 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770351/stat : 770351 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770352] ppid=770178 vsize=6308968 memory=2807700 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770352/stat : 770352 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770353] ppid=770178 vsize=6308968 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770353/stat : 770353 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770354] ppid=770178 vsize=6308968 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770354/stat : 770354 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770355] ppid=770178 vsize=6308968 memory=279761285333616 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770355/stat : 770355 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770356] ppid=770178 vsize=6308968 memory=3310077607937002 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770356/stat : 770356 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770357] ppid=770178 vsize=6308968 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770357/stat : 770357 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770358] ppid=770178 vsize=6308968 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770358/stat : 770358 (fscip) S 770178 770181 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125959780 6460383232 1175860 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 6308968 KiB
Current children cumulated memory: 4703440 KiB

[startup+51.134 s]
/proc/loadavg: 40.66 24.62 25.97 81/1022 770384
/proc/meminfo: memFree=638900064/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=39830712 memory=37556156 CPUtime=341.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) S 770178 770181 770141 0 -1 1077936128 7997940 0 0 0 32466 1688 0 0 20 0 41 0 125957680 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 9957678 9389039 2790 3035 0 9596188 0
[pid=770181/tid=770339] ppid=770178 vsize=39830712 memory=16336 CPUtime=16.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770339/stat : 770339 (fscip) R 770178 770181 770141 0 -1 4194368 233608 0 0 0 1553 57 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770340] ppid=770178 vsize=39830712 memory=1228892 CPUtime=15.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770340/stat : 770340 (fscip) R 770178 770181 770141 0 -1 4194368 440103 0 0 0 1498 86 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770341] ppid=770178 vsize=39830712 memory=-6226627150907358052 CPUtime=15.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770341/stat : 770341 (fscip) R 770178 770181 770141 0 -1 4194368 485007 0 0 0 1496 94 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770342] ppid=770178 vsize=39830712 memory=30962685530996822 CPUtime=16.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770342/stat : 770342 (fscip) R 770178 770181 770141 0 -1 4194368 222824 0 0 0 1560 51 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770343] ppid=770178 vsize=39830712 memory=0 CPUtime=15.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770343/stat : 770343 (fscip) R 770178 770181 770141 0 -1 4194368 466402 0 0 0 1500 94 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770344] ppid=770178 vsize=39830712 memory=37556156 CPUtime=15.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770344/stat : 770344 (fscip) R 770178 770181 770141 0 -1 4194368 455658 0 0 0 1503 87 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770345] ppid=770178 vsize=39830712 memory=0 CPUtime=16.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770345/stat : 770345 (fscip) R 770178 770181 770141 0 -1 4194368 233993 0 0 0 1559 54 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770346] ppid=770178 vsize=39830712 memory=5472 CPUtime=15.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770346/stat : 770346 (fscip) R 770178 770181 770141 0 -1 4194368 443326 0 0 0 1499 91 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770347] ppid=770178 vsize=39830712 memory=35597892 CPUtime=15.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770347/stat : 770347 (fscip) R 770178 770181 770141 0 -1 4194368 464759 0 0 0 1501 93 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770348] ppid=770178 vsize=39830712 memory=2268 CPUtime=16.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770348/stat : 770348 (fscip) R 770178 770181 770141 0 -1 4194368 234118 0 0 0 1556 54 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770349] ppid=770178 vsize=39830712 memory=16336 CPUtime=15.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770349/stat : 770349 (fscip) R 770178 770181 770141 0 -1 4194368 466830 0 0 0 1493 95 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770350] ppid=770178 vsize=39830712 memory=5472 CPUtime=15.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770350/stat : 770350 (fscip) R 770178 770181 770141 0 -1 4194368 467722 0 0 0 1499 94 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770351] ppid=770178 vsize=39830712 memory=36385184 CPUtime=16.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770351/stat : 770351 (fscip) R 770178 770181 770141 0 -1 4194368 221805 0 0 0 1562 50 0 0 20 0 41 0 125959780 40786649088 9389039 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0

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

[pid=770181/tid=770373] ppid=770178 vsize=135775392 memory=109176396 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770373/stat : 770373 (fscip) S 770178 770181 770141 0 -1 1077936192 236 0 0 0 0 2 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770374] ppid=770178 vsize=135775392 memory=109099656 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770374/stat : 770374 (fscip) S 770178 770181 770141 0 -1 1077936192 246 0 0 0 2 0 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770375] ppid=770178 vsize=135775392 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770375/stat : 770375 (fscip) S 770178 770181 770141 0 -1 1077936192 360 0 0 0 3 0 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770376] ppid=770178 vsize=135775392 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770376/stat : 770376 (fscip) S 770178 770181 770141 0 -1 1077936192 320 0 0 0 1 1 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770377] ppid=770178 vsize=135775392 memory=7384 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770377/stat : 770377 (fscip) S 770178 770181 770141 0 -1 1077936192 325 0 0 0 3 0 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770378] ppid=770178 vsize=135775392 memory=30888 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770378/stat : 770378 (fscip) S 770178 770181 770141 0 -1 1077936192 332 0 0 0 1 2 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770379] ppid=770178 vsize=135775392 memory=109184772 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770379/stat : 770379 (fscip) S 770178 770181 770141 0 -1 1077936192 227 0 0 0 2 0 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770380] ppid=770178 vsize=135775392 memory=109350632 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770380/stat : 770380 (fscip) S 770178 770181 770141 0 -1 1077936192 389 0 0 0 3 0 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770381] ppid=770178 vsize=135775392 memory=164 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770381/stat : 770381 (fscip) S 770178 770181 770141 0 -1 1077936192 369 0 0 0 2 0 0 0 20 0 41 0 125961210 139034001408 27296194 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
Current children cumulated CPU time: 71204.1 s
Current children cumulated vsize: 135775392 KiB
Current children cumulated memory: 109184776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3682.6 s]
/proc/loadavg: 55.77 74.23 77.30 43/944 772492
/proc/meminfo: memFree=595722552/790760804 swapFree=131071996/131071996
[pid=770181] ppid=770178 vsize=135937972 memory=109292952 CPUtime=72001.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/stat : 770181 (fscip) S 770178 770181 770141 0 -1 1077936128 322307819 0 0 0 7153955 46227 0 0 20 0 41 0 125957680 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
/proc/770181/statm: 33984493 27323238 3030 3035 0 33380592 0
[pid=770181/tid=770339] ppid=770178 vsize=135937972 memory=11512 CPUtime=3617.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770339/stat : 770339 (fscip) R 770178 770181 770141 0 -1 4194368 7797050 0 0 0 360504 1209 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770340] ppid=770178 vsize=135937972 memory=11124 CPUtime=3605.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770340/stat : 770340 (fscip) R 770178 770181 770141 0 -1 4194368 15527329 0 0 0 357531 3016 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770341] ppid=770178 vsize=135937972 memory=11512 CPUtime=3573.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770341/stat : 770341 (fscip) R 770178 770181 770141 0 -1 4194368 24932844 0 0 0 354822 2526 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770342] ppid=770178 vsize=135937972 memory=11512 CPUtime=3616.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770342/stat : 770342 (fscip) R 770178 770181 770141 0 -1 4194368 7334048 0 0 0 360519 1149 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770343] ppid=770178 vsize=135937972 memory=2212 CPUtime=3603.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770343/stat : 770343 (fscip) R 770178 770181 770141 0 -1 4194368 16007113 0 0 0 357406 2948 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770344] ppid=770178 vsize=135937972 memory=1736 CPUtime=3579.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770344/stat : 770344 (fscip) R 770178 770181 770141 0 -1 4194368 26235028 0 0 0 354994 3001 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770345] ppid=770178 vsize=135937972 memory=18692 CPUtime=3613.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770345/stat : 770345 (fscip) R 770178 770181 770141 0 -1 4194368 7817284 0 0 0 360223 1111 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770346] ppid=770178 vsize=135937972 memory=28064 CPUtime=3592.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770346/stat : 770346 (fscip) R 770178 770181 770141 0 -1 4194368 17953756 0 0 0 355820 3476 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770347] ppid=770178 vsize=135937972 memory=32848 CPUtime=3575.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770347/stat : 770347 (fscip) R 770178 770181 770141 0 -1 4194368 26184156 0 0 0 354548 2980 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770348] ppid=770178 vsize=135937972 memory=7140 CPUtime=3616.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770348/stat : 770348 (fscip) R 770178 770181 770141 0 -1 4194368 8106232 0 0 0 360422 1207 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770349] ppid=770178 vsize=135937972 memory=36328 CPUtime=3610.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770349/stat : 770349 (fscip) R 770178 770181 770141 0 -1 4194368 13287835 0 0 0 358341 2704 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770350] ppid=770178 vsize=135937972 memory=6796 CPUtime=3579 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770350/stat : 770350 (fscip) R 770178 770181 770141 0 -1 4194368 27313413 0 0 0 354998 2902 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770351] ppid=770178 vsize=135937972 memory=20456 CPUtime=3619.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770351/stat : 770351 (fscip) R 770178 770181 770141 0 -1 4194368 7595967 0 0 0 360750 1164 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770352] ppid=770178 vsize=135937972 memory=6836 CPUtime=3600.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770352/stat : 770352 (fscip) R 770178 770181 770141 0 -1 4194368 18219118 0 0 0 356845 3249 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770353] ppid=770178 vsize=135937972 memory=7032 CPUtime=3567.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770353/stat : 770353 (fscip) R 770178 770181 770141 0 -1 4194368 21507202 0 0 0 354617 2121 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770354] ppid=770178 vsize=135937972 memory=28124 CPUtime=3615.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770354/stat : 770354 (fscip) R 770178 770181 770141 0 -1 4194368 7112673 0 0 0 360476 1086 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770355] ppid=770178 vsize=135937972 memory=2656 CPUtime=3601.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770355/stat : 770355 (fscip) R 770178 770181 770141 0 -1 4194368 17084991 0 0 0 356992 3192 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770356] ppid=770178 vsize=135937972 memory=6628 CPUtime=3576.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770356/stat : 770356 (fscip) R 770178 770181 770141 0 -1 4194368 26637994 0 0 0 355118 2555 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770357] ppid=770178 vsize=135937972 memory=109103524 CPUtime=3615.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770357/stat : 770357 (fscip) R 770178 770181 770141 0 -1 4194368 8068307 0 0 0 360330 1192 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770358] ppid=770178 vsize=135937972 memory=1844 CPUtime=3598.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770358/stat : 770358 (fscip) R 770178 770181 770141 0 -1 4194368 17174374 0 0 0 356512 3312 0 0 20 0 41 0 125959780 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770362] ppid=770178 vsize=135937972 memory=2824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770362/stat : 770362 (fscip) S 770178 770181 770141 0 -1 1077936192 242 0 0 0 2 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770363] ppid=770178 vsize=135937972 memory=4856 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770363/stat : 770363 (fscip) S 770178 770181 770141 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770364] ppid=770178 vsize=135937972 memory=7676596 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770364/stat : 770364 (fscip) S 770178 770181 770141 0 -1 1077936192 332 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770365] ppid=770178 vsize=135937972 memory=2848 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770365/stat : 770365 (fscip) S 770178 770181 770141 0 -1 1077936192 323 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770366] ppid=770178 vsize=135937972 memory=4300 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770366/stat : 770366 (fscip) S 770178 770181 770141 0 -1 1077936192 408 0 0 0 0 2 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770367] ppid=770178 vsize=135937972 memory=725328 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770367/stat : 770367 (fscip) S 770178 770181 770141 0 -1 1077936192 244 0 0 0 2 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770368] ppid=770178 vsize=135937972 memory=2788 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770368/stat : 770368 (fscip) S 770178 770181 770141 0 -1 1077936192 541 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770369] ppid=770178 vsize=135937972 memory=4668 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770369/stat : 770369 (fscip) S 770178 770181 770141 0 -1 1077936192 259 0 0 0 2 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770370] ppid=770178 vsize=135937972 memory=6720668757124989288 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770370/stat : 770370 (fscip) S 770178 770181 770141 0 -1 1077936192 324 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770371] ppid=770178 vsize=135937972 memory=2824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770371/stat : 770371 (fscip) S 770178 770181 770141 0 -1 1077936192 368 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770372] ppid=770178 vsize=135937972 memory=109292952 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770372/stat : 770372 (fscip) S 770178 770181 770141 0 -1 1077936192 411 0 0 0 1 2 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770373] ppid=770178 vsize=135937972 memory=995896 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770373/stat : 770373 (fscip) S 770178 770181 770141 0 -1 1077936192 239 0 0 0 0 2 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770374] ppid=770178 vsize=135937972 memory=2848 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770374/stat : 770374 (fscip) S 770178 770181 770141 0 -1 1077936192 248 0 0 0 2 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770375] ppid=770178 vsize=135937972 memory=104 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770375/stat : 770375 (fscip) S 770178 770181 770141 0 -1 1077936192 362 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770376] ppid=770178 vsize=135937972 memory=2004 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770376/stat : 770376 (fscip) S 770178 770181 770141 0 -1 1077936192 324 0 0 0 1 1 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770377] ppid=770178 vsize=135937972 memory=52544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770377/stat : 770377 (fscip) S 770178 770181 770141 0 -1 1077936192 329 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770378] ppid=770178 vsize=135937972 memory=28748 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770378/stat : 770378 (fscip) S 770178 770181 770141 0 -1 1077936192 335 0 0 0 1 2 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770379] ppid=770178 vsize=135937972 memory=7384 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770379/stat : 770379 (fscip) S 770178 770181 770141 0 -1 1077936192 229 0 0 0 2 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770380] ppid=770178 vsize=135937972 memory=30888 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770380/stat : 770380 (fscip) S 770178 770181 770141 0 -1 1077936192 393 0 0 0 3 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
[pid=770181/tid=770381] ppid=770178 vsize=135937972 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/770181/task/770381/stat : 770381 (fscip) S 770178 770181 770141 0 -1 1077936192 373 0 0 0 2 0 0 0 20 0 41 0 125961210 139200483328 27323238 809668444160 4194304 16623229 140726295075216 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38993920 140726295077894 140726295078012 140726295078012 140726295085040 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 135937972 KiB
Current children cumulated memory: 109292952 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=71539.8 s, system=464.405 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3683.2 s]
/proc/loadavg: 55.77 74.23 77.30 24/905 772492
/proc/meminfo: memFree=612028196/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684 s]*
/proc/loadavg: 55.77 74.23 77.30 23/905 772492
/proc/meminfo: memFree=675387836/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684.4 s]
/proc/loadavg: 55.77 74.23 77.30 23/905 772492
/proc/meminfo: memFree=675387836/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684.6 s]
/proc/loadavg: 55.77 74.23 77.30 23/905 772492
/proc/meminfo: memFree=675387836/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3684.75
CPU time (s): 72004.2
CPU user time (s): 71539.8
CPU system time (s): 464.405
CPU usage (%): 1954.11
Max. virtual memory (cumulated for all children) (KiB): 136010808
Max. memory (cumulated for all children) (KiB): 109392252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71539.8
system time used= 464.405
maximum resident set size= 109394144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322308933
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= 15606775
involuntary context switches= 498680


# summary of solver processes directly reported to runsolver:
#   pid: 770181
#   total CPU time (s): 72004.2
#   total CPU user time (s): 71539.8
#   total CPU system time (s): 464.405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.1587 second user time and 86.5455 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 02:02:31
IDJOB=4465214
IDBENCH=147565
IDSOLVER=3094
FILE ID=nodeD102/4465214-1723593750
RUNJOBID= nodeD102-1723593750-770152
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588184 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.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-4465214-1723593750/watcher-4465214-1723593750 -o /tmp/evaluation-result-4465214-1723593750/solver-4465214-1723593750 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770152 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465214-1723593750.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 41281aaad41c07f4dcd6eb689ad0db2a
RANDOM SEED=975907491

nodeD102.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3485.637
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1681.881
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1452.317
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3408.640
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3263.376
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1654.019
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1455.662
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3552.233
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2402.599
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2915.480
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2580.839
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3657.361
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1993.295
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3108.926
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1398.523
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3648.233
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1431.385
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3105.347
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1434.391
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3849.472
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3238.311
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3114.493
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1451.635
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2735.106
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2987.033
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3252.957
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2121.276
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1127.989
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1206.019
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2671.951
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2032.578
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1108.578
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2972.812
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2873.724
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3001.591
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2124.155
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1730.171
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3153.395
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2727.574
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2433.763
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2257.605
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2550.842
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2672.793
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2458.815
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3676.853
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3043.067
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3455.397
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2196.593
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3490.805
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3725.492
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3610.696
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2480.512
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3354.843
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3606.961
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3615.952
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2383.936
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3819.451
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3298.759
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3648.563
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2537.971
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3234.588
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3827.053
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3847.474
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1429.566
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3006.018
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2642.907
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3119.846
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1429.567
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3036.170
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2669.263
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1450.322
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1400.991
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2180.215
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2657.037
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1413.994
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1426.133
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2111.816
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2678.700
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1422.911
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1269.562
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        715398832 kB
MemAvailable:   783011248 kB
Buffers:         1249856 kB
Cached:         69143336 kB
SwapCached:            0 kB
Active:          9586764 kB
Inactive:       61204184 kB
Active(anon):       2180 kB
Inactive(anon):   434608 kB
Active(file):    9584584 kB
Inactive(file): 60769576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            194696 kB
Writeback:             0 kB
AnonPages:        398044 kB
Mapped:           101936 kB
Shmem:             38920 kB
KReclaimable:    1355564 kB
Slab:            1897988 kB
SReclaimable:    1355564 kB
SUnreclaim:       542424 kB
KernelStack:       14720 kB
PageTables:         9696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     896460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1122048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588156 MiB
End job on nodeD102 at 2024-08-14 03:03:55