Trace number 4468512

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12OPT-35 34111.4 1725.72

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
MD5SUM13e3cfc76a003558f082ab5832d2ffa8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark5.63628
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27856
Number of constraints which are clauses27856
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 61389131, getVmSize() = 57712640, SCIPgetMemUsed() = 30054891, SCIPgetMemTotal() = 34042563, SCIPgetMemExternEstim() = 27346568
0.00/0.05	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
0.32/0.38	c ** Estimated virtualMemUsedAtSolver = 89349306, getVmSize() = 133984256, SCIPgetMemUsed() = 57966616, SCIPgetMemTotal() = 106677392, SCIPgetMemExternEstim() = 27346568
0.32/0.38	c ** set memory limit for solvers to 4.18833e+11 for each SCIP **
0.32/0.38	c Original Problem   :
0.32/0.38	c   Problem name     : instance-4468512-1723479151
0.32/0.38	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
0.32/0.38	c   Constraints      : 27856
0.32/0.38	c   Objective sense  : minimize
0.32/0.38	c Presolved Problem  :
0.32/0.38	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
0.32/0.38	c   Constraints      : 27856
0.32/0.38	c Constraints        : Number
0.32/0.38	c   setppc           : 27856 
0.32/0.38	c ** Instance transfer method used: 0
0.32/0.42	c ** ParaScipInstance copy does not increase the number of variables. **
0.89/0.95	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.89/0.95	c                                Nodes    Active                                            
0.89/0.95	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
14.85/1.79	c *       2              0           1        20         -22.0000                -          -
16.49/1.81	c *       2              0           1        20         -23.0000                -          -
16.49/1.88	c *       2              0           1        20         -25.0000                -          -
30.71/2.62	c *       3              0           1        20         -26.0000                -          -
32.63/2.75	c *       3              0           1        20         -27.0000                -          -
32.63/2.77	c *       3              0           1        20         -28.0000                -          -
189.70/10.74	c        11              2           1        20         -28.0000         -35.3333     26.19%
216.10/12.13	c *      12             10           9        20         -29.0000         -35.0000     20.69%
292.56/15.91	c        16             13          12        20         -29.0000         -35.0000     20.69%
332.10/17.99	c *      18             18          17        20         -30.0000         -35.0000     16.67%
393.90/21.13	c        21             36          35        20         -30.0000         -35.0000     16.67%
442.23/23.59	c *      24             49          48        20         -31.0000         -35.0000     12.90%
497.36/26.34	c        26             59          57        20         -31.0000         -35.0000     12.90%
595.73/31.36	c        31             70          64        20         -31.0000         -35.0000     12.90%
698.04/36.50	c        36             85          69        20         -31.0000         -35.0000     12.90%
793.54/41.42	c *      41            115          79        20         -32.0000         -35.0000      9.37%
797.47/41.60	c        42            115          79        20         -32.0000         -35.0000      9.37%
898.28/46.70	c        47            211         112        20         -32.0000         -35.0000      9.37%
996.58/51.71	c        52            252         121        20         -32.0000         -35.0000      9.37%
1096.79/56.80	c        57            268         129        20         -32.0000         -35.0000      9.37%
1197.17/61.92	c        62            306         143        20         -32.0000         -35.0000      9.37%
1295.50/66.95	c        67            333         152        20         -32.0000         -35.0000      9.37%
1394.23/71.97	c        72            480         185        20         -32.0000         -35.0000      9.37%
1495.85/77.09	c        77            566         201        20         -32.0000         -35.0000      9.37%
1597.09/82.17	c        82            713         224        20         -32.0000         -35.0000      9.37%
1698.58/87.30	c        87            793         238        20         -32.0000         -35.0000      9.37%
1802.92/92.61	c        93            846         245        20         -32.0000         -35.0000      9.37%
1905.64/97.84	c        98            952         263        20         -32.0000         -35.0000      9.37%
2004.39/102.86	c       103            984         269        20         -32.0000         -35.0000      9.37%
2103.17/107.89	c       108           1077           0        20         -32.0000         -35.0000      9.37%
2210.13/113.20	c       113           1077           0        20         -32.0000         -35.0000      9.37%
2313.09/118.40	c       118           1091           6        20         -32.0000         -35.0000      9.37%
2412.19/123.41	c       123           1094           7        20         -32.0000         -35.0000      9.37%
2512.83/128.55	c       129           1107           8        20         -32.0000         -35.0000      9.37%
2613.97/133.67	c       134           1134          23        20         -32.0000         -35.0000      9.37%
2718.79/139.01	c       139           1159          28        20         -32.0000         -35.0000      9.37%
2820.57/144.08	c       144           1217          42        20         -32.0000         -35.0000      9.37%
2919.67/149.09	c       149           1346          57        20         -32.0000         -35.0000      9.37%
3018.82/154.14	c       154           1516          65        20         -32.0000         -35.0000      9.37%
3120.58/159.27	c       159           1580          79        20         -32.0000         -35.0000      9.37%
3223.82/164.43	c       164           1695          96        20         -32.0000         -35.0000      9.37%
3324.87/169.57	c       170           1746         119        20         -32.0000         -35.0000      9.37%
3423.95/174.58	c       175           1807         152        20         -32.0000         -35.0000      9.37%
3525.08/179.65	c       180           1881         182        20         -32.0000         -35.0000      9.37%
3628.18/184.87	c       185           1967         238        20         -32.0000         -35.0000      9.37%
3729.33/190.03	c       190           2040         283        20         -32.0000         -35.0000      9.37%
3831.53/195.08	c       195           2130         349        20         -32.0000         -35.0000      9.37%
3930.55/200.14	c       200           2192         395        20         -32.0000         -35.0000      9.37%
4034.45/205.33	c       205           2338         491        20         -32.0000         -35.0000      9.37%
4133.61/210.38	c       210           2440         539        20         -32.0000         -35.0000      9.37%
4234.81/215.43	c       215           2516         581        20         -32.0000         -35.0000      9.37%
4340.02/220.71	c       221           2582         623        20         -32.0000         -35.0000      9.37%
4441.00/225.86	c       226           2659         668        20         -32.0000         -35.0000      9.37%
4542.09/230.90	c       231           2698         687        20         -32.0000         -35.0000      9.37%
4643.96/236.08	c       236           2768         735        20         -32.0000         -35.0000      9.37%
4745.14/241.19	c       241           2955         826        20         -32.0000         -35.0000      9.37%
4845.60/246.27	c       246           3083         886        20         -32.0000         -35.0000      9.37%
4946.77/251.32	c       251           3124         897        20         -32.0000         -35.0000      9.37%
5047.92/256.40	c       256           3169         926        20         -32.0000         -35.0000      9.37%
5147.08/261.45	c       261           3215         946        20         -32.0000         -35.0000      9.37%
5250.22/266.70	c       267           3289         984        20         -32.0000         -35.0000      9.37%
5351.38/271.72	c       272           3381        1024        20         -32.0000         -35.0000      9.37%
5450.44/276.73	c       277           3498        1095        20         -32.0000         -35.0000      9.37%
5549.62/281.76	c       282           3635        1160        20         -32.0000         -35.0000      9.37%
5650.81/286.83	c       287           3752        1187        20         -32.0000         -35.0000      9.37%
5750.02/291.89	c       292           3889        1242        20         -32.0000         -35.0000      9.37%
5779.75/293.37	c *     293           3918        1257        20         -33.0000         -35.0000      6.06%
5850.97/296.90	c       297           4022         496        20         -33.0000         -35.0000      6.06%
5955.65/302.21	c       302           4271         547        20         -33.0000         -35.0000      6.06%
6058.27/307.49	c       307           4548         576        20         -33.0000         -35.0000      6.06%
6162.94/312.80	c       313           4845         601        20         -33.0000         -35.0000      6.06%
6263.55/317.82	c       318           4986         628        20         -33.0000         -35.0000      6.06%
6362.33/322.83	c       323           5097         647        20         -33.0000         -35.0000      6.06%
6461.32/327.86	c       328           5190         686        20         -33.0000         -35.0000      6.06%
6566.59/333.14	c       333           5341         725        20         -33.0000         -35.0000      6.06%
6668.67/338.35	c       338           5559         745        20         -33.0000         -35.0000      6.06%
6769.50/343.42	c       343           5688         764        20         -33.0000         -35.0000      6.06%
6870.22/348.56	c       349           5971         795        20         -33.0000         -35.0000      6.06%
6973.07/353.75	c       354           6119         811        20         -33.0000         -35.0000      6.06%
7073.83/358.83	c       359           6210         828        20         -33.0000         -35.0000      6.06%
7174.83/363.91	c       364           6331         835        20         -33.0000         -35.0000      6.06%
7273.82/368.99	c       369           6427         845        20         -33.0000         -35.0000      6.06%
7372.95/374.03	c       374           6539         871        20         -33.0000         -35.0000      6.06%
7476.82/379.19	c       379           6629         881        20         -33.0000         -35.0000      6.06%
7579.25/384.38	c       384           6869         887        20         -33.0000         -35.0000      6.06%
7684.36/389.61	c       390           6918         894        20         -33.0000         -35.0000      6.06%
7783.48/394.70	c       395           7157         914        20         -33.0000         -35.0000      6.06%
7884.56/399.71	c       400           7372         960        20         -33.0000         -35.0000      6.06%
7987.73/404.91	c       405           7523         985        20         -33.0000         -35.0000      6.06%
8086.79/410.01	c       410           7658         998        20         -33.0000         -35.0000      6.06%
8188.83/415.05	c       415           7811        1015        20         -33.0000         -35.0000      6.06%
8289.95/420.19	c       420           7962        1018        20         -33.0000         -35.0000      6.06%
8392.20/425.33	c       425           8052        1022        20         -33.0000         -35.0000      6.06%
8493.39/430.42	c       430           8249        1026        20         -33.0000         -35.0000      6.06%
8596.40/435.67	c       436           8400        1036        20         -33.0000         -35.0000      6.06%
8697.44/440.75	c       441           8721        1069        20         -33.0000         -35.0000      6.06%
8796.61/445.80	c       446           8969        1075        20         -33.0000         -35.0000      6.06%
8897.81/450.83	c       451           9140        1086        20         -33.0000         -35.0000      6.06%
8997.00/455.84	c       456           9272        1102        20         -33.0000         -35.0000      6.06%
9096.17/460.85	c       461           9390        1110        20         -33.0000         -35.0000      6.06%
9194.93/465.87	c       466           9515        1115        20         -33.0000         -35.0000      6.06%
9296.05/471.01	c       471           9597        1139        20         -33.0000         -35.0000      6.06%
9397.84/476.10	c       476           9730        1175        20         -33.0000         -35.0000      6.06%
9497.21/481.11	c       481           9981        1204        20         -33.0000         -35.0000      6.06%
9598.41/486.18	c       486          10320        1251        20         -33.0000         -35.0000      6.06%
9697.67/491.20	c       491          10574        1283        20         -33.0000         -35.0000      6.06%
9799.92/496.30	c       496          10763        1302        20         -33.0000         -35.0000      6.06%
9899.10/501.38	c       501          10958        1345        20         -33.0000         -35.0000      6.06%
10000.32/506.40	c       506          11187        1392        20         -33.0000         -35.0000      6.06%
10099.45/511.44	c       511          11315        1422        20         -33.0000         -35.0000      6.06%
10198.63/516.49	c       516          11416        1441        20         -33.0000         -35.0000      6.06%
10301.81/521.65	c       522          11597        1467        20         -33.0000         -35.0000      6.06%
10403.01/526.70	c       527          11728        1488        20         -33.0000         -35.0000      6.06%
10502.19/531.77	c       532          11844        1494        20         -33.0000         -35.0000      6.06%
10601.45/536.78	c       537          12181        1505        20         -33.0000         -35.0000      6.06%
10702.60/541.84	c       542          12421        1539        20         -33.0000         -35.0000      6.06%
10803.84/546.93	c       547          12768        1578        20         -33.0000         -35.0000      6.06%
10903.09/551.94	c       552          13085        1613        20         -33.0000         -35.0000      6.06%
11004.96/557.06	c       557          13309        1635        20         -33.0000         -35.0000      6.06%
11104.03/562.09	c       562          13633        1655        20         -33.0000         -35.0000      6.06%
11205.28/567.16	c       567          13837        1695        20         -33.0000         -35.0000      6.06%
11304.72/572.18	c       572          13948        1708        20         -33.0000         -35.0000      6.06%
11404.99/577.24	c       577          14081        1721        20         -33.0000         -35.0000      6.06%
11504.10/582.25	c       582          14205        1749        20         -33.0000         -35.0000      6.06%
11603.32/587.29	c       587          14397        1771        20         -33.0000         -35.0000      6.06%
11704.52/592.31	c       592          14506        1782        20         -33.0000         -35.0000      6.06%
11803.59/597.35	c       597          14707        1817        20         -33.0000         -35.0000      6.06%
11873.01/600.86	c *     601          15003        1826        20         -34.0000         -35.0000      2.94%
11902.64/602.39	c       602          15032         112        20         -34.0000         -35.0000      2.94%
12004.85/607.55	c       608          15222         106        20         -34.0000         -35.0000      2.94%
12105.81/612.69	c       613          15353         103        20         -34.0000         -35.0000      2.94%
12206.86/617.78	c       618          15417         101        20         -34.0000         -35.0000      2.94%
12307.57/622.88	c       623          15535          95        20         -34.0000         -35.0000      2.94%
12407.79/628.00	c       628          15722          90        20         -34.0000         -35.0000      2.94%
12509.49/633.09	c       633          15799          91        20         -34.0000         -35.0000      2.94%
12613.60/638.30	c       638          15919          87        20         -34.0000         -35.0000      2.94%
12714.26/643.42	c       643          16146          88        20         -34.0000         -35.0000      2.94%
12812.82/648.43	c       648          16475          85        20         -34.0000         -35.0000      2.94%
12913.59/653.51	c       654          16598          86        20         -34.0000         -35.0000      2.94%
13016.60/658.72	c       659          16768          72        20         -34.0000         -35.0000      2.94%
13115.31/663.80	c       664          17028          70        20         -34.0000         -35.0000      2.94%
13216.37/668.83	c       669          17152          70        20         -34.0000         -35.0000      2.94%
13315.23/673.87	c       674          17375          69        20         -34.0000         -35.0000      2.94%
13416.42/678.98	c       679          17768          69        20         -34.0000         -35.0000      2.94%
13515.58/683.99	c       684          17877          68        20         -34.0000         -35.0000      2.94%
13617.43/689.05	c       689          17939          68        20         -34.0000         -35.0000      2.94%
13716.53/694.07	c       694          18066          69        20         -34.0000         -35.0000      2.94%
13815.58/699.13	c       699          18290          72        20         -34.0000         -35.0000      2.94%
13916.83/704.19	c       704          18518          84        20         -34.0000         -35.0000      2.94%
14017.15/709.25	c       709          18848          86        20         -34.0000         -35.0000      2.94%
14118.23/714.31	c       714          19092          77        20         -34.0000         -35.0000      2.94%
14217.25/719.35	c       719          19438          68        20         -34.0000         -35.0000      2.94%
14231.73/720.09	Racing ramp-up finished after 720.09 seconds. Selected strategy 16.
14314.66/724.42	c       724          19534          71        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
14413.82/729.48	c       729          24241         418        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
14516.90/734.63	c       735          45250         986        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
14618.02/739.79	c       740          94321        1385        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
14721.14/744.91	c       745         157650        2288        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
14823.01/750.07	c       750         235160        2412        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
14923.95/755.14	c       755         316204        2452        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15023.25/760.19	c       760         412132        2571        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15122.60/765.23	c       765         523311        2580        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15223.69/770.32	c       770         623828        2683        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15322.77/775.37	c       775         714493        2823        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15425.82/780.54	c       781         829266        2994        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15521.14/785.56	c       786         954799        3056        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15620.21/790.69	c       791        1072653        3195        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15719.10/795.70	c       796        1185463        3260        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15822.13/800.84	c       801        1309972        3357        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
15921.31/805.89	c       806        1424145        3616        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16022.55/810.96	c       811        1548427        3871        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16121.67/816.01	c       816        1672816        4149        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16220.75/821.03	c       821        1794245        4512        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16322.55/826.10	c       826        1917149        4990        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16423.47/831.16	c       831        2038210        5662        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16524.14/836.22	c       836        2162858        6321        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16623.36/841.26	c       841        2278414        6968        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16724.68/846.31	c       846        2405098        7524        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16823.58/851.37	c       851        2533367        8209        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
16922.52/856.38	c       856        2650957        8956        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17023.51/861.48	c       861        2771526        9703        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17124.53/866.51	c       867        2894679       10471        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17223.87/871.60	c       872        3021420       11338        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17324.90/876.62	c       877        3139931       12009        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17425.95/881.73	c       882        3268157       12979        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17525.16/886.78	c       887        3390838       13881        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17626.46/891.85	c       892        3515698       14693        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17725.30/896.86	c       897        3636488       15447        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17826.13/901.92	c       902        3759370       16246        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
17925.15/906.99	c       907        3877924       17210        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18028.90/912.14	c       912        4001435       18115        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18128.09/917.15	c       917        4117365       18961        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18227.47/922.16	c       922        4238112       19876        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18327.72/927.22	c       927        4360904       20726        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18426.94/932.28	c       932        4483679       21542        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18528.12/937.33	c       937        4607211       22528        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18629.21/942.42	c       942        4727671       23369        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18730.36/947.53	c       948        4852116       24321        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18829.37/952.58	c       953        4974968       25168        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
18930.30/957.69	c       958        5097774       25930        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19031.46/962.76	c       963        5222154       26788        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19132.62/967.82	c       968        5344899       27587        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19231.57/972.83	c       973        5463363       28322        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19332.72/977.92	c       978        5592040       28996        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19431.81/982.97	c       983        5713654       29955        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19530.99/988.03	c       988        5837952       30742        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19632.72/993.04	c       993        5958200       31642        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19733.78/998.16	c       998        6090144       32332        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19834.28/1003.26	c      1003        6211467       33204        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
19933.47/1008.27	c      1008        6336735       33969        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20034.63/1013.38	c      1013        6467944       34680        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20133.79/1018.39	c      1018        6589280       35400        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20232.03/1023.48	c      1023        6715677       35954        17         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20331.01/1028.53	c      1029        6843801       36532        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20430.13/1033.60	c      1034        6974571       37256        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20531.24/1038.63	c      1039        7094297       38099        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20630.23/1043.64	c      1044        7225514       38839        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20729.16/1048.66	c      1049        7353440       39740        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20832.34/1053.81	c      1054        7485277       40513        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
20931.16/1058.89	c      1059        7616176       41356        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21032.08/1063.97	c      1064        7745112       42038        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21131.21/1069.01	c      1069        7865484       42804        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21232.96/1074.07	c      1074        7991881       43474        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21332.15/1079.10	c      1079        8111393       44376        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21433.59/1084.17	c      1084        8241534       45118        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21533.91/1089.22	c      1089        8369387       45771        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21633.03/1094.27	c      1094        8494427       46505        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21734.02/1099.33	c      1099        8620916       47391        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21833.23/1104.38	c      1104        8747557       48121        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
21934.47/1109.43	c      1109        8869982       48844        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22033.70/1114.45	c      1114        8996873       49598        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22134.68/1119.56	c      1120        9127855       50350        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22235.61/1124.60	c      1125        9251724       51227        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22334.71/1129.66	c      1130        9384060       51850        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22435.79/1134.71	c      1135        9512084       52280        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22534.95/1139.79	c      1140        9641047       52952        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22636.17/1144.85	c      1145        9764394       53591        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22737.36/1149.92	c      1150        9889632       54438        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22836.58/1154.97	c      1155       10016492       55255        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
22935.83/1160.03	c      1160       10144509       56001        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23037.76/1165.08	c      1165       10274754       56683        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23136.97/1170.10	c      1170       10398629       57322        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23236.09/1175.13	c      1175       10521647       57936        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23338.35/1180.25	c      1180       10649362       58547        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23439.41/1185.31	c      1185       10774395       59172        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23538.55/1190.34	c      1190       10899523       59871        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23637.75/1195.36	c      1195       11023365       60668        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23738.96/1200.42	c      1200       11147864       61343        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23838.15/1205.47	c      1205       11268085       62000        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
23937.33/1210.50	c      1210       11389849       62721        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24038.53/1215.60	c      1216       11513746       63354        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24139.74/1220.66	c      1221       11630914       63916        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24240.87/1225.73	c      1226       11748905       64422        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24340.03/1230.79	c      1231       11873296       64928        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24441.10/1235.83	c      1236       11992391       65408        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24540.29/1240.88	c      1241       12117283       65952        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24641.43/1245.95	c      1246       12242284       66584        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24740.65/1251.01	c      1251       12365451       67092        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24839.85/1256.02	c      1256       12487551       67644        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
24939.06/1261.03	c      1261       12609650       68139        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25042.93/1266.18	c      1266       12737818       68746        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25142.07/1271.19	c      1271       12854540       69146        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25242.60/1276.23	c      1276       12976543       69656        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25343.58/1281.33	c      1281       13104657       70090        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25442.71/1286.34	c      1286       13222851       70464        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25541.95/1291.39	c      1291       13350739       70973        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25643.12/1296.50	c      1296       13482746       71480        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25744.22/1301.55	c      1302       13610966       71827        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25843.32/1306.59	c      1307       13732544       72386        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
25944.48/1311.68	c      1312       13865408       72655        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26045.44/1316.71	c      1317       13989879       73096        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26144.48/1321.79	c      1322       14119663       73530        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26245.61/1326.82	c      1327       14249803       73922        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26344.69/1331.84	c      1332       14379654       74356        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26443.95/1336.85	c      1337       14505152       74580        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26543.12/1341.89	c      1342       14624928       74925        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26644.29/1346.91	c      1347       14749903       75171        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26743.34/1351.98	c      1352       14870404       75570        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26842.55/1357.02	c      1357       14997281       75914        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
26944.51/1362.08	c      1362       15124581       76304        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27046.69/1367.22	c      1367       15258274       76747        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27145.88/1372.27	c      1372       15388594       77127        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27246.94/1377.37	c      1377       15519970       77520        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27345.85/1382.40	c      1382       15644654       78105        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27447.03/1387.50	c      1388       15777720       78562        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27548.21/1392.54	c      1393       15900660       78971        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27647.43/1397.56	c      1398       16030775       79409        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27746.61/1402.59	c      1403       16158329       79827        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27847.67/1407.61	c      1408       16287257       80361        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
27946.69/1412.69	c      1413       16419367       80849        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28047.73/1417.75	c      1418       16545174       81377        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28146.75/1422.76	c      1423       16677603       81812        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28247.87/1427.89	c      1428       16814672       82211        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28348.58/1432.91	c      1433       16942854       82659        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28450.29/1438.06	c      1438       17074120       83181        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28551.62/1443.19	c      1443       17205227       83675        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28652.13/1448.23	c      1448       17330407       84124        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28751.12/1453.24	c      1453       17459832       84549        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28850.14/1458.29	c      1458       17586946       85067        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
28951.28/1463.32	c      1463       17713568       85513        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29050.46/1468.34	c      1468       17842473       85944        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29151.50/1473.42	c      1473       17972432       86354        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29252.60/1478.59	c      1479       18107483       86776        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29353.36/1483.64	c      1484       18241566       87151        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29452.56/1488.65	c      1489       18365538       87614        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29551.75/1493.68	c      1494       18492139       87920        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29652.93/1498.72	c      1499       18620480       88250        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29752.12/1503.73	c      1504       18747039       88760        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29855.30/1508.92	c      1509       18876411       89220        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
29954.21/1513.97	c      1514       19007216       89682        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30055.93/1519.03	c      1519       19139016       90151        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30155.17/1524.07	c      1524       19272686       90523        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30256.25/1529.15	c      1529       19401764       90768        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30341.80/1534.19	c      1534       19534592       91153        14         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30441.62/1539.27	c      1539       19672346       91658        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30542.46/1544.35	c      1544       19802211       92071        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30641.56/1549.40	c      1549       19929501       92458        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30742.58/1554.45	c      1554       20054950       92892        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30843.70/1559.50	c      1560       20183694       93399        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
30942.76/1564.59	c      1565       20313010       93703        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31043.81/1569.64	c      1570       20436344       94114        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31142.97/1574.67	c      1575       20565466       94486        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31242.14/1579.68	c      1580       20693581       94863        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31343.38/1584.74	c      1585       20825455       95310        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31442.62/1589.75	c      1590       20955513       95653        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31541.82/1594.77	c      1595       21083262       96063        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31641.03/1599.80	c      1600       21212240       96428        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31742.10/1604.89	c      1605       21339620       96883        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31843.25/1609.90	c      1610       21471184       97233        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
31942.15/1614.93	c      1615       21600922       97670        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32043.83/1620.08	c      1620       21731204       97954        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32146.44/1625.22	c      1625       21865354       98327        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32247.46/1630.32	c      1630       21991812       98727        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32346.68/1635.36	c      1635       22114698       98966        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32445.93/1640.38	c      1640       22237493       99185        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32547.13/1645.42	c      1645       22363274       99510        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32646.31/1650.43	c      1650       22493906       99877        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32745.43/1655.45	c      1655       22625113      100194        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32848.38/1660.60	c      1661       22756600      100605        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
32949.20/1665.71	c      1666       22885753      100958        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33052.24/1670.93	c      1671       23021114      101351        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33151.47/1675.98	c      1676       23151085      101702        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33250.72/1680.99	c      1681       23278355      102046        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33349.92/1686.01	c      1686       23408037      102444        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33451.85/1691.04	c      1691       23537614      102769        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33551.04/1696.11	c      1696       23666281      103118        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33652.25/1701.19	c      1701       23797548      103430        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33754.76/1706.31	c      1706       23933510      103725        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33854.01/1711.34	c      1711       24057567      103974        19         -34.0000         -35.0000      2.94%         -35.0000      2.94%
33953.17/1716.35	c      1716       24185334      104426        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
34054.33/1721.41	c      1721       24313868      104759        20         -34.0000         -35.0000      2.94%         -35.0000      2.94%
34103.83/1723.99	c *    1724       24372862      104918        20         -35.0000         -35.0000      0.00%         -35.0000      0.00%
34111.08/1725.45	c      1725       24389164           0         0         -35.0000         -35.0000      0.00%
34111.08/1725.45	c SCIP Status        : c problem is solved
34111.08/1725.45	c Total Time         : 1725.45
34111.08/1725.45	c   solving          : 1725.45
34111.08/1725.45	c   presolving       : 0.33 (included in solving)
34111.08/1725.45	c B&B Tree           :
34111.08/1725.45	c   nodes (total)    : 24389164
34111.08/1725.45	c Solution           :
34111.08/1725.45	c   Solutions found  : 14
34111.08/1725.45	c   Primal Bound     : -3.50000000000000e+01
34111.08/1725.45	c   Dual Bound       : -3.50000000000000e+01
34111.08/1725.45	c Gap                : 0.00000 %
34111.20/1725.51	o -35
34111.20/1725.51	s OPTIMUM FOUND
34111.20/1725.51	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 
34111.20/1725.51	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
34111.20/1725.51	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
34111.20/1725.51	v -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
34111.20/1725.51	v -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
34111.20/1725.51	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 
34111.20/1725.51	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 
34111.20/1725.51	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
34111.20/1725.51	v -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
34111.20/1725.51	v -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
34111.20/1725.51	v -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
34111.20/1725.51	v -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
34111.20/1725.51	v -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
34111.20/1725.51	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
34111.20/1725.51	v -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 
34111.20/1725.51	v -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
34111.20/1725.51	v x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 
34111.20/1725.51	v -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 
34111.20/1725.51	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 
34111.20/1725.51	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 
34111.20/1725.51	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 
34111.20/1725.51	v -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 
34111.20/1725.51	v x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 
34111.20/1725.51	v -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 
34111.20/1725.51	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 
34111.20/1725.51	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 
34111.20/1725.51	v x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 
34111.20/1725.51	v -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 

Verifier Data

OK	-35

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 (185719 MiB free)
  memory of node 1: 193494 MiB (189093 MiB free)
  memory of node 2: 193531 MiB (191685 MiB free)
  memory of node 3: 193531 MiB (190169 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-4468512-1723479151/watcher-4468512-1723479151 -o /tmp/evaluation-result-4468512-1723479151/solver-4468512-1723479151 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723479140-663307 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468512-1723479151.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100116 s]*
/proc/loadavg: 11.64 2.50 0.94 43/944 663620
/proc/meminfo: memFree=774751732/790760804 swapFree=131071996/131071996
[pid=663619] ppid=663616 vsize=76992 memory=66256 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/stat : 663619 (fscip) R 663616 663619 663294 0 -1 4194304 15530 0 0 0 8 3 0 0 20 0 1 0 114498196 78839808 16564 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
/proc/663619/statm: 19248 16564 2694 3035 0 15644 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 76992 KiB
Current children cumulated memory: 66256 KiB

[startup+0.218793 s]*
/proc/loadavg: 11.64 2.50 0.94 43/964 663640
/proc/meminfo: memFree=774712204/790760804 swapFree=131071996/131071996
[pid=663619] ppid=663616 vsize=74076 memory=63504 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/stat : 663619 (fscip) R 663616 663619 663294 0 -1 4194304 18430 0 0 0 19 3 0 0 20 0 1 0 114498196 75853824 15876 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
/proc/663619/statm: 18519 15876 2726 3035 0 14915 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 74076 KiB
Current children cumulated memory: 63504 KiB

[startup+0.319536 s]*
/proc/loadavg: 11.64 2.50 0.94 43/964 663640
/proc/meminfo: memFree=774611792/790760804 swapFree=131071996/131071996
[pid=663619] ppid=663616 vsize=111972 memory=93760 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/stat : 663619 (fscip) R 663616 663619 663294 0 -1 4194304 24046 0 0 0 28 4 0 0 20 0 1 0 114498196 114659328 23440 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
/proc/663619/statm: 27993 23440 2774 3035 0 24389 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 111972 KiB
Current children cumulated memory: 93760 KiB

[startup+0.70052 s]
/proc/loadavg: 11.64 2.50 0.94 43/984 663660
/proc/meminfo: memFree=774361316/790760804 swapFree=131071996/131071996
[pid=663619] ppid=663616 vsize=1607640 memory=300824 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/stat : 663619 (fscip) S 663616 663619 663294 0 -1 1077936128 77370 0 0 0 55 14 0 0 20 0 21 0 114498196 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
/proc/663619/statm: 401910 75206 2790 3035 0 117384 0
[pid=663619/tid=663641] ppid=663616 vsize=1607640 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663641/stat : 663641 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663642] ppid=663616 vsize=1607640 memory=36744 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663642/stat : 663642 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663643] ppid=663616 vsize=1607640 memory=11448 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663643/stat : 663643 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663644] ppid=663616 vsize=1607640 memory=33000 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663644/stat : 663644 (fscip) S 663616 663619 663294 0 -1 1077936192 4325 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663645] ppid=663616 vsize=1607640 memory=2316 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663645/stat : 663645 (fscip) S 663616 663619 663294 0 -1 1077936192 4327 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663646] ppid=663616 vsize=1607640 memory=10544 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663646/stat : 663646 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663647] ppid=663616 vsize=1607640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663647/stat : 663647 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663648] ppid=663616 vsize=1607640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663648/stat : 663648 (fscip) S 663616 663619 663294 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663649] ppid=663616 vsize=1607640 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663649/stat : 663649 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663650] ppid=663616 vsize=1607640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663650/stat : 663650 (fscip) R 663616 663619 663294 0 -1 4194368 2767 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663651] ppid=663616 vsize=1607640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663651/stat : 663651 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663652] ppid=663616 vsize=1607640 memory=2659517037 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663652/stat : 663652 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663653] ppid=663616 vsize=1607640 memory=1804 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663653/stat : 663653 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 2 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663654] ppid=663616 vsize=1607640 memory=6048 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663654/stat : 663654 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663655] ppid=663616 vsize=1607640 memory=51344 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663655/stat : 663655 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663656] ppid=663616 vsize=1607640 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663656/stat : 663656 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663657] ppid=663616 vsize=1607640 memory=25932 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663657/stat : 663657 (fscip) S 663616 663619 663294 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663658] ppid=663616 vsize=1607640 memory=21392 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663658/stat : 663658 (fscip) S 663616 663619 663294 0 -1 1077936192 4325 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663659] ppid=663616 vsize=1607640 memory=2208 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663659/stat : 663659 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 1 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663660] ppid=663616 vsize=1607640 memory=2036 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663660/stat : 663660 (fscip) S 663616 663619 663294 0 -1 1077936192 4326 0 0 0 2 0 0 0 20 0 21 0 114498235 1646223360 75206 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1607640 KiB
Current children cumulated memory: 300824 KiB

[startup+1.50492 s]
/proc/loadavg: 11.64 2.50 0.94 77/1024 663700
/proc/meminfo: memFree=772929916/790760804 swapFree=131071996/131071996
[pid=663619] ppid=663616 vsize=1966624 memory=1482348 CPUtime=11.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/stat : 663619 (fscip) S 663616 663619 663294 0 -1 1077936128 417061 0 0 0 1054 87 0 0 20 0 41 0 114498196 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
/proc/663619/statm: 491656 370587 2806 3035 0 473553 0
[pid=663619/tid=663641] ppid=663616 vsize=1966624 memory=-3689408421207566698 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663641/stat : 663641 (fscip) R 663616 663619 663294 0 -1 4194368 21059 0 0 0 50 4 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663642] ppid=663616 vsize=1966624 memory=11448 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663642/stat : 663642 (fscip) R 663616 663619 663294 0 -1 4194368 17630 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663643] ppid=663616 vsize=1966624 memory=2316 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663643/stat : 663643 (fscip) R 663616 663619 663294 0 -1 4194368 17859 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663644] ppid=663616 vsize=1966624 memory=33000 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663644/stat : 663644 (fscip) R 663616 663619 663294 0 -1 4194368 21581 0 0 0 50 4 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663645] ppid=663616 vsize=1966624 memory=10544 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663645/stat : 663645 (fscip) R 663616 663619 663294 0 -1 4194368 17903 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663646] ppid=663616 vsize=1966624 memory=249356 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663646/stat : 663646 (fscip) R 663616 663619 663294 0 -1 4194368 17832 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663647] ppid=663616 vsize=1966624 memory=7 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663647/stat : 663647 (fscip) R 663616 663619 663294 0 -1 4194368 22853 0 0 0 50 4 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663648] ppid=663616 vsize=1966624 memory=25333125866717268 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663648/stat : 663648 (fscip) R 663616 663619 663294 0 -1 4194368 17952 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663649] ppid=663616 vsize=1966624 memory=0 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663649/stat : 663649 (fscip) R 663616 663619 663294 0 -1 4194368 17850 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663650] ppid=663616 vsize=1966624 memory=0 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663650/stat : 663650 (fscip) R 663616 663619 663294 0 -1 4194368 21464 0 0 0 49 5 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663651] ppid=663616 vsize=1966624 memory=279732965426592 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663651/stat : 663651 (fscip) R 663616 663619 663294 0 -1 4194368 17975 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663652] ppid=663616 vsize=1966624 memory=1804 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663652/stat : 663652 (fscip) R 663616 663619 663294 0 -1 4194368 17844 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663653] ppid=663616 vsize=1966624 memory=6048 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663653/stat : 663653 (fscip) R 663616 663619 663294 0 -1 4194368 21476 0 0 0 50 4 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663654] ppid=663616 vsize=1966624 memory=51344 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663654/stat : 663654 (fscip) R 663616 663619 663294 0 -1 4194368 17940 0 0 0 52 2 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663655] ppid=663616 vsize=1966624 memory=104 CPUtime=0.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663655/stat : 663655 (fscip) R 663616 663619 663294 0 -1 4194368 17849 0 0 0 51 4 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663656] ppid=663616 vsize=1966624 memory=25932 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663656/stat : 663656 (fscip) R 663616 663619 663294 0 -1 4194368 23037 0 0 0 49 5 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663657] ppid=663616 vsize=1966624 memory=21392 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663657/stat : 663657 (fscip) R 663616 663619 663294 0 -1 4194368 17629 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663658] ppid=663616 vsize=1966624 memory=2208 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663658/stat : 663658 (fscip) R 663616 663619 663294 0 -1 4194368 17845 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663659] ppid=663616 vsize=1966624 memory=2036 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663659/stat : 663659 (fscip) R 663616 663619 663294 0 -1 4194368 22328 0 0 0 49 5 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663660] ppid=663616 vsize=1966624 memory=0 CPUtime=0.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663660/stat : 663660 (fscip) R 663616 663619 663294 0 -1 4194368 17817 0 0 0 51 3 0 0 20 0 41 0 114498235 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663681] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663681/stat : 663681 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663682] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663682/stat : 663682 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663683] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663683/stat : 663683 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663684] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663684/stat : 663684 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663685] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663685/stat : 663685 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663686] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663686/stat : 663686 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663687] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663687/stat : 663687 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663688] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663688/stat : 663688 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663689] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663689/stat : 663689 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663690] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663690/stat : 663690 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663691] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663691/stat : 663691 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663692] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663692/stat : 663692 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663693] ppid=663616 vsize=1966624 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663693/stat : 663693 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663694] ppid=663616 vsize=1966624 memory=279732965153168 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663694/stat : 663694 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663695] ppid=663616 vsize=1966624 memory=-8774872368523457590 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663695/stat : 663695 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663696] ppid=663616 vsize=1966624 memory=-2824640246339807340 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663696/stat : 663696 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663697] ppid=663616 vsize=1966624 memory=7091594162271446629 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663697/stat : 663697 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663698] ppid=663616 vsize=1966624 memory=2891513706484992362 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663698/stat : 663698 (fscip) S 663616 663619 663294 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 114498291 2013822976 370587 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0

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

[pid=663619/tid=663652] ppid=663616 vsize=14068176 memory=6912 CPUtime=1706.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663652/stat : 663652 (fscip) S 663616 663619 663294 0 -1 1077936192 1927107 0 0 0 169179 1497 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663653] ppid=663616 vsize=14068176 memory=6720666532416012399 CPUtime=1707.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663653/stat : 663653 (fscip) S 663616 663619 663294 0 -1 1077936192 1097628 0 0 0 170529 215 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663654] ppid=663616 vsize=14068176 memory=36744 CPUtime=1704.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663654/stat : 663654 (fscip) S 663616 663619 663294 0 -1 1077936192 1713245 0 0 0 170081 370 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663655] ppid=663616 vsize=14068176 memory=10544 CPUtime=1707.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663655/stat : 663655 (fscip) S 663616 663619 663294 0 -1 1077936192 1347998 0 0 0 169362 1380 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663656] ppid=663616 vsize=14068176 memory=5512 CPUtime=1705.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663656/stat : 663656 (fscip) S 663616 663619 663294 0 -1 1077936192 974086 0 0 0 170365 200 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663657] ppid=663616 vsize=14068176 memory=198340509722 CPUtime=1704.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663657/stat : 663657 (fscip) S 663616 663619 663294 0 -1 1077936192 1547285 0 0 0 170075 361 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663658] ppid=663616 vsize=14068176 memory=25031 CPUtime=1707.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663658/stat : 663658 (fscip) S 663616 663619 663294 0 -1 1077936192 1139566 0 0 0 169501 1226 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663659] ppid=663616 vsize=14068176 memory=25369 CPUtime=1704.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663659/stat : 663659 (fscip) S 663616 663619 663294 0 -1 1077936192 1018593 0 0 0 170256 191 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663660] ppid=663616 vsize=14068176 memory=25699 CPUtime=1706.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663660/stat : 663660 (fscip) S 663616 663619 663294 0 -1 1077936192 1892671 0 0 0 170304 392 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663681] ppid=663616 vsize=14068176 memory=26032 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663681/stat : 663681 (fscip) S 663616 663619 663294 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663682] ppid=663616 vsize=14068176 memory=6720666532416012399 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663682/stat : 663682 (fscip) S 663616 663619 663294 0 -1 1077936192 33 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663683] ppid=663616 vsize=14068176 memory=28648 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663683/stat : 663683 (fscip) S 663616 663619 663294 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663684] ppid=663616 vsize=14068176 memory=32792 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663684/stat : 663684 (fscip) S 663616 663619 663294 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663685] ppid=663616 vsize=14068176 memory=7068 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663685/stat : 663685 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663686] ppid=663616 vsize=14068176 memory=36300 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663686/stat : 663686 (fscip) S 663616 663619 663294 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663687] ppid=663616 vsize=14068176 memory=31572 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663687/stat : 663687 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663688] ppid=663616 vsize=14068176 memory=28568 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663688/stat : 663688 (fscip) S 663616 663619 663294 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663689] ppid=663616 vsize=14068176 memory=7312 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663689/stat : 663689 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663690] ppid=663616 vsize=14068176 memory=26988 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663690/stat : 663690 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663691] ppid=663616 vsize=14068176 memory=3776 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663691/stat : 663691 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663692] ppid=663616 vsize=14068176 memory=11940172 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663692/stat : 663692 (fscip) S 663616 663619 663294 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663693] ppid=663616 vsize=14068176 memory=11456 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663693/stat : 663693 (fscip) S 663616 663619 663294 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663694] ppid=663616 vsize=14068176 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663694/stat : 663694 (fscip) S 663616 663619 663294 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663695] ppid=663616 vsize=14068176 memory=40480 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663695/stat : 663695 (fscip) S 663616 663619 663294 0 -1 1077936192 53 0 0 0 0 1 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663696] ppid=663616 vsize=14068176 memory=8196 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663696/stat : 663696 (fscip) S 663616 663619 663294 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663697] ppid=663616 vsize=14068176 memory=6720666532416012399 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663697/stat : 663697 (fscip) S 663616 663619 663294 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663698] ppid=663616 vsize=14068176 memory=163965 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663698/stat : 663698 (fscip) S 663616 663619 663294 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663699] ppid=663616 vsize=14068176 memory=164261 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663699/stat : 663699 (fscip) S 663616 663619 663294 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663700] ppid=663616 vsize=14068176 memory=1 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663700/stat : 663700 (fscip) S 663616 663619 663294 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
Current children cumulated CPU time: 34110.2 s
Current children cumulated vsize: 14068176 KiB
Current children cumulated memory: 11934636 KiB

[startup+1725.2 s]
/proc/loadavg: 80.49 80.22 68.09 62/1023 664888
/proc/meminfo: memFree=739012900/790760804 swapFree=131071996/131071996
[pid=663619] ppid=663616 vsize=14068176 memory=11934636 CPUtime=34110.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/stat : 663619 (fscip) S 663616 663619 663294 0 -1 1077936128 28546351 0 0 0 3398935 12123 0 0 20 0 41 0 114498196 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
/proc/663619/statm: 3517044 2983659 3334 3035 0 3397481 0
[pid=663619/tid=663641] ppid=663616 vsize=14068176 memory=6720666532416012399 CPUtime=1702.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663641/stat : 663641 (fscip) S 663616 663619 663294 0 -1 1077936192 923936 0 0 0 170086 193 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663642] ppid=663616 vsize=14068176 memory=0 CPUtime=1707.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663642/stat : 663642 (fscip) S 663616 663619 663294 0 -1 1077936192 1887466 0 0 0 170362 387 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663643] ppid=663616 vsize=14068176 memory=0 CPUtime=1707.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663643/stat : 663643 (fscip) S 663616 663619 663294 0 -1 1077936192 1783609 0 0 0 169364 1428 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663644] ppid=663616 vsize=14068176 memory=0 CPUtime=1698.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663644/stat : 663644 (fscip) S 663616 663619 663294 0 -1 1077936192 989613 0 0 0 169617 201 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663645] ppid=663616 vsize=14068176 memory=0 CPUtime=1705.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663645/stat : 663645 (fscip) S 663616 663619 663294 0 -1 1077936192 1769312 0 0 0 170251 326 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663646] ppid=663616 vsize=14068176 memory=0 CPUtime=1708.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663646/stat : 663646 (fscip) S 663616 663619 663294 0 -1 1077936192 1161349 0 0 0 169640 1165 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663647] ppid=663616 vsize=14068176 memory=0 CPUtime=1702.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663647/stat : 663647 (fscip) R 663616 663619 663294 0 -1 4194368 1031805 0 0 0 170121 168 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663648] ppid=663616 vsize=14068176 memory=0 CPUtime=1706.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663648/stat : 663648 (fscip) S 663616 663619 663294 0 -1 1077936192 1866948 0 0 0 170265 362 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663649] ppid=663616 vsize=14068176 memory=6720666532416012399 CPUtime=1709.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663649/stat : 663649 (fscip) S 663616 663619 663294 0 -1 1077936192 1808656 0 0 0 169430 1482 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663650] ppid=663616 vsize=14068176 memory=28648 CPUtime=1699.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663650/stat : 663650 (fscip) S 663616 663619 663294 0 -1 1077936192 913890 0 0 0 169744 196 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663651] ppid=663616 vsize=14068176 memory=32792 CPUtime=1705.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663651/stat : 663651 (fscip) S 663616 663619 663294 0 -1 1077936192 1716459 0 0 0 170256 343 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663652] ppid=663616 vsize=14068176 memory=7068 CPUtime=1706.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663652/stat : 663652 (fscip) S 663616 663619 663294 0 -1 1077936192 1927107 0 0 0 169179 1497 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663653] ppid=663616 vsize=14068176 memory=36300 CPUtime=1707.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663653/stat : 663653 (fscip) S 663616 663619 663294 0 -1 1077936192 1097628 0 0 0 170529 215 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663654] ppid=663616 vsize=14068176 memory=6796 CPUtime=1704.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663654/stat : 663654 (fscip) S 663616 663619 663294 0 -1 1077936192 1713245 0 0 0 170081 370 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663655] ppid=663616 vsize=14068176 memory=20660 CPUtime=1707.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663655/stat : 663655 (fscip) S 663616 663619 663294 0 -1 1077936192 1347998 0 0 0 169362 1380 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663656] ppid=663616 vsize=14068176 memory=6952 CPUtime=1705.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663656/stat : 663656 (fscip) S 663616 663619 663294 0 -1 1077936192 974086 0 0 0 170365 200 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663657] ppid=663616 vsize=14068176 memory=6720666532416012399 CPUtime=1704.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663657/stat : 663657 (fscip) S 663616 663619 663294 0 -1 1077936192 1547285 0 0 0 170075 361 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663658] ppid=663616 vsize=14068176 memory=11892772 CPUtime=1707.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663658/stat : 663658 (fscip) S 663616 663619 663294 0 -1 1077936192 1139566 0 0 0 169501 1226 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663659] ppid=663616 vsize=14068176 memory=28648 CPUtime=1704.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663659/stat : 663659 (fscip) S 663616 663619 663294 0 -1 1077936192 1018593 0 0 0 170256 191 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663660] ppid=663616 vsize=14068176 memory=32792 CPUtime=1706.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663660/stat : 663660 (fscip) S 663616 663619 663294 0 -1 1077936192 1892671 0 0 0 170304 392 0 0 20 0 41 0 114498235 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663681] ppid=663616 vsize=14068176 memory=7068 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663681/stat : 663681 (fscip) S 663616 663619 663294 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663682] ppid=663616 vsize=14068176 memory=36300 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663682/stat : 663682 (fscip) S 663616 663619 663294 0 -1 1077936192 33 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663683] ppid=663616 vsize=14068176 memory=6796 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663683/stat : 663683 (fscip) S 663616 663619 663294 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663684] ppid=663616 vsize=14068176 memory=20660 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663684/stat : 663684 (fscip) S 663616 663619 663294 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663685] ppid=663616 vsize=14068176 memory=11934636 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663685/stat : 663685 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663686] ppid=663616 vsize=14068176 memory=25932 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663686/stat : 663686 (fscip) S 663616 663619 663294 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663687] ppid=663616 vsize=14068176 memory=21392 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663687/stat : 663687 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663688] ppid=663616 vsize=14068176 memory=2208 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663688/stat : 663688 (fscip) S 663616 663619 663294 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663689] ppid=663616 vsize=14068176 memory=2036 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663689/stat : 663689 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663690] ppid=663616 vsize=14068176 memory=31572 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663690/stat : 663690 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663691] ppid=663616 vsize=14068176 memory=28568 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663691/stat : 663691 (fscip) S 663616 663619 663294 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663692] ppid=663616 vsize=14068176 memory=7312 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663692/stat : 663692 (fscip) S 663616 663619 663294 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663693] ppid=663616 vsize=14068176 memory=11934636 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663693/stat : 663693 (fscip) S 663616 663619 663294 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663694] ppid=663616 vsize=14068176 memory=25369 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663694/stat : 663694 (fscip) S 663616 663619 663294 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663695] ppid=663616 vsize=14068176 memory=25699 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663695/stat : 663695 (fscip) S 663616 663619 663294 0 -1 1077936192 53 0 0 0 0 1 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663696] ppid=663616 vsize=14068176 memory=26032 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663696/stat : 663696 (fscip) S 663616 663619 663294 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663697] ppid=663616 vsize=14068176 memory=64250 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663697/stat : 663697 (fscip) S 663616 663619 663294 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663698] ppid=663616 vsize=14068176 memory=83372 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663698/stat : 663698 (fscip) S 663616 663619 663294 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663699] ppid=663616 vsize=14068176 memory=63702 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663699/stat : 663699 (fscip) S 663616 663619 663294 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
[pid=663619/tid=663700] ppid=663616 vsize=14068176 memory=3907210459631887397 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/663619/task/663700/stat : 663700 (fscip) S 663616 663619 663294 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 114498291 14405812224 2983659 809668444160 4194304 16622685 140725244654768 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 48574464 140725244662762 140725244662877 140725244662877 140725244669903 0
Current children cumulated CPU time: 34110.6 s
Current children cumulated vsize: 14068176 KiB
Current children cumulated memory: 11934636 KiB

[startup+1725.6 s]*
/proc/loadavg: 80.49 80.22 68.09 62/983 664888
/proc/meminfo: memFree=748328220/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1725.72
CPU time (s): 34111.4
CPU user time (s): 33989.7
CPU system time (s): 121.691
CPU usage (%): 1976.65
Max. virtual memory (cumulated for all children) (KiB): 14068176
Max. memory (cumulated for all children) (KiB): 11955260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33989.7
system time used= 121.691
maximum resident set size= 11955380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28562839
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= 1093478
involuntary context switches= 161230


# summary of solver processes directly reported to runsolver:
#   pid: 663619
#   total CPU time (s): 34111.4
#   total CPU user time (s): 33989.7
#   total CPU system time (s): 121.691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9399 second user time and 41.1474 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-12 18:12:31
IDJOB=4468512
IDBENCH=146690
IDSOLVER=3099
FILE ID=nodeD105/4468512-1723479151
RUNJOBID= nodeD105-1723479140-663307
SLURM_JOB_ID= 8267556
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468512-1723479151/watcher-4468512-1723479151 -o /tmp/evaluation-result-4468512-1723479151/solver-4468512-1723479151 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723479140-663307 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468512-1723479151.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 13e3cfc76a003558f082ab5832d2ffa8
RANDOM SEED=1092580354

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        774840020 kB
MemAvailable:   779091720 kB
Buffers:         1071228 kB
Cached:          6478920 kB
SwapCached:            0 kB
Active:          1455556 kB
Inactive:       11123768 kB
Active(anon):       2144 kB
Inactive(anon):  5065996 kB
Active(file):    1453412 kB
Inactive(file):  6057772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58488 kB
Writeback:           140 kB
AnonPages:       5029912 kB
Mapped:           124292 kB
Shmem:             38920 kB
KReclaimable:     320436 kB
Slab:             744188 kB
SReclaimable:     320436 kB
SUnreclaim:       423752 kB
KernelStack:       16224 kB
PageTables:        20188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1618308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1024896 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 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:      942080 kB
DirectMap2M:    121190400 kB
DirectMap1G:    683671552 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-12 18:41:17