Trace number 4465682

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001 3641.73

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-86.opb
MD5SUM3b78757f10307782e0b04e5cada0d1b0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.36818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7354
Total number of constraints165969
Number of constraints which are clauses149056
Number of constraints which are cardinality constraints (but not clauses)575
Number of constraints which are nor clauses,nor cardinality constraints16338
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.44/0.46	c Default LC presolving (default).
0.44/0.46	c ** Before presolving: virtualMemUsedAtLc = 414534198, getVmSize() = 271912960, SCIPgetMemUsed() = 213014106, SCIPgetMemTotal() = 237285690, SCIPgetMemExternEstim() = 177248508
0.44/0.46	c ** set memory limit for presolving in LC to 8.79479e+12 for SCIP **
3.48/3.53	c ** Estimated virtualMemUsedAtSolver = 499102159, getVmSize() = 621965312, SCIPgetMemUsed() = 346869387, SCIPgetMemTotal() = 571404731, SCIPgetMemExternEstim() = 177248508
3.48/3.53	c ** set memory limit for solvers to 4.18704e+11 for each SCIP **
3.48/3.53	c Original Problem   :
3.48/3.53	c   Problem name     : instance-4465682-1723617207
3.48/3.53	c   Variables        : 7354 (7354 binary, 0 integer, 0 implicit integer, 0 continuous)
3.48/3.53	c   Constraints      : 165969
3.48/3.53	c   Objective sense  : minimize
3.48/3.53	c Presolved Problem  :
3.48/3.53	c   Variables        : 6711 (6711 binary, 0 integer, 0 implicit integer, 0 continuous)
3.48/3.53	c   Constraints      : 142592
3.48/3.53	c Constraints        : Number
3.48/3.53	c   knapsack         : 16597 
3.48/3.53	c   setppc           : 29007 
3.48/3.53	c   linear           : 1 
3.48/3.53	c   logicor          : 96987 
3.48/3.53	c ** Instance transfer method used: 0
3.68/3.74	c ** ParaScipInstance copy does not increase the number of variables. **
6.88/7.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
6.88/7.01	c                                Nodes    Active                                            
6.88/7.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
155.75/14.79	c        15              2           1        20                -           0.0000          -
257.72/19.96	c        20           1219        1179        20                -           0.0000          -
366.67/25.43	c        25           1699        1031        20                -           0.0000          -
467.64/30.55	c        31           2983         975        20                -           0.0000          -
566.59/35.57	c        36           3066         958        20                -           0.0000          -
669.38/40.71	c        41           3223         385        20                -           0.0000          -
774.73/46.13	c        46           3670         819        20                -           0.0000          -
878.76/51.34	c        51           5468         108        20                -           0.0000          -
983.46/56.60	c        57           6085         378        20                -           0.0000          -
1088.20/61.90	c        62           7616         614        20                -           0.0000          -
1189.97/67.10	c        67           7888         280        20                -           0.0000          -
1290.78/72.17	c        72           9063         330        20                -           0.0000          -
1392.43/77.31	c        77          10340         252        20                -           0.0000          -
1493.22/82.45	c        82          10871         298        20                -           0.0000          -
1596.00/87.60	c        88          13377         320        20                -           0.0000          -
1698.77/92.80	c        93          13960         380        20                -           0.0000          -
1799.56/97.92	c        98          15499         411        20                -           0.0000          -
1898.37/102.98	c       103          16984         290        20                -           0.0000          -
2000.01/108.11	c       108          18635         336        20                -           0.0000          -
2101.98/113.25	c       113          20241         217        20                -           0.0000          -
2208.85/118.67	c       119          21546         206        20                -           0.0000          -
2309.84/123.76	c       124          22168         191        20                -           0.0000          -
2410.78/128.83	c       129          23264         387        20                -           0.0000          -
2511.74/133.95	c       134          24255         130        20                -           0.0000          -
2613.68/139.13	c       139          25568         118        20                -           0.0000          -
2715.62/144.28	c       144          26605         217        20                -           0.0000          -
2818.48/149.44	c       149          30424         313        20                -           0.0000          -
2919.27/154.51	c       155          32022         413        20                -           0.0000          -
3018.14/159.59	c       160          33133         236        20                -           0.0000          -
3119.02/164.69	c       165          34481         160        20                -           0.0000          -
3219.82/169.78	c       170          35536         135        20                -           0.0000          -
3320.74/174.83	c       175          33816         195        20                -           0.0000          -
3421.63/180.01	c       180          35008         187        20                -           0.0000          -
3523.63/185.13	c       185          40216         389        20                -           0.0000          -
3624.59/190.20	c       190          38848         183        20                -           0.0000          -
3724.44/195.24	c       195          41089         177        20                -           0.0000          -
3825.39/200.32	c       200          42514         176        20                -           0.0000          -
3926.32/205.49	c       206          44821         116        20                -           0.0000          -
4029.28/210.68	c       211          44078           0        20                -           0.0000          -
4130.16/215.74	c       216          45336         138        20                -           0.0000          -
4231.02/220.90	c       221          46758          56        20                -           0.0000          -
4331.92/225.95	c       226          47756         272        20                -           0.0000          -
4440.74/231.41	c       231          48747         147        20                -           0.0000          -
4541.71/236.50	c       237          50149         134        20                -           0.0000          -
4642.69/241.60	c       242          51691          96        20                -           0.0000          -
4741.69/246.65	c       247          57271         215        20                -           0.0000          -
4842.63/251.74	c       252          58842         205        20                -           0.0000          -
4943.56/256.83	c       257          54948          60        20                -           0.0000          -
5044.53/261.90	c       262          56240          63        20                -           0.0000          -
5143.21/266.97	c       267          57494          67        20                -           0.0000          -
5244.89/272.06	c       272          58896          60        20                -           0.0000          -
5347.09/277.27	c       277          65099         190        20                -           0.0000          -
5448.07/282.32	c       282          60958         191        20                -           0.0000          -
5547.06/287.38	c       287          62861          56        20                -           0.0000          -
5650.02/292.52	c       293              5           4        20                -           0.0000          -
5751.04/297.64	c       298              7           6        20                -           0.0000          -
5852.06/302.75	c       303             12          11        20                -           0.0000          -
5951.09/307.79	c       308             12          11        20                -           0.0000          -
6050.12/312.79	c       313             12          11        20                -           0.0000          -
6151.13/317.87	c       318             12          11        20                -           0.0000          -
6252.09/322.97	c       323             13          12        20                -           0.0000          -
6351.09/327.99	c       328             13          12        20                -           0.0000          -
6452.86/333.10	c       333             13          12        20                -           0.0000          -
6551.98/338.11	c       338             13          12        20                -           0.0000          -
6653.13/343.18	c       343             13          12        20                -           0.0000          -
6755.12/348.35	c       348             13          12        20                -           0.0000          -
6856.17/353.43	c       353             13          12        20                -           0.0000          -
6957.16/358.55	c       359             13          12        20                -           0.0000          -
7058.21/363.67	c       364             13          12        20                -           0.0000          -
7161.20/368.88	c       369             13          12        20                -           0.0000          -
7262.26/374.00	c       374             15          14        20                -           0.0000          -
7361.33/379.05	c       379             76          69        20                -           0.0000          -
7463.15/384.14	c       384             82          74        20                -           0.0000          -
7565.40/389.25	c       389          83461          62        20                -           0.0000          -
7666.40/394.36	c       394             32          31        20                -           0.0000          -
7767.45/399.49	c       400             98          90        20                -           0.0000          -
7868.51/404.57	c       405             98          90        20                -           0.0000          -
7971.56/409.73	c       410             98          90        20                -           0.0000          -
8072.62/414.81	c       415            103          95        20                -           0.0000          -
8173.64/419.92	c       420             50          49        20                -           0.0000          -
8272.68/425.03	c       425            106          98        20                -           0.0000          -
8374.59/430.05	c       430             53          52        20                -           0.0000          -
8473.64/435.12	c       435             53          52        20                -           0.0000          -
8575.71/440.28	c       440             55          54        20                -           0.0000          -
8676.72/445.38	c       445             55          54        20                -           0.0000          -
8777.70/450.44	c       450             55          54        20                -           0.0000          -
8878.68/455.50	c       456             55          54        20                -           0.0000          -
8977.67/460.52	c       461             55          54        20                -           0.0000          -
9076.69/465.56	c       466             55          54        20                -           0.0000          -
9177.66/470.61	c       471             55          54        20                -           0.0000          -
9276.64/475.68	c       476             55          54        20                -           0.0000          -
9377.61/480.73	c       481             55          54        20                -           0.0000          -
9478.59/485.80	c       486             55          54        20                -           0.0000          -
9577.58/490.82	c       491             55          54        20                -           0.0000          -
9678.57/495.92	c       496             55          54        20                -           0.0000          -
9780.34/501.04	c       501             55          54        20                -           0.0000          -
9882.50/506.20	c       506             19          18        20                -           0.0000          -
9983.49/511.32	c       511             19          18        20                -           0.0000          -
10082.49/516.36	c       516             19          18        20                -           0.0000          -
10183.50/521.42	c       521             19          18        20                -           0.0000          -
10282.48/526.48	c       526             19          18        20                -           0.0000          -
10383.46/531.53	c       532             19          18        20                -           0.0000          -
10482.47/536.55	c       537             19          18        20                -           0.0000          -
10583.46/541.64	c       542             19          18        20                -           0.0000          -
10682.49/546.69	c       547             19          18        20                -           0.0000          -
10785.49/551.82	c       552             19          18        20                -           0.0000          -
10886.50/557.05	c       557             19          18        20                -           0.0000          -
10988.39/562.10	c       562             19          18        20                -           0.0000          -
11089.44/567.15	c       567             19          18        20                -           0.0000          -
11189.40/572.22	c       572             19          18        20                -           0.0000          -
11288.41/577.29	c       577             19          18        20                -           0.0000          -
11389.38/582.35	c       582             19          18        20                -           0.0000          -
11490.37/587.45	c       587             19          18        20                -           0.0000          -
11595.33/592.70	c       593             19          18        20                -           0.0000          -
11696.29/597.81	c       598             19          18        20                -           0.0000          -
11797.27/603.01	c       603             19          18        20                -           0.0000          -
11901.13/608.17	c       608             19          18        20                -           0.0000          -
12001.23/613.21	c       613             19          18        20                -           0.0000          -
12100.26/618.28	c       618             19          18        20                -           0.0000          -
12201.29/623.33	c       623             19          18        20                -           0.0000          -
12306.30/628.60	c       629             19          18        20                -           0.0000          -
12405.33/633.68	c       634             19          18        20                -           0.0000          -
12506.37/638.79	c       639             19          18        20                -           0.0000          -
12609.40/643.90	c       644             19          18        20                -           0.0000          -
12708.45/648.96	c       649             19          18        20                -           0.0000          -
12807.50/654.02	c       654             19          18        20                -           0.0000          -
12906.43/659.05	c       659             19          18        20                -           0.0000          -
13010.30/664.15	c       664             19          18        20                -           0.0000          -
13110.23/669.27	c       669             19          18        20                -           0.0000          -
13211.20/674.34	c       674             19          18        20                -           0.0000          -
13312.16/679.42	c       679             19          18        20                -           0.0000          -
13413.07/684.57	c       685             19          18        20                -           0.0000          -
13514.05/689.64	c       690             19          18        20                -           0.0000          -
13613.03/694.65	c       695             19          18        20                -           0.0000          -
13712.02/699.68	c       700             19          18        20                -           0.0000          -
13810.99/704.69	c       705             19          18        20                -           0.0000          -
13911.95/709.78	c       710             19          18        20                -           0.0000          -
14012.92/714.86	c       715             19          18        20                -           0.0000          -
14113.87/720.01	c       720             19          18        20                -           0.0000          -
14215.52/725.13	c       725             19          18        20                -           0.0000          -
14317.80/730.20	c       730             19          18        20                -           0.0000          -
14416.73/735.26	c       735             19          18        20                -           0.0000          -
14517.72/740.34	c       740             19          18        20                -           0.0000          -
14616.72/745.39	c       745             19          18        20                -           0.0000          -
14719.65/750.51	c       751             19          18        20                -           0.0000          -
14818.61/755.58	c       756             19          18        20                -           0.0000          -
14919.57/760.66	c       761             19          18        20                -           0.0000          -
15018.59/765.69	c       766             19          18        20                -           0.0000          -
15121.47/770.83	c       771             19          18        20                -           0.0000          -
15220.45/775.87	c       776             19          18        20                -           0.0000          -
15321.41/780.97	c       781             19          18        20                -           0.0000          -
15425.43/786.16	c       786             19          18        20                -           0.0000          -
15525.33/791.26	c       791             19          18        20                -           0.0000          -
15628.45/796.42	c       796             19          18        20                -           0.0000          -
15729.21/801.50	c       802             19          18        20                -           0.0000          -
15830.13/806.62	c       807             19          18        20                -           0.0000          -
15929.05/811.65	c       812             19          18        20                -           0.0000          -
16030.00/816.71	c       817            144         129        20                -           0.0000          -
16130.96/821.83	c       822            148         119        20                -           0.0000          -
16229.95/826.85	c       827            148         119        20                -           0.0000          -
16333.71/832.07	c       832            145         130        20                -           0.0000          -
16432.65/837.14	c       837             39          38        20                -           0.0000          -
16533.68/842.19	c       842             39          38        20                -           0.0000          -
16633.58/847.25	c       847             39          38        20                -           0.0000          -
16734.44/852.31	c       852             39          38        20                -           0.0000          -
16833.43/857.33	c       857             41          40        20                -           0.0000          -
16932.42/862.34	c       862            175         152        20                -           0.0000          -
17033.40/867.40	c       867             43          42        20                -           0.0000          -
17132.37/872.42	c       872             43          42        20                -           0.0000          -
17231.30/877.44	c       877             43          42        20                -           0.0000          -
17330.24/882.45	c       882             43          42        20                -           0.0000          -
17433.08/887.64	c       888             43          42        20                -           0.0000          -
17534.05/892.71	c       893            193         158        20                -           0.0000          -
17632.97/897.78	c       898            193         158        20                -           0.0000          -
17735.86/902.93	c       903             45          42        20                -           0.0000          -
17837.55/908.08	c       908             45          42        20                -           0.0000          -
17938.72/913.17	c       913             45          42        20                -           0.0000          -
18038.54/918.24	c       918             45          42        20                -           0.0000          -
18139.50/923.31	c       923             45          42        20                -           0.0000          -
18240.39/928.45	c       928            271         176        20                -           0.0000          -
18343.32/933.60	c       934             48          43        20                -           0.0000          -
18444.20/938.76	c       939             48          43        20                -           0.0000          -
18543.12/943.79	c       944             48          43        20                -           0.0000          -
18646.02/948.93	c       949             48          43        20                -           0.0000          -
18745.04/954.00	c       954            423         163        20                -           0.0000          -
18846.62/959.04	c       959            423         163        20                -           0.0000          -
18945.65/964.11	c       964             52          47        20                -           0.0000          -
19046.65/969.17	c       969             52          47        20                -           0.0000          -
19148.54/974.31	c       974             52          47        20                -           0.0000          -
19247.45/979.38	c       979             52          47        20                -           0.0000          -
19348.44/984.43	c       984             52          47        20                -           0.0000          -
19447.18/989.49	c       990            452         154        20                -           0.0000          -
19550.12/994.69	c       995            452         154        20                -           0.0000          -
19653.11/999.83	c      1000             52          49        20                -           0.0000          -
19756.93/1005.07	c      1005             52          49        20                -           0.0000          -
19856.26/1010.13	c      1010             52          49        20                -           0.0000          -
19958.25/1015.22	c      1015             52          49        20                -           0.0000          -
20059.30/1020.32	c      1020             52          49        20                -           0.0000          -
20158.40/1025.37	c      1025            482         157        20                -           0.0000          -
20259.55/1030.45	c      1030            482         157        20                -           0.0000          -
20360.67/1035.54	c      1036            482         157        20                -           0.0000          -
20459.80/1040.57	c      1041            482         157        20                -           0.0000          -
20560.91/1045.65	c      1046            482         157        20                -           0.0000          -
20662.02/1050.72	c      1051            482         157        20                -           0.0000          -
20761.14/1055.74	c      1056            482         157        20                -           0.0000          -
20862.17/1060.85	c      1061            482         157        20                -           0.0000          -
20963.22/1066.03	c      1066            482         157        20                -           0.0000          -
21065.38/1071.09	c      1071            482         157        20                -           0.0000          -
21166.41/1076.18	c      1076            482         157        20                -           0.0000          -
21266.31/1081.24	c      1081            482         157        20                -           0.0000          -
21365.23/1086.29	c      1086            482         157        20                -           0.0000          -
21466.25/1091.36	c      1091            482         157        20                -           0.0000          -
21565.32/1096.39	c      1096            482         157        20                -           0.0000          -
21668.38/1101.54	c      1102             63          54        20                -           0.0000          -
21771.38/1106.76	c      1107           3340           0        20                -           0.0000          -
21872.42/1111.88	c      1112           3340           0        20                -           0.0000          -
21973.44/1117.00	c      1117           3340           0        20                -           0.0000          -
22075.25/1122.08	c      1122           3340           0        20                -           0.0000          -
22176.65/1127.19	c      1127           3340           0        20                -           0.0000          -
22276.58/1132.20	c      1132           3340           0        20                -           0.0000          -
22377.66/1137.38	c      1137           3340           0        20                -           0.0000          -
22480.75/1142.50	c      1143           3340           0        20                -           0.0000          -
22579.85/1147.54	c      1148           3340           0        20                -           0.0000          -
22680.93/1152.69	c      1153           3340           0        20                -           0.0000          -
22784.00/1157.83	c      1158           3340           0        20                -           0.0000          -
22885.10/1162.93	c      1163           3340           0        20                -           0.0000          -
22986.78/1168.04	c      1168           3340           0        20                -           0.0000          -
23086.14/1173.14	c      1173           3340           0        20                -           0.0000          -
23186.96/1178.20	c      1178           3340           0        20                -           0.0000          -
23289.17/1183.30	c      1183           3340           0        20                -           0.0000          -
23388.22/1188.38	c      1188           3340           0        20                -           0.0000          -
23489.20/1193.49	c      1194           3340           0        20                -           0.0000          -
23592.27/1198.67	c      1199           3340           0        20                -           0.0000          -
23693.32/1203.73	c      1204           3340           0        20                -           0.0000          -
23792.41/1208.78	c      1209           3340           0        20                -           0.0000          -
23895.46/1213.92	c      1214           3340           0        20                -           0.0000          -
23994.54/1218.97	c      1219           3340           0        20                -           0.0000          -
24093.61/1224.00	c      1224           3340           0        20                -           0.0000          -
24195.59/1229.08	c      1229           3340           0        20                -           0.0000          -
24296.75/1234.17	c      1234           3340           0        20                -           0.0000          -
24396.71/1239.22	c      1239           3340           0        20                -           0.0000          -
24497.56/1244.32	c      1244           3340           0        20                -           0.0000          -
24596.66/1249.34	c      1249           3340           0        20                -           0.0000          -
24695.77/1254.39	c      1254           3340           0        20                -           0.0000          -
24796.75/1259.47	c      1259           3340           0        20                -           0.0000          -
24897.78/1264.52	c      1265           3340           0        20                -           0.0000          -
24996.75/1269.55	c      1270           3340           0        20                -           0.0000          -
25097.82/1274.64	c      1275           3340           0        20                -           0.0000          -
25198.92/1279.70	c      1280           3340           0        20                -           0.0000          -
25300.00/1284.83	c      1285           3340           0        20                -           0.0000          -
25399.01/1289.89	c      1290           3340           0        20                -           0.0000          -
25499.79/1295.03	c      1295           3340           0        20                -           0.0000          -
25601.82/1300.15	c      1300           3340           0        20                -           0.0000          -
25703.77/1305.25	c      1305           3340           0        20                -           0.0000          -
25804.84/1310.36	c      1310           3340           0        20                -           0.0000          -
25905.93/1315.41	c      1315           3340           0        20                -           0.0000          -
26006.86/1320.54	c      1321           3340           0        20                -           0.0000          -
26107.91/1325.60	c      1326           3340           0        20                -           0.0000          -
26208.95/1330.78	c      1331           3340           0        20                -           0.0000          -
26309.99/1335.84	c      1336           3340           0        20                -           0.0000          -
26410.95/1340.93	c      1341           3340           0        20                -           0.0000          -
26510.01/1345.99	c      1346           3340           0        20                -           0.0000          -
26611.82/1351.06	c      1351           3340           0        20                -           0.0000          -
26710.85/1356.09	c      1356           3340           0        20                -           0.0000          -
26809.75/1361.11	c      1361           3340           0        20                -           0.0000          -
26911.06/1366.16	c      1366           3340           0        20                -           0.0000          -
27010.94/1371.20	c      1371           3340           0        20                -           0.0000          -
27110.01/1376.27	c      1376           3340           0        20                -           0.0000          -
27211.09/1381.37	c      1381           3340           0        20                -           0.0000          -
27312.13/1386.42	c      1386           3340           0        20                -           0.0000          -
27411.20/1391.49	c      1391           3340           0        20                -           0.0000          -
27514.27/1396.61	c      1397           3340           0        20                -           0.0000          -
27613.22/1401.63	c      1402           3340           0        20                -           0.0000          -
27712.36/1406.64	c      1407           3340           0        20                -           0.0000          -
27811.52/1411.66	c      1412            666         134        20                -           0.0000          -
27910.71/1416.67	c      1417            666         134        20                -           0.0000          -
28012.07/1421.74	c      1422            666         134        20                -           0.0000          -
28113.05/1426.80	c      1427            666         134        20                -           0.0000          -
28214.23/1431.94	c      1432            666         134        20                -           0.0000          -
28313.42/1437.01	c      1437            666         134        20                -           0.0000          -
28412.60/1442.04	c      1442            666         134        20                -           0.0000          -
28516.75/1447.18	c      1447            666         134        20                -           0.0000          -
28616.88/1452.26	c      1452            666         134        20                -           0.0000          -
28717.97/1457.35	c      1457            666         134        20                -           0.0000          -
28819.11/1462.45	c      1462             90          81        20                -           0.0000          -
28920.24/1467.50	c      1468             90          81        20                -           0.0000          -
29021.29/1472.61	c      1473             90          81        20                -           0.0000          -
29120.28/1477.68	c      1478             90          81        20                -           0.0000          -
29221.44/1482.73	c      1483           3403          61        20                -           0.0000          -
29320.67/1487.79	c      1488            697         137        20                -           0.0000          -
29423.65/1492.99	c      1493             91          82        20                -           0.0000          -
29525.69/1498.08	c      1498             91          82        20                -           0.0000          -
29624.87/1503.09	c      1503             91          82        20                -           0.0000          -
29725.99/1508.16	c      1508             91          82        20                -           0.0000          -
29825.11/1513.19	c      1513             91          82        20                -           0.0000          -
29929.42/1518.45	c      1518             91          82        20                -           0.0000          -
30030.60/1523.52	c      1524            783         144        20                -           0.0000          -
30133.73/1528.75	c      1529            783         144        20                -           0.0000          -
30234.89/1533.85	c      1534            783         144        20                -           0.0000          -
30334.06/1538.87	c      1539            783         144        20                -           0.0000          -
30435.22/1544.00	c      1544            783         144        20                -           0.0000          -
30539.20/1549.17	c      1549            783         144        20                -           0.0000          -
30639.51/1554.28	c      1554            783         144        20                -           0.0000          -
30740.65/1559.36	c      1559            783         144        20                -           0.0000          -
30841.98/1564.43	c      1564             95          86        20                -           0.0000          -
30942.94/1569.57	c      1570             95          86        20                -           0.0000          -
31044.04/1574.62	c      1575             95          86        20                -           0.0000          -
31143.16/1579.64	c      1580            786         144        20                -           0.0000          -
31244.26/1584.78	c      1585            786         144        20                -           0.0000          -
31347.35/1589.92	c      1590            786         144        20                -           0.0000          -
31446.46/1594.97	c      1595            786         144        20                -           0.0000          -
31545.69/1600.00	c      1600            786         144        20                -           0.0000          -
31649.70/1605.15	c      1605            786         144        20                -           0.0000          -
31748.69/1610.19	c      1610            786         144        20                -           0.0000          -
31851.05/1615.36	c      1615            786         144        20                -           0.0000          -
31952.39/1620.43	c      1620            786         144        20                -           0.0000          -
32053.32/1625.50	c      1626            786         144        20                -           0.0000          -
32152.47/1630.59	c      1631            786         144        20                -           0.0000          -
32255.65/1635.73	c      1636            786         144        20                -           0.0000          -
32356.80/1640.82	c      1641            786         144        20                -           0.0000          -
32457.96/1645.98	c      1646            786         144        20                -           0.0000          -
32557.12/1651.02	c      1651            786         144        20                -           0.0000          -
32659.27/1656.09	c      1656            786         144        20                -           0.0000          -
32760.35/1661.15	c      1661            786         144        20                -           0.0000          -
32862.44/1666.36	c      1666            132         121        20                -           0.0000          -
32963.55/1671.45	c      1671            132         121        20                -           0.0000          -
33064.67/1676.58	c      1677            132         121        20                -           0.0000          -
33165.81/1681.65	c      1682            132         121        20                -           0.0000          -
33267.00/1686.75	c      1687            132         121        20                -           0.0000          -
33370.17/1691.90	c      1692            132         121        20                -           0.0000          -
33469.33/1696.98	c      1697            132         121        20                -           0.0000          -
33571.23/1702.12	c      1702            808         147        20                -           0.0000          -
33672.36/1707.18	c      1707            808         147        20                -           0.0000          -
33772.74/1712.26	c      1712            808         147        20                -           0.0000          -
33873.91/1717.36	c      1717            808         147        20                -           0.0000          -
33975.09/1722.42	c      1722            808         147        20                -           0.0000          -
34076.26/1727.53	c      1728            808         147        20                -           0.0000          -
34177.45/1732.60	c      1733            808         147        20                -           0.0000          -
34276.67/1737.65	c      1738            808         147        20                -           0.0000          -
34377.86/1742.77	c      1743            808         147        20                -           0.0000          -
34481.04/1747.92	c      1748            808         147        20                -           0.0000          -
34580.23/1752.94	c      1753            808         147        20                -           0.0000          -
34682.16/1758.10	c      1758            808         147        20                -           0.0000          -
34784.47/1763.20	c      1763            808         147        20                -           0.0000          -
34883.66/1768.21	c      1768            808         147        20                -           0.0000          -
34982.83/1773.28	c      1773            181         158        20                -           0.0000          -
35083.96/1778.32	c      1778            181         158        20                -           0.0000          -
35183.12/1783.32	c      1783            181         158        20                -           0.0000          -
35284.42/1788.43	c      1788            181         158        20                -           0.0000          -
35385.41/1793.56	c      1794            181         158        20                -           0.0000          -
35486.53/1798.67	c      1799            181         158        20                -           0.0000          -
35587.69/1803.74	c      1804            181         158        20                -           0.0000          -
35688.85/1808.84	c      1809            181         158        20                -           0.0000          -
35792.90/1814.07	c      1814            181         158        20                -           0.0000          -
35891.73/1819.11	c      1819            181         158        20                -           0.0000          -
35993.12/1824.19	c      1824            181         158        20                -           0.0000          -
36095.41/1829.31	c      1829            181         158        20                -           0.0000          -
36194.55/1834.40	c      1834            181         158        20                -           0.0000          -
36295.71/1839.44	c      1839            181         158        20                -           0.0000          -
36396.88/1844.56	c      1845            181         158        20                -           0.0000          -
36500.01/1849.73	c      1850            181         158        20                -           0.0000          -
36599.15/1854.78	c      1855            181         158        20                -           0.0000          -
36700.29/1859.85	c      1860            181         158        20                -           0.0000          -
36799.45/1864.88	c      1865            181         158        20                -           0.0000          -
36898.59/1869.90	c      1870            181         158        20                -           0.0000          -
36999.70/1874.93	c      1875            181         158        20                -           0.0000          -
37098.84/1880.00	c      1880            181         158        20                -           0.0000          -
37200.91/1885.10	c      1885            181         158        20                -           0.0000          -
37302.08/1890.15	c      1890            181         158        20                -           0.0000          -
37401.19/1895.18	c      1895            181         158        20                -           0.0000          -
37503.35/1900.34	c      1900            181         158        20                -           0.0000          -
37604.41/1905.42	c      1905            181         158        20                -           0.0000          -
37703.58/1910.47	c      1910            181         158        20                -           0.0000          -
37802.75/1915.49	c      1916            181         158        20                -           0.0000          -
37905.91/1920.63	c      1921            181         158        20                -           0.0000          -
38005.06/1925.69	c      1926            181         158        20                -           0.0000          -
38106.21/1930.70	c      1931            181         158        20                -           0.0000          -
38207.38/1935.81	c      1936            181         158        20                -           0.0000          -
38306.53/1940.82	c      1941            181         158        20                -           0.0000          -
38410.44/1946.13	c      1946            181         158        20                -           0.0000          -
38512.75/1951.23	c      1951            181         158        20                -           0.0000          -
38613.88/1956.31	c      1956            181         158        20                -           0.0000          -
38715.06/1961.43	c      1961            181         158        20                -           0.0000          -
38816.20/1966.53	c      1967            181         158        20                -           0.0000          -
38915.39/1971.59	c      1972            181         158        20                -           0.0000          -
39016.55/1976.65	c      1977           2062         276        20                -           0.0000          -
39115.71/1981.69	c      1982           2062         276        20                -           0.0000          -
39218.84/1986.81	c      1987           2062         276        20                -           0.0000          -
39319.99/1991.96	c      1992           2062         276        20                -           0.0000          -
39419.15/1997.02	c      1997           2062         276        20                -           0.0000          -
39524.25/2002.22	c      2002           2062         276        20                -           0.0000          -
39623.46/2007.24	c      2007           2062         276        20                -           0.0000          -
39722.76/2012.28	c      2012           2062         276        20                -           0.0000          -
39823.74/2017.33	c      2017           2062         276        20                -           0.0000          -
39924.88/2022.40	c      2022           2062         276        20                -           0.0000          -
40028.02/2027.64	c      2028           2062         276        20                -           0.0000          -
40129.18/2032.77	c      2033           2062         276        20                -           0.0000          -
40232.31/2037.91	c      2038           2062         276        20                -           0.0000          -
40331.44/2043.01	c      2043           2062         276        20                -           0.0000          -
40436.54/2048.26	c      2048           2062         276        20                -           0.0000          -
40537.71/2053.32	c      2053           2062         276        20                -           0.0000          -
40640.86/2058.51	c      2059           2062         276        20                -           0.0000          -
40740.01/2063.55	c      2064           2062         276        20                -           0.0000          -
40841.16/2068.68	c      2069            240         211        20                -           0.0000          -
40942.32/2073.71	c      2074            240         211        20                -           0.0000          -
41041.50/2078.73	c      2079            240         211        20                -           0.0000          -
41144.63/2083.91	c      2084            240         211        20                -           0.0000          -
41246.71/2089.13	c      2089            240         211        20                -           0.0000          -
41348.02/2094.18	c      2094            240         211        20                -           0.0000          -
41450.11/2099.31	c      2099            240         211        20                -           0.0000          -
41551.27/2104.41	c      2104            240         211        20                -           0.0000          -
41650.44/2109.46	c      2109            240         211        20                -           0.0000          -
41751.59/2114.55	c      2115            240         211        20                -           0.0000          -
41852.74/2119.65	c      2120            240         211        20                -           0.0000          -
41953.90/2124.76	c      2125            240         211        20                -           0.0000          -
42055.04/2129.86	c      2130            240         211        20                -           0.0000          -
42156.21/2134.97	c      2135            240         211        20                -           0.0000          -
42258.33/2140.08	c      2140            240         211        20                -           0.0000          -
42359.33/2145.15	c      2145            240         211        20                -           0.0000          -
42458.45/2150.17	c      2150            240         211        20                -           0.0000          -
42558.75/2155.28	c      2155            240         211        20                -           0.0000          -
42661.86/2160.42	c      2160            240         211        20                -           0.0000          -
42761.02/2165.42	c      2165            240         211        20                -           0.0000          -
42864.14/2170.65	c      2171            240         211        20                -           0.0000          -
42967.25/2175.82	c      2176            240         211        20                -           0.0000          -
43068.38/2180.91	c      2181            240         211        20                -           0.0000          -
43170.26/2186.09	c      2186            240         211        20                -           0.0000          -
43271.54/2191.18	c      2191            240         211        20                -           0.0000          -
43371.71/2196.22	c      2196            240         211        20                -           0.0000          -
43470.86/2201.24	c      2201            240         211        20                -           0.0000          -
43571.92/2206.35	c      2206            240         211        20                -           0.0000          -
43673.03/2211.49	c      2211            240         211        20                -           0.0000          -
43774.16/2216.59	c      2217            240         211        20                -           0.0000          -
43875.31/2221.64	c      2222            240         211        20                -           0.0000          -
43974.47/2226.65	c      2227            240         211        20                -           0.0000          -
44073.63/2231.66	c      2232            240         211        20                -           0.0000          -
44174.79/2236.71	c      2237            240         211        20                -           0.0000          -
44275.93/2241.83	c      2242            240         211        20                -           0.0000          -
44375.09/2246.88	c      2247            240         211        20                -           0.0000          -
44479.04/2252.05	c      2252            240         211        20                -           0.0000          -
44580.58/2257.17	c      2257            240         211        20                -           0.0000          -
44684.56/2262.47	c      2262            240         211        20                -           0.0000          -
44785.70/2267.57	c      2268            240         211        20                -           0.0000          -
44886.84/2272.62	c      2273           2486         276        20                -           0.0000          -
44985.99/2277.68	c      2278           2486         276        20                -           0.0000          -
45087.12/2282.76	c      2283           2486         276        20                -           0.0000          -
45188.26/2287.81	c      2288           2486         276        20                -           0.0000          -
45287.39/2292.84	c      2293            264         229        20                -           0.0000          -
45388.51/2297.92	c      2298            264         229        20                -           0.0000          -
45487.62/2302.99	c      2303            264         229        20                -           0.0000          -
45586.75/2308.04	c      2308            264         229        20                -           0.0000          -
45690.86/2313.16	c      2313            264         229        20                -           0.0000          -
45791.01/2318.24	c      2318            264         229        20                -           0.0000          -
45892.19/2323.34	c      2323            264         229        20                -           0.0000          -
45993.37/2328.42	c      2328            264         229        20                -           0.0000          -
46092.48/2333.43	c      2333            264         229        20                -           0.0000          -
46193.66/2338.54	c      2339            264         229        20                -           0.0000          -
46292.83/2343.59	c      2344            264         229        20                -           0.0000          -
46393.93/2348.64	c      2349            264         229        20                -           0.0000          -
46495.02/2353.79	c      2354            264         229        20                -           0.0000          -
46596.11/2358.80	c      2359            264         229        20                -           0.0000          -
46695.16/2363.85	c      2364            264         229        20                -           0.0000          -
46794.26/2368.87	c      2369            264         229        20                -           0.0000          -
46893.33/2373.88	c      2374            264         229        20                -           0.0000          -
46994.37/2378.94	c      2379            264         229        20                -           0.0000          -
47093.49/2384.00	c      2384            264         229        20                -           0.0000          -
47192.62/2389.03	c      2389            264         229        20                -           0.0000          -
47294.68/2394.14	c      2394            264         229        20                -           0.0000          -
47395.85/2399.18	c      2399            264         229        20                -           0.0000          -
47495.93/2404.24	c      2404            264         229        20                -           0.0000          -
47596.92/2409.32	c      2409            264         229        20                -           0.0000          -
47696.04/2414.39	c      2414            264         229        20                -           0.0000          -
47797.17/2419.43	c      2419            264         229        20                -           0.0000          -
47896.26/2424.48	c      2424            264         229        20                -           0.0000          -
47997.38/2429.51	c      2430            264         229        20                -           0.0000          -
48096.51/2434.55	c      2435            264         229        20                -           0.0000          -
48197.65/2439.66	c      2440            264         229        20                -           0.0000          -
48298.76/2444.76	c      2445            264         229        20                -           0.0000          -
48401.89/2449.95	c      2450            264         229        20                -           0.0000          -
48501.05/2454.98	c      2455            264         229        20                -           0.0000          -
48600.21/2460.03	c      2460            264         229        20                -           0.0000          -
48702.29/2465.08	c      2465            264         229        20                -           0.0000          -
48804.45/2470.21	c      2470            264         229        20                -           0.0000          -
48903.53/2475.25	c      2475            264         229        20                -           0.0000          -
49004.66/2480.30	c      2480            264         229        20                -           0.0000          -
49107.78/2485.55	c      2486            264         229        20                -           0.0000          -
49206.94/2490.56	c      2491            264         229        20                -           0.0000          -
49310.10/2495.71	c      2496            264         229        20                -           0.0000          -
49411.34/2500.84	c      2501            264         229        20                -           0.0000          -
49512.46/2506.00	c      2506            264         229        20                -           0.0000          -
49611.67/2511.05	c      2511           2703         312        20                -           0.0000          -
49713.82/2516.12	c      2516           2703         312        20                -           0.0000          -
49815.99/2521.22	c      2521           2703         312        20                -           0.0000          -
49917.17/2526.31	c      2526           2703         312        20                -           0.0000          -
50016.35/2531.36	c      2531           2703         312        20                -           0.0000          -
50117.53/2536.42	c      2536           2703         312        20                -           0.0000          -
50218.69/2541.52	c      2542           2703         312        20                -           0.0000          -
50319.85/2546.63	c      2547           2703         312        20                -           0.0000          -
50419.03/2551.68	c      2552           2703         312        20                -           0.0000          -
50518.21/2556.69	c      2557           2703         312        20                -           0.0000          -
50619.36/2561.75	c      2562           2703         312        20                -           0.0000          -
50718.52/2566.78	c      2567           2703         312        20                -           0.0000          -
50821.66/2571.93	c      2572            275         234        20                -           0.0000          -
50923.78/2577.06	c      2577            275         234        20                -           0.0000          -
51025.89/2582.21	c      2582            275         234        20                -           0.0000          -
51127.03/2587.30	c      2587            275         234        20                -           0.0000          -
51226.11/2592.38	c      2592            275         234        20                -           0.0000          -
51329.23/2597.56	c      2598            275         234        20                -           0.0000          -
51430.37/2602.67	c      2603            275         234        20                -           0.0000          -
51531.51/2607.76	c      2608            275         234        20                -           0.0000          -
51632.63/2612.80	c      2613            275         234        20                -           0.0000          -
51733.75/2617.95	c      2618            275         234        20                -           0.0000          -
51835.84/2623.07	c      2623            275         234        20                -           0.0000          -
51935.01/2628.14	c      2628            275         234        20                -           0.0000          -
52036.37/2633.19	c      2633            275         234        20                -           0.0000          -
52138.37/2638.36	c      2638            275         234        20                -           0.0000          -
52239.54/2643.46	c      2643            275         234        20                -           0.0000          -
52340.70/2648.52	c      2649            275         234        20                -           0.0000          -
52441.87/2653.61	c      2654            275         234        20                -           0.0000          -
52541.06/2658.65	c      2659            275         234        20                -           0.0000          -
52642.23/2663.74	c      2664            275         234        20                -           0.0000          -
52745.30/2668.91	c      2669            275         234        20                -           0.0000          -
52844.45/2673.98	c      2674           2750         305        20                -           0.0000          -
52943.58/2679.01	c      2679           2750         305        20                -           0.0000          -
53047.38/2684.17	c      2684           2750         305        20                -           0.0000          -
53147.71/2689.25	c      2689           2750         305        20                -           0.0000          -
53248.81/2694.37	c      2694           2750         305        20                -           0.0000          -
53349.93/2699.48	c      2699           2750         305        20                -           0.0000          -
53453.05/2704.63	c      2705           2750         305        20                -           0.0000          -
53552.21/2709.67	c      2710           2750         305        20                -           0.0000          -
53651.38/2714.68	c      2715           2750         305        20                -           0.0000          -
53754.45/2719.82	c      2720           2750         305        20                -           0.0000          -
53853.55/2724.85	c      2725           2750         305        20                -           0.0000          -
53952.69/2729.88	c      2730           2750         305        20                -           0.0000          -
54053.79/2734.90	c      2735           2750         305        20                -           0.0000          -
54152.90/2739.94	c      2740            294         243        20                -           0.0000          -
54252.06/2744.99	c      2745            294         243        20                -           0.0000          -
54351.21/2750.02	c      2750            294         243        20                -           0.0000          -
54453.13/2755.05	c      2755            294         243        20                -           0.0000          -
54557.41/2760.30	c      2760            294         243        20                -           0.0000          -
54656.45/2765.34	c      2765            294         243        20                -           0.0000          -
54755.64/2770.36	c      2770            294         243        20                -           0.0000          -
54856.68/2775.44	c      2775            294         243        20                -           0.0000          -
54957.86/2780.51	c      2781            294         243        20                -           0.0000          -
55059.05/2785.69	c      2786            294         243        20                -           0.0000          -
55162.24/2790.81	c      2791            294         243        20                -           0.0000          -
55263.41/2795.91	c      2796            294         243        20                -           0.0000          -
55365.65/2801.05	c      2801            294         243        20                -           0.0000          -
55466.63/2806.19	c      2806           3234         292        20                -           0.0000          -
55566.78/2811.25	c      2811           3234         292        20                -           0.0000          -
55667.82/2816.36	c      2816           3234         292        20                -           0.0000          -
55768.97/2821.45	c      2821           3234         292        20                -           0.0000          -
55869.92/2826.52	c      2827           3234         292        20                -           0.0000          -
55970.90/2831.67	c      2832           3234         292        20                -           0.0000          -
56072.00/2836.79	c      2837           3234         292        20                -           0.0000          -
56174.94/2841.92	c      2842           3234         292        20                -           0.0000          -
56273.98/2847.03	c      2847           3234         292        20                -           0.0000          -
56377.65/2852.14	c      2852           3234         292        20                -           0.0000          -
56477.76/2857.25	c      2857           3234         292        20                -           0.0000          -
56578.68/2862.30	c      2862           3234         292        20                -           0.0000          -
56677.67/2867.31	c      2867           3234         292        20                -           0.0000          -
56778.82/2872.42	c      2872           3234         292        20                -           0.0000          -
56877.98/2877.46	c      2877           3234         292        20                -           0.0000          -
56981.04/2882.60	c      2883           3234         292        20                -           0.0000          -
57080.19/2887.65	c      2888           3234         292        20                -           0.0000          -
57181.33/2892.73	c      2893           3234         292        20                -           0.0000          -
57284.39/2897.93	c      2898           3234         292        20                -           0.0000          -
57383.42/2903.00	c      2903           3234         292        20                -           0.0000          -
57485.45/2908.14	c      2908            365         308        20                -           0.0000          -
57587.54/2913.21	c      2913            365         308        20                -           0.0000          -
57688.19/2918.35	c      2918            365         308        20                -           0.0000          -
57788.97/2923.50	c      2924            365         308        20                -           0.0000          -
57889.84/2928.59	c      2929            365         308        20                -           0.0000          -
57990.80/2933.68	c      2934            365         308        20                -           0.0000          -
58091.84/2938.76	c      2939            365         308        20                -           0.0000          -
58192.85/2943.85	c      2944            365         308        20                -           0.0000          -
58293.80/2948.91	c      2949            365         308        20                -           0.0000          -
58392.72/2953.99	c      2954            365         308        20                -           0.0000          -
58494.41/2959.06	c      2959            365         308        20                -           0.0000          -
58593.51/2964.11	c      2964            365         308        20                -           0.0000          -
58692.25/2969.11	c      2969            365         308        20                -           0.0000          -
58793.48/2974.18	c      2974            365         308        20                -           0.0000          -
58893.33/2979.24	c      2979            365         308        20                -           0.0000          -
58992.32/2984.27	c      2984            365         308        20                -           0.0000          -
59093.20/2989.38	c      2989            365         308        20                -           0.0000          -
59194.11/2994.40	c      2994            365         308        20                -           0.0000          -
59293.01/2999.43	c      2999            365         308        20                -           0.0000          -
59393.91/3004.51	c      3005            365         308        20                -           0.0000          -
59494.78/3009.64	c      3010            365         308        20                -           0.0000          -
59595.64/3014.74	c      3015            365         308        20                -           0.0000          -
59694.55/3019.76	c      3020            365         308        20                -           0.0000          -
59795.40/3024.81	c      3025            365         308        20                -           0.0000          -
59894.30/3029.84	c      3030            365         308        20                -           0.0000          -
59995.26/3034.96	c      3035            365         308        20                -           0.0000          -
60096.96/3040.05	c      3040            365         308        20                -           0.0000          -
60195.99/3045.14	c      3045            365         308        20                -           0.0000          -
60297.99/3050.27	c      3050            365         308        20                -           0.0000          -
60398.92/3055.35	c      3055            365         308        20                -           0.0000          -
60500.09/3060.44	c      3060            365         308        20                -           0.0000          -
60600.89/3065.51	c      3066            365         308        20                -           0.0000          -
60701.93/3070.60	c      3071            365         308        20                -           0.0000          -
60800.95/3075.65	c      3076            365         308        20                -           0.0000          -
60901.97/3080.72	c      3081            365         308        20                -           0.0000          -
61000.86/3085.78	c      3086            365         308        20                -           0.0000          -
61101.88/3090.85	c      3091            365         308        20                -           0.0000          -
61202.56/3096.00	c      3096            365         308        20                -           0.0000          -
61304.20/3101.08	c      3101            365         308        20                -           0.0000          -
61406.43/3106.26	c      3106            365         308        20                -           0.0000          -
61509.34/3111.46	c      3111            365         308        20                -           0.0000          -
61610.33/3116.54	c      3117            365         308        20                -           0.0000          -
61713.24/3121.72	c      3122            365         308        20                -           0.0000          -
61814.25/3126.82	c      3127            365         308        20                -           0.0000          -
61913.27/3131.86	c      3132            365         308        20                -           0.0000          -
62014.32/3137.01	c      3137            365         308        20                -           0.0000          -
62116.17/3142.07	c      3142           4861         249        20                -           0.0000          -
62217.17/3147.15	c      3147           4861         249        20                -           0.0000          -
62316.18/3152.16	c      3152           4861         249        20                -           0.0000          -
62415.20/3157.18	c      3157           4861         249        20                -           0.0000          -
62515.30/3162.26	c      3162           4861         249        20                -           0.0000          -
62614.46/3167.29	c      3167           4861         249        20                -           0.0000          -
62713.57/3172.29	c      3172           4861         249        20                -           0.0000          -
62814.68/3177.36	c      3177           4861         249        20                -           0.0000          -
62917.83/3182.59	c      3183           4861         249        20                -           0.0000          -
63020.99/3187.71	c      3188           4861         249        20                -           0.0000          -
63120.18/3192.79	c      3193           4861         249        20                -           0.0000          -
63223.25/3197.92	c      3198           4861         249        20                -           0.0000          -
63322.17/3202.98	c      3203           4861         249        20                -           0.0000          -
63423.91/3208.07	c      3208           4861         249        20                -           0.0000          -
63523.04/3213.12	c      3213           4861         249        20                -           0.0000          -
63623.59/3218.16	c      3218           4861         249        20                -           0.0000          -
63722.87/3223.18	c      3223            419         360        20                -           0.0000          -
63822.99/3228.26	c      3228            419         360        20                -           0.0000          -
63923.97/3233.35	c      3233            419         360        20                -           0.0000          -
64025.04/3238.41	c      3238            419         360        20                -           0.0000          -
64124.20/3243.46	c      3243            419         360        20                -           0.0000          -
64225.34/3248.59	c      3249            419         360        20                -           0.0000          -
64326.47/3253.68	c      3254            419         360        20                -           0.0000          -
64427.48/3258.76	c      3259            419         360        20                -           0.0000          -
64528.59/3263.84	c      3264            419         360        20                -           0.0000          -
64627.71/3268.89	c      3269            419         360        20                -           0.0000          -
64728.75/3273.94	c      3274            419         360        20                -           0.0000          -
64830.63/3279.08	c      3279            419         360        20                -           0.0000          -
64931.81/3284.17	c      3284            419         360        20                -           0.0000          -
65031.91/3289.25	c      3289            419         360        20                -           0.0000          -
65131.09/3294.26	c      3294            419         360        20                -           0.0000          -
65230.25/3299.26	c      3299            419         360        20                -           0.0000          -
65331.40/3304.32	c      3304            419         360        20                -           0.0000          -
65430.53/3309.33	c      3309            419         360        20                -           0.0000          -
65531.68/3314.43	c      3314            419         360        20                -           0.0000          -
65632.83/3319.56	c      3320            419         360        20                -           0.0000          -
65733.96/3324.64	c      3325           4876           0        20                -           0.0000          -
65833.07/3329.70	c      3330           4876           0        20                -           0.0000          -
65934.20/3334.78	c      3335           4876           0        20                -           0.0000          -
66035.30/3339.82	c      3340           4876           0        20                -           0.0000          -
66136.34/3344.93	c      3345           4876           0        20                -           0.0000          -
66235.43/3349.94	c      3350           4876           0        20                -           0.0000          -
66337.42/3355.08	c      3355           4876           0        20                -           0.0000          -
66438.50/3360.15	c      3360           4876           0        20                -           0.0000          -
66537.60/3365.16	c      3365           4876           0        20                -           0.0000          -
66636.30/3370.17	c      3370           4876           0        20                -           0.0000          -
66738.58/3375.35	c      3375           4876           0        20                -           0.0000          -
66837.72/3380.38	c      3380           4876           0        20                -           0.0000          -
66940.80/3385.52	c      3386           4876           0        20                -           0.0000          -
67041.87/3390.67	c      3391           4876           0        20                -           0.0000          -
67142.82/3395.79	c      3396           4876           0        20                -           0.0000          -
67245.94/3400.92	c      3401           4876           0        20                -           0.0000          -
67345.03/3406.02	c      3406           4876           0        20                -           0.0000          -
67444.18/3411.02	c      3411           4876           0        20                -           0.0000          -
67548.05/3416.15	c      3416           4876           0        20                -           0.0000          -
67648.37/3421.25	c      3421           4876           0        20                -           0.0000          -
67749.27/3426.35	c      3426           4876           0        20                -           0.0000          -
67850.37/3431.45	c      3431           4876           0        20                -           0.0000          -
67951.50/3436.50	c      3437           4876           0        20                -           0.0000          -
68052.61/3441.61	c      3442           4876           0        20                -           0.0000          -
68151.70/3446.67	c      3447           4876           0        20                -           0.0000          -
68252.73/3451.76	c      3452           4876           0        20                -           0.0000          -
68353.80/3456.86	c      3457           4876           0        20                -           0.0000          -
68454.84/3461.94	c      3462           4876           0        20                -           0.0000          -
68553.98/3466.98	c      3467           4876           0        20                -           0.0000          -
68653.13/3472.04	c      3472           4876           0        20                -           0.0000          -
68755.12/3477.05	c      3477            506         444        20                -           0.0000          -
68856.20/3482.17	c      3482            506         444        20                -           0.0000          -
68956.30/3487.25	c      3487            506         444        20                -           0.0000          -
69055.41/3492.25	c      3492            506         444        20                -           0.0000          -
69154.51/3497.29	c      3497            506         444        20                -           0.0000          -
69255.64/3502.31	c      3502            506         444        20                -           0.0000          -
69354.75/3507.36	c      3507            506         444        20                -           0.0000          -
69453.87/3512.39	c      3512            506         444        20                -           0.0000          -
69554.93/3517.44	c      3517            506         444        20                -           0.0000          -
69655.87/3522.58	c      3523            506         444        20                -           0.0000          -
69756.88/3527.62	c      3528            506         444        20                -           0.0000          -
69857.88/3532.71	c      3533            506         444        20                -           0.0000          -
69960.83/3537.90	c      3538            506         444        20                -           0.0000          -
70062.70/3543.08	c      3543            506         444        20                -           0.0000          -
70163.71/3548.19	c      3548            506         444        20                -           0.0000          -
70263.70/3553.21	c      3553            506         444        20                -           0.0000          -
70362.69/3558.24	c      3558            506         444        20                -           0.0000          -
70463.66/3563.37	c      3563            506         444        20                -           0.0000          -
70564.62/3568.40	c      3568            506         444        20                -           0.0000          -
70665.60/3573.53	c      3574            506         444        20                -           0.0000          -
70766.56/3578.63	c      3579            506         444        20                -           0.0000          -
70867.46/3583.76	c      3584            506         444        20                -           0.0000          -
70966.30/3588.79	c      3589            506         444        20                -           0.0000          -
71067.32/3593.85	c      3594            506         444        20                -           0.0000          -
71166.35/3598.87	c      3599            506         444        20                -           0.0000          -
71267.38/3603.94	c      3604            506         444        20                -           0.0000          -
71369.30/3609.12	c      3609            506         444        20                -           0.0000          -
71468.34/3614.14	c      3614            506         444        20                -           0.0000          -
71572.35/3619.38	c      3619            506         444        20                -           0.0000          -
71677.34/3624.68	c      3625            506         444        20                -           0.0000          -
71778.37/3629.72	c      3630            506         444        20                -           0.0000          -
71881.20/3634.91	c      3635            506         444        20                -           0.0000          -
71984.91/3640.19	c      3640            506         444        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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

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


[startup+0.100105 s]*
/proc/loadavg: 21.76 21.47 35.37 5/864 726926
/proc/meminfo: memFree=725825192/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=67248 memory=55036 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) R 726909 726913 726863 0 -1 4194304 11630 0 0 0 10 1 0 0 20 0 1 0 128307512 68861952 13759 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 16812 13759 2347 3035 0 13208 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 67248 KiB
Current children cumulated memory: 55036 KiB

[startup+0.223102 s]*
/proc/loadavg: 21.76 21.47 35.37 5/869 726936
/proc/meminfo: memFree=725662712/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=110996 memory=98696 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) R 726909 726913 726863 0 -1 4194304 22555 0 0 0 21 3 0 0 20 0 1 0 128307512 113659904 24674 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 27749 24674 2347 3035 0 24145 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 110996 KiB
Current children cumulated memory: 98696 KiB

[startup+0.326024 s]*
/proc/loadavg: 21.76 21.47 35.37 6/869 726936
/proc/meminfo: memFree=725497112/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=178868 memory=167224 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) R 726909 726913 726863 0 -1 4194304 40248 0 0 0 28 6 0 0 20 0 1 0 128307512 183160832 41806 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 44717 41806 2539 3035 0 41113 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 178868 KiB
Current children cumulated memory: 167224 KiB

[startup+0.70022 s]
/proc/loadavg: 21.76 21.47 35.37 5/869 726936
/proc/meminfo: memFree=725087248/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=297904 memory=260932 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) R 726909 726913 726863 0 -1 4194304 63095 0 0 0 59 9 0 0 20 0 1 0 128307512 305053696 65233 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 74476 65233 2614 3035 0 70872 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 297904 KiB
Current children cumulated memory: 260932 KiB

[startup+1.50026 s]
/proc/loadavg: 21.76 21.47 35.37 5/869 726936
/proc/meminfo: memFree=724456140/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=374376 memory=355256 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) R 726909 726913 726863 0 -1 4194304 94292 0 0 0 131 17 0 0 20 0 1 0 128307512 383361024 88814 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 93594 88814 2710 3035 0 89990 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 374376 KiB
Current children cumulated memory: 355256 KiB

[startup+3.12487 s]
/proc/loadavg: 20.33 21.18 35.20 5/869 726936
/proc/meminfo: memFree=723089748/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=572648 memory=529368 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) R 726909 726913 726863 0 -1 4194304 100504 0 0 0 289 21 0 0 20 0 1 0 128307512 586391552 132342 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 143162 132342 2758 3035 0 139558 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 572648 KiB
Current children cumulated memory: 529368 KiB

[startup+6.30049 s]
/proc/loadavg: 20.33 21.18 35.20 5/889 726958
/proc/meminfo: memFree=720573976/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=3116552 memory=2036220 CPUtime=6.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) S 726909 726913 726863 0 -1 1077936128 473878 0 0 0 552 77 0 0 20 0 21 0 128307512 3191349248 509055 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 779138 509055 2774 3035 0 561341 0
[pid=726913/tid=726937] ppid=726909 vsize=3116552 memory=1996 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726937/stat : 726937 (fscip) S 726909 726913 726863 0 -1 1077936192 22113 0 0 0 13 3 0 0 20 0 21 0 128307865 3191349248 509055 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726938] ppid=726909 vsize=3116552 memory=1836 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726938/stat : 726938 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 12 4 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726939] ppid=726909 vsize=3116552 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726939/stat : 726939 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 2 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726940] ppid=726909 vsize=3116552 memory=35528 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726940/stat : 726940 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 2 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726941] ppid=726909 vsize=3116552 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726941/stat : 726941 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 12 3 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726942] ppid=726909 vsize=3116552 memory=355256 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726942/stat : 726942 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 3 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726943] ppid=726909 vsize=3116552 memory=871068 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726943/stat : 726943 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 12 3 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726944] ppid=726909 vsize=3116552 memory=16240 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726944/stat : 726944 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 2 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726945] ppid=726909 vsize=3116552 memory=2268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726945/stat : 726945 (fscip) S 726909 726913 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726946] ppid=726909 vsize=3116552 memory=6944652177228980320 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726946/stat : 726946 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 3 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726947] ppid=726909 vsize=3116552 memory=-3039135443232236825 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726947/stat : 726947 (fscip) S 726909 726913 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726948] ppid=726909 vsize=3116552 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726948/stat : 726948 (fscip) S 726909 726913 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726949] ppid=726909 vsize=3116552 memory=2 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726949/stat : 726949 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 3 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726950] ppid=726909 vsize=3116552 memory=1996 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726950/stat : 726950 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 3 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726951] ppid=726909 vsize=3116552 memory=1836 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726951/stat : 726951 (fscip) R 726909 726913 726863 0 -1 4194368 15120 0 0 0 7 2 0 0 20 0 21 0 128307865 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726952] ppid=726909 vsize=3116552 memory=25333125866717268 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726952/stat : 726952 (fscip) S 726909 726913 726863 0 -1 1077936192 22111 0 0 0 13 3 0 0 20 0 21 0 128307866 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726953] ppid=726909 vsize=3116552 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726953/stat : 726953 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 2 0 0 20 0 21 0 128307866 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726954] ppid=726909 vsize=3116552 memory=-6451922911775324312 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726954/stat : 726954 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 12 3 0 0 20 0 21 0 128307866 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726955] ppid=726909 vsize=3116552 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726955/stat : 726955 (fscip) S 726909 726913 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128307866 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726956] ppid=726909 vsize=3116552 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726956/stat : 726956 (fscip) S 726909 726913 726863 0 -1 1077936192 22112 0 0 0 13 2 0 0 20 0 21 0 128307866 3191349248 509121 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 3116552 KiB
Current children cumulated memory: 2036220 KiB

[startup+12.7009 s]
/proc/loadavg: 19.34 20.93 34.97 24/929 726998
/proc/meminfo: memFree=710761656/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=10914776 memory=9113724 CPUtime=117.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) S 726909 726913 726863 0 -1 1077936128 1899613 0 0 0 10813 892 0 0 20 0 41 0 128307512 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 2728694 2278431 2854 3035 0 2455402 0
[pid=726913/tid=726937] ppid=726909 vsize=10914776 memory=25333125866717268 CPUtime=5.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726937/stat : 726937 (fscip) R 726909 726913 726863 0 -1 4194368 98941 0 0 0 465 90 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726938] ppid=726909 vsize=10914776 memory=0 CPUtime=5.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726938/stat : 726938 (fscip) R 726909 726913 726863 0 -1 4194368 81013 0 0 0 554 18 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726939] ppid=726909 vsize=10914776 memory=8967472 CPUtime=5.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726939/stat : 726939 (fscip) R 726909 726913 726863 0 -1 4194368 78235 0 0 0 555 17 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726940] ppid=726909 vsize=10914776 memory=529368 CPUtime=5.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726940/stat : 726940 (fscip) R 726909 726913 726863 0 -1 4194368 99914 0 0 0 462 93 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726941] ppid=726909 vsize=10914776 memory=355256 CPUtime=5.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726941/stat : 726941 (fscip) R 726909 726913 726863 0 -1 4194368 78441 0 0 0 555 17 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726942] ppid=726909 vsize=10914776 memory=35528 CPUtime=5.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726942/stat : 726942 (fscip) R 726909 726913 726863 0 -1 4194368 78481 0 0 0 557 16 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726943] ppid=726909 vsize=10914776 memory=871068 CPUtime=5.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726943/stat : 726943 (fscip) R 726909 726913 726863 0 -1 4194368 105842 0 0 0 464 92 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726944] ppid=726909 vsize=10914776 memory=7081776 CPUtime=5.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726944/stat : 726944 (fscip) R 726909 726913 726863 0 -1 4194368 79319 0 0 0 558 15 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726945] ppid=726909 vsize=10914776 memory=224244531548 CPUtime=5.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726945/stat : 726945 (fscip) R 726909 726913 726863 0 -1 4194368 79822 0 0 0 554 17 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726946] ppid=726909 vsize=10914776 memory=-7740096080597194087 CPUtime=5.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726946/stat : 726946 (fscip) R 726909 726913 726863 0 -1 4194368 110204 0 0 0 468 89 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726947] ppid=726909 vsize=10914776 memory=0 CPUtime=5.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726947/stat : 726947 (fscip) R 726909 726913 726863 0 -1 4194368 76511 0 0 0 539 15 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726948] ppid=726909 vsize=10914776 memory=0 CPUtime=5.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726948/stat : 726948 (fscip) R 726909 726913 726863 0 -1 4194368 78685 0 0 0 556 18 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726949] ppid=726909 vsize=10914776 memory=-7522837415797432224 CPUtime=5.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726949/stat : 726949 (fscip) R 726909 726913 726863 0 -1 4194368 103270 0 0 0 466 91 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726950] ppid=726909 vsize=10914776 memory=279744910683248 CPUtime=5.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726950/stat : 726950 (fscip) R 726909 726913 726863 0 -1 4194368 80367 0 0 0 554 18 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726951] ppid=726909 vsize=10914776 memory=8952676 CPUtime=5.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726951/stat : 726951 (fscip) R 726909 726913 726863 0 -1 4194368 93340 0 0 0 556 18 0 0 20 0 41 0 128307865 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726952] ppid=726909 vsize=10914776 memory=16240 CPUtime=5.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726952/stat : 726952 (fscip) R 726909 726913 726863 0 -1 4194368 99025 0 0 0 464 92 0 0 20 0 41 0 128307866 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726953] ppid=726909 vsize=10914776 memory=2268 CPUtime=5.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726953/stat : 726953 (fscip) R 726909 726913 726863 0 -1 4194368 81194 0 0 0 555 17 0 0 20 0 41 0 128307866 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726954] ppid=726909 vsize=10914776 memory=25333125866717268 CPUtime=5.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726954/stat : 726954 (fscip) R 726909 726913 726863 0 -1 4194368 76544 0 0 0 558 17 0 0 20 0 41 0 128307866 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726955] ppid=726909 vsize=10914776 memory=0 CPUtime=5.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726955/stat : 726955 (fscip) R 726909 726913 726863 0 -1 4194368 100117 0 0 0 462 94 0 0 20 0 41 0 128307866 11176730624 2278431 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726956] ppid=726909 vsize=10914776 memory=21532279923789478 CPUtime=5.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726956/stat : 726956 (fscip) R 726909 726913 726863 0 -1 4194368 93215 0 0 0 552 18 0 0 20 0 41 0 128307866 11176730624 2278493 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726979] ppid=726909 vsize=10914776 memory=74116 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726979/stat : 726979 (fscip) S 726909 726913 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128308213 11176730624 2278493 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726980] ppid=726909 vsize=10914776 memory=279744911198720 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726980/stat : 726980 (fscip) S 726909 726913 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 128308213 11176730624 2278493 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726981] ppid=726909 vsize=10914776 memory=279744910562816 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726981/stat : 726981 (fscip) S 726909 726913 726863 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128308213 11176730624 2278493 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0

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

/proc/726913/task/726985/stat : 726985 (fscip) S 726909 726913 726863 0 -1 1077936192 105 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726986] ppid=726909 vsize=47942076 memory=33100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726986/stat : 726986 (fscip) S 726909 726913 726863 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726987] ppid=726909 vsize=47942076 memory=19600 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726987/stat : 726987 (fscip) S 726909 726913 726863 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726988] ppid=726909 vsize=47942076 memory=29144208 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726988/stat : 726988 (fscip) S 726909 726913 726863 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726989] ppid=726909 vsize=47942076 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726989/stat : 726989 (fscip) S 726909 726913 726863 0 -1 1077936192 164 0 0 0 1 1 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726990] ppid=726909 vsize=47942076 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726990/stat : 726990 (fscip) S 726909 726913 726863 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726991] ppid=726909 vsize=47942076 memory=29426272 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726991/stat : 726991 (fscip) S 726909 726913 726863 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726992] ppid=726909 vsize=47942076 memory=29256808 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726992/stat : 726992 (fscip) S 726909 726913 726863 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726993] ppid=726909 vsize=47942076 memory=29344308 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726993/stat : 726993 (fscip) S 726909 726913 726863 0 -1 1077936192 106 0 0 0 3 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726994] ppid=726909 vsize=47942076 memory=16240 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726994/stat : 726994 (fscip) S 726909 726913 726863 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726995] ppid=726909 vsize=47942076 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726995/stat : 726995 (fscip) S 726909 726913 726863 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726996] ppid=726909 vsize=47942076 memory=35528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726996/stat : 726996 (fscip) S 726909 726913 726863 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726997] ppid=726909 vsize=47942076 memory=10392 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726997/stat : 726997 (fscip) S 726909 726913 726863 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726998] ppid=726909 vsize=47942076 memory=5432 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726998/stat : 726998 (fscip) S 726909 726913 726863 0 -1 1077936192 103 0 0 0 2 0 0 0 20 0 41 0 128308213 49092685824 7359872 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
Current children cumulated CPU time: 70839.7 s
Current children cumulated vsize: 47942076 KiB
Current children cumulated memory: 29439488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.9 s]
/proc/loadavg: 80.08 80.20 79.27 81/1024 729202
/proc/meminfo: memFree=524406520/790760800 swapFree=131071996/131071996
[pid=726913] ppid=726909 vsize=48555996 memory=29835080 CPUtime=72000 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/stat : 726913 (fscip) S 726909 726913 726863 0 -1 1077936128 70017380 0 0 0 7186964 13037 0 0 20 0 41 0 128307512 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
/proc/726913/statm: 12138999 7458770 3030 3035 0 11259692 0
[pid=726913/tid=726937] ppid=726909 vsize=48555996 memory=6244719241080712 CPUtime=3598.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726937/stat : 726937 (fscip) R 726909 726913 726863 0 -1 4194368 3352389 0 0 0 359378 475 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726938] ppid=726909 vsize=48555996 memory=279744911990640 CPUtime=3600.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726938/stat : 726938 (fscip) R 726909 726913 726863 0 -1 4194368 4984805 0 0 0 359454 547 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726939] ppid=726909 vsize=48555996 memory=0 CPUtime=3605.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726939/stat : 726939 (fscip) R 726909 726913 726863 0 -1 4194368 1609516 0 0 0 359864 702 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726940] ppid=726909 vsize=48555996 memory=29494632 CPUtime=3597.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726940/stat : 726940 (fscip) R 726909 726913 726863 0 -1 4194368 3300392 0 0 0 358915 853 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726941] ppid=726909 vsize=48555996 memory=29206908 CPUtime=3592.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726941/stat : 726941 (fscip) R 726909 726913 726863 0 -1 4194368 5131678 0 0 0 358605 607 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726942] ppid=726909 vsize=48555996 memory=29508636 CPUtime=3586.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726942/stat : 726942 (fscip) R 726909 726913 726863 0 -1 4194368 1635498 0 0 0 357947 743 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726943] ppid=726909 vsize=48555996 memory=6244719241080712 CPUtime=3599.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726943/stat : 726943 (fscip) R 726909 726913 726863 0 -1 4194368 3326671 0 0 0 359314 627 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726944] ppid=726909 vsize=48555996 memory=11424 CPUtime=3600.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726944/stat : 726944 (fscip) R 726909 726913 726863 0 -1 4194368 5693674 0 0 0 359339 676 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726945] ppid=726909 vsize=48555996 memory=38468 CPUtime=3596.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726945/stat : 726945 (fscip) R 726909 726913 726863 0 -1 4194368 1623442 0 0 0 358870 742 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726946] ppid=726909 vsize=48555996 memory=29582572 CPUtime=3604.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726946/stat : 726946 (fscip) R 726909 726913 726863 0 -1 4194368 3285146 0 0 0 359837 580 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726947] ppid=726909 vsize=48555996 memory=25333125866717268 CPUtime=3606.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726947/stat : 726947 (fscip) R 726909 726913 726863 0 -1 4194368 5306543 0 0 0 360001 611 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726948] ppid=726909 vsize=48555996 memory=35528 CPUtime=3600.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726948/stat : 726948 (fscip) R 726909 726913 726863 0 -1 4194368 1654485 0 0 0 359279 737 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726949] ppid=726909 vsize=48555996 memory=871068 CPUtime=3603.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726949/stat : 726949 (fscip) R 726909 726913 726863 0 -1 4194368 3440500 0 0 0 359886 453 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726950] ppid=726909 vsize=48555996 memory=279744911437776 CPUtime=3605.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726950/stat : 726950 (fscip) R 726909 726913 726863 0 -1 4194368 4634138 0 0 0 359956 559 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726951] ppid=726909 vsize=48555996 memory=164 CPUtime=3603.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726951/stat : 726951 (fscip) R 726909 726913 726863 0 -1 4194368 1999824 0 0 0 359598 786 0 0 20 0 41 0 128307865 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726952] ppid=726909 vsize=48555996 memory=-7025994870846939252 CPUtime=3602.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726952/stat : 726952 (fscip) R 726909 726913 726863 0 -1 4194368 3468854 0 0 0 359447 781 0 0 20 0 41 0 128307866 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726953] ppid=726909 vsize=48555996 memory=279744913212416 CPUtime=3596.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726953/stat : 726953 (fscip) R 726909 726913 726863 0 -1 4194368 5327427 0 0 0 359031 625 0 0 20 0 41 0 128307866 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726954] ppid=726909 vsize=48555996 memory=4051047376745941978 CPUtime=3602.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726954/stat : 726954 (fscip) R 726909 726913 726863 0 -1 4194368 1528540 0 0 0 359468 769 0 0 20 0 41 0 128307866 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726955] ppid=726909 vsize=48555996 memory=29381988 CPUtime=3590.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726955/stat : 726955 (fscip) R 726909 726913 726863 0 -1 4194368 3388700 0 0 0 358520 509 0 0 20 0 41 0 128307866 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726956] ppid=726909 vsize=48555996 memory=0 CPUtime=3603.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726956/stat : 726956 (fscip) R 726909 726913 726863 0 -1 4194368 5193689 0 0 0 359798 579 0 0 20 0 41 0 128307866 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726979] ppid=726909 vsize=48555996 memory=11592 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726979/stat : 726979 (fscip) S 726909 726913 726863 0 -1 1077936192 172 0 0 0 0 2 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726980] ppid=726909 vsize=48555996 memory=29629248 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726980/stat : 726980 (fscip) S 726909 726913 726863 0 -1 1077936192 79 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726981] ppid=726909 vsize=48555996 memory=29511700 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726981/stat : 726981 (fscip) S 726909 726913 726863 0 -1 1077936192 57 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726982] ppid=726909 vsize=48555996 memory=29496768 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726982/stat : 726982 (fscip) S 726909 726913 726863 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726983] ppid=726909 vsize=48555996 memory=2152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726983/stat : 726983 (fscip) S 726909 726913 726863 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726984] ppid=726909 vsize=48555996 memory=6056 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726984/stat : 726984 (fscip) S 726909 726913 726863 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726985] ppid=726909 vsize=48555996 memory=29144208 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726985/stat : 726985 (fscip) S 726909 726913 726863 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726986] ppid=726909 vsize=48555996 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726986/stat : 726986 (fscip) S 726909 726913 726863 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726987] ppid=726909 vsize=48555996 memory=2 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726987/stat : 726987 (fscip) S 726909 726913 726863 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726988] ppid=726909 vsize=48555996 memory=2 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726988/stat : 726988 (fscip) S 726909 726913 726863 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726989] ppid=726909 vsize=48555996 memory=11424 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726989/stat : 726989 (fscip) S 726909 726913 726863 0 -1 1077936192 166 0 0 0 1 1 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726990] ppid=726909 vsize=48555996 memory=35528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726990/stat : 726990 (fscip) S 726909 726913 726863 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726991] ppid=726909 vsize=48555996 memory=11424 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726991/stat : 726991 (fscip) S 726909 726913 726863 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726992] ppid=726909 vsize=48555996 memory=29426272 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726992/stat : 726992 (fscip) S 726909 726913 726863 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726993] ppid=726909 vsize=48555996 memory=29511928 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726993/stat : 726993 (fscip) S 726909 726913 726863 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726994] ppid=726909 vsize=48555996 memory=2 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726994/stat : 726994 (fscip) S 726909 726913 726863 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726995] ppid=726909 vsize=48555996 memory=6720669826706455658 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726995/stat : 726995 (fscip) S 726909 726913 726863 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726996] ppid=726909 vsize=48555996 memory=6856 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726996/stat : 726996 (fscip) S 726909 726913 726863 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726997] ppid=726909 vsize=48555996 memory=7112 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726997/stat : 726997 (fscip) S 726909 726913 726863 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
[pid=726913/tid=726998] ppid=726909 vsize=48555996 memory=30816 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/726913/task/726998/stat : 726998 (fscip) S 726909 726913 726863 0 -1 1077936192 105 0 0 0 2 0 0 0 20 0 41 0 128308213 49721339904 7458770 809668444160 4194304 16623229 140734722604464 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 33316864 140734722610182 140734722610300 140734722610300 140734722617328 0
Current children cumulated CPU time: 72000 s
Current children cumulated vsize: 48555996 KiB
Current children cumulated memory: 29835080 KiB

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

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

# cumulated CPU time of all completed processes:  user=71869.8 s, system=131.199 s

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

[startup+3641.2 s]
/proc/loadavg: 80.08 80.20 79.27 62/985 729202
/proc/meminfo: memFree=529460096/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.6 s]
/proc/loadavg: 80.08 80.20 79.27 62/985 729202
/proc/meminfo: memFree=529460096/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641.7 s]
/proc/loadavg: 80.08 80.20 79.27 62/985 729202
/proc/meminfo: memFree=529460096/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3641.73
CPU time (s): 72001
CPU user time (s): 71869.8
CPU system time (s): 131.199
CPU usage (%): 1977.11
Max. virtual memory (cumulated for all children) (KiB): 48555996
Max. memory (cumulated for all children) (KiB): 29835080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71869.8
system time used= 131.199
maximum resident set size= 29836420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70017421
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= 1488170
involuntary context switches= 256951


# summary of solver processes directly reported to runsolver:
#   pid: 726913
#   total CPU time (s): 72001
#   total CPU user time (s): 71869.8
#   total CPU system time (s): 131.199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5823 second user time and 106.682 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 08:33:27
IDJOB=4465682
IDBENCH=155502
IDSOLVER=3094
FILE ID=nodeD101/4465682-1723617207
RUNJOBID= nodeD101-1723617207-726873
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622888 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-86.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-4465682-1723617207/watcher-4465682-1723617207 -o /tmp/evaluation-result-4465682-1723617207/solver-4465682-1723617207 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726873 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465682-1723617207.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 3b78757f10307782e0b04e5cada0d1b0
RANDOM SEED=1011308038

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        725940132 kB
MemAvailable:   783575160 kB
Buffers:         1143476 kB
Cached:         59748168 kB
SwapCached:            0 kB
Active:         18781764 kB
Inactive:       42528220 kB
Active(anon):       2036 kB
Inactive(anon):   455772 kB
Active(file):   18779728 kB
Inactive(file): 42072448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            140372 kB
Writeback:             8 kB
AnonPages:        417820 kB
Mapped:           100612 kB
Shmem:             38920 kB
KReclaimable:     404760 kB
Slab:             820448 kB
SReclaimable:     404760 kB
SUnreclaim:       415688 kB
KernelStack:       14800 kB
PageTables:        10284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     956052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1132032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622728 MiB
End job on nodeD101 at 2024-08-14 09:34:09