Trace number 4465611

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) 72003.8 3664

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
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 benchmark3575.64
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.10	c Default LC presolving (default).
0.00/0.10	c ** Before presolving: virtualMemUsedAtLc = 111235289, getVmSize() = 105480192, SCIPgetMemUsed() = 71986198, SCIPgetMemTotal() = 82753774, SCIPgetMemExternEstim() = 28481515
0.00/0.10	c ** set memory limit for presolving in LC to 8.79574e+12 for SCIP **
34.63/34.85	c ** Estimated virtualMemUsedAtSolver = 338406718, getVmSize() = 526852096, SCIPgetMemUsed() = 353604098, SCIPgetMemTotal() = 479128562, SCIPgetMemExternEstim() = 28481515
34.63/34.85	c ** set memory limit for solvers to 4.18755e+11 for each SCIP **
34.63/34.85	c Original Problem   :
34.63/34.85	c   Problem name     : instance-4465611-1722442444
34.63/34.85	c   Variables        : 23409 (23409 binary, 0 integer, 0 implicit integer, 0 continuous)
34.63/34.85	c   Constraints      : 1386
34.63/34.85	c   Objective sense  : minimize
34.63/34.85	c Presolved Problem  :
34.63/34.85	c   Variables        : 19927 (19927 binary, 0 integer, 0 implicit integer, 0 continuous)
34.63/34.85	c   Constraints      : 777
34.63/34.85	c Constraints        : Number
34.63/34.85	c   knapsack         : 144 
34.63/34.85	c   setppc           : 592 
34.63/34.85	c   orbitope         : 41 
34.63/34.85	c ** Instance transfer method used: 0
34.63/34.88	c ** ParaScipInstance copy increased the number of variables. **
35.44/35.70	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.54/35.70	c                                Nodes    Active                                            
35.54/35.70	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
296.36/48.95	c        49              2           1        20                -           0.0000          -
403.30/54.37	c        54             82          81        20                -           0.0000          -
504.15/59.46	c        59            282         281        20                -           0.0000          -
612.93/65.00	c        65            442         441        20                -           0.0000          -
711.74/70.02	c        70            522         521        20                -           0.0000          -
814.96/75.18	c        75            722         721        20                -           0.0000          -
922.98/80.66	c        81            882         881        20                -           0.0000          -
1021.89/85.69	c        86           1042        1041        20                -           0.0000          -
1124.89/90.81	c        91           1151         101        20                -           0.0000          -
1226.08/95.96	c        96           1231         181        20                -           0.0000          -
1327.85/101.13	c       101           1511         461        20                -           0.0000          -
1434.32/106.49	c       106           1711         661        20                -           0.0000          -
1541.57/111.81	c       112           1911         861        20                -           0.0000          -
1645.31/117.05	c       117           2031         981        20                -           0.0000          -
1747.89/122.22	c       122           2231        1181        20                -           0.0000          -
1849.12/127.35	c       127           2431        1381        20                -           0.0000          -
1950.38/132.44	c       132           2631        1581        20                -           0.0000          -
2049.62/137.48	c       137           2833        1783        20                -           0.0000          -
2150.87/142.53	c       143           3041        1991        20                -           0.0000          -
2252.11/147.64	c       148           3335        2285        20                -           0.0000          -
2351.37/152.66	c       153           3610        2560        20                -           0.0000          -
2452.61/157.74	c       158           3747        2697        20                -           0.0000          -
2553.88/162.83	c       163           3871        2821        20                -           0.0000          -
2661.10/168.20	c       168           4182        3132        20                -           0.0000          -
2766.35/173.52	c       174           4326        3276        20                -           0.0000          -
2867.59/178.61	c       179           4684        3634        20                -           0.0000          -
2968.86/183.79	c       184           4887        3837        20                -           0.0000          -
3070.12/188.84	c       189           5128        4078        20                -           0.0000          -
3179.32/194.33	c       194           5311        4261        20                -           0.0000          -
3282.57/199.57	c       200           5591        4541        20                -           0.0000          -
3392.44/205.13	c       205           5791        4741        20                -           0.0000          -
3497.01/210.36	c       210           6071        5021        20                -           0.0000          -
3598.27/215.49	c       215           6311        5261        20                -           0.0000          -
3699.51/220.54	c       221           6451        5401        20                -           0.0000          -
3798.79/225.54	c       226           6691        5641        20                -           0.0000          -
3902.03/230.74	c       231           6931        5881        20                -           0.0000          -
4001.30/235.78	c       236           7271        6221        20                -           0.0000          -
4102.55/240.83	c       241           7511        6461        20                -           0.0000          -
4203.83/245.94	c       246           7771        6721        20                -           0.0000          -
4311.02/251.39	c       251           8051        7001        20                -           0.0000          -
4412.28/256.41	c       256           8291        7241        20                -           0.0000          -
4513.53/261.54	c       262           8491        7441        20                -           0.0000          -
4618.77/266.83	c       267           8911        7861        20                -           0.0000          -
4718.03/271.89	c       272           9031        7981        20                -           0.0000          -
4817.28/276.89	c       277           9451        8401        20                -           0.0000          -
4918.50/282.01	c       282           9751        8701        20                -           0.0000          -
5023.71/287.24	c       287          10051        9001        20                -           0.0000          -
5122.99/292.24	c       292          10351        9301        20                -           0.0000          -
5230.20/297.69	c       298          10471        9421        20                -           0.0000          -
5331.52/302.77	c       303          10881        9831        20                -           0.0000          -
5432.67/307.82	c       308          11342       10292        20                -           0.0000          -
5538.45/313.19	c       313          11628       10578        20                -           0.0000          -
5645.06/318.57	c       319          11751       10701        20                -           0.0000          -
5746.32/323.62	c       324          12171       11121        20                -           0.0000          -
5845.57/328.67	c       329          12631       11581        20                -           0.0000          -
5958.73/334.31	c       334          12891       11841        20                -           0.0000          -
6061.96/339.53	c       340          13151       12101        20                -           0.0000          -
6163.23/344.68	c       345          13852       12800        20                -           0.0000          -
6266.44/349.84	c       350          13871       12821        20                -           0.0000          -
6367.66/354.93	c       355          14411       13361        20                -           0.0000          -
6469.57/360.05	c       360          15090       14038        20                -           0.0000          -
6578.06/365.54	c       366          15472       14420        20                -           0.0000          -
6681.26/370.74	c       371          15491       14441        20                -           0.0000          -
6782.52/375.80	c       376          16171       15121        20                -           0.0000          -
6881.76/380.81	c       381          16671       15621        20                -           0.0000          -
6983.01/385.91	c       386          17392       16340        20                -           0.0000          -
7088.13/391.28	c       391          17972       16920        20                -           0.0000          -
7189.37/396.39	c       396          17871       16770        20                -           0.0000          -
7292.58/401.57	c       402          17871       16770        20                -           0.0000          -
7395.84/406.79	c       407          18372       17320        20                -           0.0000          -
7504.99/412.26	c       412          18372       17320        20                -           0.0000          -
7608.25/417.49	c       418          18372       17320        20                -           0.0000          -
7709.53/422.57	c       423          18269       16722        20                -           0.0000          -
7816.76/427.94	c       428          18289       16724        20                -           0.0000          -
7922.02/433.26	c       433          18289       16724        20                -           0.0000          -
8033.25/438.80	c       439          18289       16724        20                -           0.0000          -
8137.29/444.06	c       444          18313       16254        20                -           0.0000          -
8238.41/449.16	c       449          18313       16254        20                -           0.0000          -
8337.78/454.19	c       454          20672        2141        20                -           0.0000          -
8438.33/459.26	c       459          20906        2375        20                -           0.0000          -
8541.56/464.41	c       464          21108        2577        20                -           0.0000          -
8640.86/469.46	c       469          21352        2821        20                -           0.0000          -
8742.19/474.51	c       475          21571        3040        20                -           0.0000          -
8847.45/479.84	c       480          21772        3241        20                -           0.0000          -
8948.74/484.94	c       485          21620        2227        20                -           0.0000          -
9055.94/490.33	c       490          22365         101        20                -           0.0000          -
9157.19/495.41	c       495          22565         301        20                -           0.0000          -
9256.41/500.48	c       500          22765         501        20                -           0.0000          -
9357.68/505.53	c       506          21161        1881        20                -           0.0000          -
9456.95/510.58	c       511          23081         201        20                -           0.0000          -
9564.18/515.93	c       516          21596        2316        20                -           0.0000          -
9663.45/521.02	c       521          21808        2528        20                -           0.0000          -
9765.41/526.09	c       526          23768        1504        20                -           0.0000          -
9864.74/531.12	c       531          23966        1702        20                -           0.0000          -
9965.94/536.16	c       536          24041        1161        20                -           0.0000          -
10072.39/541.57	c       542          22697        3293        20                -           0.0000          -
10175.65/546.75	c       547          24441        1561        20                -           0.0000          -
10278.70/551.96	c       552          24874        2526        20                -           0.0000          -
10377.99/557.01	c       557          23264         241        20                -           0.0000          -
10479.82/562.06	c       562          23464         441        20                -           0.0000          -
10586.38/567.48	c       567          23664         641        20                -           0.0000          -
10689.64/572.65	c       573          25826        2439        20                -           0.0000          -
10790.85/577.72	c       578          26129        2738        20                -           0.0000          -
10890.12/582.77	c       583          26760         941        20                -           0.0000          -
10991.38/587.85	c       588          24424        1401        20                -           0.0000          -
11090.65/592.89	c       593          26969        3578        20                -           0.0000          -
11194.55/598.06	c       598          27269        3878        20                -           0.0000          -
11295.95/603.18	c       603          27520        1701        20                -           0.0000          -
11398.38/608.34	c       608          27889        4498        20                -           0.0000          -
11499.84/613.45	c       613          28229        4838        20                -           0.0000          -
11600.89/618.53	c       619          26091        2440        20                -           0.0000          -
11700.16/623.56	c       624          28784        2452        20                -           0.0000          -
11801.41/628.60	c       629          29184        5737        20                -           0.0000          -
11900.63/633.70	c       634          29584        6137        20                -           0.0000          -
12001.88/638.79	c       639          27003         581        20                -           0.0000          -
12109.82/644.15	c       644          30530         361        20                -           0.0000          -
12210.34/649.28	c       649          30730         561        20                -           0.0000          -
12313.59/654.46	c       654          30930         761        20                -           0.0000          -
12420.46/659.81	c       660          31130         961        20                -           0.0000          -
12521.73/664.93	c       665          27963        1541        20                -           0.0000          -
12620.99/670.00	c       670          32944        9497        20                -           0.0000          -
12726.21/675.20	c       675          33564       10117        20                -           0.0000          -
12827.45/680.34	c       680          31890        1721        20                -           0.0000          -
12934.68/685.70	c       686          32090        1921        20                -           0.0000          -
13035.94/690.85	c       691          34205         101        20                -           0.0000          -
13137.20/695.90	c       696          34405         301        20                -           0.0000          -
13239.08/701.06	c       701          34605         501        20                -           0.0000          -
13338.56/706.09	c       706          34805         701        20                -           0.0000          -
13444.95/711.40	c       711          35005         901        20                -           0.0000          -
13548.18/716.68	c       717          35205        1101        20                -           0.0000          -
13653.41/721.95	c       722          35405        1301        20                -           0.0000          -
13755.10/727.07	c       727          31744        1121        20                -           0.0000          -
13856.55/732.14	c       732          31944        1321        20                -           0.0000          -
13959.16/737.31	c       737          32144        1521        20                -           0.0000          -
14060.38/742.42	c       742          35399        5017        20                -           0.0000          -
14159.65/747.47	c       747          32544        1921        20                -           0.0000          -
14264.89/752.72	c       753          36119        5737        20                -           0.0000          -
14364.13/757.79	c       758          36519        6137        20                -           0.0000          -
14465.40/762.84	c       763          36919        6537        20                -           0.0000          -
14564.66/767.88	c       768          37337        6955        20                -           0.0000          -
14665.93/772.96	c       773          39058         141        20                -           0.0000          -
14767.95/778.13	c       778          38179        7797        20                -           0.0000          -
14872.38/783.30	c       783          37038         141        20                -           0.0000          -
14977.58/788.65	c       789          37238         341        20                -           0.0000          -
15080.85/793.87	c       794          37438         541        20                -           0.0000          -
15184.72/799.05	c       799          40025        6235        20                -           0.0000          -
15286.07/804.18	c       804          40525        6735        20                -           0.0000          -
15386.66/809.28	c       809          41032        7242        20                -           0.0000          -
15487.86/814.38	c       814          40618        1701        20                -           0.0000          -
15589.12/819.44	c       819          42085        8295        20                -           0.0000          -
15690.38/824.52	c       825          42445        8655        20                -           0.0000          -
15791.64/829.60	c       830          42514        5442        20                -           0.0000          -
15890.91/834.61	c       835          42596        5295        20                -           0.0000          -
15995.96/839.91	c       840          39582        2289        20                -           0.0000          -
16095.23/844.96	c       845          43496        6195        20                -           0.0000          -
16202.43/850.39	c       850          41401        2225        20                -           0.0000          -
16303.69/855.46	c       855          42189        2219        20                -           0.0000          -
16404.94/860.51	c       861          42982        2223        20                -           0.0000          -
16504.22/865.56	c       866          43675        2218        20                -           0.0000          -
16605.41/870.62	c       871          44316        2220        20                -           0.0000          -
16704.69/875.68	c       876          46075        5075        20                -           0.0000          -
16807.93/880.88	c       881          46709         601        20                -           0.0000          -
16909.14/885.94	c       886          46534        4522        20                -           0.0000          -
17013.04/891.14	c       891          47230           0        20                -           0.0000          -
17113.62/896.23	c       896          47411         181        20                -           0.0000          -
17218.86/901.55	c       902          47509        1401        20                -           0.0000          -
17322.13/906.75	c       907          47711        1603        20                -           0.0000          -
17425.39/912.03	c       912          48538        5735        20                -           0.0000          -
17527.42/917.11	c       917          48123        2015        20                -           0.0000          -
17628.73/922.16	c       922          48371        1141        20                -           0.0000          -
17731.14/927.38	c       927          48571        1341        20                -           0.0000          -
17832.41/932.42	c       932          50419        4694        20                -           0.0000          -
17931.68/937.47	c       937          50245        2486        20                -           0.0000          -
18038.91/942.84	c       943          49171        1941        20                -           0.0000          -
18138.17/947.89	c       948          49433        2201        20                -           0.0000          -
18239.45/952.94	c       953          50296        2225        20                -           0.0000          -
18338.63/957.99	c       958          51251        1891        20                -           0.0000          -
18437.90/963.01	c       963          54575        1856        20                -           0.0000          -
18539.65/968.04	c       968          55035        1780        20                -           0.0000          -
18638.89/973.06	c       973          52846        1706        20                -           0.0000          -
18740.28/978.16	c       978          53299        1793        20                -           0.0000          -
18840.73/983.24	c       983          53516        2010        20                -           0.0000          -
18943.97/988.49	c       988          57066        1839        20                -           0.0000          -
19049.22/993.75	c       994          57832        1761        20                -           0.0000          -
19152.45/998.90	c       999          54797        2429        20                -           0.0000          -
19251.74/1004.01	c      1004          59159          61        20                -           0.0000          -
19353.74/1009.07	c      1009          59359         261        20                -           0.0000          -
19453.05/1014.12	c      1014          56682        2388        20                -           0.0000          -
19555.52/1019.20	c      1019          57340        2357        20                -           0.0000          -
19660.76/1024.52	c      1025          57932        2313        20                -           0.0000          -
19760.01/1029.59	c      1030          58300        2285        20                -           0.0000          -
19861.36/1034.67	c      1035          58896        2252        20                -           0.0000          -
19964.49/1039.89	c      1040          60519        1421        20                -           0.0000          -
20065.73/1044.94	c      1045          60719        1621        20                -           0.0000          -
20167.62/1050.08	c      1050          60919        1821        20                -           0.0000          -
20266.94/1055.13	c      1055          61119        2021        20                -           0.0000          -
20368.12/1060.14	c      1060          62265        2102        20                -           0.0000          -
20470.69/1065.31	c      1065          58303        4477        20                -           0.0000          -
20575.91/1070.67	c      1071          63369        2177        20                -           0.0000          -
20679.16/1075.83	c      1076          63720        2377        20                -           0.0000          -
20778.40/1080.89	c      1081          59134        3455        20                -           0.0000          -
20879.66/1085.91	c      1086          65514        2224        20                -           0.0000          -
20981.49/1091.06	c      1091          59813        4134        20                -           0.0000          -
21080.71/1096.11	c      1096          66982        2073        20                -           0.0000          -
21182.16/1101.17	c      1101          60514        4835        20                -           0.0000          -
21282.54/1106.25	c      1106          60916        5237        20                -           0.0000          -
21383.79/1111.36	c      1111          69213        2082        20                -           0.0000          -
21483.05/1116.39	c      1116          61687        6008        20                -           0.0000          -
21584.30/1121.46	c      1121          62174        6495        20                -           0.0000          -
21687.55/1126.61	c      1127          70884        2240        20                -           0.0000          -
21797.46/1132.15	c      1132          70705         421        20                -           0.0000          -
21896.72/1137.17	c      1137          71224        2580        20                -           0.0000          -
21997.25/1142.29	c      1142          71507        2547        20                -           0.0000          -
22098.51/1147.33	c      1147          71559        2436        20                -           0.0000          -
22199.77/1152.40	c      1152          71587        2431        20                -           0.0000          -
22298.95/1157.46	c      1157          71601        2415        20                -           0.0000          -
22400.22/1162.54	c      1163          71821        2366        20                -           0.0000          -
22501.51/1167.61	c      1168          67052       10455        20                -           0.0000          -
22602.80/1172.70	c      1173          73199        2292        20                -           0.0000          -
22702.05/1177.77	c      1178          73867        2286        20                -           0.0000          -
22805.29/1182.91	c      1183          73319        2207        20                -           0.0000          -
22904.55/1188.00	c      1188          75064        2257        20                -           0.0000          -
23006.49/1193.05	c      1193          74107        2052        20                -           0.0000          -
23105.73/1198.10	c      1198          74451        2032        20                -           0.0000          -
23207.11/1203.19	c      1203          77242        2225        20                -           0.0000          -
23313.41/1208.58	c      1209          77917        2243        20                -           0.0000          -
23414.65/1213.64	c      1214          78753        2226        20                -           0.0000          -
23515.73/1218.74	c      1219          79615        2221        20                -           0.0000          -
23618.84/1223.99	c      1224          80227        2217        20                -           0.0000          -
23723.91/1229.27	c      1229          78525        1977        20                -           0.0000          -
23825.04/1234.31	c      1234          81513        2211        20                -           0.0000          -
23926.21/1239.46	c      1239          80447        1974        20                -           0.0000          -
24031.42/1244.71	c      1245          81056        1989        20                -           0.0000          -
24130.68/1249.77	c      1250          81720        1982        20                -           0.0000          -
24231.92/1254.85	c      1255          82083        1971        20                -           0.0000          -
24333.14/1259.94	c      1260          82302        1973        20                -           0.0000          -
24432.38/1264.99	c      1265          82741        1962        20                -           0.0000          -
24537.41/1270.24	c      1270          74261        1721        20                -           0.0000          -
24638.64/1275.38	c      1275          74461        1921        20                -           0.0000          -
24739.88/1280.45	c      1280          74661        2121        20                -           0.0000          -
24841.13/1285.50	c      1286          84061        1709        20                -           0.0000          -
24942.31/1290.67	c      1291          75061        2521        20                -           0.0000          -
25043.49/1295.72	c      1296          75272        2732        20                -           0.0000          -
25146.72/1301.01	c      1301          87657        1880        20                -           0.0000          -
25251.91/1306.22	c      1306          87873        2096        20                -           0.0000          -
25351.25/1311.27	c      1311          86448        2065        20                -           0.0000          -
25452.41/1316.30	c      1316          86757        2108        20                -           0.0000          -
25551.64/1321.38	c      1321          86976        2327        20                -           0.0000          -
25652.88/1326.46	c      1326          77052        4438        20                -           0.0000          -
25754.05/1331.53	c      1332          87823        2395        20                -           0.0000          -
25853.32/1336.58	c      1337          77752        5138        20                -           0.0000          -
25954.53/1341.63	c      1342          88801        2308        20                -           0.0000          -
26053.77/1346.68	c      1347          89617        2307        20                -           0.0000          -
26155.00/1351.72	c      1352          89948        2493        20                -           0.0000          -
26260.81/1357.04	c      1357          90248        2793        20                -           0.0000          -
26362.05/1362.18	c      1362          95938        2250        20                -           0.0000          -
26462.51/1367.24	c      1367          80380        7766        20                -           0.0000          -
26565.75/1372.43	c      1372          97565        2214        20                -           0.0000          -
26664.85/1377.49	c      1378          98427        2196        20                -           0.0000          -
26770.07/1382.77	c      1383          99272        2175        20                -           0.0000          -
26871.24/1387.86	c      1388         100112        2157        20                -           0.0000          -
26972.48/1393.03	c      1393         100900        2131        20                -           0.0000          -
27074.27/1398.10	c      1398          92588        5133        20                -           0.0000          -
27175.58/1403.16	c      1403          83084        4856        20                -           0.0000          -
27276.13/1408.21	c      1408          83484        5256        20                -           0.0000          -
27375.39/1413.28	c      1413         104129        2051        20                -           0.0000          -
27476.63/1418.33	c      1418          94028        6573        20                -           0.0000          -
27577.77/1423.40	c      1423          84664        6436        20                -           0.0000          -
27677.02/1428.46	c      1428          94843        7388        20                -           0.0000          -
27776.27/1433.47	c      1433         107212        2007        20                -           0.0000          -
27877.36/1438.54	c      1439          95631        3484        20                -           0.0000          -
27984.57/1444.02	c      1444          86624        8396        20                -           0.0000          -
28086.69/1449.05	c      1449          96229        3772        20                -           0.0000          -
28187.71/1454.17	c      1454         109123         381        20                -           0.0000          -
28286.94/1459.20	c      1459          88444       10216        20                -           0.0000          -
28389.49/1464.37	c      1464          89088       10595        20                -           0.0000          -
28496.67/1469.74	c      1470         109683         941        20                -           0.0000          -
28597.92/1474.81	c      1475          90023       10545        20                -           0.0000          -
28699.14/1479.91	c      1480          98029        5572        20                -           0.0000          -
28798.39/1484.98	c      1485         110324        1580        20                -           0.0000          -
28897.50/1489.99	c      1490          91749       10533        20                -           0.0000          -
29001.39/1495.14	c      1495          99069        6612        20                -           0.0000          -
29101.77/1500.20	c      1500          92774       10529        20                -           0.0000          -
29203.01/1505.34	c      1505          99869        7412        20                -           0.0000          -
29304.17/1510.44	c      1510          93799       10531        20                -           0.0000          -
29405.40/1515.51	c      1516          94344       10533        20                -           0.0000          -
29504.64/1520.58	c      1521          94858       10528        20                -           0.0000          -
29605.88/1525.63	c      1526         114463        1992        20                -           0.0000          -
29705.12/1530.68	c      1531          95854       10527        20                -           0.0000          -
29806.36/1535.73	c      1536          96340       10526        20                -           0.0000          -
29905.59/1540.78	c      1541         102709       10252        20                -           0.0000          -
30006.83/1545.80	c      1546         118328        1789        20                -           0.0000          -
30108.07/1550.92	c      1551         103199        5271        20                -           0.0000          -
30207.31/1555.99	c      1556          98354       10522        20                -           0.0000          -
30306.38/1561.04	c      1561         103859        5931        20                -           0.0000          -
30408.51/1566.09	c      1566         104179        6251        20                -           0.0000          -
30509.65/1571.19	c      1571         100079       10523        20                -           0.0000          -
30610.05/1576.23	c      1576         100619       10517        20                -           0.0000          -
30709.16/1581.29	c      1581         100762         101        20                -           0.0000          -
30810.40/1586.38	c      1586         100962         301        20                -           0.0000          -
30909.63/1591.39	c      1591         127160        1422        20                -           0.0000          -
31010.83/1596.49	c      1596         101322         661        20                -           0.0000          -
31111.99/1601.55	c      1602         106243        3669        20                -           0.0000          -
31213.21/1606.60	c      1607         101682        1021        20                -           0.0000          -
31312.46/1611.66	c      1612         101882        1221        20                -           0.0000          -
31413.71/1616.71	c      1617         102082        1421        20                -           0.0000          -
31513.00/1621.78	c      1622         107643        5069        20                -           0.0000          -
31614.17/1626.86	c      1627         108043        5469        20                -           0.0000          -
31715.40/1631.90	c      1632         108483        5909        20                -           0.0000          -
31814.67/1636.94	c      1637         134487        1461        20                -           0.0000          -
31913.90/1642.00	c      1642         103042        2381        20                -           0.0000          -
32015.76/1647.09	c      1647         134904        1878        20                -           0.0000          -
32117.04/1652.14	c      1652         109994        7104        20                -           0.0000          -
32217.60/1657.21	c      1657         103673        3012        20                -           0.0000          -
32316.86/1662.26	c      1662         135544        2518        20                -           0.0000          -
32420.07/1667.42	c      1667         135837        2575        20                -           0.0000          -
32519.33/1672.43	c      1672         112220        8228        20                -           0.0000          -
32624.50/1677.75	c      1678         112931        8086        20                -           0.0000          -
32727.74/1682.92	c      1683         137752        1080        20                -           0.0000          -
32832.93/1688.24	c      1688         106778        3753        20                -           0.0000          -
32934.17/1693.30	c      1693         107078        4053        20                -           0.0000          -
33033.36/1698.35	c      1698         138425        1298        20                -           0.0000          -
33134.62/1703.40	c      1703         107694        4669        20                -           0.0000          -
33233.81/1708.46	c      1708         107958        4933        20                -           0.0000          -
33335.06/1713.53	c      1714         108291        5266        20                -           0.0000          -
33434.30/1718.58	c      1719         139508        1193        20                -           0.0000          -
33535.50/1723.64	c      1724         139748        1433        20                -           0.0000          -
33636.72/1728.70	c      1729         118734        6842        20                -           0.0000          -
33735.86/1733.72	c      1734         119371        6844        20                -           0.0000          -
33837.10/1738.81	c      1739         109619        6478        20                -           0.0000          -
33938.34/1743.95	c      1744         120622        6842        20                -           0.0000          -
34037.51/1748.97	c      1749         141068        2753        20                -           0.0000          -
34139.44/1754.06	c      1754         110319        4657        20                -           0.0000          -
34238.71/1759.11	c      1759         141608        3293        20                -           0.0000          -
34339.76/1764.17	c      1764         123381        6834        20                -           0.0000          -
34440.24/1769.22	c      1769         124118        6832        20                -           0.0000          -
34539.40/1774.27	c      1774         142448        4133        20                -           0.0000          -
34644.62/1779.50	c      1780         142748        4433        20                -           0.0000          -
34745.85/1784.63	c      1785         126304        6752        20                -           0.0000          -
34851.06/1789.90	c      1790         112537        5731        20                -           0.0000          -
34950.33/1794.95	c      1795         127905        6750        20                -           0.0000          -
35049.57/1799.98	c      1800         144048        5733        20                -           0.0000          -
35154.70/1805.25	c      1805         113858        4175        20                -           0.0000          -
35255.94/1810.36	c      1810         130369        6762        20                -           0.0000          -
35357.17/1815.40	c      1815         131176        6752        20                -           0.0000          -
35458.41/1820.50	c      1821         131967        6760        20                -           0.0000          -
35559.64/1825.66	c      1826         115214        5531        20                -           0.0000          -
35660.81/1830.75	c      1831         115614        5931        20                -           0.0000          -
35762.06/1835.82	c      1836         147048        8733        20                -           0.0000          -
35871.21/1841.30	c      1841         147608        9293        20                -           0.0000          -
35976.42/1846.66	c      1847         134253         501        20                -           0.0000          -
36077.65/1851.76	c      1852         117274        7591        20                -           0.0000          -
36178.91/1856.83	c      1857         149105        4386        20                -           0.0000          -
36280.14/1861.95	c      1862         149471        4441        20                -           0.0000          -
36379.41/1866.97	c      1867         149780        4274        20                -           0.0000          -
36478.64/1871.98	c      1872         119514        9831        20                -           0.0000          -
36580.53/1877.12	c      1877         150818        4058        20                -           0.0000          -
36683.09/1882.22	c      1882         120866       10840        20                -           0.0000          -
36782.32/1887.27	c      1887         151456        4030        20                -           0.0000          -
36883.56/1892.31	c      1892         136018        2266        20                -           0.0000          -
36982.81/1897.36	c      1897         122492       10729        20                -           0.0000          -
37084.03/1902.41	c      1902         123106       10726        20                -           0.0000          -
37183.22/1907.46	c      1907         136689        2913        20                -           0.0000          -
37284.46/1912.52	c      1913         154403        3312        20                -           0.0000          -
37383.70/1917.57	c      1918         137231        2479        20                -           0.0000          -
37484.94/1922.62	c      1923         137471        2719        20                -           0.0000          -
37584.15/1927.63	c      1928         156864        2829        20                -           0.0000          -
37685.40/1932.79	c      1933         138009        2798        20                -           0.0000          -
37786.64/1937.85	c      1938         138249        3038        20                -           0.0000          -
37887.88/1942.92	c      1943         138549        3338        20                -           0.0000          -
37987.11/1947.99	c      1948         158044        4009        20                -           0.0000          -
38088.97/1953.05	c      1953         158395        4360        20                -           0.0000          -
38188.29/1958.10	c      1958         158678        4643        20                -           0.0000          -
38289.48/1963.15	c      1963         158984        4949        20                -           0.0000          -
38390.07/1968.26	c      1968         140015        4153        20                -           0.0000          -
38489.33/1973.30	c      1973         140347        4485        20                -           0.0000          -
38590.56/1978.34	c      1978         140629        4767        20                -           0.0000          -
38691.80/1983.44	c      1983         132351       10639        20                -           0.0000          -
38792.91/1988.50	c      1988         133024       10635        20                -           0.0000          -
38892.17/1993.55	c      1994         161404        7369        20                -           0.0000          -
38993.40/1998.60	c      1999         134271       10634        20                -           0.0000          -
39092.65/2003.65	c      2004         134896       10637        20                -           0.0000          -
39191.90/2008.69	c      2009         135521       10628        20                -           0.0000          -
39291.15/2013.69	c      2014         163459        8000        20                -           0.0000          -
39392.37/2018.74	c      2019         164157        7972        20                -           0.0000          -
39491.62/2023.80	c      2024         164948        7970        20                -           0.0000          -
39592.85/2028.84	c      2029         144577        8715        20                -           0.0000          -
39692.11/2033.89	c      2034         166343        7951        20                -           0.0000          -
39793.33/2038.94	c      2039         167034        7940        20                -           0.0000          -
39892.57/2044.00	c      2044         146237       10375        20                -           0.0000          -
39994.39/2049.05	c      2049         146957       11095        20                -           0.0000          -
40093.88/2054.10	c      2054         147558       11094        20                -           0.0000          -
40194.93/2059.15	c      2059         169241        7896        20                -           0.0000          -
40297.49/2064.32	c      2064         141805       10633        20                -           0.0000          -
40396.73/2069.38	c      2069         149052       11036        20                -           0.0000          -
40497.97/2074.46	c      2074         149592       11035        20                -           0.0000          -
40599.19/2079.59	c      2080         150033       11033        20                -           0.0000          -
40700.43/2084.67	c      2085         150549       11036        20                -           0.0000          -
40801.65/2089.75	c      2090         173162        7865        20                -           0.0000          -
40902.83/2094.85	c      2095         151712       11028        20                -           0.0000          -
41001.90/2099.89	c      2100         145455          22        20                -           0.0000          -
41103.14/2104.95	c      2105         152923       11034        20                -           0.0000          -
41202.39/2110.00	c      2110         153592       11034        20                -           0.0000          -
41304.30/2115.07	c      2115         146014         581        20                -           0.0000          -
41403.51/2120.13	c      2120         154720       11028        20                -           0.0000          -
41504.92/2125.17	c      2125         155333       11043        20                -           0.0000          -
41605.30/2130.25	c      2130         146574        1141        20                -           0.0000          -
41706.54/2135.33	c      2135         146774        1341        20                -           0.0000          -
41815.72/2140.87	c      2141         156955       11024        20                -           0.0000          -
41916.91/2145.94	c      2146         157524       11019        20                -           0.0000          -
42016.15/2151.00	c      2151         158113       11020        20                -           0.0000          -
42118.04/2156.06	c      2156         158783       11067        20                -           0.0000          -
42217.43/2161.12	c      2161         159411       11033        20                -           0.0000          -
42318.52/2166.16	c      2166         160033       11039        20                -           0.0000          -
42419.06/2171.22	c      2171         160648       11031        20                -           0.0000          -
42518.31/2176.27	c      2176         161149       11036        20                -           0.0000          -
42619.53/2181.32	c      2181         161594       11025        20                -           0.0000          -
42718.80/2186.37	c      2186         162060       11027        20                -           0.0000          -
42820.03/2191.44	c      2191         149057        3560        20                -           0.0000          -
42919.28/2196.49	c      2196         149329        3672        20                -           0.0000          -
43020.45/2201.55	c      2202         149497        2946        20                -           0.0000          -
43121.70/2206.60	c      2207         188450        7840        20                -           0.0000          -
43220.94/2211.66	c      2212         189045        7829        20                -           0.0000          -
43322.19/2216.71	c      2217         189697        7831        20                -           0.0000          -
43421.36/2221.76	c      2222         190336        7843        20                -           0.0000          -
43522.61/2226.82	c      2227         190915        7846        20                -           0.0000          -
43621.84/2231.87	c      2232         191578        7834        20                -           0.0000          -
43723.09/2236.95	c      2237         192316        7831        20                -           0.0000          -
43824.93/2242.04	c      2242         193051        7848        20                -           0.0000          -
43924.26/2247.10	c      2247         193782        7830        20                -           0.0000          -
44025.62/2252.17	c      2252         194432        7841        20                -           0.0000          -
44125.99/2257.23	c      2257         154160        3803        20                -           0.0000          -
44227.23/2262.38	c      2262         154439        3798        20                -           0.0000          -
44328.46/2267.43	c      2267         196512        7839        20                -           0.0000          -
44429.64/2272.54	c      2273         197181        7826        20                -           0.0000          -
44530.85/2277.60	c      2278         156164        3740        20                -           0.0000          -
44630.11/2282.67	c      2283         198002         141        20                -           0.0000          -
44731.34/2287.72	c      2288         173515       11012        20                -           0.0000          -
44832.53/2292.82	c      2293         198362         501        20                -           0.0000          -
44933.76/2297.92	c      2298         198562         701        20                -           0.0000          -
45032.91/2303.01	c      2303         198762         901        20                -           0.0000          -
45134.85/2308.14	c      2308         198962        1101        20                -           0.0000          -
45235.96/2313.19	c      2313         199182        1321        20                -           0.0000          -
45336.47/2318.23	c      2318         177467       11011        20                -           0.0000          -
45437.71/2323.31	c      2323         178057       11026        20                -           0.0000          -
45540.92/2328.58	c      2329         200565        1256        20                -           0.0000          -
45642.18/2333.67	c      2334         163550        3593        20                -           0.0000          -
45745.39/2338.82	c      2339         164299        3578        20                -           0.0000          -
45844.65/2343.87	c      2344         201187        1878        20                -           0.0000          -
45945.90/2348.90	c      2349         181354       11020        20                -           0.0000          -
46047.94/2354.07	c      2354         201643        2334        20                -           0.0000          -
46147.08/2359.13	c      2359         182671       11014        20                -           0.0000          -
46248.21/2364.19	c      2364         183257       11012        20                -           0.0000          -
46348.82/2369.29	c      2369         202307        2998        20                -           0.0000          -
46450.07/2374.34	c      2374         184451       11026        20                -           0.0000          -
46551.31/2379.40	c      2379         202940        1537        20                -           0.0000          -
46650.58/2384.47	c      2384         185788       11014        20                -           0.0000          -
46751.81/2389.52	c      2390         203399        1996        20                -           0.0000          -
46851.08/2394.57	c      2395         187042       11009        20                -           0.0000          -
46950.19/2399.59	c      2400         173059        3476        20                -           0.0000          -
47051.44/2404.69	c      2405         173685        3477        20                -           0.0000          -
47154.66/2409.87	c      2410         174315        3472        20                -           0.0000          -
47258.61/2415.08	c      2415         189672       11021        20                -           0.0000          -
47357.81/2420.13	c      2420         190262       11010        20                -           0.0000          -
47459.03/2425.18	c      2425         190876       11021        20                -           0.0000          -
47559.47/2430.24	c      2430         191514       11013        20                -           0.0000          -
47658.73/2435.26	c      2435         177829        3468        20                -           0.0000          -
47760.02/2440.31	c      2440         178558        3469        20                -           0.0000          -
47859.38/2445.39	c      2445         208856        1098        20                -           0.0000          -
47960.51/2450.44	c      2450         209457        1099        20                -           0.0000          -
48059.59/2455.50	c      2456         210101        1093        20                -           0.0000          -
48160.70/2460.57	c      2461         210776        1093        20                -           0.0000          -
48261.75/2465.65	c      2466         211420        1090        20                -           0.0000          -
48362.98/2470.71	c      2471         212115        1091        20                -           0.0000          -
48462.25/2475.76	c      2476         212821        1092        20                -           0.0000          -
48563.43/2480.81	c      2481         213582        1097        20                -           0.0000          -
48662.68/2485.86	c      2486         214345        1085        20                -           0.0000          -
48763.86/2490.91	c      2491         198170       11003        20                -           0.0000          -
48863.06/2495.97	c      2496         198288          61        20                -           0.0000          -
48962.31/2501.01	c      2501         216534        1084        20                -           0.0000          -
49064.13/2506.07	c      2506         217312        1082        20                -           0.0000          -
49163.51/2511.12	c      2511         218060        1085        20                -           0.0000          -
49264.92/2516.18	c      2516         199048         821        20                -           0.0000          -
49365.29/2521.23	c      2521         219606        1083        20                -           0.0000          -
49464.55/2526.28	c      2526         220397        1081        20                -           0.0000          -
49565.79/2531.38	c      2531         221127        1092        20                -           0.0000          -
49667.03/2536.43	c      2536         221887        1081        20                -           0.0000          -
49766.23/2541.50	c      2542         222690        1083        20                -           0.0000          -
49867.48/2546.55	c      2547         223521        1087        20                -           0.0000          -
49968.71/2551.61	c      2552         224211        1080        20                -           0.0000          -
50067.98/2556.66	c      2557         224962        1078        20                -           0.0000          -
50169.10/2561.71	c      2562         196100        3432        20                -           0.0000          -
50268.36/2566.77	c      2567         226492        1078        20                -           0.0000          -
50369.60/2571.81	c      2572         227240        1082        20                -           0.0000          -
50468.87/2576.88	c      2577         228130        1087        20                -           0.0000          -
50570.09/2581.96	c      2582         228847        1087        20                -           0.0000          -
50669.36/2587.04	c      2587         229670        1082        20                -           0.0000          -
50771.20/2592.12	c      2592         230505        1086        20                -           0.0000          -
50872.63/2597.19	c      2597         231371        1082        20                -           0.0000          -
50973.05/2602.25	c      2602         232184        1083        20                -           0.0000          -
51074.23/2607.31	c      2607         232940        1083        20                -           0.0000          -
51173.49/2612.36	c      2612         203254        3411        20                -           0.0000          -
51274.59/2617.41	c      2617         234353        1080        20                -           0.0000          -
51373.85/2622.46	c      2622         235074        1079        20                -           0.0000          -
51475.07/2627.51	c      2628         235744        1088        20                -           0.0000          -
51574.34/2632.56	c      2633         236574        1080        20                -           0.0000          -
51675.46/2637.61	c      2638         237391        1083        20                -           0.0000          -
51774.72/2642.67	c      2643         238127        1076        20                -           0.0000          -
51875.95/2647.72	c      2648         238907        1079        20                -           0.0000          -
51975.21/2652.77	c      2653         239630        1078        20                -           0.0000          -
52076.32/2657.86	c      2658         240389        1078        20                -           0.0000          -
52177.56/2662.91	c      2663         241195        1083        20                -           0.0000          -
52276.79/2668.00	c      2668         241955        1079        20                -           0.0000          -
52378.68/2673.05	c      2673         242641        1083        20                -           0.0000          -
52478.17/2678.10	c      2678         243387        1071        20                -           0.0000          -
52579.35/2683.15	c      2683         244106        1087        20                -           0.0000          -
52679.71/2688.20	c      2688         244894        1080        20                -           0.0000          -
52780.96/2693.38	c      2693         214501          24        20                -           0.0000          -
52882.19/2698.44	c      2698         217227        1894        20                -           0.0000          -
52981.38/2703.49	c      2704         214858         381        20                -           0.0000          -
53082.62/2708.56	c      2709         215058         581        20                -           0.0000          -
53183.86/2713.61	c      2714         219025        1837        20                -           0.0000          -
53283.11/2718.66	c      2719         219681        1787        20                -           0.0000          -
53384.36/2723.74	c      2724         215578        1101        20                -           0.0000          -
53483.63/2728.79	c      2729         221249        1765        20                -           0.0000          -
53584.89/2733.86	c      2734         221893        1758        20                -           0.0000          -
53684.10/2738.89	c      2739         252444        1076        20                -           0.0000          -
53785.34/2743.95	c      2744         253094        1076        20                -           0.0000          -
53887.26/2749.05	c      2749         216556        2079        20                -           0.0000          -
53986.56/2754.12	c      2754         224926        1750        20                -           0.0000          -
54087.74/2759.19	c      2759         216958        2481        20                -           0.0000          -
54188.31/2764.27	c      2764         226358        1734        20                -           0.0000          -
54289.55/2769.35	c      2769         227148        1732        20                -           0.0000          -
54390.73/2774.43	c      2774         227991        1725        20                -           0.0000          -
54491.89/2779.51	c      2780         228523        1849        20                -           0.0000          -
54593.12/2784.62	c      2785         229101        1743        20                -           0.0000          -
54694.35/2789.70	c      2790         229726        1734        20                -           0.0000          -
54793.60/2794.75	c      2795         230544        1724        20                -           0.0000          -
54892.79/2799.80	c      2800         231179        1737        20                -           0.0000          -
54994.03/2804.85	c      2805         231834        1729        20                -           0.0000          -
55095.26/2809.90	c      2810         232545        1728        20                -           0.0000          -
55194.52/2814.96	c      2815         233355        1725        20                -           0.0000          -
55296.32/2820.03	c      2820         234071        1736        20                -           0.0000          -
55395.64/2825.07	c      2825         264029        1080        20                -           0.0000          -
55494.63/2830.10	c      2830         264675        1079        20                -           0.0000          -
55597.18/2835.20	c      2835         236309        1739        20                -           0.0000          -
55696.25/2840.25	c      2840         237100        1725        20                -           0.0000          -
55797.42/2845.31	c      2845         237811        1725        20                -           0.0000          -
55896.68/2850.35	c      2850         238553        1723        20                -           0.0000          -
55997.94/2855.41	c      2855         239339        1721        20                -           0.0000          -
56097.19/2860.46	c      2860         240022        1724        20                -           0.0000          -
56198.44/2865.52	c      2866         240758        1725        20                -           0.0000          -
56297.69/2870.58	c      2871         241532        1719        20                -           0.0000          -
56398.93/2875.63	c      2876         242345        1717        20                -           0.0000          -
56500.13/2880.71	c      2881         243136        1722        20                -           0.0000          -
56599.39/2885.78	c      2886         243855        1736        20                -           0.0000          -
56700.63/2890.84	c      2891         244525        1730        20                -           0.0000          -
56799.88/2895.89	c      2896         233922        1721        20                -           0.0000          -
56900.93/2900.94	c      2901         234521        1716        20                -           0.0000          -
57000.13/2905.99	c      2906         246685        1719        20                -           0.0000          -
57102.15/2911.06	c      2911         247343        1722        20                -           0.0000          -
57203.22/2916.14	c      2916         236545        1701        20                -           0.0000          -
57303.76/2921.20	c      2921         237182        1698        20                -           0.0000          -
57403.01/2926.27	c      2926         237787        1702        20                -           0.0000          -
57504.23/2931.32	c      2931         238465        1693        20                -           0.0000          -
57603.50/2936.37	c      2936         239142        1692        20                -           0.0000          -
57704.73/2941.41	c      2941         280376        1089        20                -           0.0000          -
57803.99/2946.47	c      2946         240575        1684        20                -           0.0000          -
57905.13/2951.52	c      2952         241283        1682        20                -           0.0000          -
58004.38/2956.57	c      2957         241932        1683        20                -           0.0000          -
58105.63/2961.68	c      2962         242571        1677        20                -           0.0000          -
58206.87/2966.73	c      2967         243160        1674        20                -           0.0000          -
58306.11/2971.75	c      2972         284963        1077        20                -           0.0000          -
58407.36/2976.84	c      2977         285649        1078        20                -           0.0000          -
58508.43/2981.92	c      2982         286348        1077        20                -           0.0000          -
58607.49/2986.98	c      2987         245721        1656        20                -           0.0000          -
58709.32/2992.05	c      2992         246412        1650        20                -           0.0000          -
58808.79/2997.10	c      2997         247098        1648        20                -           0.0000          -
58909.92/3002.20	c      3002         247785        1640        20                -           0.0000          -
59012.42/3007.30	c      3007         248348        1638        20                -           0.0000          -
59111.66/3012.36	c      3012         290359        1075        20                -           0.0000          -
59212.90/3017.44	c      3017         249658        1624        20                -           0.0000          -
59314.12/3022.50	c      3023         250281        1620        20                -           0.0000          -
59413.37/3027.56	c      3028         250875        1612        20                -           0.0000          -
59514.62/3032.61	c      3033         251456        1612        20                -           0.0000          -
59613.87/3037.67	c      3038         252161        1608        20                -           0.0000          -
59715.11/3042.74	c      3043         252856        1601        20                -           0.0000          -
59816.28/3047.80	c      3048         253506        1599        20                -           0.0000          -
59915.54/3052.85	c      3053         295985        1078        20                -           0.0000          -
60014.78/3057.86	c      3058         267683        1704        20                -           0.0000          -
60116.02/3062.95	c      3063         297314        1080        20                -           0.0000          -
60215.21/3068.01	c      3068         298026        1080        20                -           0.0000          -
60317.23/3073.07	c      3073         298764        1087        20                -           0.0000          -
60416.42/3078.14	c      3078         299468        1084        20                -           0.0000          -
60518.89/3083.25	c      3083         271036        1718        20                -           0.0000          -
60620.07/3088.32	c      3088         258548        1571        20                -           0.0000          -
60719.32/3093.37	c      3093         259227        1570        20                -           0.0000          -
60820.50/3098.43	c      3098         271810        2477        20                -           0.0000          -
60919.74/3103.48	c      3103         272050        2717        20                -           0.0000          -
61020.98/3108.53	c      3109         261198        1557        20                -           0.0000          -
61120.22/3113.58	c      3114         272590        3257        20                -           0.0000          -
61221.46/3118.63	c      3119         262425        1554        20                -           0.0000          -
61320.70/3123.65	c      3124         305390        1075        20                -           0.0000          -
61421.94/3128.74	c      3129         273437        3896        20                -           0.0000          -
61521.20/3133.78	c      3134         273737        4196        20                -           0.0000          -
61622.38/3138.83	c      3139         274040        4499        20                -           0.0000          -
61723.49/3143.90	c      3144         265668        1535        20                -           0.0000          -
61822.67/3148.96	c      3149         274637        5096        20                -           0.0000          -
61921.94/3154.02	c      3154         266975        1526        20                -           0.0000          -
62023.85/3159.11	c      3159         275317        5776        20                -           0.0000          -
62125.13/3164.16	c      3164         275637        6096        20                -           0.0000          -
62225.64/3169.21	c      3169         275955        3755        20                -           0.0000          -
62324.83/3174.27	c      3174         276255        4055        20                -           0.0000          -
62426.07/3179.36	c      3179         276556        4356        20                -           0.0000          -
62527.30/3184.40	c      3184         313869        1074        20                -           0.0000          -
62626.55/3189.45	c      3189         271532        1508        20                -           0.0000          -
62727.79/3194.50	c      3195         272229        1501        20                -           0.0000          -
62827.04/3199.53	c      3200         315962        1078        20                -           0.0000          -
62926.29/3204.58	c      3205         278155        5955        20                -           0.0000          -
63027.54/3209.67	c      3210         317554        1081        20                -           0.0000          -
63128.78/3214.76	c      3215         318183        1079        20                -           0.0000          -
63230.01/3219.86	c      3220         318906        1074        20                -           0.0000          -
63331.25/3224.91	c      3225         319512        1077        20                -           0.0000          -
63430.50/3230.02	c      3230         320170        1086        20                -           0.0000          -
63532.40/3235.08	c      3235         280236        4255        20                -           0.0000          -
63631.74/3240.14	c      3240         277834        1496        20                -           0.0000          -
63734.11/3245.20	c      3245         280856        4875        20                -           0.0000          -
63833.36/3250.25	c      3250         281176        5195        20                -           0.0000          -
63932.60/3255.29	c      3255         323537        1073        20                -           0.0000          -
64033.84/3260.37	c      3260         280359        1497        20                -           0.0000          -
64135.08/3265.44	c      3265         282193        4015        20                -           0.0000          -
64236.32/3270.52	c      3271         281718        1490        20                -           0.0000          -
64335.56/3275.58	c      3276         282813        4635        20                -           0.0000          -
64436.74/3280.66	c      3281         283085        1485        20                -           0.0000          -
64537.92/3285.71	c      3286         283820        1486        20                -           0.0000          -
64637.16/3290.76	c      3291         284540        1488        20                -           0.0000          -
64738.40/3295.82	c      3296         284253        6075        20                -           0.0000          -
64837.64/3300.88	c      3301         284657        6479        20                -           0.0000          -
64938.88/3305.93	c      3306         286647        1481        20                -           0.0000          -
65038.10/3310.95	c      3311         330758        1074        20                -           0.0000          -
65139.94/3316.08	c      3316         287964        1484        20                -           0.0000          -
65241.15/3321.14	c      3321         288635        1481        20                -           0.0000          -
65340.35/3326.19	c      3326         289261        1479        20                -           0.0000          -
65440.89/3331.24	c      3331         287573        9395        20                -           0.0000          -
65540.13/3336.29	c      3336         290405        1474        20                -           0.0000          -
65641.30/3341.34	c      3341         290973        1477        20                -           0.0000          -
65740.54/3346.39	c      3346         291560        1476        20                -           0.0000          -
65841.65/3351.48	c      3351         292195        1476        20                -           0.0000          -
65942.88/3356.57	c      3357         292849        1472        20                -           0.0000          -
66044.04/3361.62	c      3362         293524        1470        20                -           0.0000          -
66143.29/3366.67	c      3367         294227        1471        20                -           0.0000          -
66244.53/3371.74	c      3372         294932        1471        20                -           0.0000          -
66345.76/3376.80	c      3377         340041        1068        20                -           0.0000          -
66445.00/3381.87	c      3382         296331        1468        20                -           0.0000          -
66546.25/3386.95	c      3387         297022        1466        20                -           0.0000          -
66648.18/3392.07	c      3392         297705        1466        20                -           0.0000          -
66749.45/3397.16	c      3397         342851        1078        20                -           0.0000          -
66849.93/3402.21	c      3402         343728        1070        20                -           0.0000          -
66949.18/3407.24	c      3407         299764        1460        20                -           0.0000          -
67050.41/3412.32	c      3412         296191        9418        20                -           0.0000          -
67149.73/3417.37	c      3417         296739        9401        20                -           0.0000          -
67250.89/3422.41	c      3422         301862        1461        20                -           0.0000          -
67350.13/3427.49	c      3428         298077        9408        20                -           0.0000          -
67451.36/3432.55	c      3433         298681        9400        20                -           0.0000          -
67552.60/3437.64	c      3438         299310        9403        20                -           0.0000          -
67653.83/3442.71	c      3443         300031        9402        20                -           0.0000          -
67755.01/3447.80	c      3448         300758        9399        20                -           0.0000          -
67854.26/3452.85	c      3453         301398        9395        20                -           0.0000          -
67955.44/3457.93	c      3458         301992        9391        20                -           0.0000          -
68054.68/3463.01	c      3463         302472        9386        20                -           0.0000          -
68156.74/3468.07	c      3468         303063        9382        20                -           0.0000          -
68255.85/3473.11	c      3473         353127        1057        20                -           0.0000          -
68357.07/3478.17	c      3478         353777        1055        20                -           0.0000          -
68457.59/3483.22	c      3483         354419        1053        20                -           0.0000          -
68556.83/3488.29	c      3488         355194        1059        20                -           0.0000          -
68658.06/3493.35	c      3493         355918        1058        20                -           0.0000          -
68759.16/3498.41	c      3498         356634        1052        20                -           0.0000          -
68858.41/3503.46	c      3503         357302        1059        20                -           0.0000          -
68959.62/3508.51	c      3509         358070        1059        20                -           0.0000          -
69058.88/3513.56	c      3514         358827        1059        20                -           0.0000          -
69160.05/3518.61	c      3519         359560        1066        20                -           0.0000          -
69259.30/3523.68	c      3524         360291        1059        20                -           0.0000          -
69358.54/3528.68	c      3529         315603        1445        20                -           0.0000          -
69459.76/3533.71	c      3534         316313        1440        20                -           0.0000          -
69559.00/3538.79	c      3539         316956        1442        20                -           0.0000          -
69660.17/3543.85	c      3544         317654        1443        20                -           0.0000          -
69761.34/3548.92	c      3549         363968        1063        20                -           0.0000          -
69860.59/3554.01	c      3554         364718        1055        20                -           0.0000          -
69964.50/3559.14	c      3559         365446        1063        20                -           0.0000          -
70063.77/3564.19	c      3564         366151        1052        20                -           0.0000          -
70164.20/3569.27	c      3569         366806        1056        20                -           0.0000          -
70265.42/3574.33	c      3574         367529        1061        20                -           0.0000          -
70364.61/3579.34	c      3579         322174        1436        20                -           0.0000          -
70463.86/3584.39	c      3584         322797        1438        20                -           0.0000          -
70565.09/3589.44	c      3589         323444        1432        20                -           0.0000          -
70666.33/3594.54	c      3595         324081        1439        20                -           0.0000          -
70767.55/3599.63	c      3600         319078        9345        20                -           0.0000          -
70866.79/3604.67	c      3605         319746        9341        20                -           0.0000          -
70968.03/3609.75	c      3610         320369        9345        20                -           0.0000          -
71069.21/3614.81	c      3615         321083        9334        20                -           0.0000          -
71168.45/3619.87	c      3620         321798        9334        20                -           0.0000          -
71269.68/3624.92	c      3625         322501        9343        20                -           0.0000          -
71368.92/3629.98	c      3630         323135        9342        20                -           0.0000          -
71468.18/3635.04	c      3635         323711        9330        20                -           0.0000          -
71570.03/3640.09	c      3640         329991        1432        20                -           0.0000          -
71671.30/3645.14	c      3645         325019        9337        20                -           0.0000          -
71771.76/3650.20	c      3650         325589        9331        20                -           0.0000          -
71871.02/3655.24	c      3655         326169        9328        20                -           0.0000          -
71970.16/3660.30	c      3660         326826        9325        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 (191026 MiB free)
  memory of node 1: 193531 MiB (190942 MiB free)
  memory of node 2: 193531 MiB (186400 MiB free)
  memory of node 3: 193493 MiB (189352 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-4465611-1722442444/watcher-4465611-1722442444 -o /tmp/evaluation-result-4465611-1722442444/solver-4465611-1722442444 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58768 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465611-1722442444.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 60.65 66.60 43.72 24/928 62970
/proc/meminfo: memFree=775766076/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=107648 memory=95756 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 21612 0 0 0 9 1 0 0 20 0 1 0 10823835 110231552 23939 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 26912 23939 2598 3035 0 23308 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 107648 KiB
Current children cumulated memory: 95756 KiB

[startup+0.219876 s]*
/proc/loadavg: 60.65 66.60 43.72 24/928 62970
/proc/meminfo: memFree=775660880/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=145132 memory=132912 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 31158 0 0 0 20 3 0 0 20 0 1 0 10823835 148615168 33228 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 36283 33228 2662 3035 0 32679 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 145132 KiB
Current children cumulated memory: 132912 KiB

[startup+0.31951 s]*
/proc/loadavg: 60.65 66.60 43.72 24/928 62970
/proc/meminfo: memFree=775624084/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=132256 memory=120268 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 31158 0 0 0 30 3 0 0 20 0 1 0 10823835 135430144 30067 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 33064 30067 2694 3035 0 29460 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 132256 KiB
Current children cumulated memory: 120268 KiB

[startup+0.700248 s]
/proc/loadavg: 60.65 66.60 43.72 24/928 62970
/proc/meminfo: memFree=775535432/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=232524 memory=203520 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 39698 0 0 0 64 5 0 0 20 0 1 0 10823835 238104576 50880 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 58131 50880 2742 3035 0 54527 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 232524 KiB
Current children cumulated memory: 203520 KiB

[startup+1.50026 s]
/proc/loadavg: 60.65 66.60 43.72 24/928 62970
/proc/meminfo: memFree=775110156/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=458400 memory=354156 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 71703 0 0 0 139 10 0 0 20 0 1 0 10823835 469401600 88539 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 114600 88539 2774 3035 0 110996 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 458400 KiB
Current children cumulated memory: 354156 KiB

[startup+3.11911 s]
/proc/loadavg: 60.65 66.60 43.72 24/928 62970
/proc/meminfo: memFree=773965212/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=463784 memory=358628 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 72809 0 0 0 300 10 0 0 20 0 1 0 10823835 474914816 89657 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 115946 89657 2774 3035 0 112342 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 463784 KiB
Current children cumulated memory: 358628 KiB

[startup+6.30025 s]
/proc/loadavg: 59.15 66.19 43.71 43/948 62990
/proc/meminfo: memFree=763178476/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=468668 memory=363336 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 74036 0 0 0 616 10 0 0 20 0 1 0 10823835 479916032 90834 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 117167 90834 2774 3035 0 113563 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 468668 KiB
Current children cumulated memory: 363336 KiB

[startup+12.7003 s]
/proc/loadavg: 57.78 65.79 43.70 43/948 62992
/proc/meminfo: memFree=762917840/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=479132 memory=373732 CPUtime=12.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 76647 0 0 0 1253 10 0 0 20 0 1 0 10823835 490631168 93433 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 119783 93433 2774 3035 0 116179 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 479132 KiB
Current children cumulated memory: 373732 KiB

[startup+25.5003 s]
/proc/loadavg: 55.81 64.94 43.77 62/988 63033
/proc/meminfo: memFree=747941304/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=482128 memory=376560 CPUtime=25.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) R 62966 62969 58757 0 -1 4194304 77407 0 0 0 2527 10 0 0 20 0 1 0 10823835 493699072 94140 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 120532 94140 2774 3035 0 116928 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 482128 KiB
Current children cumulated memory: 376560 KiB

[startup+51.1354 s]
/proc/loadavg: 61.71 65.54 44.53 81/1028 63078
/proc/meminfo: memFree=730904264/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=4923048 memory=3680692 CPUtime=340.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) S 62966 62969 58757 0 -1 1077936128 1243077 0 0 0 33856 205 0 0 20 0 41 0 10823835 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
/proc/62969/statm: 1230762 920173 2886 3035 0 1071250 0
[pid=62969/tid=63036] ppid=62966 vsize=4923048 memory=397 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63036/stat : 63036 (fscip) R 62966 62969 58757 0 -1 4194368 50050 0 0 0 1524 7 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63037] ppid=62966 vsize=4923048 memory=2929 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63037/stat : 63037 (fscip) R 62966 62969 58757 0 -1 4194368 64216 0 0 0 1521 10 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63038] ppid=62966 vsize=4923048 memory=6944656601112656746 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63038/stat : 63038 (fscip) R 62966 62969 58757 0 -1 4194368 50073 0 0 0 1523 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63039] ppid=62966 vsize=4923048 memory=11564 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63039/stat : 63039 (fscip) R 62966 62969 58757 0 -1 4194368 64216 0 0 0 1522 9 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63040] ppid=62966 vsize=4923048 memory=377600 CPUtime=15.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63040/stat : 63040 (fscip) R 62966 62969 58757 0 -1 4194368 59961 0 0 0 1523 9 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63041] ppid=62966 vsize=4923048 memory=-3967418655009478193 CPUtime=15.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63041/stat : 63041 (fscip) R 62966 62969 58757 0 -1 4194368 74387 0 0 0 1514 11 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63042] ppid=62966 vsize=4923048 memory=541664095628450 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63042/stat : 63042 (fscip) R 62966 62969 58757 0 -1 4194368 58255 0 0 0 1521 10 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63043] ppid=62966 vsize=4923048 memory=30399726987509844 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63043/stat : 63043 (fscip) R 62966 62969 58757 0 -1 4194368 63495 0 0 0 1521 10 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63044] ppid=62966 vsize=4923048 memory=7492 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63044/stat : 63044 (fscip) R 62966 62969 58757 0 -1 4194368 61355 0 0 0 1521 10 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63045] ppid=62966 vsize=4923048 memory=10824 CPUtime=15.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63045/stat : 63045 (fscip) R 62966 62969 58757 0 -1 4194368 50480 0 0 0 1524 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63046] ppid=62966 vsize=4923048 memory=60 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63046/stat : 63046 (fscip) R 62966 62969 58757 0 -1 4194368 50441 0 0 0 1523 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63047] ppid=62966 vsize=4923048 memory=6225494675771125865 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63047/stat : 63047 (fscip) R 62966 62969 58757 0 -1 4194368 50273 0 0 0 1523 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63048] ppid=62966 vsize=4923048 memory=6225494675771125865 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63048/stat : 63048 (fscip) R 62966 62969 58757 0 -1 4194368 50307 0 0 0 1523 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63049] ppid=62966 vsize=4923048 memory=0 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63049/stat : 63049 (fscip) R 62966 62969 58757 0 -1 4194368 50550 0 0 0 1523 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63050] ppid=62966 vsize=4923048 memory=6656426216303648864 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63050/stat : 63050 (fscip) R 62966 62969 58757 0 -1 4194368 61048 0 0 0 1522 9 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63051] ppid=62966 vsize=4923048 memory=0 CPUtime=14.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63051/stat : 63051 (fscip) R 62966 62969 58757 0 -1 4194368 50479 0 0 0 1484 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63052] ppid=62966 vsize=4923048 memory=0 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63052/stat : 63052 (fscip) R 62966 62969 58757 0 -1 4194368 50740 0 0 0 1522 9 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63053] ppid=62966 vsize=4923048 memory=3092672 CPUtime=15.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63053/stat : 63053 (fscip) R 62966 62969 58757 0 -1 4194368 79050 0 0 0 1507 13 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63054] ppid=62966 vsize=4923048 memory=279395812511680 CPUtime=15.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63054/stat : 63054 (fscip) R 62966 62969 58757 0 -1 4194368 63662 0 0 0 1521 10 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63055] ppid=62966 vsize=4923048 memory=-5155629089635854469 CPUtime=15.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63055/stat : 63055 (fscip) R 62966 62969 58757 0 -1 4194368 50849 0 0 0 1524 8 0 0 20 0 41 0 10827321 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63056] ppid=62966 vsize=4923048 memory=279395811103008 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63056/stat : 63056 (fscip) S 62966 62969 58757 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63057] ppid=62966 vsize=4923048 memory=2306045607754464856 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63057/stat : 63057 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63058] ppid=62966 vsize=4923048 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63058/stat : 63058 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63059] ppid=62966 vsize=4923048 memory=7091594162338161254 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63059/stat : 63059 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63060] ppid=62966 vsize=4923048 memory=7091594162338161254 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63060/stat : 63060 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63061] ppid=62966 vsize=4923048 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63061/stat : 63061 (fscip) S 62966 62969 58757 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63062] ppid=62966 vsize=4923048 memory=410130722188355 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63062/stat : 63062 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63063] ppid=62966 vsize=4923048 memory=410130722188356 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63063/stat : 63063 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63064] ppid=62966 vsize=4923048 memory=-5155629089635854469 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63064/stat : 63064 (fscip) S 62966 62969 58757 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63065] ppid=62966 vsize=4923048 memory=15312168 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63065/stat : 63065 (fscip) S 62966 62969 58757 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63066] ppid=62966 vsize=4923048 memory=2772 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63066/stat : 63066 (fscip) S 62966 62969 58757 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63067] ppid=62966 vsize=4923048 memory=33196 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63067/stat : 63067 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63068] ppid=62966 vsize=4923048 memory=21524 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63068/stat : 63068 (fscip) S 62966 62969 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10827406 5041201152 920173 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0

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

/proc/62969/task/63043/stat : 63043 (fscip) D 62966 62969 58757 0 -1 1077937220 223439 0 0 0 359164 25 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63044] ppid=62966 vsize=8142620 memory=7305683218865586202 CPUtime=3595.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63044/stat : 63044 (fscip) D 62966 62969 58757 0 -1 1077937220 2022840 0 0 0 359134 430 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63045] ppid=62966 vsize=8142620 memory=32195 CPUtime=3595.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63045/stat : 63045 (fscip) D 62966 62969 58757 0 -1 1077937220 225922 0 0 0 359518 29 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63046] ppid=62966 vsize=8142620 memory=32529 CPUtime=3604.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63046/stat : 63046 (fscip) D 62966 62969 58757 0 -1 1077937220 232636 0 0 0 360427 25 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63047] ppid=62966 vsize=8142620 memory=32853 CPUtime=3601.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63047/stat : 63047 (fscip) D 62966 62969 58757 0 -1 1077937220 1671101 0 0 0 359753 357 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63048] ppid=62966 vsize=8142620 memory=33177 CPUtime=3599.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63048/stat : 63048 (fscip) D 62966 62969 58757 0 -1 1077937220 216470 0 0 0 359937 31 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63049] ppid=62966 vsize=8142620 memory=85725 CPUtime=3599 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63049/stat : 63049 (fscip) D 62966 62969 58757 0 -1 1077937220 220805 0 0 0 359870 30 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63050] ppid=62966 vsize=8142620 memory=86535 CPUtime=3592.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63050/stat : 63050 (fscip) D 62966 62969 58757 0 -1 1077937220 1706142 0 0 0 358836 403 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63051] ppid=62966 vsize=8142620 memory=49032 CPUtime=3603.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63051/stat : 63051 (fscip) D 62966 62969 58757 0 -1 1077937220 223549 0 0 0 360322 28 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63052] ppid=62966 vsize=8142620 memory=11744 CPUtime=3604.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63052/stat : 63052 (fscip) R 62966 62969 58757 0 -1 4195904 224220 0 0 0 360219 193 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 140624837708768 8381454 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63053] ppid=62966 vsize=8142620 memory=11900 CPUtime=3591.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63053/stat : 63053 (fscip) D 62966 62969 58757 0 -1 1077937220 2047442 0 0 0 358743 436 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63054] ppid=62966 vsize=8142620 memory=11700 CPUtime=3597.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63054/stat : 63054 (fscip) D 62966 62969 58757 0 -1 1077937220 228172 0 0 0 359683 29 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63055] ppid=62966 vsize=8142620 memory=11940 CPUtime=3601.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63055/stat : 63055 (fscip) D 62966 62969 58757 0 -1 1077937220 226576 0 0 0 360140 24 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63056] ppid=62966 vsize=8142620 memory=2772 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63056/stat : 63056 (fscip) D 62966 62969 58757 0 -1 1077937220 204 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63057] ppid=62966 vsize=8142620 memory=6800 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63057/stat : 63057 (fscip) D 62966 62969 58757 0 -1 1077937220 197 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63058] ppid=62966 vsize=8142620 memory=6571368 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63058/stat : 63058 (fscip) D 62966 62969 58757 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63059] ppid=62966 vsize=8142620 memory=2724 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63059/stat : 63059 (fscip) D 62966 62969 58757 0 -1 1077937220 217 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63060] ppid=62966 vsize=8142620 memory=6692 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63060/stat : 63060 (fscip) D 62966 62969 58757 0 -1 1077937220 135 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63061] ppid=62966 vsize=8142620 memory=28172 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63061/stat : 63061 (fscip) D 62966 62969 58757 0 -1 1077937220 134 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63062] ppid=62966 vsize=8142620 memory=33572 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63062/stat : 63062 (fscip) D 62966 62969 58757 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63063] ppid=62966 vsize=8142620 memory=58292 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63063/stat : 63063 (fscip) D 62966 62969 58757 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63064] ppid=62966 vsize=8142620 memory=7948 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63064/stat : 63064 (fscip) D 62966 62969 58757 0 -1 1077937220 134 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63065] ppid=62966 vsize=8142620 memory=18736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63065/stat : 63065 (fscip) D 62966 62969 58757 0 -1 1077937220 134 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63066] ppid=62966 vsize=8142620 memory=20524 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63066/stat : 63066 (fscip) D 62966 62969 58757 0 -1 1077937220 206 0 0 0 3 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63067] ppid=62966 vsize=8142620 memory=5588 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63067/stat : 63067 (fscip) D 62966 62969 58757 0 -1 1077937220 203 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63068] ppid=62966 vsize=8142620 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63068/stat : 63068 (fscip) D 62966 62969 58757 0 -1 1077937220 198 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63069] ppid=62966 vsize=8142620 memory=13776 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63069/stat : 63069 (fscip) D 62966 62969 58757 0 -1 1077937220 132 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63070] ppid=62966 vsize=8142620 memory=22994316 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63070/stat : 63070 (fscip) D 62966 62969 58757 0 -1 1077937220 196 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63071] ppid=62966 vsize=8142620 memory=2784 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63071/stat : 63071 (fscip) D 62966 62969 58757 0 -1 1077937220 196 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63072] ppid=62966 vsize=8142620 memory=6708 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63072/stat : 63072 (fscip) D 62966 62969 58757 0 -1 1077937220 206 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63073] ppid=62966 vsize=8142620 memory=10492012 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63073/stat : 63073 (fscip) D 62966 62969 58757 0 -1 1077937220 196 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63074] ppid=62966 vsize=8142620 memory=2796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63074/stat : 63074 (fscip) D 62966 62969 58757 0 -1 1077937220 141 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63075] ppid=62966 vsize=8142620 memory=6048 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63075/stat : 63075 (fscip) D 62966 62969 58757 0 -1 1077937220 135 0 0 0 3 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
Current children cumulated CPU time: 72003.4 s
Current children cumulated vsize: 8142620 KiB
Current children cumulated memory: 6571368 KiB

[startup+3663.8 s]
/proc/loadavg: 81.11 80.68 79.83 64/1023 65364
/proc/meminfo: memFree=736527436/790760800 swapFree=131071996/131071996
[pid=62969] ppid=62966 vsize=8142620 memory=6571368 CPUtime=72003.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/stat : 62969 (fscip) D 62966 62969 58757 0 -1 1077937156 14323924 0 0 0 7197256 3107 0 0 20 0 41 0 10823835 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
/proc/62969/statm: 2035655 1642842 2993 3035 0 1809131 0
[pid=62969/tid=63036] ppid=62966 vsize=8142620 memory=9972 CPUtime=3594.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63036/stat : 63036 (fscip) D 62966 62969 58757 0 -1 1077937220 219918 0 0 0 359452 26 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63037] ppid=62966 vsize=8142620 memory=36312 CPUtime=3599.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63037/stat : 63037 (fscip) D 62966 62969 58757 0 -1 1077937220 222786 0 0 0 359927 25 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63038] ppid=62966 vsize=8142620 memory=4764 CPUtime=3594.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63038/stat : 63038 (fscip) D 62966 62969 58757 0 -1 1077937220 1840924 0 0 0 359009 438 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63039] ppid=62966 vsize=8142620 memory=10824 CPUtime=3601.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63039/stat : 63039 (fscip) D 62966 62969 58757 0 -1 1077937220 221828 0 0 0 360152 26 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63040] ppid=62966 vsize=8142620 memory=5556 CPUtime=3602.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63040/stat : 63040 (fscip) D 62966 62969 58757 0 -1 1077937220 214796 0 0 0 360261 24 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63041] ppid=62966 vsize=8142620 memory=16088 CPUtime=3600.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63041/stat : 63041 (fscip) D 62966 62969 58757 0 -1 1077937220 1825456 0 0 0 359645 425 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63042] ppid=62966 vsize=8142620 memory=2212 CPUtime=3595.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63042/stat : 63042 (fscip) D 62966 62969 58757 0 -1 1077937220 215279 0 0 0 359516 33 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63043] ppid=62966 vsize=8142620 memory=6096 CPUtime=3591.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63043/stat : 63043 (fscip) D 62966 62969 58757 0 -1 1077937220 223439 0 0 0 359164 25 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63044] ppid=62966 vsize=8142620 memory=1968 CPUtime=3595.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63044/stat : 63044 (fscip) D 62966 62969 58757 0 -1 1077937220 2022840 0 0 0 359134 430 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63045] ppid=62966 vsize=8142620 memory=54204 CPUtime=3595.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63045/stat : 63045 (fscip) D 62966 62969 58757 0 -1 1077937220 225922 0 0 0 359518 29 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63046] ppid=62966 vsize=8142620 memory=33196 CPUtime=3604.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63046/stat : 63046 (fscip) D 62966 62969 58757 0 -1 1077937220 232636 0 0 0 360427 25 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63047] ppid=62966 vsize=8142620 memory=21524 CPUtime=3601.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63047/stat : 63047 (fscip) D 62966 62969 58757 0 -1 1077937220 1671101 0 0 0 359753 357 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63048] ppid=62966 vsize=8142620 memory=100 CPUtime=3599.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63048/stat : 63048 (fscip) D 62966 62969 58757 0 -1 1077937220 216470 0 0 0 359937 31 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63049] ppid=62966 vsize=8142620 memory=1836 CPUtime=3599 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63049/stat : 63049 (fscip) D 62966 62969 58757 0 -1 1077937220 220805 0 0 0 359870 30 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63050] ppid=62966 vsize=8142620 memory=25988 CPUtime=3592.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63050/stat : 63050 (fscip) D 62966 62969 58757 0 -1 1077937220 1706142 0 0 0 358836 403 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63051] ppid=62966 vsize=8142620 memory=2244 CPUtime=3603.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63051/stat : 63051 (fscip) D 62966 62969 58757 0 -1 1077937220 223549 0 0 0 360322 28 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63052] ppid=62966 vsize=8142620 memory=31232 CPUtime=3604.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63052/stat : 63052 (fscip) R 62966 62969 58757 0 -1 4195904 224220 0 0 0 360219 213 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 140624837708768 8381454 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 0
[pid=62969/tid=63053] ppid=62966 vsize=8142620 memory=28656 CPUtime=3591.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63053/stat : 63053 (fscip) D 62966 62969 58757 0 -1 1077937220 2047442 0 0 0 358743 436 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63054] ppid=62966 vsize=8142620 memory=7492 CPUtime=3597.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63054/stat : 63054 (fscip) D 62966 62969 58757 0 -1 1077937220 228172 0 0 0 359683 29 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63055] ppid=62966 vsize=8142620 memory=26972 CPUtime=3601.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63055/stat : 63055 (fscip) D 62966 62969 58757 0 -1 1077937220 226576 0 0 0 360140 24 0 0 20 0 41 0 10827321 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63056] ppid=62966 vsize=8142620 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63056/stat : 63056 (fscip) D 62966 62969 58757 0 -1 1077937220 204 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63057] ppid=62966 vsize=8142620 memory=39996 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63057/stat : 63057 (fscip) D 62966 62969 58757 0 -1 1077937220 197 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63058] ppid=62966 vsize=8142620 memory=8148 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63058/stat : 63058 (fscip) D 62966 62969 58757 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63059] ppid=62966 vsize=8142620 memory=-4050210904893735059 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63059/stat : 63059 (fscip) D 62966 62969 58757 0 -1 1077937220 217 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63060] ppid=62966 vsize=8142620 memory=-6749091184916343441 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63060/stat : 63060 (fscip) D 62966 62969 58757 0 -1 1077937220 135 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63061] ppid=62966 vsize=8142620 memory=9012993927621612952 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63061/stat : 63061 (fscip) D 62966 62969 58757 0 -1 1077937220 134 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63062] ppid=62966 vsize=8142620 memory=-7385712267777484841 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63062/stat : 63062 (fscip) D 62966 62969 58757 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63063] ppid=62966 vsize=8142620 memory=-2245088631185882904 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63063/stat : 63063 (fscip) D 62966 62969 58757 0 -1 1077937220 195 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63064] ppid=62966 vsize=8142620 memory=6944656591647562832 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63064/stat : 63064 (fscip) D 62966 62969 58757 0 -1 1077937220 134 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63065] ppid=62966 vsize=8142620 memory=6656426009507680354 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63065/stat : 63065 (fscip) D 62966 62969 58757 0 -1 1077937220 134 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63066] ppid=62966 vsize=8142620 memory=6944656385659129952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63066/stat : 63066 (fscip) D 62966 62969 58757 0 -1 1077937220 206 0 0 0 3 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63067] ppid=62966 vsize=8142620 memory=-7117585850134473877 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63067/stat : 63067 (fscip) D 62966 62969 58757 0 -1 1077937220 203 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63068] ppid=62966 vsize=8142620 memory=-2182441935367728752 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63068/stat : 63068 (fscip) D 62966 62969 58757 0 -1 1077937220 198 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63069] ppid=62966 vsize=8142620 memory=-7019537887260663930 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63069/stat : 63069 (fscip) D 62966 62969 58757 0 -1 1077937220 132 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63070] ppid=62966 vsize=8142620 memory=28656 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63070/stat : 63070 (fscip) D 62966 62969 58757 0 -1 1077937220 196 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63071] ppid=62966 vsize=8142620 memory=7492 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63071/stat : 63071 (fscip) D 62966 62969 58757 0 -1 1077937220 196 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63072] ppid=62966 vsize=8142620 memory=26972 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63072/stat : 63072 (fscip) D 62966 62969 58757 0 -1 1077937220 206 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63073] ppid=62966 vsize=8142620 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63073/stat : 63073 (fscip) D 62966 62969 58757 0 -1 1077937220 196 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63074] ppid=62966 vsize=8142620 memory=39996 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63074/stat : 63074 (fscip) D 62966 62969 58757 0 -1 1077937220 141 0 0 0 2 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
[pid=62969/tid=63075] ppid=62966 vsize=8142620 memory=6549916 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/62969/task/63075/stat : 63075 (fscip) D 62966 62969 58757 0 -1 1077937220 135 0 0 0 3 0 0 0 20 0 41 0 10827406 8338042880 1642842 809668444160 4194304 16623229 140727163456656 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 44032000 140727163462666 140727163462784 140727163462784 140727163469808 24
Current children cumulated CPU time: 72003.6 s
Current children cumulated vsize: 8142620 KiB
Current children cumulated memory: 6571368 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3664
CPU time (s): 72003.8
CPU user time (s): 71972.6
CPU system time (s): 31.2804
CPU usage (%): 1965.17
Max. virtual memory (cumulated for all children) (KiB): 8142620
Max. memory (cumulated for all children) (KiB): 6571368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71972.6
system time used= 31.2804
maximum resident set size= 6571368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14323924
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= 135831
involuntary context switches= 236840


# summary of solver processes directly reported to runsolver:
#   pid: 62969
#   total CPU time (s): 72003.8
#   total CPU user time (s): 71972.6
#   total CPU system time (s): 31.2804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.7693 second user time and 85.9982 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 18:14:04
IDJOB=4465611
IDBENCH=147859
IDSOLVER=3094
FILE ID=nodeD104/4465611-1722442444
RUNJOBID= nodeD104-1722441596-58768
SLURM_JOB_ID= 8254234
Free space on /tmp= 8622816 MiB

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

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=967291176

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        775936312 kB
MemAvailable:   774013588 kB
Buffers:          127004 kB
Cached:           908064 kB
SwapCached:            0 kB
Active:           301580 kB
Inactive:       12186196 kB
Active(anon):       2204 kB
Inactive(anon): 11473104 kB
Active(file):     299376 kB
Inactive(file):   713092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31016 kB
Writeback:             0 kB
AnonPages:      11451696 kB
Mapped:           123068 kB
Shmem:             22536 kB
KReclaimable:     129768 kB
Slab:             459468 kB
SReclaimable:     129768 kB
SUnreclaim:       329700 kB
KernelStack:       16000 kB
PageTables:        32216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2840964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           176640 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1005568 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:      471040 kB
DirectMap2M:    36726784 kB
DirectMap1G:    768606208 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD104 at 2024-07-31 19:15:08