Trace number 4465381

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72003.9 3651.51

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j12051_4.std.opb
MD5SUMce5fda4b250413a1cb40a57b098d0841
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark218
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256145
Number of constraints which are clauses254945
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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.79/0.86	c Default LC presolving (default).
0.79/0.86	c ** Before presolving: virtualMemUsedAtLc = 759561716, getVmSize() = 492494848, SCIPgetMemUsed() = 433569279, SCIPgetMemTotal() = 449256495, SCIPgetMemExternEstim() = 310305221
0.79/0.86	c ** set memory limit for presolving in LC to 8.7937e+12 for SCIP **
14.75/14.83	c ** Estimated virtualMemUsedAtSolver = 697141856, getVmSize() = 813490176, SCIPgetMemUsed() = 493179828, SCIPgetMemTotal() = 735407564, SCIPgetMemExternEstim() = 310305221
14.75/14.83	c ** set memory limit for solvers to 4.18642e+11 for each SCIP **
14.75/14.83	c Original Problem   :
14.75/14.83	c   Problem name     : instance-4465381-1722462782
14.75/14.83	c   Variables        : 72842 (72842 binary, 0 integer, 0 implicit integer, 0 continuous)
14.75/14.83	c   Constraints      : 256145
14.75/14.83	c   Objective sense  : minimize
14.75/14.83	c Presolved Problem  :
14.75/14.83	c   Variables        : 53904 (53904 binary, 0 integer, 0 implicit integer, 0 continuous)
14.75/14.83	c   Constraints      : 127154
14.75/14.83	c Constraints        : Number
14.75/14.83	c   knapsack         : 1178 
14.75/14.83	c   setppc           : 102926 
14.75/14.83	c   and              : 23046 
14.75/14.83	c   logicor          : 4 
14.75/14.83	c ** Instance transfer method used: 0
14.97/15.05	c ** ParaScipInstance copy increased the number of variables. **
19.50/19.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
19.50/19.56	c                                Nodes    Active                                            
19.50/19.56	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
873.83/62.91	c        63              2           1        20                -          95.0000          -
986.77/68.62	c        69             79          44        20                -          95.0000          -
1105.63/74.67	c        75            182         140        20                -          95.0000          -
1208.66/79.82	c        80            282         240        20                -          95.0000          -
1309.72/84.96	c        85            402         360        20                -          95.0000          -
1413.40/90.19	c        90            530         472        20                -          95.0000          -
1525.61/95.89	c        96            613         358        20                -          95.0000          -
1642.52/101.79	c       102            708          80        20                -          95.0000          -
1748.23/107.11	c       107            781          43        20                -          95.0000          -
1852.53/112.39	c       112            882         126        20                -          95.0000          -
1973.35/118.48	c       118            999         114        20                -          95.0000          -
2089.78/124.36	c       124           1199         314        20                -          95.0000          -
2198.81/129.83	c       130           1399         514        20                -          95.0000          -
2305.83/135.28	c       135           1566          55        20                -          95.0000          -
2423.43/141.19	c       141           1638          46        20                -          95.0000          -
2533.74/146.74	c       147           1665          10        20                -          95.0000          -
2634.78/151.82	c       152           1733          59        20                -          95.0000          -
2747.65/157.53	c       158           1857         157        20                -          95.0000          -
2848.68/162.62	c       163           2017         317        20                -          95.0000          -
2947.73/167.65	c       168           2137         437        20                -          95.0000          -
3055.33/173.05	c       173           2343         643        20                -          95.0000          -
3157.90/178.29	c       178           2799        1095        20                -          95.0000          -
3187.45/179.79	c *     180           3059        1355        20         300.0000          95.0000    215.79%
3258.60/183.34	c       183           3059        1355        20         300.0000          95.0000    215.79%
3363.57/188.60	c       189           3139           6        20         300.0000          95.0000    215.79%
3488.26/194.92	c       195           3155          10        20         300.0000          95.0000    215.79%
3591.95/200.14	c       200           3159          14        20         300.0000          95.0000    215.79%
3692.31/205.26	c       205           3160          13        20         300.0000          95.0000    215.79%
3815.20/211.40	c       211           3180          33        20         300.0000          95.0000    215.79%
3914.31/216.48	c       216           3231          72        20         300.0000          95.0000    215.79%
4033.23/222.47	c       222           3266          64        20         300.0000          95.0000    215.79%
4158.09/228.71	c       229           3266          64        20         300.0000          95.0000    215.79%
4261.15/234.00	c       234           3267          63        20         300.0000          95.0000    215.79%
4374.11/239.65	c       240           3334         118        20         300.0000          95.0000    215.79%
4489.03/245.49	c       246           3338         124        20         300.0000          95.0000    215.79%
4594.06/250.79	c       251           3339         123        20         300.0000          95.0000    215.79%
4695.13/255.82	c       256           3362         146        20         300.0000          95.0000    215.79%
4802.11/261.29	c       261           3494         278        20         300.0000          95.0000    215.79%
4905.18/266.48	c       266           3643         252        20         300.0000          95.0000    215.79%
5008.28/271.64	c       272           3727         336        20         300.0000          95.0000    215.79%
5113.53/276.95	c       277            313         312        20         300.0000          95.0000    215.79%
5224.32/282.57	c       283           4007         616        20         300.0000          95.0000    215.79%
5331.45/287.91	c       288            482         481        20         300.0000          95.0000    215.79%
5430.52/292.96	c       293           4149         754        20         300.0000          95.0000    215.79%
5532.34/298.07	c       298           4273          90        20         300.0000          95.0000    215.79%
5640.37/303.58	c       304           4401         216        20         300.0000          95.0000    215.79%
5741.43/308.66	c       309            629         610        20         300.0000          95.0000    215.79%
5854.33/314.37	c       314            370         312        20         300.0000          95.0000    215.79%
5963.37/319.80	c       320           4803          79        20         300.0000          95.0000    215.79%
6062.49/324.84	c       325           4943         118        20         300.0000          95.0000    215.79%
6161.45/329.86	c       330            718         338        20         300.0000          95.0000    215.79%
6274.49/335.54	c       336           4633           0        20         300.0000          95.0000    215.79%
6379.59/340.87	c       341           4658          17        20         300.0000          95.0000    215.79%
6480.72/345.96	c       346           1071         277        20         300.0000          95.0000    215.79%
6579.88/351.01	c       351           5803         978        20         300.0000          95.0000    215.79%
6679.06/356.03	c       356           1832         440        20         300.0000          95.0000    215.79%
6787.96/361.46	c       361           6223        1398        20         300.0000          95.0000    215.79%
6902.97/367.22	c       367           6284        1457        20         300.0000          95.0000    215.79%
7012.00/372.76	c       373           2272         880        20         300.0000          95.0000    215.79%
7091.26/376.76	c *     377           1679         265        20         299.0000          95.0000    214.74%
7126.81/378.56	c       379           2392        1000        20         299.0000          95.0000    214.74%
7233.92/383.96	c       384           6633          44        20         299.0000          95.0000    214.74%
7341.02/389.32	c       389           1771          22        20         299.0000          95.0000    214.74%
7440.19/394.37	c       394           6646          57        20         299.0000          95.0000    214.74%
7541.38/399.43	c       399           6798         295        20         299.0000          95.0000    214.74%
7642.53/404.53	c       405           2017         255        20         299.0000          95.0000    214.74%
7743.68/409.63	c       410           2154         370        20         299.0000          95.0000    214.74%
7842.84/414.70	c       415           2314         530        20         299.0000          95.0000    214.74%
7953.79/420.20	c       420           6755          94        20         299.0000          95.0000    214.74%
8052.96/425.24	c       425           6755          94        20         299.0000          95.0000    214.74%
8156.10/430.40	c       430           2794        1010        20         299.0000          95.0000    214.74%
8257.25/435.52	c       436           6832         156        20         299.0000          95.0000    214.74%
8360.37/440.78	c       441           6832         156        20         299.0000          95.0000    214.74%
8466.17/446.05	c       446           6832         156        20         299.0000          95.0000    214.74%
8565.38/451.06	c       451           6832         156        20         299.0000          95.0000    214.74%
8671.90/456.47	c       456           3419        1089        20         299.0000          95.0000    214.74%
8781.00/461.98	c       462           9036        1935        20         299.0000          95.0000    214.74%
8882.99/467.14	c       467           9240        2124        20         299.0000          95.0000    214.74%
8935.73/469.72	c *     470           7312         634        20         298.0000          95.0000    213.68%
8999.18/472.90	c       473           9344          75        20         298.0000          95.0000    213.68%
9100.96/478.12	c       478           4157           0        20         298.0000          95.0000    213.68%
9209.54/483.50	c       484           9347          78        20         298.0000          95.0000    213.68%
9308.77/488.58	c       489           4040           4        20         298.0000          95.0000    213.68%
9413.96/493.80	c       494           4071          29        20         298.0000          95.0000    213.68%
9515.17/498.92	c       499           8379        1072        20         298.0000          95.0000    213.68%
9614.39/503.96	c       504           9594         108        20         298.0000          95.0000    213.68%
9713.62/508.98	c       509           4568         379        20         298.0000          95.0000    213.68%
9820.77/514.35	c       514           9179        1872        20         298.0000          95.0000    213.68%
9929.85/519.87	c       520           4828         601        20         298.0000          95.0000    213.68%
10038.91/525.32	c *     525           4950         352        20         297.0000          95.0000    212.63%
10038.91/525.32	c       525           4950         352        20         297.0000          95.0000    212.63%
10148.01/530.85	c       531          10128          63        20         297.0000          95.0000    212.63%
10257.27/536.35	c       536           4904         265        20         297.0000          95.0000    212.63%
10366.16/541.83	c       542           9891         112        20         297.0000          95.0000    212.63%
10469.99/547.08	c       547           9892         111        20         297.0000          95.0000    212.63%
10572.40/552.28	c       552           5452         325        20         297.0000          95.0000    212.63%
10683.42/557.86	c       558           9971         192        20         297.0000          95.0000    212.63%
10790.29/563.22	c       563           9971         192        20         297.0000          95.0000    212.63%
10899.39/568.74	c       569           9971         192        20         297.0000          95.0000    212.63%
11002.52/574.00	c       574            221         220        20         297.0000          95.0000    212.63%
11104.20/579.05	c *     579          10058         279        20         296.0000          95.0000    211.58%
11104.20/579.05	c       579          10058         279        20         296.0000          95.0000    211.58%
11203.07/584.10	c       584          10058         279        20         296.0000          95.0000    211.58%
11313.26/589.62	c       590            621         310        20         296.0000          95.0000    211.58%
11416.27/594.83	c       595          10137          85        20         296.0000          95.0000    211.58%
11515.44/599.86	c       600          10250          99        20         296.0000          95.0000    211.58%
11619.23/605.07	c       605          10396          71        20         296.0000          95.0000    211.58%
11721.80/610.23	c       610            914          61        20         296.0000          95.0000    211.58%
11745.32/611.43	c *     611          10413          10        20         295.0000          95.0000    210.53%
11822.54/615.35	c       615            994         141        20         295.0000          95.0000    210.53%
11929.58/620.75	c       621          10640          46        20         295.0000          95.0000    210.53%
12032.72/625.94	c       626          10785          91        20         295.0000          95.0000    210.53%
12139.81/631.34	c       631          10918         109        20         295.0000          95.0000    210.53%
12244.94/636.65	c       637          11007         101        20         295.0000          95.0000    210.53%
12350.06/642.02	c       642          11151          93        20         295.0000          95.0000    210.53%
12451.76/647.11	c       647          11319          92        20         295.0000          95.0000    210.53%
12566.35/652.86	c       653           1765           0        20         295.0000          95.0000    210.53%
12672.21/658.17	c       658           1826          61        20         295.0000          95.0000    210.53%
12776.55/663.49	c       663          11666          82        20         295.0000          95.0000    210.53%
12820.11/665.65	c *     666          11736          98        20         294.0000          95.0000    209.47%
12885.41/668.91	c       669           2027         260        20         294.0000          95.0000    209.47%
12990.59/674.24	c       674           2145         246        20         294.0000          95.0000    209.47%
13103.40/679.91	c       680           2257         263        20         294.0000          95.0000    209.47%
13216.40/685.60	c       686           2404         279        20         294.0000          95.0000    209.47%
13317.49/690.74	c       691           2496         261        20         294.0000          95.0000    209.47%
13416.66/695.79	c       696          12818        1006        20         294.0000          95.0000    209.47%
13497.87/699.83	c *     700           2708         235        20         293.0000          95.0000    208.42%
13527.55/701.31	c       701           2749         236        20         293.0000          95.0000    208.42%
13628.23/706.49	c       706           2906         253        20         293.0000          95.0000    208.42%
13729.38/711.52	c       712           2996         231        20         293.0000          95.0000    208.42%
13842.42/717.28	c       717          13310          83        20         293.0000          95.0000    208.42%
13945.59/722.45	c       722          13467         220        20         293.0000          95.0000    208.42%
14048.68/727.63	c       728           3466         233        20         293.0000          95.0000    208.42%
14048.68/727.64	c *     728           3466         233        20         292.0000          95.0000    207.37%
14149.65/732.75	c       733           3594         240        20         292.0000          95.0000    207.37%
14252.65/737.96	c       738           3765         297        20         292.0000          95.0000    207.37%
14354.49/743.07	c       743          14272         600        20         292.0000          95.0000    207.37%
14460.94/748.44	c       748          14512         840        20         292.0000          95.0000    207.37%
14569.97/754.00	c       754          14872        1200        20         292.0000          95.0000    207.37%
14677.05/759.35	c       759          15053        1379        20         292.0000          95.0000    207.37%
14780.19/764.53	c       765          15237        1466        20         292.0000          95.0000    207.37%
14881.14/769.67	c *     770           4342           5        20         291.0000          95.0000    206.32%
14881.14/769.67	c       770           4342           5        20         291.0000          95.0000    206.32%
14991.95/775.26	c       775          15306          90        20         291.0000          95.0000    206.32%
15097.07/780.52	c       781          15323           0        20         291.0000          95.0000    206.32%
15196.24/785.54	c       786           4562         207        20         291.0000          95.0000    206.32%
15233.88/787.48	c *     787           4582         227        20         290.0000          95.0000    205.26%
15301.12/790.87	c       791           4643         286        20         290.0000          95.0000    205.26%
15406.80/796.13	c       796           4792         317        20         290.0000          95.0000    205.26%
15507.14/801.25	c       801           4878         318        20         290.0000          95.0000    205.26%
15550.67/803.44	c *     803          16050         596        20         289.0000          95.0000    204.21%
15608.00/806.32	c       806          16187          68        20         289.0000          95.0000    204.21%
15707.20/811.37	c       811          16291          91        20         289.0000          95.0000    204.21%
15723.47/812.17	c *     812          16312         112        20         288.0000          95.0000    203.16%
15806.10/816.38	c       816           5210         283        20         288.0000          95.0000    203.16%
15907.16/821.46	c       821          16542         176        20         288.0000          95.0000    203.16%
16008.22/826.52	c       827           5446         337        20         288.0000          95.0000    203.16%
16115.25/831.98	c       832           5537         315        20         288.0000          95.0000    203.16%
16192.44/835.86	c *     836          17100         199        20         287.0000          95.0000    202.11%
16226.10/837.53	c       838           5670         269        20         287.0000          95.0000    202.11%
16331.04/842.89	c       843          17228          96        20         287.0000          95.0000    202.11%
16436.78/848.18	c       848          17362         136        20         287.0000          95.0000    202.11%
16539.22/853.33	c       853          17447         139        20         287.0000          95.0000    202.11%
16620.40/857.45	c *     857           6231         619        20         286.0000          95.0000    201.05%
16640.15/858.46	c       858           6280         668        20         286.0000          95.0000    201.05%
16745.18/863.73	c       864           6451         439        20         286.0000          95.0000    201.05%
16846.34/868.86	c       869          17953         189        20         286.0000          95.0000    201.05%
16935.52/873.38	c *     873             42          41        20         285.0000          95.0000    200.00%
16951.79/874.14	c       874             62          61        20         285.0000          95.0000    200.00%
17051.28/879.18	c       879            142         141        20         285.0000          95.0000    200.00%
17091.87/881.21	c *     881          18282         221        20         284.0000          95.0000    198.95%
17151.29/884.21	c       884            243         242        20         284.0000          95.0000    198.95%
17258.42/889.65	c       890          18482         124        20         284.0000          95.0000    198.95%
17359.50/894.76	c *     895            462         461        20         283.0000          95.0000    197.89%
17359.50/894.76	c       895            462         461        20         283.0000          95.0000    197.89%
17465.09/900.14	c       900          18755          89        20         283.0000          95.0000    197.89%
17566.07/905.17	c       905           7526         311        20         283.0000          95.0000    197.89%
17668.51/910.33	c       910           7656         308        20         283.0000          95.0000    197.89%
17767.61/915.38	c       915           7785         307        20         283.0000          95.0000    197.89%
17874.77/920.77	c       921           7912         269        20         283.0000          95.0000    197.89%
17975.82/925.87	c       926           8000         268        20         283.0000          95.0000    197.89%
18079.57/931.04	c       931          19548         133        20         283.0000          95.0000    197.89%
18178.70/936.05	c       936          19661         137        20         283.0000          95.0000    197.89%
18241.52/939.28	c *     939           1339         519        20         282.0000          95.0000    196.84%
18277.81/941.12	c       941           1374         498        20         282.0000          95.0000    196.84%
18378.81/946.14	c       946           8405         275        20         282.0000          95.0000    196.84%
18479.23/951.20	c       951          20045         118        20         282.0000          95.0000    196.84%
18578.38/956.27	c       956           8651         272        20         282.0000          95.0000    196.84%
18679.54/961.36	c       961          20147         127        20         282.0000          95.0000    196.84%
18780.69/966.49	c       966          20210         136        20         282.0000          95.0000    196.84%
18885.81/971.78	c       972           8932           0        20         282.0000          95.0000    196.84%
18988.93/976.90	c       977          20318           1        20         282.0000          95.0000    196.84%
19087.79/981.92	c       982           9035          99        20         282.0000          95.0000    196.84%
19145.22/984.80	c *     985           2082         459        20         281.0000          95.0000    195.79%
19186.93/986.97	c       987           9115         179        20         281.0000          95.0000    195.79%
19288.62/992.11	c       992           2145         425        20         281.0000          95.0000    195.79%
19393.04/997.40	c       997          20870         136        20         281.0000          95.0000    195.79%
19407.48/998.08	c *     998           9378         317        20         280.0000          95.0000    194.74%
19493.91/1002.43	c      1002           2247         362        20         280.0000          95.0000    194.74%
19599.01/1007.71	c      1008          21089          96        20         280.0000          95.0000    194.74%
19698.14/1012.74	c      1013          21215         125        20         280.0000          95.0000    194.74%
19801.25/1017.91	c      1018           9937         345        20         280.0000          95.0000    194.74%
19904.73/1023.16	c      1023          10144         440        20         280.0000          95.0000    194.74%
20007.16/1028.39	c      1028           2625         180        20         280.0000          95.0000    194.74%
20108.01/1033.44	c      1033          21664         123        20         280.0000          95.0000    194.74%
20108.01/1033.44	c *    1033          21664         123        20         279.0000          95.0000    193.68%
20222.92/1039.21	c      1039          11172         240        20         279.0000          95.0000    193.68%
20324.02/1044.35	c      1044          21822          48        20         279.0000          95.0000    193.68%
20427.04/1049.50	c      1050          11192         256        20         279.0000          95.0000    193.68%
20530.06/1054.78	c      1055          11193         255        20         279.0000          95.0000    193.68%
20640.95/1060.34	c      1060          11193         257        20         279.0000          95.0000    193.68%
20746.00/1065.67	c      1066           3553         258        20         279.0000          95.0000    193.68%
20856.99/1071.23	c      1071          11271         255        20         279.0000          95.0000    193.68%
20960.06/1076.42	c      1076          11271         255        20         279.0000          95.0000    193.68%
21061.03/1081.59	c      1082          11271         255        20         279.0000          95.0000    193.68%
21080.83/1082.60	c *    1083          11271         255        20         278.0000          95.0000    192.63%
21161.67/1086.65	c      1087          22712         112        20         278.0000          95.0000    192.63%
21266.74/1091.96	c      1092          11368         253        20         278.0000          95.0000    192.63%
21368.51/1097.08	c      1097          11371         254        20         278.0000          95.0000    192.63%
21474.83/1102.45	c      1102          11371         254        20         278.0000          95.0000    192.63%
21577.87/1107.66	c      1108          11371         254        20         278.0000          95.0000    192.63%
21682.93/1113.03	c      1113           4608         119        20         278.0000          95.0000    192.63%
21740.41/1115.88	c *    1116           4630         139        20         277.0000          95.0000    191.58%
21786.49/1118.15	c      1118          23314          70        20         277.0000          95.0000    191.58%
21885.44/1123.19	c      1123           4799         176        20         277.0000          95.0000    191.58%
21985.74/1128.20	c      1128          11685         309        20         277.0000          95.0000    191.58%
22090.73/1133.55	c      1134          11819         280        20         277.0000          95.0000    191.58%
22195.79/1138.80	c      1139           5114         143        20         277.0000          95.0000    191.58%
22296.70/1143.94	c      1144           5187         126        20         277.0000          95.0000    191.58%
22401.71/1149.25	c      1149          12154         264        20         277.0000          95.0000    191.58%
22504.75/1154.40	c      1154           5278          81        20         277.0000          95.0000    191.58%
22508.67/1154.60	c *    1155           5278          81        20         276.0000          95.0000    190.53%
22605.75/1159.52	c      1160          24134          64        20         276.0000          95.0000    190.53%
22706.41/1164.60	c      1165           5505         144        20         276.0000          95.0000    190.53%
22809.44/1169.81	c      1170          12656         288        20         276.0000          95.0000    190.53%
22910.42/1175.00	c      1175          12720         269        20         276.0000          95.0000    190.53%
22981.85/1178.52	c *    1179          24557          88        20         275.0000          95.0000    189.47%
23012.04/1180.12	c      1180           6136         669        20         275.0000          95.0000    189.47%
23114.37/1185.27	c      1185           6196         133        20         275.0000          95.0000    189.47%
23215.32/1190.35	c      1190          13038         275        20         275.0000          95.0000    189.47%
23316.31/1195.45	c      1195           6228         132        20         275.0000          95.0000    189.47%
23423.18/1200.80	c      1201           6229         131        20         275.0000          95.0000    189.47%
23538.08/1206.69	c      1207           6250         150        20         275.0000          95.0000    189.47%
23569.78/1208.29	c *    1208           6250         150        20         274.0000          95.0000    188.42%
23645.77/1212.05	c      1212           6282         130        20         274.0000          95.0000    188.42%
23751.85/1217.40	c      1217           6295         117        20         274.0000          95.0000    188.42%
23854.77/1222.66	c      1223           6295         117        20         274.0000          95.0000    188.42%
23955.83/1227.79	c      1228          25643          90        20         274.0000          95.0000    188.42%
24068.76/1233.43	c      1233           6395         188        20         274.0000          95.0000    188.42%
24167.91/1238.44	c      1238           6395         188        20         274.0000          95.0000    188.42%
24273.06/1243.76	c      1244          25881         101        20         274.0000          95.0000    188.42%
24378.87/1249.05	c      1249          25890         102        20         274.0000          95.0000    188.42%
24480.28/1254.19	c      1254          25890         102        20         274.0000          95.0000    188.42%
24588.55/1259.61	c      1260          14417         264        20         274.0000          95.0000    188.42%
24667.79/1263.68	c *    1264          14418         267        20         273.0000          95.0000    187.37%
24691.49/1264.89	c      1265          14418         267        20         273.0000          95.0000    187.37%
24804.38/1270.56	c      1271          26320          99        20         273.0000          95.0000    187.37%
24857.93/1273.27	c *    1273          26326         105        20         272.0000          95.0000    186.32%
24911.38/1275.92	c      1276           6918         138        20         272.0000          95.0000    186.32%
25010.58/1281.02	c      1281          14710         278        20         272.0000          95.0000    186.32%
25114.60/1286.18	c      1286           7110         115        20         272.0000          95.0000    186.32%
25216.90/1291.30	c      1291          26600          66        20         272.0000          95.0000    186.32%
25326.05/1296.82	c      1297          26671          83        20         272.0000          95.0000    186.32%
25395.26/1300.31	c *    1300          26793         142        20         271.0000          95.0000    185.26%
25429.61/1302.09	c      1302           7382         117        20         271.0000          95.0000    185.26%
25532.08/1307.22	c      1307          15277         275        20         271.0000          95.0000    185.26%
25633.20/1312.37	c      1312          27001          89        20         271.0000          95.0000    185.26%
25662.85/1313.86	c *    1314           7646         128        20         270.0000          95.0000    184.21%
25734.16/1317.45	c      1317          27052         106        20         270.0000          95.0000    184.21%
25833.23/1322.50	c      1322           7824         131        20         270.0000          95.0000    184.21%
25938.28/1327.78	c      1328           7978         118        20         270.0000          95.0000    184.21%
25981.87/1330.00	c *    1330          27304          93        20         269.0000          95.0000    183.16%
26049.03/1333.39	c      1333           8091         112        20         269.0000          95.0000    183.16%
26155.92/1338.75	c      1339          16020         232        20         269.0000          95.0000    183.16%
26242.01/1343.13	c *    1343           8279         143        20         268.0000          95.0000    182.11%
26256.90/1343.87	c      1344           8319         183        20         268.0000          95.0000    182.11%
26355.98/1348.88	c      1349          27686         108        20         268.0000          95.0000    182.11%
26459.81/1354.07	c      1354           8491         159        20         268.0000          95.0000    182.11%
26558.94/1359.07	c      1359          27744         123        20         268.0000          95.0000    182.11%
26658.26/1364.12	c      1364          16583         260        20         268.0000          95.0000    182.11%
26762.65/1369.31	c      1369           8765         147        20         268.0000          95.0000    182.11%
26774.46/1369.93	c *    1370          27859          85        20         267.0000          95.0000    181.05%
26867.58/1374.65	c      1375          27947          75        20         267.0000          95.0000    181.05%
26968.68/1379.71	c      1380          28053          81        20         267.0000          95.0000    181.05%
27071.75/1384.93	c      1385           9070         110        20         267.0000          95.0000    181.05%
27176.88/1390.27	c      1390           9144         118        20         267.0000          95.0000    181.05%
27276.05/1395.30	c      1395          28381         100        20         267.0000          95.0000    181.05%
27329.63/1397.98	c *    1398          28385           0        20         266.0000          95.0000    180.00%
27377.02/1400.36	c      1400          17026         165        20         266.0000          95.0000    180.00%
27478.12/1405.44	c      1405           9479         112        20         266.0000          95.0000    180.00%
27581.23/1410.64	c      1411           9586         115        20         266.0000          95.0000    180.00%
27686.41/1416.02	c      1416           9684           0        20         266.0000          95.0000    180.00%
27793.55/1421.39	c      1421           9705          21        20         266.0000          95.0000    180.00%
27900.72/1426.80	c      1427          28922         102        20         266.0000          95.0000    180.00%
28008.68/1432.15	c      1432          17543         144        20         266.0000          95.0000    180.00%
28110.95/1437.37	c      1437          17610         158        20         266.0000          95.0000    180.00%
28182.25/1441.03	c *    1441          17709         156        20         265.0000          95.0000    178.95%
28211.83/1442.43	c      1442          10024         154        20         265.0000          95.0000    178.95%
28315.03/1447.67	c      1448          17855         170        20         265.0000          95.0000    178.95%
28418.21/1452.88	c      1453          29497          73        20         265.0000          95.0000    178.95%
28522.07/1458.07	c      1458          10375         146        20         265.0000          95.0000    178.95%
28623.30/1463.15	c      1463          29740          93        20         265.0000          95.0000    178.95%
28723.71/1468.21	c      1468          18469         467        20         265.0000          95.0000    178.95%
28824.89/1473.38	c      1473          29962          97        20         265.0000          95.0000    178.95%
28884.44/1476.39	c *    1476          10885         191        20         264.0000          95.0000    177.89%
28926.06/1478.40	c      1478          18836         609        20         264.0000          95.0000    177.89%
29027.14/1483.54	c      1484          30164          94        20         264.0000          95.0000    177.89%
29134.33/1488.91	c      1489          18868         149        20         264.0000          95.0000    177.89%
29181.92/1491.39	c *    1491          18869         137        20         263.0000          95.0000    176.84%
29236.03/1494.11	c      1494          18976         197        20         263.0000          95.0000    176.84%
29338.44/1499.21	c      1499          11279         129        20         263.0000          95.0000    176.84%
29441.43/1504.44	c      1504          19146         158        20         263.0000          95.0000    176.84%
29542.59/1509.59	c      1510          19161         173        20         263.0000          95.0000    176.84%
29643.82/1514.60	c      1515          19161         173        20         263.0000          95.0000    176.84%
29745.00/1519.75	c      1520          19161         173        20         263.0000          95.0000    176.84%
29850.76/1525.06	c      1525          11785         134        20         263.0000          95.0000    176.84%
29957.01/1530.41	c      1530          31353         119        20         263.0000          95.0000    176.84%
30060.17/1535.68	c      1536          31435         116        20         263.0000          95.0000    176.84%
30066.13/1536.00	c *    1536          19517         144        20         262.0000          95.0000    175.79%
30163.20/1540.80	c      1541          31593         103        20         262.0000          95.0000    175.79%
30262.35/1545.82	c      1546          31675          73        20         262.0000          95.0000    175.79%
30371.46/1551.30	c      1551          19843         179        20         262.0000          95.0000    175.79%
30472.67/1556.45	c      1556          31928          85        20         262.0000          95.0000    175.79%
30573.78/1561.51	c      1562          20130         178        20         262.0000          95.0000    175.79%
30678.92/1566.87	c      1567          12648         122        20         262.0000          95.0000    175.79%
30780.12/1571.90	c      1572          32306         163        20         262.0000          95.0000    175.79%
30809.87/1573.43	c *    1573          32321         162        20         261.0000          95.0000    174.74%
30885.19/1577.28	c      1577          20544         140        20         261.0000          95.0000    174.74%
30992.35/1582.67	c      1583          32534         102        20         261.0000          95.0000    174.74%
31091.52/1587.69	c      1588          32665         101        20         261.0000          95.0000    174.74%
31196.70/1593.02	c      1593          13151         129        20         261.0000          95.0000    174.74%
31298.59/1598.07	c      1598          21064         140        20         261.0000          95.0000    174.74%
31313.65/1598.83	c *    1599          13256         117        20         260.0000          95.0000    173.68%
31402.92/1603.39	c      1603          32983          54        20         260.0000          95.0000    173.68%
31506.01/1608.55	c      1609          21293         139        20         260.0000          95.0000    173.68%
31607.16/1613.68	c      1614          21396         141        20         260.0000          95.0000    173.68%
31710.23/1618.80	c      1619          33225          47        20         260.0000          95.0000    173.68%
31809.23/1623.83	c      1624          13835         117        20         260.0000          95.0000    173.68%
31908.31/1628.89	c      1629          21689         161        20         260.0000          95.0000    173.68%
32009.21/1633.92	c      1634          33542          84        20         260.0000          95.0000    173.68%
32111.08/1639.06	c      1639          33646         138        20         260.0000          95.0000    173.68%
32213.56/1644.22	c      1644          22004         156        20         260.0000          95.0000    173.68%
32267.15/1647.01	c *    1647          14557         483        20         259.0000          95.0000    172.63%
32312.56/1649.24	c      1649          14640         114        20         259.0000          95.0000    172.63%
32415.48/1654.41	c      1654          14676         130        20         259.0000          95.0000    172.63%
32514.51/1659.47	c      1659          34104          84        20         259.0000          95.0000    172.63%
32617.71/1664.66	c      1665          14742         128        20         259.0000          95.0000    172.63%
32720.83/1669.89	c      1670          14756         129        20         259.0000          95.0000    172.63%
32750.43/1671.34	c *    1671          14756         129        20         258.0000          95.0000    171.58%
32821.79/1674.91	c      1675          14756         129        20         258.0000          95.0000    171.58%
32920.94/1679.97	c      1680          14756         129        20         258.0000          95.0000    171.58%
33027.94/1685.38	c      1685          14756         129        20         258.0000          95.0000    171.58%
33133.13/1690.65	c      1691          14756         129        20         258.0000          95.0000    171.58%
33144.83/1691.21	c *    1691          14756         129        20         257.0000          95.0000    170.53%
33237.92/1695.92	c      1696          14757         128        20         257.0000          95.0000    170.53%
33342.05/1701.17	c      1701          14768         113        20         257.0000          95.0000    170.53%
33442.47/1706.29	c      1706          14821         115        20         257.0000          95.0000    170.53%
33543.46/1711.31	c      1711          14838         114        20         257.0000          95.0000    170.53%
33644.63/1716.41	c      1716          14838         114        20         257.0000          95.0000    170.53%
33747.83/1721.63	c      1722          23681         197        20         257.0000          95.0000    170.53%
33846.99/1726.69	c      1727          23700         218        20         257.0000          95.0000    170.53%
33852.90/1726.94	c *    1727          35573          55        20         256.0000          95.0000    169.47%
33948.10/1731.78	c      1732          15094         110        20         256.0000          95.0000    169.47%
34049.25/1736.87	c      1737          15178         132        20         256.0000          95.0000    169.47%
34150.28/1741.93	c      1742          35790          55        20         256.0000          95.0000    169.47%
34254.15/1747.15	c      1747          15316         132        20         256.0000          95.0000    169.47%
34358.60/1752.41	c      1752          24506         447        20         256.0000          95.0000    169.47%
34453.79/1757.26	c *    1757          15458         144        20         255.0000          95.0000    168.42%
34461.74/1757.68	c      1758          15458         144        20         255.0000          95.0000    168.42%
34562.82/1762.79	c      1763          36145          58        20         255.0000          95.0000    168.42%
34664.00/1767.88	c      1768          24818         158        20         255.0000          95.0000    168.42%
34765.10/1773.04	c      1773          25132         429        20         255.0000          95.0000    168.42%
34870.33/1778.23	c      1778          25255         514        20         255.0000          95.0000    168.42%
34971.23/1783.35	c      1783          36619          88        20         255.0000          95.0000    168.42%
34979.16/1783.79	c *    1784          36619          88        20         254.0000          95.0000    167.37%
35076.08/1788.69	c      1789          36751          69        20         254.0000          95.0000    167.37%
35179.29/1793.83	c      1794          36845          60        20         254.0000          95.0000    167.37%
35280.45/1798.98	c      1799          36890          50        20         254.0000          95.0000    167.37%
35385.47/1804.25	c      1804          25499         162        20         254.0000          95.0000    167.37%
35496.29/1809.80	c      1810          25499         164        20         254.0000          95.0000    167.37%
35565.59/1813.35	c *    1813          25499         164        20         253.0000          95.0000    166.32%
35600.15/1815.05	c      1815          25499         164        20         253.0000          95.0000    166.32%
35714.32/1820.88	c      1821          25499         164        20         253.0000          95.0000    166.32%
35815.52/1825.96	c      1826          25499         164        20         253.0000          95.0000    166.32%
35924.61/1831.43	c      1831          25499         164        20         253.0000          95.0000    166.32%
36025.52/1836.51	c      1837          25499         164        20         253.0000          95.0000    166.32%
36137.44/1842.16	c      1842          25499         164        20         253.0000          95.0000    166.32%
36239.73/1847.31	c      1847          37692          63        20         253.0000          95.0000    166.32%
36342.81/1852.55	c      1853          25598         140        20         253.0000          95.0000    166.32%
36441.98/1857.57	c      1858          25598         140        20         253.0000          95.0000    166.32%
36542.96/1862.68	c      1863          17280         106        20         253.0000          95.0000    166.32%
36646.19/1867.80	c      1868          25769         141        20         253.0000          95.0000    166.32%
36751.99/1873.17	c      1873          17500         106        20         253.0000          95.0000    166.32%
36852.40/1878.28	c      1878          17614         108        20         253.0000          95.0000    166.32%
36953.54/1883.33	c      1883          17711         104        20         253.0000          95.0000    166.32%
37052.36/1888.37	c      1888          17795         108        20         253.0000          95.0000    166.32%
37155.50/1893.50	c      1894          26306         142        20         253.0000          95.0000    166.32%
37256.69/1898.66	c      1899          26444         135        20         253.0000          95.0000    166.32%
37359.87/1903.83	c      1904          38836          67        20         253.0000          95.0000    166.32%
37463.91/1909.12	c      1909          26687         135        20         253.0000          95.0000    166.32%
37566.22/1914.22	c      1914          26824         182        20         253.0000          95.0000    166.32%
37667.08/1919.32	c      1919          39086          48        20         253.0000          95.0000    166.32%
37768.07/1924.45	c      1924          18494         105        20         253.0000          95.0000    166.32%
37778.00/1925.00	c *    1925          27080         154        20         252.0000          95.0000    165.26%
37869.16/1929.53	c      1930          27142         141        20         252.0000          95.0000    165.26%
37970.30/1934.66	c      1935          27187         137        20         252.0000          95.0000    165.26%
38071.47/1939.76	c      1940          18749         110        20         252.0000          95.0000    165.26%
38177.30/1945.06	c      1945          18889         108        20         252.0000          95.0000    165.26%
38276.64/1950.13	c      1950          39783         101        20         252.0000          95.0000    165.26%
38333.36/1952.93	c *    1953          39833         125        20         251.0000          95.0000    164.21%
38380.93/1955.36	c      1955          39891          53        20         251.0000          95.0000    164.21%
38485.94/1960.68	c      1961          19148          94        20         251.0000          95.0000    164.21%
38591.07/1966.02	c      1966          40001          74        20         251.0000          95.0000    164.21%
38693.11/1971.11	c      1971          40017          85        20         251.0000          95.0000    164.21%
38805.40/1976.70	c      1977          40017          85        20         251.0000          95.0000    164.21%
38904.62/1981.77	c      1982          40017          85        20         251.0000          95.0000    164.21%
39007.78/1986.95	c      1987          40017          85        20         251.0000          95.0000    164.21%
39116.92/1992.40	c      1992          40017          85        20         251.0000          95.0000    164.21%
39182.35/1995.72	c *    1996          28464         138        20         250.0000          95.0000    163.16%
39220.01/1997.64	c      1998          28507         136        20         250.0000          95.0000    163.16%
39319.12/2002.69	c      2003          19916          86        20         250.0000          95.0000    163.16%
39420.34/2007.78	c      2008          40276          76        20         250.0000          95.0000    163.16%
39526.16/2013.06	c      2013          28892         147        20         250.0000          95.0000    163.16%
39628.80/2018.28	c      2018          28980         136        20         250.0000          95.0000    163.16%
39678.07/2020.73	c *    2021          29020         145        20         249.0000          95.0000    162.11%
39731.56/2023.47	c      2023          20387          92        20         249.0000          95.0000    162.11%
39834.75/2028.62	c      2029          40753          82        20         249.0000          95.0000    162.11%
39939.83/2033.95	c      2034          40779         102        20         249.0000          95.0000    162.11%
40041.65/2039.13	c      2039          40850          95        20         249.0000          95.0000    162.11%
40144.09/2044.23	c      2044          40863         104        20         249.0000          95.0000    162.11%
40245.33/2049.34	c      2049          29515         139        20         249.0000          95.0000    162.11%
40352.48/2054.75	c      2055          20906         120        20         249.0000          95.0000    162.11%
40453.71/2059.81	c      2060          20981         101        20         249.0000          95.0000    162.11%
40501.31/2062.27	c *    2062          29610          48        20         248.0000          95.0000    161.05%
40554.91/2064.91	c      2065          21041          93        20         248.0000          95.0000    161.05%
40653.99/2069.92	c      2070          29773          78        20         248.0000          95.0000    161.05%
40757.73/2075.15	c      2075          41249          46        20         248.0000          95.0000    161.05%
40862.22/2080.47	c      2080          41271          50        20         248.0000          95.0000    161.05%
40961.38/2085.49	c      2085          41340          50        20         248.0000          95.0000    161.05%
41064.58/2090.69	c      2091          30376         151        20         248.0000          95.0000    161.05%
41172.39/2096.09	c      2096          30599         353        20         248.0000          95.0000    161.05%
41273.40/2101.16	c      2101          21671          88        20         248.0000          95.0000    161.05%
41372.52/2106.19	c      2106          31047         471        20         248.0000          95.0000    161.05%
41472.93/2111.21	c      2111          31175         467        20         248.0000          95.0000    161.05%
41572.20/2116.22	c      2116          41932          75        20         248.0000          95.0000    161.05%
41679.31/2121.70	c      2122          22031          85        20         248.0000          95.0000    161.05%
41784.53/2126.99	c      2127          42188          97        20         248.0000          95.0000    161.05%
41886.66/2132.08	c      2132          31523         466        20         248.0000          95.0000    161.05%
41990.93/2137.34	c      2137          22332          87        20         248.0000          95.0000    161.05%
42094.14/2142.56	c      2143          42494          79        20         248.0000          95.0000    161.05%
42197.31/2147.75	c      2148          22574          88        20         248.0000          95.0000    161.05%
42298.54/2152.84	c      2153          22658          90        20         248.0000          95.0000    161.05%
42402.35/2158.04	c      2158          32068         464        20         248.0000          95.0000    161.05%
42506.72/2163.36	c      2163          32184         466        20         248.0000          95.0000    161.05%
42609.90/2168.54	c      2169          22953          91        20         248.0000          95.0000    161.05%
42712.95/2173.72	c      2174          23038          92        20         248.0000          95.0000    161.05%
42812.21/2178.78	c      2179          32426         463        20         248.0000          95.0000    161.05%
42913.29/2183.81	c      2184          43250          68        20         248.0000          95.0000    161.05%
42943.05/2185.35	c *    2185          32544         465        20         247.0000          95.0000    160.00%
43014.41/2188.97	c      2189          43324          41        20         247.0000          95.0000    160.00%
43113.58/2193.99	c      2194          43413          42        20         247.0000          95.0000    160.00%
43215.51/2199.06	c      2199          32980         120        20         247.0000          95.0000    160.00%
43314.76/2204.10	c      2204          23772          90        20         247.0000          95.0000    160.00%
43419.29/2209.33	c      2209          23840          91        20         247.0000          95.0000    160.00%
43520.51/2214.43	c      2214          33280         102        20         247.0000          95.0000    160.00%
43528.42/2214.86	c *    2215          33280         102        20         246.0000          95.0000    158.95%
43619.47/2219.45	c      2219          24035          87        20         246.0000          95.0000    158.95%
43722.49/2224.68	c      2225          44217          94        20         246.0000          95.0000    158.95%
43823.70/2229.76	c      2230          33686         106        20         246.0000          95.0000    158.95%
43922.94/2234.77	c      2235          33780         109        20         246.0000          95.0000    158.95%
44024.18/2239.83	c      2240          44629         101        20         246.0000          95.0000    158.95%
44032.01/2240.21	c *    2240          44629         101        20         245.0000          95.0000    157.89%
44123.22/2244.84	c      2245          24428           0        20         245.0000          95.0000    157.89%
44224.43/2249.95	c      2250          24457          18        20         245.0000          95.0000    157.89%
44323.60/2254.99	c      2255          24578          85        20         245.0000          95.0000    157.89%
44432.69/2260.44	c      2260          24709          77        20         245.0000          95.0000    157.89%
44534.01/2265.57	c      2266          24836          76        20         245.0000          95.0000    157.89%
44637.06/2270.78	c      2271          34562          69        20         245.0000          95.0000    157.89%
44742.91/2276.04	c      2276          45495         107        20         245.0000          95.0000    157.89%
44842.10/2281.05	c      2281          34765          67        20         245.0000          95.0000    157.89%
44944.57/2286.22	c      2286          34940          68        20         245.0000          95.0000    157.89%
45045.78/2291.37	c      2291          35065          66        20         245.0000          95.0000    157.89%
45146.94/2296.41	c      2296          45916         108        20         245.0000          95.0000    157.89%
45246.13/2301.49	c      2301          35327          65        20         245.0000          95.0000    157.89%
45347.37/2306.59	c      2307          46090         106        20         245.0000          95.0000    157.89%
45450.59/2311.72	c      2312          25917          77        20         245.0000          95.0000    157.89%
45551.73/2316.86	c      2317          25995          73        20         245.0000          95.0000    157.89%
45662.88/2322.44	c      2322          35863          75        20         245.0000          95.0000    157.89%
45762.14/2327.45	c      2327          35994          73        20         245.0000          95.0000    157.89%
45867.28/2332.76	c      2333          46473         102        20         245.0000          95.0000    157.89%
45966.51/2337.77	c      2338          26462          70        20         245.0000          95.0000    157.89%
45992.87/2339.04	c *    2339          26480          70        20         244.0000          95.0000    156.84%
46073.93/2343.16	c      2343          36357          63        20         244.0000          95.0000    156.84%
46174.38/2348.23	c      2348          46758          48        20         244.0000          95.0000    156.84%
46281.54/2353.66	c      2354          36599          63        20         244.0000          95.0000    156.84%
46384.64/2358.90	c      2359          26855          52        20         244.0000          95.0000    156.84%
46485.87/2364.00	c      2364          36771          57        20         244.0000          95.0000    156.84%
46587.92/2369.05	c      2369          47333         108        20         244.0000          95.0000    156.84%
46686.86/2374.12	c      2374          27203          47        20         244.0000          95.0000    156.84%
46788.14/2379.19	c      2379          47535         115        20         244.0000          95.0000    156.84%
46890.32/2384.34	c      2384          27417          57        20         244.0000          95.0000    156.84%
46991.49/2389.40	c      2389          47795         108        20         244.0000          95.0000    156.84%
47090.72/2394.45	c      2394          27637          49        20         244.0000          95.0000    156.84%
47154.09/2397.64	c *    2398          47996         111        20         243.0000          95.0000    155.79%
47191.66/2399.56	c      2400          27744          47        20         243.0000          95.0000    155.79%
47298.70/2404.94	c      2405          37797          56        20         243.0000          95.0000    155.79%
47397.93/2410.03	c      2410          37890          56        20         243.0000          95.0000    155.79%
47501.98/2415.15	c      2415          27972          46        20         243.0000          95.0000    155.79%
47604.20/2420.36	c      2420          48501          40        20         243.0000          95.0000    155.79%
47707.40/2425.52	c      2426          38284          64        20         243.0000          95.0000    155.79%
47812.53/2430.84	c      2431          48739          79        20         243.0000          95.0000    155.79%
47911.73/2435.89	c      2436          28331          51        20         243.0000          95.0000    155.79%
48012.93/2440.90	c      2441          28449          52        20         243.0000          95.0000    155.79%
48112.18/2445.91	c      2446          38671          55        20         243.0000          95.0000    155.79%
48211.38/2450.98	c      2451          49355         124        20         243.0000          95.0000    155.79%
48312.91/2456.05	c *    2456          38866          55        20         242.0000          95.0000    154.74%
48312.91/2456.05	c      2456          38866          55        20         242.0000          95.0000    154.74%
48412.18/2461.08	c      2461          38954          57        20         242.0000          95.0000    154.74%
48520.71/2466.55	c      2467          39016          62        20         242.0000          95.0000    154.74%
48625.66/2471.87	c      2472          39108          62        20         242.0000          95.0000    154.74%
48729.54/2477.13	c      2477          50075          79        20         242.0000          95.0000    154.74%
48832.18/2482.29	c      2482          29293          56        20         242.0000          95.0000    154.74%
48935.24/2487.45	c      2487          50348          81        20         242.0000          95.0000    154.74%
48998.75/2490.66	c *    2491          29449          52        20         241.0000          95.0000    153.68%
49036.30/2492.57	c      2493          39530          50        20         241.0000          95.0000    153.68%
49137.17/2497.67	c      2498          29550          44        20         241.0000          95.0000    153.68%
49245.26/2503.06	c      2503          39730          60        20         241.0000          95.0000    153.68%
49349.54/2508.39	c      2508          50863          95        20         241.0000          95.0000    153.68%
49454.69/2513.62	c      2514          29799          53        20         241.0000          95.0000    153.68%
49555.95/2518.74	c      2519          40100          92        20         241.0000          95.0000    153.68%
49655.24/2523.76	c      2524          40234          56        20         241.0000          95.0000    153.68%
49761.20/2529.10	c      2529          30112          59        20         241.0000          95.0000    153.68%
49863.73/2534.23	c      2534          51469          80        20         241.0000          95.0000    153.68%
49964.97/2539.37	c      2539          40637          68        20         241.0000          95.0000    153.68%
50066.26/2544.42	c      2544          30413          51        20         241.0000          95.0000    153.68%
50165.49/2549.47	c      2549          40898          88        20         241.0000          95.0000    153.68%
50266.77/2554.54	c      2555          30586          57        20         241.0000          95.0000    153.68%
50365.83/2559.57	c      2560          41275          75        20         241.0000          95.0000    153.68%
50467.12/2564.63	c      2565          52112          92        20         241.0000          95.0000    153.68%
50568.34/2569.74	c      2570          41524          60        20         241.0000          95.0000    153.68%
50671.63/2575.01	c      2575          30954          44        20         241.0000          95.0000    153.68%
50775.57/2580.14	c      2580          52457          92        20         241.0000          95.0000    153.68%
50874.95/2585.16	c      2585          52601          87        20         241.0000          95.0000    153.68%
50974.13/2590.17	c      2590          31243          44        20         241.0000          95.0000    153.68%
51076.74/2595.31	c      2595          52741          87        20         241.0000          95.0000    153.68%
51146.27/2598.89	c *    2599          31409          48        20         240.0000          95.0000    152.63%
51175.91/2600.38	c      2600          42300          54        20         240.0000          95.0000    152.63%
51276.96/2605.40	c      2605          31539          49        20         240.0000          95.0000    152.63%
51380.04/2610.65	c      2611          53168          51        20         240.0000          95.0000    152.63%
51489.95/2616.18	c      2616          31723          45        20         240.0000          95.0000    152.63%
51592.53/2621.31	c      2621          53480          75        20         240.0000          95.0000    152.63%
51691.84/2626.31	c      2626          42879          94        20         240.0000          95.0000    152.63%
51791.14/2631.33	c      2631          53791          73        20         240.0000          95.0000    152.63%
51890.45/2636.39	c      2636          53924          72        20         240.0000          95.0000    152.63%
51991.73/2641.47	c      2641          54074          87        20         240.0000          95.0000    152.63%
52092.94/2646.59	c      2647          43366          61        20         240.0000          95.0000    152.63%
52198.14/2651.84	c      2652          43478          68        20         240.0000          95.0000    152.63%
52297.45/2656.90	c      2657          43546          58        20         240.0000          95.0000    152.63%
52401.38/2662.12	c      2662          54470          96        20         240.0000          95.0000    152.63%
52506.04/2667.31	c      2667          54535          97        20         240.0000          95.0000    152.63%
52569.64/2670.58	c *    2671          43747          70        20         239.0000          95.0000    151.58%
52609.21/2672.52	c      2673          43789          54        20         239.0000          95.0000    151.58%
52708.58/2677.57	c      2678          43883          58        20         239.0000          95.0000    151.58%
52811.91/2682.78	c      2683          54939          54        20         239.0000          95.0000    151.58%
52913.27/2687.81	c      2688          55038          34        20         239.0000          95.0000    151.58%
53014.61/2692.96	c      2693          55156          30        20         239.0000          95.0000    151.58%
53118.78/2698.17	c      2698          33380          60        20         239.0000          95.0000    151.58%
53219.31/2703.27	c      2703          33475          60        20         239.0000          95.0000    151.58%
53324.64/2708.52	c      2709          44547          80        20         239.0000          95.0000    151.58%
53427.98/2713.73	c      2714          55648          88        20         239.0000          95.0000    151.58%
53531.33/2718.97	c      2719          55749          80        20         239.0000          95.0000    151.58%
53635.10/2724.19	c      2724          44894          56        20         239.0000          95.0000    151.58%
53734.72/2729.19	c      2729          45000          65        20         239.0000          95.0000    151.58%
53839.36/2734.41	c      2734          34050          58        20         239.0000          95.0000    151.58%
53940.72/2739.52	c      2740          34159          57        20         239.0000          95.0000    151.58%
54040.08/2744.59	c      2745          34245          59        20         239.0000          95.0000    151.58%
54147.40/2749.93	c      2750          34372          63        20         239.0000          95.0000    151.58%
54249.40/2755.11	c      2755          45697          58        20         239.0000          95.0000    151.58%
54352.07/2760.21	c      2760          56631          84        20         239.0000          95.0000    151.58%
54455.42/2765.41	c      2765          56722          86        20         239.0000          95.0000    151.58%
54554.79/2770.48	c      2770          56896          84        20         239.0000          95.0000    151.58%
54658.14/2775.61	c      2776          57007          88        20         239.0000          95.0000    151.58%
54757.50/2780.68	c      2781          46376          83        20         239.0000          95.0000    151.58%
54865.46/2786.03	c      2786          46555          59        20         239.0000          95.0000    151.58%
54974.12/2791.57	c      2792          57287          84        20         239.0000          95.0000    151.58%
55077.46/2796.71	c      2797          57311          84        20         239.0000          95.0000    151.58%
55178.82/2801.82	c      2802          47054          90        20         239.0000          95.0000    151.58%
55282.82/2807.04	c      2807          57494          81        20         239.0000          95.0000    151.58%
55387.49/2812.32	c      2812          47390          70        20         239.0000          95.0000    151.58%
55494.81/2817.72	c      2818          57684          86        20         239.0000          95.0000    151.58%
55594.17/2822.77	c      2823          47626          60        20         239.0000          95.0000    151.58%
55697.52/2827.96	c      2828          35734          61        20         239.0000          95.0000    151.58%
55796.89/2832.99	c      2833          35806          72        20         239.0000          95.0000    151.58%
55904.19/2838.38	c      2838          58255          90        20         239.0000          95.0000    151.58%
55904.19/2838.38	c *    2838          58255          90        20         238.0000          95.0000    150.53%
56005.48/2843.46	c      2843          48116          62        20         238.0000          95.0000    150.53%
56108.83/2848.70	c      2849          48226          60        20         238.0000          95.0000    150.53%
56210.20/2853.75	c      2854          48335          60        20         238.0000          95.0000    150.53%
56311.55/2858.89	c      2859          58826          79        20         238.0000          95.0000    150.53%
56412.93/2863.94	c      2864          58970          95        20         238.0000          95.0000    150.53%
56520.23/2869.33	c      2869          48648          60        20         238.0000          95.0000    150.53%
56619.61/2874.36	c      2874          59198          67        20         238.0000          95.0000    150.53%
56720.97/2879.40	c      2879          48801          88        20         238.0000          95.0000    150.53%
56824.33/2884.69	c      2885          59467          69        20         238.0000          95.0000    150.53%
56925.69/2889.78	c      2890          36928          59        20         238.0000          95.0000    150.53%
57033.86/2895.18	c      2895          37033          59        20         238.0000          95.0000    150.53%
57144.29/2900.71	c      2901          59888          72        20         238.0000          95.0000    150.53%
57245.65/2905.82	c      2906          49324          84        20         238.0000          95.0000    150.53%
57345.03/2910.86	c      2911          60077          66        20         238.0000          95.0000    150.53%
57444.40/2915.89	c      2916          49540          81        20         238.0000          95.0000    150.53%
57553.70/2921.30	c      2921          49641          80        20         238.0000          95.0000    150.53%
57659.04/2926.69	c      2927          49733          78        20         238.0000          95.0000    150.53%
57760.38/2931.72	c      2932          37722          55        20         238.0000          95.0000    150.53%
57863.73/2936.99	c      2937          60586          68        20         238.0000          95.0000    150.53%
57973.02/2942.49	c      2942          37802          61        20         238.0000          95.0000    150.53%
58076.37/2947.64	c      2948          60717           0        20         238.0000          95.0000    150.53%
58179.73/2952.87	c      2953          60879          85        20         238.0000          95.0000    150.53%
58279.09/2957.90	c      2958          50430          92        20         238.0000          95.0000    150.53%
58385.17/2963.17	c      2963          50608          91        20         238.0000          95.0000    150.53%
58485.76/2968.21	c      2968          38254          56        20         238.0000          95.0000    150.53%
58589.10/2973.49	c      2973          38319          56        20         238.0000          95.0000    150.53%
58694.45/2978.72	c      2979          50981         105        20         238.0000          95.0000    150.53%
58800.46/2984.13	c      2984          51118          90        20         238.0000          95.0000    150.53%
58911.07/2989.63	c      2990          38594          56        20         238.0000          95.0000    150.53%
59024.34/2995.34	c      2995          61844          82        20         238.0000          95.0000    150.53%
59131.68/3000.73	c      3001          61975          91        20         238.0000          95.0000    150.53%
59239.58/3006.14	c      3006          51596          95        20         238.0000          95.0000    150.53%
59340.35/3011.24	c      3011          51734         100        20         238.0000          95.0000    150.53%
59445.69/3016.50	c      3017          51852          89        20         238.0000          95.0000    150.53%
59547.05/3021.68	c      3022          39167          62        20         238.0000          95.0000    150.53%
59652.39/3027.00	c      3027          62638          77        20         238.0000          95.0000    150.53%
59756.39/3032.16	c      3032          39268           1        20         238.0000          95.0000    150.53%
59867.03/3037.71	c      3038          62898          81        20         238.0000          95.0000    150.53%
59968.40/3042.84	c      3043          39441          70        20         238.0000          95.0000    150.53%
60069.76/3047.97	c      3048          52517          97        20         238.0000          95.0000    150.53%
60169.13/3052.98	c      3053          63265          77        20         238.0000          95.0000    150.53%
60268.51/3058.00	c      3058          63351          83        20         238.0000          95.0000    150.53%
60372.52/3063.14	c      3063          63463          76        20         238.0000          95.0000    150.53%
60473.18/3068.25	c      3068          39952          62        20         238.0000          95.0000    150.53%
60572.56/3073.29	c      3073          40081          58        20         238.0000          95.0000    150.53%
60675.91/3078.50	c      3078          53380         111        20         238.0000          95.0000    150.53%
60777.28/3083.58	c      3084          53506          90        20         238.0000          95.0000    150.53%
60878.63/3088.64	c      3089          40425          58        20         238.0000          95.0000    150.53%
60940.18/3091.77	c *    3092          40489          47        20         237.0000          95.0000    149.47%
60981.73/3093.80	c      3094          40531          63        20         237.0000          95.0000    149.47%
61089.00/3099.21	c      3099          64175          64        20         237.0000          95.0000    149.47%
61198.32/3104.78	c      3105          53921          93        20         237.0000          95.0000    149.47%
61299.68/3109.81	c      3110          54026          94        20         237.0000          95.0000    149.47%
61403.67/3115.03	c      3115          40996          50        20         237.0000          95.0000    149.47%
61505.19/3120.19	c      3120          54331         106        20         237.0000          95.0000    149.47%
61609.66/3125.41	c      3125          64798          63        20         237.0000          95.0000    149.47%
61711.03/3130.53	c      3131          54539          88        20         237.0000          95.0000    149.47%
61810.33/3135.60	c      3136          54685         107        20         237.0000          95.0000    149.47%
61911.60/3140.63	c      3141          41532          57        20         237.0000          95.0000    149.47%
62016.80/3146.03	c      3146          54903          88        20         237.0000          95.0000    149.47%
62124.02/3151.33	c      3151          41783          51        20         237.0000          95.0000    149.47%
62171.68/3153.78	c *    3154          55073         100        20         236.0000          95.0000    148.42%
62225.15/3156.44	c      3156          41885          51        20         236.0000          95.0000    148.42%
62324.44/3161.47	c      3161          55219          80        20         236.0000          95.0000    148.42%
62425.72/3166.52	c      3167          65750         111        20         236.0000          95.0000    148.42%
62525.01/3171.53	c      3172          42209          51        20         236.0000          95.0000    148.42%
62626.22/3176.68	c      3177          66067          91        20         236.0000          95.0000    148.42%
62727.49/3181.72	c      3182          66202         108        20         236.0000          95.0000    148.42%
62828.77/3186.84	c      3187          42512          46        20         236.0000          95.0000    148.42%
62932.75/3192.08	c      3192          55782          77        20         236.0000          95.0000    148.42%
63032.18/3197.11	c      3197          55894          89        20         236.0000          95.0000    148.42%
63136.54/3202.36	c      3202          42829          51        20         236.0000          95.0000    148.42%
63241.79/3207.66	c      3208          56088          64        20         236.0000          95.0000    148.42%
63343.06/3212.73	c      3213          43082          48        20         236.0000          95.0000    148.42%
63446.32/3218.01	c      3218          56302          72        20         236.0000          95.0000    148.42%
63555.52/3223.42	c      3223          67253          85        20         236.0000          95.0000    148.42%
63656.79/3228.52	c      3229          43458          44        20         236.0000          95.0000    148.42%
63758.07/3233.62	c      3234          67448          83        20         236.0000          95.0000    148.42%
63857.36/3238.67	c      3239          56712          69        20         236.0000          95.0000    148.42%
63958.63/3243.79	c      3244          67690          86        20         236.0000          95.0000    148.42%
64057.92/3248.79	c      3249          43921          50        20         236.0000          95.0000    148.42%
64161.19/3253.97	c      3254          57048          66        20         236.0000          95.0000    148.42%
64265.31/3259.15	c      3259          57144          77        20         236.0000          95.0000    148.42%
64367.67/3264.32	c      3264          44243          46        20         236.0000          95.0000    148.42%
64468.94/3269.47	c      3269          44351          46        20         236.0000          95.0000    148.42%
64578.15/3274.99	c      3275          44463          48        20         236.0000          95.0000    148.42%
64685.35/3280.39	c      3280          44572          55        20         236.0000          95.0000    148.42%
64794.57/3285.80	c      3286          57785          64        20         236.0000          95.0000    148.42%
64901.77/3291.20	c      3291          68645          82        20         236.0000          95.0000    148.42%
65005.02/3296.43	c      3296          44922          49        20         236.0000          95.0000    148.42%
65108.26/3301.64	c      3302          58125          64        20         236.0000          95.0000    148.42%
65207.54/3306.67	c      3307          45132          44        20         236.0000          95.0000    148.42%
65310.79/3311.88	c      3312          69042          81        20         236.0000          95.0000    148.42%
65414.66/3317.08	c      3317          58446          62        20         236.0000          95.0000    148.42%
65517.37/3322.25	c      3322          58551          63        20         236.0000          95.0000    148.42%
65616.43/3327.28	c      3327          58668          66        20         236.0000          95.0000    148.42%
65719.68/3332.46	c      3332          69467          82        20         236.0000          95.0000    148.42%
65826.91/3337.81	c      3338          58859          65        20         236.0000          95.0000    148.42%
65938.08/3343.46	c      3343          69730          76        20         236.0000          95.0000    148.42%
66039.35/3348.54	c      3349          69854          78        20         236.0000          95.0000    148.42%
66138.60/3353.55	c      3354          69961          77        20         236.0000          95.0000    148.42%
66241.85/3358.76	c      3359          70071          79        20         236.0000          95.0000    148.42%
66345.11/3363.96	c      3364          59306          67        20         236.0000          95.0000    148.42%
66444.39/3369.01	c      3369          46432          50        20         236.0000          95.0000    148.42%
66549.61/3374.24	c      3374          59497          70        20         236.0000          95.0000    148.42%
66650.88/3379.35	c      3379          59636          83        20         236.0000          95.0000    148.42%
66756.11/3384.68	c      3385          70592          81        20         236.0000          95.0000    148.42%
66857.38/3389.76	c      3390          46888          45        20         236.0000          95.0000    148.42%
66960.62/3394.97	c      3395          46996          48        20         236.0000          95.0000    148.42%
67059.91/3400.02	c      3400          47129          48        20         236.0000          95.0000    148.42%
67163.94/3405.18	c      3405          60238          86        20         236.0000          95.0000    148.42%
67263.10/3410.20	c      3410          47320          50        20         236.0000          95.0000    148.42%
67367.65/3415.47	c      3415          60472         102        20         236.0000          95.0000    148.42%
67472.88/3420.78	c      3421          60622         105        20         236.0000          95.0000    148.42%
67576.13/3425.96	c      3426          47626          49        20         236.0000          95.0000    148.42%
67679.99/3431.18	c      3431          47728          49        20         236.0000          95.0000    148.42%
67784.55/3436.41	c      3436          61055          88        20         236.0000          95.0000    148.42%
67885.81/3441.55	c      3442          61239         149        20         236.0000          95.0000    148.42%
67985.02/3446.60	c      3447          48039          46        20         236.0000          95.0000    148.42%
68088.27/3451.74	c      3452          48175          53        20         236.0000          95.0000    148.42%
68187.52/3456.75	c      3457          72027          77        20         236.0000          95.0000    148.42%
68295.39/3462.18	c      3462          48415          49        20         236.0000          95.0000    148.42%
68397.98/3467.35	c      3467          61875         117        20         236.0000          95.0000    148.42%
68497.25/3472.37	c      3472          48643          44        20         236.0000          95.0000    148.42%
68598.42/3477.42	c      3477          62128         113        20         236.0000          95.0000    148.42%
68697.69/3482.48	c      3482          62219         102        20         236.0000          95.0000    148.42%
68804.91/3487.86	c      3488          72390          73        20         236.0000          95.0000    148.42%
68912.13/3493.21	c      3493          62488         109        20         236.0000          95.0000    148.42%
69019.41/3498.66	c      3499          49204          47        20         236.0000          95.0000    148.42%
69132.62/3504.31	c      3504          62705         109        20         236.0000          95.0000    148.42%
69239.89/3509.76	c      3510          49444          47        20         236.0000          95.0000    148.42%
69339.22/3514.78	c      3515          72811          78        20         236.0000          95.0000    148.42%
69440.45/3519.85	c      3520          63041         105        20         236.0000          95.0000    148.42%
69547.63/3525.26	c      3525          73053          95        20         236.0000          95.0000    148.42%
69654.87/3530.67	c      3531          63271         110        20         236.0000          95.0000    148.42%
69758.10/3535.80	c      3536          63351         108        20         236.0000          95.0000    148.42%
69869.27/3541.48	c      3541          73475          93        20         236.0000          95.0000    148.42%
69972.53/3546.63	c      3547          63569         102        20         236.0000          95.0000    148.42%
70073.77/3551.70	c      3552          50364          51        20         236.0000          95.0000    148.42%
70177.02/3557.02	c      3557          63788         102        20         236.0000          95.0000    148.42%
70282.32/3562.25	c      3562          73844          89        20         236.0000          95.0000    148.42%
70385.42/3567.45	c      3567          50695          62        20         236.0000          95.0000    148.42%
70486.67/3572.55	c      3573          64152         102        20         236.0000          95.0000    148.42%
70593.88/3577.93	c      3578          50945          57        20         236.0000          95.0000    148.42%
70697.83/3583.17	c      3583          51091          53        20         236.0000          95.0000    148.42%
70806.30/3588.61	c      3589          64550         103        20         236.0000          95.0000    148.42%
70907.55/3593.71	c      3594          51337          53        20         236.0000          95.0000    148.42%
71008.83/3598.89	c      3599          64858          99        20         236.0000          95.0000    148.42%
71115.96/3604.20	c      3604          74619          98        20         236.0000          95.0000    148.42%
71219.21/3609.49	c      3609          51668          53        20         236.0000          95.0000    148.42%
71320.47/3614.50	c      3614          65241         105        20         236.0000          95.0000    148.42%
71419.74/3619.57	c      3620          74917          98        20         236.0000          95.0000    148.42%
71529.55/3625.10	c      3625          52020          52        20         236.0000          95.0000    148.42%
71629.06/3630.12	c      3630          52127          54        20         236.0000          95.0000    148.42%
71730.00/3635.17	c      3635          75260          92        20         236.0000          95.0000    148.42%
71832.60/3640.37	c      3640          75344          90        20         236.0000          95.0000    148.42%
71933.98/3645.44	c      3645          52464          57        20         236.0000          95.0000    148.42%

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 (189336 MiB free)
  memory of node 1: 193531 MiB (185107 MiB free)
  memory of node 2: 193531 MiB (187319 MiB free)
  memory of node 3: 193493 MiB (185498 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-4465381-1722462782/watcher-4465381-1722462782 -o /tmp/evaluation-result-4465381-1722462782/solver-4465381-1722462782 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70738 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465381-1722462782.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100103 s]*
/proc/loadavg: 64.81 72.14 77.09 62/983 79496
/proc/meminfo: memFree=765132656/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=93008 memory=81576 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 18280 0 0 0 9 2 0 0 20 0 1 0 12857632 95240192 20394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 23252 20394 2347 3035 0 19648 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 93008 KiB
Current children cumulated memory: 81576 KiB

[startup+0.21927 s]*
/proc/loadavg: 64.81 72.14 77.09 63/983 79496
/proc/meminfo: memFree=765092172/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=135428 memory=123892 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 28872 0 0 0 19 3 0 0 20 0 1 0 12857632 138678272 30973 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 33857 30973 2347 3035 0 30253 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 135428 KiB
Current children cumulated memory: 123892 KiB

[startup+0.320828 s]*
/proc/loadavg: 64.81 72.14 77.09 62/983 79496
/proc/meminfo: memFree=765045240/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=180836 memory=169212 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/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 40203 0 0 0 28 5 0 0 20 0 1 0 12857632 185176064 42303 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 45209 42303 2347 3035 0 41605 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 180836 KiB
Current children cumulated memory: 169212 KiB

[startup+0.700288 s]
/proc/loadavg: 64.81 72.14 77.09 62/983 79496
/proc/meminfo: memFree=764918856/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=405052 memory=393196 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 96759 0 0 0 56 12 0 0 20 0 1 0 12857632 414773248 98299 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 101263 98299 2555 3035 0 97659 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 405052 KiB
Current children cumulated memory: 393196 KiB

[startup+1.50027 s]
/proc/loadavg: 64.81 72.14 77.09 62/983 79496
/proc/meminfo: memFree=764721752/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=525212 memory=510360 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/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 125441 0 0 0 131 18 0 0 20 0 1 0 12857632 537817088 127590 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 131303 127590 2630 3035 0 127699 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 525212 KiB
Current children cumulated memory: 510360 KiB

[startup+3.11904 s]
/proc/loadavg: 64.81 72.14 77.09 62/983 79496
/proc/meminfo: memFree=764568588/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=656372 memory=638612 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/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 143550 0 0 0 286 24 0 0 20 0 1 0 12857632 672124928 159653 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 164093 159653 2694 3035 0 160489 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 656372 KiB
Current children cumulated memory: 638612 KiB

[startup+6.30026 s]
/proc/loadavg: 64.66 71.98 77.02 62/983 79496
/proc/meminfo: memFree=764565856/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=656372 memory=638788 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 143590 0 0 0 603 24 0 0 20 0 1 0 12857632 672124928 159697 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 164093 159697 2726 3035 0 160489 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 656372 KiB
Current children cumulated memory: 638788 KiB

[startup+12.7003 s]
/proc/loadavg: 64.45 71.82 76.94 62/983 79497
/proc/meminfo: memFree=764541364/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=673844 memory=656388 CPUtime=12.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) R 79492 79495 70728 0 -1 4194304 165618 0 0 0 1236 30 0 0 20 0 1 0 12857632 690016256 164097 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 168461 164097 2774 3035 0 164857 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 673844 KiB
Current children cumulated memory: 656388 KiB

[startup+25.5009 s]
/proc/loadavg: 65.43 71.65 76.80 81/1023 79539
/proc/meminfo: memFree=750799236/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=15735384 memory=14381576 CPUtime=133.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) S 79492 79495 70728 0 -1 1077936128 3662087 0 0 0 12298 1026 0 0 20 0 41 0 12857632 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
/proc/79495/statm: 3933846 3595394 2854 3035 0 3753811 0
[pid=79495/tid=79498] ppid=79492 vsize=15735384 memory=2212 CPUtime=5.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79498/stat : 79498 (fscip) R 79492 79495 70728 0 -1 4194368 113229 0 0 0 578 21 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79499] ppid=79492 vsize=15735384 memory=0 CPUtime=5.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79499/stat : 79499 (fscip) R 79492 79495 70728 0 -1 4194368 214203 0 0 0 491 88 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79500] ppid=79492 vsize=15735384 memory=2212 CPUtime=5.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79500/stat : 79500 (fscip) R 79492 79495 70728 0 -1 4194368 187488 0 0 0 553 39 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79501] ppid=79492 vsize=15735384 memory=638788 CPUtime=6.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79501/stat : 79501 (fscip) R 79492 79495 70728 0 -1 4194368 113718 0 0 0 579 22 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79502] ppid=79492 vsize=15735384 memory=29273809900535888 CPUtime=5.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79502/stat : 79502 (fscip) R 79492 79495 70728 0 -1 4194368 209176 0 0 0 493 86 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79503] ppid=79492 vsize=15735384 memory=5556 CPUtime=5.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79503/stat : 79503 (fscip) R 79492 79495 70728 0 -1 4194368 185697 0 0 0 562 35 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79504] ppid=79492 vsize=15735384 memory=0 CPUtime=6.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79504/stat : 79504 (fscip) R 79492 79495 70728 0 -1 4194368 113767 0 0 0 580 21 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79505] ppid=79492 vsize=15735384 memory=0 CPUtime=5.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79505/stat : 79505 (fscip) R 79492 79495 70728 0 -1 4194368 210019 0 0 0 491 84 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79506] ppid=79492 vsize=15735384 memory=280836637849920 CPUtime=5.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79506/stat : 79506 (fscip) R 79492 79495 70728 0 -1 4194368 195079 0 0 0 559 35 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79507] ppid=79492 vsize=15735384 memory=3539829514177872215 CPUtime=5.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79507/stat : 79507 (fscip) R 79492 79495 70728 0 -1 4194368 156512 0 0 0 565 32 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79508] ppid=79492 vsize=15735384 memory=16088 CPUtime=5.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79508/stat : 79508 (fscip) R 79492 79495 70728 0 -1 4194368 214636 0 0 0 491 88 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79509] ppid=79492 vsize=15735384 memory=0 CPUtime=5.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79509/stat : 79509 (fscip) R 79492 79495 70728 0 -1 4194368 187556 0 0 0 556 37 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79510] ppid=79492 vsize=15735384 memory=12472652 CPUtime=6.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79510/stat : 79510 (fscip) R 79492 79495 70728 0 -1 4194368 115341 0 0 0 577 24 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79511] ppid=79492 vsize=15735384 memory=280836637236320 CPUtime=5.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79511/stat : 79511 (fscip) R 79492 79495 70728 0 -1 1077936192 207259 0 0 0 493 83 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79512] ppid=79492 vsize=15735384 memory=0 CPUtime=5.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79512/stat : 79512 (fscip) R 79492 79495 70728 0 -1 4194368 195134 0 0 0 554 38 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79513] ppid=79492 vsize=15735384 memory=25333125866717268 CPUtime=5.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79513/stat : 79513 (fscip) R 79492 79495 70728 0 -1 4194368 117376 0 0 0 577 21 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79514] ppid=79492 vsize=15735384 memory=7372786582024121444 CPUtime=5.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79514/stat : 79514 (fscip) S 79492 79495 70728 0 -1 1077936192 207133 0 0 0 492 84 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79515] ppid=79492 vsize=15735384 memory=0 CPUtime=5.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79515/stat : 79515 (fscip) R 79492 79495 70728 0 -1 4194368 185891 0 0 0 556 36 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79516] ppid=79492 vsize=15735384 memory=481830906260776 CPUtime=6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79516/stat : 79516 (fscip) R 79492 79495 70728 0 -1 4194368 113285 0 0 0 578 22 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79517] ppid=79492 vsize=15735384 memory=2489860 CPUtime=5.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79517/stat : 79517 (fscip) R 79492 79495 70728 0 -1 4194368 207321 0 0 0 496 85 0 0 20 0 41 0 12859116 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79520] ppid=79492 vsize=15735384 memory=28184 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79520/stat : 79520 (fscip) S 79492 79495 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79521] ppid=79492 vsize=15735384 memory=33624 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79521/stat : 79521 (fscip) S 79492 79495 70728 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79522] ppid=79492 vsize=15735384 memory=6096 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79522/stat : 79522 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79523] ppid=79492 vsize=15735384 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/79495/task/79523/stat : 79523 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79524] ppid=79492 vsize=15735384 memory=284581 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79524/stat : 79524 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79525] ppid=79492 vsize=15735384 memory=13992 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79525/stat : 79525 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79526] ppid=79492 vsize=15735384 memory=10824 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79526/stat : 79526 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79527] ppid=79492 vsize=15735384 memory=5556 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79527/stat : 79527 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79528] ppid=79492 vsize=15735384 memory=5556 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79528/stat : 79528 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79529] ppid=79492 vsize=15735384 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/79495/task/79529/stat : 79529 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79530] ppid=79492 vsize=15735384 memory=280836637199488 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79530/stat : 79530 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79531] ppid=79492 vsize=15735384 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/79495/task/79531/stat : 79531 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79532] ppid=79492 vsize=15735384 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/79495/task/79532/stat : 79532 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595394 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79533] ppid=79492 vsize=15735384 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/79495/task/79533/stat : 79533 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595460 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79534] ppid=79492 vsize=15735384 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/79495/task/79534/stat : 79534 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595460 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79535] ppid=79492 vsize=15735384 memory=280836637341360 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79535/stat : 79535 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595460 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79536] ppid=79492 vsize=15735384 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/79495/task/79536/stat : 79536 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859589 16113033216 3595460 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79537] ppid=79492 vsize=15735384 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/79495/task/79537/stat : 79537 (fscip) S 79492 79495 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12859590 16113033216 3595460 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0

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

/proc/79495/task/79505/stat : 79505 (fscip) D 79492 79495 70728 0 -1 1077937220 2190862 0 0 0 359353 319 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79506] ppid=79492 vsize=23341084 memory=22085780 CPUtime=3589.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79506/stat : 79506 (fscip) D 79492 79495 70728 0 -1 1077937220 6424117 0 0 0 358193 729 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79507] ppid=79492 vsize=23341084 memory=54204 CPUtime=3604.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79507/stat : 79507 (fscip) D 79492 79495 70728 0 -1 1077937220 967252 0 0 0 360295 119 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79508] ppid=79492 vsize=23341084 memory=33196 CPUtime=3598.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79508/stat : 79508 (fscip) D 79492 79495 70728 0 -1 1077937220 1769217 0 0 0 359624 272 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79509] ppid=79492 vsize=23341084 memory=21532 CPUtime=3595.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79509/stat : 79509 (fscip) D 79492 79495 70728 0 -1 1077937220 8065446 0 0 0 358685 873 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79510] ppid=79492 vsize=23341084 memory=100 CPUtime=3605.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79510/stat : 79510 (fscip) D 79492 79495 70728 0 -1 1077937220 1107554 0 0 0 360404 148 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79511] ppid=79492 vsize=23341084 memory=1836 CPUtime=3599.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79511/stat : 79511 (fscip) R 79492 79495 70728 0 -1 4195904 1715225 0 0 0 359558 418 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 139867681967080 9948327 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79512] ppid=79492 vsize=23341084 memory=25988 CPUtime=3600.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79512/stat : 79512 (fscip) D 79492 79495 70728 0 -1 1077937220 9155489 0 0 0 359066 955 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79513] ppid=79492 vsize=23341084 memory=22085716 CPUtime=3594.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79513/stat : 79513 (fscip) D 79492 79495 70728 0 -1 1077937220 1131881 0 0 0 359298 146 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79514] ppid=79492 vsize=23341084 memory=7044 CPUtime=3602.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79514/stat : 79514 (fscip) D 79492 79495 70728 0 -1 1077937220 2154527 0 0 0 359892 322 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79515] ppid=79492 vsize=23341084 memory=22085716 CPUtime=3598.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79515/stat : 79515 (fscip) D 79492 79495 70728 0 -1 1077937220 7217366 0 0 0 359076 791 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79516] ppid=79492 vsize=23341084 memory=6096 CPUtime=3601.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79516/stat : 79516 (fscip) D 79492 79495 70728 0 -1 1077937220 899823 0 0 0 360069 124 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79517] ppid=79492 vsize=23341084 memory=1968 CPUtime=3605.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79517/stat : 79517 (fscip) D 79492 79495 70728 0 -1 1077937220 1881877 0 0 0 360258 272 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79520] ppid=79492 vsize=23341084 memory=54204 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/79495/task/79520/stat : 79520 (fscip) D 79492 79495 70728 0 -1 1077937220 94 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79521] ppid=79492 vsize=23341084 memory=33196 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/79495/task/79521/stat : 79521 (fscip) D 79492 79495 70728 0 -1 1077937220 263 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79522] ppid=79492 vsize=23341084 memory=21532 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/79495/task/79522/stat : 79522 (fscip) D 79492 79495 70728 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79523] ppid=79492 vsize=23341084 memory=100 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79523/stat : 79523 (fscip) D 79492 79495 70728 0 -1 1077937220 357 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79524] ppid=79492 vsize=23341084 memory=6836 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79524/stat : 79524 (fscip) D 79492 79495 70728 0 -1 1077937220 482 0 0 0 4 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79525] ppid=79492 vsize=23341084 memory=7044 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/79495/task/79525/stat : 79525 (fscip) D 79492 79495 70728 0 -1 1077937220 233 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79526] ppid=79492 vsize=23341084 memory=28184 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79526/stat : 79526 (fscip) D 79492 79495 70728 0 -1 1077937220 279 0 0 0 4 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79527] ppid=79492 vsize=23341084 memory=33640 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/79495/task/79527/stat : 79527 (fscip) D 79492 79495 70728 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79528] ppid=79492 vsize=23341084 memory=38004 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79528/stat : 79528 (fscip) D 79492 79495 70728 0 -1 1077937220 320 0 0 0 2 3 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79529] ppid=79492 vsize=23341084 memory=22085712 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/79495/task/79529/stat : 79529 (fscip) D 79492 79495 70728 0 -1 1077937220 174 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79530] ppid=79492 vsize=23341084 memory=570876 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/79495/task/79530/stat : 79530 (fscip) D 79492 79495 70728 0 -1 1077937220 232 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79531] ppid=79492 vsize=23341084 memory=22085712 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79531/stat : 79531 (fscip) D 79492 79495 70728 0 -1 1077937220 807 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79532] ppid=79492 vsize=23341084 memory=10824 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79532/stat : 79532 (fscip) D 79492 79495 70728 0 -1 1077937220 448 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79533] ppid=79492 vsize=23341084 memory=22085688 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/79495/task/79533/stat : 79533 (fscip) D 79492 79495 70728 0 -1 1077937220 165 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79534] ppid=79492 vsize=23341084 memory=-7377854433101702263 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79534/stat : 79534 (fscip) D 79492 79495 70728 0 -1 1077937220 288 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79535] ppid=79492 vsize=23341084 memory=565584 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79535/stat : 79535 (fscip) D 79492 79495 70728 0 -1 1077937220 331 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79536] ppid=79492 vsize=23341084 memory=-5155626907943528069 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79536/stat : 79536 (fscip) D 79492 79495 70728 0 -1 1077937220 269 0 0 0 4 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79537] ppid=79492 vsize=23341084 memory=22085716 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79537/stat : 79537 (fscip) D 79492 79495 70728 0 -1 1077937220 882 0 0 0 5 0 0 0 20 0 41 0 12859590 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79538] ppid=79492 vsize=23341084 memory=2684 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/79495/task/79538/stat : 79538 (fscip) D 79492 79495 70728 0 -1 1077937220 167 0 0 0 3 0 0 0 20 0 41 0 12859590 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79539] ppid=79492 vsize=23341084 memory=6588 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79539/stat : 79539 (fscip) D 79492 79495 70728 0 -1 1077937220 579 0 0 0 6 0 0 0 20 0 41 0 12859590 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
Current children cumulated CPU time: 72002.8 s
Current children cumulated vsize: 23341084 KiB
Current children cumulated memory: 22085780 KiB

[startup+3650.8 s]
/proc/loadavg: 60.06 61.21 67.30 43/937 82167
/proc/meminfo: memFree=760383324/790760800 swapFree=131071996/131071996
[pid=79495] ppid=79492 vsize=23341084 memory=22085780 CPUtime=72003.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/stat : 79495 (fscip) D 79492 79495 70728 0 -1 1077937156 69497718 0 0 0 7191867 8455 0 0 20 0 41 0 12857632 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
/proc/79495/statm: 5835271 5521445 2992 3035 0 5720560 0
[pid=79495/tid=79498] ppid=79492 vsize=23341084 memory=1836 CPUtime=3595.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79498/stat : 79498 (fscip) D 79492 79495 70728 0 -1 1077937220 912510 0 0 0 359469 120 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79499] ppid=79492 vsize=23341084 memory=25988 CPUtime=3602.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79499/stat : 79499 (fscip) D 79492 79495 70728 0 -1 1077937220 1498201 0 0 0 359979 246 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79500] ppid=79492 vsize=23341084 memory=2244 CPUtime=3590.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79500/stat : 79500 (fscip) D 79492 79495 70728 0 -1 1077937220 8920210 0 0 0 358104 933 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79501] ppid=79492 vsize=23341084 memory=1968 CPUtime=3603.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79501/stat : 79501 (fscip) D 79492 79495 70728 0 -1 1077937220 943055 0 0 0 360213 162 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79502] ppid=79492 vsize=23341084 memory=54204 CPUtime=3604.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79502/stat : 79502 (fscip) D 79492 79495 70728 0 -1 1077937220 1750309 0 0 0 360249 244 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79503] ppid=79492 vsize=23341084 memory=33196 CPUtime=3597.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79503/stat : 79503 (fscip) D 79492 79495 70728 0 -1 1077937220 9342395 0 0 0 358764 986 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79504] ppid=79492 vsize=23341084 memory=21532 CPUtime=3598.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79504/stat : 79504 (fscip) D 79492 79495 70728 0 -1 1077937220 949817 0 0 0 359667 152 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79505] ppid=79492 vsize=23341084 memory=100 CPUtime=3596.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79505/stat : 79505 (fscip) D 79492 79495 70728 0 -1 1077937220 2190862 0 0 0 359353 319 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79506] ppid=79492 vsize=23341084 memory=1836 CPUtime=3589.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79506/stat : 79506 (fscip) D 79492 79495 70728 0 -1 1077937220 6424117 0 0 0 358193 729 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79507] ppid=79492 vsize=23341084 memory=25988 CPUtime=3604.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79507/stat : 79507 (fscip) D 79492 79495 70728 0 -1 1077937220 967252 0 0 0 360295 119 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79508] ppid=79492 vsize=23341084 memory=2244 CPUtime=3598.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79508/stat : 79508 (fscip) D 79492 79495 70728 0 -1 1077937220 1769217 0 0 0 359624 272 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79509] ppid=79492 vsize=23341084 memory=198340509722 CPUtime=3595.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79509/stat : 79509 (fscip) D 79492 79495 70728 0 -1 1077937220 8065446 0 0 0 358685 873 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79510] ppid=79492 vsize=23341084 memory=32195 CPUtime=3605.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79510/stat : 79510 (fscip) D 79492 79495 70728 0 -1 1077937220 1107554 0 0 0 360404 148 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79511] ppid=79492 vsize=23341084 memory=32534 CPUtime=3600.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79511/stat : 79511 (fscip) R 79492 79495 70728 0 -1 4195904 1715225 0 0 0 359558 458 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 139867681967080 9948327 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 0
[pid=79495/tid=79512] ppid=79492 vsize=23341084 memory=32858 CPUtime=3600.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79512/stat : 79512 (fscip) D 79492 79495 70728 0 -1 1077937220 9155489 0 0 0 359066 955 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79513] ppid=79492 vsize=23341084 memory=33185 CPUtime=3594.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79513/stat : 79513 (fscip) D 79492 79495 70728 0 -1 1077937220 1131881 0 0 0 359298 146 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79514] ppid=79492 vsize=23341084 memory=85733 CPUtime=3602.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79514/stat : 79514 (fscip) D 79492 79495 70728 0 -1 1077937220 2154527 0 0 0 359892 322 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79515] ppid=79492 vsize=23341084 memory=48633 CPUtime=3598.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79515/stat : 79515 (fscip) D 79492 79495 70728 0 -1 1077937220 7217366 0 0 0 359076 791 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79516] ppid=79492 vsize=23341084 memory=49182 CPUtime=3601.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79516/stat : 79516 (fscip) D 79492 79495 70728 0 -1 1077937220 899823 0 0 0 360069 124 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79517] ppid=79492 vsize=23341084 memory=92967 CPUtime=3605.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79517/stat : 79517 (fscip) D 79492 79495 70728 0 -1 1077937220 1881877 0 0 0 360258 272 0 0 20 0 41 0 12859116 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79520] ppid=79492 vsize=23341084 memory=80443 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/79495/task/79520/stat : 79520 (fscip) D 79492 79495 70728 0 -1 1077937220 94 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79521] ppid=79492 vsize=23341084 memory=291640 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/79495/task/79521/stat : 79521 (fscip) D 79492 79495 70728 0 -1 1077937220 263 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79522] ppid=79492 vsize=23341084 memory=33196 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/79495/task/79522/stat : 79522 (fscip) D 79492 79495 70728 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79523] ppid=79492 vsize=23341084 memory=21532 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79523/stat : 79523 (fscip) D 79492 79495 70728 0 -1 1077937220 357 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79524] ppid=79492 vsize=23341084 memory=100 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79524/stat : 79524 (fscip) D 79492 79495 70728 0 -1 1077937220 482 0 0 0 4 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79525] ppid=79492 vsize=23341084 memory=198340509722 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/79495/task/79525/stat : 79525 (fscip) D 79492 79495 70728 0 -1 1077937220 233 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79526] ppid=79492 vsize=23341084 memory=32195 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79526/stat : 79526 (fscip) D 79492 79495 70728 0 -1 1077937220 279 0 0 0 4 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79527] ppid=79492 vsize=23341084 memory=32534 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/79495/task/79527/stat : 79527 (fscip) D 79492 79495 70728 0 -1 1077937220 162 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79528] ppid=79492 vsize=23341084 memory=32858 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79528/stat : 79528 (fscip) D 79492 79495 70728 0 -1 1077937220 320 0 0 0 2 3 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79529] ppid=79492 vsize=23341084 memory=33185 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/79495/task/79529/stat : 79529 (fscip) D 79492 79495 70728 0 -1 1077937220 174 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79530] ppid=79492 vsize=23341084 memory=85733 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/79495/task/79530/stat : 79530 (fscip) D 79492 79495 70728 0 -1 1077937220 232 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79531] ppid=79492 vsize=23341084 memory=48633 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79531/stat : 79531 (fscip) D 79492 79495 70728 0 -1 1077937220 807 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79532] ppid=79492 vsize=23341084 memory=49182 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79532/stat : 79532 (fscip) D 79492 79495 70728 0 -1 1077937220 448 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79533] ppid=79492 vsize=23341084 memory=92967 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/79495/task/79533/stat : 79533 (fscip) D 79492 79495 70728 0 -1 1077937220 165 0 0 0 3 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79534] ppid=79492 vsize=23341084 memory=80443 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79534/stat : 79534 (fscip) D 79492 79495 70728 0 -1 1077937220 288 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79535] ppid=79492 vsize=23341084 memory=291640 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79535/stat : 79535 (fscip) D 79492 79495 70728 0 -1 1077937220 331 0 0 0 5 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79536] ppid=79492 vsize=23341084 memory=8548277928631874080 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79536/stat : 79536 (fscip) D 79492 79495 70728 0 -1 1077937220 269 0 0 0 4 0 0 0 20 0 41 0 12859589 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79537] ppid=79492 vsize=23341084 memory=-7029379521810554678 CPUtime=0.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79537/stat : 79537 (fscip) D 79492 79495 70728 0 -1 1077937220 882 0 0 0 5 0 0 0 20 0 41 0 12859590 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79538] ppid=79492 vsize=23341084 memory=280836642242448 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/79495/task/79538/stat : 79538 (fscip) D 79492 79495 70728 0 -1 1077937220 167 0 0 0 3 0 0 0 20 0 41 0 12859590 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
[pid=79495/tid=79539] ppid=79492 vsize=23341084 memory=7517159038455406656 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/79495/task/79539/stat : 79539 (fscip) D 79492 79495 70728 0 -1 1077937220 579 0 0 0 6 0 0 0 20 0 41 0 12859590 23901270016 5521445 809668444160 4194304 16623229 140734833167536 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 28917760 140734833169418 140734833169536 140734833169536 140734833176560 24
Current children cumulated CPU time: 72003.2 s
Current children cumulated vsize: 23341084 KiB
Current children cumulated memory: 22085780 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3651.51
CPU time (s): 72003.9
CPU user time (s): 71918.7
CPU system time (s): 85.2714
CPU usage (%): 1971.89
Max. virtual memory (cumulated for all children) (KiB): 23406620
Max. memory (cumulated for all children) (KiB): 22135152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71918.7
system time used= 85.2714
maximum resident set size= 22135152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69497718
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= 748940
involuntary context switches= 311019


# summary of solver processes directly reported to runsolver:
#   pid: 79495
#   total CPU time (s): 72003.9
#   total CPU user time (s): 71918.7
#   total CPU system time (s): 85.2714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.3488 second user time and 84.7337 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 23:53:02
IDJOB=4465381
IDBENCH=149353
IDSOLVER=3094
FILE ID=nodeD104/4465381-1722462782
RUNJOBID= nodeD104-1722454516-70738
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j12051_4.std.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-4465381-1722462782/watcher-4465381-1722462782 -o /tmp/evaluation-result-4465381-1722462782/solver-4465381-1722462782 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70738 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465381-1722462782.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= ce5fda4b250413a1cb40a57b098d0841
RANDOM SEED=285422785

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2931.803
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		: 3136.545
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		: 2994.548
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		: 1288.678
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		: 2932.473
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		: 3106.779
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		: 2989.955
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		: 2237.768
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		: 2931.665
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		: 3077.721
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		: 2992.411
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		: 3570.712
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		: 2932.500
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		: 3104.361
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		: 2993.579
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		: 2093.365
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		: 2932.513
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		: 3072.230
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		: 2992.572
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		: 3428.587
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		: 2932.514
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		: 3083.302
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		: 2974.262
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		: 2968.228
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		: 2932.531
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		: 3136.469
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		: 2996.191
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		: 3007.159
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		: 2932.554
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		: 3136.468
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		: 2996.191
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		: 3629.405
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		: 2931.073
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		: 3076.049
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		: 2994.909
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		: 1150.995
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		: 2808.226
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		: 3071.224
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		: 2990.403
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		: 2519.113
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		: 2932.624
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		: 3086.738
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		: 2993.094
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		: 2623.113
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		: 2932.657
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		: 3114.916
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2993.917
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		: 3073.852
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		: 2932.675
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		: 3136.575
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		: 2976.841
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		: 2237.948
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		: 2932.405
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		: 3098.950
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		: 2996.194
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		: 1139.077
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		: 2932.734
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		: 3085.672
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		: 2995.541
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		: 1146.893
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		: 2932.763
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		: 3078.249
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		: 2992.642
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		: 1971.096
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		: 2932.784
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		: 3065.182
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		: 2996.199
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		: 2624.926
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		: 2917.200
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		: 3105.304
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		: 2993.479
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		: 1731.744
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		: 2929.144
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		: 3136.736
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		: 2970.210
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:        765197784 kB
MemAvailable:   764943872 kB
Buffers:          173692 kB
Cached:          2917188 kB
SwapCached:            0 kB
Active:           332236 kB
Inactive:       22779884 kB
Active(anon):       2212 kB
Inactive(anon): 20041532 kB
Active(file):     330024 kB
Inactive(file):  2738352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37024 kB
Writeback:             0 kB
AnonPages:      20018288 kB
Mapped:           128072 kB
Shmem:             22536 kB
KReclaimable:     194852 kB
Slab:             541156 kB
SReclaimable:     194852 kB
SUnreclaim:       346304 kB
KernelStack:       17008 kB
PageTables:        50244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2442608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           194688 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2420736 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:      514048 kB
DirectMap2M:    44023808 kB
DirectMap1G:    761266176 kB

Free space on /tmp at the end= 8622812 MiB
End job on nodeD104 at 2024-08-01 00:53:54