Trace number 4465710

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K185.opb
MD5SUM8e923d8a993edfc65d984f909d6bfa9e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark43.2702
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22015
Total number of constraints22387
Number of constraints which are clauses22202
Number of constraints which are cardinality constraints (but not clauses)185
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint185
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.11	c Default LC presolving (default).
0.00/0.11	c ** Before presolving: virtualMemUsedAtLc = 129034841, getVmSize() = 110718976, SCIPgetMemUsed() = 78459854, SCIPgetMemTotal() = 86250262, SCIPgetMemExternEstim() = 42784579
0.00/0.11	c ** set memory limit for presolving in LC to 8.79569e+12 for SCIP **
37.30/37.52	c ** Estimated virtualMemUsedAtSolver = 270164682, getVmSize() = 396398592, SCIPgetMemUsed() = 274870220, SCIPgetMemTotal() = 362462444, SCIPgetMemExternEstim() = 42784579
37.30/37.52	c ** set memory limit for solvers to 4.18776e+11 for each SCIP **
37.30/37.52	c Original Problem   :
37.30/37.52	c   Problem name     : instance-4465710-1722529486
37.30/37.52	c   Variables        : 22015 (22015 binary, 0 integer, 0 implicit integer, 0 continuous)
37.30/37.52	c   Constraints      : 22387
37.30/37.52	c   Objective sense  : minimize
37.30/37.52	c Presolved Problem  :
37.30/37.52	c   Variables        : 20450 (20450 binary, 0 integer, 0 implicit integer, 0 continuous)
37.30/37.52	c   Constraints      : 20746
37.30/37.52	c Constraints        : Number
37.30/37.52	c   knapsack         : 1 
37.30/37.52	c   setppc           : 2518 
37.30/37.52	c   orbitope         : 1 
37.30/37.52	c   logicor          : 18226 
37.30/37.52	c ** Instance transfer method used: 0
37.30/37.57	c ** ParaScipInstance copy increased the number of variables. **
38.22/38.48	c LC is working with racing ramp-up and with rebuilding tree after racing.
38.22/38.48	c                                Nodes    Active                                            
38.22/38.48	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
247.11/49.07	c        49              2           1        20                -           0.0000          -
361.39/54.84	c        55            182         181        20                -           0.0000          -
470.44/60.36	c        60            542         541        20                -           0.0000          -
573.62/65.57	c        66            801         659        20                -           0.0000          -
672.74/70.59	c        71           1104         800        20                -           0.0000          -
775.87/75.70	c        76           1407         567        20                -           0.0000          -
877.02/80.86	c        81           1571         521        20                -           0.0000          -
978.19/85.97	c        86           1871         821        20                -           0.0000          -
1079.86/91.09	c        91           2526        1617        20                -           0.0000          -
1182.22/96.21	c        96           2471        1421        20                -           0.0000          -
1283.35/101.33	c       101           2831        1781        20                -           0.0000          -
1382.57/106.40	c       106           3151         907        20                -           0.0000          -
1485.72/111.54	c       112           5647        4738        20                -           0.0000          -
1592.87/116.97	c       117           6426        5517        20                -           0.0000          -
1700.04/122.30	c       122           4259        2000        20                -           0.0000          -
1801.23/127.45	c       127           4668        2409        20                -           0.0000          -
1902.44/132.54	c       133           7629         741        20                -           0.0000          -
2001.64/137.56	c       138           5553        3294        20                -           0.0000          -
2102.82/142.69	c       143           5870        2519        20                -           0.0000          -
2210.51/148.09	c       148           6270        2919        20                -           0.0000          -
2316.99/153.45	c       153           9812        2675        20                -           0.0000          -
2418.14/158.56	c       159          10934        3797        20                -           0.0000          -
2525.31/163.98	c       164           6979         581        20                -           0.0000          -
2634.29/169.42	c       169           7908        1999        20                -           0.0000          -
2737.44/174.62	c       175           8268        1044        20                -           0.0000          -
2840.61/179.84	c       180          13165         481        20                -           0.0000          -
2941.81/184.95	c       185          13465         766        20                -           0.0000          -
3041.00/189.98	c       190          13902        1197        20                -           0.0000          -
3150.06/195.43	c       195          10077        3518        20                -           0.0000          -
3251.26/200.57	c       201          10822         181        20                -           0.0000          -
3354.40/205.72	c       206          10467         161        20                -           0.0000          -
3457.52/210.93	c       211          11461         800        20                -           0.0000          -
3556.80/216.01	c       216          17376         341        20                -           0.0000          -
3663.96/221.32	c       221          17676         641        20                -           0.0000          -
3763.23/226.37	c       226          17976         941        20                -           0.0000          -
3862.43/231.39	c       231          12439        2118        20                -           0.0000          -
3965.67/236.54	c       237          14800        2637        20                -           0.0000          -
4066.89/241.64	c       242          18785         701        20                -           0.0000          -
4167.96/246.77	c       247          13826        1992        20                -           0.0000          -
4266.98/251.78	c       252          14471        2637        20                -           0.0000          -
4368.16/256.87	c       257          15391        3557        20                -           0.0000          -
4469.26/262.02	c       262          16651        4456        20                -           0.0000          -
4571.01/267.04	c       267          17655        1334        20                -           0.0000          -
4670.14/272.09	c       272          18248        1376        20                -           0.0000          -
4769.26/277.11	c       277          20963        2839        20                -           0.0000          -
4873.74/282.38	c       282          21516        3256        20                -           0.0000          -
4980.80/287.76	c       288          22368        3997        20                -           0.0000          -
5081.99/292.82	c       293          18717        1521        20                -           0.0000          -
5185.72/298.06	c       298          19069        1873        20                -           0.0000          -
5285.00/303.13	c       303          21186         941        20                -           0.0000          -
5389.37/308.35	c       308          23402        4058        20                -           0.0000          -
5490.49/313.40	c       313          23951        4018        20                -           0.0000          -
5591.57/318.50	c       319          22116        1871        20                -           0.0000          -
5692.71/323.62	c       324          24742         101        20                -           0.0000          -
5791.80/328.69	c       329          22786        2541        20                -           0.0000          -
5892.95/333.78	c       334          22043        1380        20                -           0.0000          -
5994.14/338.83	c       339          25582         941        20                -           0.0000          -
6093.33/343.86	c       344          25882        1241        20                -           0.0000          -
6197.29/349.04	c       349          23263        2600        20                -           0.0000          -
6296.29/354.09	c       354          23583        2791        20                -           0.0000          -
6398.77/359.24	c       359          26132        3182        20                -           0.0000          -
6505.89/364.68	c       365          24878        3428        20                -           0.0000          -
6607.07/369.74	c       370          25081        3306        20                -           0.0000          -
6708.29/374.87	c       375          25908        3223        20                -           0.0000          -
6809.51/379.92	c       380          26335          41        20                -           0.0000          -
6911.29/385.04	c       385          29476        3956        20                -           0.0000          -
7013.93/390.22	c       390          29957        3910        20                -           0.0000          -
7121.08/395.66	c       396          27235         941        20                -           0.0000          -
7222.32/400.74	c       401          27550        1256        20                -           0.0000          -
7323.52/405.82	c       406          27893        1599        20                -           0.0000          -
7422.75/410.85	c       411          28195        1901        20                -           0.0000          -
7521.89/415.86	c       416          28515        2221        20                -           0.0000          -
7623.03/420.99	c       421          28969        2352        20                -           0.0000          -
7724.87/426.07	c       426          29625        2742        20                -           0.0000          -
7827.25/431.23	c       431          31842        2850        20                -           0.0000          -
7926.40/436.28	c       436          31096        3162        20                -           0.0000          -
8033.52/441.61	c       442          34013        1672        20                -           0.0000          -
8134.49/446.72	c       447          34940        2747        20                -           0.0000          -
8233.66/451.79	c       452          34662        2321        20                -           0.0000          -
8336.76/456.93	c       457          33767        2938        20                -           0.0000          -
8435.98/461.98	c       462          36442         401        20                -           0.0000          -
8545.04/467.41	c       467          34332         461        20                -           0.0000          -
8644.23/472.48	c       472          34632         761        20                -           0.0000          -
8747.34/477.60	c       478          37300        1259        20                -           0.0000          -
8846.49/482.69	c       483          37662        1621        20                -           0.0000          -
8947.71/487.76	c       488          37982        1941        20                -           0.0000          -
9050.87/493.01	c       493          38338        1775        20                -           0.0000          -
9159.96/498.41	c       498          37160        1938        20                -           0.0000          -
9261.09/503.59	c       504          38044        1972        20                -           0.0000          -
9361.98/508.65	c       509          39373        2449        20                -           0.0000          -
9463.10/513.75	c       514          39821        2136        20                -           0.0000          -
9564.12/518.88	c       519          40937        2536        20                -           0.0000          -
9665.19/523.91	c       524          41084        2448        20                -           0.0000          -
9764.28/528.95	c       529          43779        3013        20                -           0.0000          -
9865.98/534.05	c       534          41627        2269        20                -           0.0000          -
9968.12/539.20	c       539          42001        2163        20                -           0.0000          -
10069.20/544.32	c       544          44782         521        20                -           0.0000          -
10168.39/549.38	c       549          43483        2104        20                -           0.0000          -
10271.53/554.51	c       555          45322        1061        20                -           0.0000          -
10370.69/559.58	c       560          46197         281        20                -           0.0000          -
10480.54/565.04	c       565          46100        2051        20                -           0.0000          -
10582.96/570.24	c       570          46322        2061        20                -           0.0000          -
10686.15/575.41	c       575          47366          41        20                -           0.0000          -
10787.33/580.52	c       581          47962        3064        20                -           0.0000          -
10888.42/585.60	c       586          47710        1794        20                -           0.0000          -
10987.59/590.64	c       591          48206         881        20                -           0.0000          -
11090.61/595.80	c       596          48458        2045        20                -           0.0000          -
11191.64/600.90	c       601          48981        2136        20                -           0.0000          -
11290.78/605.96	c       606          49090        1765        20                -           0.0000          -
11389.91/611.03	c       611          51066        2703        20                -           0.0000          -
11494.78/616.24	c       616          52020        2676        20                -           0.0000          -
11597.89/621.44	c       621          52600        2773        20                -           0.0000          -
11700.94/626.70	c       627          53332        2881        20                -           0.0000          -
11801.91/631.77	c       632          54027        2664        20                -           0.0000          -
11910.94/637.21	c       637          54596        2658        20                -           0.0000          -
12014.09/642.44	c       642          55152        2650        20                -           0.0000          -
12115.23/647.55	c       648          55727        2644        20                -           0.0000          -
12216.37/652.64	c       653          56319        2642        20                -           0.0000          -
12315.53/657.66	c       658          57803        2075        20                -           0.0000          -
12418.65/662.86	c       663          59076        2140        20                -           0.0000          -
12519.78/667.94	c       668          60084        2115        20                -           0.0000          -
12621.65/673.05	c       673          58918        2658        20                -           0.0000          -
12722.62/678.14	c       678          59848        2614        20                -           0.0000          -
12823.12/683.28	c       683          63315        2085        20                -           0.0000          -
12924.20/688.38	c       688          64529        2081        20                -           0.0000          -
13025.32/693.40	c       693          65517        2067        20                -           0.0000          -
13126.46/698.52	c       699          66632        2072        20                -           0.0000          -
13227.56/703.61	c       704          67489        2057        20                -           0.0000          -
13328.67/708.77	c       709          68470        2058        20                -           0.0000          -
13429.81/713.81	c       714          63849         101        20                -           0.0000          -
13528.99/718.89	c       719          63974        2599        20                -           0.0000          -
13634.78/724.13	c       724          69922         341        20                -           0.0000          -
13735.25/729.29	c       729          70222         641        20                -           0.0000          -
13836.42/734.35	c       734          65528        2589        20                -           0.0000          -
13939.59/739.56	c       740          65269        1521        20                -           0.0000          -
14042.34/744.73	c       745          71076        1495        20                -           0.0000          -
14143.40/749.80	c       750          65949        2201        20                -           0.0000          -
14244.52/754.94	c       755          66322        2339        20                -           0.0000          -
14346.40/760.07	c       760          66964        2565        20                -           0.0000          -
14448.62/765.24	c       765          67132        1541        20                -           0.0000          -
14553.60/770.53	c       771          67452        1861        20                -           0.0000          -
14656.70/775.74	c       776          68843        2424        20                -           0.0000          -
14757.81/780.82	c       781          69888        2359        20                -           0.0000          -
14861.56/786.06	c       786          70784        2347        20                -           0.0000          -
14963.95/791.25	c       791          71824        2488        20                -           0.0000          -
15064.88/796.36	c       796          72412        2302        20                -           0.0000          -
15167.85/801.51	c       802          73039        2294        20                -           0.0000          -
15268.79/806.60	c       807          73949        2454        20                -           0.0000          -
15369.88/811.75	c       812          74878        2306        20                -           0.0000          -
15470.96/816.87	c       817          75871        2292        20                -           0.0000          -
15572.05/821.94	c       822          76909        2293        20                -           0.0000          -
15673.89/827.08	c       827          78064        2299        20                -           0.0000          -
15774.73/832.18	c       832          79188        2364        20                -           0.0000          -
15877.11/837.34	c       837          80211        2287        20                -           0.0000          -
15978.17/842.44	c       842          81244        2295        20                -           0.0000          -
16079.30/847.54	c       848          82257        2283        20                -           0.0000          -
16180.44/852.62	c       853          83200        2295        20                -           0.0000          -
16281.53/857.73	c       858          84174        2295        20                -           0.0000          -
16382.62/862.82	c       863          86123        2187        20                -           0.0000          -
16481.64/867.83	c       868          86524        2290        20                -           0.0000          -
16582.70/872.97	c       873          80149        2373        20                -           0.0000          -
16684.26/878.06	c       878          80657        2356        20                -           0.0000          -
16783.36/883.10	c       883          81254        2363        20                -           0.0000          -
16885.44/888.21	c       888          81912        2352        20                -           0.0000          -
16986.35/893.36	c       893          90508        2252        20                -           0.0000          -
17087.46/898.49	c       898          91571        2434        20                -           0.0000          -
17188.41/903.57	c       904          92543        2321        20                -           0.0000          -
17289.53/908.61	c       909          94959        2285        20                -           0.0000          -
17390.68/913.78	c       914          94333        2235        20                -           0.0000          -
17491.71/918.84	c       919          95363        2242        20                -           0.0000          -
17592.80/923.94	c       924          96293        2229        20                -           0.0000          -
17691.95/928.99	c       929          86560        2329        20                -           0.0000          -
17793.72/934.05	c       934         100579        2300        20                -           0.0000          -
17896.18/939.24	c       939          87926        2336        20                -           0.0000          -
17995.52/944.29	c       944          89031        2432        20                -           0.0000          -
18106.40/949.87	c       950         103727         101        20                -           0.0000          -
18210.02/955.04	c       955         103746        2322        20                -           0.0000          -
18312.63/960.29	c       960          91719        2346        20                -           0.0000          -
18413.43/965.37	c       965          92399        2335        20                -           0.0000          -
18514.44/970.47	c       970         104807        1181        20                -           0.0000          -
18615.53/975.59	c       976         105107        1481        20                -           0.0000          -
18716.66/980.65	c       981         105426        1800        20                -           0.0000          -
18815.86/985.70	c       986          95475        2369        20                -           0.0000          -
18923.65/991.07	c       991         112477           0        20                -           0.0000          -
19024.85/996.18	c       996         112698         221        20                -           0.0000          -
19126.95/1001.34	c      1001          97790        2325        20                -           0.0000          -
19229.84/1006.51	c      1007          98405        2318        20                -           0.0000          -
19330.90/1011.65	c      1012          99167        2332        20                -           0.0000          -
19431.91/1016.76	c      1017         109681        2534        20                -           0.0000          -
19532.81/1021.84	c      1022         100559        2339        20                -           0.0000          -
19636.48/1027.09	c      1027         100821         101        20                -           0.0000          -
19738.67/1032.23	c      1032         112329        2525        20                -           0.0000          -
19837.45/1037.29	c      1037         115078        2601        20                -           0.0000          -
19938.59/1042.39	c      1042         114075        2533        20                -           0.0000          -
20039.69/1047.47	c      1047         115982        2649        20                -           0.0000          -
20140.82/1052.59	c      1053         102201        1481        20                -           0.0000          -
20241.95/1057.68	c      1058         102521        1801        20                -           0.0000          -
20342.88/1062.76	c      1063         117507        2681        20                -           0.0000          -
20441.96/1067.77	c      1068         118276        2591        20                -           0.0000          -
20545.07/1073.02	c      1073         119285        2547        20                -           0.0000          -
20647.11/1078.12	c      1078         120082        2538        20                -           0.0000          -
20751.20/1083.38	c      1083         120862        2547        20                -           0.0000          -
20854.25/1088.53	c      1089         121870        2528        20                -           0.0000          -
20955.37/1093.64	c      1094         122822        2522        20                -           0.0000          -
21058.45/1098.83	c      1099         123555        2639        20                -           0.0000          -
21162.33/1104.11	c      1104         124013        2692        20                -           0.0000          -
21264.33/1109.22	c      1109         124642        2575        20                -           0.0000          -
21363.05/1114.25	c      1114         125582        2600        20                -           0.0000          -
21464.15/1119.32	c      1119         126378        2519        20                -           0.0000          -
21567.08/1124.50	c      1125         111600        2638        20                -           0.0000          -
21668.23/1129.63	c      1130         127742        2511        20                -           0.0000          -
21769.25/1134.72	c      1135         114040        2773        20                -           0.0000          -
21870.37/1139.83	c      1140         114910        2747        20                -           0.0000          -
21971.38/1144.94	c      1145         129793        2501        20                -           0.0000          -
22073.23/1150.05	c      1150         130615        2500        20                -           0.0000          -
22174.57/1155.16	c      1155         131416        2519        20                -           0.0000          -
22274.85/1160.27	c      1160         132174        2525        20                -           0.0000          -
22375.89/1165.37	c      1165         119316        2647        20                -           0.0000          -
22478.92/1170.52	c      1171         120326        2650        20                -           0.0000          -
22579.91/1175.61	c      1176         134692        2517        20                -           0.0000          -
22680.95/1180.70	c      1181         135475        2518        20                -           0.0000          -
22780.14/1185.76	c      1186         141801        2737        20                -           0.0000          -
22883.27/1190.90	c      1191         142899        2720        20                -           0.0000          -
22982.44/1195.96	c      1196         143944        2708        20                -           0.0000          -
23081.60/1200.97	c      1201         144834        2718        20                -           0.0000          -
23186.68/1206.27	c      1206         145671        2730        20                -           0.0000          -
23287.68/1211.32	c      1211         146609        2712        20                -           0.0000          -
23388.73/1216.43	c      1216         147397        2730        20                -           0.0000          -
23489.82/1221.50	c      1222         148278        2721        20                -           0.0000          -
23590.88/1226.67	c      1227         149183        2705        20                -           0.0000          -
23692.01/1231.75	c      1232         150223        2712        20                -           0.0000          -
23793.09/1236.86	c      1237         151202        2717        20                -           0.0000          -
23894.04/1242.01	c      1242         152064        2737        20                -           0.0000          -
23995.79/1247.09	c      1247         152836        2732        20                -           0.0000          -
24096.79/1252.14	c      1252         153719        2714        20                -           0.0000          -
24203.31/1257.55	c      1258         136196        2637        20                -           0.0000          -
24304.36/1262.62	c      1263         137034        2653        20                -           0.0000          -
24405.54/1267.71	c      1268         137863        2635        20                -           0.0000          -
24504.67/1272.77	c      1273         138617        2649        20                -           0.0000          -
24605.74/1277.87	c      1278         139464        2652        20                -           0.0000          -
24706.71/1282.92	c      1283         140090        2633        20                -           0.0000          -
24805.86/1287.97	c      1288         140966        2661        20                -           0.0000          -
24907.63/1293.04	c      1293         142090        2638        20                -           0.0000          -
25008.77/1298.16	c      1298         143085        2659        20                -           0.0000          -
25109.17/1303.24	c      1303         144007        2629        20                -           0.0000          -
25210.25/1308.31	c      1308         144724        2659        20                -           0.0000          -
25311.29/1313.42	c      1313         145700        2626        20                -           0.0000          -
25412.40/1318.50	c      1319         146719        2622        20                -           0.0000          -
25513.43/1323.60	c      1324         147491        2628        20                -           0.0000          -
25614.52/1328.74	c      1329         148254        2634        20                -           0.0000          -
25715.64/1333.86	c      1334         149008        2626        20                -           0.0000          -
25813.54/1338.88	c      1339         169116        2735        20                -           0.0000          -
25917.33/1344.06	c      1344         169977        2722        20                -           0.0000          -
26018.01/1349.18	c      1349         170854        2707        20                -           0.0000          -
26118.33/1354.25	c      1354         171816        2755        20                -           0.0000          -
26219.44/1359.35	c      1359         172754        2731        20                -           0.0000          -
26320.48/1364.48	c      1364         173657        2708        20                -           0.0000          -
26423.61/1369.63	c      1370         174642        2702        20                -           0.0000          -
26524.64/1374.73	c      1375         155087        2622        20                -           0.0000          -
26623.78/1379.80	c      1380         165612        2518        20                -           0.0000          -
26724.76/1384.86	c      1385         156439        2620        20                -           0.0000          -
26825.82/1389.93	c      1390         157111        2620        20                -           0.0000          -
26924.94/1394.93	c      1395         179008        2701        20                -           0.0000          -
27022.96/1399.99	c      1400         179854        2690        20                -           0.0000          -
27124.13/1405.11	c      1405         180601        2687        20                -           0.0000          -
27223.11/1410.12	c      1410         181389        2689        20                -           0.0000          -
27325.36/1415.28	c      1415              2           1        20                -           0.0000          -
27426.46/1420.33	c      1420              2           1        20                -           0.0000          -
27529.49/1425.51	c      1426              2           1        20                -           0.0000          -
27627.20/1430.59	c      1431              2           1        20                -           0.0000          -
27730.03/1435.72	c      1436              2           1        20                -           0.0000          -
27831.12/1440.88	c      1441              2           1        20                -           0.0000          -
27932.25/1446.01	c      1446              2           1        20                -           0.0000          -
28033.71/1451.10	c      1451              4           3        20                -           0.0000          -
28134.97/1456.17	c      1456              6           5        20                -           0.0000          -
28237.20/1461.32	c      1461              7           6        20                -           0.0000          -
28335.65/1466.37	c      1466              7           6        20                -           0.0000          -
28435.75/1471.44	c      1471              7           6        20                -           0.0000          -
28534.45/1476.46	c      1476              8           7        20                -           0.0000          -
28634.62/1481.59	c      1482              8           7        20                -           0.0000          -
28735.75/1486.66	c      1487              8           7        20                -           0.0000          -
28838.82/1491.80	c      1492              8           7        20                -           0.0000          -
28939.90/1496.91	c      1497              8           7        20                -           0.0000          -
29039.01/1502.02	c      1502              8           7        20                -           0.0000          -
29140.81/1507.11	c      1507              8           7        20                -           0.0000          -
29241.86/1512.18	c      1512              9           8        20                -           0.0000          -
29341.33/1517.27	c      1517              9           8        20                -           0.0000          -
29443.78/1522.40	c      1522             11          10        20                -           0.0000          -
29544.83/1527.51	c      1528             11          10        20                -           0.0000          -
29645.89/1532.62	c      1533             11          10        20                -           0.0000          -
29745.03/1537.69	c      1538             11          10        20                -           0.0000          -
29846.17/1542.75	c      1543             11          10        20                -           0.0000          -
29947.06/1547.84	c      1548             11          10        20                -           0.0000          -
30048.07/1552.92	c      1553             11          10        20                -           0.0000          -
30146.89/1558.01	c      1558             11          10        20                -           0.0000          -
30250.72/1563.14	c      1563             12          11        20                -           0.0000          -
30352.83/1568.37	c      1568              2           1        20                -           0.0000          -
30455.74/1573.51	c      1574             13          12        20                -           0.0000          -
30554.85/1578.60	c      1579             13          12        20                -           0.0000          -
30655.90/1583.66	c      1584             13          12        20                -           0.0000          -
30758.98/1588.80	c      1589             13          12        20                -           0.0000          -
30860.07/1593.95	c      1594             13          12        20                -           0.0000          -
30959.17/1599.02	c      1599             13          12        20                -           0.0000          -
31060.84/1604.13	c      1604              4           3        20                -           0.0000          -
31161.77/1609.18	c      1609              4           3        20                -           0.0000          -
31262.06/1614.29	c      1614              4           3        20                -           0.0000          -
31363.12/1619.36	c      1619             14          13        20                -           0.0000          -
31466.27/1624.52	c      1625             14          13        20                -           0.0000          -
31569.17/1629.70	c      1630             14          13        20                -           0.0000          -
31666.91/1634.79	c      1635             14          13        20                -           0.0000          -
31768.03/1639.81	c      1640              5           4        20                -           0.0000          -
31869.11/1644.97	c      1645              5           4        20                -           0.0000          -
31968.21/1650.01	c      1650              5           4        20                -           0.0000          -
32071.84/1655.19	c      1655              5           4        20                -           0.0000          -
32172.21/1660.25	c      1660              5           4        20                -           0.0000          -
32273.38/1665.32	c      1665              5           4        20                -           0.0000          -
32372.53/1670.36	c      1670             16          15        20                -           0.0000          -
32475.61/1675.51	c      1676             16          15        20                -           0.0000          -
32574.70/1680.55	c      1681             16          15        20                -           0.0000          -
32677.74/1685.70	c      1686             16          15        20                -           0.0000          -
32776.86/1690.77	c      1691              6           5        20                -           0.0000          -
32877.96/1695.85	c      1696              6           5        20                -           0.0000          -
32979.01/1700.95	c      1701              6           5        20                -           0.0000          -
33080.89/1706.13	c      1706              6           5        20                -           0.0000          -
33183.09/1711.24	c      1711              6           5        20                -           0.0000          -
33282.17/1716.25	c      1716             17          16        20                -           0.0000          -
33381.26/1721.26	c      1721             17          16        20                -           0.0000          -
33482.37/1726.39	c      1726             17          16        20                -           0.0000          -
33585.48/1731.51	c      1732             17          16        20                -           0.0000          -
33684.60/1736.56	c      1737             17          16        20                -           0.0000          -
33783.60/1741.57	c      1742              2           1        20                -           0.0000          -
33884.59/1746.65	c      1747              2           1        20                -           0.0000          -
33987.71/1751.85	c      1752              2           1        20                -           0.0000          -
34088.83/1756.96	c      1757              2           1        20                -           0.0000          -
34190.56/1762.05	c      1762              8           7        20                -           0.0000          -
34294.96/1767.30	c      1767              8           7        20                -           0.0000          -
34393.93/1772.39	c      1772              8           7        20                -           0.0000          -
34497.00/1777.57	c      1778              8           7        20                -           0.0000          -
34596.12/1782.59	c      1783              8           7        20                -           0.0000          -
34699.21/1787.75	c      1788              6           5        20                -           0.0000          -
34802.18/1792.93	c      1793              6           5        20                -           0.0000          -
34904.04/1798.05	c      1798              6           5        20                -           0.0000          -
35005.12/1803.17	c      1803              6           5        20                -           0.0000          -
35105.45/1808.28	c      1808              6           5        20                -           0.0000          -
35206.54/1813.38	c      1813              6           5        20                -           0.0000          -
35311.60/1818.63	c      1819             19          18        20                -           0.0000          -
35412.68/1823.76	c      1824              9           8        20                -           0.0000          -
35513.32/1828.89	c      1829              9           8        20                -           0.0000          -
35617.01/1834.03	c      1834             20          19        20                -           0.0000          -
35718.36/1839.14	c      1839              8           7        20                -           0.0000          -
35818.54/1844.25	c      1844              8           7        20                -           0.0000          -
35919.60/1849.38	c      1849              8           7        20                -           0.0000          -
36022.62/1854.52	c      1855              8           7        20                -           0.0000          -
36123.65/1859.61	c      1860              8           7        20                -           0.0000          -
36222.65/1864.69	c      1865             22          21        20                -           0.0000          -
36323.77/1869.79	c      1870             22          21        20                -           0.0000          -
36424.72/1874.86	c      1875             22          21        20                -           0.0000          -
36525.78/1879.95	c      1880             22          21        20                -           0.0000          -
36627.62/1885.11	c      1885             22          21        20                -           0.0000          -
36728.35/1890.18	c      1890             22          21        20                -           0.0000          -
36830.92/1895.33	c      1895             22          21        20                -           0.0000          -
36932.04/1900.40	c      1900             22          21        20                -           0.0000          -
37033.18/1905.51	c      1906             22          21        20                -           0.0000          -
37132.05/1910.56	c      1911             22          21        20                -           0.0000          -
37233.06/1915.68	c      1916             22          21        20                -           0.0000          -
37336.07/1920.81	c      1921             22          21        20                -           0.0000          -
37437.17/1925.94	c      1926             22          21        20                -           0.0000          -
37536.22/1931.02	c      1931             22          21        20                -           0.0000          -
37639.95/1936.15	c      1936             22          21        20                -           0.0000          -
37742.36/1941.34	c      1941             22          21        20                -           0.0000          -
37841.51/1946.39	c      1946             22          21        20                -           0.0000          -
37942.60/1951.48	c      1951             22          21        20                -           0.0000          -
38042.94/1956.58	c      1957             22          21        20                -           0.0000          -
38144.07/1961.69	c      1962             22          21        20                -           0.0000          -
38245.22/1966.79	c      1967             22          21        20                -           0.0000          -
38346.32/1971.81	c      1972             22          21        20                -           0.0000          -
38447.43/1976.96	c      1977             22          21        20                -           0.0000          -
38549.06/1982.09	c      1982             22          21        20                -           0.0000          -
38650.25/1987.19	c      1987             22          21        20                -           0.0000          -
38752.52/1992.33	c      1992             22          21        20                -           0.0000          -
38853.62/1997.42	c      1997             22          21        20                -           0.0000          -
38954.71/2002.58	c      2003             22          21        20                -           0.0000          -
39055.81/2007.69	c      2008             22          21        20                -           0.0000          -
39158.84/2012.82	c      2013             22          21        20                -           0.0000          -
39257.82/2017.89	c      2018             22          21        20                -           0.0000          -
39358.85/2022.98	c      2023             22          21        20                -           0.0000          -
39460.53/2028.04	c      2028             22          21        20                -           0.0000          -
39559.53/2033.12	c      2033             13          12        20                -           0.0000          -
39661.95/2038.21	c      2038             13          12        20                -           0.0000          -
39763.05/2043.32	c      2043             13          12        20                -           0.0000          -
39864.07/2048.41	c      2048             13          12        20                -           0.0000          -
39963.20/2053.49	c      2053             13          12        20                -           0.0000          -
40064.14/2058.56	c      2059             13          12        20                -           0.0000          -
40165.21/2063.66	c      2064             13          12        20                -           0.0000          -
40266.33/2068.75	c      2069             13          12        20                -           0.0000          -
40367.46/2073.83	c      2074             13          12        20                -           0.0000          -
40468.46/2078.90	c      2079             13          12        20                -           0.0000          -
40570.09/2084.07	c      2084             13          12        20                -           0.0000          -
40672.59/2089.23	c      2089             13          12        20                -           0.0000          -
40773.65/2094.35	c      2094             13          12        20                -           0.0000          -
40876.67/2099.54	c      2100             13          12        20                -           0.0000          -
40977.63/2104.62	c      2105             13          12        20                -           0.0000          -
41080.72/2109.81	c      2110             13          12        20                -           0.0000          -
41179.83/2114.88	c      2115             13          12        20                -           0.0000          -
41280.93/2120.03	c      2120             13          12        20                -           0.0000          -
41384.71/2125.14	c      2125             13          12        20                -           0.0000          -
41485.06/2130.22	c      2130             13          12        20                -           0.0000          -
41586.18/2135.30	c      2135             13          12        20                -           0.0000          -
41687.29/2140.42	c      2140             13          12        20                -           0.0000          -
41788.40/2145.60	c      2146             13          12        20                -           0.0000          -
41889.51/2150.67	c      2151             13          12        20                -           0.0000          -
41990.63/2155.72	c      2156             13          12        20                -           0.0000          -
42089.71/2160.79	c      2161             13          12        20                -           0.0000          -
42190.73/2165.89	c      2166             13          12        20                -           0.0000          -
42291.61/2170.90	c      2171             13          12        20                -           0.0000          -
42393.32/2176.08	c      2176             13          12        20                -           0.0000          -
42495.66/2181.22	c      2181             13          12        20                -           0.0000          -
42596.73/2186.34	c      2186             13          12        20                -           0.0000          -
42697.78/2191.43	c      2191             13          12        20                -           0.0000          -
42796.88/2196.49	c      2196             13          12        20                -           0.0000          -
42897.94/2201.58	c      2202             13          12        20                -           0.0000          -
43000.94/2206.71	c      2207             13          12        20                -           0.0000          -
43101.97/2211.82	c      2212             13          12        20                -           0.0000          -
43202.91/2216.92	c      2217             13          12        20                -           0.0000          -
43301.98/2222.01	c      2222             13          12        20                -           0.0000          -
43403.80/2227.10	c      2227             13          12        20                -           0.0000          -
43504.92/2232.17	c      2232             13          12        20                -           0.0000          -
43605.32/2237.23	c      2237             13          12        20                -           0.0000          -
43706.45/2242.32	c      2242             13          12        20                -           0.0000          -
43805.54/2247.36	c      2247             13          12        20                -           0.0000          -
43906.58/2252.45	c      2252             13          12        20                -           0.0000          -
44007.68/2257.52	c      2258             13          12        20                -           0.0000          -
44108.72/2262.61	c      2263             13          12        20                -           0.0000          -
44207.85/2267.69	c      2268             13          12        20                -           0.0000          -
44308.88/2272.71	c      2273             13          12        20                -           0.0000          -
44407.95/2277.77	c      2278             13          12        20                -           0.0000          -
44508.97/2282.84	c      2283             13          12        20                -           0.0000          -
44610.10/2287.95	c      2288             13          12        20                -           0.0000          -
44709.06/2292.99	c      2293             13          12        20                -           0.0000          -
44810.89/2298.10	c      2298             13          12        20                -           0.0000          -
44913.05/2303.22	c      2303             13          12        20                -           0.0000          -
45012.11/2308.27	c      2308             13          12        20                -           0.0000          -
45113.19/2313.35	c      2313             15          16        20                -           0.0000          -
45214.16/2318.44	c      2318             15          16        20                -           0.0000          -
45315.22/2323.52	c      2324             15          16        20                -           0.0000          -
45416.25/2328.62	c      2329             15          16        20                -           0.0000          -
45517.29/2333.71	c      2334             15          16        20                -           0.0000          -
45618.38/2338.80	c      2339             15          16        20                -           0.0000          -
45719.38/2343.92	c      2344             15          16        20                -           0.0000          -
45818.49/2349.01	c      2349             15          16        20                -           0.0000          -
45920.20/2354.10	c      2354             15          16        20                -           0.0000          -
46020.93/2359.18	c      2359             15          16        20                -           0.0000          -
46121.47/2364.29	c      2364             15          16        20                -           0.0000          -
46222.42/2369.34	c      2369             15          16        20                -           0.0000          -
46321.20/2374.38	c      2374             15          16        20                -           0.0000          -
46422.27/2379.43	c      2379             15          16        20                -           0.0000          -
46521.36/2384.45	c      2384             15          16        20                -           0.0000          -
46622.49/2389.52	c      2390             15          16        20                -           0.0000          -
46725.59/2394.70	c      2395             15          16        20                -           0.0000          -
46826.73/2399.88	c      2400             15          16        20                -           0.0000          -
46930.44/2405.04	c      2405             15          16        20                -           0.0000          -
47031.62/2410.19	c      2410             15          16        20                -           0.0000          -
47132.19/2415.29	c      2415             15          16        20                -           0.0000          -
47233.14/2420.36	c      2420             15          16        20                -           0.0000          -
47334.25/2425.45	c      2425             15          16        20                -           0.0000          -
47435.36/2430.51	c      2431             15          16        20                -           0.0000          -
47534.47/2435.59	c      2436             15          16        20                -           0.0000          -
47637.62/2440.74	c      2441             15          16        20                -           0.0000          -
47738.69/2445.88	c      2446             15          16        20                -           0.0000          -
47839.83/2451.01	c      2451             15          16        20                -           0.0000          -
47941.41/2456.09	c      2456             15          16        20                -           0.0000          -
48042.63/2461.17	c      2461             15          16        20                -           0.0000          -
48143.08/2466.24	c      2466             15          16        20                -           0.0000          -
48244.23/2471.34	c      2471             15          16        20                -           0.0000          -
48345.35/2476.47	c      2476             15          16        20                -           0.0000          -
48448.48/2481.66	c      2482             15          16        20                -           0.0000          -
48549.58/2486.79	c      2487             15          16        20                -           0.0000          -
48652.71/2491.91	c      2492             15          16        20                -           0.0000          -
48751.88/2497.02	c      2497             14          13        20                -           0.0000          -
48855.86/2502.19	c      2502             14          13        20                -           0.0000          -
48956.19/2507.24	c      2507             14          13        20                -           0.0000          -
49057.29/2512.32	c      2512             14          13        20                -           0.0000          -
49158.54/2517.41	c      2517             14          13        20                -           0.0000          -
49257.36/2522.46	c      2522             14          13        20                -           0.0000          -
49356.40/2527.49	c      2528             14          13        20                -           0.0000          -
49459.29/2532.65	c      2533             14          13        20                -           0.0000          -
49560.29/2537.71	c      2538             14          13        20                -           0.0000          -
49659.28/2542.79	c      2543             14          13        20                -           0.0000          -
49762.22/2547.97	c      2548             14          13        20                -           0.0000          -
49863.77/2553.05	c      2553             14          13        20                -           0.0000          -
49962.96/2558.12	c      2558             14          13        20                -           0.0000          -
50065.14/2563.21	c      2563             14          13        20                -           0.0000          -
50164.15/2568.27	c      2568             14          13        20                -           0.0000          -
50265.14/2573.35	c      2573             14          13        20                -           0.0000          -
50364.15/2578.38	c      2578             14          13        20                -           0.0000          -
50465.15/2583.45	c      2583             14          13        20                -           0.0000          -
50568.15/2588.60	c      2589             14          13        20                -           0.0000          -
50667.17/2593.68	c      2594             14          13        20                -           0.0000          -
50768.23/2598.74	c      2599             14          13        20                -           0.0000          -
50869.26/2603.84	c      2604             14          13        20                -           0.0000          -
50968.26/2608.89	c      2609             14          13        20                -           0.0000          -
51069.26/2613.97	c      2614             14          13        20                -           0.0000          -
51168.28/2619.02	c      2619             14          13        20                -           0.0000          -
51269.87/2624.05	c      2624             14          13        20                -           0.0000          -
51369.00/2629.10	c      2629             14          13        20                -           0.0000          -
51471.23/2634.26	c      2634             14          13        20                -           0.0000          -
51572.12/2639.32	c      2639             14          13        20                -           0.0000          -
51673.20/2644.44	c      2644             14          13        20                -           0.0000          -
51774.24/2649.56	c      2650             14          13        20                -           0.0000          -
51877.09/2654.76	c      2655             14          13        20                -           0.0000          -
51978.11/2659.86	c      2660             14          13        20                -           0.0000          -
52079.10/2664.92	c      2665             14          13        20                -           0.0000          -
52180.68/2670.05	c      2670             14          13        20                -           0.0000          -
52281.77/2675.13	c      2675             14          13        20                -           0.0000          -
52382.08/2680.27	c      2680             14          13        20                -           0.0000          -
52485.03/2685.42	c      2685             14          13        20                -           0.0000          -
52588.04/2690.63	c      2691             14          13        20                -           0.0000          -
52687.15/2695.68	c      2696             14          13        20                -           0.0000          -
52788.08/2700.74	c      2701             14          13        20                -           0.0000          -
52889.10/2705.82	c      2706             14          13        20                -           0.0000          -
52988.10/2710.90	c      2711             14          13        20                -           0.0000          -
53089.11/2716.02	c      2716             14          13        20                -           0.0000          -
53194.11/2721.20	c      2721             32          29        20                -           0.0000          -
53295.09/2726.36	c      2726             32          29        20                -           0.0000          -
53396.12/2731.41	c      2731             32          29        20                -           0.0000          -
53497.23/2736.52	c      2737             32          29        20                -           0.0000          -
53598.10/2741.62	c      2742             32          29        20                -           0.0000          -
53699.17/2746.70	c      2747             32          29        20                -           0.0000          -
53800.21/2751.83	c      2752             32          29        20                -           0.0000          -
53901.21/2756.99	c      2757             32          29        20                -           0.0000          -
54002.78/2762.10	c      2762             32          29        20                -           0.0000          -
54105.23/2767.23	c      2767             32          29        20                -           0.0000          -
54206.25/2772.31	c      2772             32          29        20                -           0.0000          -
54305.29/2777.38	c      2777             32          29        20                -           0.0000          -
54408.29/2782.52	c      2783             32          29        20                -           0.0000          -
54509.30/2787.65	c      2788             32          29        20                -           0.0000          -
54610.31/2792.73	c      2793             32          29        20                -           0.0000          -
54709.35/2797.80	c      2798             32          29        20                -           0.0000          -
54812.36/2802.92	c      2803             32          29        20                -           0.0000          -
54913.95/2808.06	c      2808             32          29        20                -           0.0000          -
55014.92/2813.15	c      2813             32          29        20                -           0.0000          -
55115.29/2818.25	c      2818             32          29        20                -           0.0000          -
55216.28/2823.36	c      2823             32          29        20                -           0.0000          -
55317.27/2828.49	c      2828             32          29        20                -           0.0000          -
55420.18/2833.67	c      2834             32          29        20                -           0.0000          -
55521.14/2838.77	c      2839             32          29        20                -           0.0000          -
55622.14/2843.88	c      2844             32          29        20                -           0.0000          -
55723.13/2848.96	c      2849             32          29        20                -           0.0000          -
55824.91/2854.04	c      2854             32          29        20                -           0.0000          -
55923.69/2859.12	c      2859             32          29        20                -           0.0000          -
56024.76/2864.19	c      2864             32          29        20                -           0.0000          -
56125.06/2869.28	c      2869             32          29        20                -           0.0000          -
56228.03/2874.45	c      2874             32          29        20                -           0.0000          -
56329.03/2879.51	c      2880             32          29        20                -           0.0000          -
56428.04/2884.59	c      2885             32          29        20                -           0.0000          -
56529.07/2889.67	c      2890             32          29        20                -           0.0000          -
56630.08/2894.78	c      2895             32          29        20                -           0.0000          -
56731.08/2899.87	c      2900             32          29        20                -           0.0000          -
56834.79/2905.10	c      2905             32          29        20                -           0.0000          -
56935.69/2910.20	c      2910             32          29        20                -           0.0000          -
57038.00/2915.31	c      2915             32          29        20                -           0.0000          -
57136.95/2920.39	c      2920             32          29        20                -           0.0000          -
57237.91/2925.48	c      2925             32          29        20                -           0.0000          -
57341.08/2930.62	c      2931             32          29        20                -           0.0000          -
57439.95/2935.68	c      2936             32          29        20                -           0.0000          -
57542.94/2940.81	c      2941             32          29        20                -           0.0000          -
57643.93/2945.93	c      2946             32          29        20                -           0.0000          -
57742.94/2951.00	c      2951             32          29        20                -           0.0000          -
57846.54/2956.13	c      2956             32          29        20                -           0.0000          -
57946.89/2961.29	c      2961             32          29        20                -           0.0000          -
58047.86/2966.38	c      2966             32          29        20                -           0.0000          -
58148.86/2971.46	c      2971             32          29        20                -           0.0000          -
58249.85/2976.52	c      2977             32          29        20                -           0.0000          -
58348.88/2981.58	c      2982             32          29        20                -           0.0000          -
58451.87/2986.75	c      2987             32          29        20                -           0.0000          -
58552.83/2991.85	c      2992             32          29        20                -           0.0000          -
58653.81/2996.95	c      2997             32          29        20                -           0.0000          -
58755.61/3002.06	c      3002             32          29        20                -           0.0000          -
58856.49/3007.17	c      3007             32          29        20                -           0.0000          -
58956.81/3012.23	c      3012             32          29        20                -           0.0000          -
59055.87/3017.28	c      3017             32          29        20                -           0.0000          -
59156.93/3022.30	c      3022             32          29        20                -           0.0000          -
59255.97/3027.34	c      3027             32          29        20                -           0.0000          -
59357.01/3032.48	c      3032             32          29        20                -           0.0000          -
59458.03/3037.59	c      3038             32          29        20                -           0.0000          -
59559.01/3042.67	c      3043             32          29        20                -           0.0000          -
59660.00/3047.75	c      3048             32          29        20                -           0.0000          -
59761.05/3052.81	c      3053             32          29        20                -           0.0000          -
59860.13/3057.85	c      3058             32          29        20                -           0.0000          -
59961.17/3062.95	c      3063             32          29        20                -           0.0000          -
60062.64/3068.10	c      3068             32          29        20                -           0.0000          -
60163.68/3073.17	c      3073             32          29        20                -           0.0000          -
60264.14/3078.25	c      3078             32          29        20                -           0.0000          -
60365.23/3083.38	c      3083             32          29        20                -           0.0000          -
60466.29/3088.47	c      3088             32          29        20                -           0.0000          -
60567.37/3093.54	c      3094             32          29        20                -           0.0000          -
60670.37/3098.71	c      3099             32          29        20                -           0.0000          -
60769.46/3103.76	c      3104             32          29        20                -           0.0000          -
60870.49/3108.83	c      3109             32          29        20                -           0.0000          -
60971.52/3113.94	c      3114             32          29        20                -           0.0000          -
61070.59/3118.99	c      3119             32          29        20                -           0.0000          -
61172.31/3124.07	c      3124             32          29        20                -           0.0000          -
61273.27/3129.13	c      3129             32          29        20                -           0.0000          -
61373.72/3134.21	c      3134             32          29        20                -           0.0000          -
61474.74/3139.32	c      3139             32          29        20                -           0.0000          -
61575.74/3144.40	c      3144             32          29        20                -           0.0000          -
61674.80/3149.49	c      3149             32          29        20                -           0.0000          -
61775.87/3154.50	c      3154             32          29        20                -           0.0000          -
61874.92/3159.57	c      3160             32          29        20                -           0.0000          -
61975.97/3164.65	c      3165             32          29        20                -           0.0000          -
62079.00/3169.82	c      3170             32          29        20                -           0.0000          -
62178.08/3174.87	c      3175             32          29        20                -           0.0000          -
62279.11/3179.94	c      3180             32          29        20                -           0.0000          -
62380.84/3185.07	c      3185             32          29        20                -           0.0000          -
62481.83/3190.20	c      3190             32          29        20                -           0.0000          -
62584.12/3195.32	c      3195             32          29        20                -           0.0000          -
62685.15/3200.41	c      3200             32          29        20                -           0.0000          -
62784.19/3205.46	c      3205             32          29        20                -           0.0000          -
62885.21/3210.58	c      3211             32          29        20                -           0.0000          -
62986.21/3215.64	c      3216             32          29        20                -           0.0000          -
63087.24/3220.76	c      3221             32          29        20                -           0.0000          -
63188.27/3225.83	c      3226             32          29        20                -           0.0000          -
63289.29/3230.94	c      3231             32          29        20                -           0.0000          -
63388.33/3236.02	c      3236             32          29        20                -           0.0000          -
63490.12/3241.08	c      3241             32          29        20                -           0.0000          -
63591.14/3246.19	c      3246             32          29        20                -           0.0000          -
63691.36/3251.26	c      3251             32          29        20                -           0.0000          -
63792.36/3256.34	c      3256             32          29        20                -           0.0000          -
63897.36/3261.69	c      3262             32          29        20                -           0.0000          -
64000.33/3266.80	c      3267             32          29        20                -           0.0000          -
64101.38/3272.00	c      3272             32          29        20                -           0.0000          -
64202.94/3277.08	c      3277             32          29        20                -           0.0000          -
64305.42/3282.21	c      3282             32          29        20                -           0.0000          -
64406.47/3287.33	c      3287             32          29        20                -           0.0000          -
64505.50/3292.38	c      3292             32          29        20                -           0.0000          -
64606.52/3297.48	c      3297             32          29        20                -           0.0000          -
64707.55/3302.56	c      3303             32          29        20                -           0.0000          -
64810.55/3307.71	c      3308             32          29        20                -           0.0000          -
64911.55/3312.85	c      3313             32          29        20                -           0.0000          -
65012.53/3317.93	c      3318             32          29        20                -           0.0000          -
65114.16/3323.09	c      3323             32          29        20                -           0.0000          -
65215.17/3328.15	c      3328             32          29        20                -           0.0000          -
65317.43/3333.31	c      3333             32          29        20                -           0.0000          -
65418.45/3338.42	c      3338             32          29        20                -           0.0000          -
65519.45/3343.53	c      3344             32          29        20                -           0.0000          -
65620.47/3348.60	c      3349             32          29        20                -           0.0000          -
65721.48/3353.71	c      3354             32          29        20                -           0.0000          -
65822.52/3358.88	c      3359             32          29        20                -           0.0000          -
65923.54/3363.96	c      3364             32          29        20                -           0.0000          -
66022.56/3369.02	c      3369             32          29        20                -           0.0000          -
66124.22/3374.09	c      3374             32          29        20                -           0.0000          -
66223.15/3379.12	c      3379             32          29        20                -           0.0000          -
66325.54/3384.20	c      3384             32          29        20                -           0.0000          -
66426.53/3389.35	c      3389             32          29        20                -           0.0000          -
66527.56/3394.44	c      3394             32          29        20                -           0.0000          -
66628.53/3399.58	c      3400             32          29        20                -           0.0000          -
66731.50/3404.70	c      3405             32          29        20                -           0.0000          -
66834.50/3409.96	c      3410             32          29        20                -           0.0000          -
66936.30/3415.09	c      3415             32          29        20                -           0.0000          -
67038.48/3420.21	c      3420             32          29        20                -           0.0000          -
67139.49/3425.32	c      3425             32          29        20                -           0.0000          -
67240.51/3430.42	c      3430             32          29        20                -           0.0000          -
67341.53/3435.55	c      3436             32          29        20                -           0.0000          -
67442.56/3440.66	c      3441             32          29        20                -           0.0000          -
67543.56/3445.75	c      3446             32          29        20                -           0.0000          -
67644.59/3450.81	c      3451             32          29        20                -           0.0000          -
67743.63/3455.89	c      3456             32          29        20                -           0.0000          -
67844.63/3460.97	c      3461             32          29        20                -           0.0000          -
67946.23/3466.11	c      3466             32          29        20                -           0.0000          -
68048.61/3471.22	c      3471             32          29        20                -           0.0000          -
68149.62/3476.30	c      3476             32          29        20                -           0.0000          -
68250.66/3481.44	c      3481             32          29        20                -           0.0000          -
68353.66/3486.64	c      3487             17          16        20                -           0.0000          -
68454.66/3491.72	c      3492             17          16        20                -           0.0000          -
68555.57/3496.83	c      3497             17          16        20                -           0.0000          -
68656.61/3501.92	c      3502             17          16        20                -           0.0000          -
68755.62/3506.99	c      3507             17          16        20                -           0.0000          -
68859.30/3512.17	c      3512             17          16        20                -           0.0000          -
68959.62/3517.25	c      3517             17          16        20                -           0.0000          -
69060.59/3522.35	c      3522             17          16        20                -           0.0000          -
69163.55/3527.54	c      3528             17          16        20                -           0.0000          -
69264.61/3532.66	c      3533             17          16        20                -           0.0000          -
69365.66/3537.75	c      3538             17          16        20                -           0.0000          -
69466.69/3542.83	c      3543             17          16        20                -           0.0000          -
69567.76/3547.92	c      3548             17          16        20                -           0.0000          -
69669.38/3553.03	c      3553             17          16        20                -           0.0000          -
69768.31/3558.12	c      3558             17          16        20                -           0.0000          -
69869.27/3563.18	c      3563             17          16        20                -           0.0000          -
69971.66/3568.30	c      3568             17          16        20                -           0.0000          -
70072.70/3573.44	c      3573             17          16        20                -           0.0000          -
70171.75/3578.46	c      3578             17          16        20                -           0.0000          -
70272.76/3583.57	c      3584             17          16        20                -           0.0000          -
70373.77/3588.67	c      3589             17          16        20                -           0.0000          -
70474.74/3593.79	c      3594             17          16        20                -           0.0000          -
70577.74/3598.92	c      3599             17          16        20                -           0.0000          -
70679.41/3604.03	c      3604             17          16        20                -           0.0000          -
70780.38/3609.15	c      3609             17          16        20                -           0.0000          -
70880.83/3614.28	c      3614             17          16        20                -           0.0000          -
70981.92/3619.36	c      3619             17          16        20                -           0.0000          -
71081.05/3624.39	c      3624             17          16        20                -           0.0000          -
71184.12/3629.57	c      3630             17          16        20                -           0.0000          -
71287.20/3634.71	c      3635             17          16        20                -           0.0000          -
71388.31/3639.82	c      3640             17          16        20                -           0.0000          -
71489.44/3644.98	c      3645             17          16        20                -           0.0000          -
71591.17/3650.09	c      3650             17          16        20                -           0.0000          -
71692.48/3655.16	c      3655             17          16        20                -           0.0000          -
71792.80/3660.21	c      3660             17          16        20                -           0.0000          -
71892.02/3665.29	c      3665             17          16        20                -           0.0000          -
71993.24/3670.37	c      3670             17          16        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (174702 MiB free)
  memory of node 1: 193494 MiB (191548 MiB free)
  memory of node 2: 193531 MiB (189085 MiB free)
  memory of node 3: 193531 MiB (169621 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-4465710-1722529486/watcher-4465710-1722529486 -o /tmp/evaluation-result-4465710-1722529486/solver-4465710-1722529486 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116233 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465710-1722529486.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100105 s]*
/proc/loadavg: 75.10 69.90 52.38 62/983 125050
/proc/meminfo: memFree=742274980/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=111136 memory=98292 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 22350 0 0 0 7 3 0 0 20 0 1 0 19531765 113803264 24573 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 27784 24573 2582 3035 0 24180 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111136 KiB
Current children cumulated memory: 98292 KiB

[startup+0.220253 s]*
/proc/loadavg: 75.10 69.90 52.38 62/983 125050
/proc/meminfo: memFree=742230344/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=145872 memory=131684 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 32840 0 0 0 18 5 0 0 20 0 1 0 19531765 149372928 32921 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 36468 32921 2662 3035 0 32864 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 145872 KiB
Current children cumulated memory: 131684 KiB

[startup+0.320222 s]*
/proc/loadavg: 75.10 69.90 52.38 63/983 125050
/proc/meminfo: memFree=742206356/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=145872 memory=131684 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 32845 0 0 0 28 5 0 0 20 0 1 0 19531765 149372928 32921 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 36468 32921 2662 3035 0 32864 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 145872 KiB
Current children cumulated memory: 131684 KiB

[startup+0.700261 s]
/proc/loadavg: 75.10 69.90 52.38 62/983 125050
/proc/meminfo: memFree=742205912/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=159092 memory=144728 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 39486 0 0 0 63 6 0 0 20 0 1 0 19531765 162910208 36182 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 39773 36182 2758 3035 0 36169 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 159092 KiB
Current children cumulated memory: 144728 KiB

[startup+1.50026 s]
/proc/loadavg: 75.10 69.90 52.38 62/983 125050
/proc/meminfo: memFree=742130852/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=205552 memory=187016 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 47519 0 0 0 141 8 0 0 20 0 1 0 19531765 210485248 46754 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 51388 46754 2774 3035 0 47784 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 205552 KiB
Current children cumulated memory: 187016 KiB

[startup+3.11988 s]
/proc/loadavg: 74.05 69.77 52.43 62/983 125050
/proc/meminfo: memFree=741750268/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=206116 memory=187544 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 47671 0 0 0 302 8 0 0 20 0 1 0 19531765 211062784 46886 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 51529 46886 2774 3035 0 47925 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 206116 KiB
Current children cumulated memory: 187544 KiB

[startup+6.30024 s]
/proc/loadavg: 74.05 69.77 52.43 43/943 125096
/proc/meminfo: memFree=756691508/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=209568 memory=190972 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 48511 0 0 0 618 8 0 0 20 0 1 0 19531765 214597632 47743 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 52392 47743 2774 3035 0 48788 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 209568 KiB
Current children cumulated memory: 190972 KiB

[startup+12.7002 s]
/proc/loadavg: 69.12 68.85 52.32 43/943 125098
/proc/meminfo: memFree=756551700/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=215568 memory=197068 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 50059 0 0 0 1255 8 0 0 20 0 1 0 19531765 220741632 49267 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 53892 49267 2774 3035 0 50288 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 215568 KiB
Current children cumulated memory: 197068 KiB

[startup+25.5002 s]
/proc/loadavg: 65.03 67.98 52.21 43/943 125099
/proc/meminfo: memFree=756283396/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=216944 memory=198380 CPUtime=25.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) R 125046 125049 116222 0 -1 4194304 50382 0 0 0 2528 8 0 0 20 0 1 0 19531765 222150656 49595 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 54236 49595 2774 3035 0 50632 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 216944 KiB
Current children cumulated memory: 198380 KiB

[startup+51.1437 s]
/proc/loadavg: 66.77 68.10 52.67 81/1022 125567
/proc/meminfo: memFree=749053912/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=5611152 memory=4129772 CPUtime=288.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) S 125046 125049 116222 0 -1 1077936128 1404371 0 0 0 28638 244 0 0 20 0 41 0 19531765 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 1402788 1032443 2966 3035 0 1171343 0
[pid=125049/tid=125526] ppid=125046 vsize=5611152 memory=295564 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125526/stat : 125526 (fscip) R 125046 125049 116222 0 -1 4194368 64863 0 0 0 1249 10 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125527] ppid=125046 vsize=5611152 memory=15776 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125527/stat : 125527 (fscip) R 125046 125049 116222 0 -1 4194368 66170 0 0 0 1249 10 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125528] ppid=125046 vsize=5611152 memory=2316 CPUtime=12.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125528/stat : 125528 (fscip) R 125046 125049 116222 0 -1 4194368 50617 0 0 0 1250 10 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125529] ppid=125046 vsize=5611152 memory=0 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125529/stat : 125529 (fscip) R 125046 125049 116222 0 -1 4194368 63979 0 0 0 1247 12 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125530] ppid=125046 vsize=5611152 memory=10544 CPUtime=12.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125530/stat : 125530 (fscip) R 125046 125049 116222 0 -1 4194368 65519 0 0 0 1249 11 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125531] ppid=125046 vsize=5611152 memory=844172 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125531/stat : 125531 (fscip) R 125046 125049 116222 0 -1 4194368 53270 0 0 0 1250 9 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125532] ppid=125046 vsize=5611152 memory=10544 CPUtime=12.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125532/stat : 125532 (fscip) R 125046 125049 116222 0 -1 4194368 73135 0 0 0 1245 13 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125533] ppid=125046 vsize=5611152 memory=11448 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125533/stat : 125533 (fscip) R 125046 125049 116222 0 -1 4194368 66134 0 0 0 1248 11 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125534] ppid=125046 vsize=5611152 memory=438 CPUtime=12.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125534/stat : 125534 (fscip) R 125046 125049 116222 0 -1 4194368 59016 0 0 0 1221 10 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125535] ppid=125046 vsize=5611152 memory=199436 CPUtime=12.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125535/stat : 125535 (fscip) R 125046 125049 116222 0 -1 4194368 64446 0 0 0 1236 12 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125536] ppid=125046 vsize=5611152 memory=16580 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125536/stat : 125536 (fscip) R 125046 125049 116222 0 -1 4194368 54580 0 0 0 1250 9 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125537] ppid=125046 vsize=5611152 memory=25333125866717268 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125537/stat : 125537 (fscip) R 125046 125049 116222 0 -1 4194368 61465 0 0 0 1249 10 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125538] ppid=125046 vsize=5611152 memory=0 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125538/stat : 125538 (fscip) R 125046 125049 116222 0 -1 4194368 73981 0 0 0 1247 12 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125539] ppid=125046 vsize=5611152 memory=4420 CPUtime=12.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125539/stat : 125539 (fscip) R 125046 125049 116222 0 -1 4194368 75613 0 0 0 1245 12 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125540] ppid=125046 vsize=5611152 memory=0 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125540/stat : 125540 (fscip) R 125046 125049 116222 0 -1 4194368 59661 0 0 0 1250 9 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125541] ppid=125046 vsize=5611152 memory=638996644480515 CPUtime=12.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125541/stat : 125541 (fscip) R 125046 125049 116222 0 -1 4194368 63325 0 0 0 1232 12 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125542] ppid=125046 vsize=5611152 memory=5512 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125542/stat : 125542 (fscip) R 125046 125049 116222 0 -1 4194368 76070 0 0 0 1245 14 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125543] ppid=125046 vsize=5611152 memory=15776 CPUtime=12.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125543/stat : 125543 (fscip) R 125046 125049 116222 0 -1 4194368 78071 0 0 0 1247 13 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125544] ppid=125046 vsize=5611152 memory=180 CPUtime=12.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125544/stat : 125544 (fscip) R 125046 125049 116222 0 -1 4194368 72940 0 0 0 1248 11 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125545] ppid=125046 vsize=5611152 memory=25333125866717268 CPUtime=12.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125545/stat : 125545 (fscip) R 125046 125049 116222 0 -1 4194368 76236 0 0 0 1247 11 0 0 20 0 41 0 19535518 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125546] ppid=125046 vsize=5611152 memory=11448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125546/stat : 125546 (fscip) S 125046 125049 116222 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125547] ppid=125046 vsize=5611152 memory=16580 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125547/stat : 125547 (fscip) S 125046 125049 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125548] ppid=125046 vsize=5611152 memory=25932 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125548/stat : 125548 (fscip) S 125046 125049 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125549] ppid=125046 vsize=5611152 memory=28648 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125549/stat : 125549 (fscip) S 125046 125049 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125550] ppid=125046 vsize=5611152 memory=32760 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125550/stat : 125550 (fscip) S 125046 125049 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125551] ppid=125046 vsize=5611152 memory=7068 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125551/stat : 125551 (fscip) S 125046 125049 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125552] ppid=125046 vsize=5611152 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125552/stat : 125552 (fscip) S 125046 125049 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125553] ppid=125046 vsize=5611152 memory=676839601459945 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125553/stat : 125553 (fscip) S 125046 125049 116222 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125554] ppid=125046 vsize=5611152 memory=676839601459946 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125554/stat : 125554 (fscip) S 125046 125049 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125555] ppid=125046 vsize=5611152 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125555/stat : 125555 (fscip) S 125046 125049 116222 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125556] ppid=125046 vsize=5611152 memory=3166164 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125556/stat : 125556 (fscip) S 125046 125049 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125557] ppid=125046 vsize=5611152 memory=279546402343568 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125557/stat : 125557 (fscip) S 125046 125049 116222 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125558] ppid=125046 vsize=5611152 memory=2036 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125558/stat : 125558 (fscip) S 125046 125049 116222 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19535614 5745819648 1032443 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0

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

[pid=125049/tid=125549] ppid=125046 vsize=24044424 memory=4688 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125549/stat : 125549 (fscip) S 125046 125049 116222 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125550] ppid=125046 vsize=24044424 memory=-7241408574681874367 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125550/stat : 125550 (fscip) S 125046 125049 116222 0 -1 1077936192 222 0 0 0 0 3 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125551] ppid=125046 vsize=24044424 memory=25932 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125551/stat : 125551 (fscip) S 125046 125049 116222 0 -1 1077936192 223 0 0 0 0 1 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125552] ppid=125046 vsize=24044424 memory=64200 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125552/stat : 125552 (fscip) S 125046 125049 116222 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125553] ppid=125046 vsize=24044424 memory=7636 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125553/stat : 125553 (fscip) S 125046 125049 116222 0 -1 1077936192 226 0 0 0 1 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125554] ppid=125046 vsize=24044424 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125554/stat : 125554 (fscip) S 125046 125049 116222 0 -1 1077936192 223 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125555] ppid=125046 vsize=24044424 memory=1078449108407510 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125555/stat : 125555 (fscip) S 125046 125049 116222 0 -1 1077936192 227 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125556] ppid=125046 vsize=24044424 memory=18912984 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125556/stat : 125556 (fscip) S 125046 125049 116222 0 -1 1077936192 222 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125557] ppid=125046 vsize=24044424 memory=18920348 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125557/stat : 125557 (fscip) S 125046 125049 116222 0 -1 1077936192 217 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125558] ppid=125046 vsize=24044424 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125558/stat : 125558 (fscip) S 125046 125049 116222 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125559] ppid=125046 vsize=24044424 memory=7591205649181533806 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125559/stat : 125559 (fscip) S 125046 125049 116222 0 -1 1077936192 223 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125560] ppid=125046 vsize=24044424 memory=18919148 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125560/stat : 125560 (fscip) S 125046 125049 116222 0 -1 1077936192 222 0 0 0 3 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125561] ppid=125046 vsize=24044424 memory=18903220 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125561/stat : 125561 (fscip) S 125046 125049 116222 0 -1 1077936192 224 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125562] ppid=125046 vsize=24044424 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125562/stat : 125562 (fscip) S 125046 125049 116222 0 -1 1077936192 76 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125563] ppid=125046 vsize=24044424 memory=18922568 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125563/stat : 125563 (fscip) S 125046 125049 116222 0 -1 1077936192 222 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125564] ppid=125046 vsize=24044424 memory=1078449108407510 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125564/stat : 125564 (fscip) S 125046 125049 116222 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125565] ppid=125046 vsize=24044424 memory=18920100 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125565/stat : 125565 (fscip) S 125046 125049 116222 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 19535614 24621490176 4730996 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
Current children cumulated CPU time: 71437.9 s
Current children cumulated vsize: 24044424 KiB
Current children cumulated memory: 18923984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3670.7 s]
/proc/loadavg: 46.18 57.77 64.63 22/895 127574
/proc/meminfo: memFree=759768428/790760804 swapFree=131071996/131071996
[pid=125049] ppid=125046 vsize=24109960 memory=18932152 CPUtime=72001.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/stat : 125049 (fscip) S 125046 125049 116222 0 -1 1077936128 42611784 0 0 0 7192192 7925 0 0 20 0 41 0 19531765 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
/proc/125049/statm: 6027490 4733038 3334 3035 0 5829743 0
[pid=125049/tid=125526] ppid=125046 vsize=24109960 memory=25333125866717268 CPUtime=3604.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125526/stat : 125526 (fscip) R 125046 125049 116222 0 -1 4194368 728692 0 0 0 360338 73 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125527] ppid=125046 vsize=24109960 memory=3300 CPUtime=3599.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125527/stat : 125527 (fscip) R 125046 125049 116222 0 -1 4194368 2290346 0 0 0 359643 302 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125528] ppid=125046 vsize=24109960 memory=279546407054576 CPUtime=3590.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125528/stat : 125528 (fscip) R 125046 125049 116222 0 -1 4194368 3416145 0 0 0 358190 859 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125529] ppid=125046 vsize=24109960 memory=16580 CPUtime=3599.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125529/stat : 125529 (fscip) R 125046 125049 116222 0 -1 4194368 741729 0 0 0 359843 76 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125530] ppid=125046 vsize=24109960 memory=16408368 CPUtime=3596.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125530/stat : 125530 (fscip) R 125046 125049 116222 0 -1 4194368 1122793 0 0 0 359383 221 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125531] ppid=125046 vsize=24109960 memory=0 CPUtime=3593.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125531/stat : 125531 (fscip) R 125046 125049 116222 0 -1 4194368 3889445 0 0 0 358476 884 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125532] ppid=125046 vsize=24109960 memory=64200 CPUtime=3601.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125532/stat : 125532 (fscip) R 125046 125049 116222 0 -1 4194368 681193 0 0 0 360098 78 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125533] ppid=125046 vsize=24109960 memory=6720666545200381034 CPUtime=3598.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125533/stat : 125533 (fscip) R 125046 125049 116222 0 -1 4194368 2523524 0 0 0 359546 339 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125534] ppid=125046 vsize=24109960 memory=25333125866717268 CPUtime=3582.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125534/stat : 125534 (fscip) R 125046 125049 116222 0 -1 4194368 3733289 0 0 0 357369 843 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125535] ppid=125046 vsize=24109960 memory=11448 CPUtime=3601.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125535/stat : 125535 (fscip) R 125046 125049 116222 0 -1 4194368 702149 0 0 0 360069 76 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125536] ppid=125046 vsize=24109960 memory=25333125866717268 CPUtime=3600.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125536/stat : 125536 (fscip) R 125046 125049 116222 0 -1 4194368 2185147 0 0 0 359777 305 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125537] ppid=125046 vsize=24109960 memory=279546403684096 CPUtime=3595.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125537/stat : 125537 (fscip) R 125046 125049 116222 0 -1 4194368 3837975 0 0 0 358659 898 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125538] ppid=125046 vsize=24109960 memory=18926444 CPUtime=3598.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125538/stat : 125538 (fscip) R 125046 125049 116222 0 -1 4194368 1364466 0 0 0 359747 129 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125539] ppid=125046 vsize=24109960 memory=279546403772208 CPUtime=3603.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125539/stat : 125539 (fscip) R 125046 125049 116222 0 -1 4194368 2097931 0 0 0 360012 290 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125540] ppid=125046 vsize=24109960 memory=199436 CPUtime=3592.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125540/stat : 125540 (fscip) R 125046 125049 116222 0 -1 4194368 3295813 0 0 0 358430 863 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125541] ppid=125046 vsize=24109960 memory=18909792 CPUtime=3599.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125541/stat : 125541 (fscip) R 125046 125049 116222 0 -1 4194368 1085464 0 0 0 359855 109 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125542] ppid=125046 vsize=24109960 memory=6720666545200381034 CPUtime=3602.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125542/stat : 125542 (fscip) R 125046 125049 116222 0 -1 4194368 2101319 0 0 0 359951 296 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125543] ppid=125046 vsize=24109960 memory=0 CPUtime=3594.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125543/stat : 125543 (fscip) R 125046 125049 116222 0 -1 4194368 3950694 0 0 0 358608 855 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125544] ppid=125046 vsize=24109960 memory=2652 CPUtime=3604.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125544/stat : 125544 (fscip) R 125046 125049 116222 0 -1 4194368 778307 0 0 0 360357 79 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125545] ppid=125046 vsize=24109960 memory=11448 CPUtime=3603.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125545/stat : 125545 (fscip) R 125046 125049 116222 0 -1 4194368 1994233 0 0 0 360023 299 0 0 20 0 41 0 19535518 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125546] ppid=125046 vsize=24109960 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125546/stat : 125546 (fscip) S 125046 125049 116222 0 -1 1077936192 222 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125547] ppid=125046 vsize=24109960 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125547/stat : 125547 (fscip) S 125046 125049 116222 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125548] ppid=125046 vsize=24109960 memory=279546403396800 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125548/stat : 125548 (fscip) S 125046 125049 116222 0 -1 1077936192 217 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125549] ppid=125046 vsize=24109960 memory=279546404144640 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125549/stat : 125549 (fscip) S 125046 125049 116222 0 -1 1077936192 158 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125550] ppid=125046 vsize=24109960 memory=11448 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125550/stat : 125550 (fscip) S 125046 125049 116222 0 -1 1077936192 225 0 0 0 0 3 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125551] ppid=125046 vsize=24109960 memory=18927544 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125551/stat : 125551 (fscip) S 125046 125049 116222 0 -1 1077936192 226 0 0 0 0 1 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125552] ppid=125046 vsize=24109960 memory=2036 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125552/stat : 125552 (fscip) S 125046 125049 116222 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125553] ppid=125046 vsize=24109960 memory=31316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125553/stat : 125553 (fscip) S 125046 125049 116222 0 -1 1077936192 229 0 0 0 1 1 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125554] ppid=125046 vsize=24109960 memory=2632 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125554/stat : 125554 (fscip) S 125046 125049 116222 0 -1 1077936192 226 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125555] ppid=125046 vsize=24109960 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125555/stat : 125555 (fscip) S 125046 125049 116222 0 -1 1077936192 230 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125556] ppid=125046 vsize=24109960 memory=279546404738688 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125556/stat : 125556 (fscip) S 125046 125049 116222 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125557] ppid=125046 vsize=24109960 memory=18930636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125557/stat : 125557 (fscip) S 125046 125049 116222 0 -1 1077936192 220 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125558] ppid=125046 vsize=24109960 memory=18927784 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125558/stat : 125558 (fscip) S 125046 125049 116222 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125559] ppid=125046 vsize=24109960 memory=18926444 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125559/stat : 125559 (fscip) S 125046 125049 116222 0 -1 1077936192 226 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125560] ppid=125046 vsize=24109960 memory=18926444 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125560/stat : 125560 (fscip) S 125046 125049 116222 0 -1 1077936192 225 0 0 0 3 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125561] ppid=125046 vsize=24109960 memory=2316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125561/stat : 125561 (fscip) S 125046 125049 116222 0 -1 1077936192 227 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125562] ppid=125046 vsize=24109960 memory=2208 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125562/stat : 125562 (fscip) S 125046 125049 116222 0 -1 1077936192 77 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125563] ppid=125046 vsize=24109960 memory=2036 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125563/stat : 125563 (fscip) S 125046 125049 116222 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125564] ppid=125046 vsize=24109960 memory=6720666545200381034 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125564/stat : 125564 (fscip) S 125046 125049 116222 0 -1 1077936192 228 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
[pid=125049/tid=125565] ppid=125046 vsize=24109960 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/125049/task/125565/stat : 125565 (fscip) S 125046 125049 116222 0 -1 1077936192 156 0 0 0 2 0 0 0 20 0 41 0 19535614 24688599040 4733038 809668444160 4194304 16623229 140736611997312 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32858112 140736612004873 140736612004991 140736612004991 140736612012016 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 24109960 KiB
Current children cumulated memory: 18932152 KiB

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

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

# cumulated CPU time of all completed processes:  user=71922.1 s, system=79.7441 s

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

[startup+3670.81 s]*
/proc/loadavg: 46.18 57.77 64.63 3/856 127574
/proc/meminfo: memFree=763818512/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3671.2 s]
/proc/loadavg: 46.18 57.77 64.63 3/856 127574
/proc/meminfo: memFree=770469900/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3671.22
CPU time (s): 72001.9
CPU user time (s): 71922.1
CPU system time (s): 79.7441
CPU usage (%): 1961.25
Max. virtual memory (cumulated for all children) (KiB): 24109960
Max. memory (cumulated for all children) (KiB): 18932152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71922.1
system time used= 79.7441
maximum resident set size= 18932152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42611897
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= 151163
involuntary context switches= 281993


# summary of solver processes directly reported to runsolver:
#   pid: 125049
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71922.1
#   total CPU system time (s): 79.7441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.042 second user time and 85.1226 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 18:24:46
IDJOB=4465710
IDBENCH=158267
IDSOLVER=3094
FILE ID=nodeD105/4465710-1722529486
RUNJOBID= nodeD105-1722521994-116233
SLURM_JOB_ID= 8254270
Free space on /tmp= 8622796 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K185.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465710-1722529486/watcher-4465710-1722529486 -o /tmp/evaluation-result-4465710-1722529486/solver-4465710-1722529486 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116233 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465710-1722529486.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 8e923d8a993edfc65d984f909d6bfa9e
RANDOM SEED=826282530

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		: 2882.368
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		: 3535.065
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		: 3200.000
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		: 3167.320
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		: 2882.380
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		: 2960.891
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		: 3199.999
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		: 3196.214
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		: 2882.548
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		: 3326.461
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		: 3199.999
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		: 3196.207
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		: 2882.727
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		: 3528.849
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		: 3199.999
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		: 3152.907
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		: 2882.861
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		: 1928.915
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		: 3200.000
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		: 3183.046
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		: 2882.936
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		: 3624.867
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		: 3199.999
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		: 3147.349
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		: 2882.991
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		: 2653.769
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		: 3199.999
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		: 3156.851
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		: 2883.067
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		: 1156.617
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		: 3200.000
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		: 3196.195
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		: 2883.122
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		: 2620.380
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		: 3200.000
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		: 3167.408
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		: 2883.199
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		: 1703.572
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		: 3199.999
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		: 3174.692
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		: 2883.263
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		: 2625.899
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		: 3199.999
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		: 3196.189
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		: 2883.342
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		: 2627.450
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		: 3199.999
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		: 3185.047
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		: 2883.413
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		: 2621.707
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		: 3200.000
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		: 3196.186
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		: 2883.501
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		: 2621.806
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		: 3199.999
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		: 3171.004
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		: 2883.504
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		: 2632.186
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		: 3199.999
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		: 3164.375
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		: 2883.488
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		: 2663.717
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		: 3200.000
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		: 3196.181
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		: 2883.479
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		: 2638.553
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		: 3200.000
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		: 3196.178
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		: 2883.474
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		: 2665.171
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		: 3199.999
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		: 3158.872
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		: 2883.453
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		: 2652.037
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		: 3200.000
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		: 3196.175
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		: 2883.410
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		: 2044.187
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		: 3200.000
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		: 3168.813
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:        742367944 kB
MemAvailable:   744378176 kB
Buffers:          275120 kB
Cached:          5048488 kB
SwapCached:            0 kB
Active:           485840 kB
Inactive:       45273560 kB
Active(anon):       2168 kB
Inactive(anon): 40456164 kB
Active(file):     483672 kB
Inactive(file):  4817396 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30136 kB
Writeback:            76 kB
AnonPages:      40435820 kB
Mapped:           126524 kB
Shmem:             22536 kB
KReclaimable:     257732 kB
Slab:             621676 kB
SReclaimable:     257732 kB
SUnreclaim:       363944 kB
KernelStack:       16864 kB
PageTables:        91764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7526284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           261888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4159488 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      567296 kB
DirectMap2M:    60747776 kB
DirectMap1G:    744488960 kB

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