Trace number 4465797

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x80split.cnf-plain.pb.metafix.opb
MD5SUM4bfcc12bbb5b471fba8851c094b6b9f6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark83.8532
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints3202
Number of constraints which are clauses3202
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 29687808, getVmSize() = 29687808, SCIPgetMemUsed() = 5718652, SCIPgetMemTotal() = 7858332, SCIPgetMemExternEstim() = 3844708
0.00/0.01	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
0.00/0.03	c ** Estimated virtualMemUsedAtSolver = 20112400, getVmSize() = 39784448, SCIPgetMemUsed() = 10352608, SCIPgetMemTotal() = 16816944, SCIPgetMemExternEstim() = 3844708
0.00/0.03	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.03	c Original Problem   :
0.00/0.03	c   Problem name     : instance-4465797-1722558454
0.00/0.03	c   Variables        : 801 (801 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.03	c   Constraints      : 3202
0.00/0.03	c   Objective sense  : minimize
0.00/0.03	c Presolved Problem  :
0.00/0.03	c   Variables        : 800 (800 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.03	c   Constraints      : 1600
0.00/0.03	c Constraints        : Number
0.00/0.03	c   linear           : 1600 
0.00/0.03	c ** Instance transfer method used: 0
0.00/0.04	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.11	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.11	c                                Nodes    Active                                            
0.00/0.11	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
96.96/5.08	c         5          29966         189        20                -           0.0000          -
197.72/10.13	c        10          54471         184        20                -           0.0000          -
296.89/15.18	c        15          74385         150        20                -           0.0000          -
397.07/20.23	c        20         101584         157        20                -           0.0000          -
495.95/25.28	c        25         122121         188        20                -           0.0000          -
596.61/30.33	c        30         151517         179        20                -           0.0000          -
695.66/35.37	c        35         175198         155        20                -           0.0000          -
796.39/40.42	c        40          31088        6705        20                -           0.0000          -
895.39/45.47	c        45          35650        7505        20                -           0.0000          -
996.11/50.52	c        51          40397        8199        20                -           0.0000          -
1095.14/55.53	c        56          45509        9083        20                -           0.0000          -
1194.11/60.55	c        61          50679       10304        20                -           0.0000          -
1293.02/65.58	c        66          32517        4992        20                -           0.0000          -
1393.91/70.63	c        71          35748        4936        20                -           0.0000          -
1492.66/75.68	c        76          38832        5192        20                -           0.0000          -
1593.62/80.73	c        81          41395        5210        20                -           0.0000          -
1692.59/85.78	c        86          76978       15094        20                -           0.0000          -
1791.31/90.79	c        91          82394       16075        20                -           0.0000          -
1892.23/95.88	c        96          87766       17043        20                -           0.0000          -
1993.20/100.93	c       101          92975       17991        20                -           0.0000          -
2092.19/105.98	c       106          98284       18977        20                -           0.0000          -
2191.13/111.03	c       111         103511       19870        20                -           0.0000          -
2292.81/116.08	c       116         108723       20758        20                -           0.0000          -
2393.44/121.13	c       121         114011       21699        20                -           0.0000          -
2492.54/126.18	c       126         119100       22377        20                -           0.0000          -
2592.89/131.23	c       131         124216       23396        20                -           0.0000          -
2691.84/136.28	c       136         129330       24164        20                -           0.0000          -
2792.81/141.33	c       141         134448       25111        20                -           0.0000          -
2891.68/146.38	c       146         139530       25967        20                -           0.0000          -
2992.42/151.43	c       151         144716       26753        20                -           0.0000          -
3091.40/156.48	c       156         149780       27429        20                -           0.0000          -
3192.33/161.54	c       162          93864        3509        20                -           0.0000          -
3291.23/166.59	c       167          96908        3603        20                -           0.0000          -
3392.16/171.64	c       172          99117        3830        20                -           0.0000          -
3491.01/176.69	c       177         101149        3852        20                -           0.0000          -
3591.84/181.74	c       182         103146        3933        20                -           0.0000          -
3690.68/186.79	c       187         105095        3992        20                -           0.0000          -
3791.61/191.84	c       192         185617       33606        20                -           0.0000          -
3890.42/196.89	c       197         190755       34234        20                -           0.0000          -
3991.35/201.93	c       202         195674       34944        20                -           0.0000          -
4090.21/207.00	c       207         200598       35737        20                -           0.0000          -
4191.75/212.05	c       212         205634       36630        20                -           0.0000          -
4290.69/217.10	c       217         210673       37445        20                -           0.0000          -
4391.35/222.15	c       222         215629       38375        20                -           0.0000          -
4490.48/227.17	c       227         220579       39080        20                -           0.0000          -
4589.43/232.18	c       232         225679       39560        20                -           0.0000          -
4689.59/237.21	c       237         230674       40227        20                -           0.0000          -
4788.48/242.27	c       242         235726       40871        20                -           0.0000          -
4889.45/247.32	c       247         240714       41526        20                -           0.0000          -
4988.43/252.37	c       252         245738       42162        20                -           0.0000          -
5089.29/257.41	c       257         250790       42860        20                -           0.0000          -
5188.11/262.49	c       262         255842       43321        20                -           0.0000          -
5289.17/267.55	c       268         260885       43770        20                -           0.0000          -
5389.90/272.60	c       273         265828       44384        20                -           0.0000          -
5488.88/277.68	c       278         270887       45112        20                -           0.0000          -
5589.75/282.74	c       283         275920       45628        20                -           0.0000          -
5690.73/287.82	c       288         280879       46179        20                -           0.0000          -
5789.78/292.87	c       293         285875       46843        20                -           0.0000          -
5890.80/297.92	c       298         290827       47424        20                -           0.0000          -
5989.82/302.98	c       303         295801       47986        20                -           0.0000          -
6091.27/308.03	c       308         300799       48631        20                -           0.0000          -
6190.39/313.08	c       313         305826       49392        20                -           0.0000          -
6289.28/318.14	c       318         310713       50053        20                -           0.0000          -
6389.95/323.19	c       323         315722       50490        20                -           0.0000          -
6490.11/328.24	c       328         320720       51191        20                -           0.0000          -
6589.14/333.29	c       333         325699       51800        20                -           0.0000          -
6690.11/338.34	c       338         330681       52583        20                -           0.0000          -
6789.10/343.36	c       343         335639       53091        20                -           0.0000          -
6890.09/348.42	c       348         340599       53615        20                -           0.0000          -
6989.10/353.44	c       353         345493       54090        20                -           0.0000          -
7090.07/358.52	c       359         350413       54746        20                -           0.0000          -
7188.98/363.60	c       364         355349       55265        20                -           0.0000          -
7289.93/368.66	c       369         360164       55724        20                -           0.0000          -
7390.92/373.71	c       374         365114       56042        20                -           0.0000          -
7489.94/378.76	c       379         370078       56403        20                -           0.0000          -
7588.77/383.78	c       384         375057       56966        20                -           0.0000          -
7689.57/388.85	c       389         380058       57616        20                -           0.0000          -
7790.63/393.91	c       394         384949       58107        20                -           0.0000          -
7889.72/398.97	c       399         180994       11319        20                -           0.0000          -
7988.62/404.02	c       404         182724       11383        20                -           0.0000          -
8090.09/409.07	c       409         184683       11584        20                -           0.0000          -
8188.94/414.12	c       414         404581       60393        20                -           0.0000          -
8289.77/419.17	c       419         409543       60912        20                -           0.0000          -
8390.08/424.22	c       424         189441       11907        20                -           0.0000          -
8489.03/429.27	c       429         419201       61965        20                -           0.0000          -
8590.03/434.32	c       434         424082       62642        20                -           0.0000          -
8688.87/439.34	c       439         428910       63169        20                -           0.0000          -
8789.84/444.42	c       444         433763       63774        20                -           0.0000          -
8888.86/449.47	c       449         438617       64092        20                -           0.0000          -
8989.89/454.52	c       455         443473       64445        20                -           0.0000          -
9088.88/459.57	c       460         448370       64996        20                -           0.0000          -
9189.87/464.62	c       465         453124       65408        20                -           0.0000          -
9288.78/469.67	c       470         457998       65896        20                -           0.0000          -
9387.65/474.69	c       475         462828       66325        20                -           0.0000          -
9488.48/479.77	c       480         467712       66754        20                -           0.0000          -
9589.48/484.82	c       485         472568       67226        20                -           0.0000          -
9688.48/489.87	c       490         477329       67620        20                -           0.0000          -
9787.48/494.89	c       495         482159       68045        20                -           0.0000          -
9888.65/499.96	c       500         486997       68424        20                -           0.0000          -
9987.12/505.02	c       505         491745       68890        20                -           0.0000          -
10088.51/510.07	c       510         496489       69370        20                -           0.0000          -
10189.63/515.14	c       515         501252       69793        20                -           0.0000          -
10288.72/520.19	c       520         506000       70301        20                -           0.0000          -
10388.94/525.24	c       525         510802       70685        20                -           0.0000          -
10487.95/530.30	c       530         515603       71101        20                -           0.0000          -
10588.90/535.35	c       535         520370       71413        20                -           0.0000          -
10687.93/540.40	c       540         525154       71843        20                -           0.0000          -
10788.83/545.45	c       545         529938       72189        20                -           0.0000          -
10887.84/550.50	c       550         534679       72675        20                -           0.0000          -
10988.85/555.51	c       556         539296       73063        20                -           0.0000          -
11087.87/560.56	c       561         544050       73543        20                -           0.0000          -
11188.77/565.65	c       566         548739       73979        20                -           0.0000          -
11287.61/570.70	c       571         553484       74395        20                -           0.0000          -
11388.61/575.75	c       576         558230       74703        20                -           0.0000          -
11487.58/580.80	c       581         562981       75110        20                -           0.0000          -
11588.58/585.85	c       586         567761       75592        20                -           0.0000          -
11687.62/590.90	c       591         572625       76054        20                -           0.0000          -
11788.77/595.95	c       596         577354       76267        20                -           0.0000          -
11887.54/601.00	c       601         582212       76809        20                -           0.0000          -
11989.16/606.05	c       606         586922       77125        20                -           0.0000          -
12088.11/611.10	c       611         591706       77678        20                -           0.0000          -
12188.76/616.15	c       616         596442       78281        20                -           0.0000          -
12288.01/621.20	c       621         601147       79302        20                -           0.0000          -
12388.37/626.21	c       626         605836       79935        20                -           0.0000          -
12487.47/631.23	c       631         610472       80391        20                -           0.0000          -
12586.62/636.24	c       636         615162       80693        20                -           0.0000          -
12685.51/641.30	c       641         619933       81120        20                -           0.0000          -
12786.50/646.35	c       646         624682       81571        20                -           0.0000          -
12887.50/651.42	c       651         629486       81980        20                -           0.0000          -
12986.55/656.48	c       656         634115       82095        20                -           0.0000          -
13087.51/661.54	c       662         638824       82481        20                -           0.0000          -
13186.36/666.60	c       667         643509       82682        20                -           0.0000          -
13287.36/671.65	c       672         648163       83066        20                -           0.0000          -
13388.25/676.72	c       677         652712       83433        20                -           0.0000          -
13487.00/681.74	c       682         276616       17307        20                -           0.0000          -
13588.00/686.82	c       687         278211       17519        20                -           0.0000          -
13687.01/691.87	c       692         279675       17541        20                -           0.0000          -
13787.78/696.93	c       697         281276       17539        20                -           0.0000          -
13886.65/701.98	c       702         283232       17618        20                -           0.0000          -
13985.65/707.03	c       707         681040       85931        20                -           0.0000          -
14087.02/712.07	c       712         685652       86344        20                -           0.0000          -
14187.87/717.14	c       717         690458       86665        20                -           0.0000          -
14286.77/722.20	c       722         695310       86866        20                -           0.0000          -
14386.95/727.25	c       727         700179       87383        20                -           0.0000          -
14485.95/732.30	c       732         705035       87832        20                -           0.0000          -
14586.81/737.35	c       737         709851       88132        20                -           0.0000          -
14685.73/742.40	c       742         714715       88614        20                -           0.0000          -
14786.58/747.45	c       747         719601       89348        20                -           0.0000          -
14885.46/752.50	c       752         724605       90099        20                -           0.0000          -
14986.47/757.55	c       758         729482       90435        20                -           0.0000          -
15085.26/762.60	c       763         734264       90831        20                -           0.0000          -
15186.17/767.64	c       768         739146       91258        20                -           0.0000          -
15284.99/772.65	c       773         744017       91731        20                -           0.0000          -
15385.87/777.74	c       778         748832       92136        20                -           0.0000          -
15484.79/782.80	c       783         753665       92795        20                -           0.0000          -
15585.54/787.85	c       788         758409       92936        20                -           0.0000          -
15684.45/792.90	c       793         763261       93355        20                -           0.0000          -
15785.45/797.95	c       798         767906       93781        20                -           0.0000          -
15884.44/803.00	c       803         772725       93923        20                -           0.0000          -
15986.10/808.05	c       808         777463       94209        20                -           0.0000          -
16084.97/813.07	c       813         782196       94473        20                -           0.0000          -
16183.95/818.12	c       818         786901       94792        20                -           0.0000          -
16284.93/823.20	c       823         791654       95174        20                -           0.0000          -
16385.16/828.25	c       828         796557       95719        20                -           0.0000          -
16484.04/833.29	c       833         801382       96129        20                -           0.0000          -
16584.77/838.35	c       838         806163       96553        20                -           0.0000          -
16685.74/843.40	c       843         810949       96893        20                -           0.0000          -
16784.72/848.45	c       848         815718       97145        20                -           0.0000          -
16883.73/853.46	c       853         820573       97491        20                -           0.0000          -
16984.88/858.52	c       859         825322       98280        20                -           0.0000          -
17083.57/863.59	c       864         830054       98713        20                -           0.0000          -
17184.57/868.65	c       869         834740       99795        20                -           0.0000          -
17283.44/873.70	c       874         839383      100657        20                -           0.0000          -
17384.45/878.75	c       879         843928      101231        20                -           0.0000          -
17483.42/883.76	c       884         848485      101673        20                -           0.0000          -
17582.43/888.79	c       889         853033      102280        20                -           0.0000          -
17683.40/893.87	c       894         857767      103323        20                -           0.0000          -
17784.37/898.94	c       899         862476      103746        20                -           0.0000          -
17883.39/904.00	c       904         357112       43422        20                -           0.0000          -
17984.96/909.05	c       909         359296       44800        20                -           0.0000          -
18083.91/914.10	c       914         361465       46244        20                -           0.0000          -
18182.94/919.13	c       919         881040      105464        20                -           0.0000          -
18285.15/924.22	c       924         885568      105744        20                -           0.0000          -
18384.10/929.27	c       929         890230      106059        20                -           0.0000          -
18485.12/934.31	c       934         894902      106302        20                -           0.0000          -
18584.10/939.37	c       939         899613      106526        20                -           0.0000          -
18685.19/944.42	c       944         904286      106872        20                -           0.0000          -
18783.84/949.47	c       949         908954      107201        20                -           0.0000          -
18882.74/954.48	c       954         913697      107551        20                -           0.0000          -
18983.63/959.55	c       960         918270      107879        20                -           0.0000          -
19084.45/964.62	c       965         922974      108231        20                -           0.0000          -
19183.39/969.67	c       970         927614      108571        20                -           0.0000          -
19284.31/974.72	c       975         932287      108821        20                -           0.0000          -
19383.18/979.73	c       980         936801      108953        20                -           0.0000          -
19484.12/984.82	c       985         941493      109736        20                -           0.0000          -
19582.79/989.87	c       990         946183      110359        20                -           0.0000          -
19683.72/994.92	c       995         951035      110860        20                -           0.0000          -
19782.72/999.97	c      1000         955782      111198        20                -           0.0000          -
19881.62/1005.02	c      1005         960556      111594        20                -           0.0000          -
19980.65/1010.03	c      1010         965226      111820        20                -           0.0000          -
20082.12/1015.08	c      1015         969844      112130        20                -           0.0000          -
20183.19/1020.13	c      1020         974472      112392        20                -           0.0000          -
20282.38/1025.18	c      1025         979037      112707        20                -           0.0000          -
20381.34/1030.19	c      1030         983516      112938        20                -           0.0000          -
20481.59/1035.22	c      1035         987954      113177        20                -           0.0000          -
20580.56/1040.23	c      1040         992394      113534        20                -           0.0000          -
20679.32/1045.29	c      1045         996850      113866        20                -           0.0000          -
20780.18/1050.34	c      1050        1001460      114126        20                -           0.0000          -
20880.98/1055.40	c      1055        1005883      114361        20                -           0.0000          -
20979.93/1060.44	c      1060        1010290      114702        20                -           0.0000          -
21078.95/1065.49	c      1066        1014804      114994        20                -           0.0000          -
21179.98/1070.55	c      1071        1019315      115153        20                -           0.0000          -
21279.05/1075.59	c      1076        1023864      115360        20                -           0.0000          -
21380.05/1080.66	c      1081        1028431      115887        20                -           0.0000          -
21481.01/1085.71	c      1086        1033020      116502        20                -           0.0000          -
21579.86/1090.77	c      1091        1037633      116934        20                -           0.0000          -
21680.91/1095.82	c      1096        1042136      117101        20                -           0.0000          -
21780.00/1100.86	c      1101        1046543      117350        20                -           0.0000          -
21881.04/1105.94	c      1106        1050995      117484        20                -           0.0000          -
21979.98/1110.99	c      1111        1055532      117717        20                -           0.0000          -
22079.03/1116.00	c      1116        1060089      118107        20                -           0.0000          -
22178.00/1121.03	c      1121        1064638      118287        20                -           0.0000          -
22279.56/1126.06	c      1126         454941      102080        20                -           0.0000          -
22378.78/1131.08	c      1131         457010      103281        20                -           0.0000          -
22477.81/1136.13	c      1136         459507      104742        20                -           0.0000          -
22578.56/1141.18	c      1141         461808      106076        20                -           0.0000          -
22680.89/1146.32	c      1146         464103      107374        20                -           0.0000          -
22781.79/1151.40	c      1151         466137      108440        20                -           0.0000          -
22880.82/1156.45	c      1156         468236      109560        20                -           0.0000          -
22979.86/1161.50	c      1162         470419      110684        20                -           0.0000          -
23080.80/1166.55	c      1167         472975      111780        20                -           0.0000          -
23179.85/1171.60	c      1172         475379      112927        20                -           0.0000          -
23280.77/1176.61	c      1177         477619      114244        20                -           0.0000          -
23381.78/1181.71	c      1182         479988      115492        20                -           0.0000          -
23480.82/1186.76	c      1187         482261      116825        20                -           0.0000          -
23581.81/1191.87	c      1192         484477      117955        20                -           0.0000          -
23682.74/1196.92	c      1197         486788      119053        20                -           0.0000          -
23781.82/1201.97	c      1202        1136220      122818        20                -           0.0000          -
23880.79/1207.02	c      1207        1140634      123113        20                -           0.0000          -
23982.58/1212.07	c      1212        1145243      123784        20                -           0.0000          -
24081.53/1217.08	c      1217        1149750      124001        20                -           0.0000          -
24180.17/1222.11	c      1222        1154217      124361        20                -           0.0000          -
24282.51/1227.22	c      1227        1158749      124636        20                -           0.0000          -
24381.51/1232.27	c      1232        1163255      124906        20                -           0.0000          -
24482.42/1237.32	c      1237        1167822      125099        20                -           0.0000          -
24581.50/1242.37	c      1242        1172353      125345        20                -           0.0000          -
24682.52/1247.40	c      1247        1176866      125660        20                -           0.0000          -
24781.46/1252.41	c      1252        1181374      125929        20                -           0.0000          -
24882.50/1257.50	c      1258        1186025      126262        20                -           0.0000          -
24981.54/1262.57	c      1263        1190554      126412        20                -           0.0000          -
25082.58/1267.62	c      1268        1195071      126618        20                -           0.0000          -
25181.49/1272.67	c      1273        1199477      126865        20                -           0.0000          -
25282.55/1277.72	c      1278        1204016      127257        20                -           0.0000          -
25381.63/1282.77	c      1283        1208579      127434        20                -           0.0000          -
25480.66/1287.78	c      1288        1213105      127553        20                -           0.0000          -
25581.64/1292.84	c      1293        1217593      127881        20                -           0.0000          -
25680.62/1297.90	c      1298        1221907      128120        20                -           0.0000          -
25781.69/1302.91	c      1303        1226392      128354        20                -           0.0000          -
25880.70/1308.02	c      1308        1230822      128529        20                -           0.0000          -
25982.27/1313.07	c      1313        1235256      128798        20                -           0.0000          -
26081.09/1318.12	c      1318        1239802      129104        20                -           0.0000          -
26181.70/1323.17	c      1323        1244307      129388        20                -           0.0000          -
26282.16/1328.23	c      1328        1248828      129712        20                -           0.0000          -
26381.05/1333.28	c      1333        1253321      129958        20                -           0.0000          -
26481.89/1338.33	c      1338        1257889      130211        20                -           0.0000          -
26580.93/1343.38	c      1343        1262419      130418        20                -           0.0000          -
26681.90/1348.43	c      1348        1266903      130605        20                -           0.0000          -
26780.89/1353.44	c      1353        1271338      130806        20                -           0.0000          -
26881.89/1358.53	c      1359        1275863      130952        20                -           0.0000          -
26980.94/1363.58	c      1364        1280443      131452        20                -           0.0000          -
27081.89/1368.64	c      1369        1284947      131709        20                -           0.0000          -
27180.85/1373.68	c      1374        1289498      132211        20                -           0.0000          -
27281.86/1378.73	c      1379        1294038      132504        20                -           0.0000          -
27380.93/1383.78	c      1384        1298536      132738        20                -           0.0000          -
27482.02/1388.83	c      1389        1303031      132914        20                -           0.0000          -
27581.05/1393.88	c      1394        1307514      132942        20                -           0.0000          -
27682.04/1398.93	c      1399        1311992      133035        20                -           0.0000          -
27781.10/1403.98	c      1404        1316578      133459        20                -           0.0000          -
27880.15/1409.03	c      1409        1321188      133747        20                -           0.0000          -
27981.96/1414.08	c      1414        1325759      134032        20                -           0.0000          -
28082.75/1419.13	c      1419        1330182      134387        20                -           0.0000          -
28181.70/1424.16	c      1424        1334761      134673        20                -           0.0000          -
28280.86/1429.17	c      1429        1339407      135186        20                -           0.0000          -
28380.99/1434.25	c      1434        1343963      135344        20                -           0.0000          -
28482.00/1439.32	c      1439        1348465      135549        20                -           0.0000          -
28581.04/1444.38	c      1444         595828      176591        20                -           0.0000          -
28682.08/1449.43	c      1449         598244      177810        20                -           0.0000          -
28781.02/1454.48	c      1454         600435      178896        20                -           0.0000          -
28880.07/1459.49	c      1459        1366452      136315        20                -           0.0000          -
28980.95/1464.58	c      1465        1370914      136407        20                -           0.0000          -
29081.96/1469.63	c      1470        1375384      136541        20                -           0.0000          -
29181.09/1474.68	c      1475        1379928      136914        20                -           0.0000          -
29281.92/1479.73	c      1480        1384411      137044        20                -           0.0000          -
29380.94/1484.78	c      1485        1388921      137338        20                -           0.0000          -
29479.91/1489.79	c      1490        1393489      137697        20                -           0.0000          -
29580.76/1494.84	c      1495        1398033      137902        20                -           0.0000          -
29679.57/1499.85	c      1500        1402482      138110        20                -           0.0000          -
29780.47/1504.91	c      1505        1406884      138377        20                -           0.0000          -
29879.52/1509.93	c      1510        1411396      138566        20                -           0.0000          -
29978.55/1515.00	c      1515        1415773      139019        20                -           0.0000          -
30080.17/1520.07	c      1520        1420181      139343        20                -           0.0000          -
30179.21/1525.12	c      1525        1424621      139667        20                -           0.0000          -
30280.06/1530.17	c      1530        1429051      139914        20                -           0.0000          -
30380.11/1535.22	c      1535        1433440      140224        20                -           0.0000          -
30479.16/1540.27	c      1540        1437772      140381        20                -           0.0000          -
30580.19/1545.32	c      1545        1442214      140539        20                -           0.0000          -
30679.15/1550.37	c      1550        1446575      140736        20                -           0.0000          -
30780.25/1555.43	c      1555        1451035      140973        20                -           0.0000          -
30881.15/1560.51	c      1561        1455456      141164        20                -           0.0000          -
30980.13/1565.56	c      1566        1459958      141676        20                -           0.0000          -
31079.27/1570.57	c      1571        1464441      142004        20                -           0.0000          -
31179.86/1575.65	c      1576        1468885      142221        20                -           0.0000          -
31280.78/1580.73	c      1581        1473191      142252        20                -           0.0000          -
31379.99/1585.78	c      1586        1477669      142484        20                -           0.0000          -
31480.65/1590.83	c      1591        1482151      142859        20                -           0.0000          -
31579.63/1595.88	c      1596        1486461      142891        20                -           0.0000          -
31680.46/1600.93	c      1601        1490803      143176        20                -           0.0000          -
31779.33/1605.98	c      1606        1494996      143403        20                -           0.0000          -
31878.37/1611.03	c      1611        1499280      143925        20                -           0.0000          -
31979.88/1616.04	c      1616        1503507      144297        20                -           0.0000          -
32079.08/1621.13	c      1621        1507845      144483        20                -           0.0000          -
32179.93/1626.18	c      1626        1512125      144577        20                -           0.0000          -
32280.33/1631.23	c      1631        1516499      144673        20                -           0.0000          -
32379.40/1636.28	c      1636        1520845      144884        20                -           0.0000          -
32480.42/1641.33	c      1641        1525313      145228        20                -           0.0000          -
32579.44/1646.38	c      1646        1529569      145335        20                -           0.0000          -
32680.07/1651.43	c      1651        1533981      145585        20                -           0.0000          -
32779.10/1656.44	c      1656        1538301      145749        20                -           0.0000          -
32880.18/1661.53	c      1662         690003      224167        20                -           0.0000          -
32979.23/1666.58	c      1667         692007      225233        20                -           0.0000          -
33080.19/1671.62	c      1672         694116      226480        20                -           0.0000          -
33179.20/1676.67	c      1677         695837      227251        20                -           0.0000          -
33280.20/1681.73	c      1682         697986      228355        20                -           0.0000          -
33379.25/1686.78	c      1687         700055      229563        20                -           0.0000          -
33478.23/1691.80	c      1692        1568571      147096        20                -           0.0000          -
33579.25/1696.85	c      1697        1572850      147286        20                -           0.0000          -
33678.18/1701.90	c      1702        1577025      147516        20                -           0.0000          -
33779.21/1706.94	c      1707        1581331      147707        20                -           0.0000          -
33878.15/1711.97	c      1712        1585650      147848        20                -           0.0000          -
33979.82/1717.06	c      1717        1589952      147847        20                -           0.0000          -
34078.83/1722.11	c      1722        1594157      147948        20                -           0.0000          -
34179.86/1727.16	c      1727        1598443      148042        20                -           0.0000          -
34280.49/1732.21	c      1732        1602847      148622        20                -           0.0000          -
34379.42/1737.26	c      1737        1607282      148908        20                -           0.0000          -
34480.50/1742.33	c      1742        1611465      149010        20                -           0.0000          -
34579.57/1747.38	c      1747        1615913      149439        20                -           0.0000          -
34680.62/1752.43	c      1752        1620231      149544        20                -           0.0000          -
34779.70/1757.48	c      1757        1624514      149671        20                -           0.0000          -
34880.77/1762.53	c      1763        1628852      149849        20                -           0.0000          -
34979.83/1767.58	c      1768        1633168      150035        20                -           0.0000          -
35080.81/1772.63	c      1773        1637550      150152        20                -           0.0000          -
35179.82/1777.68	c      1778        1641702      150172        20                -           0.0000          -
35280.86/1782.73	c      1783        1645940      150348        20                -           0.0000          -
35379.96/1787.78	c      1788        1650259      150764        20                -           0.0000          -
35480.98/1792.83	c      1793        1654531      150933        20                -           0.0000          -
35580.03/1797.84	c      1798        1658726      151028        20                -           0.0000          -
35679.10/1802.89	c      1803        1662970      151203        20                -           0.0000          -
35780.06/1807.98	c      1808        1667080      151273        20                -           0.0000          -
35881.78/1813.05	c      1813        1671250      151353        20                -           0.0000          -
35980.69/1818.07	c      1818        1675525      151645        20                -           0.0000          -
36081.68/1823.15	c      1823        1679693      151775        20                -           0.0000          -
36180.69/1828.17	c      1828        1683883      151884        20                -           0.0000          -
36280.94/1833.25	c      1833        1688272      152159        20                -           0.0000          -
36380.00/1838.29	c      1838        1692585      152385        20                -           0.0000          -
36481.01/1843.35	c      1843         765132      262352        20                -           0.0000          -
36579.87/1848.40	c      1848         767316      263511        20                -           0.0000          -
36680.85/1853.44	c      1853        1705323      152847        20                -           0.0000          -
36779.87/1858.50	c      1858         771604      265734        20                -           0.0000          -
36880.91/1863.55	c      1864         773672      266644        20                -           0.0000          -
36979.99/1868.60	c      1869         775632      267916        20                -           0.0000          -
37081.03/1873.65	c      1874        1722172      153758        20                -           0.0000          -
37180.09/1878.69	c      1879        1726565      154050        20                -           0.0000          -
37281.13/1883.76	c      1884        1730848      154262        20                -           0.0000          -
37380.08/1888.80	c      1889        1735068      154567        20                -           0.0000          -
37481.13/1893.85	c      1894        1739321      154736        20                -           0.0000          -
37582.06/1898.90	c      1899        1743549      154907        20                -           0.0000          -
37680.85/1903.95	c      1904        1747709      155085        20                -           0.0000          -
37779.69/1908.98	c      1909        1752029      155229        20                -           0.0000          -
37878.57/1914.03	c      1914        1756284      155317        20                -           0.0000          -
37980.22/1919.04	c      1919        1760589      155495        20                -           0.0000          -
38079.33/1924.10	c      1924        1764930      155824        20                -           0.0000          -
38180.23/1929.18	c      1929        1769238      155924        20                -           0.0000          -
38280.52/1934.20	c      1934        1773582      156276        20                -           0.0000          -
38379.54/1939.28	c      1939        1777911      156486        20                -           0.0000          -
38480.41/1944.35	c      1944        1782313      156918        20                -           0.0000          -
38579.25/1949.40	c      1949        1786720      157348        20                -           0.0000          -
38680.26/1954.41	c      1954        1791084      157519        20                -           0.0000          -
38779.04/1959.50	c      1960        1795412      157720        20                -           0.0000          -
38879.84/1964.54	c      1965        1799547      157721        20                -           0.0000          -
38978.81/1969.59	c      1970        1803754      157860        20                -           0.0000          -
39079.89/1974.64	c      1975        1808104      158055        20                -           0.0000          -
39178.97/1979.69	c      1980        1812271      158030        20                -           0.0000          -
39279.83/1984.75	c      1985        1816398      158085        20                -           0.0000          -
39378.76/1989.77	c      1990        1820546      158123        20                -           0.0000          -
39479.78/1994.85	c      1995        1824665      158310        20                -           0.0000          -
39578.81/1999.90	c      2000        1828931      158568        20                -           0.0000          -
39679.96/2004.95	c      2005        1833210      158729        20                -           0.0000          -
39778.77/2010.00	c      2010        1837448      159326        20                -           0.0000          -
39880.44/2015.05	c      2015        1841648      159424        20                -           0.0000          -
39979.56/2020.07	c      2020        1845898      159855        20                -           0.0000          -
40078.45/2025.12	c      2025        1850146      160139        20                -           0.0000          -
40179.55/2030.15	c      2030         842188      300735        20                -           0.0000          -
40279.89/2035.24	c      2035         844221      301506        20                -           0.0000          -
40378.82/2040.30	c      2040         846425      302398        20                -           0.0000          -
40479.74/2045.34	c      2045         848528      303579        20                -           0.0000          -
40578.78/2050.39	c      2050         850698      304726        20                -           0.0000          -
40679.82/2055.44	c      2055        1875488      161736        20                -           0.0000          -
40778.83/2060.45	c      2060        1879612      161832        20                -           0.0000          -
40879.74/2065.54	c      2066        1883853      161970        20                -           0.0000          -
40978.66/2070.59	c      2071        1887992      162190        20                -           0.0000          -
41079.70/2075.64	c      2076        1892155      162300        20                -           0.0000          -
41178.73/2080.69	c      2081        1896443      162488        20                -           0.0000          -
41279.73/2085.70	c      2086        1900582      162611        20                -           0.0000          -
41378.80/2090.72	c      2091        1904827      162953        20                -           0.0000          -
41477.87/2095.77	c      2096        1908912      163137        20                -           0.0000          -
41578.94/2100.82	c      2101        1913109      163299        20                -           0.0000          -
41678.00/2105.88	c      2106        1917385      163646        20                -           0.0000          -
41779.01/2110.93	c      2111        1921717      163643        20                -           0.0000          -
41877.98/2115.98	c      2116        1925924      163879        20                -           0.0000          -
41979.72/2121.05	c      2121        1930152      164100        20                -           0.0000          -
42078.49/2126.07	c      2126        1934391      164265        20                -           0.0000          -
42179.54/2131.16	c      2131        1938595      164426        20                -           0.0000          -
42279.98/2136.21	c      2136        1942499      164443        20                -           0.0000          -
42378.98/2141.26	c      2141        1946559      164612        20                -           0.0000          -
42479.95/2146.34	c      2146        1950620      164785        20                -           0.0000          -
42579.02/2151.39	c      2151        1954881      165211        20                -           0.0000          -
42680.09/2156.44	c      2156        1959089      165555        20                -           0.0000          -
42779.16/2161.49	c      2161        1963251      165774        20                -           0.0000          -
42880.20/2166.54	c      2167        1967366      165991        20                -           0.0000          -
42979.25/2171.55	c      2172        1971371      166002        20                -           0.0000          -
43078.31/2176.56	c      2177        1975395      166147        20                -           0.0000          -
43179.36/2181.62	c      2182        1979603      166528        20                -           0.0000          -
43278.37/2186.66	c      2187        1983711      166620        20                -           0.0000          -
43377.40/2191.69	c      2192        1987758      166615        20                -           0.0000          -
43478.31/2196.78	c      2197        1991809      166768        20                -           0.0000          -
43579.26/2201.89	c      2202        1995873      166807        20                -           0.0000          -
43680.38/2206.94	c      2207        2000129      167053        20                -           0.0000          -
43779.34/2211.99	c      2212        2004183      167119        20                -           0.0000          -
43880.99/2217.04	c      2217        2008219      167201        20                -           0.0000          -
43980.11/2222.05	c      2222        2012365      167342        20                -           0.0000          -
44081.03/2227.14	c      2227        2016422      167608        20                -           0.0000          -
44180.22/2232.19	c      2232        2020740      167747        20                -           0.0000          -
44280.38/2237.24	c      2237        2024765      167874        20                -           0.0000          -
44379.39/2242.29	c      2242        2028697      167863        20                -           0.0000          -
44480.44/2247.34	c      2247        2032770      168131        20                -           0.0000          -
44579.33/2252.39	c      2252        2036965      168744        20                -           0.0000          -
44680.29/2257.44	c      2257        2041161      169045        20                -           0.0000          -
44779.37/2262.49	c      2262        2045343      169375        20                -           0.0000          -
44880.36/2267.54	c      2268        2049314      169441        20                -           0.0000          -
44979.41/2272.56	c      2273        2053358      169525        20                -           0.0000          -
45078.33/2277.57	c      2278         950961      352989        20                -           0.0000          -
45179.52/2282.64	c      2283         953066      354105        20                -           0.0000          -
45280.34/2287.74	c      2288        2065720      170313        20                -           0.0000          -
45379.37/2292.79	c      2293        2069821      170477        20                -           0.0000          -
45480.25/2297.84	c      2298        2074070      170939        20                -           0.0000          -
45579.32/2302.89	c      2303        2078112      171251        20                -           0.0000          -
45680.36/2307.94	c      2308        2082348      171540        20                -           0.0000          -
45779.42/2312.99	c      2313        2086458      171720        20                -           0.0000          -
45878.46/2318.04	c      2318        2090519      171897        20                -           0.0000          -
45979.99/2323.08	c      2323        2094560      172115        20                -           0.0000          -
46079.35/2328.10	c      2328        2098495      172158        20                -           0.0000          -
46178.21/2333.11	c      2333        2102558      172507        20                -           0.0000          -
46279.04/2338.16	c      2338        2106729      172862        20                -           0.0000          -
46379.49/2343.24	c      2343        2110827      173291        20                -           0.0000          -
46478.51/2348.30	c      2348        2114807      173416        20                -           0.0000          -
46579.53/2353.38	c      2353        2118855      173509        20                -           0.0000          -
46680.46/2358.43	c      2358        2122846      173548        20                -           0.0000          -
46779.53/2363.48	c      2363        2126958      173635        20                -           0.0000          -
46880.43/2368.53	c      2369        2130921      173732        20                -           0.0000          -
46979.37/2373.55	c      2374        2134968      173969        20                -           0.0000          -
47080.29/2378.63	c      2379        2138866      173996        20                -           0.0000          -
47179.32/2383.68	c      2384        2142836      173990        20                -           0.0000          -
47280.25/2388.70	c      2389        2147028      174345        20                -           0.0000          -
47379.21/2393.78	c      2394        2151158      174499        20                -           0.0000          -
47480.12/2398.84	c      2399        2155259      174613        20                -           0.0000          -
47579.19/2403.86	c      2404        2159396      175011        20                -           0.0000          -
47680.21/2408.94	c      2409        2163481      175144        20                -           0.0000          -
47779.36/2413.99	c      2414        2167503      175209        20                -           0.0000          -
47880.62/2419.04	c      2419        2171643      175498        20                -           0.0000          -
47979.71/2424.08	c      2424        2175815      175938        20                -           0.0000          -
48080.72/2429.13	c      2429        2179994      176004        20                -           0.0000          -
48179.79/2434.15	c      2434        2183993      176116        20                -           0.0000          -
48280.19/2439.21	c      2439        2187969      176198        20                -           0.0000          -
48379.24/2444.26	c      2444        2191905      176298        20                -           0.0000          -
48480.27/2449.34	c      2449        2195897      176354        20                -           0.0000          -
48579.33/2454.38	c      2454        2199894      176285        20                -           0.0000          -
48680.35/2459.44	c      2459        2203975      176379        20                -           0.0000          -
48779.39/2464.48	c      2464        2208009      176513        20                -           0.0000          -
48880.39/2469.52	c      2470        2212089      176521        20                -           0.0000          -
48979.41/2474.57	c      2475        2216136      176888        20                -           0.0000          -
49080.47/2479.64	c      2480        2220091      176889        20                -           0.0000          -
49179.49/2484.65	c      2485        2224065      176868        20                -           0.0000          -
49280.28/2489.71	c      2490        2228040      176903        20                -           0.0000          -
49379.33/2494.78	c      2495        2232156      176993        20                -           0.0000          -
49480.33/2499.84	c      2500        1046873      398920        20                -           0.0000          -
49579.22/2504.88	c      2505        1049082      399931        20                -           0.0000          -
49680.02/2509.93	c      2510        2244257      177193        20                -           0.0000          -
49779.02/2514.99	c      2515        2248339      177283        20                -           0.0000          -
49878.10/2520.03	c      2520        2252483      177493        20                -           0.0000          -
49979.75/2525.08	c      2525        2256494      177540        20                -           0.0000          -
50080.62/2530.13	c      2530        2260497      177596        20                -           0.0000          -
50179.92/2535.18	c      2535        2264527      177766        20                -           0.0000          -
50280.38/2540.24	c      2540        2268408      177854        20                -           0.0000          -
50379.46/2545.27	c      2545        2272436      177966        20                -           0.0000          -
50480.29/2550.31	c      2550        2276642      178215        20                -           0.0000          -
50579.29/2555.39	c      2555        2280631      178160        20                -           0.0000          -
50680.17/2560.44	c      2560        2284558      178256        20                -           0.0000          -
50779.26/2565.46	c      2565        2288574      178313        20                -           0.0000          -
50880.31/2570.54	c      2571        2292671      178476        20                -           0.0000          -
50979.26/2575.59	c      2576        2296689      178560        20                -           0.0000          -
51080.33/2580.63	c      2581        2300718      178695        20                -           0.0000          -
51179.38/2585.68	c      2586        2304693      178863        20                -           0.0000          -
51280.17/2590.73	c      2591        2308576      178887        20                -           0.0000          -
51379.13/2595.78	c      2596        2312599      179115        20                -           0.0000          -
51480.17/2600.84	c      2601        2316613      179202        20                -           0.0000          -
51579.15/2605.88	c      2606        2320611      179295        20                -           0.0000          -
51680.11/2610.93	c      2611        2324555      179354        20                -           0.0000          -
51779.28/2615.96	c      2616        2328659      179418        20                -           0.0000          -
51878.08/2620.97	c      2621        2332588      179502        20                -           0.0000          -
51979.62/2626.07	c      2626        2336617      179658        20                -           0.0000          -
52078.72/2631.13	c      2631        2340614      179783        20                -           0.0000          -
52179.85/2636.18	c      2636        2344655      179998        20                -           0.0000          -
52280.18/2641.22	c      2641        2348584      180079        20                -           0.0000          -
52379.25/2646.27	c      2646        2352621      180191        20                -           0.0000          -
52478.32/2651.29	c      2651        2356553      180263        20                -           0.0000          -
52579.34/2656.33	c      2656        2360431      180479        20                -           0.0000          -
52678.42/2661.35	c      2661        2364545      180536        20                -           0.0000          -
52779.47/2666.42	c      2666        2368519      180657        20                -           0.0000          -
52878.50/2671.47	c      2671        1119691      430921        20                -           0.0000          -
52979.51/2676.58	c      2677        1122091      431974        20                -           0.0000          -
53080.57/2681.64	c      2682        2380501      181015        20                -           0.0000          -
53179.59/2686.69	c      2687        2384437      181050        20                -           0.0000          -
53280.63/2691.74	c      2692        2388367      181087        20                -           0.0000          -
53379.64/2696.79	c      2697        2392294      181062        20                -           0.0000          -
53480.69/2701.84	c      2702        2396275      181059        20                -           0.0000          -
53579.56/2706.89	c      2707        2400267      181041        20                -           0.0000          -
53680.60/2711.94	c      2712        2404210      181380        20                -           0.0000          -
53779.69/2716.98	c      2717        2408235      181599        20                -           0.0000          -
53878.49/2722.01	c      2722        2412022      181601        20                -           0.0000          -
53980.19/2727.07	c      2727        2415967      181749        20                -           0.0000          -
54079.19/2732.12	c      2732        2419826      181849        20                -           0.0000          -
54180.03/2737.19	c      2737        2423674      181928        20                -           0.0000          -
54280.23/2742.24	c      2742        2427786      182210        20                -           0.0000          -
54379.29/2747.29	c      2747        2431862      182412        20                -           0.0000          -
54480.30/2752.34	c      2752        2435888      182658        20                -           0.0000          -
54579.40/2757.39	c      2757        2439818      182733        20                -           0.0000          -
54680.47/2762.44	c      2762        2443718      182839        20                -           0.0000          -
54779.57/2767.45	c      2767        2447793      183120        20                -           0.0000          -
54880.66/2772.53	c      2773        2451813      183237        20                -           0.0000          -
54979.76/2777.59	c      2778        2455719      183306        20                -           0.0000          -
55080.75/2782.64	c      2783        2459645      183399        20                -           0.0000          -
55179.93/2787.69	c      2788        2463612      183411        20                -           0.0000          -
55280.89/2792.74	c      2793        2467636      183602        20                -           0.0000          -
55379.84/2797.76	c      2798        2471549      183654        20                -           0.0000          -
55480.77/2802.84	c      2803        2475659      183933        20                -           0.0000          -
55579.62/2807.89	c      2808        2479696      184012        20                -           0.0000          -
55680.63/2812.94	c      2813        2483610      184041        20                -           0.0000          -
55779.42/2817.96	c      2818        2487473      184055        20                -           0.0000          -
55880.96/2823.04	c      2823        2491170      183961        20                -           0.0000          -
55980.09/2828.05	c      2828        2495261      184183        20                -           0.0000          -
56081.15/2833.14	c      2833        2499301      184409        20                -           0.0000          -
56180.18/2838.19	c      2838        2503278      184512        20                -           0.0000          -
56280.57/2843.22	c      2843        2507233      184614        20                -           0.0000          -
56379.59/2848.29	c      2848        1194375      465583        20                -           0.0000          -
56480.56/2853.34	c      2853        1196053      466551        20                -           0.0000          -
56579.55/2858.39	c      2858        1197959      467570        20                -           0.0000          -
56680.40/2863.44	c      2863        2522960      185112        20                -           0.0000          -
56779.35/2868.49	c      2868        2526900      185309        20                -           0.0000          -
56880.43/2873.54	c      2874        2530800      185499        20                -           0.0000          -
56979.42/2878.59	c      2879        2534610      185626        20                -           0.0000          -
57080.50/2883.64	c      2884        2538473      185841        20                -           0.0000          -
57179.46/2888.65	c      2889        2542417      186092        20                -           0.0000          -
57278.42/2893.66	c      2894        2546239      186530        20                -           0.0000          -
57377.44/2898.68	c      2899        2550261      187089        20                -           0.0000          -
57478.46/2903.73	c      2904        2554274      187468        20                -           0.0000          -
57579.51/2908.80	c      2909        2558323      187777        20                -           0.0000          -
57678.58/2913.86	c      2914        2562281      187968        20                -           0.0000          -
57779.41/2918.91	c      2919        2566306      188289        20                -           0.0000          -
57878.45/2923.97	c      2924        2570362      188538        20                -           0.0000          -
57977.41/2929.02	c      2929        2574326      189055        20                -           0.0000          -
58078.91/2934.07	c      2934        2578256      189458        20                -           0.0000          -
58177.80/2939.09	c      2939        2582210      189587        20                -           0.0000          -
58278.83/2944.15	c      2944        2586089      189605        20                -           0.0000          -
58377.62/2949.19	c      2949        2590013      189636        20                -           0.0000          -
58477.94/2954.24	c      2954        2593948      190238        20                -           0.0000          -
58576.95/2959.29	c      2959        2597994      190732        20                -           0.0000          -
58678.06/2964.35	c      2964        2601991      191188        20                -           0.0000          -
58779.15/2969.43	c      2969        2606065      191644        20                -           0.0000          -
58878.12/2974.48	c      2974        2610040      191964        20                -           0.0000          -
58978.95/2979.53	c      2980        2614089      191987        20                -           0.0000          -
59079.96/2984.64	c      2985        2618104      192044        20                -           0.0000          -
59178.93/2989.69	c      2990        2622043      192098        20                -           0.0000          -
59279.87/2994.74	c      2995        2625995      192263        20                -           0.0000          -
59378.73/2999.79	c      3000        2629794      192306        20                -           0.0000          -
59477.80/3004.80	c      3005        2633731      192382        20                -           0.0000          -
59578.85/3009.89	c      3010        2637540      192362        20                -           0.0000          -
59679.87/3014.94	c      3015        2641312      192407        20                -           0.0000          -
59778.93/3019.99	c      3020        2645302      192936        20                -           0.0000          -
59880.55/3025.04	c      3025        2649297      193149        20                -           0.0000          -
59979.51/3030.09	c      3030        2653042      193175        20                -           0.0000          -
60078.48/3035.10	c      3035        2657070      193360        20                -           0.0000          -
60179.58/3040.17	c      3040        2660968      193367        20                -           0.0000          -
60279.91/3045.23	c      3045        2664865      193589        20                -           0.0000          -
60379.00/3050.26	c      3050        1278211      504125        20                -           0.0000          -
60478.10/3055.28	c      3055        1280394      505358        20                -           0.0000          -
60578.87/3060.33	c      3060        1282659      506608        20                -           0.0000          -
60677.96/3065.40	c      3065        1284423      507574        20                -           0.0000          -
60779.18/3070.49	c      3070        2683615      194532        20                -           0.0000          -
60879.86/3075.54	c      3076        2687277      194676        20                -           0.0000          -
60978.94/3080.58	c      3081        2690763      194672        20                -           0.0000          -
61080.22/3085.64	c      3086        2694174      194733        20                -           0.0000          -
61179.08/3090.67	c      3091        2697828      194851        20                -           0.0000          -
61280.07/3095.73	c      3096        2701433      195016        20                -           0.0000          -
61379.15/3100.77	c      3101        2705071      195211        20                -           0.0000          -
61480.24/3105.84	c      3106        2708643      195216        20                -           0.0000          -
61579.37/3110.89	c      3111        2712368      195634        20                -           0.0000          -
61680.43/3115.94	c      3116        2716105      196242        20                -           0.0000          -
61779.49/3120.99	c      3121        2719767      196378        20                -           0.0000          -
61881.03/3126.04	c      3126        2723449      196595        20                -           0.0000          -
61980.24/3131.09	c      3131        2727031      196616        20                -           0.0000          -
62081.32/3136.14	c      3136        2730604      196763        20                -           0.0000          -
62180.27/3141.19	c      3141        2734221      196807        20                -           0.0000          -
62280.54/3146.24	c      3146        2737840      196911        20                -           0.0000          -
62379.70/3151.29	c      3151        2741463      197112        20                -           0.0000          -
62480.70/3156.32	c      3156        2745088      197193        20                -           0.0000          -
62579.75/3161.39	c      3161        2748810      197409        20                -           0.0000          -
62680.89/3166.44	c      3166        2752302      197556        20                -           0.0000          -
62779.91/3171.49	c      3171        2755926      197631        20                -           0.0000          -
62880.79/3176.53	c      3177        2759446      197806        20                -           0.0000          -
62979.86/3181.59	c      3182        2763045      197971        20                -           0.0000          -
63080.97/3186.64	c      3187        2766541      198034        20                -           0.0000          -
63180.06/3191.69	c      3192        2769979      198010        20                -           0.0000          -
63281.15/3196.73	c      3197        2773657      198408        20                -           0.0000          -
63380.20/3201.80	c      3202        2777290      198815        20                -           0.0000          -
63481.19/3206.83	c      3207        2780788      198909        20                -           0.0000          -
63580.11/3211.89	c      3212        2784106      198903        20                -           0.0000          -
63681.21/3216.94	c      3217        2787471      198938        20                -           0.0000          -
63780.25/3222.00	c      3222        2790901      198957        20                -           0.0000          -
63881.94/3227.05	c      3227        2794474      199172        20                -           0.0000          -
63981.08/3232.05	c      3232        2797914      199172        20                -           0.0000          -
64080.12/3237.12	c      3237        2801377      199324        20                -           0.0000          -
64181.20/3242.19	c      3242        1362376      543819        20                -           0.0000          -
64281.65/3247.24	c      3247        2808825      200175        20                -           0.0000          -
64380.76/3252.28	c      3252        2812437      200244        20                -           0.0000          -
64481.82/3257.33	c      3257        2816042      200370        20                -           0.0000          -
64580.89/3262.35	c      3262        2819546      200492        20                -           0.0000          -
64679.80/3267.38	c      3267        2823066      200558        20                -           0.0000          -
64780.69/3272.49	c      3272        2826519      200637        20                -           0.0000          -
64881.58/3277.54	c      3278        2830010      200737        20                -           0.0000          -
64980.54/3282.59	c      3283        2833387      200760        20                -           0.0000          -
65081.54/3287.63	c      3288        2836817      200841        20                -           0.0000          -
65180.56/3292.69	c      3293        2840230      200725        20                -           0.0000          -
65281.60/3297.70	c      3298        2843742      200773        20                -           0.0000          -
65380.66/3302.78	c      3303        2847194      200858        20                -           0.0000          -
65481.71/3307.81	c      3308        2850667      200963        20                -           0.0000          -
65580.78/3312.87	c      3313        2854069      201021        20                -           0.0000          -
65681.78/3317.94	c      3318        2857618      201203        20                -           0.0000          -
65780.85/3322.99	c      3323        2861095      201204        20                -           0.0000          -
65879.68/3328.02	c      3328        2864694      201373        20                -           0.0000          -
65981.15/3333.09	c      3333        2868143      201457        20                -           0.0000          -
66082.29/3338.14	c      3338        2871575      201486        20                -           0.0000          -
66181.56/3343.16	c      3343        2875091      201619        20                -           0.0000          -
66281.73/3348.24	c      3348        2878392      201543        20                -           0.0000          -
66380.82/3353.29	c      3353        2881987      201793        20                -           0.0000          -
66481.84/3358.33	c      3358        2885610      201974        20                -           0.0000          -
66580.88/3363.37	c      3363        2888986      201985        20                -           0.0000          -
66681.95/3368.44	c      3368        2892525      202113        20                -           0.0000          -
66780.91/3373.49	c      3373        2895968      202154        20                -           0.0000          -
66881.92/3378.54	c      3379        2899566      202255        20                -           0.0000          -
66980.95/3383.59	c      3384        2902970      202259        20                -           0.0000          -
67081.99/3388.64	c      3389        2906423      202331        20                -           0.0000          -
67181.12/3393.65	c      3394        2910001      202461        20                -           0.0000          -
67280.24/3398.67	c      3399        2913464      202518        20                -           0.0000          -
67381.34/3403.72	c      3404        2917032      202838        20                -           0.0000          -
67480.36/3408.73	c      3409        2920473      202939        20                -           0.0000          -
67579.43/3413.74	c      3414        1432756      574113        20                -           0.0000          -
67680.53/3418.84	c      3419        2927457      203291        20                -           0.0000          -
67781.46/3423.91	c      3424        2931094      203457        20                -           0.0000          -
67880.55/3428.92	c      3429        1438847      576847        20                -           0.0000          -
67979.59/3433.98	c      3434        1440965      577741        20                -           0.0000          -
68078.60/3439.03	c      3439        1443103      578543        20                -           0.0000          -
68182.20/3444.14	c      3444        1445044      579386        20                -           0.0000          -
68282.01/3449.24	c      3449        1446913      580515        20                -           0.0000          -
68381.11/3454.29	c      3454        1449017      581567        20                -           0.0000          -
68482.19/3459.34	c      3459        2954618      203708        20                -           0.0000          -
68581.29/3464.39	c      3464        2958041      203829        20                -           0.0000          -
68682.37/3469.44	c      3469        2961573      203940        20                -           0.0000          -
68781.47/3474.49	c      3474        2965070      203961        20                -           0.0000          -
68882.27/3479.54	c      3480        2968399      203912        20                -           0.0000          -
68981.24/3484.59	c      3485        2971677      203805        20                -           0.0000          -
69082.27/3489.63	c      3490        2975023      203766        20                -           0.0000          -
69181.34/3494.69	c      3495        2978351      203783        20                -           0.0000          -
69282.37/3499.74	c      3500        2982036      204094        20                -           0.0000          -
69381.28/3504.79	c      3505        2985524      204129        20                -           0.0000          -
69480.32/3509.80	c      3510        2988877      204128        20                -           0.0000          -
69581.37/3514.84	c      3515        2992308      204173        20                -           0.0000          -
69680.36/3519.90	c      3520        2995937      204769        20                -           0.0000          -
69781.42/3524.97	c      3525        2999477      205058        20                -           0.0000          -
69882.98/3530.04	c      3530        3003088      205285        20                -           0.0000          -
69981.71/3535.09	c      3535        3006658      205328        20                -           0.0000          -
70081.05/3540.14	c      3540        3010105      205358        20                -           0.0000          -
70181.84/3545.19	c      3545        3013717      205658        20                -           0.0000          -
70282.17/3550.24	c      3550        3017422      205881        20                -           0.0000          -
70381.24/3555.29	c      3555        3021104      205998        20                -           0.0000          -
70482.30/3560.34	c      3560        3024391      205903        20                -           0.0000          -
70581.33/3565.39	c      3565        3027605      205724        20                -           0.0000          -
70682.26/3570.44	c      3570        3030954      205786        20                -           0.0000          -
70781.30/3575.48	c      3575        3034445      206011        20                -           0.0000          -
70882.29/3580.54	c      3581        3037848      206142        20                -           0.0000          -
70981.32/3585.59	c      3586        3041318      206345        20                -           0.0000          -
71082.25/3590.60	c      3591        3044397      206128        20                -           0.0000          -
71181.35/3595.61	c      3596        3047705      206018        20                -           0.0000          -
71280.43/3600.64	c      3601        3051145      206132        20                -           0.0000          -
71379.34/3605.69	c      3606        3054701      206445        20                -           0.0000          -
71480.29/3610.74	c      3611        3058253      206581        20                -           0.0000          -
71579.37/3615.77	c      3616        3061553      206541        20                -           0.0000          -
71680.44/3620.80	c      3621        1517392      608497        20                -           0.0000          -
71779.32/3625.83	c      3626        1519509      609547        20                -           0.0000          -
71878.16/3630.84	c      3631        1521774      610394        20                -           0.0000          -
71979.27/3636.01	c      3636        1524071      611412        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (159654 MiB free)
  memory of node 1: 193531 MiB (173193 MiB free)
  memory of node 2: 193531 MiB (193054 MiB free)
  memory of node 3: 193493 MiB (170725 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-4465797-1722558454/watcher-4465797-1722558454 -o /tmp/evaluation-result-4465797-1722558454/solver-4465797-1722558454 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137360 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465797-1722558454.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=139746, runsolver pid=139743
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 80.45 80.53 80.61 62/1002 139767
/proc/meminfo: memFree=713268668/790760800 swapFree=131071996/131071996
[pid=139746] ppid=139743 vsize=1678976 memory=122388 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/stat : 139746 (fscip) S 139743 139746 137348 0 -1 1077936128 27200 0 0 0 10 5 0 0 20 0 41 0 22424853 1719271424 30531 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
/proc/139746/statm: 419744 30597 2790 3035 0 110970 0
[pid=139746/tid=139748] ppid=139743 vsize=1678976 memory=4026532269 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139748/stat : 139748 (fscip) R 139743 139746 137348 0 -1 4194368 1121 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30729 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139749] ppid=139743 vsize=1678976 memory=224244531548 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139749/stat : 139749 (fscip) D 139743 139746 137348 0 -1 4194368 1099 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30729 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139750] ppid=139743 vsize=1678976 memory=56316433563133 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139750/stat : 139750 (fscip) D 139743 139746 137348 0 -1 4194368 1117 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30729 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139751] ppid=139743 vsize=1678976 memory=54083084123881 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139751/stat : 139751 (fscip) D 139743 139746 137348 0 -1 4194368 1114 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30795 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139752] ppid=139743 vsize=1678976 memory=60684465635281 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139752/stat : 139752 (fscip) D 139743 139746 137348 0 -1 4194368 1103 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30795 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139753] ppid=139743 vsize=1678976 memory=58519852502493 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139753/stat : 139753 (fscip) R 139743 139746 137348 0 -1 4194368 1113 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30795 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139754] ppid=139743 vsize=1678976 memory=15254839894522322 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139754/stat : 139754 (fscip) R 139743 139746 137348 0 -1 4194368 1110 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30861 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139755] ppid=139743 vsize=1678976 memory=3474298651143307296 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139755/stat : 139755 (fscip) R 139743 139746 137348 0 -1 4194368 1083 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30861 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139756] ppid=139743 vsize=1678976 memory=390479 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139756/stat : 139756 (fscip) D 139743 139746 137348 0 -1 4194368 1070 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30861 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139757] ppid=139743 vsize=1678976 memory=416785 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139757/stat : 139757 (fscip) R 139743 139746 137348 0 -1 4194368 1121 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30927 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139758] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139758/stat : 139758 (fscip) D 139743 139746 137348 0 -1 4194368 1118 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30927 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139759] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139759/stat : 139759 (fscip) D 139743 139746 137348 0 -1 4194368 1121 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 30927 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139760] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139760/stat : 139760 (fscip) R 139743 139746 137348 0 -1 4194368 1119 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31059 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139761] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139761/stat : 139761 (fscip) R 139743 139746 137348 0 -1 4194368 1113 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31059 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139762] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139762/stat : 139762 (fscip) R 139743 139746 137348 0 -1 4194368 1134 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31059 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139763] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139763/stat : 139763 (fscip) D 139743 139746 137348 0 -1 4194368 1114 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31059 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139764] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139764/stat : 139764 (fscip) D 139743 139746 137348 0 -1 4194368 1122 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31125 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139765] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139765/stat : 139765 (fscip) R 139743 139746 137348 0 -1 4194368 1122 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31125 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139766] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139766/stat : 139766 (fscip) D 139743 139746 137348 0 -1 4194368 1075 0 0 0 0 0 0 0 20 0 41 0 22424856 1719271424 31323 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139767] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139767/stat : 139767 (fscip) D 139743 139746 137348 0 -1 4194368 1115 0 0 0 0 0 0 0 20 0 41 0 22424857 1719271424 31323 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139768] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139768/stat : 139768 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31323 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139769] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139769/stat : 139769 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31323 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139770] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139770/stat : 139770 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31323 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139771] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139771/stat : 139771 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31323 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139772] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139772/stat : 139772 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31389 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139773] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139773/stat : 139773 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31389 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139774] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139774/stat : 139774 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31389 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139775] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139775/stat : 139775 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139776] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139776/stat : 139776 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139777] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139777/stat : 139777 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139778] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139778/stat : 139778 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139779] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139779/stat : 139779 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139780] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139780/stat : 139780 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139781] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139781/stat : 139781 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139782] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139782/stat : 139782 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31455 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139783] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139783/stat : 139783 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31521 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139784] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139784/stat : 139784 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31521 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139785] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139785/stat : 139785 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31587 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139786] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139786/stat : 139786 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31587 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139787] ppid=139743 vsize=1678976 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139787/stat : 139787 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1719271424 31587 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1678976 KiB
Current children cumulated memory: 122388 KiB

[startup+0.222121 s]*
/proc/loadavg: 80.45 80.53 80.61 81/1022 139787
/proc/meminfo: memFree=713103284/790760800 swapFree=131071996/131071996
[pid=139746] ppid=139743 vsize=1695856 memory=256716 CPUtime=2.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/stat : 139746 (fscip) S 139743 139746 137348 0 -1 1077936128 60091 0 0 0 182 53 0 0 20 0 41 0 22424853 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
/proc/139746/statm: 423964 64179 2966 3035 0 150167 0
[pid=139746/tid=139748] ppid=139743 vsize=1695856 memory=4026531959 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139748/stat : 139748 (fscip) R 139743 139746 137348 0 -1 4194368 2933 0 0 0 8 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139749] ppid=139743 vsize=1695856 memory=32309 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139749/stat : 139749 (fscip) R 139743 139746 137348 0 -1 4194368 2968 0 0 0 7 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139750] ppid=139743 vsize=1695856 memory=55216921903569 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139750/stat : 139750 (fscip) R 139743 139746 137348 0 -1 4194368 2354 0 0 0 10 1 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139751] ppid=139743 vsize=1695856 memory=52983572464199 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139751/stat : 139751 (fscip) R 139743 139746 137348 0 -1 4194368 2915 0 0 0 8 2 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139752] ppid=139743 vsize=1695856 memory=59584953975483 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139752/stat : 139752 (fscip) R 139743 139746 137348 0 -1 4194368 2960 0 0 0 8 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139753] ppid=139743 vsize=1695856 memory=57420340790325 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139753/stat : 139753 (fscip) R 139743 139746 137348 0 -1 4194368 2225 0 0 0 10 1 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139754] ppid=139743 vsize=1695856 memory=14690790429427172 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139754/stat : 139754 (fscip) R 139743 139746 137348 0 -1 4194368 2923 0 0 0 7 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139755] ppid=139743 vsize=1695856 memory=3545235834242596896 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139755/stat : 139755 (fscip) R 139743 139746 137348 0 -1 4194368 2963 0 0 0 7 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139756] ppid=139743 vsize=1695856 memory=398670 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139756/stat : 139756 (fscip) R 139743 139746 137348 0 -1 4194368 2363 0 0 0 10 0 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139757] ppid=139743 vsize=1695856 memory=416779 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139757/stat : 139757 (fscip) R 139743 139746 137348 0 -1 4194368 2903 0 0 0 8 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139758] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139758/stat : 139758 (fscip) R 139743 139746 137348 0 -1 4194368 2966 0 0 0 8 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139759] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139759/stat : 139759 (fscip) R 139743 139746 137348 0 -1 4194368 2169 0 0 0 10 1 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139760] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139760/stat : 139760 (fscip) R 139743 139746 137348 0 -1 4194368 2955 0 0 0 9 2 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139761] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139761/stat : 139761 (fscip) R 139743 139746 137348 0 -1 4194368 2822 0 0 0 9 2 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139762] ppid=139743 vsize=1695856 memory=0 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139762/stat : 139762 (fscip) R 139743 139746 137348 0 -1 4194368 2352 0 0 0 10 0 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139763] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139763/stat : 139763 (fscip) R 139743 139746 137348 0 -1 4194368 2930 0 0 0 8 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139764] ppid=139743 vsize=1695856 memory=0 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139764/stat : 139764 (fscip) R 139743 139746 137348 0 -1 4194368 2960 0 0 0 6 3 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139765] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139765/stat : 139765 (fscip) R 139743 139746 137348 0 -1 4194368 2366 0 0 0 10 1 0 0 20 0 41 0 22424856 1736556544 64179 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139766] ppid=139743 vsize=1695856 memory=0 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139766/stat : 139766 (fscip) R 139743 139746 137348 0 -1 4194368 2942 0 0 0 8 3 0 0 20 0 41 0 22424856 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139767] ppid=139743 vsize=1695856 memory=0 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139767/stat : 139767 (fscip) R 139743 139746 137348 0 -1 4194368 2967 0 0 0 9 3 0 0 20 0 41 0 22424857 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139768] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139768/stat : 139768 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139769] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139769/stat : 139769 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139770] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139770/stat : 139770 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139771] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139771/stat : 139771 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139772] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139772/stat : 139772 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139773] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139773/stat : 139773 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139774] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139774/stat : 139774 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65691 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139775] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139775/stat : 139775 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65755 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139776] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139776/stat : 139776 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65755 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139777] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139777/stat : 139777 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65755 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139778] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139778/stat : 139778 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65755 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139779] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139779/stat : 139779 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65755 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139780] ppid=139743 vsize=1695856 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139780/stat : 139780 (fscip) S 139743 139746 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22424864 1736556544 65755 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0

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

[pid=139746/tid=139771] ppid=139743 vsize=23574348 memory=28184 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139771/stat : 139771 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139772] ppid=139743 vsize=23574348 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139772/stat : 139772 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139773] ppid=139743 vsize=23574348 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139773/stat : 139773 (fscip) S 139743 139746 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139774] ppid=139743 vsize=23574348 memory=7091872373424940394 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139774/stat : 139774 (fscip) S 139743 139746 137348 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139775] ppid=139743 vsize=23574348 memory=21861924 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139775/stat : 139775 (fscip) S 139743 139746 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139776] ppid=139743 vsize=23574348 memory=21852328 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139776/stat : 139776 (fscip) S 139743 139746 137348 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139777] ppid=139743 vsize=23574348 memory=21532 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139777/stat : 139777 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139778] ppid=139743 vsize=23574348 memory=100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139778/stat : 139778 (fscip) S 139743 139746 137348 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139779] ppid=139743 vsize=23574348 memory=3664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139779/stat : 139779 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139780] ppid=139743 vsize=23574348 memory=39996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139780/stat : 139780 (fscip) S 139743 139746 137348 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139781] ppid=139743 vsize=23574348 memory=10824 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139781/stat : 139781 (fscip) S 139743 139746 137348 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139782] ppid=139743 vsize=23574348 memory=21807900 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139782/stat : 139782 (fscip) S 139743 139746 137348 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139783] ppid=139743 vsize=23574348 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139783/stat : 139783 (fscip) S 139743 139746 137348 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139784] ppid=139743 vsize=23574348 memory=22087036 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139784/stat : 139784 (fscip) S 139743 139746 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139785] ppid=139743 vsize=23574348 memory=22105996 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139785/stat : 139785 (fscip) S 139743 139746 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139786] ppid=139743 vsize=23574348 memory=22097380 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139786/stat : 139786 (fscip) S 139743 139746 137348 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139787] ppid=139743 vsize=23574348 memory=11572 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139787/stat : 139787 (fscip) S 139743 139746 137348 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 22424864 24140132352 5533208 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
Current children cumulated CPU time: 70918 s
Current children cumulated vsize: 23574348 KiB
Current children cumulated memory: 22132832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637 s]*
/proc/loadavg: 81.37 80.93 80.71 89/1024 142509
/proc/meminfo: memFree=693996164/790760800 swapFree=131071996/131071996
[pid=139746] ppid=139743 vsize=23814128 memory=22424040 CPUtime=72001.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/stat : 139746 (fscip) S 139743 139746 137348 0 -1 1077936128 52036399 0 0 0 7163347 36820 0 0 20 0 41 0 22424853 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 17 70 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
/proc/139746/statm: 5953532 5606010 3014 3035 0 5770010 0
[pid=139746/tid=139748] ppid=139743 vsize=23814128 memory=-5155634780447454526 CPUtime=3599.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139748/stat : 139748 (fscip) R 139743 139746 137348 0 -1 1077936192 5629620 0 0 0 358205 1763 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139749] ppid=139743 vsize=23814128 memory=4198373884444939366 CPUtime=3602.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139749/stat : 139749 (fscip) R 139743 139746 137348 0 -1 4194368 3195618 0 0 0 359325 974 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139750] ppid=139743 vsize=23814128 memory=11676 CPUtime=3601.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139750/stat : 139750 (fscip) R 139743 139746 137348 0 -1 4194368 438993 0 0 0 357332 2859 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139751] ppid=139743 vsize=23814128 memory=13624 CPUtime=3599.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139751/stat : 139751 (fscip) R 139743 139746 137348 0 -1 4194368 5805448 0 0 0 357915 2033 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139752] ppid=139743 vsize=23814128 memory=11480 CPUtime=3602.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139752/stat : 139752 (fscip) R 139743 139746 137348 0 -1 4194368 2568739 0 0 0 359472 772 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139753] ppid=139743 vsize=23814128 memory=12100 CPUtime=3603.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139753/stat : 139753 (fscip) R 139743 139746 137348 0 -1 4194368 507589 0 0 0 357494 2863 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139754] ppid=139743 vsize=23814128 memory=11480 CPUtime=3595.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139754/stat : 139754 (fscip) R 139743 139746 137348 0 -1 4194368 4817627 0 0 0 357556 2022 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139755] ppid=139743 vsize=23814128 memory=33196 CPUtime=3598.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139755/stat : 139755 (fscip) R 139743 139746 137348 0 -1 4194368 3580222 0 0 0 358693 1153 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139756] ppid=139743 vsize=23814128 memory=21532 CPUtime=3599.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139756/stat : 139756 (fscip) R 139743 139746 137348 0 -1 4194368 531274 0 0 0 357153 2810 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139757] ppid=139743 vsize=23814128 memory=100 CPUtime=3597.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139757/stat : 139757 (fscip) R 139743 139746 137348 0 -1 4194368 3517171 0 0 0 357888 1867 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139758] ppid=139743 vsize=23814128 memory=1836 CPUtime=3598.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139758/stat : 139758 (fscip) R 139743 139746 137348 0 -1 4194368 2872688 0 0 0 358876 982 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139759] ppid=139743 vsize=23814128 memory=25988 CPUtime=3597.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139759/stat : 139759 (fscip) R 139743 139746 137348 0 -1 4194368 433029 0 0 0 356846 2912 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139760] ppid=139743 vsize=23814128 memory=2244 CPUtime=3598.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139760/stat : 139760 (fscip) R 139743 139746 137348 0 -1 4194368 1596941 0 0 0 358094 1716 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139761] ppid=139743 vsize=23814128 memory=31232 CPUtime=3602.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139761/stat : 139761 (fscip) R 139743 139746 137348 0 -1 4194368 2372991 0 0 0 359567 718 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139762] ppid=139743 vsize=23814128 memory=28656 CPUtime=3597.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139762/stat : 139762 (fscip) R 139743 139746 137348 0 -1 4194368 469822 0 0 0 356929 2870 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139763] ppid=139743 vsize=23814128 memory=7492 CPUtime=3603.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139763/stat : 139763 (fscip) R 139743 139746 137348 0 -1 4194368 2658334 0 0 0 358492 1825 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139764] ppid=139743 vsize=23814128 memory=6720663246783200615 CPUtime=3601.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139764/stat : 139764 (fscip) R 139743 139746 137348 0 -1 4194368 2295786 0 0 0 358914 1235 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139765] ppid=139743 vsize=23814128 memory=54204 CPUtime=3605.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139765/stat : 139765 (fscip) R 139743 139746 137348 0 -1 4194368 183400 0 0 0 357942 2565 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139766] ppid=139743 vsize=23814128 memory=33196 CPUtime=3595.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139766/stat : 139766 (fscip) R 139743 139746 137348 0 -1 4194368 5133700 0 0 0 357753 1777 0 0 20 0 41 0 22424856 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139767] ppid=139743 vsize=23814128 memory=21532 CPUtime=3597.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139767/stat : 139767 (fscip) R 139743 139746 137348 0 -1 4194368 3418844 0 0 0 358715 1050 0 0 20 0 41 0 22424857 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139768] ppid=139743 vsize=23814128 memory=100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139768/stat : 139768 (fscip) S 139743 139746 137348 0 -1 1077936192 63 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139769] ppid=139743 vsize=23814128 memory=1836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139769/stat : 139769 (fscip) S 139743 139746 137348 0 -1 1077936192 64 0 0 0 0 2 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139770] ppid=139743 vsize=23814128 memory=25988 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139770/stat : 139770 (fscip) S 139743 139746 137348 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139771] ppid=139743 vsize=23814128 memory=2244 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139771/stat : 139771 (fscip) S 139743 139746 137348 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139772] ppid=139743 vsize=23814128 memory=31232 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139772/stat : 139772 (fscip) S 139743 139746 137348 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139773] ppid=139743 vsize=23814128 memory=28656 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139773/stat : 139773 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139774] ppid=139743 vsize=23814128 memory=7492 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139774/stat : 139774 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139775] ppid=139743 vsize=23814128 memory=26972 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139775/stat : 139775 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139776] ppid=139743 vsize=23814128 memory=2804 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139776/stat : 139776 (fscip) S 139743 139746 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139777] ppid=139743 vsize=23814128 memory=6872 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139777/stat : 139777 (fscip) S 139743 139746 137348 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139778] ppid=139743 vsize=23814128 memory=11338600 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139778/stat : 139778 (fscip) S 139743 139746 137348 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139779] ppid=139743 vsize=23814128 memory=2040 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139779/stat : 139779 (fscip) S 139743 139746 137348 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139780] ppid=139743 vsize=23814128 memory=12100 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139780/stat : 139780 (fscip) S 139743 139746 137348 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139781] ppid=139743 vsize=23814128 memory=11480 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139781/stat : 139781 (fscip) S 139743 139746 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139782] ppid=139743 vsize=23814128 memory=10824 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139782/stat : 139782 (fscip) S 139743 139746 137348 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139783] ppid=139743 vsize=23814128 memory=5556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139783/stat : 139783 (fscip) S 139743 139746 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139784] ppid=139743 vsize=23814128 memory=6720663246783200615 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139784/stat : 139784 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139785] ppid=139743 vsize=23814128 memory=2212 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139785/stat : 139785 (fscip) S 139743 139746 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139786] ppid=139743 vsize=23814128 memory=6096 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139786/stat : 139786 (fscip) S 139743 139746 137348 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
[pid=139746/tid=139787] ppid=139743 vsize=23814128 memory=1968 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/139746/task/139787/stat : 139787 (fscip) S 139743 139746 137348 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22424864 24385667072 5606010 809668444160 4194304 16623229 140734193724976 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33959936 140734193726473 140734193726591 140734193726591 140734193733616 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 23814128 KiB
Current children cumulated memory: 22424040 KiB

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

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

# cumulated CPU time of all completed processes:  user=71633.6 s, system=368.825 s

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

[startup+3637.22 s]
/proc/loadavg: 81.34 80.94 80.71 63/985 142509
/proc/meminfo: memFree=697160824/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.6 s]
/proc/loadavg: 81.34 80.94 80.71 63/985 142509
/proc/meminfo: memFree=697160824/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.66
CPU time (s): 72002.4
CPU user time (s): 71633.6
CPU system time (s): 368.825
CPU usage (%): 1979.36
Max. virtual memory (cumulated for all children) (KiB): 23835588
Max. memory (cumulated for all children) (KiB): 22424040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71633.6
system time used= 368.825
maximum resident set size= 22424324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52036406
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= 523444
involuntary context switches= 296250


# summary of solver processes directly reported to runsolver:
#   pid: 139746
#   total CPU time (s): 72002.4
#   total CPU user time (s): 71633.6
#   total CPU system time (s): 368.825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2634 second user time and 80.8833 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 02:27:34
IDJOB=4465797
IDBENCH=160356
IDSOLVER=3094
FILE ID=nodeD104/4465797-1722558454
RUNJOBID= nodeD104-1722554819-137360
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x80split.cnf-plain.pb.metafix.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-4465797-1722558454/watcher-4465797-1722558454 -o /tmp/evaluation-result-4465797-1722558454/solver-4465797-1722558454 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137360 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465797-1722558454.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 4bfcc12bbb5b471fba8851c094b6b9f6
RANDOM SEED=572096055

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		: 2930.579
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		: 3040.703
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		: 3029.192
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		: 2974.375
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		: 2941.867
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		: 3043.481
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		: 3132.909
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		: 3164.670
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		: 2969.545
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		: 3040.620
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		: 2784.595
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		: 3026.568
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		: 2950.125
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		: 2873.533
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		: 3174.743
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		: 3048.949
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		: 2964.287
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		: 3039.180
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		: 3423.582
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		: 3008.926
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		: 3036.630
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		: 2948.891
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		: 2680.756
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		: 3165.146
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		: 3135.901
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		: 2965.680
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		: 2621.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		: 2952.252
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		: 3135.973
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		: 3044.019
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		: 2669.684
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		: 3165.304
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		: 2964.337
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		: 3044.090
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		: 2662.187
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.314
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		: 2917.974
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		: 2950.974
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		: 1595.043
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		: 2982.626
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		: 2948.215
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		: 2961.328
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		: 2652.074
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		: 3060.433
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		: 2975.621
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		: 3044.293
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		: 2657.899
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		: 3165.634
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		: 2957.595
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		: 3044.375
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		: 2653.379
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		: 3041.560
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		: 3136.341
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		: 3044.453
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		: 2666.658
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		: 2940.036
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		: 3136.296
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		: 2956.800
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		: 2661.930
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		: 3165.887
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		: 3136.262
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		: 3044.592
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		: 2662.275
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		: 3043.904
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		: 2922.253
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		: 2946.038
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		: 2650.802
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		: 3044.162
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		: 3136.190
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		: 2867.120
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		: 2668.064
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		: 3166.136
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		: 2935.170
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		: 2956.233
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		: 2196.662
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		: 3034.635
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		: 2937.326
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3041.233
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		: 3673.031
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		: 3068.111
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:        713348208 kB
MemAvailable:   714674536 kB
Buffers:          319520 kB
Cached:          4329140 kB
SwapCached:            0 kB
Active:           492688 kB
Inactive:       74237312 kB
Active(anon):       2212 kB
Inactive(anon): 70101664 kB
Active(file):     490476 kB
Inactive(file):  4135648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28564 kB
Writeback:           120 kB
AnonPages:      69971980 kB
Mapped:           126864 kB
Shmem:             22536 kB
KReclaimable:     239840 kB
Slab:             598840 kB
SReclaimable:     239840 kB
SUnreclaim:       359000 kB
KernelStack:       16880 kB
PageTables:       154112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   15427664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           271872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2760704 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-08-02 03:28:12