Trace number 4465636

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) 72002.8 3663.11

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUM028f5bd5fcfe993f30262959408a2b50
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 benchmark3.53487
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.43/0.47	c Default LC presolving (default).
0.43/0.47	c ** Before presolving: virtualMemUsedAtLc = 455717313, getVmSize() = 310226944, SCIPgetMemUsed() = 263951929, SCIPgetMemTotal() = 276541481, SCIPgetMemExternEstim() = 179175832
0.43/0.47	c ** set memory limit for presolving in LC to 8.79466e+12 for SCIP **
30.98/31.13	c ** Estimated virtualMemUsedAtSolver = 464768998, getVmSize() = 569417728, SCIPgetMemUsed() = 327739418, SCIPgetMemTotal() = 517977666, SCIPgetMemExternEstim() = 179175832
30.98/31.13	c ** set memory limit for solvers to 4.18715e+11 for each SCIP **
30.98/31.13	c Original Problem   :
30.98/31.13	c   Problem name     : instance-4465636-1723597436
30.98/31.13	c   Variables        : 49621 (49621 binary, 0 integer, 0 implicit integer, 0 continuous)
30.98/31.13	c   Constraints      : 138346
30.98/31.13	c   Objective sense  : minimize
30.98/31.13	c Presolved Problem  :
30.98/31.13	c   Variables        : 39202 (39202 binary, 0 integer, 0 implicit integer, 0 continuous)
30.98/31.13	c   Constraints      : 44359
30.98/31.13	c Constraints        : Number
30.98/31.13	c   knapsack         : 10956 
30.98/31.13	c   setppc           : 1037 
30.98/31.13	c   and              : 32348 
30.98/31.13	c   logicor          : 18 
30.98/31.13	c ** Instance transfer method used: 0
31.06/31.23	c ** ParaScipInstance copy increased the number of variables. **
33.02/33.18	c LC is working with racing ramp-up and with rebuilding tree after racing.
33.02/33.18	c                                Nodes    Active                                            
33.02/33.18	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2147.52/139.91	c       140              2           1        20                -           0.0000          -
2246.63/145.01	c       145              2           1        20                -           0.0000          -
2348.32/150.06	c       150            250          60        20                -           0.0000          -
2452.81/155.33	c       155            410         220        20                -           0.0000          -
2553.90/160.49	c       160            625         280        20                -           0.0000          -
2654.96/165.52	c       166            616         138        20                -           0.0000          -
2762.17/170.93	c       171             97          96        20                -           0.0000          -
2869.46/176.33	c       176           1097         178        20                -           0.0000          -
2970.78/181.48	c       181           1323         112        20                -           0.0000          -
3076.07/186.76	c       187           1518          43        20                -           0.0000          -
3179.25/191.95	c       192           1762         254        20                -           0.0000          -
3281.29/197.07	c       197           1696         136        20                -           0.0000          -
3385.52/202.39	c       202           2031          40        20                -           0.0000          -
3490.32/207.64	c       208           2188          36        20                -           0.0000          -
3593.15/212.81	c       213           2292          34        20                -           0.0000          -
3692.24/217.83	c       218           1509          31        20                -           0.0000          -
3791.13/222.87	c       223           1676          48        20                -           0.0000          -
3897.00/228.18	c       228           2550          41        20                -           0.0000          -
3997.28/233.23	c       233           1983          34        20                -           0.0000          -
4100.20/238.42	c       238           3041          18        20                -           0.0000          -
4199.35/243.49	c       243           3025          36        20                -           0.0000          -
4300.44/248.53	c       249           2393         156        20                -           0.0000          -
4399.56/253.54	c       254           2578          57        20                -           0.0000          -
4498.60/258.55	c       259           2738         217        20                -           0.0000          -
4601.74/263.73	c       264           3465          13        20                -           0.0000          -
4704.65/268.93	c       269           3678          17        20                -           0.0000          -
4803.65/273.94	c       274           3812          13        20                -           0.0000          -
4905.68/279.07	c       279           3294          88        20                -           0.0000          -
5007.85/284.27	c       284           3443         235        20                -           0.0000          -
5110.92/289.42	c       289           3534          55        20                -           0.0000          -
5211.97/294.55	c       295           4555          26        20                -           0.0000          -
5311.13/299.59	c       300           3834          40        20                -           0.0000          -
5412.29/304.66	c       305           4906         104        20                -           0.0000          -
5513.39/309.73	c       310           4660         502        20                -           0.0000          -
5614.54/314.83	c       315           4782         620        20                -           0.0000          -
5715.71/319.97	c       320           4869         327        20                -           0.0000          -
5820.80/325.25	c       325           5099         213        20                -           0.0000          -
5921.94/330.31	c       330           4756          69        20                -           0.0000          -
6027.03/335.66	c       336           4911          33        20                -           0.0000          -
6128.17/340.71	c       341           5436         441        20                -           0.0000          -
6233.90/346.09	c       346           6073         342        20                -           0.0000          -
6335.00/351.20	c       351           5351          21        20                -           0.0000          -
6441.50/356.59	c       357           6336         563        20                -           0.0000          -
6546.68/361.86	c       362           6378         601        20                -           0.0000          -
6647.84/366.95	c       367           6465         674        20                -           0.0000          -
6752.82/372.21	c       372           6498         693        20                -           0.0000          -
6853.83/377.36	c       377           5763         702        20                -           0.0000          -
6954.98/382.42	c       382           5780         715        20                -           0.0000          -
7056.10/387.58	c       388           6746         893        20                -           0.0000          -
7161.20/392.89	c       393           6386        1307        20                -           0.0000          -
7260.37/397.89	c       398           6386        1307        20                -           0.0000          -
7361.52/402.96	c       403           6486        1405        20                -           0.0000          -
7460.72/407.99	c       408           6489        1406        20                -           0.0000          -
7569.71/413.40	c       413           6500        1415        20                -           0.0000          -
7668.78/418.42	c       418           7001        1114        20                -           0.0000          -
7767.79/423.46	c       423           6504        1417        20                -           0.0000          -
7872.80/428.70	c       429           6507        1418        20                -           0.0000          -
7973.84/433.89	c       434           7108        1207        20                -           0.0000          -
8072.92/438.89	c       439           6547        1454        20                -           0.0000          -
8178.71/444.19	c       444           7203        1294        20                -           0.0000          -
8282.99/449.48	c       449           6550        1455        20                -           0.0000          -
8384.02/454.52	c       455           6575        1478        20                -           0.0000          -
8489.17/459.81	c       460           7250        1335        20                -           0.0000          -
8590.34/464.96	c       465           7264        1345        20                -           0.0000          -
8695.39/470.20	c       470           6596        1493        20                -           0.0000          -
8800.42/475.52	c       476           7305        1374        20                -           0.0000          -
8907.15/480.99	c       481           6598        1493        20                -           0.0000          -
9008.64/486.11	c       486           6671        1398        20                -           0.0000          -
9112.80/491.35	c       491           7355        1414        20                -           0.0000          -
9211.89/496.37	c       496           6702        1368        20                -           0.0000          -
9318.90/501.74	c       502           6745        1298        20                -           0.0000          -
9424.43/507.10	c       507           6753        1227        20                -           0.0000          -
9526.76/512.21	c       512           7482        1519        20                -           0.0000          -
9629.90/517.40	c       517           7515        1550        20                -           0.0000          -
9734.99/522.74	c       523           6935         217        20                -           0.0000          -
9842.66/528.17	c       528          10327         519        20                -           0.0000          -
9944.81/533.39	c       533          10515         541        20                -           0.0000          -
10051.76/538.76	c       539           7952          41        20                -           0.0000          -
10154.83/543.94	c       544           8116         194        20                -           0.0000          -
10253.95/549.02	c       549           7323         389        20                -           0.0000          -
10355.73/554.08	c       554          11813        1686        20                -           0.0000          -
10456.86/559.18	c       559           7360         412        20                -           0.0000          -
10557.17/564.22	c       564           7495         537        20                -           0.0000          -
10658.28/569.33	c       569          12507        1103        20                -           0.0000          -
10759.50/574.44	c       574          12743        1337        20                -           0.0000          -
10862.73/579.67	c       580          12745        1337        20                -           0.0000          -
10963.96/584.74	c       585          12749        1339        20                -           0.0000          -
11065.16/589.87	c       590          12753        1341        20                -           0.0000          -
11166.50/594.97	c       595          12757        1343        20                -           0.0000          -
11268.19/600.13	c       600          12775        1359        20                -           0.0000          -
11372.57/605.37	c       605           7855         863        20                -           0.0000          -
11481.68/610.83	c       611          12882        1448        20                -           0.0000          -
11582.86/616.00	c       616          12893        1457        20                -           0.0000          -
11682.12/621.02	c       621          12903        1465        20                -           0.0000          -
11783.89/626.10	c       626           7936         936        20                -           0.0000          -
11883.27/631.13	c       631          12929        1485        20                -           0.0000          -
11984.31/636.15	c       636           7983         977        20                -           0.0000          -
12090.68/641.51	c       642           7987         979        20                -           0.0000          -
12189.85/646.59	c       647          12936        1488        20                -           0.0000          -
12293.05/651.74	c       652          12938        1488        20                -           0.0000          -
12404.18/657.32	c       657          12940        1488        20                -           0.0000          -
12507.30/662.56	c       663          12946        1492        20                -           0.0000          -
12620.43/668.27	c       668           8127        1105        20                -           0.0000          -
12719.68/673.29	c       673          12954        1496        20                -           0.0000          -
12822.88/678.42	c       678          11989         766        20                -           0.0000          -
12930.04/683.85	c       684           8286        1118        20                -           0.0000          -
13043.12/689.54	c       690          12166         935        20                -           0.0000          -
13164.14/695.67	c       696          12242        1009        20                -           0.0000          -
13275.28/701.22	c       701           8589        1413        20                -           0.0000          -
13374.53/706.24	c       706           8593        1415        20                -           0.0000          -
13477.74/711.46	c       711          12363        1122        20                -           0.0000          -
13580.93/716.65	c       717          12572        1329        20                -           0.0000          -
13682.16/721.76	c       722           8839        1657        20                -           0.0000          -
13783.36/726.86	c       727          15703        1892        20                -           0.0000          -
13890.46/732.21	c       732          15703        1892        20                -           0.0000          -
14001.59/737.81	c       738          12774        1523        20                -           0.0000          -
14110.70/743.31	c       743          16363        2552        20                -           0.0000          -
14224.49/749.09	c       749          12997        1744        20                -           0.0000          -
14360.68/755.96	c       756          16683        2872        20                -           0.0000          -
14469.80/761.47	c       761          16683        2872        20                -           0.0000          -
14590.82/767.53	c       768           9097        1903        20                -           0.0000          -
14700.70/773.06	c       773          17043        3232        20                -           0.0000          -
14801.79/778.15	c       778          17043        3232        20                -           0.0000          -
14908.31/783.51	c       784           9117        1919        20                -           0.0000          -
15031.34/789.79	c       790           9117        1919        20                -           0.0000          -
15140.47/795.22	c       795          17163        3352        20                -           0.0000          -
15241.65/800.39	c       800              2           1        20                -           0.0000          -
15344.80/805.55	c       806              2           1        20                -           0.0000          -
15451.93/811.02	c       811          17325        3512        20                -           0.0000          -
15562.80/816.54	c       817          17325        3512        20                -           0.0000          -
15667.86/821.80	c       822           9331        2127        20                -           0.0000          -
15767.03/826.82	c       827              2           1        20                -           0.0000          -
15868.19/831.95	c       832              2           1        20                -           0.0000          -
15973.30/837.22	c       837              4           3        20                -           0.0000          -
16078.43/842.51	c       843              3           2        20                -           0.0000          -
16177.59/847.52	c       848              3           2        20                -           0.0000          -
16276.70/852.59	c       853          14549        1365        20                -           0.0000          -
16383.75/857.94	c       858              4           3        20                -           0.0000          -
16490.83/863.31	c       863           9582        2370        20                -           0.0000          -
16592.00/868.47	c       868           9582        2370        20                -           0.0000          -
16693.09/873.51	c       874              8           7        20                -           0.0000          -
16792.27/878.52	c       879           9609        2395        20                -           0.0000          -
16891.44/883.59	c       884              9           8        20                -           0.0000          -
17001.37/889.10	c       889              9           8        20                -           0.0000          -
17103.49/894.28	c       894              9           8        20                -           0.0000          -
17208.61/899.55	c       900              2           1        20                -           0.0000          -
17315.73/904.91	c       905              2           1        20                -           0.0000          -
17414.90/909.95	c       910             11          10        20                -           0.0000          -
17520.00/915.24	c       915             11          10        20                -           0.0000          -
17627.10/920.63	c       921             11          10        20                -           0.0000          -
17728.25/925.75	c       926             11          10        20                -           0.0000          -
17827.42/930.78	c       931          14605        1391        20                -           0.0000          -
17928.56/935.80	c       936              4           3        20                -           0.0000          -
18032.37/941.09	c       941              4           3        20                -           0.0000          -
18136.79/946.32	c       946              4           3        20                -           0.0000          -
18237.94/951.48	c       951              4           3        20                -           0.0000          -
18341.06/956.66	c       957              4           3        20                -           0.0000          -
18442.20/961.77	c       962              4           3        20                -           0.0000          -
18545.32/966.99	c       967              4           3        20                -           0.0000          -
18652.39/972.31	c       972              4           3        20                -           0.0000          -
18763.48/978.03	c       978              4           3        20                -           0.0000          -
18865.44/983.09	c       983              4           3        20                -           0.0000          -
18967.82/988.25	c       988              4           3        20                -           0.0000          -
19068.91/993.39	c       993             16          15        20                -           0.0000          -
19174.03/998.62	c       999             16          15        20                -           0.0000          -
19273.20/1003.66	c      1004             16          15        20                -           0.0000          -
19374.36/1008.76	c      1009             16          15        20                -           0.0000          -
19477.49/1013.93	c      1014             16          15        20                -           0.0000          -
19579.33/1019.09	c      1019             16          15        20                -           0.0000          -
19683.74/1024.33	c      1024             16          15        20                -           0.0000          -
19788.80/1029.63	c      1030             16          15        20                -           0.0000          -
19899.80/1035.27	c      1035             16          15        20                -           0.0000          -
20002.92/1040.48	c      1040             16          15        20                -           0.0000          -
20108.01/1045.72	c      1046             16          15        20                -           0.0000          -
20219.07/1051.30	c      1051             16          15        20                -           0.0000          -
20330.12/1057.02	c      1057             16          15        20                -           0.0000          -
20435.23/1062.23	c      1062             16          15        20                -           0.0000          -
20542.33/1067.68	c      1068             16          15        20                -           0.0000          -
20645.44/1072.84	c      1073          12007        2346        20                -           0.0000          -
20744.52/1077.86	c      1078              7           6        20                -           0.0000          -
20851.58/1083.28	c      1083              7           6        20                -           0.0000          -
20952.71/1088.39	c      1088          15868        2630        20                -           0.0000          -
21061.74/1093.82	c      1094              8           7        20                -           0.0000          -
21165.71/1099.14	c      1099              8           7        20                -           0.0000          -
21268.03/1104.27	c      1104             22          21        20                -           0.0000          -
21373.22/1109.51	c      1110             22          21        20                -           0.0000          -
21474.42/1114.64	c      1115             22          21        20                -           0.0000          -
21577.60/1119.88	c      1120             22          21        20                -           0.0000          -
21683.42/1125.13	c      1125             22          21        20                -           0.0000          -
21788.09/1130.46	c      1130             22          21        20                -           0.0000          -
21889.12/1135.58	c      1136             22          21        20                -           0.0000          -
21990.30/1140.66	c      1141             22          21        20                -           0.0000          -
22095.46/1145.95	c      1146             22          21        20                -           0.0000          -
22197.60/1151.08	c      1151             22          21        20                -           0.0000          -
22309.74/1156.71	c      1157             22          21        20                -           0.0000          -
22412.92/1161.99	c      1162             22          21        20                -           0.0000          -
22512.13/1167.02	c      1167             22          21        20                -           0.0000          -
22614.03/1172.05	c      1172             11          10        20                -           0.0000          -
22713.32/1177.11	c      1177             11          10        20                -           0.0000          -
22812.65/1182.12	c      1182          16508        3270        20                -           0.0000          -
22911.61/1187.12	c      1187             24          23        20                -           0.0000          -
23012.76/1192.18	c      1192             24          23        20                -           0.0000          -
23121.08/1197.62	c      1198             24          23        20                -           0.0000          -
23226.27/1202.92	c      1203             12          11        20                -           0.0000          -
23328.24/1208.12	c      1208             12          11        20                -           0.0000          -
23432.70/1213.39	c      1213             12          11        20                -           0.0000          -
23533.77/1218.45	c      1218             12          11        20                -           0.0000          -
23636.94/1223.69	c      1224             12          11        20                -           0.0000          -
23738.14/1228.74	c      1229             12          11        20                -           0.0000          -
23839.36/1233.87	c      1234             12          11        20                -           0.0000          -
23940.56/1239.02	c      1239             12          11        20                -           0.0000          -
24047.69/1244.30	c      1244             32          31        20                -           0.0000          -
24152.84/1249.66	c      1250          17021        2609        20                -           0.0000          -
24255.97/1254.81	c      1255             13          12        20                -           0.0000          -
24355.18/1259.88	c      1260             13          12        20                -           0.0000          -
24456.26/1264.99	c      1265             13          12        20                -           0.0000          -
24558.28/1270.09	c      1270             13          12        20                -           0.0000          -
24660.58/1275.28	c      1275             13          12        20                -           0.0000          -
24761.42/1280.30	c      1280             13          12        20                -           0.0000          -
24860.43/1285.31	c      1285             13          12        20                -           0.0000          -
24967.48/1290.73	c      1291             13          12        20                -           0.0000          -
25075.45/1296.18	c      1296             13          12        20                -           0.0000          -
25174.52/1301.20	c      1301             13          12        20                -           0.0000          -
25275.00/1306.26	c      1306             13          12        20                -           0.0000          -
25386.16/1311.88	c      1312             13          12        20                -           0.0000          -
25487.38/1317.01	c      1317             13          12        20                -           0.0000          -
25592.55/1322.23	c      1322             13          12        20                -           0.0000          -
25693.83/1327.33	c      1327             14          13        20                -           0.0000          -
25794.93/1332.48	c      1332             14          13        20                -           0.0000          -
25898.14/1337.61	c      1338             14          13        20                -           0.0000          -
25997.36/1342.68	c      1343             14          13        20                -           0.0000          -
26107.11/1348.16	c      1348             14          13        20                -           0.0000          -
26213.52/1353.51	c      1354             14          13        20                -           0.0000          -
26312.75/1358.58	c      1359             14          13        20                -           0.0000          -
26419.79/1364.03	c      1364             14          13        20                -           0.0000          -
26521.89/1369.12	c      1369             14          13        20                -           0.0000          -
26626.15/1374.37	c      1374             14          13        20                -           0.0000          -
26733.31/1379.72	c      1380             14          13        20                -           0.0000          -
26836.37/1385.02	c      1385             14          13        20                -           0.0000          -
26938.09/1390.07	c      1390             14          13        20                -           0.0000          -
27040.26/1395.28	c      1395             14          13        20                -           0.0000          -
27141.39/1400.37	c      1400             14          13        20                -           0.0000          -
27246.56/1405.63	c      1406             14          13        20                -           0.0000          -
27347.81/1410.71	c      1411             14          13        20                -           0.0000          -
27448.97/1415.83	c      1416             14          13        20                -           0.0000          -
27548.13/1420.84	c      1421             14          13        20                -           0.0000          -
27657.24/1426.33	c      1426             14          13        20                -           0.0000          -
27764.37/1431.78	c      1432             14          13        20                -           0.0000          -
27863.57/1436.79	c      1437             14          13        20                -           0.0000          -
27966.73/1441.91	c      1442             14          13        20                -           0.0000          -
28068.65/1447.09	c      1447             14          13        20                -           0.0000          -
28171.04/1452.26	c      1452             14          13        20                -           0.0000          -
28276.21/1457.50	c      1458             14          13        20                -           0.0000          -
28377.12/1462.62	c      1463             14          13        20                -           0.0000          -
28476.33/1467.65	c      1468             14          13        20                -           0.0000          -
28577.47/1472.72	c      1473             14          13        20                -           0.0000          -
28678.68/1477.83	c      1478             14          13        20                -           0.0000          -
28777.93/1482.86	c      1483             14          13        20                -           0.0000          -
28879.10/1487.98	c      1488             14          13        20                -           0.0000          -
28978.31/1493.02	c      1493             14          13        20                -           0.0000          -
29080.20/1498.07	c      1498             14          13        20                -           0.0000          -
29181.32/1503.16	c      1503             14          13        20                -           0.0000          -
29280.55/1508.17	c      1508             14          13        20                -           0.0000          -
29382.96/1513.38	c      1513             14          13        20                -           0.0000          -
29492.02/1518.81	c      1519             14          13        20                -           0.0000          -
29593.39/1524.00	c      1524             14          13        20                -           0.0000          -
29698.34/1529.27	c      1529             14          13        20                -           0.0000          -
29807.46/1534.75	c      1535             14          13        20                -           0.0000          -
29910.50/1539.94	c      1540             14          13        20                -           0.0000          -
30012.32/1545.10	c      1545             14          13        20                -           0.0000          -
30116.74/1550.30	c      1550             14          13        20                -           0.0000          -
30215.92/1555.33	c      1555             14          13        20                -           0.0000          -
30317.03/1560.47	c      1560             14          13        20                -           0.0000          -
30420.19/1565.62	c      1566             14          13        20                -           0.0000          -
30528.08/1571.08	c      1571             14          13        20                -           0.0000          -
30632.36/1576.38	c      1576             14          13        20                -           0.0000          -
30733.44/1581.44	c      1581             14          13        20                -           0.0000          -
30832.64/1586.48	c      1586             14          13        20                -           0.0000          -
30944.41/1592.07	c      1592             14          13        20                -           0.0000          -
31052.86/1597.53	c      1598             14          13        20                -           0.0000          -
31154.04/1602.65	c      1603             14          13        20                -           0.0000          -
31257.21/1607.82	c      1608             14          13        20                -           0.0000          -
31358.40/1612.94	c      1613             14          13        20                -           0.0000          -
31460.24/1618.09	c      1618             14          13        20                -           0.0000          -
31568.68/1623.58	c      1624             14          13        20                -           0.0000          -
31667.88/1628.59	c      1629             14          13        20                -           0.0000          -
31769.06/1633.68	c      1634             14          13        20                -           0.0000          -
31870.26/1638.72	c      1639             14          13        20                -           0.0000          -
31973.43/1643.95	c      1644             14          13        20                -           0.0000          -
32072.64/1649.02	c      1649             14          13        20                -           0.0000          -
32174.49/1654.04	c      1654             14          13        20                -           0.0000          -
32275.40/1659.14	c      1659             14          13        20                -           0.0000          -
32374.67/1664.15	c      1664             14          13        20                -           0.0000          -
32473.77/1669.19	c      1669             14          13        20                -           0.0000          -
32574.32/1674.28	c      1674             14          13        20                -           0.0000          -
32675.51/1679.34	c      1679             14          13        20                -           0.0000          -
32774.70/1684.39	c      1684             14          13        20                -           0.0000          -
32875.83/1689.47	c      1689             14          13        20                -           0.0000          -
32977.02/1694.50	c      1694             14          13        20                -           0.0000          -
33082.18/1699.83	c      1700             14          13        20                -           0.0000          -
33183.17/1705.02	c      1705             14          13        20                -           0.0000          -
33288.24/1710.20	c      1710             14          13        20                -           0.0000          -
33387.44/1715.21	c      1715             14          13        20                -           0.0000          -
33494.37/1720.67	c      1721             14          13        20                -           0.0000          -
33599.34/1725.98	c      1726             14          13        20                -           0.0000          -
33701.25/1731.11	c      1731             14          13        20                -           0.0000          -
33805.64/1736.34	c      1736             14          13        20                -           0.0000          -
33912.78/1741.75	c      1742             14          13        20                -           0.0000          -
34015.95/1746.96	c      1747             14          13        20                -           0.0000          -
34117.88/1752.06	c      1752             14          13        20                -           0.0000          -
34226.27/1757.52	c      1758             14          13        20                -           0.0000          -
34327.46/1762.67	c      1763             14          13        20                -           0.0000          -
34426.67/1767.68	c      1768             14          13        20                -           0.0000          -
34529.83/1772.82	c      1773             14          13        20                -           0.0000          -
34631.01/1777.97	c      1778             14          13        20                -           0.0000          -
34732.94/1783.07	c      1783             14          13        20                -           0.0000          -
34837.38/1788.31	c      1788             14          13        20                -           0.0000          -
34936.54/1793.36	c      1793             14          13        20                -           0.0000          -
35045.68/1798.87	c      1799             14          13        20                -           0.0000          -
35156.77/1804.47	c      1804             14          13        20                -           0.0000          -
35255.98/1809.47	c      1809             14          13        20                -           0.0000          -
35361.13/1814.72	c      1815             14          13        20                -           0.0000          -
35472.15/1820.34	c      1820             14          13        20                -           0.0000          -
35573.35/1825.42	c      1825             14          13        20                -           0.0000          -
35676.53/1830.60	c      1831             14          13        20                -           0.0000          -
35779.71/1835.87	c      1836             14          13        20                -           0.0000          -
35880.92/1840.91	c      1841             14          13        20                -           0.0000          -
35980.13/1846.00	c      1846             14          13        20                -           0.0000          -
36085.28/1851.22	c      1851             14          13        20                -           0.0000          -
36184.59/1856.25	c      1856             14          13        20                -           0.0000          -
36285.65/1861.34	c      1861            728         537        20                -           0.0000          -
36386.84/1866.48	c      1866             15          14        20                -           0.0000          -
36490.00/1871.64	c      1872             15          14        20                -           0.0000          -
36591.18/1876.71	c      1877             15          14        20                -           0.0000          -
36690.32/1881.75	c      1882             15          14        20                -           0.0000          -
36789.52/1886.77	c      1887             15          14        20                -           0.0000          -
36895.37/1892.10	c      1892             15          14        20                -           0.0000          -
37009.71/1897.82	c      1898             15          14        20                -           0.0000          -
37116.82/1903.25	c      1903             15          14        20                -           0.0000          -
37218.02/1908.35	c      1908             15          14        20                -           0.0000          -
37317.22/1913.39	c      1913             15          14        20                -           0.0000          -
37418.40/1918.43	c      1918             15          14        20                -           0.0000          -
37519.59/1923.51	c      1924             15          14        20                -           0.0000          -
37620.77/1928.63	c      1929             15          14        20                -           0.0000          -
37721.97/1933.77	c      1934             15          14        20                -           0.0000          -
37825.15/1938.90	c      1939             15          14        20                -           0.0000          -
37924.35/1944.02	c      1944             15          14        20                -           0.0000          -
38028.23/1949.14	c      1949             15          14        20                -           0.0000          -
38127.43/1954.18	c      1954             15          14        20                -           0.0000          -
38230.08/1959.31	c      1959             15          14        20                -           0.0000          -
38335.05/1964.62	c      1965             15          14        20                -           0.0000          -
38442.92/1970.11	c      1970             15          14        20                -           0.0000          -
38544.13/1975.16	c      1975             15          14        20                -           0.0000          -
38643.27/1980.17	c      1980             15          14        20                -           0.0000          -
38742.37/1985.19	c      1985             15          14        20                -           0.0000          -
38844.79/1990.33	c      1990             15          14        20                -           0.0000          -
38947.90/1995.57	c      1996             15          14        20                -           0.0000          -
39047.09/2000.60	c      2001             15          14        20                -           0.0000          -
39158.94/2006.16	c      2006             15          14        20                -           0.0000          -
39261.31/2011.36	c      2011             15          14        20                -           0.0000          -
39364.47/2016.50	c      2017             16          15        20                -           0.0000          -
39463.66/2021.56	c      2022             16          15        20                -           0.0000          -
39570.78/2026.93	c      2027             16          15        20                -           0.0000          -
39678.03/2032.32	c      2032             16          15        20                -           0.0000          -
39778.81/2037.48	c      2037             16          15        20                -           0.0000          -
39879.99/2042.50	c      2042             16          15        20                -           0.0000          -
39981.09/2047.65	c      2048             16          15        20                -           0.0000          -
40082.10/2052.73	c      2053             16          15        20                -           0.0000          -
40185.30/2058.03	c      2058             16          15        20                -           0.0000          -
40290.47/2063.24	c      2063             16          15        20                -           0.0000          -
40389.67/2068.27	c      2068             16          15        20                -           0.0000          -
40490.89/2073.32	c      2073             16          15        20                -           0.0000          -
40592.04/2078.41	c      2078             16          15        20                -           0.0000          -
40697.22/2083.76	c      2084          26753        1724        20                -           0.0000          -
40808.15/2089.32	c      2089             17          16        20                -           0.0000          -
40907.30/2094.39	c      2094           1139         251        20                -           0.0000          -
41012.42/2099.67	c      2100             18          17        20                -           0.0000          -
41113.51/2104.76	c      2105             18          17        20                -           0.0000          -
41214.47/2109.80	c      2110          26788        1753        20                -           0.0000          -
41320.38/2115.16	c      2115             19          18        20                -           0.0000          -
41420.81/2120.26	c      2120             19          18        20                -           0.0000          -
41522.03/2125.35	c      2125             19          18        20                -           0.0000          -
41623.24/2130.41	c      2130             19          18        20                -           0.0000          -
41722.42/2135.42	c      2135             19          18        20                -           0.0000          -
41825.62/2140.63	c      2141             19          18        20                -           0.0000          -
41933.44/2146.07	c      2146             19          18        20                -           0.0000          -
42034.84/2151.15	c      2151          26855        1818        20                -           0.0000          -
42139.00/2156.50	c      2156             20          19        20                -           0.0000          -
42244.18/2161.70	c      2162             20          19        20                -           0.0000          -
42352.02/2167.14	c      2167             20          19        20                -           0.0000          -
42454.49/2172.39	c      2172             21          20        20                -           0.0000          -
42555.47/2177.45	c      2177             21          20        20                -           0.0000          -
42658.47/2182.63	c      2183             21          20        20                -           0.0000          -
42759.55/2187.74	c      2188             21          20        20                -           0.0000          -
42862.60/2192.98	c      2193             21          20        20                -           0.0000          -
42967.76/2198.26	c      2198             21          20        20                -           0.0000          -
43068.93/2203.35	c      2203             21          20        20                -           0.0000          -
43182.79/2209.13	c      2209             21          20        20                -           0.0000          -
43283.98/2214.16	c      2214             21          20        20                -           0.0000          -
43386.48/2219.30	c      2219             21          20        20                -           0.0000          -
43491.55/2224.66	c      2225             21          20        20                -           0.0000          -
43594.69/2229.86	c      2230             21          20        20                -           0.0000          -
43700.54/2235.19	c      2235             21          20        20                -           0.0000          -
43804.73/2240.40	c      2240             21          20        20                -           0.0000          -
43909.74/2245.70	c      2246          27065        2007        20                -           0.0000          -
44010.87/2250.82	c      2251             22          21        20                -           0.0000          -
44110.04/2255.86	c      2256             22          21        20                -           0.0000          -
44211.18/2260.93	c      2261             22          21        20                -           0.0000          -
44313.04/2266.10	c      2266           1704         712        20                -           0.0000          -
44417.39/2271.37	c      2271             23          22        20                -           0.0000          -
44524.32/2276.76	c      2277             23          22        20                -           0.0000          -
44627.48/2282.03	c      2282          27110        2042        20                -           0.0000          -
44729.08/2287.10	c      2287           1707         715        20                -           0.0000          -
44835.46/2292.42	c      2292             24          23        20                -           0.0000          -
44934.64/2297.47	c      2297           1709         717        20                -           0.0000          -
45039.72/2302.72	c      2303          27139        2068        20                -           0.0000          -
45142.81/2308.03	c      2308             25          24        20                -           0.0000          -
45246.41/2313.14	c      2313             25          24        20                -           0.0000          -
45355.01/2318.61	c      2319             25          24        20                -           0.0000          -
45454.16/2323.63	c      2324             26          25        20                -           0.0000          -
45553.29/2328.69	c      2329             26          25        20                -           0.0000          -
45658.39/2333.90	c      2334           1715         723        20                -           0.0000          -
45757.56/2338.97	c      2339             27          26        20                -           0.0000          -
45862.60/2344.23	c      2344             27          26        20                -           0.0000          -
45965.67/2349.46	c      2349           1718         726        20                -           0.0000          -
46066.82/2354.50	c      2354             28          27        20                -           0.0000          -
46167.98/2359.68	c      2360             28          27        20                -           0.0000          -
46271.16/2364.87	c      2365           1722         730        20                -           0.0000          -
46372.28/2369.99	c      2370             29          28        20                -           0.0000          -
46476.10/2375.17	c      2375             29          28        20                -           0.0000          -
46578.52/2380.34	c      2380             29          28        20                -           0.0000          -
46679.55/2385.45	c      2385             29          28        20                -           0.0000          -
46778.71/2390.48	c      2390           1726         734        20                -           0.0000          -
46877.81/2395.48	c      2395           1726         734        20                -           0.0000          -
46978.95/2400.50	c      2400           1726         734        20                -           0.0000          -
47080.07/2405.61	c      2406           1726         734        20                -           0.0000          -
47179.26/2410.65	c      2411           1726         734        20                -           0.0000          -
47278.21/2415.67	c      2416             31          30        20                -           0.0000          -
47388.01/2421.16	c      2421             31          30        20                -           0.0000          -
47498.21/2426.77	c      2427           1744         311        20                -           0.0000          -
47603.99/2432.04	c      2432             32          31        20                -           0.0000          -
47706.45/2437.28	c      2437             32          31        20                -           0.0000          -
47811.53/2442.55	c      2443             32          31        20                -           0.0000          -
47914.69/2447.70	c      2448             32          31        20                -           0.0000          -
48017.78/2452.95	c      2453             33          32        20                -           0.0000          -
48116.92/2457.98	c      2458             33          32        20                -           0.0000          -
48216.12/2463.01	c      2463             33          32        20                -           0.0000          -
48318.02/2468.10	c      2468             34          33        20                -           0.0000          -
48419.36/2473.18	c      2473             35          34        20                -           0.0000          -
48523.61/2478.43	c      2478             35          34        20                -           0.0000          -
48628.72/2483.77	c      2484           1922         405        20                -           0.0000          -
48731.83/2488.99	c      2489             36          35        20                -           0.0000          -
48842.84/2494.52	c      2495             36          35        20                -           0.0000          -
48945.93/2499.76	c      2500             36          35        20                -           0.0000          -
49047.12/2504.87	c      2505             37          36        20                -           0.0000          -
49148.27/2510.01	c      2510             37          36        20                -           0.0000          -
49247.49/2515.04	c      2515             38          37        20                -           0.0000          -
49352.49/2520.28	c      2520             38          37        20                -           0.0000          -
49453.63/2525.30	c      2525             39          38        20                -           0.0000          -
49552.75/2530.32	c      2530          54712          47        20                -           0.0000          -
49653.86/2535.47	c      2535             40          39        20                -           0.0000          -
49757.01/2540.66	c      2541             40          39        20                -           0.0000          -
49860.15/2545.83	c      2546             41          40        20                -           0.0000          -
49961.33/2551.02	c      2551             41          40        20                -           0.0000          -
50068.44/2556.30	c      2556             41          40        20                -           0.0000          -
50171.60/2561.54	c      2562             41          40        20                -           0.0000          -
50270.76/2566.55	c      2567             41          40        20                -           0.0000          -
50369.93/2571.58	c      2572             41          40        20                -           0.0000          -
50473.09/2576.72	c      2577             41          40        20                -           0.0000          -
50572.24/2581.78	c      2582             41          40        20                -           0.0000          -
50673.42/2586.83	c      2587             41          40        20                -           0.0000          -
50774.58/2591.91	c      2592             41          40        20                -           0.0000          -
50876.53/2597.09	c      2597             41          40        20                -           0.0000          -
50988.54/2602.72	c      2603             41          40        20                -           0.0000          -
51087.69/2607.77	c      2608             41          40        20                -           0.0000          -
51190.84/2613.03	c      2613             41          40        20                -           0.0000          -
51292.60/2618.08	c      2618             41          40        20                -           0.0000          -
51391.79/2623.10	c      2623           2244           0        20                -           0.0000          -
51491.06/2628.12	c      2628           2244           0        20                -           0.0000          -
51593.54/2633.24	c      2633           2244           0        20                -           0.0000          -
51694.74/2638.34	c      2638           2244           0        20                -           0.0000          -
51799.79/2643.67	c      2644           2244           0        20                -           0.0000          -
51907.62/2649.05	c      2649           2244           0        20                -           0.0000          -
52006.92/2654.05	c      2654           2244           0        20                -           0.0000          -
52109.21/2659.28	c      2659           2244           0        20                -           0.0000          -
52212.38/2664.47	c      2664           2244           0        20                -           0.0000          -
52319.51/2669.85	c      2670           2244           0        20                -           0.0000          -
52430.59/2675.46	c      2675           2244           0        20                -           0.0000          -
52535.76/2680.72	c      2681           2244           0        20                -           0.0000          -
52638.85/2685.91	c      2686           2244           0        20                -           0.0000          -
52738.02/2691.00	c      2691           2244           0        20                -           0.0000          -
52843.04/2696.21	c      2696           2244           0        20                -           0.0000          -
52942.16/2701.25	c      2701           2244           0        20                -           0.0000          -
53043.31/2706.39	c      2706           2244           0        20                -           0.0000          -
53146.38/2711.54	c      2712           2244           0        20                -           0.0000          -
53245.53/2716.56	c      2717           2244           0        20                -           0.0000          -
53350.59/2721.89	c      2722           2244           0        20                -           0.0000          -
53457.67/2727.23	c      2727           2244           0        20                -           0.0000          -
53562.81/2732.57	c      2733           2244           0        20                -           0.0000          -
53665.96/2737.72	c      2738           2244           0        20                -           0.0000          -
53765.15/2742.79	c      2743           2244           0        20                -           0.0000          -
53866.27/2747.84	c      2748           2244           0        20                -           0.0000          -
53967.42/2752.92	c      2753           2244           0        20                -           0.0000          -
54072.52/2758.20	c      2758           2244           0        20                -           0.0000          -
54171.77/2763.25	c      2763           2244           0        20                -           0.0000          -
54271.04/2768.27	c      2768           2244           0        20                -           0.0000          -
54373.98/2773.48	c      2773           2244           0        20                -           0.0000          -
54479.10/2778.70	c      2779           2244           0        20                -           0.0000          -
54580.21/2783.80	c      2784           2244           0        20                -           0.0000          -
54687.32/2789.22	c      2789           2244           0        20                -           0.0000          -
54794.47/2794.68	c      2795           2244           0        20                -           0.0000          -
54902.00/2800.10	c      2800           2244           0        20                -           0.0000          -
55008.34/2805.49	c      2805           2244           0        20                -           0.0000          -
55120.09/2811.05	c      2811           2244           0        20                -           0.0000          -
55222.54/2816.26	c      2816           2244           0        20                -           0.0000          -
55325.70/2821.46	c      2821           2244           0        20                -           0.0000          -
55426.81/2826.55	c      2827           2244           0        20                -           0.0000          -
55531.93/2831.80	c      2832           2244           0        20                -           0.0000          -
55631.08/2836.85	c      2837           2244           0        20                -           0.0000          -
55740.23/2842.33	c      2842           2244           0        20                -           0.0000          -
55845.17/2847.68	c      2848           2244           0        20                -           0.0000          -
55950.22/2852.95	c      2853           2244           0        20                -           0.0000          -
56057.15/2858.37	c      2858           2244           0        20                -           0.0000          -
56158.32/2863.44	c      2863           2244           0        20                -           0.0000          -
56259.48/2868.51	c      2869           2244           0        20                -           0.0000          -
56360.63/2873.65	c      2874           2244           0        20                -           0.0000          -
56459.81/2878.68	c      2879           2244           0        20                -           0.0000          -
56560.98/2883.79	c      2884           2244           0        20                -           0.0000          -
56662.00/2888.84	c      2889           2244           0        20                -           0.0000          -
56765.67/2894.10	c      2894           2244           0        20                -           0.0000          -
56867.12/2899.17	c      2899           2244           0        20                -           0.0000          -
56971.41/2904.49	c      2904           2244           0        20                -           0.0000          -
57074.53/2909.69	c      2910           2244           0        20                -           0.0000          -
57175.47/2914.76	c      2915           2244           0        20                -           0.0000          -
57274.49/2919.79	c      2920           2244           0        20                -           0.0000          -
57375.60/2924.83	c      2925           2244           0        20                -           0.0000          -
57476.70/2929.95	c      2930           2244           0        20                -           0.0000          -
57575.89/2935.02	c      2935           2244           0        20                -           0.0000          -
57682.95/2940.38	c      2940           2244           0        20                -           0.0000          -
57790.10/2945.77	c      2946           2244           0        20                -           0.0000          -
57891.27/2950.87	c      2951           2244           0        20                -           0.0000          -
57992.34/2955.98	c      2956           2244           0        20                -           0.0000          -
58101.44/2961.49	c      2961           2244           0        20                -           0.0000          -
58206.60/2966.77	c      2967           2244           0        20                -           0.0000          -
58307.78/2971.85	c      2972           2244           0        20                -           0.0000          -
58411.55/2977.07	c      2977           2244           0        20                -           0.0000          -
58512.97/2982.16	c      2982           2244           0        20                -           0.0000          -
58615.24/2987.31	c      2987           2244           0        20                -           0.0000          -
58714.25/2992.34	c      2992           2244           0        20                -           0.0000          -
58815.25/2997.46	c      2997           2244           0        20                -           0.0000          -
58920.28/3002.80	c      3003           2244           0        20                -           0.0000          -
59023.45/3008.02	c      3008           2244           0        20                -           0.0000          -
59125.28/3013.08	c      3013           2244           0        20                -           0.0000          -
59227.44/3018.29	c      3018           2244           0        20                -           0.0000          -
59328.55/3023.31	c      3023           2244           0        20                -           0.0000          -
59427.72/3028.37	c      3028           2244           0        20                -           0.0000          -
59526.84/3033.38	c      3033           2244           0        20                -           0.0000          -
59627.90/3038.45	c      3038           2244           0        20                -           0.0000          -
59729.01/3043.53	c      3044           2244           0        20                -           0.0000          -
59830.21/3048.68	c      3049           2244           0        20                -           0.0000          -
59935.27/3053.97	c      3054           2244           0        20                -           0.0000          -
60037.06/3059.08	c      3059           2244           0        20                -           0.0000          -
60145.56/3064.50	c      3064           2244           0        20                -           0.0000          -
60248.59/3069.79	c      3070           2244           0        20                -           0.0000          -
60351.51/3075.03	c      3075           2244           0        20                -           0.0000          -
60455.09/3080.19	c      3080           2244           0        20                -           0.0000          -
60561.34/3085.52	c      3086           2244           0        20                -           0.0000          -
60664.43/3090.78	c      3091           2244           0        20                -           0.0000          -
60767.22/3096.01	c      3096           2244           0        20                -           0.0000          -
60872.27/3101.25	c      3101           2244           0        20                -           0.0000          -
60971.46/3106.29	c      3106           2244           0        20                -           0.0000          -
61070.67/3111.30	c      3111           2244           0        20                -           0.0000          -
61171.91/3116.32	c      3116           2244           0        20                -           0.0000          -
61271.13/3121.40	c      3121           2244           0        20                -           0.0000          -
61372.19/3126.43	c      3126           2244           0        20                -           0.0000          -
61477.33/3131.76	c      3132           2244           0        20                -           0.0000          -
61582.96/3137.07	c      3137           2244           0        20                -           0.0000          -
61684.28/3142.15	c      3142           2244           0        20                -           0.0000          -
61794.66/3147.73	c      3148           2244           0        20                -           0.0000          -
61893.87/3152.78	c      3153           2244           0        20                -           0.0000          -
61997.06/3157.90	c      3158           2244           0        20                -           0.0000          -
62102.00/3163.29	c      3163           2244           0        20                -           0.0000          -
62207.13/3168.59	c      3169           2244           0        20                -           0.0000          -
62312.34/3173.86	c      3174           2244           0        20                -           0.0000          -
62413.57/3178.92	c      3179           2244           0        20                -           0.0000          -
62517.37/3184.20	c      3184           2244           0        20                -           0.0000          -
62617.77/3189.29	c      3189           2244           0        20                -           0.0000          -
62718.84/3194.32	c      3194           2244           0        20                -           0.0000          -
62822.00/3199.59	c      3200           2244           0        20                -           0.0000          -
62927.12/3204.83	c      3205           2244           0        20                -           0.0000          -
63028.18/3209.97	c      3210           2244           0        20                -           0.0000          -
63132.13/3215.14	c      3215           2244           0        20                -           0.0000          -
63231.14/3220.15	c      3220           2244           0        20                -           0.0000          -
63331.49/3225.29	c      3225           2244           0        20                -           0.0000          -
63432.66/3230.38	c      3230           2244           0        20                -           0.0000          -
63535.76/3235.55	c      3236           2244           0        20                -           0.0000          -
63642.96/3240.99	c      3241           2244           0        20                -           0.0000          -
63744.91/3246.09	c      3246           2244           0        20                -           0.0000          -
63847.44/3251.25	c      3251           2244           0        20                -           0.0000          -
63950.65/3256.42	c      3256           2244           0        20                -           0.0000          -
64053.75/3261.65	c      3262           2244           0        20                -           0.0000          -
64158.73/3266.90	c      3267           2244           0        20                -           0.0000          -
64260.45/3272.10	c      3272           2244           0        20                -           0.0000          -
64359.76/3277.12	c      3277           2244           0        20                -           0.0000          -
64460.89/3282.14	c      3282           2244           0        20                -           0.0000          -
64561.34/3287.27	c      3287           2244           0        20                -           0.0000          -
64664.57/3292.48	c      3292           2244           0        20                -           0.0000          -
64765.78/3297.60	c      3298           2244           0        20                -           0.0000          -
64870.96/3302.88	c      3303           2244           0        20                -           0.0000          -
64972.02/3307.95	c      3308           2244           0        20                -           0.0000          -
65073.94/3313.05	c      3313           2244           0        20                -           0.0000          -
65175.18/3318.15	c      3318           2244           0        20                -           0.0000          -
65274.14/3323.18	c      3323           2244           0        20                -           0.0000          -
65374.56/3328.26	c      3328           2244           0        20                -           0.0000          -
65477.73/3333.43	c      3333           2244           0        20                -           0.0000          -
65576.92/3338.47	c      3338           2244           0        20                -           0.0000          -
65678.04/3343.51	c      3344           2244           0        20                -           0.0000          -
65777.07/3348.52	c      3349           2244           0        20                -           0.0000          -
65876.18/3353.57	c      3354           2244           0        20                -           0.0000          -
65975.39/3358.60	c      3359           2244           0        20                -           0.0000          -
66076.62/3363.63	c      3364           2244           0        20                -           0.0000          -
66179.80/3368.81	c      3369           2244           0        20                -           0.0000          -
66278.89/3373.85	c      3374           2244           0        20                -           0.0000          -
66386.01/3379.28	c      3379           2244           0        20                -           0.0000          -
66489.23/3384.49	c      3384           2244           0        20                -           0.0000          -
66590.41/3389.57	c      3390           2244           0        20                -           0.0000          -
66695.56/3394.85	c      3395           2244           0        20                -           0.0000          -
66796.71/3399.99	c      3400           2244           0        20                -           0.0000          -
66898.38/3405.07	c      3405           2244           0        20                -           0.0000          -
67001.00/3410.26	c      3410           2244           0        20                -           0.0000          -
67102.17/3415.35	c      3415           2244           0        20                -           0.0000          -
67205.32/3420.58	c      3421           2244           0        20                -           0.0000          -
67306.50/3425.60	c      3426           2244           0        20                -           0.0000          -
67407.51/3430.79	c      3431           2244           0        20                -           0.0000          -
67513.34/3436.08	c      3436           2244           0        20                -           0.0000          -
67612.54/3441.13	c      3441           2244           0        20                -           0.0000          -
67714.95/3446.20	c      3446           2244           0        20                -           0.0000          -
67816.12/3451.39	c      3451           2244           0        20                -           0.0000          -
67917.30/3456.41	c      3456           2244           0        20                -           0.0000          -
68018.34/3461.51	c      3462           2244           0        20                -           0.0000          -
68117.45/3466.54	c      3467           2244           0        20                -           0.0000          -
68216.61/3471.56	c      3472           2244           0        20                -           0.0000          -
68319.66/3476.76	c      3477           2244           0        20                -           0.0000          -
68422.73/3481.99	c      3482           2244           0        20                -           0.0000          -
68521.76/3486.99	c      3487           2244           0        20                -           0.0000          -
68623.56/3492.05	c      3492           2244           0        20                -           0.0000          -
68724.76/3497.17	c      3497             53          52        20                -           0.0000          -
68827.11/3502.36	c      3502             53          52        20                -           0.0000          -
68934.25/3507.73	c      3508             53          52        20                -           0.0000          -
69033.43/3512.74	c      3513             53          52        20                -           0.0000          -
69134.55/3517.80	c      3518           2246           2        20                -           0.0000          -
69233.73/3522.86	c      3523           2246           2        20                -           0.0000          -
69332.87/3527.89	c      3528             55          54        20                -           0.0000          -
69436.69/3533.11	c      3533           2247           3        20                -           0.0000          -
69535.93/3538.13	c      3538           2247           3        20                -           0.0000          -
69638.36/3543.26	c      3543           2247           3        20                -           0.0000          -
69739.57/3548.33	c      3548           2247           3        20                -           0.0000          -
69840.72/3553.41	c      3553             62          59        20                -           0.0000          -
69941.63/3558.51	c      3559             62          59        20                -           0.0000          -
70042.75/3563.64	c      3564           2248           4        20                -           0.0000          -
70153.83/3569.24	c      3569           2248           4        20                -           0.0000          -
70253.06/3574.26	c      3574           2248           4        20                -           0.0000          -
70354.23/3579.36	c      3579           2248           4        20                -           0.0000          -
70453.41/3584.37	c      3584           2248           4        20                -           0.0000          -
70554.60/3589.43	c      3589           2249           5        20                -           0.0000          -
70657.79/3594.66	c      3595           2249           5        20                -           0.0000          -
70760.98/3599.80	c      3600           2249           5        20                -           0.0000          -
70860.20/3604.89	c      3605           2250           6        20                -           0.0000          -
70963.98/3610.09	c      3610             78          71        20                -           0.0000          -
71063.52/3615.10	c      3615           2251           7        20                -           0.0000          -
71164.71/3620.17	c      3620           2251           7        20                -           0.0000          -
71269.05/3625.49	c      3625           2251           7        20                -           0.0000          -
71374.27/3630.71	c      3631           2251           7        20                -           0.0000          -
71477.52/3635.93	c      3636           2251           7        20                -           0.0000          -
71579.48/3641.13	c      3641           2251           7        20                -           0.0000          -
71682.01/3646.27	c      3646           2251           7        20                -           0.0000          -
71783.27/3651.31	c      3651           2251           7        20                -           0.0000          -
71882.57/3656.35	c      3656           2251           7        20                -           0.0000          -
71981.88/3661.38	c      3661           2251           7        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 (157925 MiB free)
  memory of node 1: 193531 MiB (177710 MiB free)
  memory of node 2: 193531 MiB (175011 MiB free)
  memory of node 3: 193531 MiB (174573 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-4465636-1723597436/watcher-4465636-1723597436 -o /tmp/evaluation-result-4465636-1723597436/solver-4465636-1723597436 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770152 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465636-1723597436.opb -qsol -t 72000 -sth 20 

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

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

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

solver pid=772538, runsolver pid=772535

[startup+0.100464 s]*
/proc/loadavg: 55.77 74.23 77.30 22/904 772539
/proc/meminfo: memFree=701609496/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=86352 memory=74028 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 16391 0 0 0 8 2 0 0 20 0 1 0 126326227 88424448 18507 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 21588 18507 2347 3035 0 17984 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 86352 KiB
Current children cumulated memory: 74028 KiB

[startup+0.219419 s]*
/proc/loadavg: 55.77 74.23 77.30 23/904 772539
/proc/meminfo: memFree=701532516/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=139348 memory=126876 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 29627 0 0 0 19 4 0 0 20 0 1 0 126326227 142692352 31719 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 34837 31719 2347 3035 0 31233 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 139348 KiB
Current children cumulated memory: 126876 KiB

[startup+0.319607 s]*
/proc/loadavg: 55.77 74.23 77.30 24/904 772539
/proc/meminfo: memFree=701269708/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=227448 memory=215724 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 52184 0 0 0 26 7 0 0 20 0 1 0 126326227 232906752 53931 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 56862 53931 2539 3035 0 53258 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 227448 KiB
Current children cumulated memory: 215724 KiB

[startup+0.700267 s]
/proc/loadavg: 53.31 73.42 77.01 24/904 772539
/proc/meminfo: memFree=700751152/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=331188 memory=314312 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 76753 0 0 0 57 11 0 0 20 0 1 0 126326227 339136512 78578 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 82797 78578 2614 3035 0 79193 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 331188 KiB
Current children cumulated memory: 314312 KiB

[startup+1.50027 s]
/proc/loadavg: 53.31 73.42 77.01 24/904 772539
/proc/meminfo: memFree=700633700/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=437284 memory=419472 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 93366 0 0 0 134 14 0 0 20 0 1 0 126326227 447778816 104868 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 109321 104868 2678 3035 0 105717 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 437284 KiB
Current children cumulated memory: 419472 KiB

[startup+3.11968 s]
/proc/loadavg: 53.31 73.42 77.01 24/904 772539
/proc/meminfo: memFree=700604012/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=437284 memory=419472 CPUtime=3.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 93382 0 0 0 295 14 0 0 20 0 1 0 126326227 447778816 104868 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 109321 104868 2678 3035 0 105717 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 437284 KiB
Current children cumulated memory: 419472 KiB

[startup+6.30025 s]
/proc/loadavg: 50.96 72.60 76.73 24/904 772539
/proc/meminfo: memFree=700529952/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=437284 memory=419472 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 93416 0 0 0 611 15 0 0 20 0 1 0 126326227 447778816 104868 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 109321 104868 2678 3035 0 105717 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 437284 KiB
Current children cumulated memory: 419472 KiB

[startup+12.7003 s]
/proc/loadavg: 48.88 71.80 76.45 24/904 772541
/proc/meminfo: memFree=699673272/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=437284 memory=419684 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 93450 0 0 0 1248 15 0 0 20 0 1 0 126326227 447778816 104921 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 109321 104921 2726 3035 0 105717 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 437284 KiB
Current children cumulated memory: 419684 KiB

[startup+25.5003 s]
/proc/loadavg: 45.06 70.23 75.89 43/944 772582
/proc/meminfo: memFree=695189904/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=437284 memory=419688 CPUtime=25.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) R 772535 772538 770141 0 -1 4194304 93499 0 0 0 2523 16 0 0 20 0 1 0 126326227 447778816 104922 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 109321 104922 2726 3035 0 105717 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 437284 KiB
Current children cumulated memory: 419688 KiB

[startup+51.1395 s]
/proc/loadavg: 49.88 68.92 75.27 62/984 772628
/proc/meminfo: memFree=689062280/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=7516052 memory=6025296 CPUtime=387.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) S 772535 772538 770141 0 -1 1077936128 1940796 0 0 0 38431 346 0 0 20 0 41 0 126326227 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 1879013 1506324 2806 3035 0 1646967 0
[pid=772538/tid=772585] ppid=772535 vsize=7516052 memory=0 CPUtime=17.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772585/stat : 772585 (fscip) R 772535 772538 770141 0 -1 4194368 89745 0 0 0 1711 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772586] ppid=772535 vsize=7516052 memory=59593543910096 CPUtime=17.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772586/stat : 772586 (fscip) R 772535 772538 770141 0 -1 4194368 90234 0 0 0 1770 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772587] ppid=772535 vsize=7516052 memory=-6513729428128971623 CPUtime=17.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772587/stat : 772587 (fscip) R 772535 772538 770141 0 -1 4194368 89082 0 0 0 1772 14 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772588] ppid=772535 vsize=7516052 memory=6291625867724679022 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772588/stat : 772588 (fscip) R 772535 772538 770141 0 -1 4194368 88689 0 0 0 1768 17 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772589] ppid=772535 vsize=7516052 memory=6025252 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772589/stat : 772589 (fscip) R 772535 772538 770141 0 -1 4194368 90308 0 0 0 1770 15 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772590] ppid=772535 vsize=7516052 memory=0 CPUtime=17.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772590/stat : 772590 (fscip) R 772535 772538 770141 0 -1 4194368 89562 0 0 0 1773 13 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772591] ppid=772535 vsize=7516052 memory=1046052 CPUtime=17.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772591/stat : 772591 (fscip) R 772535 772538 770141 0 -1 4194368 88563 0 0 0 1770 14 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772592] ppid=772535 vsize=7516052 memory=281369750485104 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772592/stat : 772592 (fscip) R 772535 772538 770141 0 -1 4194368 88510 0 0 0 1769 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772593] ppid=772535 vsize=7516052 memory=0 CPUtime=17.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772593/stat : 772593 (fscip) R 772535 772538 770141 0 -1 4194368 90478 0 0 0 1770 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772594] ppid=772535 vsize=7516052 memory=650 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772594/stat : 772594 (fscip) R 772535 772538 770141 0 -1 4194368 89192 0 0 0 1770 15 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772595] ppid=772535 vsize=7516052 memory=0 CPUtime=17.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772595/stat : 772595 (fscip) R 772535 772538 770141 0 -1 4194368 90376 0 0 0 1769 15 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772596] ppid=772535 vsize=7516052 memory=8303566576150641 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772596/stat : 772596 (fscip) R 772535 772538 770141 0 -1 4194368 89824 0 0 0 1769 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772597] ppid=772535 vsize=7516052 memory=10556 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772597/stat : 772597 (fscip) R 772535 772538 770141 0 -1 4194368 89513 0 0 0 1769 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772598] ppid=772535 vsize=7516052 memory=281369750106160 CPUtime=17.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772598/stat : 772598 (fscip) R 772535 772538 770141 0 -1 4194368 87959 0 0 0 1767 17 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772599] ppid=772535 vsize=7516052 memory=0 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772599/stat : 772599 (fscip) R 772535 772538 770141 0 -1 4194368 92918 0 0 0 1768 17 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772600] ppid=772535 vsize=7516052 memory=0 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772600/stat : 772600 (fscip) R 772535 772538 770141 0 -1 4194368 89253 0 0 0 1770 15 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772601] ppid=772535 vsize=7516052 memory=0 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772601/stat : 772601 (fscip) R 772535 772538 770141 0 -1 4194368 89684 0 0 0 1769 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772602] ppid=772535 vsize=7516052 memory=281369751838672 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772602/stat : 772602 (fscip) R 772535 772538 770141 0 -1 4194368 93118 0 0 0 1769 16 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772603] ppid=772535 vsize=7516052 memory=281369750230080 CPUtime=17.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772603/stat : 772603 (fscip) R 772535 772538 770141 0 -1 4194368 93026 0 0 0 1771 14 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772604] ppid=772535 vsize=7516052 memory=27992919332356134 CPUtime=17.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772604/stat : 772604 (fscip) R 772535 772538 770141 0 -1 4194368 91386 0 0 0 1769 17 0 0 20 0 41 0 126329341 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772605] ppid=772535 vsize=7516052 memory=281369753059760 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772605/stat : 772605 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772606] ppid=772535 vsize=7516052 memory=3472468812791029162 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772606/stat : 772606 (fscip) S 772535 772538 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772607] ppid=772535 vsize=7516052 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772607/stat : 772607 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772608] ppid=772535 vsize=7516052 memory=6944651987612880996 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772608/stat : 772608 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772609] ppid=772535 vsize=7516052 memory=2244 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772609/stat : 772609 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772610] ppid=772535 vsize=7516052 memory=19936 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772610/stat : 772610 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772611] ppid=772535 vsize=7516052 memory=40204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772611/stat : 772611 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772612] ppid=772535 vsize=7516052 memory=10556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772612/stat : 772612 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772613] ppid=772535 vsize=7516052 memory=917 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772613/stat : 772613 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772614] ppid=772535 vsize=7516052 memory=11536 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772614/stat : 772614 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772615] ppid=772535 vsize=7516052 memory=11536 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772615/stat : 772615 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772616] ppid=772535 vsize=7516052 memory=436880 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772616/stat : 772616 (fscip) S 772535 772538 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772617] ppid=772535 vsize=7516052 memory=-8816470728205836988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772617/stat : 772617 (fscip) S 772535 772538 770141 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 126329546 7696437248 1506324 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0

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

/proc/772538/task/772611/stat : 772611 (fscip) S 772535 772538 770141 0 -1 1077936192 177 0 0 0 0 3 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772612] ppid=772535 vsize=63446784 memory=8099820010027968352 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772612/stat : 772612 (fscip) S 772535 772538 770141 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772613] ppid=772535 vsize=63446784 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772613/stat : 772613 (fscip) S 772535 772538 770141 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772614] ppid=772535 vsize=63446784 memory=281369752142304 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772614/stat : 772614 (fscip) S 772535 772538 770141 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772615] ppid=772535 vsize=63446784 memory=11822120823029796 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772615/stat : 772615 (fscip) S 772535 772538 770141 0 -1 1077936192 174 0 0 0 1 2 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772616] ppid=772535 vsize=63446784 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772616/stat : 772616 (fscip) S 772535 772538 770141 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772617] ppid=772535 vsize=63446784 memory=7140 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772617/stat : 772617 (fscip) S 772535 772538 770141 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772618] ppid=772535 vsize=63446784 memory=36328 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772618/stat : 772618 (fscip) S 772535 772538 770141 0 -1 1077936192 134 0 0 0 0 3 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772619] ppid=772535 vsize=63446784 memory=28855272 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772619/stat : 772619 (fscip) S 772535 772538 770141 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772620] ppid=772535 vsize=63446784 memory=11536 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772620/stat : 772620 (fscip) S 772535 772538 770141 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772621] ppid=772535 vsize=63446784 memory=28846248 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772621/stat : 772621 (fscip) S 772535 772538 770141 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772622] ppid=772535 vsize=63446784 memory=30888 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772622/stat : 772622 (fscip) S 772535 772538 770141 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772623] ppid=772535 vsize=63446784 memory=27932 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772623/stat : 772623 (fscip) S 772535 772538 770141 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 126329546 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772624] ppid=772535 vsize=63446784 memory=3760 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772624/stat : 772624 (fscip) S 772535 772538 770141 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 126329547 64969506816 7230377 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
Current children cumulated CPU time: 71604.6 s
Current children cumulated vsize: 63446784 KiB
Current children cumulated memory: 28921508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3662.3 s]
/proc/loadavg: 67.04 77.44 79.34 43/944 774690
/proc/meminfo: memFree=643937064/790760804 swapFree=131071996/131071996
[pid=772538] ppid=772535 vsize=63464856 memory=29014976 CPUtime=72001.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/stat : 772538 (fscip) S 772535 772538 770141 0 -1 1077936128 59392302 0 0 0 7191919 8255 0 0 20 0 41 0 126326227 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
/proc/772538/statm: 15866214 7253744 3030 3035 0 15629479 0
[pid=772538/tid=772585] ppid=772535 vsize=63464856 memory=-6879431754548017858 CPUtime=3592.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772585/stat : 772585 (fscip) R 772535 772538 770141 0 -1 4194368 4050713 0 0 0 358858 355 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772586] ppid=772535 vsize=63464856 memory=28153568 CPUtime=3605.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772586/stat : 772586 (fscip) R 772535 772538 770141 0 -1 4194368 1788000 0 0 0 360165 431 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772587] ppid=772535 vsize=63464856 memory=0 CPUtime=3594.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772587/stat : 772587 (fscip) R 772535 772538 770141 0 -1 4194368 2814098 0 0 0 358988 444 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772588] ppid=772535 vsize=63464856 memory=281369750787104 CPUtime=3594.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772588/stat : 772588 (fscip) R 772535 772538 770141 0 -1 4194368 5024654 0 0 0 358975 485 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772589] ppid=772535 vsize=63464856 memory=28887120 CPUtime=3599.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772589/stat : 772589 (fscip) R 772535 772538 770141 0 -1 4194368 1780719 0 0 0 359542 411 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772590] ppid=772535 vsize=63464856 memory=6120 CPUtime=3599.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772590/stat : 772590 (fscip) R 772535 772538 770141 0 -1 4194368 2802170 0 0 0 359491 427 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772591] ppid=772535 vsize=63464856 memory=281369752367264 CPUtime=3600.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772591/stat : 772591 (fscip) R 772535 772538 770141 0 -1 4194368 4180067 0 0 0 359655 362 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772592] ppid=772535 vsize=63464856 memory=11536 CPUtime=3601.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772592/stat : 772592 (fscip) R 772535 772538 770141 0 -1 4194368 1826629 0 0 0 359716 438 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772593] ppid=772535 vsize=63464856 memory=29007892 CPUtime=3590.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772593/stat : 772593 (fscip) R 772535 772538 770141 0 -1 4194368 2718476 0 0 0 358639 415 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772594] ppid=772535 vsize=63464856 memory=28433868 CPUtime=3595.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772594/stat : 772594 (fscip) R 772535 772538 770141 0 -1 4194368 4784021 0 0 0 359155 429 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772595] ppid=772535 vsize=63464856 memory=281369750381088 CPUtime=3600.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772595/stat : 772595 (fscip) R 772535 772538 770141 0 -1 4194368 1947064 0 0 0 359601 474 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772596] ppid=772535 vsize=63464856 memory=25333125866717268 CPUtime=3601.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772596/stat : 772596 (fscip) R 772535 772538 770141 0 -1 4194368 2629878 0 0 0 359786 369 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772597] ppid=772535 vsize=63464856 memory=7522250980053177445 CPUtime=3594.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772597/stat : 772597 (fscip) R 772535 772538 770141 0 -1 4194368 4171138 0 0 0 359074 372 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772598] ppid=772535 vsize=63464856 memory=28978624 CPUtime=3600.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772598/stat : 772598 (fscip) R 772535 772538 770141 0 -1 4194368 1777960 0 0 0 359605 418 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772599] ppid=772535 vsize=63464856 memory=-6879431754548017858 CPUtime=3593.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772599/stat : 772599 (fscip) R 772535 772538 770141 0 -1 4194368 2582495 0 0 0 358953 359 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772600] ppid=772535 vsize=63464856 memory=281369750950384 CPUtime=3601.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772600/stat : 772600 (fscip) R 772535 772538 770141 0 -1 4194368 3541161 0 0 0 359806 321 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772601] ppid=772535 vsize=63464856 memory=29836768444022866 CPUtime=3604.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772601/stat : 772601 (fscip) R 772535 772538 770141 0 -1 4194368 1825557 0 0 0 360062 437 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772602] ppid=772535 vsize=63464856 memory=7038401 CPUtime=3600.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772602/stat : 772602 (fscip) R 772535 772538 770141 0 -1 4194368 2215271 0 0 0 359737 311 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772603] ppid=772535 vsize=63464856 memory=1046052 CPUtime=3600.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772603/stat : 772603 (fscip) R 772535 772538 770141 0 -1 4194368 4942260 0 0 0 359536 493 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772604] ppid=772535 vsize=63464856 memory=281369753855024 CPUtime=3598.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772604/stat : 772604 (fscip) R 772535 772538 770141 0 -1 4194368 1845932 0 0 0 359389 444 0 0 20 0 41 0 126329341 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772605] ppid=772535 vsize=63464856 memory=6120 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772605/stat : 772605 (fscip) S 772535 772538 770141 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772606] ppid=772535 vsize=63464856 memory=1848 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772606/stat : 772606 (fscip) S 772535 772538 770141 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772607] ppid=772535 vsize=63464856 memory=281369751321024 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772607/stat : 772607 (fscip) S 772535 772538 770141 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772608] ppid=772535 vsize=63464856 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772608/stat : 772608 (fscip) S 772535 772538 770141 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772609] ppid=772535 vsize=63464856 memory=11512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772609/stat : 772609 (fscip) S 772535 772538 770141 0 -1 1077936192 175 0 0 0 1 2 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772610] ppid=772535 vsize=63464856 memory=28874064 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772610/stat : 772610 (fscip) S 772535 772538 770141 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772611] ppid=772535 vsize=63464856 memory=7628 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772611/stat : 772611 (fscip) S 772535 772538 770141 0 -1 1077936192 177 0 0 0 0 3 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772612] ppid=772535 vsize=63464856 memory=18544 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772612/stat : 772612 (fscip) S 772535 772538 770141 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772613] ppid=772535 vsize=63464856 memory=6720665441477476719 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772613/stat : 772613 (fscip) S 772535 772538 770141 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772614] ppid=772535 vsize=63464856 memory=28607084 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772614/stat : 772614 (fscip) S 772535 772538 770141 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772615] ppid=772535 vsize=63464856 memory=281369752376224 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772615/stat : 772615 (fscip) S 772535 772538 770141 0 -1 1077936192 174 0 0 0 1 2 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772616] ppid=772535 vsize=63464856 memory=3320201919596778 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772616/stat : 772616 (fscip) S 772535 772538 770141 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772617] ppid=772535 vsize=63464856 memory=28832196 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772617/stat : 772617 (fscip) S 772535 772538 770141 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772618] ppid=772535 vsize=63464856 memory=28785948 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772618/stat : 772618 (fscip) S 772535 772538 770141 0 -1 1077936192 134 0 0 0 0 3 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772619] ppid=772535 vsize=63464856 memory=11536 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772619/stat : 772619 (fscip) S 772535 772538 770141 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772620] ppid=772535 vsize=63464856 memory=40204 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772620/stat : 772620 (fscip) S 772535 772538 770141 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772621] ppid=772535 vsize=63464856 memory=2788 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772621/stat : 772621 (fscip) S 772535 772538 770141 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772622] ppid=772535 vsize=63464856 memory=29013056 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772622/stat : 772622 (fscip) S 772535 772538 770141 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772623] ppid=772535 vsize=63464856 memory=33328028 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772623/stat : 772623 (fscip) S 772535 772538 770141 0 -1 1077936192 177 0 0 0 3 0 0 0 20 0 41 0 126329546 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
[pid=772538/tid=772624] ppid=772535 vsize=63464856 memory=6720665441477476719 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/772538/task/772624/stat : 772624 (fscip) S 772535 772538 770141 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 126329547 64988012544 7253744 809668444160 4194304 16623229 140727546585808 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48066560 140727546590214 140727546590332 140727546590332 140727546597360 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 63464856 KiB
Current children cumulated memory: 29014976 KiB

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

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

# cumulated CPU time of all completed processes:  user=71919.4 s, system=83.3443 s

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

[startup+3662.41 s]*
/proc/loadavg: 67.04 77.44 79.34 24/905 774690
/proc/meminfo: memFree=648993376/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3662.8 s]
/proc/loadavg: 67.04 77.44 79.34 24/905 774690
/proc/meminfo: memFree=648993376/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3663 s]*
/proc/loadavg: 67.04 77.44 79.34 24/905 774690
/proc/meminfo: memFree=669941264/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3663.11
CPU time (s): 72002.8
CPU user time (s): 71919.4
CPU system time (s): 83.3443
CPU usage (%): 1965.62
Max. virtual memory (cumulated for all children) (KiB): 63483960
Max. memory (cumulated for all children) (KiB): 29014976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71919.4
system time used= 83.3443
maximum resident set size= 29014976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59392616
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= 167116
involuntary context switches= 345495


# summary of solver processes directly reported to runsolver:
#   pid: 772538
#   total CPU time (s): 72002.8
#   total CPU user time (s): 71919.4
#   total CPU system time (s): 83.3443

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8703 second user time and 88.3329 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 03:03:56
IDJOB=4465636
IDBENCH=147745
IDSOLVER=3094
FILE ID=nodeD102/4465636-1723597436
RUNJOBID= nodeD102-1723593750-770152
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588200 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.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-4465636-1723597436/watcher-4465636-1723597436 -o /tmp/evaluation-result-4465636-1723597436/solver-4465636-1723597436 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770152 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465636-1723597436.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 028f5bd5fcfe993f30262959408a2b50
RANDOM SEED=252825532

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        701667424 kB
MemAvailable:   769190964 kB
Buffers:         1254028 kB
Cached:         69051124 kB
SwapCached:            0 kB
Active:          9611808 kB
Inactive:       74882496 kB
Active(anon):       2264 kB
Inactive(anon): 14225804 kB
Active(file):    9609544 kB
Inactive(file): 60656692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             33656 kB
Writeback:            84 kB
AnonPages:      14189584 kB
Mapped:           135764 kB
Shmem:             38920 kB
KReclaimable:    1353664 kB
Slab:            1897736 kB
SReclaimable:    1353664 kB
SUnreclaim:       544072 kB
KernelStack:       15648 kB
PageTables:        37788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2969128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1123968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588060 MiB
End job on nodeD102 at 2024-08-14 04:04:59