Trace number 4467043

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.9 3660.81

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-le450-5a-4_wcsp.wbo
MD5SUM6f720b4722bfdee79227a462351755e1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark829
Best CPU time to get the best result obtained on this benchmark3587.62
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints23306
Number of soft constraints22856
Number of constraints which are clauses22856
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 22856
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.13	c Default LC presolving (default).
0.10/0.13	c ** Before presolving: virtualMemUsedAtLc = 152939641, getVmSize() = 114831360, SCIPgetMemUsed() = 80829137, SCIPgetMemTotal() = 87886081, SCIPgetMemExternEstim() = 65053560
0.10/0.13	c ** set memory limit for presolving in LC to 8.79561e+12 for SCIP **
0.79/0.82	c ** Estimated virtualMemUsedAtSolver = 235210447, getVmSize() = 322785280, SCIPgetMemUsed() = 156443791, SCIPgetMemTotal() = 287762111, SCIPgetMemExternEstim() = 65053560
0.79/0.82	c ** set memory limit for solvers to 4.18787e+11 for each SCIP **
0.79/0.82	c Original Problem   :
0.79/0.82	c   Problem name     : instance-4467043-1722613051
0.79/0.82	c   Variables        : 24656 (24656 binary, 0 integer, 0 implicit integer, 0 continuous)
0.79/0.82	c   Constraints      : 46163
0.79/0.82	c   Objective sense  : minimize
0.79/0.82	c Presolved Problem  :
0.79/0.82	c   Variables        : 47487 (24656 binary, 0 integer, 22831 implicit integer, 0 continuous)
0.79/0.82	c   Constraints      : 46163
0.79/0.82	c Constraints        : Number
0.79/0.82	c   knapsack         : 1 
0.79/0.82	c   setppc           : 450 
0.79/0.82	c   linear           : 22856 
0.79/0.82	c   indicator        : 22856 
0.79/0.82	c ** Instance transfer method used: 0
0.89/0.94	c ** ParaScipInstance copy increased the number of variables. **
3.43/3.46	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.43/3.46	c                                Nodes    Active                                            
3.43/3.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
84.80/9.50	c *      10              0           1        20        5714.0000                -          -
84.80/9.50	c        10              0           1        20        5714.0000                -          -
117.35/15.39	c        15              0           1        20        5714.0000                -          -
170.01/21.95	c        22              0           1        20        5714.0000                -          -
2463.61/140.35	c *     140              0           1        20        5684.0000                -          -
2463.61/140.35	c       140              0           1        20        5684.0000                -          -
3146.31/175.77	c       176              2           1        20        5684.0000           0.0000          -
3353.35/186.14	c       186              2           3        20        5684.0000           0.0000          -
3549.67/196.05	c       196             21          22        20        5684.0000           0.0000          -
3654.17/201.31	c       201             41          42        20        5684.0000           0.0000          -
3755.32/206.40	c       206             41          42        20        5684.0000           0.0000          -
3865.47/212.11	c *     212             91          92        20        5348.0000           0.0000          -
3865.47/212.11	c       212             91          92        20        5348.0000           0.0000          -
3971.46/217.55	c       218             82          81        20        5348.0000           0.0000          -
4086.45/223.31	c       223             82          81        20        5348.0000           0.0000          -
4203.41/229.23	c       229            201         202        20        5348.0000           0.0000          -
4310.51/234.62	c       235             83          82        20        5348.0000           0.0000          -
4411.69/239.73	c       240            101         102        20        5348.0000           0.0000          -
4465.37/242.57	c *     243            102         101        20        5010.0000           0.0000          -
4478.22/243.39	c *     243            102         101        20        4912.0000           0.0000          -
4488.26/244.11	c *     244            422         421        20        4893.0000           0.0000          -
4504.95/245.02	c       245            112         111        20        4893.0000           0.0000          -
4539.35/246.83	c *     247            460         459        20        2360.0000           0.0000          -
4607.55/250.34	c       250            522         521        20        2360.0000           0.0000          -
4723.05/256.15	c       256            662         661        20        2360.0000           0.0000          -
4843.14/262.21	c       262            662         661        20        2360.0000           0.0000          -
4948.16/267.57	c       268            662         661        20        2360.0000           0.0000          -
5047.22/272.58	c       273            662         661        20        2360.0000           0.0000          -
5167.26/278.70	c *     279            662         661        20        2311.0000           0.0000          -
5167.26/278.70	c       279            662         661        20        2311.0000           0.0000          -
5285.95/284.65	c       285            662         661        20        2311.0000           0.0000          -
5413.68/291.09	c       291            662         661        20        2311.0000           0.0000          -
5514.75/296.17	c       296            662         661        20        2311.0000           0.0000          -
5620.83/301.57	c       302            662         661        20        2311.0000           0.0000          -
5734.74/307.36	c       307            662         661        20        2311.0000           0.0000          -
5763.17/308.87	c *     309            662         661        20        2292.0000           0.0000          -
5842.17/312.80	c       313            642         641        20        2292.0000           0.0000          -
5876.06/314.64	c *     315            642         641        20        2273.0000           0.0000          -
5917.54/316.89	c *     317            642         641        20         699.0000           0.0000          -
5950.61/318.63	c       319            642         641        20         699.0000           0.0000          -
6018.18/322.29	c *     322            642         641        20         685.0000           0.0000          -
6047.56/323.77	c       324            642         641        20         685.0000           0.0000          -
6077.99/325.42	c *     325            642         641        20         654.0000           0.0000          -
6137.49/328.82	c       329            642         641        20         654.0000           0.0000          -
6156.41/330.23	c *     330            642         641        20         640.0000           0.0000          -
6227.63/334.39	c       334            642         641        20         640.0000           0.0000          -
6240.55/335.16	c *     335            642         641        20         627.0000           0.0000          -
6321.79/339.56	c       340            781         782        20         627.0000           0.0000          -
6371.84/342.24	c *     342             11          10        20         614.0000           0.0000          -
6421.10/344.71	c       345             11          10        20         614.0000           0.0000          -
6535.86/350.73	c *     351            781         782        20         604.0000           0.0000          -
6535.86/350.73	c       351            781         782        20         604.0000           0.0000          -
6636.63/355.88	c       356            972         971        20         604.0000           0.0000          -
6735.61/360.89	c       361            972         971        20         604.0000           0.0000          -
6836.66/365.99	c       366            972         971        20         604.0000           0.0000          -
6941.62/371.26	c       371            972         971        20         604.0000           0.0000          -
7040.72/376.27	c       376            972         971        20         604.0000           0.0000          -
7151.62/381.87	c       382            972         971        20         604.0000           0.0000          -
7260.58/387.33	c       387            972         971        20         604.0000           0.0000          -
7361.58/392.41	c       392            972         971        20         604.0000           0.0000          -
7468.60/397.82	c       398            972         971        20         604.0000           0.0000          -
7567.60/402.88	c       403            972         971        20         604.0000           0.0000          -
7680.43/408.53	c       409              2           3        20         604.0000           0.0000          -
7781.46/413.65	c       414              2           3        20         604.0000           0.0000          -
7880.51/418.66	c       419              2           3        20         604.0000           0.0000          -
7981.53/423.74	c       424             27          26        20         604.0000           0.0000          -
8084.56/429.02	c       429             27          26        20         604.0000           0.0000          -
8193.47/434.40	c       434             27          26        20         604.0000           0.0000          -
8292.55/439.48	c       439              2           3        20         604.0000           0.0000          -
8387.29/444.60	c       445              2           3        20         604.0000           0.0000          -
8487.86/449.87	c       450              2           3        20         604.0000           0.0000          -
8590.68/455.32	c       455              2           3        20         604.0000           0.0000          -
8701.45/460.93	c       461              2           3        20         604.0000           0.0000          -
8806.40/466.25	c       466             37          36        20         604.0000           0.0000          -
8905.38/471.28	c       471             37          36        20         604.0000           0.0000          -
9012.32/476.60	c       477             37          36        20         604.0000           0.0000          -
9113.37/481.73	c       482             37          36        20         604.0000           0.0000          -
9212.44/486.76	c       487             37          36        20         604.0000           0.0000          -
9315.51/492.00	c       492           2469        1064        20         604.0000           0.0000          -
9420.44/497.22	c       497           2469        1064        20         604.0000           0.0000          -
9521.50/502.33	c       502           4678        1981        20         604.0000           0.0000          -
9626.48/507.64	c       508           4678        1981        20         604.0000           0.0000          -
9730.69/512.94	c       513           4678        1981        20         604.0000           0.0000          -
9847.56/519.10	c       519           4678        1981        20         604.0000           0.0000          -
9946.40/524.33	c       524           4678        1981        20         604.0000           0.0000          -
10042.38/529.37	c       529           4678        1981        20         604.0000           0.0000          -
10139.73/534.42	c       534           4678        1981        20         604.0000           0.0000          -
10151.03/535.14	c *     535           4678        1981        20         601.0000           0.0000          -
10226.61/539.03	c *     539           4678        1981        20         588.0000           0.0000          -
10246.64/540.13	c       540           4678        1981        20         588.0000           0.0000          -
10347.73/545.17	c       545           4678        1981        20         588.0000           0.0000          -
10447.83/550.25	c       550              2           3        20         588.0000           0.0000          -
10550.83/555.40	c       555              2           3        20         588.0000           0.0000          -
10655.81/560.76	c       561              2           3        20         588.0000           0.0000          -
10746.56/565.44	c *     565              2           3        20         587.0000           0.0000          -
10762.15/566.22	c       566              2           3        20         587.0000           0.0000          -
10863.16/571.33	c       571              2           3        20         587.0000           0.0000          -
10880.25/572.33	c *     572              2           3        20         586.0000           0.0000          -
10965.29/576.63	c       577              2           3        20         586.0000           0.0000          -
11070.42/581.93	c       582              2           3        20         586.0000           0.0000          -
11174.27/587.15	c       587              2           3        20         586.0000           0.0000          -
11273.23/592.19	c       592              2           3        20         586.0000           0.0000          -
11383.51/597.70	c       598              2           3        20         586.0000           0.0000          -
11482.61/602.79	c       603              2           3        20         586.0000           0.0000          -
11585.63/607.98	c       608              2           3        20         586.0000           0.0000          -
11687.38/613.10	c       613              2           3        20         586.0000           0.0000          -
11788.47/618.18	c       618              2           3        20         586.0000           0.0000          -
11891.00/623.38	c       623              2           3        20         586.0000           0.0000          -
11994.02/628.53	c       629              2           3        20         586.0000           0.0000          -
12095.14/633.64	c       634              2           3        20         586.0000           0.0000          -
12206.15/639.22	c       639              2           3        20         586.0000           0.0000          -
12309.22/644.41	c       644              2           3        20         586.0000           0.0000          -
12410.38/649.58	c       650              2           3        20         586.0000           0.0000          -
12515.42/654.85	c       655              2           3        20         586.0000           0.0000          -
12619.14/660.05	c       660              2           3        20         586.0000           0.0000          -
12720.39/665.16	c       665              2           3        20         586.0000           0.0000          -
12820.83/670.23	c       670              2           3        20         586.0000           0.0000          -
12923.95/675.43	c       675              2           3        20         586.0000           0.0000          -
13025.09/680.59	c       681              2           3        20         586.0000           0.0000          -
13126.26/685.61	c       686              2           3        20         586.0000           0.0000          -
13225.42/690.68	c       691              2           3        20         586.0000           0.0000          -
13328.57/695.85	c       696              2           3        20         586.0000           0.0000          -
13429.71/700.91	c       701              2           3        20         586.0000           0.0000          -
13528.76/706.01	c       706              2           3        20         586.0000           0.0000          -
13630.33/711.11	c       711              2           3        20         586.0000           0.0000          -
13736.68/716.42	c       716              2           3        20         586.0000           0.0000          -
13837.73/721.57	c       722              2           3        20         586.0000           0.0000          -
13938.83/726.67	c       727              2           3        20         586.0000           0.0000          -
14039.94/731.73	c       732              2           3        20         586.0000           0.0000          -
14143.02/737.01	c       737              2           3        20         586.0000           0.0000          -
14246.94/742.17	c       742              2           3        20         586.0000           0.0000          -
14347.20/747.24	c       747              2           3        20         586.0000           0.0000          -
14452.22/752.51	c       753              2           3        20         586.0000           0.0000          -
14553.26/757.69	c       758              2           3        20         586.0000           0.0000          -
14654.40/762.76	c       763              2           3        20         586.0000           0.0000          -
14757.53/767.93	c       768              2           3        20         586.0000           0.0000          -
14856.77/773.02	c       773              2           3        20         586.0000           0.0000          -
14960.68/778.18	c       778              2           3        20         586.0000           0.0000          -
15069.09/783.61	c       784              2           3        20         586.0000           0.0000          -
15168.31/788.67	c       789              2           3        20         586.0000           0.0000          -
15269.44/793.72	c       794              2           3        20         586.0000           0.0000          -
15368.65/798.78	c       799              2           3        20         586.0000           0.0000          -
15469.84/803.80	c       804              2           3        20         586.0000           0.0000          -
15571.02/808.91	c       809              2           3        20         586.0000           0.0000          -
15674.96/814.14	c       814              2           3        20         586.0000           0.0000          -
15774.04/819.18	c       819              2           3        20         586.0000           0.0000          -
15874.50/824.25	c       824              2           3        20         586.0000           0.0000          -
15975.73/829.34	c       829              2           3        20         586.0000           0.0000          -
16084.85/834.86	c       835              2           3        20         586.0000           0.0000          -
16190.71/840.18	c       840              2           3        20         586.0000           0.0000          -
16293.18/845.30	c       845              2           3        20         586.0000           0.0000          -
16394.26/850.44	c       850              2           3        20         586.0000           0.0000          -
16493.48/855.48	c       855              2           3        20         586.0000           0.0000          -
16592.66/860.50	c       860              2           3        20         586.0000           0.0000          -
16695.79/865.62	c       866              2           3        20         586.0000           0.0000          -
16790.84/870.69	c       871              2           3        20         586.0000           0.0000          -
16888.17/875.78	c       876              2           3        20         586.0000           0.0000          -
16989.39/880.82	c       881              2           3        20         586.0000           0.0000          -
17088.67/885.83	c       886              2           3        20         586.0000           0.0000          -
17187.92/890.86	c       891              2           3        20         586.0000           0.0000          -
17289.09/895.94	c       896              2           3        20         586.0000           0.0000          -
17388.33/900.96	c       901              2           3        20         586.0000           0.0000          -
17493.45/906.23	c       906              2           3        20         586.0000           0.0000          -
17594.65/911.33	c       911              2           3        20         586.0000           0.0000          -
17695.88/916.40	c       916              2           3        20         586.0000           0.0000          -
17799.09/921.67	c       922              2           3        20         586.0000           0.0000          -
17904.14/927.03	c       927              2           3        20         586.0000           0.0000          -
18009.30/932.29	c       932              2           3        20         586.0000           0.0000          -
18112.49/937.49	c       938              2           3        20         586.0000           0.0000          -
18227.35/943.26	c       943              2           3        20         586.0000           0.0000          -
18328.33/948.32	c       948              2           3        20         586.0000           0.0000          -
18429.39/953.44	c       953              2           3        20         586.0000           0.0000          -
18532.45/958.64	c       959              2           3        20         586.0000           0.0000          -
18637.56/963.95	c       964              2           3        20         586.0000           0.0000          -
18742.61/969.20	c       969              2           3        20         586.0000           0.0000          -
18841.75/974.27	c       974              2           3        20         586.0000           0.0000          -
18942.96/979.30	c       979              2           3        20         586.0000           0.0000          -
19042.08/984.38	c       984              2           3        20         586.0000           0.0000          -
19143.13/989.48	c       989              2           3        20         586.0000           0.0000          -
19244.22/994.54	c       995              2           3        20         586.0000           0.0000          -
19345.28/999.64	c      1000              2           3        20         586.0000           0.0000          -
19448.36/1004.82	c      1005              2           3        20         586.0000           0.0000          -
19549.56/1009.96	c      1010              2           3        20         586.0000           0.0000          -
19648.67/1014.98	c      1015              2           3        20         586.0000           0.0000          -
19757.70/1020.46	c      1020              2           3        20         586.0000           0.0000          -
19860.82/1025.64	c      1026              2           3        20         586.0000           0.0000          -
19965.83/1031.01	c      1031              2           3        20         586.0000           0.0000          -
20082.74/1036.80	c      1037              2           3        20         586.0000           0.0000          -
20186.54/1042.05	c      1042              2           3        20         586.0000           0.0000          -
20290.86/1047.35	c      1047              2           3        20         586.0000           0.0000          -
20393.88/1052.52	c      1053              2           3        20         586.0000           0.0000          -
20498.89/1057.83	c      1058              2           3        20         586.0000           0.0000          -
20600.01/1063.02	c      1063              2           3        20         586.0000           0.0000          -
20701.78/1068.07	c      1068              2           3        20         586.0000           0.0000          -
20800.83/1073.11	c      1073              2           3        20         586.0000           0.0000          -
20855.02/1075.96	c *    1076              2           3        20         585.0000           0.0000          -
20902.14/1078.30	c      1078              2           3        20         585.0000           0.0000          -
20984.36/1082.63	c *    1083              2           3        20         584.0000           0.0000          -
21005.98/1083.72	c      1084              2           3        20         584.0000           0.0000          -
21105.08/1088.77	c      1089              2           3        20         584.0000           0.0000          -
21204.17/1093.78	c      1094              2           3        20         584.0000           0.0000          -
21305.31/1098.83	c      1099              2           3        20         584.0000           0.0000          -
21410.95/1104.15	c      1104              2           3        20         584.0000           0.0000          -
21513.56/1109.36	c      1109              2           3        20         584.0000           0.0000          -
21614.67/1114.46	c      1114              2           3        20         584.0000           0.0000          -
21719.77/1119.73	c      1120              2           3        20         584.0000           0.0000          -
21822.84/1124.90	c      1125              2           3        20         584.0000           0.0000          -
21921.87/1129.91	c      1130              2           3        20         584.0000           0.0000          -
22025.50/1135.18	c      1135              2           3        20         584.0000           0.0000          -
22124.55/1140.18	c      1140              2           3        20         584.0000           0.0000          -
22227.05/1145.33	c      1145              2           3        20         584.0000           0.0000          -
22330.14/1150.50	c      1151              2           3        20         584.0000           0.0000          -
22435.19/1155.80	c      1156              2           3        20         584.0000           0.0000          -
22534.31/1160.87	c      1161              2           3        20         584.0000           0.0000          -
22633.45/1165.88	c      1166              2           3        20         584.0000           0.0000          -
22739.26/1171.18	c      1171              2           3        20         584.0000           0.0000          -
22841.60/1176.40	c      1176              2           3        20         584.0000           0.0000          -
22942.65/1181.46	c      1181              2           3        20         584.0000           0.0000          -
23043.74/1186.58	c      1187              2           3        20         584.0000           0.0000          -
23144.88/1191.67	c      1192              2           3        20         584.0000           0.0000          -
23255.89/1197.24	c      1197              2           3        20         584.0000           0.0000          -
23358.93/1202.43	c      1202              2           3        20         584.0000           0.0000          -
23458.05/1207.48	c      1207              2           3        20         584.0000           0.0000          -
23561.11/1212.68	c      1213              2           3        20         584.0000           0.0000          -
23672.09/1218.23	c      1218              2           3        20         584.0000           0.0000          -
23773.12/1223.33	c      1223              2           3        20         584.0000           0.0000          -
23880.15/1228.70	c      1229              2           3        20         584.0000           0.0000          -
23981.30/1233.84	c      1234              2           3        20         584.0000           0.0000          -
24082.44/1238.91	c      1239              2           3        20         584.0000           0.0000          -
24191.51/1244.45	c      1244              2           3        20         584.0000           0.0000          -
24292.56/1249.55	c      1250              2           3        20         584.0000           0.0000          -
24391.60/1254.59	c      1255              2           3        20         584.0000           0.0000          -
24494.69/1259.78	c      1260              2           3        20         584.0000           0.0000          -
24600.31/1265.10	c      1265              2           3        20         584.0000           0.0000          -
24708.90/1270.58	c      1271              2           3        20         584.0000           0.0000          -
24813.94/1275.86	c      1276              2           3        20         584.0000           0.0000          -
24915.10/1280.94	c      1281              2           3        20         584.0000           0.0000          -
25022.06/1286.33	c      1286              2           3        20         584.0000           0.0000          -
25127.11/1291.64	c      1292              2           3        20         584.0000           0.0000          -
25234.73/1297.05	c      1297              2           3        20         584.0000           0.0000          -
25341.19/1302.46	c      1302              2           3        20         584.0000           0.0000          -
25448.30/1307.83	c      1308              2           3        20         584.0000           0.0000          -
25549.50/1312.99	c      1313              2           3        20         584.0000           0.0000          -
25654.62/1318.28	c      1318              2           3        20         584.0000           0.0000          -
25757.77/1323.40	c      1323              2           3        20         584.0000           0.0000          -
25860.87/1328.60	c      1329              2           3        20         584.0000           0.0000          -
25961.92/1333.72	c      1334              2           3        20         584.0000           0.0000          -
26064.99/1338.98	c      1339              2           3        20         584.0000           0.0000          -
26166.73/1344.08	c      1344              2           3        20         584.0000           0.0000          -
26267.72/1349.18	c      1349              2           3        20         584.0000           0.0000          -
26368.26/1354.28	c      1354              2           3        20         584.0000           0.0000          -
26471.34/1359.44	c      1359              2           3        20         584.0000           0.0000          -
26576.38/1364.74	c      1365              2           3        20         584.0000           0.0000          -
26677.49/1369.89	c      1370              2           3        20         584.0000           0.0000          -
26778.59/1374.92	c      1375              2           3        20         584.0000           0.0000          -
26883.70/1380.22	c      1380              2           3        20         584.0000           0.0000          -
26986.74/1385.48	c      1385              2           3        20         584.0000           0.0000          -
27093.75/1390.86	c      1391              2           3        20         584.0000           0.0000          -
27192.87/1395.89	c      1396              2           3        20         584.0000           0.0000          -
27294.02/1401.03	c      1401              2           3        20         584.0000           0.0000          -
27399.08/1406.21	c      1406              2           3        20         584.0000           0.0000          -
27504.20/1411.56	c      1412              2           3        20         584.0000           0.0000          -
27605.26/1416.66	c      1417              2           3        20         584.0000           0.0000          -
27704.43/1421.68	c      1422              2           3        20         584.0000           0.0000          -
27803.60/1426.69	c      1427              2           3        20         584.0000           0.0000          -
27904.72/1431.77	c      1432              2           3        20         584.0000           0.0000          -
28010.36/1437.13	c      1437              2           3        20         584.0000           0.0000          -
28116.81/1442.49	c      1442              2           3        20         584.0000           0.0000          -
28217.98/1447.51	c      1448              2           3        20         584.0000           0.0000          -
28319.08/1452.68	c      1453              2           3        20         584.0000           0.0000          -
28422.09/1457.88	c      1458              2           3        20         584.0000           0.0000          -
28523.24/1462.91	c      1463              2           3        20         584.0000           0.0000          -
28622.38/1468.01	c      1468              2           3        20         584.0000           0.0000          -
28726.22/1473.18	c      1473              2           3        20         584.0000           0.0000          -
28826.50/1478.22	c      1478              2           3        20         584.0000           0.0000          -
28925.64/1483.28	c      1483              2           3        20         584.0000           0.0000          -
29032.75/1488.64	c      1489              2           3        20         584.0000           0.0000          -
29143.78/1494.23	c      1494              2           3        20         584.0000           0.0000          -
29246.88/1499.43	c      1499              2           3        20         584.0000           0.0000          -
29345.96/1504.48	c      1504              2           3        20         584.0000           0.0000          -
29449.05/1509.62	c      1510              2           3        20         584.0000           0.0000          -
29548.18/1514.69	c      1515              2           3        20         584.0000           0.0000          -
29653.29/1519.95	c      1520              2           3        20         584.0000           0.0000          -
29758.34/1525.26	c      1525              2           3        20         584.0000           0.0000          -
29861.40/1530.45	c      1530              2           3        20         584.0000           0.0000          -
29962.51/1535.50	c      1536              2           3        20         584.0000           0.0000          -
30061.58/1540.53	c      1541              2           3        20         584.0000           0.0000          -
30164.66/1545.72	c      1546              2           3        20         584.0000           0.0000          -
30267.74/1550.98	c      1551              2           3        20         584.0000           0.0000          -
30374.82/1556.33	c      1556              2           3        20         584.0000           0.0000          -
30479.89/1561.60	c      1562              2           3        20         584.0000           0.0000          -
30579.01/1566.67	c      1567              2           3        20         584.0000           0.0000          -
30680.14/1571.77	c      1572              2           3        20         584.0000           0.0000          -
30783.27/1576.92	c      1577              2           3        20         584.0000           0.0000          -
30882.37/1581.96	c      1582              2           3        20         584.0000           0.0000          -
30984.10/1587.04	c      1587              2           3        20         584.0000           0.0000          -
31085.25/1592.15	c      1592              2           3        20         584.0000           0.0000          -
31185.68/1597.26	c      1597              2           3        20         584.0000           0.0000          -
31286.81/1602.34	c      1602              2           3        20         584.0000           0.0000          -
31389.96/1607.55	c      1608              2           3        20         584.0000           0.0000          -
31489.09/1612.59	c      1613              2           3        20         584.0000           0.0000          -
31596.25/1617.99	c      1618              2           3        20         584.0000           0.0000          -
31695.40/1623.00	c      1623              2           3        20         584.0000           0.0000          -
31797.29/1628.05	c      1628              2           3        20         584.0000           0.0000          -
31905.54/1633.55	c      1634              2           3        20         584.0000           0.0000          -
32008.59/1638.73	c      1639              2           3        20         584.0000           0.0000          -
32107.73/1643.73	c      1644              2           3        20         584.0000           0.0000          -
32210.91/1648.93	c      1649              2           3        20         584.0000           0.0000          -
32315.99/1654.20	c      1654              2           3        20         584.0000           0.0000          -
32415.08/1659.23	c      1659              2           3        20         584.0000           0.0000          -
32522.10/1664.63	c      1665              2           3        20         584.0000           0.0000          -
32621.22/1669.64	c      1670              2           3        20         584.0000           0.0000          -
32724.37/1674.87	c      1675              2           3        20         584.0000           0.0000          -
32825.50/1679.92	c      1680              2           3        20         584.0000           0.0000          -
32924.65/1684.97	c      1685              2           3        20         584.0000           0.0000          -
33035.72/1690.51	c      1691              2           3        20         584.0000           0.0000          -
33140.82/1695.84	c      1696              2           3        20         584.0000           0.0000          -
33241.98/1700.90	c      1701              2           3        20         584.0000           0.0000          -
33347.02/1706.22	c      1706              2           3        20         584.0000           0.0000          -
33446.15/1711.23	c      1711              2           3        20         584.0000           0.0000          -
33551.30/1716.54	c      1717              2           3        20         584.0000           0.0000          -
33658.35/1721.95	c      1722              2           3        20         584.0000           0.0000          -
33757.50/1726.96	c      1727              2           3        20         584.0000           0.0000          -
33859.36/1732.11	c      1732              2           3        20         584.0000           0.0000          -
33958.49/1737.13	c      1737              2           3        20         584.0000           0.0000          -
34059.43/1742.17	c      1742              2           3        20         584.0000           0.0000          -
34161.98/1747.31	c      1747              2           3        20         584.0000           0.0000          -
34267.05/1752.65	c      1753              2           3        20         584.0000           0.0000          -
34374.77/1758.05	c      1758              2           3        20         584.0000           0.0000          -
34477.18/1763.26	c      1763              2           3        20         584.0000           0.0000          -
34580.27/1768.49	c      1768              2           3        20         584.0000           0.0000          -
34681.42/1773.52	c      1774              2           3        20         584.0000           0.0000          -
34782.60/1778.68	c      1779              2           3        20         584.0000           0.0000          -
34890.22/1784.09	c      1784              2           3        20         584.0000           0.0000          -
34989.55/1789.11	c      1789              2           3        20         584.0000           0.0000          -
35090.68/1794.14	c      1794              2           3        20         584.0000           0.0000          -
35195.10/1799.40	c      1799              2           3        20         584.0000           0.0000          -
35294.26/1804.44	c      1804              2           3        20         584.0000           0.0000          -
35395.43/1809.52	c      1810              2           3        20         584.0000           0.0000          -
35494.59/1814.56	c      1815              2           3        20         584.0000           0.0000          -
35595.70/1819.65	c      1820              2           3        20         584.0000           0.0000          -
35698.85/1824.80	c      1825              2           3        20         584.0000           0.0000          -
35798.01/1829.87	c      1830              2           3        20         584.0000           0.0000          -
35899.13/1834.98	c      1835              2           3        20         584.0000           0.0000          -
36000.76/1840.09	c      1840              2           3        20         584.0000           0.0000          -
36101.98/1845.17	c      1845              2           3        20         584.0000           0.0000          -
36208.46/1850.50	c      1851              2           3        20         584.0000           0.0000          -
36311.58/1855.74	c      1856              2           3        20         584.0000           0.0000          -
36414.70/1860.98	c      1861              2           3        20         584.0000           0.0000          -
36513.89/1866.02	c      1866              2           3        20         584.0000           0.0000          -
36615.73/1871.08	c      1871              2           3        20         584.0000           0.0000          -
36716.83/1876.18	c      1876              2           3        20         584.0000           0.0000          -
36817.34/1881.25	c      1881              2           3        20         584.0000           0.0000          -
36918.46/1886.31	c      1886              2           3        20         584.0000           0.0000          -
37019.58/1891.40	c      1891              2           3        20         584.0000           0.0000          -
37118.69/1896.42	c      1896              2           3        20         584.0000           0.0000          -
37219.72/1901.58	c      1902              2           3        20         584.0000           0.0000          -
37320.79/1906.64	c      1907              2           3        20         584.0000           0.0000          -
37421.90/1911.70	c      1912              2           3        20         584.0000           0.0000          -
37521.06/1916.76	c      1917              2           3        20         584.0000           0.0000          -
37622.21/1921.84	c      1922              2           3        20         584.0000           0.0000          -
37728.00/1927.16	c      1927              2           3        20         584.0000           0.0000          -
37830.34/1932.32	c      1932              2           3        20         584.0000           0.0000          -
37931.45/1937.44	c      1937              2           3        20         584.0000           0.0000          -
38034.57/1942.69	c      1943              2           3        20         584.0000           0.0000          -
38139.72/1947.92	c      1948              2           3        20         584.0000           0.0000          -
38241.53/1953.07	c      1953              2           3        20         584.0000           0.0000          -
38343.93/1958.20	c      1958              2           3        20         584.0000           0.0000          -
38443.12/1963.29	c      1963              2           3        20         584.0000           0.0000          -
38546.18/1968.47	c      1968              2           3        20         584.0000           0.0000          -
38651.28/1973.76	c      1974              2           3        20         584.0000           0.0000          -
38754.39/1978.96	c      1979              2           3        20         584.0000           0.0000          -
38853.53/1983.98	c      1984              2           3        20         584.0000           0.0000          -
38952.68/1988.98	c      1989              2           3        20         584.0000           0.0000          -
39054.40/1994.05	c      1994              2           3        20         584.0000           0.0000          -
39153.63/1999.08	c      1999              2           3        20         584.0000           0.0000          -
39165.32/1999.84	c *    2000              2           3        20         583.0000           0.0000          -
39252.33/2004.20	c      2004              2           3        20         583.0000           0.0000          -
39351.53/2009.29	c      2009              2           3        20         583.0000           0.0000          -
39454.63/2014.40	c      2014              2           3        20         583.0000           0.0000          -
39555.76/2019.52	c      2020              2           3        20         583.0000           0.0000          -
39656.92/2024.66	c      2025              2           3        20         583.0000           0.0000          -
39761.96/2030.00	c      2030              2           3        20         583.0000           0.0000          -
39866.99/2035.25	c      2035              2           3        20         583.0000           0.0000          -
39968.05/2040.35	c      2040              2           3        20         583.0000           0.0000          -
40067.13/2045.38	c      2045              2           3        20         583.0000           0.0000          -
40168.25/2050.40	c      2050              2           3        20         583.0000           0.0000          -
40275.36/2055.89	c      2056              2           3        20         583.0000           0.0000          -
40381.01/2061.16	c      2061              2           3        20         583.0000           0.0000          -
40481.50/2066.26	c      2066              2           3        20         583.0000           0.0000          -
40584.65/2071.47	c      2071              2           3        20         583.0000           0.0000          -
40691.70/2076.88	c      2077              2           3        20         583.0000           0.0000          -
40792.89/2081.99	c      2082              2           3        20         583.0000           0.0000          -
40892.05/2087.03	c      2087              2           3        20         583.0000           0.0000          -
40995.87/2092.20	c      2092              2           3        20         583.0000           0.0000          -
41100.15/2097.46	c      2097              2           3        20         583.0000           0.0000          -
41201.30/2102.55	c      2103              2           3        20         583.0000           0.0000          -
41304.47/2107.73	c      2108              2           3        20         583.0000           0.0000          -
41410.19/2113.04	c      2113              2           3        20         583.0000           0.0000          -
41514.68/2118.37	c      2118              2           3        20         583.0000           0.0000          -
41619.80/2123.65	c      2124              2           3        20         583.0000           0.0000          -
41718.94/2128.69	c      2129              2           3        20         583.0000           0.0000          -
41822.15/2133.84	c      2134              2           3        20         583.0000           0.0000          -
41923.28/2139.00	c      2139              2           3        20         583.0000           0.0000          -
42034.31/2144.53	c      2145              2           3        20         583.0000           0.0000          -
42133.46/2149.57	c      2150              2           3        20         583.0000           0.0000          -
42234.60/2154.62	c      2155              2           3        20         583.0000           0.0000          -
42342.35/2160.11	c      2160              2           3        20         583.0000           0.0000          -
42448.83/2165.41	c      2165              2           3        20         583.0000           0.0000          -
42549.97/2170.50	c      2171              2           3        20         583.0000           0.0000          -
42649.11/2175.57	c      2176              2           3        20         583.0000           0.0000          -
42750.23/2180.62	c      2181              2           3        20         583.0000           0.0000          -
42849.35/2185.67	c      2186              2           3        20         583.0000           0.0000          -
42952.45/2190.89	c      2191              2           3        20         583.0000           0.0000          -
43053.54/2195.93	c      2196              2           3        20         583.0000           0.0000          -
43155.31/2201.04	c      2201              2           3        20         583.0000           0.0000          -
43257.80/2206.21	c      2206              2           3        20         583.0000           0.0000          -
43356.97/2211.24	c      2211              2           3        20         583.0000           0.0000          -
43458.10/2216.34	c      2216              2           3        20         583.0000           0.0000          -
43561.24/2221.52	c      2222              2           3        20         583.0000           0.0000          -
43662.40/2226.69	c      2227              2           3        20         583.0000           0.0000          -
43767.52/2231.97	c      2232              2           3        20         583.0000           0.0000          -
43869.26/2237.07	c      2237            537         536        20         583.0000           0.0000          -
43968.36/2242.11	c      2242            537         536        20         583.0000           0.0000          -
44074.90/2247.44	c      2247            537         536        20         583.0000           0.0000          -
44184.02/2252.94	c      2253              2           3        20         583.0000           0.0000          -
44283.16/2257.98	c      2258              2           3        20         583.0000           0.0000          -
44385.04/2263.07	c      2263              2           3        20         583.0000           0.0000          -
44484.17/2268.10	c      2268              2           3        20         583.0000           0.0000          -
44586.62/2273.27	c      2273          34890        3681        20         583.0000           0.0000          -
44689.79/2278.42	c      2278              2           3        20         583.0000           0.0000          -
44792.93/2283.68	c      2284              2           3        20         583.0000           0.0000          -
44900.82/2289.05	c      2289              2           3        20         583.0000           0.0000          -
45001.79/2294.14	c      2294              2           3        20         583.0000           0.0000          -
45104.18/2299.32	c      2299          33383         821        20         583.0000           0.0000          -
45205.36/2304.40	c      2304              2           3        20         583.0000           0.0000          -
45306.54/2309.59	c      2310              2           3        20         583.0000           0.0000          -
45407.70/2314.64	c      2315            560         559        20         583.0000           0.0000          -
45510.82/2319.85	c      2320              2           3        20         583.0000           0.0000          -
45611.93/2324.96	c      2325              2           3        20         583.0000           0.0000          -
45711.07/2329.98	c      2330              2           3        20         583.0000           0.0000          -
45822.12/2335.50	c      2336            565         564        20         583.0000           0.0000          -
45923.30/2340.65	c      2341              2           3        20         583.0000           0.0000          -
46026.42/2345.85	c      2346              2           3        20         583.0000           0.0000          -
46127.56/2351.02	c      2351              2           3        20         583.0000           0.0000          -
46232.64/2356.24	c      2356              2           3        20         583.0000           0.0000          -
46333.80/2361.33	c      2361            580         579        20         583.0000           0.0000          -
46434.93/2366.44	c      2366            580         579        20         583.0000           0.0000          -
46538.06/2371.69	c      2372            580         579        20         583.0000           0.0000          -
46641.18/2376.83	c      2377            580         579        20         583.0000           0.0000          -
46742.33/2381.95	c      2382            580         579        20         583.0000           0.0000          -
46841.51/2387.03	c      2387            582         581        20         583.0000           0.0000          -
46943.23/2392.08	c      2392            582         581        20         583.0000           0.0000          -
47042.54/2397.09	c      2397              2           3        20         583.0000           0.0000          -
47146.88/2402.31	c      2402              2           3        20         583.0000           0.0000          -
47249.99/2407.53	c      2408              2           3        20         583.0000           0.0000          -
47349.18/2412.57	c      2413            585         584        20         583.0000           0.0000          -
47450.33/2417.68	c      2418            585         584        20         583.0000           0.0000          -
47551.44/2422.75	c      2423            585         584        20         583.0000           0.0000          -
47647.73/2427.76	c      2428            586         585        20         583.0000           0.0000          -
47752.47/2433.17	c      2433              2           3        20         583.0000           0.0000          -
47853.01/2438.24	c      2438              2           3        20         583.0000           0.0000          -
47952.15/2443.26	c      2443              2           3        20         583.0000           0.0000          -
48065.24/2449.01	c      2449            589         588        20         583.0000           0.0000          -
48176.30/2454.54	c      2455              2           3        20         583.0000           0.0000          -
48277.42/2459.65	c      2460              2           3        20         583.0000           0.0000          -
48376.58/2464.66	c      2465            591         590        20         583.0000           0.0000          -
48479.70/2469.88	c      2470              2           3        20         583.0000           0.0000          -
48585.32/2475.14	c      2475            597         596        20         583.0000           0.0000          -
48684.63/2480.16	c      2480              2           3        20         583.0000           0.0000          -
48787.04/2485.31	c      2485              2           3        20         583.0000           0.0000          -
48886.20/2490.39	c      2490              2           3        20         583.0000           0.0000          -
48989.25/2495.60	c      2496              2           3        20         583.0000           0.0000          -
49090.37/2500.66	c      2501            621         620        20         583.0000           0.0000          -
49193.51/2505.83	c      2506              2           3        20         583.0000           0.0000          -
49300.76/2511.29	c      2511              2           3        20         583.0000           0.0000          -
49405.62/2516.50	c      2517              2           3        20         583.0000           0.0000          -
49504.75/2521.54	c      2522              2           3        20         583.0000           0.0000          -
49603.92/2526.58	c      2527            629         628        20         583.0000           0.0000          -
49705.02/2531.69	c      2532            629         628        20         583.0000           0.0000          -
49812.71/2537.05	c      2537              2           3        20         583.0000           0.0000          -
49917.10/2542.34	c      2542              2           3        20         583.0000           0.0000          -
50020.27/2547.55	c      2548              2           3        20         583.0000           0.0000          -
50121.42/2552.63	c      2553            632         631        20         583.0000           0.0000          -
50222.51/2557.71	c      2558            632         631        20         583.0000           0.0000          -
50323.66/2562.86	c      2563            632         631        20         583.0000           0.0000          -
50422.76/2567.89	c      2568            632         631        20         583.0000           0.0000          -
50526.44/2573.07	c      2573            632         631        20         583.0000           0.0000          -
50625.68/2578.08	c      2578            632         631        20         583.0000           0.0000          -
50728.20/2583.26	c      2583            632         631        20         583.0000           0.0000          -
50835.36/2588.69	c      2589            632         631        20         583.0000           0.0000          -
50938.56/2593.80	c      2594              2           3        20         583.0000           0.0000          -
51057.09/2599.91	c      2600              2           3        20         583.0000           0.0000          -
51156.07/2604.99	c      2605              2           3        20         583.0000           0.0000          -
51259.73/2610.17	c      2610              2           3        20         583.0000           0.0000          -
51359.13/2615.37	c      2615              2           3        20         583.0000           0.0000          -
51470.26/2620.92	c      2621              2           3        20         583.0000           0.0000          -
51576.92/2626.48	c      2626              2           3        20         583.0000           0.0000          -
51681.56/2631.72	c      2632              2           3        20         583.0000           0.0000          -
51782.73/2636.80	c      2637              2           3        20         583.0000           0.0000          -
51889.56/2642.37	c      2642            669         668        20         583.0000           0.0000          -
51994.68/2647.63	c      2648              2           3        20         583.0000           0.0000          -
52103.64/2653.25	c      2653              2           3        20         583.0000           0.0000          -
52204.48/2658.36	c      2658              2           3        20         583.0000           0.0000          -
52303.61/2663.40	c      2663              2           3        20         583.0000           0.0000          -
52406.10/2668.67	c      2669            687         686        20         583.0000           0.0000          -
52509.17/2673.85	c      2674            687         686        20         583.0000           0.0000          -
52620.16/2679.47	c      2679            687         686        20         583.0000           0.0000          -
52720.47/2684.64	c      2685              2           3        20         583.0000           0.0000          -
52823.54/2689.81	c      2690              2           3        20         583.0000           0.0000          -
52926.78/2695.15	c      2695            692         691        20         583.0000           0.0000          -
53025.96/2700.19	c      2700              2           3        20         583.0000           0.0000          -
53130.44/2705.43	c      2705              2           3        20         583.0000           0.0000          -
53226.50/2710.43	c      2710            696         695        20         583.0000           0.0000          -
53327.64/2715.52	c      2716              2           3        20         583.0000           0.0000          -
53435.00/2721.12	c      2721              2           3        20         583.0000           0.0000          -
53534.21/2726.12	c      2726              2           3        20         583.0000           0.0000          -
53635.58/2731.17	c      2731              2           3        20         583.0000           0.0000          -
53736.86/2736.49	c      2736              2           3        20         583.0000           0.0000          -
53843.94/2741.87	c      2742              2           3        20         583.0000           0.0000          -
53942.35/2746.92	c      2747              2           3        20         583.0000           0.0000          -
54041.51/2751.98	c      2752              2           3        20         583.0000           0.0000          -
54140.71/2756.99	c      2757              2           3        20         583.0000           0.0000          -
54238.88/2762.08	c      2762            718         717        20         583.0000           0.0000          -
54340.05/2767.17	c      2767              2           3        20         583.0000           0.0000          -
54444.30/2772.43	c      2772              2           3        20         583.0000           0.0000          -
54541.14/2777.50	c      2778            727         726        20         583.0000           0.0000          -
54650.24/2782.99	c      2783              2           3        20         583.0000           0.0000          -
54751.86/2788.06	c      2788              2           3        20         583.0000           0.0000          -
54856.43/2793.34	c      2793              2           3        20         583.0000           0.0000          -
54959.57/2798.53	c      2799              2           3        20         583.0000           0.0000          -
55060.74/2803.67	c      2804              2           3        20         583.0000           0.0000          -
55161.93/2808.72	c      2809              2           3        20         583.0000           0.0000          -
55261.10/2813.77	c      2814              2           3        20         583.0000           0.0000          -
55364.18/2819.01	c      2819              2           3        20         583.0000           0.0000          -
55465.86/2824.04	c      2824              2           3        20         583.0000           0.0000          -
55568.38/2829.22	c      2829              2           3        20         583.0000           0.0000          -
55664.50/2834.29	c      2834              2           3        20         583.0000           0.0000          -
55767.66/2839.45	c      2839            731         730        20         583.0000           0.0000          -
55868.77/2844.51	c      2845            731         730        20         583.0000           0.0000          -
55969.42/2849.75	c      2850            731         730        20         583.0000           0.0000          -
56068.56/2854.75	c      2855            731         730        20         583.0000           0.0000          -
56169.80/2860.01	c      2860            731         730        20         583.0000           0.0000          -
56272.75/2865.16	c      2865            733         732        20         583.0000           0.0000          -
56371.88/2870.19	c      2870            733         732        20         583.0000           0.0000          -
56471.78/2875.38	c      2875            733         732        20         583.0000           0.0000          -
56576.84/2880.60	c      2881              2           3        20         583.0000           0.0000          -
56676.04/2885.64	c      2886              2           3        20         583.0000           0.0000          -
56773.89/2890.72	c      2891            734         733        20         583.0000           0.0000          -
56873.07/2895.78	c      2896            734         733        20         583.0000           0.0000          -
56971.39/2900.87	c      2901              2           3        20         583.0000           0.0000          -
57072.55/2905.96	c      2906              2           3        20         583.0000           0.0000          -
57177.61/2911.22	c      2911              2           3        20         583.0000           0.0000          -
57272.95/2916.29	c      2916            737         736        20         583.0000           0.0000          -
57374.12/2921.38	c      2921            737         736        20         583.0000           0.0000          -
57481.23/2926.74	c      2927            737         736        20         583.0000           0.0000          -
57579.54/2931.81	c      2932            737         736        20         583.0000           0.0000          -
57688.61/2937.36	c      2937            737         736        20         583.0000           0.0000          -
57786.32/2942.46	c      2942            737         736        20         583.0000           0.0000          -
57889.52/2947.60	c      2948            737         736        20         583.0000           0.0000          -
57988.53/2952.68	c      2953            737         736        20         583.0000           0.0000          -
58083.98/2957.85	c      2958            737         736        20         583.0000           0.0000          -
58182.81/2962.96	c      2963            737         736        20         583.0000           0.0000          -
58281.96/2968.00	c      2968            737         736        20         583.0000           0.0000          -
58385.80/2973.16	c      2973            737         736        20         583.0000           0.0000          -
58488.19/2978.33	c      2978            737         736        20         583.0000           0.0000          -
58593.33/2983.65	c      2984            737         736        20         583.0000           0.0000          -
58696.49/2988.80	c      2989            737         736        20         583.0000           0.0000          -
58795.65/2993.88	c      2994              2           3        20         583.0000           0.0000          -
58899.50/2999.04	c      2999              2           3        20         583.0000           0.0000          -
59000.54/3004.17	c      3004              2           3        20         583.0000           0.0000          -
59104.99/3009.43	c      3009              2           3        20         583.0000           0.0000          -
59206.15/3014.59	c      3015              2           3        20         583.0000           0.0000          -
59309.29/3019.77	c      3020              2           3        20         583.0000           0.0000          -
59410.49/3024.88	c      3025              2           3        20         583.0000           0.0000          -
59514.18/3030.08	c      3030              2           3        20         583.0000           0.0000          -
59620.74/3035.41	c      3035              2           3        20         583.0000           0.0000          -
59723.87/3040.65	c      3041              2           3        20         583.0000           0.0000          -
59822.98/3045.67	c      3046              2           3        20         583.0000           0.0000          -
59928.00/3050.96	c      3051              2           3        20         583.0000           0.0000          -
60029.71/3056.07	c      3056              2           3        20         583.0000           0.0000          -
60136.18/3061.41	c      3061              2           3        20         583.0000           0.0000          -
60239.31/3066.62	c      3067              2           3        20         583.0000           0.0000          -
60338.47/3071.69	c      3072              2           3        20         583.0000           0.0000          -
60439.61/3076.72	c      3077              2           3        20         583.0000           0.0000          -
60540.79/3081.89	c      3082              2           3        20         583.0000           0.0000          -
60641.81/3087.02	c      3087              2           3        20         583.0000           0.0000          -
60743.48/3092.08	c      3092              2           3        20         583.0000           0.0000          -
60851.99/3097.51	c      3098              2           3        20         583.0000           0.0000          -
60953.15/3102.69	c      3103              2           3        20         583.0000           0.0000          -
61054.24/3107.75	c      3108              2           3        20         583.0000           0.0000          -
61157.42/3112.94	c      3113              2           3        20         583.0000           0.0000          -
61259.11/3118.12	c      3118              2           3        20         583.0000           0.0000          -
61367.60/3123.51	c      3124              2           3        20         583.0000           0.0000          -
61470.61/3128.70	c      3129              2           3        20         583.0000           0.0000          -
61569.80/3133.72	c      3134              2           3        20         583.0000           0.0000          -
61670.97/3138.88	c      3139              2           3        20         583.0000           0.0000          -
61772.11/3143.92	c      3144              2           3        20         583.0000           0.0000          -
61877.22/3149.25	c      3149              2           3        20         583.0000           0.0000          -
61980.31/3154.45	c      3154              2           3        20         583.0000           0.0000          -
62081.46/3159.58	c      3160              2           3        20         583.0000           0.0000          -
62182.59/3164.61	c      3165              2           3        20         583.0000           0.0000          -
62285.64/3169.82	c      3170              2           3        20         583.0000           0.0000          -
62384.78/3174.89	c      3175              2           3        20         583.0000           0.0000          -
62488.48/3180.05	c      3180              2           3        20         583.0000           0.0000          -
62587.77/3185.07	c      3185              2           3        20         583.0000           0.0000          -
62694.21/3190.42	c      3190              2           3        20         583.0000           0.0000          -
62793.40/3195.44	c      3195              2           3        20         583.0000           0.0000          -
62900.54/3200.82	c      3201              2           3        20         583.0000           0.0000          -
63001.74/3205.90	c      3206              2           3        20         583.0000           0.0000          -
63100.96/3210.98	c      3211              2           3        20         583.0000           0.0000          -
63202.67/3216.12	c      3216              2           3        20         583.0000           0.0000          -
63305.16/3221.29	c      3221              2           3        20         583.0000           0.0000          -
63406.31/3226.39	c      3226              2           3        20         583.0000           0.0000          -
63509.43/3231.52	c      3232              2           3        20         583.0000           0.0000          -
63619.28/3237.11	c      3237              2           3        20         583.0000           0.0000          -
63723.62/3242.32	c      3242              2           3        20         583.0000           0.0000          -
63822.76/3247.33	c      3247              2           3        20         583.0000           0.0000          -
63923.84/3252.48	c      3252              2           3        20         583.0000           0.0000          -
64028.93/3257.78	c      3258              2           3        20         583.0000           0.0000          -
64132.07/3262.98	c      3263              2           3        20         583.0000           0.0000          -
64237.18/3268.21	c      3268              2           3        20         583.0000           0.0000          -
64340.27/3273.45	c      3273              2           3        20         583.0000           0.0000          -
64449.30/3278.92	c      3279              2           3        20         583.0000           0.0000          -
64554.33/3284.20	c      3284              2           3        20         583.0000           0.0000          -
64653.45/3289.30	c      3289              2           3        20         583.0000           0.0000          -
64756.54/3294.44	c      3294              2           3        20         583.0000           0.0000          -
64857.59/3299.51	c      3300              2           3        20         583.0000           0.0000          -
64960.66/3304.74	c      3305              2           3        20         583.0000           0.0000          -
65063.76/3309.93	c      3310              2           3        20         583.0000           0.0000          -
65165.51/3315.12	c      3315              2           3        20         583.0000           0.0000          -
65275.83/3320.67	c      3321              2           3        20         583.0000           0.0000          -
65376.87/3325.79	c      3326              2           3        20         583.0000           0.0000          -
65477.96/3330.86	c      3331              2           3        20         583.0000           0.0000          -
65579.09/3335.92	c      3336              2           3        20         583.0000           0.0000          -
65680.93/3341.08	c      3341              2           3        20         583.0000           0.0000          -
65783.23/3346.29	c      3346              2           3        20         583.0000           0.0000          -
65894.26/3351.86	c      3352              2           3        20         583.0000           0.0000          -
65995.40/3356.99	c      3357              2           3        20         583.0000           0.0000          -
66097.09/3362.09	c      3362              2           3        20         583.0000           0.0000          -
66196.37/3367.10	c      3367              2           3        20         583.0000           0.0000          -
66298.73/3372.20	c      3372              2           3        20         583.0000           0.0000          -
66399.93/3377.40	c      3377              2           3        20         583.0000           0.0000          -
66501.01/3382.48	c      3382              2           3        20         583.0000           0.0000          -
66602.15/3387.53	c      3388              2           3        20         583.0000           0.0000          -
66701.32/3392.54	c      3393              2           3        20         583.0000           0.0000          -
66800.40/3397.56	c      3398              2           3        20         583.0000           0.0000          -
66907.45/3402.97	c      3403              2           3        20         583.0000           0.0000          -
67006.59/3407.98	c      3408              2           3        20         583.0000           0.0000          -
67108.39/3413.09	c      3413              2           3        20         583.0000           0.0000          -
67214.80/3418.48	c      3418              2           3        20         583.0000           0.0000          -
67316.00/3423.57	c      3424              2           3        20         583.0000           0.0000          -
67417.05/3428.60	c      3429              2           3        20         583.0000           0.0000          -
67520.17/3433.83	c      3434              2           3        20         583.0000           0.0000          -
67621.36/3438.96	c      3439              2           3        20         583.0000           0.0000          -
67725.23/3444.16	c      3444              2           3        20         583.0000           0.0000          -
67825.53/3449.28	c      3449              2           3        20         583.0000           0.0000          -
67924.62/3454.28	c      3454              2           3        20         583.0000           0.0000          -
68027.73/3459.46	c      3459              2           3        20         583.0000           0.0000          -
68132.86/3464.75	c      3465              2           3        20         583.0000           0.0000          -
68233.95/3469.90	c      3470              2           3        20         583.0000           0.0000          -
68335.11/3474.95	c      3475              2           3        20         583.0000           0.0000          -
68437.02/3480.10	c      3480              2           3        20         583.0000           0.0000          -
68543.36/3485.48	c      3485              2           3        20         583.0000           0.0000          -
68646.29/3490.62	c      3491              2           3        20         583.0000           0.0000          -
68745.41/3495.65	c      3496              2           3        20         583.0000           0.0000          -
68852.98/3501.06	c      3501              2           3        20         583.0000           0.0000          -
68954.07/3506.18	c      3506              2           3        20         583.0000           0.0000          -
69054.60/3511.22	c      3511              2           3        20         583.0000           0.0000          -
69153.72/3516.27	c      3516              2           3        20         583.0000           0.0000          -
69258.75/3521.57	c      3522              2           3        20         583.0000           0.0000          -
69361.83/3526.71	c      3527              2           3        20         583.0000           0.0000          -
69461.00/3531.71	c      3532              2           3        20         583.0000           0.0000          -
69562.14/3536.88	c      3537              2           3        20         583.0000           0.0000          -
69663.30/3542.02	c      3542              2           3        20         583.0000           0.0000          -
69764.96/3547.08	c      3547              2           3        20         583.0000           0.0000          -
69871.47/3552.47	c      3552              2           3        20         583.0000           0.0000          -
69972.58/3557.57	c      3558              2           3        20         583.0000           0.0000          -
70073.75/3562.62	c      3563              2           3        20         583.0000           0.0000          -
70172.84/3567.68	c      3568              2           3        20         583.0000           0.0000          -
70275.99/3572.80	c      3573              2           3        20         583.0000           0.0000          -
70375.11/3577.83	c      3578              2           3        20         583.0000           0.0000          -
70474.30/3582.84	c      3583              2           3        20         583.0000           0.0000          -
70575.42/3588.00	c      3588              2           3        20         583.0000           0.0000          -
70677.14/3593.09	c      3593              2           3        20         583.0000           0.0000          -
70779.70/3598.22	c      3598              2           3        20         583.0000           0.0000          -
70884.84/3603.53	c      3604              2           3        20         583.0000           0.0000          -
70984.00/3608.56	c      3609              2           3        20         583.0000           0.0000          -
71083.16/3613.57	c      3614              2           3        20         583.0000           0.0000          -
71182.34/3618.58	c      3619              2           3        20         583.0000           0.0000          -
71287.46/3623.88	c      3624              2           3        20         583.0000           0.0000          -
71388.60/3628.95	c      3629              2           3        20         583.0000           0.0000          -
71487.71/3634.02	c      3634              2           3        20         583.0000           0.0000          -
71586.16/3639.04	c      3639              2           3        20         583.0000           0.0000          -
71687.06/3644.13	c      3644            769         768        20         583.0000           0.0000          -
71791.65/3649.40	c      3649            769         768        20         583.0000           0.0000          -
71888.06/3654.51	c      3655            769         768        20         583.0000           0.0000          -
71987.18/3659.57	c      3660            769         768        20         583.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (180313 MiB free)
  memory of node 1: 193531 MiB (190560 MiB free)
  memory of node 2: 193531 MiB (192977 MiB free)
  memory of node 3: 193493 MiB (172759 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 -w /tmp/evaluation-result-4467043-1722613051/watcher-4467043-1722613051 -o /tmp/evaluation-result-4467043-1722613051/solver-4467043-1722613051 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722612837-174952 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4467043-1722613051.wbo -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100117 s]*
/proc/loadavg: 10.24 44.74 68.04 5/861 176730
/proc/meminfo: memFree=754216120/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=105612 memory=94484 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) R 176726 176729 174940 0 -1 4194304 21533 0 0 0 8 2 0 0 20 0 1 0 27884565 108146688 23621 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 26403 23621 2555 3035 0 22799 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 105612 KiB
Current children cumulated memory: 94484 KiB

[startup+0.218044 s]*
/proc/loadavg: 9.82 44.08 67.70 5/861 176730
/proc/meminfo: memFree=754145284/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=176900 memory=164072 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) R 176726 176729 174940 0 -1 4194304 38884 0 0 0 18 5 0 0 20 0 1 0 27884565 181145600 41018 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 44225 41018 2598 3035 0 40621 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 176900 KiB
Current children cumulated memory: 164072 KiB

[startup+0.317983 s]*
/proc/loadavg: 9.82 44.08 67.70 5/861 176730
/proc/meminfo: memFree=754114896/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=204488 memory=188216 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) R 176726 176729 174940 0 -1 4194304 44943 0 0 0 27 5 0 0 20 0 1 0 27884565 209395712 47054 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 51122 47054 2630 3035 0 47518 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 204488 KiB
Current children cumulated memory: 188216 KiB

[startup+0.700253 s]
/proc/loadavg: 9.82 44.08 67.70 5/861 176730
/proc/meminfo: memFree=754102664/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=292376 memory=204552 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) R 176726 176729 174940 0 -1 4194304 48522 0 0 0 63 6 0 0 20 0 1 0 27884565 299393024 51138 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 73094 51138 2662 3035 0 69490 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 292376 KiB
Current children cumulated memory: 204552 KiB

[startup+1.50052 s]
/proc/loadavg: 9.82 44.08 67.70 5/881 176750
/proc/meminfo: memFree=753812920/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=2142848 memory=745260 CPUtime=1.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) S 176726 176729 174940 0 -1 1077936128 189884 0 0 0 122 28 0 0 20 0 21 0 27884565 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 535712 186315 2710 3035 0 247788 0
[pid=176729/tid=176731] ppid=176726 vsize=2142848 memory=7806539632655225965 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176731/stat : 176731 (fscip) S 176726 176729 174940 0 -1 1077936192 23351 0 0 0 9 3 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176732] ppid=176726 vsize=2142848 memory=10824 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176732/stat : 176732 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176733] ppid=176726 vsize=2142848 memory=5556 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176733/stat : 176733 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176734] ppid=176726 vsize=2142848 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176734/stat : 176734 (fscip) R 176726 176729 174940 0 -1 4194368 12903 0 0 0 2 1 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176735] ppid=176726 vsize=2142848 memory=16088 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176735/stat : 176735 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 8 4 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176736] ppid=176726 vsize=2142848 memory=2212 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176736/stat : 176736 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176737] ppid=176726 vsize=2142848 memory=54204 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176737/stat : 176737 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176738] ppid=176726 vsize=2142848 memory=33196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176738/stat : 176738 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176739] ppid=176726 vsize=2142848 memory=21532 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176739/stat : 176739 (fscip) S 176726 176729 174940 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176740] ppid=176726 vsize=2142848 memory=100 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176740/stat : 176740 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176741] ppid=176726 vsize=2142848 memory=1836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176741/stat : 176741 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176742] ppid=176726 vsize=2142848 memory=25988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176742/stat : 176742 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176743] ppid=176726 vsize=2142848 memory=2244 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176743/stat : 176743 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176744] ppid=176726 vsize=2142848 memory=30399726987509844 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176744/stat : 176744 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176745] ppid=176726 vsize=2142848 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176745/stat : 176745 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186315 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176746] ppid=176726 vsize=2142848 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176746/stat : 176746 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186381 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176747] ppid=176726 vsize=2142848 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176747/stat : 176747 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186381 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176748] ppid=176726 vsize=2142848 memory=31232 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176748/stat : 176748 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186381 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176749] ppid=176726 vsize=2142848 memory=28656 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176749/stat : 176749 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186381 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176750] ppid=176726 vsize=2142848 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176750/stat : 176750 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 2194276352 186381 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 2142848 KiB
Current children cumulated memory: 745260 KiB

[startup+3.11908 s]
/proc/loadavg: 9.82 44.08 67.70 5/881 176750
/proc/meminfo: memFree=750637148/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=2994816 memory=1949048 CPUtime=3.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) S 176726 176729 174940 0 -1 1077936128 491511 0 0 0 243 72 0 0 20 0 21 0 27884565 3066691584 487262 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 748704 487262 2710 3035 0 554307 0
[pid=176729/tid=176731] ppid=176726 vsize=2994816 memory=953284 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176731/stat : 176731 (fscip) S 176726 176729 174940 0 -1 1077936192 23351 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176732] ppid=176726 vsize=2994816 memory=5556 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176732/stat : 176732 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176733] ppid=176726 vsize=2994816 memory=7948853549356810573 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176733/stat : 176733 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176734] ppid=176726 vsize=2994816 memory=10824 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176734/stat : 176734 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176735] ppid=176726 vsize=2994816 memory=280948575321232 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176735/stat : 176735 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 8 4 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176736] ppid=176726 vsize=2994816 memory=280948574925792 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176736/stat : 176736 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 8 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176737] ppid=176726 vsize=2994816 memory=761221615715306 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176737/stat : 176737 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176738] ppid=176726 vsize=2994816 memory=31232 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176738/stat : 176738 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176739] ppid=176726 vsize=2994816 memory=28656 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176739/stat : 176739 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487328 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176740] ppid=176726 vsize=2994816 memory=25333125866717268 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176740/stat : 176740 (fscip) S 176726 176729 174940 0 -1 1077936192 23349 0 0 0 8 3 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176741] ppid=176726 vsize=2994816 memory=280948575092528 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176741/stat : 176741 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 2 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176742] ppid=176726 vsize=2994816 memory=761221615716842 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176742/stat : 176742 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176743] ppid=176726 vsize=2994816 memory=761221615716586 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176743/stat : 176743 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176744] ppid=176726 vsize=2994816 memory=100 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176744/stat : 176744 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176745] ppid=176726 vsize=2994816 memory=1836 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176745/stat : 176745 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176746] ppid=176726 vsize=2994816 memory=25988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176746/stat : 176746 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176747] ppid=176726 vsize=2994816 memory=2244 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176747/stat : 176747 (fscip) R 176726 176729 174940 0 -1 4194368 11143 0 0 0 2 1 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176748] ppid=176726 vsize=2994816 memory=223868 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176748/stat : 176748 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 8 3 0 0 20 0 21 0 27884647 3066691584 487394 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176749] ppid=176726 vsize=2994816 memory=30399726987509844 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176749/stat : 176749 (fscip) S 176726 176729 174940 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 27884647 3066691584 487460 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176750] ppid=176726 vsize=2994816 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176750/stat : 176750 (fscip) S 176726 176729 174940 0 -1 1077936192 23350 0 0 0 9 3 0 0 20 0 21 0 27884647 3066691584 487460 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 2994816 KiB
Current children cumulated memory: 1949048 KiB

[startup+6.30144 s]
/proc/loadavg: 10.88 43.73 67.46 24/901 176770
/proc/meminfo: memFree=742235444/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=10175048 memory=8645036 CPUtime=57.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) S 176726 176729 174940 0 -1 1077936128 2185404 0 0 0 4946 823 0 0 20 0 41 0 27884565 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 2543762 2161259 2774 3035 0 2346149 0
[pid=176729/tid=176731] ppid=176726 vsize=10175048 memory=280948575321232 CPUtime=2.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176731/stat : 176731 (fscip) R 176726 176729 174940 0 -1 4194368 76261 0 0 0 238 45 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176732] ppid=176726 vsize=10175048 memory=32295 CPUtime=2.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176732/stat : 176732 (fscip) R 176726 176729 174940 0 -1 4194368 126082 0 0 0 238 44 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176733] ppid=176726 vsize=10175048 memory=0 CPUtime=2.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176733/stat : 176733 (fscip) R 176726 176729 174940 0 -1 4194368 109567 0 0 0 264 22 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176734] ppid=176726 vsize=10175048 memory=5556 CPUtime=2.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176734/stat : 176734 (fscip) R 176726 176729 174940 0 -1 4194368 76260 0 0 0 246 38 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176735] ppid=176726 vsize=10175048 memory=2212 CPUtime=2.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176735/stat : 176735 (fscip) R 176726 176729 174940 0 -1 4194368 131544 0 0 0 212 62 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176736] ppid=176726 vsize=10175048 memory=11572 CPUtime=2.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176736/stat : 176736 (fscip) R 176726 176729 174940 0 -1 4194368 109553 0 0 0 262 24 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176737] ppid=176726 vsize=10175048 memory=7515192 CPUtime=2.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176737/stat : 176737 (fscip) R 176726 176729 174940 0 -1 4194368 76222 0 0 0 244 40 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176738] ppid=176726 vsize=10175048 memory=25333125866717268 CPUtime=2.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176738/stat : 176738 (fscip) R 176726 176729 174940 0 -1 4194368 130198 0 0 0 225 54 0 0 20 0 41 0 27884647 10419249152 2161259 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176739] ppid=176726 vsize=10175048 memory=280948575286320 CPUtime=2.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

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

[pid=176729/tid=176754] ppid=176726 vsize=21862024 memory=20452 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176754/stat : 176754 (fscip) S 176726 176729 174940 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176755] ppid=176726 vsize=21862024 memory=6836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176755/stat : 176755 (fscip) S 176726 176729 174940 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176756] ppid=176726 vsize=21862024 memory=2244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176756/stat : 176756 (fscip) S 176726 176729 174940 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176757] ppid=176726 vsize=21862024 memory=31232 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176757/stat : 176757 (fscip) S 176726 176729 174940 0 -1 1077936192 191 0 0 0 1 1 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176758] ppid=176726 vsize=21862024 memory=20483660 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176758/stat : 176758 (fscip) S 176726 176729 174940 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176759] ppid=176726 vsize=21862024 memory=20477928 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176759/stat : 176759 (fscip) S 176726 176729 174940 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176760] ppid=176726 vsize=21862024 memory=9198851636692626845 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176760/stat : 176760 (fscip) S 176726 176729 174940 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176761] ppid=176726 vsize=21862024 memory=7681407940103534245 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176761/stat : 176761 (fscip) S 176726 176729 174940 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176762] ppid=176726 vsize=21862024 memory=28656 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176762/stat : 176762 (fscip) S 176726 176729 174940 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176763] ppid=176726 vsize=21862024 memory=7492 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176763/stat : 176763 (fscip) S 176726 176729 174940 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176764] ppid=176726 vsize=21862024 memory=20478740 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176764/stat : 176764 (fscip) S 176726 176729 174940 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176765] ppid=176726 vsize=21862024 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176765/stat : 176765 (fscip) S 176726 176729 174940 0 -1 1077936192 190 0 0 0 0 2 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176766] ppid=176726 vsize=21862024 memory=17100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176766/stat : 176766 (fscip) S 176726 176729 174940 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176767] ppid=176726 vsize=21862024 memory=20488312 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176767/stat : 176767 (fscip) S 176726 176729 174940 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176768] ppid=176726 vsize=21862024 memory=20476300 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176768/stat : 176768 (fscip) S 176726 176729 174940 0 -1 1077936192 90 0 0 0 0 2 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176769] ppid=176726 vsize=21862024 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176769/stat : 176769 (fscip) S 176726 176729 174940 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176770] ppid=176726 vsize=21862024 memory=20487388 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176770/stat : 176770 (fscip) S 176726 176729 174940 0 -1 1077936192 190 0 0 0 3 0 0 0 20 0 41 0 27884912 22386712576 5122161 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
Current children cumulated CPU time: 71650.8 s
Current children cumulated vsize: 21862024 KiB
Current children cumulated memory: 20488644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3660.2 s]
/proc/loadavg: 61.14 61.41 61.84 62/981 179507
/proc/meminfo: memFree=721935748/790760800 swapFree=131071996/131071996
[pid=176729] ppid=176726 vsize=21927560 memory=20550556 CPUtime=72001 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/stat : 176729 (fscip) S 176726 176729 174940 0 -1 1077936128 76439647 0 0 0 7191439 8666 0 0 20 0 41 0 27884565 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
/proc/176729/statm: 5481890 5137639 3030 3035 0 5339468 0
[pid=176729/tid=176731] ppid=176726 vsize=21927560 memory=32195 CPUtime=3614.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176731/stat : 176731 (fscip) R 176726 176729 174940 0 -1 4194368 4095614 0 0 0 361021 423 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176732] ppid=176726 vsize=21927560 memory=32534 CPUtime=3600.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176732/stat : 176732 (fscip) R 176726 176729 174940 0 -1 4194368 3303862 0 0 0 359725 368 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176733] ppid=176726 vsize=21927560 memory=32864 CPUtime=3569.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176733/stat : 176733 (fscip) R 176726 176729 174940 0 -1 4194368 3690798 0 0 0 356522 470 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176734] ppid=176726 vsize=21927560 memory=33195 CPUtime=3617.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176734/stat : 176734 (fscip) R 176726 176729 174940 0 -1 4194368 3871263 0 0 0 361346 381 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176735] ppid=176726 vsize=21927560 memory=85743 CPUtime=3606.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176735/stat : 176735 (fscip) R 176726 176729 174940 0 -1 4194368 3161484 0 0 0 360335 363 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176736] ppid=176726 vsize=21927560 memory=48694 CPUtime=3580.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176736/stat : 176736 (fscip) R 176726 176729 174940 0 -1 4194368 3621445 0 0 0 357613 477 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176737] ppid=176726 vsize=21927560 memory=101390 CPUtime=3620.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176737/stat : 176737 (fscip) R 176726 176729 174940 0 -1 4194368 4284273 0 0 0 361615 434 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176738] ppid=176726 vsize=21927560 memory=7166468868811228274 CPUtime=3604.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176738/stat : 176738 (fscip) R 176726 176729 174940 0 -1 4194368 4302474 0 0 0 359985 440 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176739] ppid=176726 vsize=21927560 memory=3539892194951020852 CPUtime=3578.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176739/stat : 176739 (fscip) R 176726 176729 174940 0 -1 4194368 3474826 0 0 0 357349 460 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176740] ppid=176726 vsize=21927560 memory=3905808590932778755 CPUtime=3618.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176740/stat : 176740 (fscip) R 176726 176729 174940 0 -1 4194368 4335438 0 0 0 361445 440 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176741] ppid=176726 vsize=21927560 memory=7085121350488581993 CPUtime=3606.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176741/stat : 176741 (fscip) R 176726 176729 174940 0 -1 4194368 3499597 0 0 0 360260 393 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176742] ppid=176726 vsize=21927560 memory=7883106263816098392 CPUtime=3579.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176742/stat : 176742 (fscip) R 176726 176729 174940 0 -1 4194368 3687597 0 0 0 357413 494 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176743] ppid=176726 vsize=21927560 memory=5864909372108324972 CPUtime=3609.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176743/stat : 176743 (fscip) R 176726 176729 174940 0 -1 4194368 4589953 0 0 0 360442 491 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176744] ppid=176726 vsize=21927560 memory=6720666536727953770 CPUtime=3605.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176744/stat : 176744 (fscip) R 176726 176729 174940 0 -1 4194368 3687925 0 0 0 360196 387 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176745] ppid=176726 vsize=21927560 memory=3428 CPUtime=3581.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176745/stat : 176745 (fscip) R 176726 176729 174940 0 -1 4194368 3655101 0 0 0 357728 464 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176746] ppid=176726 vsize=21927560 memory=2180 CPUtime=3590.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176746/stat : 176746 (fscip) R 176726 176729 174940 0 -1 4194368 4174126 0 0 0 358661 432 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176747] ppid=176726 vsize=21927560 memory=1744 CPUtime=3612.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176747/stat : 176747 (fscip) R 176726 176729 174940 0 -1 4194368 3366496 0 0 0 360885 381 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176748] ppid=176726 vsize=21927560 memory=9936 CPUtime=3590.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176748/stat : 176748 (fscip) R 176726 176729 174940 0 -1 4194368 3638448 0 0 0 358616 483 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176749] ppid=176726 vsize=21927560 memory=0 CPUtime=3611.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176749/stat : 176749 (fscip) R 176726 176729 174940 0 -1 4194368 4282738 0 0 0 360714 444 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176750] ppid=176726 vsize=21927560 memory=13412 CPUtime=3597.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176750/stat : 176750 (fscip) R 176726 176729 174940 0 -1 4194368 3552919 0 0 0 359370 391 0 0 20 0 41 0 27884647 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176751] ppid=176726 vsize=21927560 memory=6988 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176751/stat : 176751 (fscip) S 176726 176729 174940 0 -1 1077936192 123 0 0 0 1 2 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176752] ppid=176726 vsize=21927560 memory=36312 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176752/stat : 176752 (fscip) S 176726 176729 174940 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176753] ppid=176726 vsize=21927560 memory=6608 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176753/stat : 176753 (fscip) S 176726 176729 174940 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176754] ppid=176726 vsize=21927560 memory=20452 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176754/stat : 176754 (fscip) S 176726 176729 174940 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176755] ppid=176726 vsize=21927560 memory=6836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176755/stat : 176755 (fscip) S 176726 176729 174940 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176756] ppid=176726 vsize=21927560 memory=280948579218432 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176756/stat : 176756 (fscip) S 176726 176729 174940 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176757] ppid=176726 vsize=21927560 memory=8259761640030508190 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176757/stat : 176757 (fscip) S 176726 176729 174940 0 -1 1077936192 191 0 0 0 1 1 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176758] ppid=176726 vsize=21927560 memory=7885847066339324980 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176758/stat : 176758 (fscip) S 176726 176729 174940 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176759] ppid=176726 vsize=21927560 memory=280948576287616 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176759/stat : 176759 (fscip) S 176726 176729 174940 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176760] ppid=176726 vsize=21927560 memory=2891508821062100741 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176760/stat : 176760 (fscip) S 176726 176729 174940 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176761] ppid=176726 vsize=21927560 memory=-2541025442986482787 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176761/stat : 176761 (fscip) S 176726 176729 174940 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176762] ppid=176726 vsize=21927560 memory=-6800859132029471841 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176762/stat : 176762 (fscip) S 176726 176729 174940 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176763] ppid=176726 vsize=21927560 memory=7079764443937203282 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176763/stat : 176763 (fscip) S 176726 176729 174940 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176764] ppid=176726 vsize=21927560 memory=7079764443937203282 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176764/stat : 176764 (fscip) S 176726 176729 174940 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176765] ppid=176726 vsize=21927560 memory=17100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176765/stat : 176765 (fscip) S 176726 176729 174940 0 -1 1077936192 190 0 0 0 0 2 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176766] ppid=176726 vsize=21927560 memory=10824 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176766/stat : 176766 (fscip) S 176726 176729 174940 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176767] ppid=176726 vsize=21927560 memory=5556 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176767/stat : 176767 (fscip) S 176726 176729 174940 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176768] ppid=176726 vsize=21927560 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176768/stat : 176768 (fscip) S 176726 176729 174940 0 -1 1077936192 90 0 0 0 0 2 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176769] ppid=176726 vsize=21927560 memory=6692 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176769/stat : 176769 (fscip) S 176726 176729 174940 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
[pid=176729/tid=176770] ppid=176726 vsize=21927560 memory=6893024 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/176729/task/176770/stat : 176770 (fscip) S 176726 176729 174940 0 -1 1077936192 190 0 0 0 3 0 0 0 20 0 41 0 27884912 22453821440 5137639 809668444160 4194304 16623229 140737048322416 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29114368 140737048331271 140737048331389 140737048331389 140737048338416 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 21927560 KiB
Current children cumulated memory: 20550556 KiB

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

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

# cumulated CPU time of all completed processes:  user=71914.6 s, system=87.2597 s

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

[startup+3660.42 s]
/proc/loadavg: 61.14 61.41 61.84 43/942 179507
/proc/meminfo: memFree=725282064/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3660.8 s]
/proc/loadavg: 61.14 61.41 61.84 43/942 179507
/proc/meminfo: memFree=725282064/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3660.81
CPU time (s): 72001.9
CPU user time (s): 71914.6
CPU system time (s): 87.2597
CPU usage (%): 1966.83
Max. virtual memory (cumulated for all children) (KiB): 21927560
Max. memory (cumulated for all children) (KiB): 20550556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71914.6
system time used= 87.2597
maximum resident set size= 20550700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76439663
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= 868430
involuntary context switches= 148244


# summary of solver processes directly reported to runsolver:
#   pid: 176729
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71914.6
#   total CPU system time (s): 87.2597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0483 second user time and 82.3245 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 17:37:31
IDJOB=4467043
IDBENCH=144113
IDSOLVER=3096
FILE ID=nodeD104/4467043-1722613051
RUNJOBID= nodeD104-1722612837-174952
SLURM_JOB_ID= 8254309
Free space on /tmp= 8622544 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-le450-5a-4_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4467043-1722613051/watcher-4467043-1722613051 -o /tmp/evaluation-result-4467043-1722613051/solver-4467043-1722613051 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722612837-174952 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4467043-1722613051.wbo -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 6f720b4722bfdee79227a462351755e1
RANDOM SEED=401834168

nodeD104.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		: 3306.700
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		: 2632.583
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	: 5006.76
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		: 2548.674
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	: 5013.48
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		: 2882.866
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	: 5010.76
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		: 2662.105
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		: 2653.330
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	: 5006.76
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		: 3416.528
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	: 5013.48
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		: 2658.505
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	: 5010.76
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		: 2643.654
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		: 2635.251
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	: 5006.76
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		: 1385.129
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	: 5013.48
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		: 2646.679
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	: 5010.76
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		: 3123.540
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		: 2649.950
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	: 5006.76
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		: 3078.947
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	: 5013.48
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		: 2643.140
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	: 5010.76
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		: 2634.610
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		: 2644.624
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	: 5006.76
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		: 3357.467
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	: 5013.48
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		: 2639.686
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	: 5010.76
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		: 3252.457
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		: 2649.159
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	: 5006.76
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		: 3098.723
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	: 5013.48
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		: 2647.510
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	: 5010.76
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		: 3030.916
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		: 2639.265
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	: 5006.76
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		: 2623.280
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	: 5013.48
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		: 2640.678
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	: 5010.76
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		: 2650.908
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		: 2647.947
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	: 5006.76
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		: 2632.101
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	: 5013.48
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		: 2648.411
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	: 5010.76
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		: 2615.841
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		: 3890.114
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	: 5006.76
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		: 2285.818
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	: 5013.48
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		: 3877.287
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	: 5010.76
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		: 2624.157
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		: 2643.995
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	: 5006.76
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		: 1738.778
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	: 5013.48
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		: 2641.433
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	: 5010.76
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		: 3520.627
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		: 2636.423
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	: 5006.76
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		: 1552.893
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	: 5013.48
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		: 2636.857
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	: 5010.76
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		: 3097.533
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		: 2645.688
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	: 5006.76
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		: 2175.747
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	: 5013.48
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		: 2775.385
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	: 5010.76
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		: 2617.112
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		: 2636.930
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	: 5006.76
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		: 1649.705
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	: 5013.48
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		: 2641.547
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	: 5010.76
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		: 3083.556
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		: 2647.031
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	: 5006.76
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		: 2626.895
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	: 5013.48
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		: 2645.305
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	: 5010.76
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		: 2644.024
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		: 2643.596
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	: 5006.76
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		: 2624.481
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	: 5013.48
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		: 2643.368
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	: 5010.76
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		: 2639.255
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		: 2651.821
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	: 5006.76
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		: 2650.783
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	: 5013.48
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		: 2648.725
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	: 5010.76
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		: 3812.041
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		: 2638.941
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	: 5006.76
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		: 2628.510
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	: 5013.48
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		: 2638.843
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	: 5010.76
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		: 3247.893
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		: 2656.981
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	: 5006.76
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		: 2648.182
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	: 5013.48
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		: 2650.256
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	: 5010.76
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		: 2639.803
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		: 2654.877
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	: 5006.76
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		: 2646.350
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	: 5013.48
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		: 2659.582
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	: 5010.76
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		: 3648.694
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		: 3798.202
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	: 5006.76
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		: 3691.563
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	: 5013.48
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		: 3596.454
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        754290864 kB
MemAvailable:   756882268 kB
Buffers:          404980 kB
Cached:          5499424 kB
SwapCached:            0 kB
Active:           882812 kB
Inactive:       32911008 kB
Active(anon):       2212 kB
Inactive(anon): 27917964 kB
Active(file):     880600 kB
Inactive(file):  4993044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             62588 kB
Writeback:             0 kB
AnonPages:      27889108 kB
Mapped:           122980 kB
Shmem:             30728 kB
KReclaimable:     274952 kB
Slab:             644924 kB
SReclaimable:     274952 kB
SUnreclaim:       369972 kB
KernelStack:       15152 kB
PageTables:        65392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   28952364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           315264 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3598336 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:      692224 kB
DirectMap2M:    65865728 kB
DirectMap1G:    739246080 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD104 at 2024-08-02 18:38:32