Trace number 4465220

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUMeddbc5130f16a1842e21dd4bd4477bf2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark254
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494527
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494527
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.68/1.78	c Default LC presolving (default).
1.78/1.80	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.78/1.80	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
21.20/21.37	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
21.20/21.37	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
21.20/21.37	c Original Problem   :
21.20/21.37	c   Problem name     : instance-4465220-1723589000
21.20/21.37	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.20/21.37	c   Constraints      : 656900
21.20/21.37	c   Objective sense  : minimize
21.20/21.37	c Presolved Problem  :
21.20/21.37	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.20/21.37	c   Constraints      : 656900
21.20/21.37	c Constraints        : Number
21.20/21.37	c   setppc           : 656700 
21.20/21.37	c   logicor          : 200 
21.20/21.37	c ** Instance transfer method used: 0
22.10/22.27	c ** ParaScipInstance copy does not increase the number of variables. **
35.66/35.84	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.66/35.84	c                                Nodes    Active                                            
35.66/35.84	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
538.13/61.89	c *      62              0           1        20        4980.0000                -          -
538.13/61.89	c        62              0           1        20        4980.0000                -          -
1180.47/94.79	c        95              2           1        20        4980.0000           0.0000          -
1322.33/101.97	c       102              2           1        20        4980.0000           0.0000          -
1435.59/107.71	c *     108              2           1        20        4814.0000           0.0000          -
1435.59/107.71	c       108              2           1        20        4814.0000           0.0000          -
1548.42/113.48	c       113              2           1        20        4814.0000           0.0000          -
1563.82/114.22	c *     114              2           1        20        4767.0000           0.0000          -
1744.18/123.32	c       123              4           3        20        4767.0000           0.0000          -
1912.46/131.85	c       132              4           3        20        4767.0000           0.0000          -
2019.49/137.25	c       137              4           3        20        4767.0000           0.0000          -
2117.29/142.17	c *     142             21          22        20        4692.0000           0.0000          -
2124.06/142.50	c       142             21          22        20        4692.0000           0.0000          -
2226.94/147.83	c       148             25          24        20        4692.0000           0.0000          -
2462.72/159.72	c       160             25          24        20        4692.0000           0.0000          -
2565.66/165.03	c       165             22          21        20        4692.0000           0.0000          -
2682.54/170.88	c       171             41          42        20        4692.0000           0.0000          -
2773.72/175.41	c *     175             61          62        20        4634.0000           0.0000          -
3004.23/187.12	c       187             42          43        20        4634.0000           0.0000          -
3106.52/192.28	c       192             62          61        20        4634.0000           0.0000          -
3222.16/198.05	c       198             62          61        20        4634.0000           0.0000          -
3457.42/209.91	c       210             64          63        20        4634.0000           0.0000          -
3561.20/215.18	c       215             64          63        20        4634.0000           0.0000          -
3661.58/220.21	c       220             82          83        20        4634.0000           0.0000          -
3764.71/225.42	c       225             82          83        20        4634.0000           0.0000          -
3846.03/229.58	c *     230             92          91        20        4586.0000           0.0000          -
3885.71/231.50	c       232             92          91        20        4586.0000           0.0000          -
4195.69/247.17	c       247             91          92        20        4586.0000           0.0000          -
4299.98/252.46	c       252            103         102        20        4586.0000           0.0000          -
4396.72/257.33	c *     257            121         122        20        4538.0000           0.0000          -
4398.68/257.47	c       257            121         122        20        4538.0000           0.0000          -
4404.38/257.79	c *     258            121         122        20        4519.0000           0.0000          -
4513.18/263.21	c       263            121         122        20        4519.0000           0.0000          -
4522.99/263.72	c *     264            121         122        20        4470.0000           0.0000          -
4639.59/269.60	c *     270            152         151        20        4368.0000           0.0000          -
4639.59/269.60	c       270            152         151        20        4368.0000           0.0000          -
4757.39/275.65	c       276            173         172        20        4368.0000           0.0000          -
4856.52/280.69	c       281            202         201        20        4368.0000           0.0000          -
4967.56/286.23	c       286            262         261        20        4368.0000           0.0000          -
5105.04/293.19	c       293            293         292        20        4368.0000           0.0000          -
5225.24/299.28	c       299            293         292        20        4368.0000           0.0000          -
5330.30/304.50	c       304            273         272        20        4368.0000           0.0000          -
5440.06/310.12	c       310            273         272        20        4368.0000           0.0000          -
5593.86/317.81	c       318            362         361        20        4368.0000           0.0000          -
5697.67/323.06	c       323            362         361        20        4368.0000           0.0000          -
5819.75/329.29	c       329            342         341        20        4368.0000           0.0000          -
5849.22/330.77	c *     331            342         341        20        4274.0000           0.0000          -
5932.39/334.92	c       335            342         341        20        4274.0000           0.0000          -
6037.46/340.28	c       340            342         341        20        4274.0000           0.0000          -
6142.52/345.54	c       346            372         373        20        4274.0000           0.0000          -
6279.39/352.45	c       352            442         441        20        4274.0000           0.0000          -
6392.75/358.15	c       358            442         441        20        4274.0000           0.0000          -
6493.40/363.27	c       363            422         421        20        4274.0000           0.0000          -
6600.40/368.66	c       369            422         421        20        4274.0000           0.0000          -
6745.06/375.91	c       376            562         561        20        4274.0000           0.0000          -
6858.01/381.63	c *     382            562         561        20        4184.0000           0.0000          -
6858.01/381.63	c       382            562         561        20        4184.0000           0.0000          -
6962.91/386.93	c       387            542         541        20        4184.0000           0.0000          -
7071.85/392.46	c       392            542         541        20        4184.0000           0.0000          -
7192.72/398.53	c       399            581         582        20        4184.0000           0.0000          -
7311.42/404.58	c       405            693         692        20        4184.0000           0.0000          -
7426.45/410.36	c       410            693         692        20        4184.0000           0.0000          -
7531.50/415.62	c       416            683         682        20        4184.0000           0.0000          -
7630.09/420.65	c *     421            683         682        20        4113.0000           0.0000          -
7630.09/420.65	c       421            683         682        20        4113.0000           0.0000          -
7766.82/427.58	c       428            962         961        20        4113.0000           0.0000          -
7879.85/433.22	c       433            962         961        20        4113.0000           0.0000          -
7977.48/438.16	c *     438            962         961        20        4069.0000           0.0000          -
7992.70/438.94	c       439            962         961        20        4069.0000           0.0000          -
8096.58/444.18	c       444            802         801        20        4069.0000           0.0000          -
8198.80/449.36	c       449            802         801        20        4069.0000           0.0000          -
8317.74/455.31	c       455           1050           0        20        4069.0000           0.0000          -
8400.91/459.58	c *     460           1050           0        20        3967.0000           0.0000          -
8417.85/460.43	c       460            922         921        20        3967.0000           0.0000          -
8532.90/466.26	c       466            922         921        20        3967.0000           0.0000          -
8663.80/472.83	c       473            922         921        20        3967.0000           0.0000          -
8673.72/473.38	c *     473            922         921        20        3903.0000           0.0000          -
8790.58/479.22	c       479           1101          51        20        3903.0000           0.0000          -
8891.74/484.37	c       484           1131          81        20        3903.0000           0.0000          -
8992.91/489.41	c       489           1050           0        20        3903.0000           0.0000          -
9092.03/494.43	c       494           1491         441        20        3903.0000           0.0000          -
9193.18/499.55	c       500           1531         481        20        3903.0000           0.0000          -
9296.26/504.74	c       505           1771         721        20        3903.0000           0.0000          -
9412.91/510.69	c       511           2031         981        20        3903.0000           0.0000          -
9516.08/515.82	c       516           2031         981        20        3903.0000           0.0000          -
9617.14/520.99	c       521           2031         981        20        3903.0000           0.0000          -
9719.01/526.09	c       526           2101        1051        20        3903.0000           0.0000          -
9823.38/531.30	c       531           2101        1051        20        3903.0000           0.0000          -
9922.52/536.34	c       536           2101        1051        20        3903.0000           0.0000          -
10027.62/541.60	c       542           2311        1261        20        3903.0000           0.0000          -
10132.76/546.99	c       547           2542        1492        20        3903.0000           0.0000          -
10243.80/552.58	c       553           2716        1666        20        3903.0000           0.0000          -
10346.90/557.73	c       558           2871        1821        20        3903.0000           0.0000          -
10450.00/562.93	c       563           3051        2001        20        3903.0000           0.0000          -
10594.73/570.22	c       570           3051        2001        20        3903.0000           0.0000          -
10757.29/578.43	c       578           3051        2001        20        3903.0000           0.0000          -
10860.37/583.64	c       584           3051        2001        20        3903.0000           0.0000          -
10968.24/589.05	c       589           3110        2062        20        3903.0000           0.0000          -
11074.17/594.40	c       594           3331        2281        20        3903.0000           0.0000          -
11189.10/600.23	c       600           3331        2281        20        3903.0000           0.0000          -
11292.21/605.40	c       605           3331        2281        20        3903.0000           0.0000          -
11391.36/610.41	c       610           3351        2301        20        3903.0000           0.0000          -
11500.45/616.04	c       616           3351        2301        20        3903.0000           0.0000          -
11602.27/621.04	c       621           3491        2441        20        3903.0000           0.0000          -
11674.01/624.78	c *     625           3571        2521        20        3759.0000           0.0000          -
11739.83/628.05	c       628           3651        2601        20        3759.0000           0.0000          -
11784.59/630.33	c *     630           3651        2601        20        3686.0000           0.0000          -
11855.97/633.94	c       634           3671        2621        20        3686.0000           0.0000          -
11893.65/635.85	c *     636           3671        2621        20        3622.0000           0.0000          -
11997.21/641.11	c       641           3671        2621        20        3622.0000           0.0000          -
12107.35/646.62	c       647           3730        2680        20        3622.0000           0.0000          -
12208.48/651.73	c       652           3790        2742        20        3622.0000           0.0000          -
12316.09/657.17	c       657           3791        2741        20        3622.0000           0.0000          -
12529.46/667.98	c       668           3791        2741        20        3622.0000           0.0000          -
12631.46/673.14	c       673           3836        2786        20        3622.0000           0.0000          -
12737.57/678.43	c       678           3910        2862        20        3622.0000           0.0000          -
12836.65/683.49	c       683           3991        2941        20        3622.0000           0.0000          -
12937.77/688.55	c       689           4431        3381        20        3622.0000           0.0000          -
13052.79/694.32	c       694           4531        3481        20        3622.0000           0.0000          -
13193.40/701.40	c       701           4591        3541        20        3622.0000           0.0000          -
13292.55/706.44	c       706           5256        4206        20        3622.0000           0.0000          -
13393.64/711.55	c       712           5256        4206        20        3622.0000           0.0000          -
13474.00/715.66	c *     716           5256        4206        20        3574.0000           0.0000          -
13513.54/717.60	c       718           5270        4222        20        3574.0000           0.0000          -
13618.47/723.01	c       723           5151        4101        20        3574.0000           0.0000          -
13830.50/733.60	c       734           5292        4242        20        3574.0000           0.0000          -
13933.36/738.89	c       739           5292        4242        20        3574.0000           0.0000          -
14039.12/744.15	c       744           5231        4181        20        3574.0000           0.0000          -
14163.22/750.42	c       750           5231        4181        20        3574.0000           0.0000          -
14303.99/757.53	c       758           5691        4641        20        3574.0000           0.0000          -
14407.08/762.74	c       763           5892        4842        20        3574.0000           0.0000          -
14523.95/768.63	c       769           5892        4842        20        3574.0000           0.0000          -
14622.82/773.67	c       774           5892        4842        20        3574.0000           0.0000          -
14723.97/778.70	c       779           5930        4882        20        3574.0000           0.0000          -
14831.71/784.15	c       784           5925        4877        20        3574.0000           0.0000          -
14913.87/788.34	c *     788           5925        4877        20        3518.0000           0.0000          -
14933.60/789.39	c       789           5925        4877        20        3518.0000           0.0000          -
15034.70/794.48	c       794           5925        4877        20        3518.0000           0.0000          -
15149.69/800.23	c       800           6491        5441        20        3518.0000           0.0000          -
15256.75/805.69	c       806           6491        5441        20        3518.0000           0.0000          -
15357.68/810.76	c       811           5991        4941        20        3518.0000           0.0000          -
15478.66/816.87	c       817           5991        4941        20        3518.0000           0.0000          -
15597.27/822.84	c       823           6050        5002        20        3518.0000           0.0000          -
15710.34/828.52	c       829           6851        5803        20        3518.0000           0.0000          -
15760.52/831.07	c *     831           6511        5461        20        3424.0000           0.0000          -
15809.33/833.57	c       834           6871        5821        20        3424.0000           0.0000          -
15949.16/840.67	c       841           6671        5621        20        3424.0000           0.0000          -
16052.14/845.88	c       846           6671        5621        20        3424.0000           0.0000          -
16170.99/851.90	c       852           6931        5881        20        3424.0000           0.0000          -
16282.01/857.45	c       857           6970        5922        20        3424.0000           0.0000          -
16383.03/862.54	c       863           7031        5981        20        3424.0000           0.0000          -
16490.02/867.91	c       868           7031        5981        20        3424.0000           0.0000          -
16602.77/873.64	c       874           7031        5981        20        3424.0000           0.0000          -
16717.72/879.46	c       879           7171        6121        20        3424.0000           0.0000          -
16822.77/884.72	c       885           7332        6282        20        3424.0000           0.0000          -
16939.82/890.63	c       891           7731        6681        20        3424.0000           0.0000          -
16959.66/891.68	c *     892           7731        6681        20        3344.0000           0.0000          -
17040.91/895.74	c       896           7791        6741        20        3344.0000           0.0000          -
17161.95/901.87	c       902           7791        6741        20        3344.0000           0.0000          -
17270.97/907.31	c       907           7791        6741        20        3344.0000           0.0000          -
17399.91/913.82	c       914           7890        6842        20        3344.0000           0.0000          -
17507.01/919.27	c       919           8190        7142        20        3344.0000           0.0000          -
17612.11/924.50	c       925           8311        7261        20        3344.0000           0.0000          -
17711.40/929.57	c       930           8330        7282        20        3344.0000           0.0000          -
17814.20/934.71	c       935           8991        7941        20        3344.0000           0.0000          -
17913.36/939.77	c       940           8991        7941        20        3344.0000           0.0000          -
18024.30/945.36	c       945          10119        9069        20        3344.0000           1.0000          -
18141.31/951.27	c       951          10351        9301        20        3344.0000           1.0000          -
18280.12/958.25	c       958          10605        9337        20        3344.0000           1.0000          -
18389.11/963.76	c       964          10711        9339        20        3344.0000           1.0000          -
18492.20/969.02	c       969          10711        9339        20        3344.0000           1.0000          -
18601.28/974.40	c       974          10566        9309        20        3344.0000           1.0000          -
18710.33/980.01	c       980          10700        9288        20        3344.0000           1.0000          -
18821.31/985.53	c       986          11312         541        20        3344.0000           1.0000          -
18926.30/990.86	c       991          11612         841        20        3344.0000           1.0000          -
19030.21/996.12	c       996          10757        9338        20        3344.0000           1.0000          -
19136.60/1001.42	c      1001          10697        9148        20        3344.0000           1.0000          -
19239.78/1006.68	c      1007          10725        9208        20        3344.0000           1.0000          -
19342.95/1011.87	c      1012          10699        9148        20        3344.0000           1.0000          -
19444.26/1016.98	c      1017          10919         181        20        3344.0000           1.0000          -
19549.26/1022.22	c      1022          11119         361        20        3344.0000           1.0000          -
19650.44/1027.31	c      1027          11519         781        20        3344.0000           1.0000          -
19749.64/1032.36	c      1032          11836        1098        20        3344.0000           1.0000          -
19850.83/1037.47	c      1037          12029        1271        20        3344.0000           1.0000          -
19949.95/1042.48	c      1042          12299        1541        20        3344.0000           1.0000          -
20051.08/1047.59	c      1048          12699        1941        20        3344.0000           1.0000          -
20150.26/1052.59	c      1053          13139        2381        20        3344.0000           1.0000          -
20253.39/1057.73	c      1058          13650        2892        20        3344.0000           1.0000          -
20354.62/1062.80	c      1063          14399        3661        20        3344.0000           1.0000          -
20458.43/1068.05	c      1068          14719        3961        20        3344.0000           1.0000          -
20565.09/1073.40	c      1073          15419        4661        20        3344.0000           1.0000          -
20670.24/1078.77	c      1079          16584        5846        20        3344.0000           1.0000          -
20775.89/1084.09	c      1084          17479        6741        20        3344.0000           1.0000          -
20876.78/1089.13	c      1089          17959        7201        20        3344.0000           1.0000          -
20981.47/1094.41	c      1094          18939        8181        20        3344.0000           1.0000          -
21088.71/1099.83	c      1100          20250        9199        20        3344.0000           1.0000          -
21188.01/1104.89	c      1105          20356        9196        20        3344.0000           1.0000          -
21289.28/1109.92	c      1110          20308        9177        20        3344.0000           1.0000          -
21391.23/1115.07	c      1115          20463         121        20        3344.0000           1.0000          -
21495.76/1120.33	c      1120          20963         621        20        3344.0000           1.0000          -
21601.04/1125.61	c      1126          21483        1141        20        3344.0000           1.0000          -
21706.25/1131.00	c      1131          22083        1741        20        3344.0000           1.0000          -
21813.50/1136.35	c      1136          23086        2721        20        3344.0000           1.0000          -
21918.79/1141.61	c      1142          23283        2941        20        3344.0000           1.0000          -
22022.10/1146.88	c      1147          23943        3601        20        3344.0000           1.0000          -
22123.41/1151.98	c      1152          25146        4781        20        3344.0000           1.0000          -
22234.65/1157.53	c      1158          25946        5581        20        3344.0000           1.0000          -
22335.95/1162.69	c      1163          26188        5846        20        3344.0000           1.0000          -
22441.20/1167.94	c      1168          27726        7361        20        3344.0000           1.0000          -
22550.20/1173.47	c      1173          28000        7658        20        3344.0000           1.0000          -
22655.33/1178.75	c      1179          28963        8621        20        3344.0000           1.0000          -
22758.48/1183.96	c      1184          29820        8789        20        3344.0000           1.0000          -
22862.34/1189.17	c      1189          30017           0        20        3344.0000           1.0000          -
22964.76/1194.32	c      1194          29943        8735        20        3344.0000           1.0000          -
23065.92/1199.41	c      1199          29980          27        20        3344.0000           1.0000          -
23172.86/1204.85	c      1205          31398        1381        20        3344.0000           1.0000          -
23278.69/1210.18	c      1210          30982        1029        20        3344.0000           1.0000          -
23385.05/1215.51	c      1216          31534        1581        20        3344.0000           1.0000          -
23488.20/1220.77	c      1221          33238        3221        20        3344.0000           1.0000          -
23594.15/1226.11	c      1226          32743        2790        20        3344.0000           1.0000          -
23698.29/1231.39	c      1231          33374        3421        20        3344.0000           1.0000          -
23805.34/1236.70	c      1237          35418        5401        20        3344.0000           1.0000          -
23908.44/1241.98	c      1242          36258        6241        20        3344.0000           1.0000          -
24013.49/1247.27	c      1247          37158        7141        20        3344.0000           1.0000          -
24118.57/1252.56	c      1253          36414        6461        20        3344.0000           1.0000          -
24221.58/1257.71	c      1258          37314        7361        20        3344.0000           1.0000          -
24322.68/1262.87	c      1263          38294        8341        20        3344.0000           1.0000          -
24423.77/1267.94	c      1268          39648        8376        20        3344.0000           1.0000          -
24527.53/1273.15	c      1273          40021        8379        20        3344.0000           1.0000          -
24629.91/1278.32	c      1278          40021        8379        20        3344.0000           1.0000          -
24729.00/1283.35	c      1283          40230         125        20        3344.0000           1.0000          -
24830.09/1288.46	c      1288          39935        8458        20        3344.0000           1.0000          -
24935.10/1293.72	c      1294          40076         121        20        3344.0000           1.0000          -
25034.18/1298.73	c      1299          40576         621        20        3344.0000           1.0000          -
25137.25/1303.95	c      1304          41096        1141        20        3344.0000           1.0000          -
25242.29/1309.20	c      1309          41656        1701        20        3344.0000           1.0000          -
25343.31/1314.36	c      1314          42256        2301        20        3344.0000           1.0000          -
25444.40/1319.43	c      1319          44246        4141        20        3344.0000           1.0000          -
25549.46/1324.71	c      1325          44966        4861        20        3344.0000           1.0000          -
25648.58/1329.72	c      1330          44056        4101        20        3344.0000           1.0000          -
25751.65/1334.96	c      1335          44776        4821        20        3344.0000           1.0000          -
25856.68/1340.25	c      1340          45576        5621        20        3344.0000           1.0000          -
25959.76/1345.47	c      1345          46436        6481        20        3344.0000           1.0000          -
26062.85/1350.69	c      1351          47337        7382        20        3344.0000           1.0000          -
26163.91/1355.75	c      1356          48282        8262        20        3344.0000           1.0000          -
26266.98/1360.97	c      1361          50330        8336        20        3344.0000           1.0000          -
26370.71/1366.19	c      1366          48915        8189        20        3344.0000           1.0000          -
26477.08/1371.55	c      1372          51096        8337        20        3344.0000           1.0000          -
26582.14/1376.81	c      1377          51418        8336        20        3344.0000           1.0000          -
26683.23/1381.97	c      1382          51828        8334        20        3344.0000           1.0000          -
26784.93/1387.07	c      1387          51942        8331        20        3344.0000           1.0000          -
26891.31/1392.48	c      1392          49654        8183        20        3344.0000           1.0000          -
26994.38/1397.62	c      1398          49860        8179        20        3344.0000           1.0000          -
27093.46/1402.67	c      1403          50015        8185        20        3344.0000           1.0000          -
27203.26/1408.15	c      1408          50173        8180        20        3344.0000           1.0000          -
27311.52/1413.61	c      1414          50352        8184        20        3344.0000           1.0000          -
27414.60/1418.81	c      1419          50531        8188        20        3344.0000           1.0000          -
27515.69/1423.98	c      1424          50825        8187        20        3344.0000           1.0000          -
27622.71/1429.34	c      1429          50986        8183        20        3344.0000           1.0000          -
27725.79/1434.52	c      1435          51174        8182        20        3344.0000           1.0000          -
27826.80/1439.67	c      1440          57466        5441        20        3344.0000           1.0000          -
27931.87/1444.94	c      1445          58286        6261        20        3344.0000           1.0000          -
28030.79/1450.01	c      1450          51565        8180        20        3344.0000           1.0000          -
28137.74/1455.37	c      1455          60146        8121        20        3344.0000           1.0000          -
28240.83/1460.59	c      1461          60993        8126        20        3344.0000           1.0000          -
28341.84/1465.67	c      1466          61842        8124        20        3344.0000           1.0000          -
28442.88/1470.77	c      1471          53137        1501        20        3344.0000           1.0000          -
28545.84/1475.96	c      1476          63143        8118        20        3344.0000           1.0000          -
28650.87/1481.26	c      1481          63747        8120        20        3344.0000           1.0000          -
28753.95/1486.49	c      1486          63747        8120        20        3344.0000           1.0000          -
28856.90/1491.67	c      1492          63747        8120        20        3344.0000           1.0000          -
28957.98/1496.71	c      1497          56697        5061        20        3344.0000           1.0000          -
29059.06/1501.82	c      1502          57417        5781        20        3344.0000           1.0000          -
29162.73/1507.08	c      1507          64707        8128        20        3344.0000           1.0000          -
29265.03/1512.22	c      1512          59257        7621        20        3344.0000           1.0000          -
29364.05/1517.29	c      1517          60257        8621        20        3344.0000           1.0000          -
29465.13/1522.32	c      1522          60995        8698        20        3344.0000           1.0000          -
29566.21/1527.49	c      1528          65926        8124        20        3344.0000           1.0000          -
29671.23/1532.75	c      1533          62010        8680        20        3344.0000           1.0000          -
29774.13/1537.99	c      1538          66633        8116        20        3344.0000           1.0000          -
29791.32/1538.82	c *    1539          66633        8116        20        3309.0000           1.0000          -
29880.45/1543.39	c      1543          66633        8116        20        3309.0000           1.0000          -
29983.54/1548.55	c      1549          62579        8675        20        3309.0000           1.0000          -
30088.54/1553.86	c      1554          67086         401        20        3309.0000           1.0000          -
30189.61/1558.95	c      1559          62585        8676        20        3309.0000           1.0000          -
30298.44/1564.43	c      1564          62626        8677        20        3309.0000           1.0000          -
30405.49/1569.83	c      1570          62626        8677        20        3309.0000           1.0000          -
30506.51/1574.96	c      1575          62626        8677        20        3309.0000           1.0000          -
30613.58/1580.33	c      1580          62680        8680        20        3309.0000           1.0000          -
30716.73/1585.55	c      1586          62914        8668        20        3309.0000           1.0000          -
30764.02/1587.96	c *    1588          62914        8668        20        3259.0000           1.0000          -
30815.31/1590.55	c      1591          63000        8672        20        3259.0000           1.0000          -
30922.48/1595.92	c      1596          63217        8666        20        3259.0000           1.0000          -
31027.57/1601.28	c      1601          63217        8666        20        3259.0000           1.0000          -
31146.68/1607.22	c      1607          73386        6701        20        3259.0000           1.0000          -
31247.73/1612.37	c      1612          73386        6701        20        3259.0000           1.0000          -
31350.93/1617.56	c      1618          63342        8661        20        3259.0000           1.0000          -
31456.12/1622.87	c      1623          63342        8661        20        3259.0000           1.0000          -
31560.03/1628.06	c      1628          75074        7931        20        3259.0000           1.0000          -
31664.52/1633.31	c      1633          63573        8639        20        3259.0000           1.0000          -
31773.71/1638.82	c      1639          63798        8639        20        3259.0000           1.0000          -
31874.98/1643.96	c      1644          63798        8639        20        3259.0000           1.0000          -
31979.02/1649.16	c      1649          77454        7920        20        3259.0000           1.0000          -
32043.07/1652.43	c *    1652          77579        7914        20        1381.0000           1.0000          -
32048.50/1652.71	c *    1653          77579        7914        20        1372.0000           1.0000          -
32084.13/1654.53	c      1655          77603        7914        20        1372.0000           1.0000          -
32187.12/1659.79	c *    1660          64030        8636        20        1302.0000           1.0000          -
32187.12/1659.79	c      1660          64030        8636        20        1302.0000           1.0000          -
32304.10/1665.63	c      1666          64030        8636        20        1302.0000           1.0000          -
32409.34/1670.98	c      1671          64032        8638        20        1302.0000           1.0000          -
32511.44/1676.11	c      1676          77703        7918        20        1302.0000           1.0000          -
32615.78/1681.35	c      1681          64108        8643        20        1302.0000           1.0000          -
32725.00/1686.83	c      1687          64108        8643        20        1302.0000           1.0000          -
32826.26/1691.95	c      1692          77803        7912        20        1302.0000           1.0000          -
32933.46/1697.38	c      1697          77811        7918        20        1302.0000           1.0000          -
33034.73/1702.46	c      1702          64443        8636        20        1302.0000           1.0000          -
33141.97/1707.84	c      1708          78161        7914        20        1302.0000           1.0000          -
33232.77/1712.48	c *    1712              2           1        20        1261.0000         220.6296    471.55%
33238.35/1712.78	c *    1713              2           1        20        1255.0000         220.6296    468.83%
33244.45/1713.09	c *    1713              2           1        20        1241.0000         220.6296    462.48%
33244.45/1713.09	c      1713              2           1        20        1241.0000         220.6296    462.48%
33252.71/1713.50	c *    1714              2           1        20        1221.0000         220.6296    453.42%
33349.97/1718.48	c      1718              2           1        20        1221.0000         220.6296    453.42%
33453.15/1723.65	c      1724              2           1        20        1221.0000         221.0973    452.25%
33560.99/1729.10	c      1729              2           1        20        1221.0000         221.0973    452.25%
33665.58/1734.39	c      1734              2           1        20        1221.0000         221.0973    452.25%
33766.75/1739.43	c      1739              2           1        20        1221.0000         221.0973    452.25%
33868.01/1744.59	c      1745              2           1        20        1221.0000         221.0973    452.25%
33971.28/1749.71	c      1750              2           1        20        1221.0000         221.0973    452.25%
34050.24/1753.78	c *    1754              2           1        20        1206.0000         221.0973    445.46%
34069.84/1754.78	c      1755              2           1        20        1206.0000         221.0973    445.46%
34179.06/1760.23	c      1760              2           1        20        1206.0000         221.0973    445.46%
34284.18/1765.59	c      1766              2           1        20        1206.0000         221.0973    445.46%
34393.97/1771.06	c      1771              2           1        20        1206.0000         221.0973    445.46%
34500.40/1776.47	c      1776              2           1        20        1206.0000         221.0973    445.46%
34601.68/1781.52	c      1782              3           2        20        1206.0000         221.1531    445.32%
34704.89/1786.75	c      1787              3           2        20        1206.0000         221.1531    445.32%
34806.18/1791.83	c      1792              3           2        20        1206.0000         221.1531    445.32%
34910.30/1797.09	c      1797              3           2        20        1206.0000         221.1531    445.32%
35012.72/1802.21	c      1802              3           2        20        1206.0000         221.1531    445.32%
35117.92/1807.54	c      1808              3           2        20        1206.0000         221.1531    445.32%
35221.12/1812.73	c      1813              3           2        20        1206.0000         221.1531    445.32%
35328.98/1818.14	c      1818              3           2        20        1206.0000         221.1531    445.32%
35431.39/1823.33	c      1823              3           2        20        1206.0000         221.1531    445.32%
35538.62/1828.77	c      1829              4           3        20        1206.0000         221.1531    445.32%
35646.40/1834.15	c      1834              4           3        20        1206.0000         221.1531    445.32%
35754.90/1839.61	c      1840              4           3        20        1206.0000         221.1531    445.32%
35854.08/1844.67	c      1845              4           3        20        1206.0000         221.1531    445.32%
35955.16/1849.70	c      1850              4           3        20        1206.0000         221.1531    445.32%
36054.47/1854.72	c      1855              4           3        20        1206.0000         221.1531    445.32%
36155.72/1859.87	c      1860              4           3        20        1206.0000         221.1531    445.32%
36257.00/1864.90	c      1865              4           3        20        1206.0000         221.1531    445.32%
36356.23/1870.00	c      1870              4           3        20        1206.0000         221.1531    445.32%
36465.56/1875.43	c      1875              4           3        20        1206.0000         221.1531    445.32%
36572.63/1880.80	c      1881              4           3        20        1206.0000         221.1531    445.32%
36676.39/1886.08	c      1886              4           3        20        1206.0000         221.1531    445.32%
36775.53/1891.11	c      1891              4           3        20        1206.0000         221.1531    445.32%
36884.31/1896.54	c      1897              4           3        20        1206.0000         221.1531    445.32%
36989.60/1901.85	c      1902              4           3        20        1206.0000         221.1531    445.32%
37088.91/1906.87	c      1907              4           3        20        1206.0000         221.1531    445.32%
37190.24/1911.94	c      1912              5           4        20        1206.0000         221.1531    445.32%
37295.54/1917.26	c      1917              5           4        20        1206.0000         221.1531    445.32%
37400.85/1922.53	c      1923              5           4        20        1206.0000         221.1531    445.32%
37500.18/1927.59	c      1928              5           4        20        1206.0000         221.1531    445.32%
37605.45/1932.82	c      1933              5           4        20        1206.0000         221.1531    445.32%
37716.67/1938.40	c      1938              5           4        20        1206.0000         221.1531    445.32%
37752.00/1940.26	c *    1940              5           4        20        1166.0000         221.1531    427.24%
37819.22/1943.62	c      1944              5           4        20        1166.0000         221.1531    427.24%
37929.10/1949.15	c      1949              5           4        20        1166.0000         221.1531    427.24%
38033.62/1954.49	c      1954              5           4        20        1166.0000         221.1531    427.24%
38140.82/1959.87	c      1960              5           4        20        1166.0000         221.1531    427.24%
38248.03/1965.26	c      1965              5           4        20        1166.0000         221.1531    427.24%
38347.25/1970.28	c      1970              5           4        20        1166.0000         221.1531    427.24%
38450.42/1975.45	c      1975              5           4        20        1166.0000         221.1531    427.24%
38557.64/1980.81	c      1981              5           4        20        1166.0000         221.1531    427.24%
38664.82/1986.21	c      1986              5           4        20        1166.0000         221.1531    427.24%
38764.08/1991.28	c      1991              5           4        20        1166.0000         221.1531    427.24%
38856.59/1995.96	c *    1996              5           4        20        1140.0000         221.1531    415.48%
38864.23/1996.32	c      1996              6           5        20        1140.0000         221.1531    415.48%
38972.45/2001.81	c      2002              6           5        20        1140.0000         221.1531    415.48%
39071.68/2006.87	c      2007              6           5        20        1140.0000         221.1531    415.48%
39178.27/2012.26	c      2012              6           5        20        1140.0000         221.1531    415.48%
39276.81/2017.29	c      2017              6           5        20        1140.0000         221.1531    415.48%
39377.11/2022.37	c      2022              6           5        20        1140.0000         221.1531    415.48%
39487.65/2027.97	c      2028              6           5        20        1140.0000         221.1531    415.48%
39597.75/2033.54	c      2034              6           5        20        1140.0000         221.1531    415.48%
39700.93/2038.70	c      2039              6           5        20        1140.0000         221.1531    415.48%
39816.07/2044.50	c      2045              7           6        20        1140.0000         221.1531    415.48%
39919.31/2049.75	c      2050              7           6        20        1140.0000         221.1531    415.48%
40022.56/2054.98	c      2055              7           6        20        1140.0000         221.1531    415.48%
40129.69/2060.35	c      2060              7           6        20        1140.0000         221.1531    415.48%
40230.94/2065.46	c      2065              7           6        20        1140.0000         221.1531    415.48%
40338.09/2070.80	c      2071              7           6        20        1140.0000         221.1531    415.48%
40442.06/2076.04	c      2076              7           6        20        1140.0000         221.1531    415.48%
40550.45/2081.54	c      2082              8           7        20        1140.0000         221.1531    415.48%
40651.67/2086.64	c      2087              8           7        20        1140.0000         221.1531    415.48%
40756.69/2091.99	c      2092              8           7        20        1140.0000         221.1531    415.48%
40858.37/2097.05	c      2097              8           7        20        1140.0000         221.1531    415.48%
40959.41/2102.15	c      2102              8           7        20        1140.0000         221.1531    415.48%
41063.89/2107.42	c      2107              8           7        20        1140.0000         221.1531    415.48%
41163.11/2112.44	c      2112              8           7        20        1140.0000         221.1531    415.48%
41267.88/2117.74	c      2118              8           7        20        1140.0000         221.1531    415.48%
41366.80/2122.76	c      2123              8           7        20        1140.0000         221.1531    415.48%
41472.89/2128.05	c      2128              8           7        20        1140.0000         221.1531    415.48%
41514.80/2130.22	c *    2130              8           7        20        1086.0000         221.1531    391.06%
41581.98/2133.65	c      2134              8           7        20        1086.0000         221.1531    391.06%
41681.20/2138.66	c      2139              8           7        20        1086.0000         221.1531    391.06%
41798.14/2144.56	c      2145              8           7        20        1086.0000         221.1531    391.06%
41907.86/2150.04	c      2150              8           7        20        1086.0000         221.1531    391.06%
42012.26/2155.33	c      2155              8           7        20        1086.0000         221.1531    391.06%
42116.54/2160.69	c      2161              8           7        20        1086.0000         221.1531    391.06%
42217.70/2165.73	c      2166              9           8        20        1086.0000         221.1531    391.06%
42318.91/2170.84	c      2171              9           8        20        1086.0000         221.1531    391.06%
42420.13/2176.02	c      2176              9           8        20        1086.0000         221.1531    391.06%
42432.86/2176.65	c *    2177              9           8        20        1041.0000         221.1531    370.71%
42519.54/2181.08	c      2181              9           8        20        1041.0000         221.1531    370.71%
42619.83/2186.15	c      2186              9           8        20        1041.0000         221.1531    370.71%
42728.25/2191.69	c      2192              9           8        20        1041.0000         221.1531    370.71%
42831.50/2196.81	c      2197              9           8        20        1041.0000         221.1531    370.71%
42929.99/2201.84	c      2202              9           8        20        1041.0000         221.1531    370.71%
42997.47/2205.35	c *    2205              9           8        20        1021.0000         221.1531    361.67%
43003.48/2205.71	c *    2206              9           8        20        1019.0000         221.1531    360.77%
43008.28/2206.04	c *    2206              9           8        20        1001.0000         221.1531    352.63%
43025.37/2207.04	c      2207             10           9        20        1001.0000         221.1531    352.63%
43106.40/2211.15	c *    2211             10           9        20         982.0000         221.1531    344.04%
43125.54/2212.22	c      2212             10           9        20         982.0000         221.1531    344.04%
43226.64/2217.30	c      2217             10           9        20         982.0000         221.1531    344.04%
43267.24/2219.44	c *    2219             10           9        20         972.0000         221.1531    339.51%
43332.49/2222.70	c      2223             10           9        20         972.0000         221.1531    339.51%
43441.53/2228.20	c      2228             10           9        20         972.0000         221.1531    339.51%
43539.73/2233.23	c      2233             10           9        20         972.0000         221.1531    339.51%
43640.83/2238.34	c      2238             10           9        20         972.0000         221.1531    339.51%
43743.96/2243.51	c      2244             10           9        20         972.0000         221.1531    339.51%
43840.83/2248.44	c *    2248             10           9        20         958.0000         221.1531    333.18%
43850.71/2248.90	c      2249             10           9        20         958.0000         221.1531    333.18%
43949.72/2253.94	c      2254             10           9        20         958.0000         221.1531    333.18%
44053.50/2259.17	c      2259             10           9        20         958.0000         221.1531    333.18%
44163.88/2264.77	c      2265             10           9        20         958.0000         221.1531    333.18%
44271.66/2270.17	c      2270             10           9        20         958.0000         221.1531    333.18%
44376.22/2275.42	c      2275             11          10        20         958.0000         221.1531    333.18%
44475.00/2280.44	c      2280             11          10        20         958.0000         221.1531    333.18%
44584.16/2286.00	c      2286             11          10        20         958.0000         221.1531    333.18%
44687.98/2291.14	c      2291             11          10        20         958.0000         221.1531    333.18%
44798.32/2296.79	c      2297             11          10        20         958.0000         221.1531    333.18%
44905.75/2302.15	c      2302             11          10        20         958.0000         221.1531    333.18%
45010.18/2307.46	c      2307             11          10        20         958.0000         221.1531    333.18%
45111.28/2312.52	c      2313             11          10        20         958.0000         221.1531    333.18%
45158.16/2315.01	c *    2315             11          10        20         920.0000         221.1531    316.00%
45166.78/2315.49	c *    2316             11          10        20         855.0000         221.1531    286.61%
45211.69/2317.70	c      2318             11          10        20         855.0000         221.1531    286.61%
45310.81/2322.76	c      2323             11          10        20         855.0000         221.1531    286.61%
45409.10/2327.78	c      2328             11          10        20         855.0000         221.1531    286.61%
45518.23/2333.27	c      2333             11          10        20         855.0000         221.1531    286.61%
45631.40/2338.91	c      2339             11          10        20         855.0000         221.1531    286.61%
45733.21/2344.05	c      2344             11          10        20         855.0000         221.1531    286.61%
45832.68/2349.07	c      2349             11          10        20         855.0000         221.1531    286.61%
45931.51/2354.09	c      2354             11          10        20         855.0000         221.1531    286.61%
46030.74/2359.10	c      2359             11          10        20         855.0000         221.1531    286.61%
46133.29/2364.25	c      2364             11          10        20         855.0000         221.1531    286.61%
46236.57/2369.49	c      2369             11          10        20         855.0000         221.1531    286.61%
46337.82/2374.57	c      2375             11          10        20         855.0000         221.1531    286.61%
46436.34/2379.59	c      2380             11          10        20         855.0000         221.1531    286.61%
46537.56/2384.69	c      2385             11          10        20         855.0000         221.1531    286.61%
46640.80/2389.83	c      2390             11          10        20         855.0000         221.1531    286.61%
46740.00/2394.85	c      2395             11          10        20         855.0000         221.1531    286.61%
46844.66/2400.16	c      2400             11          10        20         855.0000         221.1531    286.61%
46955.59/2405.81	c      2406             11          10        20         855.0000         221.1531    286.61%
47056.72/2410.94	c      2411             11          10        20         855.0000         221.1531    286.61%
47160.84/2416.16	c      2416             11          10        20         855.0000         221.1531    286.61%
47260.09/2421.20	c      2421             11          10        20         855.0000         221.1531    286.61%
47361.28/2426.35	c      2426             11          10        20         855.0000         221.1531    286.61%
47466.32/2431.72	c      2432             11          10        20         855.0000         221.1531    286.61%
47565.52/2436.77	c      2437             11          10        20         855.0000         221.1531    286.61%
47666.76/2441.82	c      2442             11          10        20         855.0000         221.1531    286.61%
47764.58/2446.83	c      2447             11          10        20         855.0000         221.1531    286.61%
47871.71/2452.21	c      2452             11          10        20         855.0000         221.1531    286.61%
47969.71/2457.24	c      2457             11          10        20         855.0000         221.1531    286.61%
48072.95/2462.45	c      2462             11          10        20         855.0000         221.1531    286.61%
48180.13/2467.81	c      2468             11          10        20         855.0000         221.1531    286.61%
48285.05/2473.23	c      2473             11          10        20         855.0000         221.1531    286.61%
48387.17/2478.53	c      2479             11          10        20         855.0000         221.1531    286.61%
48486.37/2483.58	c      2484             11          10        20         855.0000         221.1531    286.61%
48587.62/2488.69	c      2489             11          10        20         855.0000         221.1531    286.61%
48691.30/2493.98	c      2494             11          10        20         855.0000         221.1531    286.61%
48793.70/2499.14	c      2499             11          10        20         855.0000         221.1531    286.61%
48900.52/2504.68	c      2505             11          10        20         855.0000         221.1531    286.61%
49008.43/2510.12	c      2510             11          10        20         855.0000         221.1531    286.61%
49107.31/2515.14	c      2515             11          10        20         855.0000         221.1531    286.61%
49208.62/2520.31	c      2520             11          10        20         855.0000         221.1531    286.61%
49312.64/2525.60	c      2526             11          10        20         855.0000         221.1531    286.61%
49412.75/2530.81	c      2531             11          10        20         855.0000         221.1531    286.61%
49513.60/2536.01	c      2536             11          10        20         855.0000         221.1531    286.61%
49614.15/2541.10	c      2541             11          10        20         855.0000         221.1531    286.61%
49715.61/2546.38	c      2546             11          10        20         855.0000         221.1531    286.61%
49818.99/2551.60	c      2552             11          10        20         855.0000         221.1531    286.61%
49917.71/2556.77	c      2557             11          10        20         855.0000         221.1531    286.61%
50020.87/2562.01	c      2562             11          10        20         855.0000         221.1531    286.61%
50121.68/2567.20	c      2567             11          10        20         855.0000         221.1531    286.61%
50220.60/2572.29	c      2572             11          10        20         855.0000         221.1531    286.61%
50321.08/2577.43	c      2577             11          10        20         855.0000         221.1531    286.61%
50426.02/2582.77	c      2583             11          10        20         855.0000         221.1531    286.61%
50528.27/2588.02	c      2588             11          10        20         855.0000         221.1531    286.61%
50628.56/2593.27	c      2593             11          10        20         855.0000         221.1531    286.61%
50725.64/2598.28	c      2598             11          10        20         855.0000         221.1531    286.61%
50827.22/2603.42	c      2603             11          10        20         855.0000         221.1531    286.61%
50845.89/2604.41	c *    2604             11          10        20         845.0000         221.1531    282.09%
50929.14/2608.62	c      2609             11          10        20         845.0000         221.1531    282.09%
50957.28/2610.19	c *    2610             11          10        20         814.0000         221.1531    268.07%
51027.35/2613.73	c      2614             11          10        20         814.0000         221.1531    268.07%
51130.04/2619.13	c      2619             11          10        20         814.0000         221.1531    268.07%
51229.96/2624.25	c      2624             11          10        20         814.0000         221.1531    268.07%
51332.96/2629.49	c      2629             11          10        20         814.0000         221.1531    268.07%
51441.41/2634.96	c      2635             11          10        20         814.0000         221.1531    268.07%
51539.39/2639.98	c      2640             11          10        20         814.0000         221.1531    268.07%
51635.42/2645.01	c      2645             11          10        20         814.0000         221.1531    268.07%
51739.52/2650.30	c      2650             11          10        20         814.0000         221.1531    268.07%
51838.00/2655.39	c      2655             11          10        20         814.0000         221.1531    268.07%
51945.02/2660.73	c      2661             11          10        20         814.0000         221.1531    268.07%
52042.40/2665.76	c      2666             11          10        20         814.0000         221.1531    268.07%
52139.50/2670.80	c      2671             11          10        20         814.0000         221.1531    268.07%
52156.39/2671.64	c *    2672             11          10        20         812.0000         221.1531    267.17%
52240.19/2675.96	c      2676             11          10        20         812.0000         221.1531    267.17%
52337.95/2681.01	c      2681             11          10        20         812.0000         221.1531    267.17%
52441.63/2686.23	c      2686             11          10        20         812.0000         221.1531    267.17%
52543.21/2691.57	c      2692             11          10        20         812.0000         221.1531    267.17%
52641.56/2696.59	c      2697             11          10        20         812.0000         221.1531    267.17%
52740.42/2701.63	c      2702             11          10        20         812.0000         221.1531    267.17%
52841.67/2706.71	c      2707             11          10        20         812.0000         221.1531    267.17%
52941.14/2711.84	c      2712             11          10        20         812.0000         221.1531    267.17%
53036.86/2716.88	c      2717             11          10        20         812.0000         221.1531    267.17%
53135.19/2721.90	c      2722             11          10        20         812.0000         221.1531    267.17%
53233.03/2726.95	c      2727             11          10        20         812.0000         221.1531    267.17%
53331.13/2732.02	c      2732             11          10        20         812.0000         221.1531    267.17%
53431.67/2737.08	c      2737             11          10        20         812.0000         221.1531    267.17%
53534.06/2742.36	c      2742             11          10        20         812.0000         221.1531    267.17%
53639.43/2747.71	c      2748             11          10        20         812.0000         221.1531    267.17%
53740.69/2752.85	c      2753             12          11        20         812.0000         221.1531    267.17%
53839.16/2758.00	c      2758             12          11        20         812.0000         221.1531    267.17%
53938.41/2763.08	c      2763             12          11        20         812.0000         221.1531    267.17%
54044.04/2768.57	c      2769             12          11        20         812.0000         221.1531    267.17%
54143.32/2773.58	c      2774             12          11        20         812.0000         221.1531    267.17%
54246.50/2778.89	c      2779             13          12        20         812.0000         221.1531    267.17%
54350.34/2784.07	c      2784             13          12        20         812.0000         221.1531    267.17%
54449.90/2789.25	c      2789             13          12        20         812.0000         221.1531    267.17%
54550.20/2794.35	c      2794             13          12        20         812.0000         221.1531    267.17%
54650.99/2799.51	c      2800             13          12        20         812.0000         221.1531    267.17%
54752.10/2804.63	c      2805             13          12        20         812.0000         221.1531    267.17%
54859.50/2810.19	c      2810             13          12        20         812.0000         221.1531    267.17%
54956.88/2815.27	c      2815             13          12        20         812.0000         221.1531    267.17%
55061.87/2820.56	c      2821             13          12        20         812.0000         221.1531    267.17%
55160.79/2825.61	c      2826             13          12        20         812.0000         221.1531    267.17%
55259.85/2830.64	c      2831             13          12        20         812.0000         221.1531    267.17%
55359.54/2835.86	c      2836             13          12        20         812.0000         221.1531    267.17%
55459.98/2840.98	c      2841             13          12        20         812.0000         221.1531    267.17%
55562.36/2846.22	c      2846             13          12        20         812.0000         221.1531    267.17%
55663.51/2851.30	c      2851             14          13        20         812.0000         221.1531    267.17%
55765.82/2856.68	c      2857             14          13        20         812.0000         221.1531    267.17%
55866.33/2861.81	c      2862             14          13        20         812.0000         221.1531    267.17%
55967.53/2867.03	c      2867             14          13        20         812.0000         221.1531    267.17%
56076.87/2872.58	c      2873             14          13        20         812.0000         221.1531    267.17%
56175.08/2877.59	c      2878             14          13        20         812.0000         221.1531    267.17%
56271.60/2882.63	c      2883             14          13        20         812.0000         221.1531    267.17%
56372.81/2887.73	c      2888             14          13        20         812.0000         221.1531    267.17%
56471.04/2892.81	c      2893             14          13        20         812.0000         221.1531    267.17%
56570.21/2897.83	c      2898             15          14        20         812.0000         221.1531    267.17%
56666.19/2902.85	c      2903             15          14        20         812.0000         221.1531    267.17%
56765.21/2907.99	c      2908             15          14        20         812.0000         221.1531    267.17%
56870.86/2913.38	c      2913             15          14        20         812.0000         221.1531    267.17%
56971.83/2918.43	c      2918             15          14        20         812.0000         221.1531    267.17%
57069.86/2923.53	c      2924             16          15        20         812.0000         221.1531    267.17%
57166.61/2928.57	c      2929             16          15        20         812.0000         221.1531    267.17%
57266.64/2933.60	c      2934             16          15        20         812.0000         221.1531    267.17%
57366.98/2938.78	c      2939             16          15        20         812.0000         221.1531    267.17%
57468.05/2943.89	c      2944             16          15        20         812.0000         221.1531    267.17%
57569.30/2949.12	c      2949             16          15        20         812.0000         221.1531    267.17%
57669.43/2954.14	c      2954             16          15        20         812.0000         221.1531    267.17%
57767.16/2959.17	c      2959             16          15        20         812.0000         221.1531    267.17%
57867.69/2964.30	c      2964             16          15        20         812.0000         221.1531    267.17%
57971.08/2969.54	c      2970             17          16        20         812.0000         222.0496    265.68%
58069.87/2974.64	c      2975             17          16        20         812.0000         222.0496    265.68%
58168.86/2979.74	c      2980             17          16        20         812.0000         222.0496    265.68%
58271.89/2984.90	c      2985             17          16        20         812.0000         222.0496    265.68%
58373.76/2990.04	c      2990             17          16        20         812.0000         222.0496    265.68%
58473.57/2995.21	c      2995             17          16        20         812.0000         222.0496    265.68%
58572.70/3000.33	c      3000             18          17        20         812.0000         222.0496    265.68%
58670.52/3005.37	c      3005             22          21        20         812.0000         222.0496    265.68%
58775.65/3010.68	c      3011             24          23        20         812.0000         222.0496    265.68%
58875.81/3015.81	c      3016             24          23        20         812.0000         222.0496    265.68%
58971.43/3020.83	c      3021             24          23        20         812.0000         222.0496    265.68%
59075.39/3026.14	c      3026             24          23        20         812.0000         222.0496    265.68%
59181.88/3031.54	c      3032             24          23        20         812.0000         222.0496    265.68%
59281.58/3036.66	c      3037             24          23        20         812.0000         222.0496    265.68%
59379.61/3041.71	c      3042             24          23        20         812.0000         222.0496    265.68%
59486.84/3047.23	c      3047             24          23        20         812.0000         222.0496    265.68%
59597.81/3052.86	c      3053             24          23        20         812.0000         222.0496    265.68%
59697.21/3057.96	c      3058             24          23        20         812.0000         222.0496    265.68%
59802.68/3063.31	c      3063             24          23        20         812.0000         222.0496    265.68%
59904.04/3068.61	c      3069             24          23        20         812.0000         222.0496    265.68%
60008.23/3073.93	c      3074             24          23        20         812.0000         222.0496    265.68%
60110.13/3079.06	c      3079             24          23        20         812.0000         222.0496    265.68%
60213.27/3084.31	c      3084             24          23        20         812.0000         222.0496    265.68%
60311.58/3089.55	c      3090             24          23        20         812.0000         222.0496    265.68%
60411.80/3094.66	c      3095             24          23        20         812.0000         222.0496    265.68%
60514.96/3099.80	c      3100             24          23        20         812.0000         222.0496    265.68%
60614.63/3104.92	c      3105             24          23        20         812.0000         222.0496    265.68%
60712.01/3109.94	c      3110             24          23        20         812.0000         222.0496    265.68%
60807.61/3114.96	c      3115             24          23        20         812.0000         222.0496    265.68%
60905.76/3119.98	c      3120             24          23        20         812.0000         222.0496    265.68%
61004.25/3125.01	c      3125             24          23        20         812.0000         222.0496    265.68%
61106.08/3130.12	c      3130             24          23        20         812.0000         222.0496    265.68%
61206.46/3135.36	c      3135             24          23        20         812.0000         222.0496    265.68%
61300.10/3140.37	c      3140             24          23        20         812.0000         222.0496    265.68%
61401.34/3145.45	c      3145             24          23        20         812.0000         222.0496    265.68%
61501.24/3150.56	c      3151             24          23        20         812.0000         222.0496    265.68%
61600.26/3155.66	c      3156             24          23        20         812.0000         222.0496    265.68%
61701.45/3160.82	c      3161             24          23        20         812.0000         222.0496    265.68%
61800.70/3165.99	c      3166             24          23        20         812.0000         222.0496    265.68%
61901.57/3171.10	c      3171             24          23        20         812.0000         222.0496    265.68%
62002.77/3176.19	c      3176             24          23        20         812.0000         222.0496    265.68%
62103.33/3181.35	c      3181             24          23        20         812.0000         222.0496    265.68%
62208.36/3187.00	c      3187             24          23        20         812.0000         222.0496    265.68%
62314.73/3192.39	c      3192             24          23        20         812.0000         222.0496    265.68%
62414.53/3197.46	c      3197             24          23        20         812.0000         222.0496    265.68%
62519.66/3202.78	c      3203             24          23        20         812.0000         222.0496    265.68%
62621.39/3207.92	c      3208             24          23        20         812.0000         222.0496    265.68%
62721.90/3213.19	c      3213             24          23        20         812.0000         222.0496    265.68%
62820.89/3218.23	c      3218             24          23        20         812.0000         222.0496    265.68%
62924.01/3223.43	c      3223             24          23        20         812.0000         222.0496    265.68%
63026.97/3228.68	c      3229             24          23        20         812.0000         222.0496    265.68%
63128.54/3233.97	c      3234             24          23        20         812.0000         222.0496    265.68%
63228.14/3239.06	c      3239             24          23        20         812.0000         222.0496    265.68%
63328.27/3244.15	c      3244             24          23        20         812.0000         222.0496    265.68%
63438.65/3249.72	c      3250             24          23        20         812.0000         222.0496    265.68%
63551.24/3255.44	c      3255             24          23        20         812.0000         222.0496    265.68%
63650.95/3260.64	c      3261             24          23        20         812.0000         222.0496    265.68%
63746.00/3265.69	c      3266             24          23        20         812.0000         222.0496    265.68%
63855.68/3271.15	c      3271             24          23        20         812.0000         222.0496    265.68%
63956.04/3276.22	c      3276             24          23        20         812.0000         222.0496    265.68%
64057.19/3281.36	c      3281             24          23        20         812.0000         222.0496    265.68%
64156.35/3286.38	c      3286             24          23        20         812.0000         222.0496    265.68%
64256.31/3291.41	c      3291             24          23        20         812.0000         222.0496    265.68%
64359.42/3296.64	c      3297             24          23        20         812.0000         222.0496    265.68%
64439.69/3300.73	c *    3301             24          23        20         788.0000         222.0496    254.88%
64461.28/3301.85	c      3302             24          23        20         788.0000         222.0496    254.88%
64570.04/3307.34	c      3307             24          23        20         788.0000         222.0496    254.88%
64679.04/3312.84	c      3313             24          23        20         788.0000         222.0496    254.88%
64779.23/3317.95	c      3318             24          23        20         788.0000         222.0496    254.88%
64885.72/3323.33	c      3323             24          23        20         788.0000         222.0496    254.88%
64986.81/3328.46	c      3328             24          23        20         788.0000         222.0496    254.88%
65095.99/3334.03	c      3334             24          23        20         788.0000         222.0496    254.88%
65204.72/3339.44	c      3339             24          23        20         788.0000         222.0496    254.88%
65307.96/3344.64	c      3345             24          23        20         788.0000         222.0496    254.88%
65413.19/3349.91	c      3350             24          23        20         788.0000         222.0496    254.88%
65518.33/3355.30	c      3355             24          23        20         788.0000         222.0496    254.88%
65623.54/3360.55	c      3361             24          23        20         788.0000         222.0496    254.88%
65726.65/3365.76	c      3366             26          25        20         788.0000         222.0496    254.88%
65825.74/3370.76	c      3371             28          27        20         788.0000         222.0496    254.88%
65924.84/3375.80	c      3376             28          27        20         788.0000         222.0496    254.88%
66028.04/3381.00	c      3381             28          27        20         788.0000         222.0496    254.88%
66135.21/3386.33	c      3386             30          29        20         788.0000         222.0496    254.88%
66240.40/3391.61	c      3392             33          32        20         788.0000         222.0496    254.88%
66338.56/3396.62	c *    3397             34          33        20         765.0000         222.0496    244.52%
66340.48/3396.75	c      3397             34          33        20         765.0000         222.0496    244.52%
66438.47/3401.79	c      3402             34          33        20         765.0000         222.0496    244.52%
66541.70/3406.95	c      3407             34          33        20         765.0000         222.0496    244.52%
66648.85/3412.37	c      3412             34          33        20         765.0000         222.0496    244.52%
66749.97/3417.45	c      3417             38          37        20         765.0000         222.0496    244.52%
66859.03/3423.01	c      3423             41          40        20         765.0000         222.0496    244.52%
66962.96/3428.17	c      3428             45          44        20         765.0000         222.0496    244.52%
67046.28/3432.41	c *    3432             45          44        20         426.0000         222.0496     91.85%
67063.45/3433.35	c *    3433             45          44        20         400.0000         222.0496     80.14%
67063.45/3433.35	c      3433             45          44        20         400.0000         222.0496     80.14%
67164.48/3438.40	c      3438             48          47        20         400.0000         222.0496     80.14%
67265.69/3443.50	c      3444             51          50        20         400.0000         222.0496     80.14%
67364.84/3448.58	c      3449             55          54        20         400.0000         222.0496     80.14%
67469.92/3453.87	c      3454             59          58        20         400.0000         222.0496     80.14%
67518.87/3456.35	c *    3456             59          58        20         357.0000         222.0496     60.77%
67536.61/3457.26	c *    3457             59          58        20         355.0000         222.0496     59.87%
67570.07/3458.99	c      3459             60          59        20         355.0000         222.0496     59.87%
67673.76/3464.17	c      3464             62          61        20         355.0000         222.0496     59.87%
67780.11/3469.51	c      3470             62          61        20         355.0000         222.0496     59.87%
67881.26/3474.66	c      3475             62          61        20         355.0000         222.0496     59.87%
67984.44/3479.83	c      3480             63          62        20         355.0000         222.0496     59.87%
68099.55/3485.68	c      3486             66          65        20         355.0000         222.0496     59.87%
68200.57/3490.75	c      3491             69          68        20         355.0000         222.0496     59.87%
68311.69/3496.36	c      3496             72          71        20         355.0000         222.0496     59.87%
68422.66/3501.95	c      3502             73          72        20         355.0000         222.0496     59.87%
68527.74/3507.26	c      3507             76          75        20         355.0000         222.0496     59.87%
68630.90/3512.43	c      3512             79          78        20         355.0000         222.0496     59.87%
68732.08/3517.58	c      3518             82          81        20         355.0000         222.0496     59.87%
68835.18/3522.75	c      3523             85          84        20         355.0000         222.0496     59.87%
68936.34/3527.90	c      3528             85          84        20         355.0000         222.0496     59.87%
69037.48/3532.96	c      3533             85          84        20         355.0000         222.0496     59.87%
69142.58/3538.23	c      3538             87          86        20         355.0000         222.0496     59.87%
69158.15/3539.12	c *    3539             87          86        20         321.0000         222.0496     44.56%
69252.46/3543.83	c      3544             88          87        20         321.0000         222.0496     44.56%
69353.62/3549.00	c      3549             90          89        20         321.0000         222.0496     44.56%
69455.61/3554.07	c      3554             94          93        20         321.0000         222.0496     44.56%
69563.81/3559.51	c      3560             97          96        20         321.0000         222.0496     44.56%
69662.98/3564.57	c      3565            100          99        20         321.0000         222.0496     44.56%
69783.93/3570.65	c      3571            101         100        20         321.0000         222.0496     44.56%
69887.05/3575.82	c      3576            101         100        20         321.0000         222.0496     44.56%
69990.83/3581.11	c      3581            101         100        20         321.0000         222.0496     44.56%
70097.02/3586.41	c      3586            101         100        20         321.0000         222.0496     44.56%
70204.13/3591.83	c      3592            101         100        20         321.0000         222.0496     44.56%
70310.30/3597.22	c      3597            101         100        20         321.0000         222.0496     44.56%
70411.45/3602.37	c      3602            101         100        20         321.0000         222.0496     44.56%
70512.59/3607.46	c      3607            101         100        20         321.0000         222.0496     44.56%
70613.76/3612.55	c      3613            101         100        20         321.0000         222.0496     44.56%
70720.88/3617.92	c      3618            101         100        20         321.0000         222.0496     44.56%
70820.06/3622.99	c      3623            101         100        20         321.0000         222.0496     44.56%
70921.83/3628.05	c      3628            101         100        20         321.0000         222.0496     44.56%
71021.19/3633.07	c      3633            102         101        20         321.0000         222.0496     44.56%
71122.47/3638.14	c      3638            107         106        20         321.0000         222.0496     44.56%
71226.85/3643.50	c      3644            110         109        20         321.0000         222.0496     44.56%
71328.08/3648.56	c      3649            114         113        20         321.0000         222.0496     44.56%
71427.30/3653.59	c      3654            114         113        20         321.0000         222.0496     44.56%
71528.52/3658.63	c      3659            116         115        20         321.0000         222.0496     44.56%
71629.73/3663.70	c      3664            116         115        20         321.0000         222.0496     44.56%
71729.90/3668.83	c      3669            117         118        20         321.0000         222.0496     44.56%
71835.69/3674.13	c      3674            118         117        20         321.0000         222.0496     44.56%
71940.11/3679.40	c      3679            118         117        20         321.0000         222.0496     44.56%

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 (96132 MiB free)
  memory of node 1: 193494 MiB (190035 MiB free)
  memory of node 2: 193531 MiB (145129 MiB free)
  memory of node 3: 193531 MiB (190621 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465220-1723589000/watcher-4465220-1723589000 -o /tmp/evaluation-result-4465220-1723589000/solver-4465220-1723589000 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733311 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465220-1723589000.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 77.24 79.77 80.21 44/944 738398
/proc/meminfo: memFree=636753604/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=76280 memory=63992 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 13924 0 0 0 10 1 0 0 20 0 1 0 125483106 78110720 15998 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 19070 15998 2347 3035 0 15466 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 76280 KiB
Current children cumulated memory: 63992 KiB

[startup+0.221844 s]*
/proc/loadavg: 77.24 79.77 80.21 43/944 738398
/proc/meminfo: memFree=636634644/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=118980 memory=106780 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 24577 0 0 0 20 3 0 0 20 0 1 0 125483106 121835520 26695 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 29745 26695 2347 3035 0 26141 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 118980 KiB
Current children cumulated memory: 106780 KiB

[startup+0.319349 s]*
/proc/loadavg: 77.24 79.77 80.21 43/944 738398
/proc/meminfo: memFree=636547128/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=153576 memory=141164 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 32678 0 0 0 28 4 0 0 20 0 1 0 125483106 157261824 35291 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 38394 35291 2347 3035 0 34790 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 153576 KiB
Current children cumulated memory: 141164 KiB

[startup+0.700273 s]
/proc/loadavg: 77.24 79.77 80.21 43/944 738398
/proc/meminfo: memFree=636359096/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=279184 memory=266484 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 61952 0 0 0 59 10 0 0 20 0 1 0 125483106 285884416 66621 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 69796 66621 2347 3035 0 66192 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 279184 KiB
Current children cumulated memory: 266484 KiB

[startup+1.50027 s]
/proc/loadavg: 77.24 79.77 80.21 43/944 738398
/proc/meminfo: memFree=635971528/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=694656 memory=681300 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 156322 0 0 0 125 23 0 0 20 0 1 0 125483106 711327744 170325 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 173664 170325 2555 3035 0 170060 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 694656 KiB
Current children cumulated memory: 681300 KiB

[startup+3.11895 s]
/proc/loadavg: 77.24 79.77 80.21 43/944 738398
/proc/meminfo: memFree=635536060/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=845120 memory=831204 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 193712 0 0 0 280 30 0 0 20 0 1 0 125483106 865402880 207801 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 211280 207801 2614 3035 0 207676 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 831204 KiB

[startup+6.30027 s]
/proc/loadavg: 74.41 79.14 80.00 43/944 738400
/proc/meminfo: memFree=634760280/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=1247268 memory=1225512 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 226146 0 0 0 582 45 0 0 20 0 1 0 125483106 1277202432 306378 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 311817 306378 2710 3035 0 308213 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1225512 KiB

[startup+12.7003 s]
/proc/loadavg: 71.90 78.54 79.80 43/944 738400
/proc/meminfo: memFree=634743364/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=1256892 memory=1233868 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) R 738394 738397 733298 0 -1 4194304 284762 0 0 0 1210 54 0 0 20 0 1 0 125483106 1287057408 308467 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 314223 308467 2726 3035 0 310619 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1233868 KiB

[startup+25.5005 s]
/proc/loadavg: 63.83 76.45 79.10 24/944 738490
/proc/meminfo: memFree=675654208/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=6046824 memory=4429272 CPUtime=25.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) S 738394 738397 733298 0 -1 1077936128 743915 0 0 0 2374 165 0 0 20 0 21 0 125483106 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 1511706 1107318 2774 3035 0 1212757 0
[pid=738397/tid=738423] ppid=738394 vsize=6046824 memory=2991556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738423/stat : 738423 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738424] ppid=738394 vsize=6046824 memory=11448 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738424/stat : 738424 (fscip) S 738394 738397 733298 0 -1 1077936192 77164 0 0 0 55 15 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738425] ppid=738394 vsize=6046824 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738425/stat : 738425 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738426] ppid=738394 vsize=6046824 memory=16164 CPUtime=0.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738426/stat : 738426 (fscip) R 738394 738397 733298 0 -1 4194368 53701 0 0 0 35 8 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738427] ppid=738394 vsize=6046824 memory=3106712 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738427/stat : 738427 (fscip) S 738394 738397 733298 0 -1 1077936192 77165 0 0 0 54 14 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738428] ppid=738394 vsize=6046824 memory=10544 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738428/stat : 738428 (fscip) S 738394 738397 733298 0 -1 1077936192 77164 0 0 0 57 11 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738429] ppid=738394 vsize=6046824 memory=228522746109 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738429/stat : 738429 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738430] ppid=738394 vsize=6046824 memory=279971470544368 CPUtime=0.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738430/stat : 738430 (fscip) S 738394 738397 733298 0 -1 1077936192 77164 0 0 0 52 14 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738431] ppid=738394 vsize=6046824 memory=38272 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738431/stat : 738431 (fscip) S 738394 738397 733298 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738432] ppid=738394 vsize=6046824 memory=279971470771728 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738432/stat : 738432 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738433] ppid=738394 vsize=6046824 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738433/stat : 738433 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738434] ppid=738394 vsize=6046824 memory=1225512 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738434/stat : 738434 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738435] ppid=738394 vsize=6046824 memory=279971469876560 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738435/stat : 738435 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738436] ppid=738394 vsize=6046824 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738436/stat : 738436 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738437] ppid=738394 vsize=6046824 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738437/stat : 738437 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738438] ppid=738394 vsize=6046824 memory=279971470475808 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738438/stat : 738438 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738439] ppid=738394 vsize=6046824 memory=279971469969376 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738439/stat : 738439 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738440] ppid=738394 vsize=6046824 memory=279971470305952 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738440/stat : 738440 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738441] ppid=738394 vsize=6046824 memory=6946873143303690300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738441/stat : 738441 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738442] ppid=738394 vsize=6046824 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738442/stat : 738442 (fscip) S 738394 738397 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125485244 6191947776 1107318 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 6046824 KiB
Current children cumulated memory: 4429272 KiB

[startup+51.1443 s]
/proc/loadavg: 58.48 74.05 78.23 62/1004 738553
/proc/meminfo: memFree=604325572/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=39830712 memory=37554284 CPUtime=333.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) S 738394 738397 733298 0 -1 1077936128 7673267 0 0 0 31650 1676 0 0 20 0 41 0 125483106 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 9957678 9388571 2790 3035 0 9597510 0
[pid=738397/tid=738423] ppid=738394 vsize=39830712 memory=25333125866717268 CPUtime=15.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738423/stat : 738423 (fscip) R 738394 738397 733298 0 -1 4194368 235831 0 0 0 1511 54 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738424] ppid=738394 vsize=39830712 memory=38272 CPUtime=15.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738424/stat : 738424 (fscip) R 738394 738397 733298 0 -1 4194368 411605 0 0 0 1465 90 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738425] ppid=738394 vsize=39830712 memory=4594832 CPUtime=15.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738425/stat : 738425 (fscip) R 738394 738397 733298 0 -1 4194368 451995 0 0 0 1455 94 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738426] ppid=738394 vsize=39830712 memory=279971470798912 CPUtime=15.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738426/stat : 738426 (fscip) R 738394 738397 733298 0 -1 4194368 226632 0 0 0 1513 53 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738427] ppid=738394 vsize=39830712 memory=37554284 CPUtime=15.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738427/stat : 738427 (fscip) R 738394 738397 733298 0 -1 4194368 438044 0 0 0 1463 90 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738428] ppid=738394 vsize=39830712 memory=10544 CPUtime=15.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738428/stat : 738428 (fscip) R 738394 738397 733298 0 -1 4194368 439455 0 0 0 1458 94 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738429] ppid=738394 vsize=39830712 memory=28521812 CPUtime=15.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738429/stat : 738429 (fscip) R 738394 738397 733298 0 -1 4194368 246032 0 0 0 1510 57 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738430] ppid=738394 vsize=39830712 memory=0 CPUtime=15.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738430/stat : 738430 (fscip) R 738394 738397 733298 0 -1 4194368 428943 0 0 0 1460 94 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738431] ppid=738394 vsize=39830712 memory=0 CPUtime=15.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738431/stat : 738431 (fscip) R 738394 738397 733298 0 -1 4194368 432428 0 0 0 1464 89 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738432] ppid=738394 vsize=39830712 memory=6656426216303648864 CPUtime=15.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738432/stat : 738432 (fscip) R 738394 738397 733298 0 -1 4194368 236851 0 0 0 1511 53 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738433] ppid=738394 vsize=39830712 memory=0 CPUtime=15.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738433/stat : 738433 (fscip) R 738394 738397 733298 0 -1 4194368 450763 0 0 0 1456 95 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738434] ppid=738394 vsize=39830712 memory=30113952 CPUtime=15.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738434/stat : 738434 (fscip) R 738394 738397 733298 0 -1 4194368 433314 0 0 0 1429 92 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738435] ppid=738394 vsize=39830712 memory=38272 CPUtime=15.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738435/stat : 738435 (fscip) R 738394 738397 733298 0 -1 4194368 227458 0 0 0 1514 51 0 0 20 0 41 0 125485244 40786649088 9388571 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0

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

[pid=738397/tid=738523] ppid=738394 vsize=137603852 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738523/stat : 738523 (fscip) S 738394 738397 733298 0 -1 1077936192 306 0 0 0 2 0 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738524] ppid=738394 vsize=137603852 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738524/stat : 738524 (fscip) S 738394 738397 733298 0 -1 1077936192 329 0 0 0 3 0 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738525] ppid=738394 vsize=137603852 memory=109983864 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738525/stat : 738525 (fscip) S 738394 738397 733298 0 -1 1077936192 313 0 0 0 2 0 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738526] ppid=738394 vsize=137603852 memory=16164 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738526/stat : 738526 (fscip) S 738394 738397 733298 0 -1 1077936192 325 0 0 0 0 3 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738527] ppid=738394 vsize=137603852 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738527/stat : 738527 (fscip) S 738394 738397 733298 0 -1 1077936192 249 0 0 0 3 0 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738528] ppid=738394 vsize=137603852 memory=38772 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738528/stat : 738528 (fscip) S 738394 738397 733298 0 -1 1077936192 311 0 0 0 0 2 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738529] ppid=738394 vsize=137603852 memory=7162523687796368752 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738529/stat : 738529 (fscip) S 738394 738397 733298 0 -1 1077936192 232 0 0 0 3 0 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738530] ppid=738394 vsize=137603852 memory=7162523687796368752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738530/stat : 738530 (fscip) S 738394 738397 733298 0 -1 1077936192 230 0 0 0 1 1 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738531] ppid=738394 vsize=137603852 memory=6720664367702490478 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738531/stat : 738531 (fscip) S 738394 738397 733298 0 -1 1077936192 311 0 0 0 3 0 0 0 20 0 41 0 125486691 140906344448 27498532 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
Current children cumulated CPU time: 71205 s
Current children cumulated vsize: 137603852 KiB
Current children cumulated memory: 109994128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3682.51 s]
/proc/loadavg: 80.27 80.11 79.82 62/984 740524
/proc/meminfo: memFree=387965028/790760804 swapFree=131071996/131071996
[pid=738397] ppid=738394 vsize=137714604 memory=110140044 CPUtime=72001.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/stat : 738397 (fscip) S 738394 738397 733298 0 -1 1077936128 285019853 0 0 0 7159606 40571 0 0 20 0 41 0 125483106 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
/proc/738397/statm: 34428651 27535011 3030 3035 0 33800941 0
[pid=738397/tid=738423] ppid=738394 vsize=137714604 memory=110031712 CPUtime=3618.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738423/stat : 738423 (fscip) R 738394 738397 733298 0 -1 4194368 6941521 0 0 0 360778 1096 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738424] ppid=738394 vsize=137714604 memory=279971469818832 CPUtime=3612.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738424/stat : 738424 (fscip) R 738394 738397 733298 0 -1 4194368 16546876 0 0 0 358679 2553 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738425] ppid=738394 vsize=137714604 memory=25333125866717268 CPUtime=3568.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738425/stat : 738425 (fscip) R 738394 738397 733298 0 -1 4194368 20205495 0 0 0 354631 2211 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738426] ppid=738394 vsize=137714604 memory=279971471400208 CPUtime=3618.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738426/stat : 738426 (fscip) R 738394 738397 733298 0 -1 4194368 6946494 0 0 0 360732 1103 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738427] ppid=738394 vsize=137714604 memory=25333125866717268 CPUtime=3602.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738427/stat : 738427 (fscip) R 738394 738397 733298 0 -1 4194368 16679012 0 0 0 357402 2883 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738428] ppid=738394 vsize=137714604 memory=6944656592387989600 CPUtime=3566.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738428/stat : 738428 (fscip) R 738394 738397 733298 0 -1 4194368 21204968 0 0 0 354238 2403 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738429] ppid=738394 vsize=137714604 memory=0 CPUtime=3616.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738429/stat : 738429 (fscip) R 738394 738397 733298 0 -1 4194368 6793561 0 0 0 360524 1102 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738430] ppid=738394 vsize=137714604 memory=279971469776000 CPUtime=3603.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738430/stat : 738430 (fscip) R 738394 738397 733298 0 -1 4194368 15909068 0 0 0 357530 2771 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738431] ppid=738394 vsize=137714604 memory=7197580 CPUtime=3575.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738431/stat : 738431 (fscip) R 738394 738397 733298 0 -1 4194368 20760739 0 0 0 355473 2083 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738432] ppid=738394 vsize=137714604 memory=2273 CPUtime=3619.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738432/stat : 738432 (fscip) R 738394 738397 733298 0 -1 4194368 7080558 0 0 0 360784 1165 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738433] ppid=738394 vsize=137714604 memory=1804 CPUtime=3610.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738433/stat : 738433 (fscip) R 738394 738397 733298 0 -1 4194368 11257746 0 0 0 358961 2130 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738434] ppid=738394 vsize=137714604 memory=13904 CPUtime=3565.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738434/stat : 738434 (fscip) R 738394 738397 733298 0 -1 4194368 20927708 0 0 0 354258 2341 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738435] ppid=738394 vsize=137714604 memory=110148484 CPUtime=3619.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738435/stat : 738435 (fscip) R 738394 738397 733298 0 -1 4194368 7828445 0 0 0 360808 1140 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738436] ppid=738394 vsize=137714604 memory=6720664367702490478 CPUtime=3607.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738436/stat : 738436 (fscip) R 738394 738397 733298 0 -1 4194368 16716256 0 0 0 357712 2991 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738437] ppid=738394 vsize=137714604 memory=347169 CPUtime=3565.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738437/stat : 738437 (fscip) R 738394 738397 733298 0 -1 4194368 19742964 0 0 0 354253 2295 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738438] ppid=738394 vsize=137714604 memory=25333125866717268 CPUtime=3620.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738438/stat : 738438 (fscip) R 738394 738397 733298 0 -1 4194368 7185191 0 0 0 360899 1136 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738439] ppid=738394 vsize=137714604 memory=25333125866717268 CPUtime=3604.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738439/stat : 738439 (fscip) R 738394 738397 733298 0 -1 4194368 17720904 0 0 0 357575 2923 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738440] ppid=738394 vsize=137714604 memory=279971470215472 CPUtime=3566.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738440/stat : 738440 (fscip) R 738394 738397 733298 0 -1 4194368 20876452 0 0 0 354321 2337 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738441] ppid=738394 vsize=137714604 memory=25333125866717268 CPUtime=3614.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738441/stat : 738441 (fscip) R 738394 738397 733298 0 -1 4194368 6843782 0 0 0 360309 1114 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738442] ppid=738394 vsize=137714604 memory=279971471326256 CPUtime=3601.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738442/stat : 738442 (fscip) R 738394 738397 733298 0 -1 4194368 16452167 0 0 0 357514 2664 0 0 20 0 41 0 125485244 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738512] ppid=738394 vsize=137714604 memory=1804 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738512/stat : 738512 (fscip) S 738394 738397 733298 0 -1 1077936192 246 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738513] ppid=738394 vsize=137714604 memory=6048 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738513/stat : 738513 (fscip) S 738394 738397 733298 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738514] ppid=738394 vsize=137714604 memory=1668 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738514/stat : 738514 (fscip) S 738394 738397 733298 0 -1 1077936192 212 0 0 0 1 1 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738515] ppid=738394 vsize=137714604 memory=11448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738515/stat : 738515 (fscip) S 738394 738397 733298 0 -1 1077936192 207 0 0 0 0 2 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738516] ppid=738394 vsize=137714604 memory=109927304 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738516/stat : 738516 (fscip) S 738394 738397 733298 0 -1 1077936192 403 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738517] ppid=738394 vsize=137714604 memory=109994128 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738517/stat : 738517 (fscip) S 738394 738397 733298 0 -1 1077936192 292 0 0 0 2 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738518] ppid=738394 vsize=137714604 memory=279971470324208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738518/stat : 738518 (fscip) S 738394 738397 733298 0 -1 1077936192 305 0 0 0 0 2 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738519] ppid=738394 vsize=137714604 memory=11448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738519/stat : 738519 (fscip) S 738394 738397 733298 0 -1 1077936192 339 0 0 0 2 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738520] ppid=738394 vsize=137714604 memory=6764 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738520/stat : 738520 (fscip) S 738394 738397 733298 0 -1 1077936192 242 0 0 0 2 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738521] ppid=738394 vsize=137714604 memory=110196040 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738521/stat : 738521 (fscip) S 738394 738397 733298 0 -1 1077936192 324 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738522] ppid=738394 vsize=137714604 memory=33000 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738522/stat : 738522 (fscip) S 738394 738397 733298 0 -1 1077936192 297 0 0 0 2 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738523] ppid=738394 vsize=137714604 memory=1804 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738523/stat : 738523 (fscip) S 738394 738397 733298 0 -1 1077936192 309 0 0 0 2 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738524] ppid=738394 vsize=137714604 memory=110115932 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738524/stat : 738524 (fscip) S 738394 738397 733298 0 -1 1077936192 332 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738525] ppid=738394 vsize=137714604 memory=11448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738525/stat : 738525 (fscip) S 738394 738397 733298 0 -1 1077936192 317 0 0 0 2 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738526] ppid=738394 vsize=137714604 memory=10544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738526/stat : 738526 (fscip) S 738394 738397 733298 0 -1 1077936192 327 0 0 0 0 3 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738527] ppid=738394 vsize=137714604 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738527/stat : 738527 (fscip) S 738394 738397 733298 0 -1 1077936192 251 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738528] ppid=738394 vsize=137714604 memory=110195048 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738528/stat : 738528 (fscip) S 738394 738397 733298 0 -1 1077936192 315 0 0 0 0 2 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738529] ppid=738394 vsize=137714604 memory=110220388 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738529/stat : 738529 (fscip) S 738394 738397 733298 0 -1 1077936192 235 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738530] ppid=738394 vsize=137714604 memory=21392 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738530/stat : 738530 (fscip) S 738394 738397 733298 0 -1 1077936192 232 0 0 0 1 1 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
[pid=738397/tid=738531] ppid=738394 vsize=137714604 memory=110141872 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/738397/task/738531/stat : 738531 (fscip) S 738394 738397 733298 0 -1 1077936192 314 0 0 0 3 0 0 0 20 0 41 0 125486691 141019754496 27535011 809668444160 4194304 16623229 140726484235552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55508992 140726484239366 140726484239484 140726484239484 140726484246512 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 137714604 KiB
Current children cumulated memory: 110140044 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=71596.3 s, system=409.228 s

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

[startup+3683.2 s]
/proc/loadavg: 80.27 80.11 79.82 43/945 740524
/proc/meminfo: memFree=451105424/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684 s]*
/proc/loadavg: 80.27 80.11 79.82 43/944 740526
/proc/meminfo: memFree=481814520/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684.4 s]
/proc/loadavg: 80.27 80.11 79.82 43/944 740526
/proc/meminfo: memFree=481814520/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684.5 s]
/proc/loadavg: 80.27 80.11 79.82 43/944 740526
/proc/meminfo: memFree=481814520/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3686.05
CPU time (s): 72005.5
CPU user time (s): 71596.3
CPU system time (s): 409.228
CPU usage (%): 1953.46
Max. virtual memory (cumulated for all children) (KiB): 138166084
Max. memory (cumulated for all children) (KiB): 110455384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71596.3
system time used= 409.228
maximum resident set size= 110457432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285021581
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= 11028264
involuntary context switches= 309048


# summary of solver processes directly reported to runsolver:
#   pid: 738397
#   total CPU time (s): 72005.5
#   total CPU user time (s): 71596.3
#   total CPU system time (s): 409.228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6457 second user time and 88.8034 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 00:43:20
IDJOB=4465220
IDBENCH=147554
IDSOLVER=3094
FILE ID=nodeD105/4465220-1723589000
RUNJOBID= nodeD105-1723581724-733311
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622784 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465220-1723589000/watcher-4465220-1723589000 -o /tmp/evaluation-result-4465220-1723589000/solver-4465220-1723589000 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733311 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465220-1723589000.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= eddbc5130f16a1842e21dd4bd4477bf2
RANDOM SEED=2006631175

nodeD105.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		: 3111.180
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		: 3164.564
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.115
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	: 5011.74
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		: 3741.642
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	: 5011.78
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		: 3111.180
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		: 2619.068
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.113
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	: 5011.74
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		: 2988.973
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	: 5011.78
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		: 3110.276
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		: 2612.872
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3104.874
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	: 5011.74
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		: 3691.234
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	: 5011.78
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		: 3107.706
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		: 2618.983
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.114
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	: 5011.74
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		: 3254.567
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	: 5011.78
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		: 3111.175
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		: 2613.818
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2802.117
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	: 5011.74
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		: 3800.719
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	: 5011.78
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		: 3111.177
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		: 2623.169
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2993.615
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	: 5011.74
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		: 2632.616
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	: 5011.78
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		: 3111.177
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		: 2609.528
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3105.775
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	: 5011.74
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		: 1089.408
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	: 5011.78
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		: 3108.066
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		: 3332.128
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2877.535
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	: 5011.74
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		: 2626.491
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	: 5011.78
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		: 3111.174
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		: 2603.082
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.112
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	: 5011.74
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		: 2625.755
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	: 5011.78
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		: 3111.177
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		: 2633.878
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3106.411
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	: 5011.74
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		: 2621.819
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	: 5011.78
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		: 3111.178
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		: 3868.543
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3095.718
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	: 5011.74
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		: 2609.704
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	: 5011.78
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		: 3096.744
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		: 2642.796
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2845.454
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	: 5011.74
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		: 2616.797
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	: 5011.78
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		: 3111.177
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		: 2635.367
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2799.999
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	: 5011.74
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		: 2635.829
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	: 5011.78
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		: 3111.180
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		: 2638.053
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.112
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	: 5011.74
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		: 2648.272
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	: 5011.78
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		: 3111.175
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		: 2638.304
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3106.277
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	: 5011.74
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.766
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	: 5011.78
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		: 3111.176
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		: 3429.801
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.112
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	: 5011.74
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		: 2649.629
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	: 5011.78
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		: 3111.180
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		: 2628.629
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 2974.107
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	: 5011.74
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		: 2630.636
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	: 5011.78
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		: 3111.180
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		: 2646.777
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3086.002
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	: 5011.74
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		: 2648.168
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	: 5011.78
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		: 3111.177
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		: 2648.345
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3097.347
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	: 5011.74
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		: 2648.204
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	: 5011.78
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		: 3111.182
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		: 3656.252
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
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		: 3107.115
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	: 5011.74
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		: 1257.185
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        636858224 kB
MemAvailable:   640501532 kB
Buffers:         1176148 kB
Cached:          5771924 kB
SwapCached:            0 kB
Active:          1616928 kB
Inactive:       148576668 kB
Active(anon):       2160 kB
Inactive(anon): 143282332 kB
Active(file):    1614768 kB
Inactive(file):  5294336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             74120 kB
Writeback:            92 kB
AnonPages:      143239116 kB
Mapped:           136028 kB
Shmem:             38920 kB
KReclaimable:     307816 kB
Slab:             739032 kB
SReclaimable:     307816 kB
SUnreclaim:       431216 kB
KernelStack:       16272 kB
PageTables:       315668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   65442664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1113984 kB
HardwareCorrupted:     0 kB
AnonHugePages:  38819840 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:     1114112 kB
DirectMap2M:    135698432 kB
DirectMap1G:    668991488 kB

Free space on /tmp at the end= 8622788 MiB
End job on nodeD105 at 2024-08-14 01:44:46