Trace number 4465558

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.27947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
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 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22413312, getVmSize() = 22413312, SCIPgetMemUsed() = 726119, SCIPgetMemTotal() = 902639, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14989799, getVmSize() = 23912448, SCIPgetMemUsed() = 850193, SCIPgetMemTotal() = 1382297, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465558-1722454927
0.00/0.00	c   Variables        : 68 (68 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 68 (68 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 1 
0.00/0.00	c   logicor          : 1 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
98.28/5.09	c         5          84001          48        20                -           0.0000          -
198.98/10.14	c        10         109656          47        20                -           0.0000          -
297.44/15.19	c        15         129633          44        20                -           0.0000          -
397.20/20.23	c        20         149753          46        20                -           0.0000          -
495.77/25.28	c        25         170150          45        20                -           0.0000          -
596.26/30.33	c        30         190606          49        20                -           0.0000          -
694.67/35.38	c        35         211141          48        20                -           0.0000          -
795.31/40.43	c        40         231423          50        20                -           0.0000          -
894.02/45.48	c        45         251905          48        20                -           0.0000          -
994.64/50.53	c        51         272501          44        20                -           0.0000          -
1093.15/55.58	c        56         293028          47        20                -           0.0000          -
1193.64/60.63	c        61         313730          47        20                -           0.0000          -
1292.04/65.67	c        66         334231          46        20                -           0.0000          -
1391.97/70.72	c        71         354703          46        20                -           0.0000          -
1490.17/75.77	c        76        3507942          43        20                -           0.0000          -
1590.47/80.83	c        81         395878          47        20                -           0.0000          -
1689.18/85.87	c        86         416360          47        20                -           0.0000          -
1789.64/90.92	c        91         436843          46        20                -           0.0000          -
1888.01/95.97	c        96         457181          48        20                -           0.0000          -
1986.56/101.02	c       101         477746          47        20                -           0.0000          -
2087.41/106.06	c       106         498369          46        20                -           0.0000          -
2185.85/111.12	c       111         519009          46        20                -           0.0000          -
2286.29/116.17	c       116         539548          49        20                -           0.0000          -
2386.29/121.22	c       121         559929          46        20                -           0.0000          -
2484.42/126.27	c       126         580355          48        20                -           0.0000          -
2585.01/131.32	c       131         600737          44        20                -           0.0000          -
2683.11/136.37	c       136         622998          49        20                -           0.0000          -
2783.56/141.42	c       141         645148          45        20                -           0.0000          -
2882.11/146.47	c       146         665735          46        20                -           0.0000          -
2982.67/151.52	c       152         686042          47        20                -           0.0000          -
3081.29/156.57	c       157        7264536          43        20                -           0.0000          -
3181.85/161.62	c       162         727099          46        20                -           0.0000          -
3280.35/166.66	c       167         747594          47        20                -           0.0000          -
3380.97/171.71	c       172         768295          48        20                -           0.0000          -
3479.55/176.77	c       177         788853          46        20                -           0.0000          -
3580.28/181.82	c       182         809528          47        20                -           0.0000          -
3678.95/186.88	c       187         830223          44        20                -           0.0000          -
3779.74/191.93	c       192         850799          48        20                -           0.0000          -
3878.38/196.96	c       197         871381          44        20                -           0.0000          -
3977.35/202.02	c       202         891913          48        20                -           0.0000          -
4078.12/207.07	c       207         912534          47        20                -           0.0000          -
4176.93/212.12	c       212         932965          44        20                -           0.0000          -
4277.59/217.17	c       217         953789          46        20                -           0.0000          -
4377.85/222.22	c       222         974446          47        20                -           0.0000          -
4476.64/227.27	c       227         995175          46        20                -           0.0000          -
4577.38/232.32	c       232        1015661          46        20                -           0.0000          -
4675.98/237.37	c       237        1036192          47        20                -           0.0000          -
4776.65/242.41	c       242        1056674          45        20                -           0.0000          -
4875.59/247.47	c       247        1077383          46        20                -           0.0000          -
4976.48/252.52	c       253        1097993          44        20                -           0.0000          -
5075.49/257.55	c       258        1118648          45        20                -           0.0000          -
5176.24/262.61	c       263        1139241          44        20                -           0.0000          -
5275.06/267.65	c       268        1159758          45        20                -           0.0000          -
5375.94/272.71	c       273        1180458          45        20                -           0.0000          -
5474.60/277.76	c       278        1201119          46        20                -           0.0000          -
5575.22/282.81	c       283        1221808          45        20                -           0.0000          -
5674.09/287.86	c       288        1242254          45        20                -           0.0000          -
5774.78/292.90	c       293       13847554          45        20                -           0.0000          -
5873.62/297.96	c       298        1283560          47        20                -           0.0000          -
5972.51/303.01	c       303        1304288          45        20                -           0.0000          -
6073.68/308.05	c       308        1324995          46        20                -           0.0000          -
6172.42/313.11	c       313        1345663          48        20                -           0.0000          -
6273.03/318.16	c       318        1366247          46        20                -           0.0000          -
6373.16/323.21	c       323        1387073          46        20                -           0.0000          -
6471.86/328.26	c       328        1407702          49        20                -           0.0000          -
6572.44/333.31	c       333        1428322          49        20                -           0.0000          -
6671.23/338.36	c       338        1449066          45        20                -           0.0000          -
6772.05/343.41	c       343        1469679          46        20                -           0.0000          -
6870.77/348.46	c       348        1490213          48        20                -           0.0000          -
6971.40/353.51	c       354        1510945          48        20                -           0.0000          -
7070.02/358.56	c       359        1531473          48        20                -           0.0000          -
7170.72/363.61	c       364        1551907          44        20                -           0.0000          -
7269.43/368.66	c       369        1572708          47        20                -           0.0000          -
7370.09/373.71	c       374        1593244          47        20                -           0.0000          -
7468.62/378.75	c       379        1613853          46        20                -           0.0000          -
7569.43/383.81	c       384        1634508          47        20                -           0.0000          -
7668.24/388.86	c       389        1655300          47        20                -           0.0000          -
7769.05/393.91	c       394        1675930          45        20                -           0.0000          -
7867.75/398.96	c       399        1696414          45        20                -           0.0000          -
7966.63/404.01	c       404        1716986          45        20                -           0.0000          -
8068.00/409.06	c       409       19410907          48        20                -           0.0000          -
8166.98/414.12	c       414        1758048          43        20                -           0.0000          -
8267.63/419.16	c       419        1778546          45        20                -           0.0000          -
8367.95/424.21	c       424        1799128          45        20                -           0.0000          -
8466.74/429.26	c       429        1819605          44        20                -           0.0000          -
8567.38/434.31	c       434        1840230          45        20                -           0.0000          -
8665.57/439.36	c       439        1860788          45        20                -           0.0000          -
8765.63/444.41	c       444       21100224          43        20                -           0.0000          -
8864.59/449.45	c       449        1902226          45        20                -           0.0000          -
8965.48/454.51	c       455       21577804          43        20                -           0.0000          -
9064.32/459.56	c       460        1943532          47        20                -           0.0000          -
9165.04/464.61	c       465        1964280          43        20                -           0.0000          -
9263.43/469.66	c       470        1984935          46        20                -           0.0000          -
9363.81/474.70	c       475        2005528          47        20                -           0.0000          -
9462.51/479.75	c       480        2026090          47        20                -           0.0000          -
9563.18/484.81	c       485        2046673          44        20                -           0.0000          -
9661.85/489.86	c       490        2067306          45        20                -           0.0000          -
9762.30/494.90	c       495       23510668          43        20                -           0.0000          -
9860.62/499.96	c       500        2108542          45        20                -           0.0000          -
9959.38/505.01	c       505        2129074          45        20                -           0.0000          -
10060.18/510.06	c       510        2149620          45        20                -           0.0000          -
10158.95/515.11	c       515        2170098          45        20                -           0.0000          -
10259.05/520.16	c       520        2190618          43        20                -           0.0000          -
10359.01/525.21	c       525        2211273          44        20                -           0.0000          -
10457.80/530.26	c       530        2231913          46        20                -           0.0000          -
10558.61/535.31	c       535        2252577          46        20                -           0.0000          -
10657.43/540.36	c       540        2273239          46        20                -           0.0000          -
10757.97/545.41	c       545        2293779          46        20                -           0.0000          -
10856.73/550.46	c       550        2314255          44        20                -           0.0000          -
10957.39/555.51	c       556        2334793          48        20                -           0.0000          -
11056.09/560.56	c       561        2355427          48        20                -           0.0000          -
11156.90/565.61	c       566        2375958          47        20                -           0.0000          -
11255.53/570.65	c       571        2396507          44        20                -           0.0000          -
11355.80/575.71	c       576        2417041          46        20                -           0.0000          -
11454.42/580.76	c       581        2437809          44        20                -           0.0000          -
11555.17/585.81	c       586        2458438          43        20                -           0.0000          -
11654.10/590.86	c       591        2479004          43        20                -           0.0000          -
11754.85/595.90	c       596        2499557          44        20                -           0.0000          -
11853.60/600.95	c       601        2520294          49        20                -           0.0000          -
11952.42/606.01	c       606        2540788          49        20                -           0.0000          -
12053.70/611.05	c       611        2561456          49        20                -           0.0000          -
12152.40/616.11	c       616        2582117          48        20                -           0.0000          -
12252.74/621.16	c       621        2602659          48        20                -           0.0000          -
12352.86/626.20	c       626       29714113          42        20                -           0.0000          -
12451.65/631.26	c       631        2643786          47        20                -           0.0000          -
12551.97/636.31	c       636        2664409          48        20                -           0.0000          -
12650.56/641.36	c       641        2684816          45        20                -           0.0000          -
12750.79/646.42	c       646        2705290          45        20                -           0.0000          -
12848.68/651.46	c       651        2725846          47        20                -           0.0000          -
12948.84/656.51	c       657        2746454          47        20                -           0.0000          -
13047.47/661.56	c       662        2766914          47        20                -           0.0000          -
13148.13/666.61	c       667        2787469          48        20                -           0.0000          -
13246.03/671.66	c       672        2808149          46        20                -           0.0000          -
13345.94/676.71	c       677        2828735          48        20                -           0.0000          -
13444.02/681.76	c       682        2849159          46        20                -           0.0000          -
13543.94/686.80	c       687        2869630          47        20                -           0.0000          -
13642.48/691.86	c       692        2890286          47        20                -           0.0000          -
13742.98/696.90	c       697        2910755          50        20                -           0.0000          -
13841.40/701.96	c       702        2931265          50        20                -           0.0000          -
13940.12/707.01	c       707       33484186          47        20                -           0.0000          -
14041.21/712.06	c       712       33720724          47        20                -           0.0000          -
14139.89/717.11	c       717       33958407          44        20                -           0.0000          -
14239.89/722.16	c       722       34189788          43        20                -           0.0000          -
14339.70/727.22	c       727       34430005          44        20                -           0.0000          -
14437.50/732.26	c       732       34660751          44        20                -           0.0000          -
14537.50/737.31	c       737       34887297          44        20                -           0.0000          -
14635.77/742.36	c       742       35126229          46        20                -           0.0000          -
14735.65/747.41	c       747       35357294          45        20                -           0.0000          -
14833.88/752.46	c       752       35589770          43        20                -           0.0000          -
14934.12/757.52	c       758       35820286          43        20                -           0.0000          -
15032.44/762.56	c       763       36057910          41        20                -           0.0000          -
15132.65/767.61	c       768       36291105          42        20                -           0.0000          -
15231.02/772.66	c       773       36525913          44        20                -           0.0000          -
15331.24/777.71	c       778       36762151          46        20                -           0.0000          -
15429.51/782.76	c       783       36995493          46        20                -           0.0000          -
15529.64/787.81	c       788       37228841          44        20                -           0.0000          -
15628.06/792.86	c       793       37464142          47        20                -           0.0000          -
15728.47/797.91	c       798       37700633          40        20                -           0.0000          -
15826.66/802.96	c       803       37936827          42        20                -           0.0000          -
15925.29/808.01	c       808       38181878          41        20                -           0.0000          -
16026.32/813.07	c       813       38422804          41        20                -           0.0000          -
16124.73/818.11	c       818       38663565          44        20                -           0.0000          -
16225.17/823.16	c       823       38898703          44        20                -           0.0000          -
16324.57/828.21	c       828       39128515          44        20                -           0.0000          -
16422.98/833.26	c       833       39369793          42        20                -           0.0000          -
16523.49/838.31	c       838       39604159          42        20                -           0.0000          -
16621.93/843.36	c       843       39838402          41        20                -           0.0000          -
16722.44/848.41	c       848       40077274          45        20                -           0.0000          -
16821.08/853.46	c       853       40316936          45        20                -           0.0000          -
16921.47/858.51	c       859       40552847          44        20                -           0.0000          -
17019.73/863.56	c       864       40790093          40        20                -           0.0000          -
17119.90/868.61	c       869       41025964          43        20                -           0.0000          -
17217.90/873.66	c       874       41255349          44        20                -           0.0000          -
17317.76/878.71	c       879       41485704          45        20                -           0.0000          -
17415.65/883.76	c       884       41716256          47        20                -           0.0000          -
17516.25/888.81	c       889       41954237          44        20                -           0.0000          -
17614.92/893.86	c       894       42197199          42        20                -           0.0000          -
17715.02/898.91	c       899       42431338          41        20                -           0.0000          -
17813.59/903.96	c       904       42666776          41        20                -           0.0000          -
17912.25/909.01	c       909       42906097          44        20                -           0.0000          -
18013.31/914.07	c       914       43144050          43        20                -           0.0000          -
18111.55/919.11	c       919       43376994          43        20                -           0.0000          -
18212.31/924.15	c       924       43615280          43        20                -           0.0000          -
18312.30/929.21	c       929       43850159          44        20                -           0.0000          -
18410.97/934.26	c       934       44085165          46        20                -           0.0000          -
18511.53/939.31	c       939       44323245          44        20                -           0.0000          -
18609.43/944.36	c       944       44558504          43        20                -           0.0000          -
18709.96/949.41	c       949       44796321          44        20                -           0.0000          -
18808.24/954.46	c       954       45032159          44        20                -           0.0000          -
18908.90/959.52	c       960       45271636          41        20                -           0.0000          -
19007.40/964.56	c       965       45508842          41        20                -           0.0000          -
19107.50/969.61	c       970       45742103          42        20                -           0.0000          -
19206.24/974.66	c       975       45977107          44        20                -           0.0000          -
19306.99/979.71	c       980       46218120          43        20                -           0.0000          -
19405.68/984.76	c       985       46460712          45        20                -           0.0000          -
19506.49/989.81	c       990       46703068          41        20                -           0.0000          -
19605.34/994.86	c       995       46937511          46        20                -           0.0000          -
19706.28/999.90	c      1000       47176142          43        20                -           0.0000          -
19805.01/1004.96	c      1005       47417831          42        20                -           0.0000          -
19903.79/1010.02	c      1010       47659301          42        20                -           0.0000          -
20002.50/1015.02	c      1015        4203747          50        20                -           0.0000          -
20103.69/1020.11	c      1020        4224267          48        20                -           0.0000          -
20204.26/1025.15	c      1025       48384818          43        20                -           0.0000          -
20303.01/1030.20	c      1030        4265184          47        20                -           0.0000          -
20403.26/1035.25	c      1035       48858914          47        20                -           0.0000          -
20502.07/1040.30	c      1040        4306199          48        20                -           0.0000          -
20602.99/1045.35	c      1045       49305391          46        20                -           0.0000          -
20701.66/1050.40	c      1050       49534134          41        20                -           0.0000          -
20802.36/1055.45	c      1055       49758923          50        20                -           0.0000          -
20900.91/1060.50	c      1060       49989132          47        20                -           0.0000          -
21001.59/1065.55	c      1066       50216797          46        20                -           0.0000          -
21102.17/1070.60	c      1071       50442053          48        20                -           0.0000          -
21200.81/1075.65	c      1076       50666806          45        20                -           0.0000          -
21301.46/1080.70	c      1081       50893549          44        20                -           0.0000          -
21400.31/1085.76	c      1086       51135849          46        20                -           0.0000          -
21499.04/1090.80	c      1091       51403594          47        20                -           0.0000          -
21600.09/1095.85	c      1096       51672223          42        20                -           0.0000          -
21698.94/1100.90	c      1101       51940367          46        20                -           0.0000          -
21799.73/1105.96	c      1106       52204316          47        20                -           0.0000          -
21898.44/1110.99	c      1111       52464538          45        20                -           0.0000          -
21999.74/1116.05	c      1116       52726590          41        20                -           0.0000          -
22098.35/1121.10	c      1121       52992959          44        20                -           0.0000          -
22199.19/1126.15	c      1126       53258929          44        20                -           0.0000          -
22299.56/1131.20	c      1131       53525734          49        20                -           0.0000          -
22397.89/1136.26	c      1136       53788433          48        20                -           0.0000          -
22496.76/1141.30	c      1141       54050268          45        20                -           0.0000          -
22597.43/1146.35	c      1146       54312258          47        20                -           0.0000          -
22698.25/1151.40	c      1151       54572912          45        20                -           0.0000          -
22797.05/1156.45	c      1156       54834107          46        20                -           0.0000          -
22897.69/1161.50	c      1162       55099314          43        20                -           0.0000          -
22996.39/1166.55	c      1167       55365841          46        20                -           0.0000          -
23097.10/1171.60	c      1172       55628924          45        20                -           0.0000          -
23195.88/1176.65	c      1177       55894450          45        20                -           0.0000          -
23294.74/1181.69	c      1182        4883394          47        20                -           0.0000          -
23395.35/1186.74	c      1187        4904001          46        20                -           0.0000          -
23495.98/1191.80	c      1192       56685759          48        20                -           0.0000          -
23594.84/1196.85	c      1197       56950355          46        20                -           0.0000          -
23693.62/1201.90	c      1202       57213642          45        20                -           0.0000          -
23794.13/1206.95	c      1207       57474893          44        20                -           0.0000          -
23892.73/1212.01	c      1212       57732595          48        20                -           0.0000          -
23993.77/1217.06	c      1217       57994650          47        20                -           0.0000          -
24092.54/1222.11	c      1222       58258998          45        20                -           0.0000          -
24193.26/1227.15	c      1227       58521401          44        20                -           0.0000          -
24292.22/1232.20	c      1232       58782884          45        20                -           0.0000          -
24392.54/1237.25	c      1237       59048936          43        20                -           0.0000          -
24491.39/1242.30	c      1242       59313117          42        20                -           0.0000          -
24592.05/1247.35	c      1247       59575679          44        20                -           0.0000          -
24690.43/1252.40	c      1252       59839419          44        20                -           0.0000          -
24790.74/1257.45	c      1257       60098186          41        20                -           0.0000          -
24891.28/1262.50	c      1262       60362619          46        20                -           0.0000          -
24990.00/1267.55	c      1268       60623555          46        20                -           0.0000          -
25090.50/1272.60	c      1273       60881379          44        20                -           0.0000          -
25189.37/1277.65	c      1278       61141919          46        20                -           0.0000          -
25290.09/1282.70	c      1283       61401420          47        20                -           0.0000          -
25388.77/1287.75	c      1288       61659056          43        20                -           0.0000          -
25489.41/1292.80	c      1293       61921563          44        20                -           0.0000          -
25588.16/1297.85	c      1298       62186616          47        20                -           0.0000          -
25687.17/1302.90	c      1303       62452698          43        20                -           0.0000          -
25787.99/1307.95	c      1308       62719873          46        20                -           0.0000          -
25886.67/1313.00	c      1313       62983751          46        20                -           0.0000          -
25987.89/1318.05	c      1318       63246967          46        20                -           0.0000          -
26086.54/1323.10	c      1323       63512889          48        20                -           0.0000          -
26187.13/1328.15	c      1328       63772319          44        20                -           0.0000          -
26285.58/1333.20	c      1333       64037491          46        20                -           0.0000          -
26386.03/1338.25	c      1338       64304213          48        20                -           0.0000          -
26486.84/1343.31	c      1343       64571032          47        20                -           0.0000          -
26585.57/1348.35	c      1348       64832395          46        20                -           0.0000          -
26686.14/1353.40	c      1353       65087460          49        20                -           0.0000          -
26784.95/1358.45	c      1358       65343804          49        20                -           0.0000          -
26883.32/1363.50	c      1364       65602133          42        20                -           0.0000          -
26983.56/1368.55	c      1369       65862847          46        20                -           0.0000          -
27081.76/1373.60	c      1374       66115868          45        20                -           0.0000          -
27182.53/1378.65	c      1379       66381050          47        20                -           0.0000          -
27283.09/1383.70	c      1384       66642292          47        20                -           0.0000          -
27381.97/1388.75	c      1389       66903359          46        20                -           0.0000          -
27480.51/1393.77	c      1394        5746554          47        20                -           0.0000          -
27581.27/1398.85	c      1399       67422674          41        20                -           0.0000          -
27679.99/1403.90	c      1404       67684250          47        20                -           0.0000          -
27780.81/1408.95	c      1409       67951202          45        20                -           0.0000          -
27879.35/1414.00	c      1414       68212372          45        20                -           0.0000          -
27980.70/1419.04	c      1419       68478486          45        20                -           0.0000          -
28079.47/1424.10	c      1424       68741720          47        20                -           0.0000          -
28180.35/1429.15	c      1429       69003547          46        20                -           0.0000          -
28279.19/1434.20	c      1434       69264778          45        20                -           0.0000          -
28379.59/1439.25	c      1439       69529020          45        20                -           0.0000          -
28480.33/1444.30	c      1444       69790508          43        20                -           0.0000          -
28579.06/1449.35	c      1449       70054541          44        20                -           0.0000          -
28679.83/1454.40	c      1454       70319243          44        20                -           0.0000          -
28778.70/1459.46	c      1459       70582167          44        20                -           0.0000          -
28877.72/1464.50	c      1464       70847548          43        20                -           0.0000          -
28978.20/1469.55	c      1470       71106821          46        20                -           0.0000          -
29078.78/1474.61	c      1475       71370533          44        20                -           0.0000          -
29177.34/1479.65	c      1480       71631076          47        20                -           0.0000          -
29278.16/1484.70	c      1485       71897629          40        20                -           0.0000          -
29376.85/1489.73	c      1490        6136796          49        20                -           0.0000          -
29475.65/1494.75	c      1495        6157294          45        20                -           0.0000          -
29576.38/1499.80	c      1500        6177832          43        20                -           0.0000          -
29675.07/1504.85	c      1505        6198410          49        20                -           0.0000          -
29775.84/1509.90	c      1510        6218909          44        20                -           0.0000          -
29874.59/1514.96	c      1515        6239505          46        20                -           0.0000          -
29973.24/1520.02	c      1520        6260074          49        20                -           0.0000          -
30074.26/1525.07	c      1525        6280641          46        20                -           0.0000          -
30173.05/1530.12	c      1530        6301259          48        20                -           0.0000          -
30273.66/1535.14	c      1535        8420352      240487        20                -           0.0000          -
30372.77/1540.19	c      1540        8444742      240392        20                -           0.0000          -
30472.87/1545.24	c      1545        8471416      240106        20                -           0.0000          -
30573.87/1550.32	c      1550        6383359          46        20                -           0.0000          -
30672.50/1555.37	c      1555        8519435      241196        20                -           0.0000          -
30773.04/1560.42	c      1560        6424525          50        20                -           0.0000          -
30871.42/1565.46	c      1565        6444974          49        20                -           0.0000          -
30971.89/1570.55	c      1571        8607487      240918        20                -           0.0000          -
31072.55/1575.60	c      1576       76617974          43        20                -           0.0000          -
31170.87/1580.65	c      1581       76874320          45        20                -           0.0000          -
31269.21/1585.69	c      1586       77129308          41        20                -           0.0000          -
31370.01/1590.75	c      1591       77393186          45        20                -           0.0000          -
31468.83/1595.80	c      1596       77655149          46        20                -           0.0000          -
31569.51/1600.85	c      1601       77919845          42        20                -           0.0000          -
31668.37/1605.90	c      1606       78185304          45        20                -           0.0000          -
31769.12/1610.95	c      1611       78443202          47        20                -           0.0000          -
31867.94/1616.01	c      1616       78708023          42        20                -           0.0000          -
31969.14/1621.04	c      1621       78964963          46        20                -           0.0000          -
32067.73/1626.10	c      1626       79224259          46        20                -           0.0000          -
32168.70/1631.15	c      1631       79483140          45        20                -           0.0000          -
32268.69/1636.21	c      1636       79747104          43        20                -           0.0000          -
32367.42/1641.25	c      1641       80003063          44        20                -           0.0000          -
32466.23/1646.30	c      1646       80259118          45        20                -           0.0000          -
32566.94/1651.35	c      1651       80522908          43        20                -           0.0000          -
32665.60/1656.39	c      1656       80785488          43        20                -           0.0000          -
32765.83/1661.45	c      1661       81043690          45        20                -           0.0000          -
32863.86/1666.50	c      1666       81291910          39        20                -           0.0000          -
32964.38/1671.51	c      1672        7579304          47        20                -           0.0000          -
33062.53/1676.56	c      1677        7807539          44        20                -           0.0000          -
33163.09/1681.62	c      1682        7990488          51        20                -           0.0000          -
33263.11/1686.70	c      1687       82315924          45        20                -           0.0000          -
33361.56/1691.75	c      1692       82573770          43        20                -           0.0000          -
33461.49/1696.80	c      1697       82829507          46        20                -           0.0000          -
33559.27/1701.84	c      1702       83082453          46        20                -           0.0000          -
33659.72/1706.91	c      1707       83338082          45        20                -           0.0000          -
33758.34/1711.95	c      1712       83595970          45        20                -           0.0000          -
33856.82/1716.99	c      1717       83854643          48        20                -           0.0000          -
33957.30/1722.04	c      1722       84109479          44        20                -           0.0000          -
34055.31/1727.10	c      1727       84365843          46        20                -           0.0000          -
34155.55/1732.15	c      1732       84618182          45        20                -           0.0000          -
34253.78/1737.20	c      1737       84877132          47        20                -           0.0000          -
34353.75/1742.24	c      1742       85129497          44        20                -           0.0000          -
34452.24/1747.30	c      1747       85388319          44        20                -           0.0000          -
34552.32/1752.35	c      1752       85643701          44        20                -           0.0000          -
34650.69/1757.39	c      1757       85900653          44        20                -           0.0000          -
34750.59/1762.45	c      1762       86155916          45        20                -           0.0000          -
34850.47/1767.50	c      1768       86407579          44        20                -           0.0000          -
34948.70/1772.55	c      1773       86659922          47        20                -           0.0000          -
35047.36/1777.57	c      1778       12009788          45        20                -           0.0000          -
35147.76/1782.62	c      1783       12223537          50        20                -           0.0000          -
35245.90/1787.67	c      1788       12429876          41        20                -           0.0000          -
35346.30/1792.72	c      1793       12639206          45        20                -           0.0000          -
35444.52/1797.77	c      1798       12855373          48        20                -           0.0000          -
35545.11/1802.84	c      1803       13084609          48        20                -           0.0000          -
35643.78/1807.90	c      1808       88452227          48        20                -           0.0000          -
35744.26/1812.95	c      1813       88711715          46        20                -           0.0000          -
35842.94/1818.01	c      1818       88972858          45        20                -           0.0000          -
35943.79/1823.05	c      1823       89230780          43        20                -           0.0000          -
36042.60/1828.09	c      1828       89484978          45        20                -           0.0000          -
36142.90/1833.15	c      1833       89740305          46        20                -           0.0000          -
36243.14/1838.20	c      1838       89999689          44        20                -           0.0000          -
36341.60/1843.24	c      1843       90257472          45        20                -           0.0000          -
36441.93/1848.30	c      1848       90511884          47        20                -           0.0000          -
36539.79/1853.34	c      1853       90761253          44        20                -           0.0000          -
36639.55/1858.40	c      1858       91015844          41        20                -           0.0000          -
36738.31/1863.45	c      1863       91277390          45        20                -           0.0000          -
36836.91/1868.50	c      1868       91533287          44        20                -           0.0000          -
36937.13/1873.55	c      1874       91794574          41        20                -           0.0000          -
37037.43/1878.60	c      1879       92056369          48        20                -           0.0000          -
37136.03/1883.65	c      1884       92316413          50        20                -           0.0000          -
37236.33/1888.70	c      1889       92570586          49        20                -           0.0000          -
37335.01/1893.71	c      1894       17273508          51        20                -           0.0000          -
37433.47/1898.80	c      1899       93086889          46        20                -           0.0000          -
37533.46/1903.84	c      1904       93343661          44        20                -           0.0000          -
37633.97/1908.90	c      1909       93602913          46        20                -           0.0000          -
37732.83/1913.95	c      1914       93864859          46        20                -           0.0000          -
37831.22/1919.00	c      1919       94121319          48        20                -           0.0000          -
37929.94/1924.01	c      1924       18665895          50        20                -           0.0000          -
38030.83/1929.06	c      1929       18907679          48        20                -           0.0000          -
38129.02/1934.11	c      1934       19147688          45        20                -           0.0000          -
38228.63/1939.17	c      1939       19384211          48        20                -           0.0000          -
38328.38/1944.22	c      1944       19626782          45        20                -           0.0000          -
38426.41/1949.28	c      1949       19872742          43        20                -           0.0000          -
38524.98/1954.29	c      1954       20115374          49        20                -           0.0000          -
38622.82/1959.30	c      1959       10732812      301205        20                -           0.0000          -
38722.69/1964.35	c      1964       10761102      303212        20                -           0.0000          -
38823.13/1969.40	c      1969       10794822      303012        20                -           0.0000          -
38921.55/1974.45	c      1974       10826012      303636        20                -           0.0000          -
39019.91/1979.50	c      1980       10857660      304744        20                -           0.0000          -
39119.96/1984.55	c      1985       10889530      304264        20                -           0.0000          -
39220.50/1989.60	c      1990       10917467      303641        20                -           0.0000          -
39318.32/1994.65	c      1995       10947464      303722        20                -           0.0000          -
39416.31/1999.70	c      2000       10985451      303029        20                -           0.0000          -
39515.77/2004.75	c      2005       11016614      302715        20                -           0.0000          -
39613.62/2009.80	c      2010       11050085      301956        20                -           0.0000          -
39713.86/2014.85	c      2015       11083421      300448        20                -           0.0000          -
39813.93/2019.94	c      2020       11115270      299666        20                -           0.0000          -
39911.94/2024.99	c      2025       11147395      298952        20                -           0.0000          -
40012.38/2030.04	c      2030       11180448      298598        20                -           0.0000          -
40110.99/2035.09	c      2035       11214297      297559        20                -           0.0000          -
40211.50/2040.12	c      2040       11244586      296930        20                -           0.0000          -
40311.74/2045.21	c      2045       23980866          51        20                -           0.0000          -
40410.43/2050.26	c      2050       24194702          51        20                -           0.0000          -
40510.98/2055.32	c      2055       24405312          53        20                -           0.0000          -
40608.84/2060.38	c      2060       24606686          49        20                -           0.0000          -
40708.80/2065.43	c      2065       24815879          48        20                -           0.0000          -
40807.07/2070.48	c      2070       25021866          39        20                -           0.0000          -
40907.59/2075.54	c      2076      102004839          46        20                -           0.0000          -
41006.36/2080.59	c      2081      102265415          46        20                -           0.0000          -
41106.92/2085.62	c      2086       25635116          51        20                -           0.0000          -
41204.96/2090.63	c      2091        4076494       65351        20                -           0.0000          -
41303.41/2095.68	c      2096        4085939       65686        20                -           0.0000          -
41403.06/2100.73	c      2101       26137891          48        20                -           0.0000          -
41501.29/2105.78	c      2106       26354549          44        20                -           0.0000          -
41601.81/2110.83	c      2111       26577756          51        20                -           0.0000          -
41700.32/2115.88	c      2116       26655388          47        20                -           0.0000          -
41801.00/2120.93	c      2121       26712342          49        20                -           0.0000          -
41899.35/2126.01	c      2126       26773788          47        20                -           0.0000          -
42000.31/2131.06	c      2131       26844800          45        20                -           0.0000          -
42098.99/2136.11	c      2136       26916661          46        20                -           0.0000          -
42199.57/2141.19	c      2141      105359370          41        20                -           0.0000          -
42299.78/2146.24	c      2146      105621028          45        20                -           0.0000          -
42398.07/2151.29	c      2151      105874847          44        20                -           0.0000          -
42498.67/2156.34	c      2156      106135280          47        20                -           0.0000          -
42597.23/2161.39	c      2161      106394896          45        20                -           0.0000          -
42698.01/2166.44	c      2166      106656283          46        20                -           0.0000          -
42796.57/2171.49	c      2171      106911958          45        20                -           0.0000          -
42897.32/2176.53	c      2177      107173525          40        20                -           0.0000          -
42996.06/2181.59	c      2182      107435006          45        20                -           0.0000          -
43096.64/2186.64	c      2187      107691783          46        20                -           0.0000          -
43195.16/2191.69	c      2192      107950701          44        20                -           0.0000          -
43295.71/2196.74	c      2197      108210679          42        20                -           0.0000          -
43394.54/2201.79	c      2202      108465513          46        20                -           0.0000          -
43495.27/2206.84	c      2207      108726950          45        20                -           0.0000          -
43593.90/2211.89	c      2212      108985752          45        20                -           0.0000          -
43694.19/2216.94	c      2217      109233885          42        20                -           0.0000          -
43793.06/2221.99	c      2222      109491561          46        20                -           0.0000          -
43893.96/2227.04	c      2227      109750903          44        20                -           0.0000          -
43992.33/2232.09	c      2232      110007405          44        20                -           0.0000          -
44092.61/2237.14	c      2237      110264432          43        20                -           0.0000          -
44191.23/2242.16	c      2242       28421527          48        20                -           0.0000          -
44291.26/2247.22	c      2247       28484971          48        20                -           0.0000          -
44389.83/2252.26	c      2252       28550010          47        20                -           0.0000          -
44488.55/2257.29	c      2257       28616235          46        20                -           0.0000          -
44588.97/2262.33	c      2262       28679956          47        20                -           0.0000          -
44687.66/2267.38	c      2267       28753031          50        20                -           0.0000          -
44787.83/2272.44	c      2272       28822549          48        20                -           0.0000          -
44888.56/2277.54	c      2278      112327848          41        20                -           0.0000          -
44986.97/2282.59	c      2283      112588364          43        20                -           0.0000          -
45087.66/2287.64	c      2288      112847361          42        20                -           0.0000          -
45186.31/2292.69	c      2293      113107890          43        20                -           0.0000          -
45286.97/2297.74	c      2298      113369694          45        20                -           0.0000          -
45385.76/2302.78	c      2303      113629363          44        20                -           0.0000          -
45486.49/2307.84	c      2308      113893286          43        20                -           0.0000          -
45585.34/2312.89	c      2313      114155640          45        20                -           0.0000          -
45686.04/2317.94	c      2318      114415635          44        20                -           0.0000          -
45784.93/2323.00	c      2323      114672292          39        20                -           0.0000          -
45885.91/2328.04	c      2328      114936781          44        20                -           0.0000          -
45984.54/2333.09	c      2333      115196469          42        20                -           0.0000          -
46085.46/2338.14	c      2338      115459741          40        20                -           0.0000          -
46184.11/2343.19	c      2343      115724713          46        20                -           0.0000          -
46284.44/2348.24	c      2348      115981645          42        20                -           0.0000          -
46383.20/2353.29	c      2353      116245483          46        20                -           0.0000          -
46483.62/2358.34	c      2358      116501961          46        20                -           0.0000          -
46582.33/2363.39	c      2363      116762176          47        20                -           0.0000          -
46682.94/2368.44	c      2368      117020707          44        20                -           0.0000          -
46781.81/2373.49	c      2373      117281712          41        20                -           0.0000          -
46882.57/2378.54	c      2379      117544147          46        20                -           0.0000          -
46981.29/2383.59	c      2384      117803713          40        20                -           0.0000          -
47082.05/2388.64	c      2389      118058763          44        20                -           0.0000          -
47180.85/2393.69	c      2394      118312418          43        20                -           0.0000          -
47281.46/2398.74	c      2399      118571025          44        20                -           0.0000          -
47380.08/2403.78	c      2404      118827528          43        20                -           0.0000          -
47480.29/2408.84	c      2409      119077550          41        20                -           0.0000          -
47578.50/2413.89	c      2414      119332667          42        20                -           0.0000          -
47678.67/2418.94	c      2419      119588352          43        20                -           0.0000          -
47776.86/2423.99	c      2424      119837988          43        20                -           0.0000          -
47877.76/2429.04	c      2429      120097011          44        20                -           0.0000          -
47976.37/2434.09	c      2434      120355663          38        20                -           0.0000          -
48076.81/2439.13	c      2439      120617506          45        20                -           0.0000          -
48175.30/2444.19	c      2444      120878294          47        20                -           0.0000          -
48275.57/2449.23	c      2449      121142871          48        20                -           0.0000          -
48374.34/2454.25	c      2454       32968912          47        20                -           0.0000          -
48473.16/2459.29	c      2459       33174326          47        20                -           0.0000          -
48572.00/2464.30	c      2464       33386124          43        20                -           0.0000          -
48672.69/2469.35	c      2469       33596281          44        20                -           0.0000          -
48771.44/2474.40	c      2474       33827322          43        20                -           0.0000          -
48872.20/2479.45	c      2479       34017439          48        20                -           0.0000          -
48970.60/2484.50	c      2484       34102562          49        20                -           0.0000          -
49071.24/2489.55	c      2490       34185790          47        20                -           0.0000          -
49169.72/2494.60	c      2495       34266879          48        20                -           0.0000          -
49270.54/2499.65	c      2500       34348085          48        20                -           0.0000          -
49369.33/2504.70	c      2505       34437906          45        20                -           0.0000          -
49470.15/2509.77	c      2510       13511413      361524        20                -           0.0000          -
49568.74/2514.80	c      2515       34638920          51        20                -           0.0000          -
49668.97/2519.86	c      2520       34751752          47        20                -           0.0000          -
49769.27/2524.99	c      2525       34862383          46        20                -           0.0000          -
49869.92/2530.03	c      2530      125310021          46        20                -           0.0000          -
49968.41/2535.09	c      2535      125571588          43        20                -           0.0000          -
50069.23/2540.14	c      2540      125833833          42        20                -           0.0000          -
50167.86/2545.19	c      2545      126091032          45        20                -           0.0000          -
50267.89/2550.24	c      2550      126350695          46        20                -           0.0000          -
50366.51/2555.29	c      2555      126609338          45        20                -           0.0000          -
50466.68/2560.34	c      2560      126865401          46        20                -           0.0000          -
50565.27/2565.39	c      2565      127124682          45        20                -           0.0000          -
50665.87/2570.44	c      2570      127382570          45        20                -           0.0000          -
50764.12/2575.46	c      2575       36773991          44        20                -           0.0000          -
50864.79/2580.53	c      2581       36991257          50        20                -           0.0000          -
50963.20/2585.59	c      2586       13788932      395999        20                -           0.0000          -
51063.91/2590.63	c      2591      128408287          46        20                -           0.0000          -
51162.67/2595.69	c      2596      128669675          44        20                -           0.0000          -
51263.10/2600.74	c      2601      128927747          44        20                -           0.0000          -
51361.60/2605.79	c      2606      129191011          48        20                -           0.0000          -
51462.15/2610.84	c      2611      129449582          47        20                -           0.0000          -
51560.87/2615.89	c      2616      129712142          45        20                -           0.0000          -
51661.39/2620.94	c      2621      129974252          47        20                -           0.0000          -
51759.99/2625.99	c      2626      130235469          46        20                -           0.0000          -
51861.02/2631.04	c      2631      130498023          44        20                -           0.0000          -
51959.55/2636.08	c      2636      130759734          45        20                -           0.0000          -
52058.32/2641.10	c      2641       39682337          46        20                -           0.0000          -
52158.93/2646.13	c      2646       39881175          42        20                -           0.0000          -
52257.75/2651.16	c      2651        5174164       56502        20                -           0.0000          -
52357.50/2656.20	c      2656        5182953       56700        20                -           0.0000          -
52455.91/2661.28	c      2661       40483281          42        20                -           0.0000          -
52556.63/2666.33	c      2666       40686693          46        20                -           0.0000          -
52657.46/2671.41	c      2671       40920501          42        20                -           0.0000          -
52756.18/2676.47	c      2676       41126595          44        20                -           0.0000          -
52857.00/2681.51	c      2682       41368809          42        20                -           0.0000          -
52955.81/2686.54	c      2687        5248237       55411        20                -           0.0000          -
53054.62/2691.58	c      2692        5256880       56157        20                -           0.0000          -
53155.18/2696.65	c      2697        5266311       56650        20                -           0.0000          -
53255.75/2701.73	c      2702       42171834          47        20                -           0.0000          -
53354.56/2706.79	c      2707        5288973       55217        20                -           0.0000          -
53455.34/2711.84	c      2712      134683183          46        20                -           0.0000          -
53555.86/2716.90	c      2717      134944016          43        20                -           0.0000          -
53654.51/2721.94	c      2722      135204361          44        20                -           0.0000          -
53753.13/2726.98	c      2727      135466735          44        20                -           0.0000          -
53854.19/2732.04	c      2732      135727854          41        20                -           0.0000          -
53952.83/2737.09	c      2737      135986991          46        20                -           0.0000          -
54053.58/2742.14	c      2742      136250171          44        20                -           0.0000          -
54152.38/2747.20	c      2747      136513246          45        20                -           0.0000          -
54252.45/2752.24	c      2752      136772231          46        20                -           0.0000          -
54351.24/2757.29	c      2757      137031255          42        20                -           0.0000          -
54451.93/2762.34	c      2762      137291727          46        20                -           0.0000          -
54550.66/2767.39	c      2767      137554469          44        20                -           0.0000          -
54650.69/2772.42	c      2772       44581725          42        20                -           0.0000          -
54749.50/2777.49	c      2777      138065529          44        20                -           0.0000          -
54849.92/2782.54	c      2783      138327591          46        20                -           0.0000          -
54947.95/2787.59	c      2788      138580758          45        20                -           0.0000          -
55048.49/2792.64	c      2793      138841222          45        20                -           0.0000          -
55147.30/2797.69	c      2798      139105134          43        20                -           0.0000          -
55247.88/2802.74	c      2803      139366859          46        20                -           0.0000          -
55346.71/2807.74	c      2808       46312106          43        20                -           0.0000          -
55447.40/2812.80	c      2813       46560357          44        20                -           0.0000          -
55546.10/2817.85	c      2818       46807809          46        20                -           0.0000          -
55646.77/2822.94	c      2823       14772951      488317        20                -           0.0000          -
55745.41/2827.99	c      2828       14796913      490007        20                -           0.0000          -
55846.40/2833.04	c      2833      140922854          43        20                -           0.0000          -
55945.17/2838.09	c      2838      141186244          47        20                -           0.0000          -
56045.86/2843.14	c      2843      141448289          42        20                -           0.0000          -
56144.41/2848.19	c      2848      141705784          45        20                -           0.0000          -
56244.17/2853.24	c      2853      141964351          46        20                -           0.0000          -
56342.76/2858.29	c      2858      142226029          50        20                -           0.0000          -
56441.38/2863.30	c      2863       48960989          44        20                -           0.0000          -
56541.80/2868.39	c      2868      142744729          44        20                -           0.0000          -
56642.01/2873.44	c      2873      143000266          43        20                -           0.0000          -
56739.81/2878.49	c      2878      143252171          44        20                -           0.0000          -
56840.14/2883.54	c      2884      143502079          44        20                -           0.0000          -
56938.84/2888.58	c      2889      143760027          46        20                -           0.0000          -
57039.37/2893.64	c      2894      144018269          46        20                -           0.0000          -
57137.88/2898.68	c      2899      144273379          46        20                -           0.0000          -
57238.21/2903.73	c      2904       50954057          50        20                -           0.0000          -
57336.75/2908.79	c      2909      144787386          43        20                -           0.0000          -
57437.30/2913.84	c      2914      145042813          44        20                -           0.0000          -
57535.38/2918.89	c      2919      145296110          41        20                -           0.0000          -
57635.21/2923.94	c      2924      145547014          43        20                -           0.0000          -
57733.74/2928.99	c      2929      145805486          43        20                -           0.0000          -
57834.61/2934.04	c      2934      146062852          43        20                -           0.0000          -
57933.04/2939.09	c      2939      146320558          45        20                -           0.0000          -
58033.54/2944.14	c      2944      146579162          47        20                -           0.0000          -
58132.12/2949.19	c      2949      146831401          48        20                -           0.0000          -
58232.02/2954.24	c      2954      147088129          44        20                -           0.0000          -
58330.57/2959.28	c      2959      147346108          45        20                -           0.0000          -
58431.02/2964.34	c      2964      147600780          45        20                -           0.0000          -
58529.55/2969.39	c      2969      147857953          42        20                -           0.0000          -
58630.17/2974.44	c      2974      148117584          45        20                -           0.0000          -
58728.70/2979.49	c      2979      148376209          40        20                -           0.0000          -
58829.30/2984.54	c      2985      148636153          44        20                -           0.0000          -
58927.95/2989.59	c      2990      148895113          46        20                -           0.0000          -
59028.48/2994.64	c      2995      149154811          46        20                -           0.0000          -
59126.75/2999.69	c      3000      149411493          42        20                -           0.0000          -
59227.02/3004.70	c      3005       55845596          45        20                -           0.0000          -
59325.00/3009.71	c      3010       56100006          45        20                -           0.0000          -
59423.46/3014.73	c      3015       56352423          44        20                -           0.0000          -
59521.80/3019.79	c      3020       56607517          46        20                -           0.0000          -
59620.29/3024.79	c      3025       56861294          45        20                -           0.0000          -
59720.69/3029.81	c      3030       57111947          46        20                -           0.0000          -
59819.06/3034.86	c      3035       15781476      546320        20                -           0.0000          -
59919.04/3039.91	c      3040       15802069      547180        20                -           0.0000          -
60017.27/3044.96	c      3045       15826088      547454        20                -           0.0000          -
60115.77/3049.96	c      3050       15847654      548366        20                -           0.0000          -
60214.23/3054.97	c      3055       15874823      549095        20                -           0.0000          -
60312.42/3060.02	c      3060       15899625      549703        20                -           0.0000          -
60413.46/3065.07	c      3065       15927350      550084        20                -           0.0000          -
60513.77/3070.14	c      3070       59079156          47        20                -           0.0000          -
60611.94/3075.20	c      3075       59328826          43        20                -           0.0000          -
60712.17/3080.24	c      3080       59586213          46        20                -           0.0000          -
60812.31/3085.31	c      3085       59838521          46        20                -           0.0000          -
60910.89/3090.36	c      3090       60094674          47        20                -           0.0000          -
61010.91/3095.41	c      3095       60348894          47        20                -           0.0000          -
61108.94/3100.46	c      3100       60598729          46        20                -           0.0000          -
61209.37/3105.51	c      3106       60857670          45        20                -           0.0000          -
61308.03/3110.56	c      3111       61120717          42        20                -           0.0000          -
61408.46/3115.61	c      3116       61369945          44        20                -           0.0000          -
61507.12/3120.62	c      3121       61615948          47        20                -           0.0000          -
61605.25/3125.68	c      3126       61868245          44        20                -           0.0000          -
61703.79/3130.70	c      3131       62119048          43        20                -           0.0000          -
61803.94/3135.78	c      3136        6099743       54965        20                -           0.0000          -
61904.45/3140.86	c      3141       16281360      563708        20                -           0.0000          -
62004.75/3145.90	c      3146       62825522          47        20                -           0.0000          -
62103.35/3150.98	c      3151        6131830       55116        20                -           0.0000          -
62201.68/3156.03	c      3156        6150645       54569        20                -           0.0000          -
62302.74/3161.08	c      3161        6162262       53334        20                -           0.0000          -
62401.24/3166.10	c      3166        6172201       53418        20                -           0.0000          -
62501.77/3171.14	c      3171        6184484       54284        20                -           0.0000          -
62600.23/3176.16	c      3176        6199680       53417        20                -           0.0000          -
62699.74/3181.24	c      3181       16428469      577908        20                -           0.0000          -
62798.38/3186.29	c      3186        6214344       53619        20                -           0.0000          -
62898.80/3191.39	c      3191        6222606       53698        20                -           0.0000          -
62999.33/3196.44	c      3196        6231275       54593        20                -           0.0000          -
63097.75/3201.49	c      3201        6241307       55139        20                -           0.0000          -
63197.79/3206.54	c      3207        6251449       55405        20                -           0.0000          -
63295.92/3211.59	c      3212        6263995       55032        20                -           0.0000          -
63396.46/3216.64	c      3217        6278837       54040        20                -           0.0000          -
63494.48/3221.69	c      3222        6286045       54176        20                -           0.0000          -
63594.88/3226.74	c      3227        6296246       53290        20                -           0.0000          -
63693.52/3231.79	c      3232        6306456       52814        20                -           0.0000          -
63794.04/3236.84	c      3237        6317992       51853        20                -           0.0000          -
63892.74/3241.89	c      3242       16600891      602352        20                -           0.0000          -
63993.03/3246.95	c      3247        6336881       52035        20                -           0.0000          -
64091.55/3251.99	c      3252       68156539          44        20                -           0.0000          -
64190.19/3257.00	c      3257       68414279          46        20                -           0.0000          -
64291.09/3262.05	c      3262       16662640      610585        20                -           0.0000          -
64389.64/3267.12	c      3267       68914751          46        20                -           0.0000          -
64490.23/3272.19	c      3272       16695288      614607        20                -           0.0000          -
64590.13/3277.24	c      3277       69419714          43        20                -           0.0000          -
64688.73/3282.30	c      3282       69674390          47        20                -           0.0000          -
64788.96/3287.34	c      3287       69931148          43        20                -           0.0000          -
64887.41/3292.40	c      3292       70184180          41        20                -           0.0000          -
64987.73/3297.45	c      3297       70440836          43        20                -           0.0000          -
65086.14/3302.49	c      3302       70694620          47        20                -           0.0000          -
65186.77/3307.55	c      3308       16816246      627912        20                -           0.0000          -
65285.47/3312.60	c      3313       71217084          49        20                -           0.0000          -
65386.23/3317.65	c      3318       71477671          48        20                -           0.0000          -
65486.84/3322.70	c      3323       71739076          49        20                -           0.0000          -
65585.55/3327.75	c      3328       71996910          45        20                -           0.0000          -
65686.15/3332.80	c      3333       72253976          43        20                -           0.0000          -
65784.91/3337.85	c      3338       72509387          44        20                -           0.0000          -
65885.58/3342.90	c      3343       16936131      640289        20                -           0.0000          -
65984.09/3347.96	c      3348       16957711      642096        20                -           0.0000          -
66082.27/3353.00	c      3353       73270302          47        20                -           0.0000          -
66183.00/3358.06	c      3358       73518637          48        20                -           0.0000          -
66281.52/3363.11	c      3363       73770705          44        20                -           0.0000          -
66382.12/3368.16	c      3368       74027548          39        20                -           0.0000          -
66482.22/3373.24	c      3373       74277875          44        20                -           0.0000          -
66580.80/3378.29	c      3378       74536623          46        20                -           0.0000          -
66681.35/3383.31	c      3383       74790657          42        20                -           0.0000          -
66779.76/3388.36	c      3388       75042838          43        20                -           0.0000          -
66880.07/3393.41	c      3393       75293478          43        20                -           0.0000          -
66978.46/3398.43	c      3398       75542820          45        20                -           0.0000          -
67077.06/3403.47	c      3403       75795808          49        20                -           0.0000          -
67177.62/3408.56	c      3409       76050843          44        20                -           0.0000          -
67278.19/3413.66	c      3414       17214098      665503        20                -           0.0000          -
67378.93/3418.72	c      3419       17230308      666867        20                -           0.0000          -
67477.50/3423.76	c      3424       17247856      668849        20                -           0.0000          -
67575.64/3428.78	c      3429       17271574      670473        20                -           0.0000          -
67676.11/3433.84	c      3434       77315762          41        20                -           0.0000          -
67776.75/3438.91	c      3439       77571220          47        20                -           0.0000          -
67875.27/3443.95	c      3444       77823240          45        20                -           0.0000          -
67973.36/3449.01	c      3449       78074519          42        20                -           0.0000          -
68074.41/3454.06	c      3454       17369096      679180        20                -           0.0000          -
68173.19/3459.11	c      3459       17391359      682043        20                -           0.0000          -
68273.56/3464.16	c      3464       78846050          45        20                -           0.0000          -
68373.16/3469.21	c      3469       79098255          46        20                -           0.0000          -
68471.61/3474.26	c      3474       79357272          43        20                -           0.0000          -
68572.26/3479.31	c      3479       79612685          46        20                -           0.0000          -
68670.76/3484.36	c      3484       79863629          46        20                -           0.0000          -
68771.29/3489.41	c      3489       80115452          45        20                -           0.0000          -
68869.98/3494.46	c      3494       80373560          45        20                -           0.0000          -
68970.52/3499.51	c      3500       80627363          42        20                -           0.0000          -
69069.09/3504.56	c      3505       80881992          45        20                -           0.0000          -
69169.71/3509.61	c      3510       17574202      698401        20                -           0.0000          -
69268.18/3514.66	c      3515       17598005      700219        20                -           0.0000          -
69368.23/3519.73	c      3520       17621242      701862        20                -           0.0000          -
69466.48/3524.78	c      3525       81890881          40        20                -           0.0000          -
69566.93/3529.86	c      3530       82148077          42        20                -           0.0000          -
69667.53/3534.92	c      3535       82401035          48        20                -           0.0000          -
69766.18/3539.97	c      3540       82655122          43        20                -           0.0000          -
69864.91/3545.02	c      3545       82905508          47        20                -           0.0000          -
69965.73/3550.07	c      3550       83158604          45        20                -           0.0000          -
70064.40/3555.11	c      3555       17767784      712789        20                -           0.0000          -
70165.26/3560.16	c      3560       17787863      714626        20                -           0.0000          -
70263.79/3565.17	c      3565       17812185      716196        20                -           0.0000          -
70363.47/3570.26	c      3570       84179620          43        20                -           0.0000          -
70464.02/3575.31	c      3575       84438016          47        20                -           0.0000          -
70562.57/3580.37	c      3580       84692860          45        20                -           0.0000          -
70663.49/3585.42	c      3585       84951758          47        20                -           0.0000          -
70762.01/3590.47	c      3590       85206772          45        20                -           0.0000          -
70862.38/3595.52	c      3596       85463291          44        20                -           0.0000          -
70960.76/3600.57	c      3601       85713214          43        20                -           0.0000          -
71060.67/3605.62	c      3606       85962244          47        20                -           0.0000          -
71158.91/3610.67	c      3611       86211728          41        20                -           0.0000          -
71257.55/3615.70	c      3616       86470217          48        20                -           0.0000          -
71357.78/3620.75	c      3621       86721504          47        20                -           0.0000          -
71456.39/3625.76	c      3626       86981119          44        20                -           0.0000          -
71556.21/3630.81	c      3631       18085724      735389        20                -           0.0000          -
71654.77/3635.87	c      3636       18106586      736793        20                -           0.0000          -
71755.27/3640.92	c      3641       87741248          45        20                -           0.0000          -
71853.88/3645.97	c      3646       88000616          45        20                -           0.0000          -
71952.73/3651.02	c      3651       88260186          45        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 (190090 MiB free)
  memory of node 1: 193531 MiB (191364 MiB free)
  memory of node 2: 193531 MiB (186130 MiB free)
  memory of node 3: 193493 MiB (190734 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-4465558-1722454927/watcher-4465558-1722454927 -o /tmp/evaluation-result-4465558-1722454927/solver-4465558-1722454927 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70738 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465558-1722454927.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.103325 s]*
/proc/loadavg: 79.95 63.59 48.20 81/1022 71904
/proc/meminfo: memFree=776442076/790760800 swapFree=131071996/131071996
[pid=71863] ppid=71860 vsize=1663052 memory=92528 CPUtime=1.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/stat : 71863 (fscip) S 71860 71863 70728 0 -1 1077936128 20099 0 0 0 136 15 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
/proc/71863/statm: 415763 23132 2950 3035 0 112044 0
[pid=71863/tid=71865] ppid=71860 vsize=1663052 memory=4026532269 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71865/stat : 71865 (fscip) R 71860 71863 70728 0 -1 4194368 1250 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71866] ppid=71860 vsize=1663052 memory=224244531548 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71866/stat : 71866 (fscip) R 71860 71863 70728 0 -1 4194368 1018 0 0 0 6 1 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71867] ppid=71860 vsize=1663052 memory=56316433563133 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71867/stat : 71867 (fscip) R 71860 71863 70728 0 -1 4194368 489 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71868] ppid=71860 vsize=1663052 memory=60718791818977 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71868/stat : 71868 (fscip) R 71860 71863 70728 0 -1 4194368 1205 0 0 0 6 0 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71869] ppid=71860 vsize=1663052 memory=55186907496393 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71869/stat : 71869 (fscip) R 71860 71863 70728 0 -1 4194368 1015 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71870] ppid=71860 vsize=1663052 memory=62896407399809 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71870/stat : 71870 (fscip) R 71860 71863 70728 0 -1 4194368 489 0 0 0 6 1 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71871] ppid=71860 vsize=1663052 memory=15824382622742967 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71871/stat : 71871 (fscip) R 71860 71863 70728 0 -1 4194368 1269 0 0 0 6 1 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71872] ppid=71860 vsize=1663052 memory=14132242834357708 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71872/stat : 71872 (fscip) R 71860 71863 70728 0 -1 4194368 1014 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23132 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71873] ppid=71860 vsize=1663052 memory=3618419328237699104 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71873/stat : 71873 (fscip) R 71860 71863 70728 0 -1 4194368 486 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71874] ppid=71860 vsize=1663052 memory=3762255218935595040 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71874/stat : 71874 (fscip) R 71860 71863 70728 0 -1 4194368 1324 0 0 0 6 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71875] ppid=71860 vsize=1663052 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71875/stat : 71875 (fscip) R 71860 71863 70728 0 -1 4194368 1026 0 0 0 6 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71876] ppid=71860 vsize=1663052 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71876/stat : 71876 (fscip) R 71860 71863 70728 0 -1 1077936192 485 0 0 0 6 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71877] ppid=71860 vsize=1663052 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71877/stat : 71877 (fscip) R 71860 71863 70728 0 -1 4194368 1314 0 0 0 6 1 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71878] ppid=71860 vsize=1663052 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71878/stat : 71878 (fscip) R 71860 71863 70728 0 -1 4194368 1007 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71879] ppid=71860 vsize=1663052 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71879/stat : 71879 (fscip) R 71860 71863 70728 0 -1 4194368 488 0 0 0 6 1 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71880] ppid=71860 vsize=1663052 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71880/stat : 71880 (fscip) R 71860 71863 70728 0 -1 4194368 1260 0 0 0 6 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71881] ppid=71860 vsize=1663052 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71881/stat : 71881 (fscip) R 71860 71863 70728 0 -1 4194368 1027 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71882] ppid=71860 vsize=1663052 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71882/stat : 71882 (fscip) R 71860 71863 70728 0 -1 4194368 484 0 0 0 7 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71883] ppid=71860 vsize=1663052 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71883/stat : 71883 (fscip) R 71860 71863 70728 0 -1 4194368 1284 0 0 0 6 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71884] ppid=71860 vsize=1663052 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71884/stat : 71884 (fscip) R 71860 71863 70728 0 -1 4194368 1012 0 0 0 4 0 0 0 20 0 41 0 12072099 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71885] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71885/stat : 71885 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71886] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71886/stat : 71886 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71887] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71887/stat : 71887 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71888] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71888/stat : 71888 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71889] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71889/stat : 71889 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71890] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71890/stat : 71890 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71891] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71891/stat : 71891 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71892] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71892/stat : 71892 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71893] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71893/stat : 71893 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71894] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71894/stat : 71894 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71895] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71895/stat : 71895 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71896] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71896/stat : 71896 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71897] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71897/stat : 71897 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71898] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71898/stat : 71898 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71899] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71899/stat : 71899 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71900] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71900/stat : 71900 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71902] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71902/stat : 71902 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71901] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71901/stat : 71901 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71903] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71903/stat : 71903 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71904] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71904/stat : 71904 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23198 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 1663052 KiB
Current children cumulated memory: 92528 KiB

[startup+0.222625 s]*
/proc/loadavg: 79.95 63.59 48.20 81/1022 71904
/proc/meminfo: memFree=776431344/790760800 swapFree=131071996/131071996
[pid=71863] ppid=71860 vsize=1663052 memory=94168 CPUtime=3.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/stat : 71863 (fscip) S 71860 71863 70728 0 -1 1077936128 20609 0 0 0 369 19 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
/proc/71863/statm: 415763 23542 2966 3035 0 112446 0
[pid=71863/tid=71865] ppid=71860 vsize=1663052 memory=4026531959 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71865/stat : 71865 (fscip) R 71860 71863 70728 0 -1 4194368 1320 0 0 0 19 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71866] ppid=71860 vsize=1663052 memory=32309 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71866/stat : 71866 (fscip) R 71860 71863 70728 0 -1 4194368 1054 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71867] ppid=71860 vsize=1663052 memory=55216921903569 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71867/stat : 71867 (fscip) R 71860 71863 70728 0 -1 4194368 489 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71868] ppid=71860 vsize=1663052 memory=59619280159299 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71868/stat : 71868 (fscip) R 71860 71863 70728 0 -1 4194368 1245 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71869] ppid=71860 vsize=1663052 memory=54087395836598 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71869/stat : 71869 (fscip) R 71860 71863 70728 0 -1 4194368 1038 0 0 0 19 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71870] ppid=71860 vsize=1663052 memory=53000802665379 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71870/stat : 71870 (fscip) R 71860 71863 70728 0 -1 4194368 489 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71871] ppid=71860 vsize=1663052 memory=15542907645986238 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71871/stat : 71871 (fscip) R 71860 71863 70728 0 -1 4194368 1332 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71872] ppid=71860 vsize=1663052 memory=15819993182898762 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71872/stat : 71872 (fscip) R 71860 71863 70728 0 -1 4194368 1038 0 0 0 19 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71873] ppid=71860 vsize=1663052 memory=3616728279354179616 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71873/stat : 71873 (fscip) R 71860 71863 70728 0 -1 1077936192 486 0 0 0 15 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71874] ppid=71860 vsize=1663052 memory=3545519486868389920 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71874/stat : 71874 (fscip) R 71860 71863 70728 0 -1 4194368 1352 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71875] ppid=71860 vsize=1663052 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71875/stat : 71875 (fscip) R 71860 71863 70728 0 -1 4194368 1050 0 0 0 18 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71876] ppid=71860 vsize=1663052 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71876/stat : 71876 (fscip) R 71860 71863 70728 0 -1 4194368 488 0 0 0 18 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71877] ppid=71860 vsize=1663052 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71877/stat : 71877 (fscip) R 71860 71863 70728 0 -1 4194368 1362 0 0 0 18 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71878] ppid=71860 vsize=1663052 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71878/stat : 71878 (fscip) R 71860 71863 70728 0 -1 4194368 1017 0 0 0 19 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71879] ppid=71860 vsize=1663052 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71879/stat : 71879 (fscip) R 71860 71863 70728 0 -1 1077936192 488 0 0 0 17 1 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71880] ppid=71860 vsize=1663052 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71880/stat : 71880 (fscip) R 71860 71863 70728 0 -1 4194368 1277 0 0 0 18 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71881] ppid=71860 vsize=1663052 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71881/stat : 71881 (fscip) R 71860 71863 70728 0 -1 4194368 1057 0 0 0 19 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71882] ppid=71860 vsize=1663052 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71882/stat : 71882 (fscip) R 71860 71863 70728 0 -1 4194368 489 0 0 0 19 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71883] ppid=71860 vsize=1663052 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71883/stat : 71883 (fscip) R 71860 71863 70728 0 -1 4194368 1354 0 0 0 18 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71884] ppid=71860 vsize=1663052 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71884/stat : 71884 (fscip) R 71860 71863 70728 0 -1 4194368 1031 0 0 0 16 0 0 0 20 0 41 0 12072099 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71885] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71885/stat : 71885 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71886] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71886/stat : 71886 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71887] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71887/stat : 71887 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71888] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71888/stat : 71888 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71889] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71889/stat : 71889 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71890] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71890/stat : 71890 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71891] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71891/stat : 71891 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71892] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71892/stat : 71892 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71893] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71893/stat : 71893 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71894] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71894/stat : 71894 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71895] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71895/stat : 71895 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71896] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71896/stat : 71896 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71897] ppid=71860 vsize=1663052 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71897/stat : 71897 (fscip) S 71860 71863 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12072103 1702965248 23542 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0

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

[pid=71863/tid=71888] ppid=71860 vsize=11150644 memory=-7091875856763676282 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71888/stat : 71888 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71889] ppid=71860 vsize=11150644 memory=11632 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71889/stat : 71889 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71890] ppid=71860 vsize=11150644 memory=28184 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71890/stat : 71890 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71891] ppid=71860 vsize=11150644 memory=9676376 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71891/stat : 71891 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71892] ppid=71860 vsize=11150644 memory=279472045654704 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71892/stat : 71892 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71893] ppid=71860 vsize=11150644 memory=9626976 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71893/stat : 71893 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71894] ppid=71860 vsize=11150644 memory=-7091875856763676282 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71894/stat : 71894 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71895] ppid=71860 vsize=11150644 memory=62884 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71895/stat : 71895 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71896] ppid=71860 vsize=11150644 memory=9677876 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71896/stat : 71896 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71897] ppid=71860 vsize=11150644 memory=5875579417650107562 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71897/stat : 71897 (fscip) S 71860 71863 70728 0 -1 1077936192 140 0 0 0 1 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71898] ppid=71860 vsize=11150644 memory=5556 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71898/stat : 71898 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71899] ppid=71860 vsize=11150644 memory=16088 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71899/stat : 71899 (fscip) S 71860 71863 70728 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71900] ppid=71860 vsize=11150644 memory=10824 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71900/stat : 71900 (fscip) S 71860 71863 70728 0 -1 1077936192 134 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71902] ppid=71860 vsize=11150644 memory=5556 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71902/stat : 71902 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71901] ppid=71860 vsize=11150644 memory=11516 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71901/stat : 71901 (fscip) S 71860 71863 70728 0 -1 1077936192 147 0 0 0 1 1 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71903] ppid=71860 vsize=11150644 memory=11524 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71903/stat : 71903 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71904] ppid=71860 vsize=11150644 memory=11632 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71904/stat : 71904 (fscip) S 71860 71863 70728 0 -1 1077936192 133 0 0 0 0 2 0 0 20 0 41 0 12072103 11418259456 2420174 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
Current children cumulated CPU time: 71782.9 s
Current children cumulated vsize: 11150644 KiB
Current children cumulated memory: 9680696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3653.41 s]
/proc/loadavg: 79.90 80.20 79.58 81/1023 76442
/proc/meminfo: memFree=754658768/790760800 swapFree=131071996/131071996
[pid=71863] ppid=71860 vsize=11158644 memory=9691352 CPUtime=72001.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/stat : 71863 (fscip) S 71860 71863 70728 0 -1 1077936128 41830760 0 0 0 7071575 128614 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
/proc/71863/statm: 2789661 2422838 3030 3035 0 2594514 0
[pid=71863/tid=71865] ppid=71860 vsize=11158644 memory=11524 CPUtime=3608.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71865/stat : 71865 (fscip) R 71860 71863 70728 0 -1 4194368 3686032 0 0 0 356807 4029 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71866] ppid=71860 vsize=11158644 memory=-7091875856763676282 CPUtime=3618.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71866/stat : 71866 (fscip) R 71860 71863 70728 0 -1 4194368 2497862 0 0 0 359994 1838 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71867] ppid=71860 vsize=11158644 memory=32195 CPUtime=3578.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71867/stat : 71867 (fscip) R 71860 71863 70728 0 -1 4194368 15433 0 0 0 344816 12999 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71868] ppid=71860 vsize=11158644 memory=32534 CPUtime=3610.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71868/stat : 71868 (fscip) R 71860 71863 70728 0 -1 4194368 2856039 0 0 0 357168 3869 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71869] ppid=71860 vsize=11158644 memory=32858 CPUtime=3618.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71869/stat : 71869 (fscip) R 71860 71863 70728 0 -1 4194368 2127491 0 0 0 360072 1783 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71870] ppid=71860 vsize=11158644 memory=33182 CPUtime=3549.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71870/stat : 71870 (fscip) R 71860 71863 70728 0 -1 4194368 15552 0 0 0 335666 19248 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71871] ppid=71860 vsize=11158644 memory=85730 CPUtime=3608.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71871/stat : 71871 (fscip) R 71860 71863 70728 0 -1 4194368 4072947 0 0 0 357354 3476 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71872] ppid=71860 vsize=11158644 memory=48625 CPUtime=3618.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71872/stat : 71872 (fscip) R 71860 71863 70728 0 -1 4194368 2170708 0 0 0 360091 1779 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71873] ppid=71860 vsize=11158644 memory=15258142724372962 CPUtime=3583.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71873/stat : 71873 (fscip) R 71860 71863 70728 0 -1 4194368 15245 0 0 0 348411 9943 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71874] ppid=71860 vsize=11158644 memory=14689712442971013 CPUtime=3608.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71874/stat : 71874 (fscip) R 71860 71863 70728 0 -1 4194368 2940326 0 0 0 356991 3891 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71875] ppid=71860 vsize=11158644 memory=3467824627879809481 CPUtime=3618.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71875/stat : 71875 (fscip) R 71860 71863 70728 0 -1 4194368 2277812 0 0 0 360041 1796 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71876] ppid=71860 vsize=11158644 memory=3906364935175990192 CPUtime=3568.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71876/stat : 71876 (fscip) R 71860 71863 70728 0 -1 4194368 17221 0 0 0 342671 14171 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71877] ppid=71860 vsize=11158644 memory=3467964432691245578 CPUtime=3610.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71877/stat : 71877 (fscip) R 71860 71863 70728 0 -1 4194368 3372268 0 0 0 357305 3758 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71878] ppid=71860 vsize=11158644 memory=7595721343134688876 CPUtime=3612.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71878/stat : 71878 (fscip) R 71860 71863 70728 0 -1 4194368 3172684 0 0 0 358002 3295 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71879] ppid=71860 vsize=11158644 memory=279472047131872 CPUtime=3568.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71879/stat : 71879 (fscip) R 71860 71863 70728 0 -1 4194368 15953 0 0 0 341890 14962 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71880] ppid=71860 vsize=11158644 memory=7235314474687922202 CPUtime=3609.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71880/stat : 71880 (fscip) R 71860 71863 70728 0 -1 4194368 3494691 0 0 0 357100 3867 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71881] ppid=71860 vsize=11158644 memory=32195 CPUtime=3617.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71881/stat : 71881 (fscip) R 71860 71863 70728 0 -1 1077936192 2259021 0 0 0 359634 2072 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71882] ppid=71860 vsize=11158644 memory=32534 CPUtime=3567.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71882/stat : 71882 (fscip) R 71860 71863 70728 0 -1 4194368 15554 0 0 0 341539 15230 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71883] ppid=71860 vsize=11158644 memory=32858 CPUtime=3608.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71883/stat : 71883 (fscip) R 71860 71863 70728 0 -1 4194368 3836234 0 0 0 356651 4172 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71884] ppid=71860 vsize=11158644 memory=33182 CPUtime=3616.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71884/stat : 71884 (fscip) R 71860 71863 70728 0 -1 4194368 2966932 0 0 0 359205 2411 0 0 20 0 41 0 12072099 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71885] ppid=71860 vsize=11158644 memory=85730 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71885/stat : 71885 (fscip) S 71860 71863 70728 0 -1 1077936192 64 0 0 0 0 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71886] ppid=71860 vsize=11158644 memory=-7091875856763676282 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71886/stat : 71886 (fscip) S 71860 71863 70728 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71887] ppid=71860 vsize=11158644 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71887/stat : 71887 (fscip) S 71860 71863 70728 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71888] ppid=71860 vsize=11158644 memory=29273809900535888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71888/stat : 71888 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71889] ppid=71860 vsize=11158644 memory=139736023217949 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71889/stat : 71889 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71890] ppid=71860 vsize=11158644 memory=2321660803460831883 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71890/stat : 71890 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71891] ppid=71860 vsize=11158644 memory=7301863670984173651 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71891/stat : 71891 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71892] ppid=71860 vsize=11158644 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71892/stat : 71892 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71893] ppid=71860 vsize=11158644 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71893/stat : 71893 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71894] ppid=71860 vsize=11158644 memory=279472045590176 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71894/stat : 71894 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71895] ppid=71860 vsize=11158644 memory=6219560554942447712 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71895/stat : 71895 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71896] ppid=71860 vsize=11158644 memory=6147502960904519776 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71896/stat : 71896 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71897] ppid=71860 vsize=11158644 memory=11632 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71897/stat : 71897 (fscip) S 71860 71863 70728 0 -1 1077936192 140 0 0 0 1 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71898] ppid=71860 vsize=11158644 memory=12156 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71898/stat : 71898 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71899] ppid=71860 vsize=11158644 memory=2780 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71899/stat : 71899 (fscip) S 71860 71863 70728 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71900] ppid=71860 vsize=11158644 memory=6716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71900/stat : 71900 (fscip) S 71860 71863 70728 0 -1 1077936192 134 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71902] ppid=71860 vsize=11158644 memory=9871360 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71902/stat : 71902 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71901] ppid=71860 vsize=11158644 memory=2752 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71901/stat : 71901 (fscip) S 71860 71863 70728 0 -1 1077936192 147 0 0 0 1 1 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71903] ppid=71860 vsize=11158644 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71903/stat : 71903 (fscip) S 71860 71863 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
[pid=71863/tid=71904] ppid=71860 vsize=11158644 memory=-7173504570862900581 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/71863/task/71904/stat : 71904 (fscip) S 71860 71863 70728 0 -1 1077936192 133 0 0 0 0 2 0 0 20 0 41 0 12072103 11426451456 2422838 809668444160 4194304 16623229 140724626605264 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 40587264 140724626613258 140724626613376 140724626613376 140724626620400 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 11158644 KiB
Current children cumulated memory: 9691352 KiB

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

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

# cumulated CPU time of all completed processes:  user=70715.9 s, system=1286.5 s

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

[startup+3653.62 s]
/proc/loadavg: 79.90 80.20 79.58 62/984 76442
/proc/meminfo: memFree=757132700/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3653.7 s]
/proc/loadavg: 79.90 80.20 79.58 62/984 76442
/proc/meminfo: memFree=757132700/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3653.76
CPU time (s): 72002.4
CPU user time (s): 70715.9
CPU system time (s): 1286.5
CPU usage (%): 1970.64
Max. virtual memory (cumulated for all children) (KiB): 11158644
Max. memory (cumulated for all children) (KiB): 9691352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70715.9
system time used= 1286.5
maximum resident set size= 9691460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41830860
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= 45207002
involuntary context switches= 162606


# summary of solver processes directly reported to runsolver:
#   pid: 71863
#   total CPU time (s): 72002.4
#   total CPU user time (s): 70715.9
#   total CPU system time (s): 1286.5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.2233 second user time and 73.3666 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 21:42:07
IDJOB=4465558
IDBENCH=148107
IDSOLVER=3094
FILE ID=nodeD104/4465558-1722454927
RUNJOBID= nodeD104-1722454516-70738
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob2.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-4465558-1722454927/watcher-4465558-1722454927 -o /tmp/evaluation-result-4465558-1722454927/solver-4465558-1722454927 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70738 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465558-1722454927.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=2087301522

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        776520912 kB
MemAvailable:   775523060 kB
Buffers:          154840 kB
Cached:          2203876 kB
SwapCached:            0 kB
Active:           312872 kB
Inactive:       11531736 kB
Active(anon):       2212 kB
Inactive(anon):  9506228 kB
Active(file):     310660 kB
Inactive(file):  2025508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29140 kB
Writeback:             0 kB
AnonPages:       9486244 kB
Mapped:           125348 kB
Shmem:             22536 kB
KReclaimable:     171388 kB
Slab:             512240 kB
SReclaimable:     171388 kB
SUnreclaim:       340852 kB
KernelStack:       16832 kB
PageTables:        29644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1862564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           188544 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 22:43:01