Trace number 4465699

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) 72000.8 3654.3

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 135
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 95806094, getVmSize() = 88571904, SCIPgetMemUsed() = 57549961, SCIPgetMemTotal() = 64819961, SCIPgetMemExternEstim() = 30986133
0.00/0.08	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
20.80/20.98	c ** Estimated virtualMemUsedAtSolver = 194979475, getVmSize() = 293187584, SCIPgetMemUsed() = 195209736, SCIPgetMemTotal() = 261483080, SCIPgetMemExternEstim() = 30986133
20.80/20.98	c ** set memory limit for solvers to 4.188e+11 for each SCIP **
20.80/20.98	c Original Problem   :
20.80/20.98	c   Problem name     : instance-4465699-1722529447
20.80/20.98	c   Variables        : 15946 (15946 binary, 0 integer, 0 implicit integer, 0 continuous)
20.80/20.98	c   Constraints      : 16216
20.80/20.98	c   Objective sense  : minimize
20.80/20.98	c Presolved Problem  :
20.80/20.98	c   Variables        : 14439 (14439 binary, 0 integer, 0 implicit integer, 0 continuous)
20.80/20.98	c   Constraints      : 14687
20.80/20.98	c Constraints        : Number
20.80/20.98	c   knapsack         : 1 
20.80/20.98	c   setppc           : 1806 
20.80/20.98	c   orbitope         : 1 
20.80/20.98	c   logicor          : 12879 
20.80/20.98	c ** Instance transfer method used: 0
20.80/21.01	c ** ParaScipInstance copy increased the number of variables. **
21.50/21.66	c LC is working with racing ramp-up and with rebuilding tree after racing.
21.50/21.66	c                                Nodes    Active                                            
21.50/21.66	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
204.28/31.03	c        31              2           1        20                -           0.0000          -
306.08/36.09	c        36            420         419        20                -           0.0000          -
414.60/41.51	c        42              2           1        20                -           0.0000          -
521.64/46.98	c        47            162         161        20                -           0.0000          -
626.69/52.21	c        52           3011        2037        20                -           0.0000          -
725.75/57.23	c        57            402         401        20                -           0.0000          -
824.87/62.28	c        62            773         400        20                -           0.0000          -
925.92/67.34	c        67           1730          61        20                -           0.0000          -
1026.94/72.44	c        72           5850        2059        20                -           0.0000          -
1128.00/77.55	c        78           2809         794        20                -           0.0000          -
1229.12/82.65	c        83           3459         221        20                -           0.0000          -
1330.04/87.75	c        88           7601         881        20                -           0.0000          -
1433.23/92.94	c        93           8010         241        20                -           0.0000          -
1535.20/98.07	c        98           8500         731        20                -           0.0000          -
1637.64/103.26	c       103           9130        1361        20                -           0.0000          -
1738.84/108.36	c       108           9993        2224        20                -           0.0000          -
1841.98/113.54	c       114          10828        1558        20                -           0.0000          -
1943.16/118.64	c       119           9090          61        20                -           0.0000          -
2046.35/123.80	c       124          12867         221        20                -           0.0000          -
2147.52/128.97	c       129          13327         681        20                -           0.0000          -
2246.76/133.98	c       134          13962        1316        20                -           0.0000          -
2351.84/139.23	c       139          14647        2001        20                -           0.0000          -
2454.95/144.41	c       144          15757        3107        20                -           0.0000          -
2554.05/149.48	c       149          16438        2937        20                -           0.0000          -
2655.17/154.54	c       155          16464        3117        20                -           0.0000          -
2756.27/159.62	c       160          17231        2945        20                -           0.0000          -
2855.46/164.68	c       165          17609         161        20                -           0.0000          -
2958.53/169.83	c       170          18009         561        20                -           0.0000          -
3057.47/174.86	c       175          18489        1041        20                -           0.0000          -
3158.69/179.91	c       180          18758         261        20                -           0.0000          -
3257.92/184.95	c       185          19178         681        20                -           0.0000          -
3361.82/190.15	c       190          21366        2244        20                -           0.0000          -
3462.22/195.22	c       195          20275        1778        20                -           0.0000          -
3563.34/200.38	c       200          21224        2609        20                -           0.0000          -
3664.28/205.45	c       205          22432        2577        20                -           0.0000          -
3771.20/210.89	c       211          23449        2559        20                -           0.0000          -
3872.29/215.99	c       216          25359         381        20                -           0.0000          -
3974.07/221.09	c       221          25819         841        20                -           0.0000          -
4073.39/226.14	c       226          26278        2531        20                -           0.0000          -
4174.38/231.18	c       231          27189        2530        20                -           0.0000          -
4274.75/236.27	c       236          28094        2531        20                -           0.0000          -
4375.95/241.35	c       241          29012        2525        20                -           0.0000          -
4477.13/246.45	c       246          29403          81        20                -           0.0000          -
4576.35/251.45	c       251          32332        1174        20                -           0.0000          -
4675.58/256.46	c       256          33455        1140        20                -           0.0000          -
4780.78/261.73	c       262          31003        1681        20                -           0.0000          -
4881.99/266.83	c       267          32108        1784        20                -           0.0000          -
4985.88/272.07	c       272          33051        1753        20                -           0.0000          -
5088.21/277.26	c       277          33942        1740        20                -           0.0000          -
5193.28/282.54	c       283          34719        1733        20                -           0.0000          -
5294.24/287.63	c       288          35396        1681        20                -           0.0000          -
5395.32/292.71	c       293          36036        1660        20                -           0.0000          -
5496.41/297.81	c       298          36716        1651        20                -           0.0000          -
5597.57/302.99	c       303          37499        1672        20                -           0.0000          -
5699.43/308.10	c       308          38242        1648        20                -           0.0000          -
5800.84/313.19	c       313          41806        1323        20                -           0.0000          -
5902.99/318.32	c       318          42830        1328        20                -           0.0000          -
6002.11/323.39	c       323          43891        1330        20                -           0.0000          -
6103.31/328.46	c       328          44781        1327        20                -           0.0000          -
6204.48/333.57	c       334          45426        1322        20                -           0.0000          -
6305.67/338.66	c       339          46623        1321        20                -           0.0000          -
6404.86/343.68	c       344          47464        1314        20                -           0.0000          -
6508.03/348.83	c       349          48105        1338        20                -           0.0000          -
6609.21/353.90	c       354          48767        1315        20                -           0.0000          -
6708.40/359.00	c       359          49442        1329        20                -           0.0000          -
6810.29/364.14	c       364          50128        1312        20                -           0.0000          -
6918.32/369.50	c       370          46370        1577        20                -           0.0000          -
7019.48/374.70	c       375          51429        1299        20                -           0.0000          -
7120.67/379.75	c       380          47782        1571        20                -           0.0000          -
7223.87/384.95	c       385          52681        1294        20                -           0.0000          -
7323.07/390.01	c       390          48474         621        20                -           0.0000          -
7426.98/395.15	c       395          54076        1275        20                -           0.0000          -
7527.45/400.22	c       400          54653           0        20                -           0.0000          -
7626.63/405.26	c       405          50296        1458        20                -           0.0000          -
7725.84/410.27	c       410          55354         701        20                -           0.0000          -
7827.05/415.39	c       415          55774        1121        20                -           0.0000          -
7928.28/420.45	c       420          56314        1661        20                -           0.0000          -
8027.52/425.50	c       426          57032        1569        20                -           0.0000          -
8128.72/430.55	c       431          58036        1576        20                -           0.0000          -
8231.91/435.78	c       436          58944        1555        20                -           0.0000          -
8333.11/440.87	c       441          60057        1576        20                -           0.0000          -
8434.28/445.96	c       446          61139        1579        20                -           0.0000          -
8533.48/451.01	c       451          62080        1515        20                -           0.0000          -
8635.53/456.10	c       456          63115        1575        20                -           0.0000          -
8736.83/461.15	c       461          64019        1504        20                -           0.0000          -
8836.85/466.23	c       466          64957        1503        20                -           0.0000          -
8937.87/471.32	c       471          65901        1507        20                -           0.0000          -
9036.79/476.38	c       476          66933        1497        20                -           0.0000          -
9137.78/481.44	c       481          67882        1496        20                -           0.0000          -
9238.97/486.54	c       487          68961        1498        20                -           0.0000          -
9340.09/491.60	c       492          70195        1498        20                -           0.0000          -
9439.24/496.66	c       497          70985        1498        20                -           0.0000          -
9540.39/501.74	c       502          71974        1484        20                -           0.0000          -
9641.57/506.81	c       507          72807        1477        20                -           0.0000          -
9740.74/511.82	c       512          68641        1390        20                -           0.0000          -
9839.84/516.87	c       517          69631        1387        20                -           0.0000          -
9940.79/522.00	c       522          70478        1378        20                -           0.0000          -
10042.63/527.07	c       527          71138        1366        20                -           0.0000          -
10141.78/532.08	c       532          77417        1473        20                -           0.0000          -
10242.86/537.14	c       537          72740        1405        20                -           0.0000          -
10343.05/542.22	c       542          73669        1373        20                -           0.0000          -
10442.23/547.29	c       547          74608        1375        20                -           0.0000          -
10545.38/552.42	c       552          75525        1369        20                -           0.0000          -
10644.57/557.49	c       557          76411        1375        20                -           0.0000          -
10747.73/562.60	c       563          77326        1367        20                -           0.0000          -
10846.87/567.65	c       568          78251        1363        20                -           0.0000          -
10948.00/572.71	c       573          79251        1366        20                -           0.0000          -
11049.16/577.80	c       578          80156        1381        20                -           0.0000          -
11150.34/582.97	c       583          87103        1444        20                -           0.0000          -
11249.55/587.99	c       588          81869        1364        20                -           0.0000          -
11351.35/593.06	c       593          88634        1439        20                -           0.0000          -
11457.83/598.48	c       598          89377        1460        20                -           0.0000          -
11559.04/603.58	c       604          90250        1430        20                -           0.0000          -
11660.23/608.65	c       609          91183        1432        20                -           0.0000          -
11761.41/613.71	c       614          84063        1721        20                -           0.0000          -
11860.45/618.75	c       619          92947        1435        20                -           0.0000          -
11961.55/623.84	c       624          93701        1419        20                -           0.0000          -
12062.71/628.99	c       629          94135         221        20                -           0.0000          -
12164.61/634.14	c       634          94455         541        20                -           0.0000          -
12265.51/639.19	c       639          94855         941        20                -           0.0000          -
12365.94/644.24	c       644          95295        1381        20                -           0.0000          -
12466.91/649.35	c       649          95883        1900        20                -           0.0000          -
12568.02/654.40	c       654          96579        1650        20                -           0.0000          -
12667.06/659.41	c       659          97195        1624        20                -           0.0000          -
12768.20/664.57	c       665          98001        1640        20                -           0.0000          -
12869.34/669.68	c       670          90886        1719        20                -           0.0000          -
12970.42/674.78	c       675          91505        1716        20                -           0.0000          -
13073.47/679.90	c       680          92163        1712        20                -           0.0000          -
13172.63/684.98	c       685          92800        1704        20                -           0.0000          -
13274.50/690.07	c       690          93477        1707        20                -           0.0000          -
13375.63/695.15	c       695          94532        1733        20                -           0.0000          -
13476.01/700.21	c       700          95850        1705        20                -           0.0000          -
13576.94/705.34	c       705          96517        1694        20                -           0.0000          -
13677.84/710.44	c       710          97279        1686        20                -           0.0000          -
13778.87/715.52	c       716          98207        1856        20                -           0.0000          -
13880.02/720.62	c       721          99616        1703        20                -           0.0000          -
13979.09/725.69	c       726         100436        1695        20                -           0.0000          -
14082.11/730.82	c       731         101378        1722        20                -           0.0000          -
14180.45/735.90	c       736         102127        1714        20                -           0.0000          -
14284.15/741.04	c       741         102903        1693        20                -           0.0000          -
14383.30/746.09	c       746         103613        1697        20                -           0.0000          -
14485.55/751.20	c       751         104264        1682        20                -           0.0000          -
14586.38/756.30	c       756         110696        1590        20                -           0.0000          -
14685.39/761.37	c       761         105678        1676        20                -           0.0000          -
14786.52/766.44	c       766         106357        1672        20                -           0.0000          -
14887.68/771.51	c       772         107035        1680        20                -           0.0000          -
14986.72/776.57	c       777         107889        1675        20                -           0.0000          -
15087.22/781.64	c       782         113774        1577        20                -           0.0000          -
15188.38/786.75	c       787         114441        1586        20                -           0.0000          -
15289.32/791.81	c       792         114988        1586        20                -           0.0000          -
15388.48/796.89	c       797         115600        1575        20                -           0.0000          -
15492.20/802.04	c       802         116088        1572        20                -           0.0000          -
15592.54/807.14	c       807         116755        1577        20                -           0.0000          -
15691.60/812.18	c       812         117282        1576        20                -           0.0000          -
15792.00/817.24	c       817         117863        1568        20                -           0.0000          -
15893.04/822.40	c       822         118997        1638        20                -           0.0000          -
15993.42/827.45	c       827         119966        1577        20                -           0.0000          -
16094.13/832.53	c       833         120943        1575        20                -           0.0000          -
16195.23/837.60	c       838         121757        1571        20                -           0.0000          -
16296.34/842.73	c       843         119784        1670        20                -           0.0000          -
16397.45/847.80	c       848         120580        1669        20                -           0.0000          -
16498.40/853.02	c       853         121469        1671        20                -           0.0000          -
16600.15/858.10	c       858         122232        1669        20                -           0.0000          -
16702.26/863.23	c       863         123195        1683        20                -           0.0000          -
16801.42/868.28	c       868         123994        1667        20                -           0.0000          -
16902.49/873.33	c       873         124767        1671        20                -           0.0000          -
17003.57/878.41	c       878         125638        1658        20                -           0.0000          -
17102.50/883.50	c       884         126381        1661        20                -           0.0000          -
17205.51/888.65	c       889         127087        1657        20                -           0.0000          -
17306.41/893.77	c       894         127886        1670        20                -           0.0000          -
17407.55/898.87	c       899         128757        1674        20                -           0.0000          -
17508.66/903.92	c       904              2           1        20                -           0.0000          -
17607.81/909.01	c       909              2           1        20                -           0.0000          -
17709.60/914.09	c       914              2           1        20                -           0.0000          -
17811.99/919.21	c       919              2           1        20                -           0.0000          -
17913.09/924.34	c       924              2           1        20                -           0.0000          -
18014.22/929.44	c       929              4           3        20                -           0.0000          -
18113.36/934.49	c       934              5           4        20                -           0.0000          -
18214.46/939.58	c       940              5           4        20                -           0.0000          -
18317.43/944.74	c       945              5           4        20                -           0.0000          -
18418.56/949.87	c       950              5           4        20                -           0.0000          -
18519.69/954.91	c       955              5           4        20                -           0.0000          -
18618.84/959.98	c       960              3           2        20                -           0.0000          -
18720.59/965.09	c       965              7           6        20                -           0.0000          -
18824.96/970.31	c       970              7           6        20                -           0.0000          -
18924.08/975.38	c       975              7           6        20                -           0.0000          -
19025.11/980.45	c       980              7           6        20                -           0.0000          -
19126.23/985.51	c       986              7           6        20                -           0.0000          -
19227.40/990.60	c       991              7           6        20                -           0.0000          -
19326.55/995.67	c       996              7           6        20                -           0.0000          -
19427.30/1000.71	c      1001              7           6        20                -           0.0000          -
19526.32/1005.73	c      1006              7           6        20                -           0.0000          -
19627.45/1010.87	c      1011              7           6        20                -           0.0000          -
19728.57/1015.93	c      1016              7           6        20                -           0.0000          -
19827.74/1020.98	c      1021              7           6        20                -           0.0000          -
19926.87/1026.04	c      1026              7           6        20                -           0.0000          -
20028.78/1031.12	c      1031              7           6        20                -           0.0000          -
20131.07/1036.24	c      1036              7           6        20                -           0.0000          -
20230.25/1041.26	c      1041              7           6        20                -           0.0000          -
20331.39/1046.33	c      1046              7           6        20                -           0.0000          -
20438.51/1051.71	c      1052              7           6        20                -           0.0000          -
20537.70/1056.78	c      1057              7           6        20                -           0.0000          -
20638.90/1061.85	c      1062              7           6        20                -           0.0000          -
20740.00/1066.94	c      1067              7           6        20                -           0.0000          -
20841.87/1072.05	c      1072              7           6        20                -           0.0000          -
20941.22/1077.14	c      1077              7           6        20                -           0.0000          -
21043.47/1082.20	c      1082              7           6        20                -           0.0000          -
21142.57/1087.29	c      1087              7           6        20                -           0.0000          -
21243.73/1092.37	c      1092              7           6        20                -           0.0000          -
21344.89/1097.43	c      1097              7           6        20                -           0.0000          -
21446.03/1102.50	c      1103              7           6        20                -           0.0000          -
21545.20/1107.53	c      1108              7           6        20                -           0.0000          -
21644.32/1112.56	c      1113              7           6        20                -           0.0000          -
21745.46/1117.64	c      1118              7           6        20                -           0.0000          -
21846.59/1122.73	c      1123              7           6        20                -           0.0000          -
21949.71/1127.90	c      1128              7           6        20                -           0.0000          -
22048.87/1132.98	c      1133              7           6        20                -           0.0000          -
22148.11/1138.00	c      1138              7           6        20                -           0.0000          -
22249.83/1143.12	c      1143              7           6        20                -           0.0000          -
22352.18/1148.26	c      1148              7           6        20                -           0.0000          -
22453.30/1153.37	c      1153              7           6        20                -           0.0000          -
22554.43/1158.46	c      1158              7           6        20                -           0.0000          -
22655.57/1163.51	c      1164              7           6        20                -           0.0000          -
22754.66/1168.59	c      1169              7           6        20                -           0.0000          -
22857.79/1173.70	c      1174              7           6        20                -           0.0000          -
22956.91/1178.78	c      1179              7           6        20                -           0.0000          -
23057.96/1183.86	c      1184              7           6        20                -           0.0000          -
23159.08/1188.96	c      1189              7           6        20                -           0.0000          -
23260.92/1194.04	c      1194              7           6        20                -           0.0000          -
23360.00/1199.12	c      1199              7           6        20                -           0.0000          -
23461.12/1204.15	c      1204              7           6        20                -           0.0000          -
23561.58/1209.25	c      1209              7           6        20                -           0.0000          -
23662.72/1214.33	c      1214              7           6        20                -           0.0000          -
23761.90/1219.39	c      1219              7           6        20                -           0.0000          -
23865.01/1224.50	c      1224              7           6        20                -           0.0000          -
23964.19/1229.58	c      1230              7           6        20                -           0.0000          -
24065.22/1234.68	c      1235              7           6        20                -           0.0000          -
24166.28/1239.73	c      1240              7           6        20                -           0.0000          -
24267.33/1244.83	c      1245              7           6        20                -           0.0000          -
24368.47/1249.91	c      1250              7           6        20                -           0.0000          -
24470.19/1255.05	c      1255              7           6        20                -           0.0000          -
24569.50/1260.12	c      1260              7           6        20                -           0.0000          -
24671.84/1265.23	c      1265              7           6        20                -           0.0000          -
24772.94/1270.31	c      1270              7           6        20                -           0.0000          -
24874.05/1275.41	c      1275              7           6        20                -           0.0000          -
24975.18/1280.52	c      1281              7           6        20                -           0.0000          -
25076.22/1285.62	c      1286              7           6        20                -           0.0000          -
25175.38/1290.67	c      1291              7           6        20                -           0.0000          -
25276.48/1295.74	c      1296              7           6        20                -           0.0000          -
25379.59/1300.93	c      1301              7           6        20                -           0.0000          -
25481.23/1306.13	c      1306              7           6        20                -           0.0000          -
25582.62/1311.20	c      1311              7           6        20                -           0.0000          -
25686.77/1316.41	c      1316              7           6        20                -           0.0000          -
25787.91/1321.53	c      1322              7           6        20                -           0.0000          -
25889.02/1326.61	c      1327              7           6        20                -           0.0000          -
25988.17/1331.69	c      1332              7           6        20                -           0.0000          -
26089.29/1336.76	c      1337              7           6        20                -           0.0000          -
26192.33/1341.92	c      1342              7           6        20                -           0.0000          -
26291.48/1347.01	c      1347             11           6        20                -           0.0000          -
26393.26/1352.10	c      1352             11           6        20                -           0.0000          -
26494.72/1357.16	c      1357             11           6        20                -           0.0000          -
26594.95/1362.23	c      1362             11           6        20                -           0.0000          -
26695.89/1367.33	c      1367             11           6        20                -           0.0000          -
26797.00/1372.46	c      1372             11           6        20                -           0.0000          -
26898.12/1377.58	c      1378             11           6        20                -           0.0000          -
26999.23/1382.64	c      1383             11           6        20                -           0.0000          -
27102.33/1387.80	c      1388             11           6        20                -           0.0000          -
27201.45/1392.88	c      1393             11           6        20                -           0.0000          -
27302.56/1398.03	c      1398             11           6        20                -           0.0000          -
27404.32/1403.13	c      1403             11           6        20                -           0.0000          -
27505.65/1408.19	c      1408             11           6        20                -           0.0000          -
27605.84/1413.24	c      1413             11           6        20                -           0.0000          -
27706.93/1418.37	c      1418             11           6        20                -           0.0000          -
27810.02/1423.52	c      1424             11           6        20                -           0.0000          -
27909.15/1428.60	c      1429             11           6        20                -           0.0000          -
28010.26/1433.64	c      1434             11           6        20                -           0.0000          -
28111.39/1438.72	c      1439             11           6        20                -           0.0000          -
28212.55/1443.83	c      1444             11           6        20                -           0.0000          -
28311.70/1448.88	c      1449             11           6        20                -           0.0000          -
28412.81/1453.96	c      1454             11           6        20                -           0.0000          -
28514.57/1459.07	c      1459             11           6        20                -           0.0000          -
28615.73/1464.14	c      1464             11           6        20                -           0.0000          -
28716.21/1469.21	c      1469             11           6        20                -           0.0000          -
28816.69/1474.31	c      1474             11           6        20                -           0.0000          -
28917.64/1479.43	c      1479             11           6        20                -           0.0000          -
29018.76/1484.51	c      1485             11           6        20                -           0.0000          -
29117.82/1489.55	c      1490             11           6        20                -           0.0000          -
29218.93/1494.65	c      1495             11           6        20                -           0.0000          -
29320.05/1499.72	c      1500             11           6        20                -           0.0000          -
29419.21/1504.76	c      1505             11           6        20                -           0.0000          -
29520.34/1509.81	c      1510             11           6        20                -           0.0000          -
29619.46/1514.88	c      1515             11           6        20                -           0.0000          -
29719.86/1519.91	c      1520             11           6        20                -           0.0000          -
29818.71/1524.93	c      1525             11           6        20                -           0.0000          -
29917.83/1529.99	c      1530             21          18        20                -           0.0000          -
30019.55/1535.06	c      1535             21          18        20                -           0.0000          -
30118.51/1540.12	c      1540             21          18        20                -           0.0000          -
30220.69/1545.25	c      1545             21          18        20                -           0.0000          -
30321.83/1550.36	c      1550             21          18        20                -           0.0000          -
30422.97/1555.45	c      1555             21          18        20                -           0.0000          -
30524.06/1560.59	c      1561             21          18        20                -           0.0000          -
30625.16/1565.65	c      1566             21          18        20                -           0.0000          -
30726.15/1570.71	c      1571             21          18        20                -           0.0000          -
30827.27/1575.81	c      1576             21          18        20                -           0.0000          -
30926.41/1580.86	c      1581             21          18        20                -           0.0000          -
31027.52/1585.97	c      1586             21          18        20                -           0.0000          -
31126.67/1591.02	c      1591             21          18        20                -           0.0000          -
31228.67/1596.09	c      1596             21          18        20                -           0.0000          -
31329.55/1601.17	c      1601             21          18        20                -           0.0000          -
31429.85/1606.24	c      1606             21          18        20                -           0.0000          -
31530.98/1611.32	c      1611             21          18        20                -           0.0000          -
31629.98/1616.33	c      1616             21          18        20                -           0.0000          -
31731.13/1621.43	c      1621             21          18        20                -           0.0000          -
31832.21/1626.53	c      1627             21          18        20                -           0.0000          -
31931.28/1631.58	c      1632             21          18        20                -           0.0000          -
32032.22/1636.66	c      1637             21          18        20                -           0.0000          -
32133.31/1641.76	c      1642             21          18        20                -           0.0000          -
32234.42/1646.89	c      1647              9           8        20                -           0.0000          -
32335.53/1651.97	c      1652              9           8        20                -           0.0000          -
32437.38/1657.05	c      1657              9           8        20                -           0.0000          -
32539.77/1662.21	c      1662              9           8        20                -           0.0000          -
32640.88/1667.32	c      1667              9           8        20                -           0.0000          -
32740.00/1672.37	c      1672              9           8        20                -           0.0000          -
32841.15/1677.45	c      1677              9           8        20                -           0.0000          -
32942.29/1682.53	c      1683              9           8        20                -           0.0000          -
33043.37/1687.63	c      1688              9           8        20                -           0.0000          -
33144.51/1692.73	c      1693              9           8        20                -           0.0000          -
33245.68/1697.81	c      1698             13           8        20                -           0.0000          -
33344.54/1702.88	c      1703             13           8        20                -           0.0000          -
33445.57/1708.00	c      1708             13           8        20                -           0.0000          -
33549.36/1713.16	c      1713             13           8        20                -           0.0000          -
33649.83/1718.22	c      1718             13           8        20                -           0.0000          -
33748.98/1723.28	c      1723             10           9        20                -           0.0000          -
33851.93/1728.46	c      1728             10           9        20                -           0.0000          -
33953.03/1733.55	c      1734             10           9        20                -           0.0000          -
34054.00/1738.62	c      1739             14           9        20                -           0.0000          -
34154.08/1743.75	c      1744             14           9        20                -           0.0000          -
34254.87/1748.82	c      1749             14           9        20                -           0.0000          -
34353.95/1753.86	c      1754             14           9        20                -           0.0000          -
34455.12/1758.92	c      1759             14           9        20                -           0.0000          -
34554.05/1763.99	c      1764             14           9        20                -           0.0000          -
34655.71/1769.04	c      1769             14           9        20                -           0.0000          -
34754.87/1774.04	c      1774             14           9        20                -           0.0000          -
34855.91/1779.16	c      1779             14           9        20                -           0.0000          -
34958.34/1784.31	c      1784             14           9        20                -           0.0000          -
35057.44/1789.36	c      1789             14           9        20                -           0.0000          -
35158.52/1794.43	c      1794             14           9        20                -           0.0000          -
35259.62/1799.56	c      1800             14           9        20                -           0.0000          -
35360.77/1804.63	c      1805             14           9        20                -           0.0000          -
35461.79/1809.70	c      1810             14           9        20                -           0.0000          -
35560.92/1814.76	c      1815             14           9        20                -           0.0000          -
35662.04/1819.83	c      1820             14           9        20                -           0.0000          -
35761.12/1824.89	c      1825             14           9        20                -           0.0000          -
35862.25/1829.95	c      1830             14           9        20                -           0.0000          -
35961.40/1835.04	c      1835             14           9        20                -           0.0000          -
36065.24/1840.16	c      1840             14           9        20                -           0.0000          -
36165.64/1845.26	c      1845             14           9        20                -           0.0000          -
36266.77/1850.33	c      1850             14           9        20                -           0.0000          -
36367.90/1855.44	c      1855             14           9        20                -           0.0000          -
36468.88/1860.51	c      1861             14           9        20                -           0.0000          -
36567.96/1865.59	c      1866             14           9        20                -           0.0000          -
36668.95/1870.64	c      1871             14           9        20                -           0.0000          -
36770.15/1875.71	c      1876             14           9        20                -           0.0000          -
36869.12/1880.74	c      1881             14           9        20                -           0.0000          -
36970.25/1885.80	c      1886             14           9        20                -           0.0000          -
37069.18/1890.86	c      1891             14           9        20                -           0.0000          -
37168.18/1895.87	c      1896             14           9        20                -           0.0000          -
37269.31/1900.97	c      1901             14           9        20                -           0.0000          -
37371.08/1906.05	c      1906             14           9        20                -           0.0000          -
37472.40/1911.16	c      1911             14           9        20                -           0.0000          -
37572.52/1916.24	c      1916             14           9        20                -           0.0000          -
37673.55/1921.31	c      1921             14           9        20                -           0.0000          -
37774.66/1926.40	c      1926             14           9        20                -           0.0000          -
37873.74/1931.47	c      1931             14           9        20                -           0.0000          -
37976.78/1936.62	c      1937             14           9        20                -           0.0000          -
38079.89/1941.83	c      1942             14           9        20                -           0.0000          -
38180.81/1946.93	c      1947             14           9        20                -           0.0000          -
38279.90/1951.99	c      1952             14           9        20                -           0.0000          -
38381.69/1957.09	c      1957             14           9        20                -           0.0000          -
38482.89/1962.18	c      1962             14           9        20                -           0.0000          -
38583.09/1967.27	c      1967             14           9        20                -           0.0000          -
38684.06/1972.33	c      1972             14           9        20                -           0.0000          -
38785.08/1977.42	c      1977             14           9        20                -           0.0000          -
38886.20/1982.55	c      1983             14           9        20                -           0.0000          -
38987.17/1987.62	c      1988             14           9        20                -           0.0000          -
39086.24/1992.68	c      1993             14           9        20                -           0.0000          -
39187.35/1997.79	c      1998             14           9        20                -           0.0000          -
39288.49/2002.84	c      2003             14           9        20                -           0.0000          -
39389.51/2007.92	c      2008             14           9        20                -           0.0000          -
39488.20/2012.99	c      2013             14           9        20                -           0.0000          -
39592.07/2018.16	c      2018             14           9        20                -           0.0000          -
39692.11/2023.25	c      2023             14           9        20                -           0.0000          -
39793.20/2028.34	c      2028             14           9        20                -           0.0000          -
39894.32/2033.44	c      2033             14           9        20                -           0.0000          -
39993.46/2038.50	c      2038             14           9        20                -           0.0000          -
40094.55/2043.58	c      2044             14           9        20                -           0.0000          -
40197.51/2048.70	c      2049             14           9        20                -           0.0000          -
40296.64/2053.75	c      2054             14           9        20                -           0.0000          -
40395.54/2058.81	c      2059             14           9        20                -           0.0000          -
40496.66/2063.87	c      2064             14           9        20                -           0.0000          -
40597.79/2068.93	c      2069             14           9        20                -           0.0000          -
40697.01/2074.01	c      2074             14           9        20                -           0.0000          -
40798.35/2079.08	c      2079             14           9        20                -           0.0000          -
40897.36/2084.14	c      2084             14           9        20                -           0.0000          -
40999.44/2089.20	c      2089             14           9        20                -           0.0000          -
41098.57/2094.27	c      2094             14           9        20                -           0.0000          -
41199.68/2099.32	c      2099             14           9        20                -           0.0000          -
41300.77/2104.41	c      2104             14           9        20                -           0.0000          -
41399.79/2109.46	c      2109             14           9        20                -           0.0000          -
41500.94/2114.52	c      2115             14           9        20                -           0.0000          -
41602.05/2119.60	c      2120             14           9        20                -           0.0000          -
41700.72/2124.61	c      2125             14           9        20                -           0.0000          -
41799.71/2129.70	c      2130             14           9        20                -           0.0000          -
41902.84/2134.83	c      2135             14           9        20                -           0.0000          -
42003.56/2139.97	c      2140             14           9        20                -           0.0000          -
42102.63/2145.02	c      2145             14           9        20                -           0.0000          -
42201.61/2150.03	c      2150             14           9        20                -           0.0000          -
42303.35/2155.09	c      2155             14           9        20                -           0.0000          -
42405.60/2160.25	c      2160             14           9        20                -           0.0000          -
42506.40/2165.38	c      2165             14           9        20                -           0.0000          -
42607.40/2170.49	c      2170             14           9        20                -           0.0000          -
42710.38/2175.62	c      2176             14           9        20                -           0.0000          -
42809.50/2180.70	c      2181             14           9        20                -           0.0000          -
42910.60/2185.74	c      2186             14           9        20                -           0.0000          -
43011.73/2190.87	c      2191             14           9        20                -           0.0000          -
43112.77/2195.97	c      2196             14           9        20                -           0.0000          -
43214.52/2201.09	c      2201             12          11        20                -           0.0000          -
43316.87/2206.20	c      2206             12          11        20                -           0.0000          -
43415.92/2211.28	c      2211             12          11        20                -           0.0000          -
43516.81/2216.35	c      2216             12          11        20                -           0.0000          -
43617.92/2221.40	c      2221             12          11        20                -           0.0000          -
43718.83/2226.58	c      2227             12          11        20                -           0.0000          -
43819.88/2231.66	c      2232             12          11        20                -           0.0000          -
43920.80/2236.74	c      2237             12          11        20                -           0.0000          -
44021.72/2241.85	c      2242             12          11        20                -           0.0000          -
44122.66/2246.91	c      2247             12          11        20                -           0.0000          -
44224.39/2252.07	c      2252             12          11        20                -           0.0000          -
44323.74/2257.10	c      2257             25          15        20                -           0.0000          -
44424.61/2262.19	c      2262             25          15        20                -           0.0000          -
44525.22/2267.29	c      2267             25          15        20                -           0.0000          -
44628.14/2272.41	c      2272             25          15        20                -           0.0000          -
44727.28/2277.47	c      2277             25          15        20                -           0.0000          -
44828.43/2282.58	c      2283             25          15        20                -           0.0000          -
44929.24/2287.67	c      2288             25          15        20                -           0.0000          -
45030.26/2292.78	c      2293             25          15        20                -           0.0000          -
45131.17/2297.83	c      2298             25          15        20                -           0.0000          -
45232.23/2302.98	c      2303             25          15        20                -           0.0000          -
45334.00/2308.07	c      2308             25          15        20                -           0.0000          -
45435.19/2313.18	c      2313             25          15        20                -           0.0000          -
45535.40/2318.29	c      2318             25          15        20                -           0.0000          -
45636.51/2323.35	c      2323             25          15        20                -           0.0000          -
45737.35/2328.44	c      2328             25          15        20                -           0.0000          -
45838.40/2333.54	c      2334             25          15        20                -           0.0000          -
45939.42/2338.67	c      2339             25          15        20                -           0.0000          -
46040.55/2343.76	c      2344             25          15        20                -           0.0000          -
46141.52/2348.88	c      2349             25          15        20                -           0.0000          -
46242.66/2353.98	c      2354             25          15        20                -           0.0000          -
46344.37/2359.04	c      2359             25          15        20                -           0.0000          -
46443.76/2364.11	c      2364             25          15        20                -           0.0000          -
46545.96/2369.20	c      2369             25          15        20                -           0.0000          -
46645.06/2374.28	c      2374             25          15        20                -           0.0000          -
46746.19/2379.35	c      2379             25          15        20                -           0.0000          -
46845.30/2384.39	c      2384             25          15        20                -           0.0000          -
46946.43/2389.42	c      2389             25          15        20                -           0.0000          -
47047.51/2394.52	c      2395             25          15        20                -           0.0000          -
47146.62/2399.57	c      2400             25          15        20                -           0.0000          -
47247.68/2404.64	c      2405             25          15        20                -           0.0000          -
47348.63/2409.77	c      2410             25          15        20                -           0.0000          -
47449.72/2414.84	c      2415             25          15        20                -           0.0000          -
47550.77/2419.93	c      2420             25          15        20                -           0.0000          -
47649.89/2425.02	c      2425             25          15        20                -           0.0000          -
47751.80/2430.06	c      2430             25          15        20                -           0.0000          -
47852.73/2435.14	c      2435             25          15        20                -           0.0000          -
47953.27/2440.22	c      2440             25          15        20                -           0.0000          -
48054.44/2445.30	c      2445             25          15        20                -           0.0000          -
48153.64/2450.39	c      2450             25          15        20                -           0.0000          -
48254.82/2455.48	c      2455             25          15        20                -           0.0000          -
48355.97/2460.57	c      2461             25          15        20                -           0.0000          -
48457.14/2465.63	c      2466             25          15        20                -           0.0000          -
48556.35/2470.67	c      2471             25          15        20                -           0.0000          -
48657.53/2475.74	c      2476             25          15        20                -           0.0000          -
48758.71/2480.82	c      2481             25          15        20                -           0.0000          -
48857.92/2485.85	c      2486             25          15        20                -           0.0000          -
48959.11/2490.94	c      2491             25          15        20                -           0.0000          -
49058.31/2496.00	c      2496             25          15        20                -           0.0000          -
49157.50/2501.02	c      2501             25          15        20                -           0.0000          -
49261.12/2506.14	c      2506             25          15        20                -           0.0000          -
49360.74/2511.17	c      2511             25          15        20                -           0.0000          -
49463.06/2516.34	c      2516             25          15        20                -           0.0000          -
49562.25/2521.39	c      2521             25          15        20                -           0.0000          -
49663.43/2526.46	c      2526             25          15        20                -           0.0000          -
49764.61/2531.58	c      2532             25          15        20                -           0.0000          -
49867.79/2536.71	c      2537             25          15        20                -           0.0000          -
49968.99/2541.82	c      2542             25          15        20                -           0.0000          -
50070.21/2546.91	c      2547             25          15        20                -           0.0000          -
50169.40/2551.97	c      2552             25          15        20                -           0.0000          -
50271.33/2557.05	c      2557             25          15        20                -           0.0000          -
50370.51/2562.11	c      2562             25          15        20                -           0.0000          -
50471.55/2567.16	c      2567             25          15        20                -           0.0000          -
50571.77/2572.24	c      2572             25          15        20                -           0.0000          -
50672.82/2577.30	c      2577             25          15        20                -           0.0000          -
50773.85/2582.44	c      2582             25          15        20                -           0.0000          -
50874.86/2587.57	c      2588             25          15        20                -           0.0000          -
50975.88/2592.70	c      2593             25          15        20                -           0.0000          -
51076.89/2597.76	c      2598             25          15        20                -           0.0000          -
51177.91/2602.85	c      2603             25          15        20                -           0.0000          -
51278.93/2607.96	c      2608             25          15        20                -           0.0000          -
51380.67/2613.05	c      2613             25          15        20                -           0.0000          -
51479.63/2618.12	c      2618             25          15        20                -           0.0000          -
51583.96/2623.30	c      2623             25          15        20                -           0.0000          -
51682.97/2628.35	c      2628             25          15        20                -           0.0000          -
51783.99/2633.40	c      2633             25          15        20                -           0.0000          -
51883.04/2638.46	c      2638             25          15        20                -           0.0000          -
51984.05/2643.60	c      2644             25          15        20                -           0.0000          -
52085.24/2648.69	c      2649             25          15        20                -           0.0000          -
52188.03/2653.80	c      2654             25          15        20                -           0.0000          -
52289.03/2658.92	c      2659             25          15        20                -           0.0000          -
52390.59/2664.09	c      2664             25          15        20                -           0.0000          -
52492.04/2669.16	c      2669             25          15        20                -           0.0000          -
52592.00/2674.22	c      2674             25          15        20                -           0.0000          -
52691.04/2679.29	c      2679             25          15        20                -           0.0000          -
52792.05/2684.33	c      2684             25          15        20                -           0.0000          -
52891.09/2689.39	c      2689             25          15        20                -           0.0000          -
52994.11/2694.53	c      2695             25          15        20                -           0.0000          -
53095.15/2699.60	c      2700             25          15        20                -           0.0000          -
53196.17/2704.75	c      2705             25          15        20                -           0.0000          -
53297.21/2709.81	c      2710             25          15        20                -           0.0000          -
53398.22/2714.91	c      2715             25          15        20                -           0.0000          -
53497.27/2720.03	c      2720             25          15        20                -           0.0000          -
53602.23/2725.25	c      2725             25          15        20                -           0.0000          -
53703.25/2730.32	c      2730             25          15        20                -           0.0000          -
53802.26/2735.39	c      2735             25          15        20                -           0.0000          -
53903.28/2740.48	c      2740             25          15        20                -           0.0000          -
54004.30/2745.53	c      2746             25          15        20                -           0.0000          -
54103.36/2750.58	c      2751             25          15        20                -           0.0000          -
54204.37/2755.66	c      2756             25          15        20                -           0.0000          -
54305.40/2760.74	c      2761             25          15        20                -           0.0000          -
54404.43/2765.79	c      2766             25          15        20                -           0.0000          -
54505.44/2770.85	c      2771             25          15        20                -           0.0000          -
54606.48/2775.90	c      2776             25          15        20                -           0.0000          -
54705.53/2780.99	c      2781             25          15        20                -           0.0000          -
54810.53/2786.24	c      2786             25          15        20                -           0.0000          -
54911.57/2791.30	c      2791             25          15        20                -           0.0000          -
55010.59/2796.38	c      2796             25          15        20                -           0.0000          -
55111.61/2801.46	c      2801             25          15        20                -           0.0000          -
55212.67/2806.58	c      2807             25          15        20                -           0.0000          -
55313.67/2811.67	c      2812             25          15        20                -           0.0000          -
55414.69/2816.75	c      2817             25          15        20                -           0.0000          -
55515.69/2821.88	c      2822             25          15        20                -           0.0000          -
55616.71/2826.95	c      2827             25          15        20                -           0.0000          -
55715.75/2832.02	c      2832             25          15        20                -           0.0000          -
55819.33/2837.14	c      2837             25          15        20                -           0.0000          -
55919.77/2842.22	c      2842             25          15        20                -           0.0000          -
56018.77/2847.29	c      2847             25          15        20                -           0.0000          -
56119.80/2852.34	c      2852             25          15        20                -           0.0000          -
56218.86/2857.39	c      2857             25          15        20                -           0.0000          -
56317.90/2862.40	c      2862             25          15        20                -           0.0000          -
56420.94/2867.50	c      2868             25          15        20                -           0.0000          -
56521.96/2872.62	c      2873             25          15        20                -           0.0000          -
56620.98/2877.69	c      2878             25          15        20                -           0.0000          -
56723.98/2882.87	c      2883             25          15        20                -           0.0000          -
56824.98/2887.92	c      2888             25          15        20                -           0.0000          -
56924.00/2892.98	c      2893             25          15        20                -           0.0000          -
57025.58/2898.11	c      2898             25          15        20                -           0.0000          -
57128.05/2903.21	c      2903             25          15        20                -           0.0000          -
57227.07/2908.29	c      2908             25          15        20                -           0.0000          -
57328.10/2913.37	c      2913             25          15        20                -           0.0000          -
57429.15/2918.45	c      2918             25          15        20                -           0.0000          -
57530.16/2923.55	c      2924             25          15        20                -           0.0000          -
57631.22/2928.67	c      2929             25          15        20                -           0.0000          -
57732.27/2933.76	c      2934             25          15        20                -           0.0000          -
57833.30/2938.90	c      2939             25          15        20                -           0.0000          -
57934.28/2943.99	c      2944             25          15        20                -           0.0000          -
58035.90/2949.04	c      2949             25          15        20                -           0.0000          -
58135.06/2954.11	c      2954             25          15        20                -           0.0000          -
58237.34/2959.22	c      2959             25          15        20                -           0.0000          -
58336.38/2964.28	c      2964             25          15        20                -           0.0000          -
58437.46/2969.34	c      2969             25          15        20                -           0.0000          -
58536.50/2974.39	c      2974             25          15        20                -           0.0000          -
58637.53/2979.47	c      2979             25          15        20                -           0.0000          -
58738.53/2984.53	c      2985             25          15        20                -           0.0000          -
58837.60/2989.59	c      2990             25          15        20                -           0.0000          -
58940.62/2994.79	c      2995             25          15        20                -           0.0000          -
59046.25/3000.04	c      3000             25          15        20                -           0.0000          -
59147.64/3005.18	c      3005             25          15        20                -           0.0000          -
59247.66/3010.27	c      3010             25          15        20                -           0.0000          -
59348.69/3015.31	c      3015             25          15        20                -           0.0000          -
59449.72/3020.42	c      3020             25          15        20                -           0.0000          -
59548.82/3025.49	c      3025             25          15        20                -           0.0000          -
59651.85/3030.66	c      3031             25          15        20                -           0.0000          -
59752.88/3035.72	c      3036             25          15        20                -           0.0000          -
59855.91/3040.92	c      3041             25          15        20                -           0.0000          -
59954.94/3046.01	c      3046             25          15        20                -           0.0000          -
60056.76/3051.13	c      3051             25          15        20                -           0.0000          -
60157.60/3056.19	c      3056             25          15        20                -           0.0000          -
60258.05/3061.27	c      3061             25          15        20                -           0.0000          -
60361.08/3066.44	c      3066             25          15        20                -           0.0000          -
60462.10/3071.57	c      3072             25          15        20                -           0.0000          -
60563.14/3076.67	c      3077             25          15        20                -           0.0000          -
60666.18/3081.82	c      3082             25          15        20                -           0.0000          -
60767.25/3086.92	c      3087             25          15        20                -           0.0000          -
60866.31/3092.01	c      3092             25          15        20                -           0.0000          -
60967.90/3097.09	c      3097             25          15        20                -           0.0000          -
61069.21/3102.17	c      3102             25          15        20                -           0.0000          -
61169.39/3107.25	c      3107             25          15        20                -           0.0000          -
61270.42/3112.37	c      3112             25          15        20                -           0.0000          -
61371.45/3117.44	c      3117             15          10        20                -           0.0000          -
61472.49/3122.50	c      3122             15          10        20                -           0.0000          -
61571.60/3127.55	c      3128             15          10        20                -           0.0000          -
61672.65/3132.67	c      3133             15          10        20                -           0.0000          -
61773.66/3137.73	c      3138             15          10        20                -           0.0000          -
61874.68/3142.82	c      3143             15          10        20                -           0.0000          -
61973.68/3147.87	c      3148             15          10        20                -           0.0000          -
62074.71/3152.93	c      3153             15          10        20                -           0.0000          -
62173.80/3158.02	c      3158             15          10        20                -           0.0000          -
62275.40/3163.12	c      3163             15          10        20                -           0.0000          -
62376.67/3168.20	c      3168             15          10        20                -           0.0000          -
62476.98/3173.28	c      3173             15          10        20                -           0.0000          -
62578.03/3178.35	c      3178             15          10        20                -           0.0000          -
62679.08/3183.46	c      3183             15          10        20                -           0.0000          -
62780.13/3188.56	c      3189             15          10        20                -           0.0000          -
62881.22/3193.66	c      3194             15          10        20                -           0.0000          -
62982.32/3198.75	c      3199             15          10        20                -           0.0000          -
63083.37/3203.81	c      3204             15          10        20                -           0.0000          -
63184.42/3208.94	c      3209             15          10        20                -           0.0000          -
63283.49/3214.03	c      3214             15          10        20                -           0.0000          -
63387.07/3219.16	c      3219             15          10        20                -           0.0000          -
63487.52/3224.23	c      3224             15          10        20                -           0.0000          -
63588.53/3229.31	c      3229             15          10        20                -           0.0000          -
63687.59/3234.36	c      3234             15          10        20                -           0.0000          -
63786.65/3239.38	c      3239             15          10        20                -           0.0000          -
63889.66/3244.53	c      3245             15          10        20                -           0.0000          -
63990.68/3249.61	c      3250             15          10        20                -           0.0000          -
64093.68/3254.82	c      3255             15          10        20                -           0.0000          -
64194.74/3259.92	c      3260             15          10        20                -           0.0000          -
64296.33/3265.03	c      3265             15          10        20                -           0.0000          -
64395.57/3270.10	c      3270             15          10        20                -           0.0000          -
64497.85/3275.24	c      3275             15          10        20                -           0.0000          -
64598.91/3280.35	c      3280             15          10        20                -           0.0000          -
64699.96/3285.47	c      3285             15          10        20                -           0.0000          -
64800.97/3290.55	c      3291             15          10        20                -           0.0000          -
64902.01/3295.61	c      3296             15          10        20                -           0.0000          -
65001.05/3300.67	c      3301             15          10        20                -           0.0000          -
65102.08/3305.76	c      3306             15          10        20                -           0.0000          -
65205.05/3310.95	c      3311             15          10        20                -           0.0000          -
65306.67/3316.03	c      3316             15          10        20                -           0.0000          -
65405.72/3321.11	c      3321             15          10        20                -           0.0000          -
65506.78/3326.17	c      3326             15          10        20                -           0.0000          -
65607.26/3331.21	c      3331             15          10        20                -           0.0000          -
65708.29/3336.31	c      3336             15          10        20                -           0.0000          -
65807.34/3341.39	c      3341             15          10        20                -           0.0000          -
65910.38/3346.51	c      3347             15          10        20                -           0.0000          -
66009.41/3351.56	c      3352             15          10        20                -           0.0000          -
66110.44/3356.63	c      3357             15          10        20                -           0.0000          -
66211.47/3361.71	c      3362             15          10        20                -           0.0000          -
66310.51/3366.79	c      3367             15          10        20                -           0.0000          -
66411.52/3371.87	c      3372             15          10        20                -           0.0000          -
66512.54/3376.95	c      3377             15          10        20                -           0.0000          -
66611.59/3381.98	c      3382             15          10        20                -           0.0000          -
66713.30/3387.07	c      3387             15          10        20                -           0.0000          -
66812.41/3392.12	c      3392             15          10        20                -           0.0000          -
66914.67/3397.23	c      3397             15          10        20                -           0.0000          -
67013.74/3402.26	c      3402             15          10        20                -           0.0000          -
67114.77/3407.38	c      3407             15          10        20                -           0.0000          -
67215.80/3412.46	c      3412             15          10        20                -           0.0000          -
67316.85/3417.50	c      3418             15          10        20                -           0.0000          -
67415.93/3422.58	c      3423             15          10        20                -           0.0000          -
67517.16/3427.65	c      3428             15          10        20                -           0.0000          -
67617.97/3432.70	c      3433             15          10        20                -           0.0000          -
67719.01/3437.81	c      3438             15          10        20                -           0.0000          -
67820.03/3442.91	c      3443             15          10        20                -           0.0000          -
67921.65/3448.03	c      3448             15          10        20                -           0.0000          -
68022.77/3453.14	c      3453             15          10        20                -           0.0000          -
68123.16/3458.22	c      3458             15          10        20                -           0.0000          -
68224.22/3463.32	c      3463             15          10        20                -           0.0000          -
68323.29/3468.39	c      3468             15          10        20                -           0.0000          -
68424.38/3473.44	c      3473             15          10        20                -           0.0000          -
68527.47/3478.60	c      3479             15          10        20                -           0.0000          -
68626.56/3483.65	c      3484             15          10        20                -           0.0000          -
68727.62/3488.73	c      3489             15          10        20                -           0.0000          -
68828.71/3493.81	c      3494             15          10        20                -           0.0000          -
68929.78/3498.98	c      3499             15          10        20                -           0.0000          -
69031.55/3504.07	c      3504             15          10        20                -           0.0000          -
69132.93/3509.16	c      3509             15          10        20                -           0.0000          -
69233.02/3514.24	c      3514             15          10        20                -           0.0000          -
69334.11/3519.34	c      3519             15          10        20                -           0.0000          -
69435.17/3524.45	c      3524             15          10        20                -           0.0000          -
69536.24/3529.54	c      3530             15          10        20                -           0.0000          -
69637.30/3534.62	c      3535             15          10        20                -           0.0000          -
69736.40/3539.69	c      3540             15          10        20                -           0.0000          -
69837.48/3544.80	c      3545             15          10        20                -           0.0000          -
69938.59/3549.86	c      3550             15          10        20                -           0.0000          -
70039.70/3554.91	c      3555             15          10        20                -           0.0000          -
70138.80/3560.01	c      3560             15          10        20                -           0.0000          -
70242.54/3565.14	c      3565             15          10        20                -           0.0000          -
70342.95/3570.20	c      3570             15          10        20                -           0.0000          -
70442.05/3575.22	c      3575             15          10        20                -           0.0000          -
70543.16/3580.32	c      3580             15          10        20                -           0.0000          -
70642.29/3585.38	c      3585             15          10        20                -           0.0000          -
70745.36/3590.52	c      3591             15          10        20                -           0.0000          -
70846.45/3595.70	c      3596             15          10        20                -           0.0000          -
70947.54/3600.76	c      3601             15          10        20                -           0.0000          -
71048.57/3605.82	c      3606             15          10        20                -           0.0000          -
71149.68/3610.97	c      3611             15          10        20                -           0.0000          -
71251.35/3616.08	c      3616             15          10        20                -           0.0000          -
71350.64/3621.13	c      3621             15          10        20                -           0.0000          -
71453.00/3626.22	c      3626             15          10        20                -           0.0000          -
71552.09/3631.29	c      3631             15          10        20                -           0.0000          -
71653.17/3636.35	c      3636             15          10        20                -           0.0000          -
71756.26/3641.51	c      3642             15          10        20                -           0.0000          -
71857.35/3646.65	c      3647             15          10        20                -           0.0000          -
71958.43/3651.71	c      3652             15          10        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: 191670 MiB (174709 MiB free)
  memory of node 1: 193494 MiB (176265 MiB free)
  memory of node 2: 193531 MiB (191522 MiB free)
  memory of node 3: 193531 MiB (169987 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-4465699-1722529447/watcher-4465699-1722529447 -o /tmp/evaluation-result-4465699-1722529447/solver-4465699-1722529447 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116234 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465699-1722529447.opb -qsol -t 72000 -sth 20 

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

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

Enforcing 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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=124956, runsolver pid=124953
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 80.12 70.09 51.68 62/983 124957
/proc/meminfo: memFree=729517120/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=92084 memory=78688 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 17423 0 0 0 9 2 0 0 20 0 1 0 19527834 94294016 19672 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 23021 19672 2598 3035 0 19417 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 92084 KiB
Current children cumulated memory: 78688 KiB

[startup+0.219943 s]*
/proc/loadavg: 80.12 70.09 51.68 63/983 124957
/proc/meminfo: memFree=729495380/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=113428 memory=100428 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 24579 0 0 0 20 3 0 0 20 0 1 0 19527834 116150272 25107 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 28357 25107 2662 3035 0 24753 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 113428 KiB
Current children cumulated memory: 100428 KiB

[startup+0.323046 s]*
/proc/loadavg: 80.12 70.09 51.68 62/983 124957
/proc/meminfo: memFree=729494964/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=113428 memory=100428 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 24579 0 0 0 29 3 0 0 20 0 1 0 19527834 116150272 25107 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 28357 25107 2662 3035 0 24753 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 113428 KiB
Current children cumulated memory: 100428 KiB

[startup+0.700227 s]
/proc/loadavg: 80.12 70.09 51.68 62/983 124957
/proc/meminfo: memFree=729487536/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=123448 memory=109676 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 29108 0 0 0 64 4 0 0 20 0 1 0 19527834 126410752 27419 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 30862 27419 2758 3035 0 27258 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 123448 KiB
Current children cumulated memory: 109676 KiB

[startup+1.50025 s]
/proc/loadavg: 78.59 69.94 51.73 64/983 124957
/proc/meminfo: memFree=729520076/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=159044 memory=142532 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 35502 0 0 0 143 6 0 0 20 0 1 0 19527834 162861056 35633 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 39761 35633 2774 3035 0 36157 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 159044 KiB
Current children cumulated memory: 142532 KiB

[startup+3.12011 s]
/proc/loadavg: 78.59 69.94 51.73 62/983 124957
/proc/meminfo: memFree=729518588/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=160124 memory=143588 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 35773 0 0 0 304 6 0 0 20 0 1 0 19527834 163966976 35897 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 40031 35897 2774 3035 0 36427 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 143588 KiB

[startup+6.30023 s]
/proc/loadavg: 77.18 69.79 51.78 62/983 124957
/proc/meminfo: memFree=729371680/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=164420 memory=147644 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 36820 0 0 0 620 6 0 0 20 0 1 0 19527834 168366080 36911 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 41105 36911 2774 3035 0 37501 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 164420 KiB
Current children cumulated memory: 147644 KiB

[startup+12.7002 s]
/proc/loadavg: 75.89 69.64 51.83 62/983 124959
/proc/meminfo: memFree=729335980/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=165748 memory=149224 CPUtime=12.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) R 124953 124956 116222 0 -1 4194304 37184 0 0 0 1257 6 0 0 20 0 1 0 19527834 169725952 37306 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 41437 37306 2774 3035 0 37833 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 165748 KiB
Current children cumulated memory: 149224 KiB

[startup+25.5015 s]
/proc/loadavg: 73.60 69.36 51.92 81/1023 125001
/proc/meminfo: memFree=726916492/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=3258012 memory=2323580 CPUtime=97.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) S 124953 124956 116222 0 -1 1077936128 649618 0 0 0 9584 130 0 0 20 0 41 0 19527834 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 58 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 814503 580895 2806 3035 0 694315 0
[pid=124956/tid=124962] ppid=124953 vsize=3258012 memory=0 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124962/stat : 124962 (fscip) R 124953 124956 116222 0 -1 4194368 25920 0 0 0 376 5 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124963] ppid=124953 vsize=3258012 memory=0 CPUtime=3.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124963/stat : 124963 (fscip) R 124953 124956 116222 0 -1 4194368 30906 0 0 0 375 5 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124964] ppid=124953 vsize=3258012 memory=0 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124964/stat : 124964 (fscip) R 124953 124956 116222 0 -1 4194368 30711 0 0 0 375 6 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124965] ppid=124953 vsize=3258012 memory=5512 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124965/stat : 124965 (fscip) R 124953 124956 116222 0 -1 4194368 25924 0 0 0 376 5 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124966] ppid=124953 vsize=3258012 memory=0 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124966/stat : 124966 (fscip) R 124953 124956 116222 0 -1 4194368 30712 0 0 0 374 7 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124967] ppid=124953 vsize=3258012 memory=3472838478293893456 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124967/stat : 124967 (fscip) R 124953 124956 116222 0 -1 4194368 30897 0 0 0 375 6 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124968] ppid=124953 vsize=3258012 memory=15776 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124968/stat : 124968 (fscip) R 124953 124956 116222 0 -1 4194368 29837 0 0 0 375 6 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124969] ppid=124953 vsize=3258012 memory=0 CPUtime=3.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124969/stat : 124969 (fscip) R 124953 124956 116222 0 -1 4194368 31032 0 0 0 375 5 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124970] ppid=124953 vsize=3258012 memory=147644 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124970/stat : 124970 (fscip) R 124953 124956 116222 0 -1 4194368 30928 0 0 0 375 6 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124971] ppid=124953 vsize=3258012 memory=2316 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124971/stat : 124971 (fscip) R 124953 124956 116222 0 -1 4194368 25963 0 0 0 376 5 0 0 20 0 41 0 19529932 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124972] ppid=124953 vsize=3258012 memory=33000 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124972/stat : 124972 (fscip) R 124953 124956 116222 0 -1 4194368 31028 0 0 0 376 5 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124973] ppid=124953 vsize=3258012 memory=122 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124973/stat : 124973 (fscip) R 124953 124956 116222 0 -1 4194368 30765 0 0 0 375 6 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124974] ppid=124953 vsize=3258012 memory=122 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124974/stat : 124974 (fscip) R 124953 124956 116222 0 -1 4194368 25660 0 0 0 376 5 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124975] ppid=124953 vsize=3258012 memory=0 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124975/stat : 124975 (fscip) R 124953 124956 116222 0 -1 4194368 30890 0 0 0 375 6 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124976] ppid=124953 vsize=3258012 memory=280344192546032 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124976/stat : 124976 (fscip) R 124953 124956 116222 0 -1 4194368 31027 0 0 0 375 6 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124977] ppid=124953 vsize=3258012 memory=2208 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124977/stat : 124977 (fscip) R 124953 124956 116222 0 -1 4194368 25934 0 0 0 375 6 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124978] ppid=124953 vsize=3258012 memory=2036 CPUtime=3.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124978/stat : 124978 (fscip) R 124953 124956 116222 0 -1 4194368 31966 0 0 0 374 6 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124979] ppid=124953 vsize=3258012 memory=4604 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124979/stat : 124979 (fscip) R 124953 124956 116222 0 -1 4194368 30957 0 0 0 376 5 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124980] ppid=124953 vsize=3258012 memory=258344 CPUtime=3.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124980/stat : 124980 (fscip) R 124953 124956 116222 0 -1 4194368 25945 0 0 0 365 4 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124981] ppid=124953 vsize=3258012 memory=8242994891312070682 CPUtime=3.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124981/stat : 124981 (fscip) R 124953 124956 116222 0 -1 4194368 30982 0 0 0 375 5 0 0 20 0 41 0 19529933 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124982] ppid=124953 vsize=3258012 memory=2321436 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124982/stat : 124982 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124983] ppid=124953 vsize=3258012 memory=280344193489216 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124983/stat : 124983 (fscip) S 124953 124956 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124984] ppid=124953 vsize=3258012 memory=140172096787920 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124984/stat : 124984 (fscip) S 124953 124956 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124985] ppid=124953 vsize=3258012 memory=280344193057760 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124985/stat : 124985 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124986] ppid=124953 vsize=3258012 memory=7318452475133972 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124986/stat : 124986 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124987] ppid=124953 vsize=3258012 memory=-1088251628401078322 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124987/stat : 124987 (fscip) S 124953 124956 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124988] ppid=124953 vsize=3258012 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124988/stat : 124988 (fscip) S 124953 124956 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124989] ppid=124953 vsize=3258012 memory=-8951326923256637979 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124989/stat : 124989 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124990] ppid=124953 vsize=3258012 memory=38844130910404740 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124990/stat : 124990 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124991] ppid=124953 vsize=3258012 memory=8196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124991/stat : 124991 (fscip) S 124953 124956 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124992] ppid=124953 vsize=3258012 memory=3300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124992/stat : 124992 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124993] ppid=124953 vsize=3258012 memory=2264 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124993/stat : 124993 (fscip) S 124953 124956 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124994] ppid=124953 vsize=3258012 memory=1668 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124994/stat : 124994 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124995] ppid=124953 vsize=3258012 memory=2316 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124995/stat : 124995 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124996] ppid=124953 vsize=3258012 memory=33000 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124996/stat : 124996 (fscip) S 124953 124956 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19530000 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124997] ppid=124953 vsize=3258012 memory=1804 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124997/stat : 124997 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530001 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124998] ppid=124953 vsize=3258012 memory=280344192666192 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124998/stat : 124998 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530001 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124999] ppid=124953 vsize=3258012 memory=8444360971911186 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124999/stat : 124999 (fscip) S 124953 124956 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 19530001 3336204288 580895 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0

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

/proc/124956/task/124988/stat : 124988 (fscip) S 124953 124956 116222 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124989] ppid=124953 vsize=18015732 memory=2316 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124989/stat : 124989 (fscip) S 124953 124956 116222 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124990] ppid=124953 vsize=18015732 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124990/stat : 124990 (fscip) S 124953 124956 116222 0 -1 1077936192 197 0 0 0 0 2 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124991] ppid=124953 vsize=18015732 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124991/stat : 124991 (fscip) S 124953 124956 116222 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124992] ppid=124953 vsize=18015732 memory=5512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124992/stat : 124992 (fscip) S 124953 124956 116222 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124993] ppid=124953 vsize=18015732 memory=15776 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124993/stat : 124993 (fscip) S 124953 124956 116222 0 -1 1077936192 200 0 0 0 1 1 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124994] ppid=124953 vsize=18015732 memory=15076400 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124994/stat : 124994 (fscip) S 124953 124956 116222 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124995] ppid=124953 vsize=18015732 memory=15074348 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124995/stat : 124995 (fscip) S 124953 124956 116222 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124996] ppid=124953 vsize=18015732 memory=15776 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124996/stat : 124996 (fscip) S 124953 124956 116222 0 -1 1077936192 199 0 0 0 0 2 0 0 20 0 41 0 19530000 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124997] ppid=124953 vsize=18015732 memory=2316 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124997/stat : 124997 (fscip) S 124953 124956 116222 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 19530001 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124998] ppid=124953 vsize=18015732 memory=15070056 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124998/stat : 124998 (fscip) S 124953 124956 116222 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124999] ppid=124953 vsize=18015732 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124999/stat : 124999 (fscip) S 124953 124956 116222 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=125000] ppid=124953 vsize=18015732 memory=15076096 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/125000/stat : 125000 (fscip) S 124953 124956 116222 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=125001] ppid=124953 vsize=18015732 memory=5859278117392508977 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/125001/stat : 125001 (fscip) S 124953 124956 116222 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3769100 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
Current children cumulated CPU time: 71772.1 s
Current children cumulated vsize: 18015732 KiB
Current children cumulated memory: 15076400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3653.8 s]
/proc/loadavg: 61.39 61.92 66.29 62/985 127103
/proc/meminfo: memFree=728501640/790760804 swapFree=131071996/131071996
[pid=124956] ppid=124953 vsize=18015732 memory=15080548 CPUtime=72000.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/stat : 124956 (fscip) S 124953 124956 116222 0 -1 1077936128 39442866 0 0 0 7192062 7946 0 0 20 0 41 0 19527834 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 17 66 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
/proc/124956/statm: 4503933 3770137 3366 3035 0 4384585 0
[pid=124956/tid=124962] ppid=124953 vsize=18015732 memory=25333125866717268 CPUtime=3603.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124962/stat : 124962 (fscip) R 124953 124956 116222 0 -1 4194368 1030932 0 0 0 360262 101 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124963] ppid=124953 vsize=18015732 memory=12632 CPUtime=3603.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124963/stat : 124963 (fscip) R 124953 124956 116222 0 -1 4194368 1688382 0 0 0 360117 215 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124964] ppid=124953 vsize=18015732 memory=11916 CPUtime=3584.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124964/stat : 124964 (fscip) R 124953 124956 116222 0 -1 4194368 3851350 0 0 0 357469 981 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124965] ppid=124953 vsize=18015732 memory=2680 CPUtime=3603.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124965/stat : 124965 (fscip) R 124953 124956 116222 0 -1 4194368 584162 0 0 0 360320 67 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124966] ppid=124953 vsize=18015732 memory=15067716 CPUtime=3604.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124966/stat : 124966 (fscip) R 124953 124956 116222 0 -1 4194368 1108318 0 0 0 360270 174 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124967] ppid=124953 vsize=18015732 memory=10544 CPUtime=3600.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124967/stat : 124967 (fscip) R 124953 124956 116222 0 -1 4194368 3758919 0 0 0 359044 1019 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124968] ppid=124953 vsize=18015732 memory=20660 CPUtime=3600.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124968/stat : 124968 (fscip) R 124953 124956 116222 0 -1 4194368 1070894 0 0 0 359936 104 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124969] ppid=124953 vsize=18015732 memory=6952 CPUtime=3592.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124969/stat : 124969 (fscip) R 124953 124956 116222 0 -1 4194368 1259235 0 0 0 359105 186 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124970] ppid=124953 vsize=18015732 memory=7044 CPUtime=3582.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124970/stat : 124970 (fscip) R 124953 124956 116222 0 -1 4194368 4142370 0 0 0 357260 980 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124971] ppid=124953 vsize=18015732 memory=28152 CPUtime=3605.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124971/stat : 124971 (fscip) R 124953 124956 116222 0 -1 4194368 1076559 0 0 0 360405 109 0 0 20 0 41 0 19529932 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124972] ppid=124953 vsize=18015732 memory=25333125866717268 CPUtime=3595.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124972/stat : 124972 (fscip) R 124953 124956 116222 0 -1 4194368 1261521 0 0 0 359392 174 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124973] ppid=124953 vsize=18015732 memory=2208 CPUtime=3601.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124973/stat : 124973 (fscip) R 124953 124956 116222 0 -1 4194368 3409619 0 0 0 359174 1020 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124974] ppid=124953 vsize=18015732 memory=2036 CPUtime=3604.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124974/stat : 124974 (fscip) R 124953 124956 116222 0 -1 4194368 1026501 0 0 0 360344 98 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124975] ppid=124953 vsize=18015732 memory=31316 CPUtime=3605.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124975/stat : 124975 (fscip) R 124953 124956 116222 0 -1 4194368 1624578 0 0 0 360295 215 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124976] ppid=124953 vsize=18015732 memory=28568 CPUtime=3588.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124976/stat : 124976 (fscip) R 124953 124956 116222 0 -1 4194368 4050584 0 0 0 357932 946 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124977] ppid=124953 vsize=18015732 memory=2680 CPUtime=3599.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124977/stat : 124977 (fscip) R 124953 124956 116222 0 -1 4194368 900011 0 0 0 359834 88 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124978] ppid=124953 vsize=18015732 memory=6840 CPUtime=3602.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124978/stat : 124978 (fscip) R 124953 124956 116222 0 -1 4194368 1020643 0 0 0 360097 164 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124979] ppid=124953 vsize=18015732 memory=15080548 CPUtime=3599.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124979/stat : 124979 (fscip) R 124953 124956 116222 0 -1 4194368 4090367 0 0 0 358977 962 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124980] ppid=124953 vsize=18015732 memory=2652 CPUtime=3602.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124980/stat : 124980 (fscip) R 124953 124956 116222 0 -1 4194368 896298 0 0 0 360166 95 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124981] ppid=124953 vsize=18015732 memory=6744 CPUtime=3596.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124981/stat : 124981 (fscip) R 124953 124956 116222 0 -1 4194368 1525046 0 0 0 359481 197 0 0 20 0 41 0 19529933 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124982] ppid=124953 vsize=18015732 memory=18906112 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124982/stat : 124982 (fscip) S 124953 124956 116222 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124983] ppid=124953 vsize=18015732 memory=2632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124983/stat : 124983 (fscip) S 124953 124956 116222 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124984] ppid=124953 vsize=18015732 memory=6712 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124984/stat : 124984 (fscip) S 124953 124956 116222 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124985] ppid=124953 vsize=18015732 memory=16402904 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124985/stat : 124985 (fscip) S 124953 124956 116222 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124986] ppid=124953 vsize=18015732 memory=6720663251111394407 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124986/stat : 124986 (fscip) S 124953 124956 116222 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124987] ppid=124953 vsize=18015732 memory=1668 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124987/stat : 124987 (fscip) S 124953 124956 116222 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124988] ppid=124953 vsize=18015732 memory=8892 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124988/stat : 124988 (fscip) S 124953 124956 116222 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124989] ppid=124953 vsize=18015732 memory=28648 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124989/stat : 124989 (fscip) S 124953 124956 116222 0 -1 1077936192 199 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124990] ppid=124953 vsize=18015732 memory=32760 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124990/stat : 124990 (fscip) S 124953 124956 116222 0 -1 1077936192 200 0 0 0 0 2 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124991] ppid=124953 vsize=18015732 memory=7068 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124991/stat : 124991 (fscip) S 124953 124956 116222 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124992] ppid=124953 vsize=18015732 memory=33000 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124992/stat : 124992 (fscip) S 124953 124956 116222 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124993] ppid=124953 vsize=18015732 memory=1804 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124993/stat : 124993 (fscip) S 124953 124956 116222 0 -1 1077936192 203 0 0 0 1 1 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124994] ppid=124953 vsize=18015732 memory=6048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124994/stat : 124994 (fscip) S 124953 124956 116222 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124995] ppid=124953 vsize=18015732 memory=51200 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124995/stat : 124995 (fscip) S 124953 124956 116222 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124996] ppid=124953 vsize=18015732 memory=7312 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124996/stat : 124996 (fscip) S 124953 124956 116222 0 -1 1077936192 202 0 0 0 0 2 0 0 20 0 41 0 19530000 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124997] ppid=124953 vsize=18015732 memory=26988 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124997/stat : 124997 (fscip) S 124953 124956 116222 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 19530001 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124998] ppid=124953 vsize=18015732 memory=3776 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124998/stat : 124998 (fscip) S 124953 124956 116222 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=124999] ppid=124953 vsize=18015732 memory=40456 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/124999/stat : 124999 (fscip) S 124953 124956 116222 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=125000] ppid=124953 vsize=18015732 memory=8196 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/125000/stat : 125000 (fscip) S 124953 124956 116222 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
[pid=124956/tid=125001] ppid=124953 vsize=18015732 memory=3300 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/124956/task/125001/stat : 125001 (fscip) S 124953 124956 116222 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 19530001 18448109568 3770137 809668444160 4194304 16623229 140736819894656 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32964608 140736819897353 140736819897471 140736819897471 140736819904496 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 18015732 KiB
Current children cumulated memory: 15080548 KiB

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

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

# cumulated CPU time of all completed processes:  user=71920.9 s, system=79.9482 s

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

[startup+3654.02 s]*
/proc/loadavg: 61.39 61.92 66.29 43/946 127103
/proc/meminfo: memFree=735719684/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3654.2 s]
/proc/loadavg: 61.39 61.92 66.29 43/946 127103
/proc/meminfo: memFree=735719684/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3654.3 s]
/proc/loadavg: 61.39 61.92 66.29 43/946 127103
/proc/meminfo: memFree=735719684/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): 3654.3
CPU time (s): 72000.8
CPU user time (s): 71920.9
CPU system time (s): 79.9482
CPU usage (%): 1970.3
Max. virtual memory (cumulated for all children) (KiB): 18015732
Max. memory (cumulated for all children) (KiB): 15080548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71920.9
system time used= 79.9482
maximum resident set size= 15080548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39442968
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= 144825
involuntary context switches= 279260


# summary of solver processes directly reported to runsolver:
#   pid: 124956
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71920.9
#   total CPU system time (s): 79.9482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.7428 second user time and 85.4577 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 18:24:07
IDJOB=4465699
IDBENCH=158262
IDSOLVER=3094
FILE ID=nodeD105/4465699-1722529447
RUNJOBID= nodeD105-1722521994-116234
SLURM_JOB_ID= 8254270
Free space on /tmp= 8622776 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K134.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-4465699-1722529447/watcher-4465699-1722529447 -o /tmp/evaluation-result-4465699-1722529447/solver-4465699-1722529447 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116234 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465699-1722529447.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=11119779

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        729586188 kB
MemAvailable:   731614228 kB
Buffers:          274984 kB
Cached:          5066264 kB
SwapCached:            0 kB
Active:           504044 kB
Inactive:       58009788 kB
Active(anon):       2168 kB
Inactive(anon): 53192940 kB
Active(file):     501876 kB
Inactive(file):  4816848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29308 kB
Writeback:            72 kB
AnonPages:      53172648 kB
Mapped:           126640 kB
Shmem:             22536 kB
KReclaimable:     258036 kB
Slab:             622064 kB
SReclaimable:     258036 kB
SUnreclaim:       364028 kB
KernelStack:       16864 kB
PageTables:       118660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8872820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           261888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4880384 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:      567296 kB
DirectMap2M:    60747776 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-08-01 19:25:02