Trace number 4465724

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
MD5SUMab4f361084eaa55350d5ce36089ad752
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 benchmark79.3495
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints2802
Number of constraints which are clauses2802
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 = 28315648, getVmSize() = 28315648, SCIPgetMemUsed() = 5087034, SCIPgetMemTotal() = 6568202, SCIPgetMemExternEstim() = 3364460
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 = 19153546, getVmSize() = 37023744, SCIPgetMemUsed() = 9166384, SCIPgetMemTotal() = 14185200, SCIPgetMemExternEstim() = 3364460
0.00/0.03	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.03	c Original Problem   :
0.00/0.03	c   Problem name     : instance-4465724-1722558472
0.00/0.03	c   Variables        : 701 (701 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.03	c   Constraints      : 2802
0.00/0.03	c   Objective sense  : minimize
0.00/0.03	c Presolved Problem  :
0.00/0.03	c   Variables        : 700 (700 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.03	c   Constraints      : 1400
0.00/0.03	c Constraints        : Number
0.00/0.03	c   linear           : 1400 
0.00/0.03	c ** Instance transfer method used: 0
0.00/0.03	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.10	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.10	c                                Nodes    Active                                            
0.00/0.10	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
98.93/5.18	c         5          30604          97        20                -           0.0000          -
198.90/10.23	c        10          53871           1        20                -           0.0000          -
298.00/15.27	c        15          86316         128        20                -           0.0000          -
398.90/20.36	c        20           6634        4531        20                -           0.0000          -
499.62/25.40	c        25           9070        5985        20                -           0.0000          -
598.74/30.45	c        30          11765        7849        20                -           0.0000          -
697.56/35.48	c        35         176202         166        20                -           0.0000          -
798.52/40.53	c        41         198032         145        20                -           0.0000          -
897.47/45.58	c        46         221523         171        20                -           0.0000          -
1000.39/50.74	c        51         239131         164        20                -           0.0000          -
1101.30/55.81	c        56         261912         154        20                -           0.0000          -
1200.24/60.87	c        61         283630         153        20                -           0.0000          -
1301.18/65.91	c        66         306501         149        20                -           0.0000          -
1400.18/70.93	c        71          48838       42818        20                -           0.0000          -
1498.96/76.01	c        76          53031       46485        20                -           0.0000          -
1600.52/81.05	c        81          56972       49762        20                -           0.0000          -
1699.58/86.12	c        86          60880       53103        20                -           0.0000          -
1800.22/91.14	c        91          64911       56435        20                -           0.0000          -
1899.20/96.16	c        96          68508       59389        20                -           0.0000          -
1999.51/101.22	c       101          72718       62896        20                -           0.0000          -
2100.43/106.30	c       106          76558       66015        20                -           0.0000          -
2199.43/111.36	c       111          80388       69265        20                -           0.0000          -
2300.41/116.45	c       116          84246       72370        20                -           0.0000          -
2401.29/121.50	c       122         541526         133        20                -           0.0000          -
2500.27/126.55	c       127         558665         130        20                -           0.0000          -
2601.01/131.61	c       132         576724         122        20                -           0.0000          -
2699.99/136.65	c       137          68415       39086        20                -           0.0000          -
2801.09/141.71	c       142          71257       40721        20                -           0.0000          -
2899.93/146.79	c       147          74012       42190        20                -           0.0000          -
3000.89/151.83	c       152          76958       43692        20                -           0.0000          -
3099.86/156.88	c       157          79747       45227        20                -           0.0000          -
3200.80/161.94	c       162          82702       46620        20                -           0.0000          -
3299.77/166.99	c       167          85459       48402        20                -           0.0000          -
3401.56/172.04	c       172          88134       49787        20                -           0.0000          -
3500.49/177.09	c       177          91148       51139        20                -           0.0000          -
3601.27/182.14	c       182          93583       52797        20                -           0.0000          -
3700.23/187.19	c       187          96149       54457        20                -           0.0000          -
3800.29/192.23	c       192         141455      119932        20                -           0.0000          -
3899.12/197.29	c       197         145178      122890        20                -           0.0000          -
3999.95/202.35	c       202         891845         120        20                -           0.0000          -
4100.71/207.40	c       207         915761         150        20                -           0.0000          -
4199.65/212.46	c       212         938546         141        20                -           0.0000          -
4300.41/217.50	c       218         961892         155        20                -           0.0000          -
4399.35/222.56	c       223         985416         126        20                -           0.0000          -
4500.21/227.61	c       228        1009409         165        20                -           0.0000          -
4599.15/232.61	c       233         173134      146539        20                -           0.0000          -
4698.13/237.66	c       238         176806      149572        20                -           0.0000          -
4798.78/242.71	c       243         180605      152685        20                -           0.0000          -
4897.65/247.76	c       248         184294      155635        20                -           0.0000          -
4998.59/252.81	c       253         187855      158385        20                -           0.0000          -
5097.50/257.87	c       258         191467      161449        20                -           0.0000          -
5198.53/262.91	c       263         195245      164599        20                -           0.0000          -
5297.35/267.96	c       268         199018      167572        20                -           0.0000          -
5396.30/273.02	c       273         202626      170452        20                -           0.0000          -
5497.87/278.07	c       278         206286      173395        20                -           0.0000          -
5597.04/283.13	c       283         210227      176754        20                -           0.0000          -
5697.72/288.14	c       288         213917      179773        20                -           0.0000          -
5796.61/293.19	c       293         217551      182870        20                -           0.0000          -
5896.83/298.24	c       298         221515      186534        20                -           0.0000          -
5997.59/303.30	c       303         225376      189802        20                -           0.0000          -
6096.50/308.34	c       308         229290      193137        20                -           0.0000          -
6197.50/313.40	c       313         232989      196012        20                -           0.0000          -
6296.51/318.45	c       318         236970      199314        20                -           0.0000          -
6397.31/323.50	c       324         240604      202243        20                -           0.0000          -
6496.30/328.59	c       329         244590      205817        20                -           0.0000          -
6597.20/333.66	c       334         248269      208997        20                -           0.0000          -
6698.18/338.74	c       339         252128      212149        20                -           0.0000          -
6797.19/343.80	c       344         256034      215334        20                -           0.0000          -
6898.17/348.84	c       349         259837      218605        20                -           0.0000          -
6997.19/353.89	c       354         263799      221799        20                -           0.0000          -
7098.19/358.90	c       359         267321      224744        20                -           0.0000          -
7196.99/363.95	c       364         190591      105406        20                -           0.0000          -
7295.95/369.00	c       369         274718      230791        20                -           0.0000          -
7397.50/374.09	c       374         278361      233871        20                -           0.0000          -
7498.59/379.14	c       379         282133      236910        20                -           0.0000          -
7598.74/384.20	c       384         285835      239913        20                -           0.0000          -
7697.49/389.24	c       389         289503      243159        20                -           0.0000          -
7798.51/394.31	c       394         292904      246120        20                -           0.0000          -
7897.40/399.36	c       399         296858      249264        20                -           0.0000          -
7996.37/404.38	c       404         300528      252265        20                -           0.0000          -
8097.31/409.45	c       409         304357      255447        20                -           0.0000          -
8198.31/414.51	c       415         307844      258278        20                -           0.0000          -
8297.05/419.56	c       420         311566      261403        20                -           0.0000          -
8397.70/424.61	c       425         315252      264557        20                -           0.0000          -
8496.63/429.66	c       430         319319      268209        20                -           0.0000          -
8597.61/434.71	c       435         323147      271648        20                -           0.0000          -
8696.62/439.76	c       440         326940      274891        20                -           0.0000          -
8795.58/444.77	c       445         330763      278116        20                -           0.0000          -
8896.48/449.84	c       450         334543      281242        20                -           0.0000          -
8995.33/454.89	c       455         338511      284807        20                -           0.0000          -
9096.29/459.94	c       460         342576      288472        20                -           0.0000          -
9195.07/464.99	c       465         346321      291637        20                -           0.0000          -
9294.02/470.03	c       470         350125      295055        20                -           0.0000          -
9395.88/475.08	c       475         353892      298209        20                -           0.0000          -
9496.67/480.14	c       480         357574      301196        20                -           0.0000          -
9596.84/485.22	c       485         361006      303968        20                -           0.0000          -
9695.84/490.27	c       490         364597      306945        20                -           0.0000          -
9796.80/495.33	c       495         368306      309990        20                -           0.0000          -
9895.69/500.37	c       500         372039      313131        20                -           0.0000          -
9996.59/505.42	c       505        2313874         155        20                -           0.0000          -
10095.62/510.47	c       510        2337419         129        20                -           0.0000          -
10194.63/515.48	c       515        2361376         123        20                -           0.0000          -
10295.53/520.53	c       521        2385557         140        20                -           0.0000          -
10394.55/525.59	c       526        2410931         144        20                -           0.0000          -
10495.47/530.67	c       531        2434408         143        20                -           0.0000          -
10596.43/535.72	c       536        2456829         120        20                -           0.0000          -
10695.39/540.77	c       541        2480422         124        20                -           0.0000          -
10796.16/545.82	c       546        2504006         143        20                -           0.0000          -
10895.05/550.87	c       551         277832      153093        20                -           0.0000          -
10995.91/555.90	c       556         279854      154486        20                -           0.0000          -
11094.87/560.95	c       561         282313      155661        20                -           0.0000          -
11193.69/566.00	c       566        2602008         165        20                -           0.0000          -
11295.13/571.07	c       571         286649      157807        20                -           0.0000          -
11393.99/576.12	c       576        2650519         122        20                -           0.0000          -
11494.64/581.17	c       581        2675904         143        20                -           0.0000          -
11594.96/586.22	c       586        2702141         132        20                -           0.0000          -
11693.83/591.27	c       591        2727475         142        20                -           0.0000          -
11794.78/596.32	c       596        2753979         126        20                -           0.0000          -
11893.75/601.37	c       601        2780218         124        20                -           0.0000          -
11994.61/606.42	c       606        2806663         124        20                -           0.0000          -
12093.54/611.47	c       611        2832058         147        20                -           0.0000          -
12194.47/616.52	c       617        2859459         145        20                -           0.0000          -
12293.39/621.57	c       622        2888879         154        20                -           0.0000          -
12394.22/626.60	c       627        2916762         126        20                -           0.0000          -
12493.29/631.65	c       632        2943965         137        20                -           0.0000          -
12594.06/636.72	c       637        2970477         155        20                -           0.0000          -
12693.02/641.77	c       642        2996804         160        20                -           0.0000          -
12793.93/646.82	c       647        3024041         151        20                -           0.0000          -
12892.75/651.87	c       652        3050572         166        20                -           0.0000          -
12993.52/656.92	c       657        3078321         145        20                -           0.0000          -
13092.40/661.97	c       662        3105877         163        20                -           0.0000          -
13191.36/667.02	c       667        3133478         145        20                -           0.0000          -
13292.85/672.06	c       672        3160764         142        20                -           0.0000          -
13391.85/677.13	c       677        3189747         135        20                -           0.0000          -
13492.61/682.17	c       682        3217715         127        20                -           0.0000          -
13592.81/687.22	c       687        3245650         138        20                -           0.0000          -
13691.77/692.26	c       692        3272248         134        20                -           0.0000          -
13790.78/697.27	c       697        3299078         143        20                -           0.0000          -
13891.80/702.31	c       702        3326118         126        20                -           0.0000          -
13990.82/707.35	c       707        3353602         132        20                -           0.0000          -
14091.75/712.47	c       712         345751      190300        20                -           0.0000          -
14192.74/717.52	c       718         348197      191375        20                -           0.0000          -
14291.55/722.57	c       723         349942      192055        20                -           0.0000          -
14392.56/727.62	c       728         351864      193093        20                -           0.0000          -
14491.59/732.67	c       733         354149      194382        20                -           0.0000          -
14592.54/737.72	c       738        3521258         137        20                -           0.0000          -
14691.58/742.77	c       743        3549787         155        20                -           0.0000          -
14792.51/747.82	c       748        3577559         164        20                -           0.0000          -
14891.07/752.84	c       753        3606739         143        20                -           0.0000          -
14992.04/757.92	c       758        3634300         151        20                -           0.0000          -
15091.07/762.97	c       763        3662444         127        20                -           0.0000          -
15190.13/768.02	c       768        3690300         137        20                -           0.0000          -
15291.75/773.07	c       773        3717501         124        20                -           0.0000          -
15390.81/778.12	c       778        3744906         137        20                -           0.0000          -
15491.55/783.17	c       783        3770650         136        20                -           0.0000          -
15591.51/788.22	c       788         585273      492428        20                -           0.0000          -
15690.51/793.27	c       793         588872      495119        20                -           0.0000          -
15791.46/798.33	c       798         592335      498060        20                -           0.0000          -
15890.39/803.37	c       803         596022      501291        20                -           0.0000          -
15990.99/808.42	c       808         599709      504338        20                -           0.0000          -
16090.02/813.47	c       813         603325      507138        20                -           0.0000          -
16191.00/818.52	c       819        3961005         131        20                -           0.0000          -
16289.87/823.54	c       824        3987886         139        20                -           0.0000          -
16390.79/828.62	c       829         390565      213061        20                -           0.0000          -
16489.80/833.67	c       834         392526      214089        20                -           0.0000          -
16590.73/838.72	c       839         394566      215250        20                -           0.0000          -
16689.82/843.78	c       844         397163      216398        20                -           0.0000          -
16790.73/848.80	c       849         399191      217535        20                -           0.0000          -
16889.70/853.85	c       854        4153398         124        20                -           0.0000          -
16990.65/858.90	c       859        4182589         131        20                -           0.0000          -
17089.67/863.95	c       864        4211242         127        20                -           0.0000          -
17188.54/869.00	c       869        4239242         144        20                -           0.0000          -
17290.19/874.05	c       874        4268323         135        20                -           0.0000          -
17389.03/879.12	c       879        4297871         119        20                -           0.0000          -
17490.13/884.17	c       884        4324353         143        20                -           0.0000          -
17590.31/889.21	c       889        4351579         132        20                -           0.0000          -
17689.34/894.22	c       894        4377216         125        20                -           0.0000          -
17788.27/899.24	c       899        4404736         132        20                -           0.0000          -
17887.23/904.26	c       904        4431857         145        20                -           0.0000          -
17986.24/909.25	c       909        4459910         143        20                -           0.0000          -
18085.00/914.29	c       914        4488014         139        20                -           0.0000          -
18186.03/919.37	c       919         423003      229301        20                -           0.0000          -
18287.04/924.43	c       924         425238      230401        20                -           0.0000          -
18388.05/929.51	c       930         427382      231421        20                -           0.0000          -
18486.83/934.56	c       935         429505      232528        20                -           0.0000          -
18587.71/939.64	c       940         432131      233777        20                -           0.0000          -
18688.71/944.70	c       945         433902      234494        20                -           0.0000          -
18787.72/949.77	c       950        4688772         128        20                -           0.0000          -
18888.60/954.81	c       955        4715798         138        20                -           0.0000          -
18987.64/959.89	c       960         708412      596262        20                -           0.0000          -
19088.64/964.96	c       965         712087      599410        20                -           0.0000          -
19187.64/970.02	c       970         715707      602239        20                -           0.0000          -
19289.18/975.06	c       975         719207      605281        20                -           0.0000          -
19388.26/980.12	c       980         723050      608585        20                -           0.0000          -
19488.92/985.17	c       985         726870      611877        20                -           0.0000          -
19589.39/990.22	c       990         730920      615551        20                -           0.0000          -
19688.35/995.27	c       995         734694      619032        20                -           0.0000          -
19789.30/1000.32	c      1000         738333      622068        20                -           0.0000          -
19888.31/1005.37	c      1005         741811      625147        20                -           0.0000          -
19989.31/1010.42	c      1010         745293      628032        20                -           0.0000          -
20088.32/1015.47	c      1015         748897      631093        20                -           0.0000          -
20189.32/1020.52	c      1021         752280      634002        20                -           0.0000          -
20288.10/1025.57	c      1026        5093909         132        20                -           0.0000          -
20389.02/1030.62	c      1031        5121273         135        20                -           0.0000          -
20488.22/1035.67	c      1036        5148222         127        20                -           0.0000          -
20589.07/1040.72	c      1041        5175571         156        20                -           0.0000          -
20688.00/1045.77	c      1046        5202945         140        20                -           0.0000          -
20789.12/1050.82	c      1051        5230034         136        20                -           0.0000          -
20887.85/1055.83	c      1056        5257334         137        20                -           0.0000          -
20988.65/1060.90	c      1061         478380      256925        20                -           0.0000          -
21087.69/1065.95	c      1066         480212      257652        20                -           0.0000          -
21186.73/1071.00	c      1071         482066      258339        20                -           0.0000          -
21288.35/1076.06	c      1076        5373642         131        20                -           0.0000          -
21387.20/1081.12	c      1081        5403403         131        20                -           0.0000          -
21488.22/1086.17	c      1086        5432611         152        20                -           0.0000          -
21588.48/1091.22	c      1091        5460063         157        20                -           0.0000          -
21687.50/1096.27	c      1096        5488994         144        20                -           0.0000          -
21788.52/1101.32	c      1101        5516613         126        20                -           0.0000          -
21887.49/1106.33	c      1106        5543298         134        20                -           0.0000          -
21988.23/1111.40	c      1111        5572425         130        20                -           0.0000          -
22087.22/1116.44	c      1116        5600945         140        20                -           0.0000          -
22188.19/1121.50	c      1122        5629052         143        20                -           0.0000          -
22286.88/1126.57	c      1127        5656837         139        20                -           0.0000          -
22387.76/1131.62	c      1132         830232      699464        20                -           0.0000          -
22486.44/1136.67	c      1137         833617      702115        20                -           0.0000          -
22587.21/1141.72	c      1142        5742679         142        20                -           0.0000          -
22686.08/1146.77	c      1147        5770477         174        20                -           0.0000          -
22786.82/1151.83	c      1152        5799779         133        20                -           0.0000          -
22885.73/1156.87	c      1157        5827836         131        20                -           0.0000          -
22984.83/1161.88	c      1162        5856101         147        20                -           0.0000          -
23085.64/1166.92	c      1167        5883357         127        20                -           0.0000          -
23184.54/1171.96	c      1172        5912431         143        20                -           0.0000          -
23283.49/1177.01	c      1177        5939029         131        20                -           0.0000          -
23382.42/1182.03	c      1182         518892      277876        20                -           0.0000          -
23483.98/1187.09	c      1187         520579      278698        20                -           0.0000          -
23586.34/1192.20	c      1192         521940      279295        20                -           0.0000          -
23685.33/1197.26	c      1197        6056015         155        20                -           0.0000          -
23785.96/1202.32	c      1202        6087513         138        20                -           0.0000          -
23884.96/1207.38	c      1207        6116200         128        20                -           0.0000          -
23985.92/1212.42	c      1212        6145589         145        20                -           0.0000          -
24084.90/1217.47	c      1217        6174567         136        20                -           0.0000          -
24185.90/1222.52	c      1223        6202612         127        20                -           0.0000          -
24284.75/1227.57	c      1228        6232730         127        20                -           0.0000          -
24385.76/1232.62	c      1233        6262937         137        20                -           0.0000          -
24484.75/1237.67	c      1238        6292433         127        20                -           0.0000          -
24585.65/1242.72	c      1243        6323175         136        20                -           0.0000          -
24684.49/1247.77	c      1248         907677      762474        20                -           0.0000          -
24785.33/1252.82	c      1253        6381192         144        20                -           0.0000          -
24884.37/1257.87	c      1258        6410822         140        20                -           0.0000          -
24985.39/1262.92	c      1263        6439651         139        20                -           0.0000          -
25084.38/1267.98	c      1268        6468701         137        20                -           0.0000          -
25183.27/1273.02	c      1273         546999      291860        20                -           0.0000          -
25284.72/1278.07	c      1278         548334      292731        20                -           0.0000          -
25383.71/1283.12	c      1283         549660      293525        20                -           0.0000          -
25484.37/1288.17	c      1288        6589128         136        20                -           0.0000          -
25584.65/1293.22	c      1293        6618820         129        20                -           0.0000          -
25683.61/1298.26	c      1298        6647956         134        20                -           0.0000          -
25784.61/1303.33	c      1303        6677138         142        20                -           0.0000          -
25883.61/1308.37	c      1308        6706200         146        20                -           0.0000          -
25984.62/1313.40	c      1313        6735629         147        20                -           0.0000          -
26083.56/1318.43	c      1318        6763440         142        20                -           0.0000          -
26184.53/1323.50	c      1324        6792911         129        20                -           0.0000          -
26283.53/1328.55	c      1329        6821727         125        20                -           0.0000          -
26384.43/1333.61	c      1334        6851314         150        20                -           0.0000          -
26483.42/1338.67	c      1339        6881626         147        20                -           0.0000          -
26584.36/1343.72	c      1344        6912741         141        20                -           0.0000          -
26683.29/1348.77	c      1349         568090      302512        20                -           0.0000          -
26784.22/1353.82	c      1354         569284      302941        20                -           0.0000          -
26883.21/1358.87	c      1359         570881      303757        20                -           0.0000          -
26984.23/1363.92	c      1364         987106      829414        20                -           0.0000          -
27083.26/1368.97	c      1369         990637      832421        20                -           0.0000          -
27182.31/1374.02	c      1374         993894      835045        20                -           0.0000          -
27284.13/1379.07	c      1379        7117870         149        20                -           0.0000          -
27382.59/1384.09	c      1384        7145120         141        20                -           0.0000          -
27483.89/1389.14	c      1389        7175031         138        20                -           0.0000          -
27583.84/1394.20	c      1394        7204943         137        20                -           0.0000          -
27682.67/1399.25	c      1399        7233463         143        20                -           0.0000          -
27783.48/1404.30	c      1404        7262521         139        20                -           0.0000          -
27882.49/1409.37	c      1409        7291311         142        20                -           0.0000          -
27983.47/1414.42	c      1414        7321158         132        20                -           0.0000          -
28082.35/1419.47	c      1419        7351872         146        20                -           0.0000          -
28183.21/1424.52	c      1425        7381619         126        20                -           0.0000          -
28281.98/1429.57	c      1430        7410454         140        20                -           0.0000          -
28382.86/1434.61	c      1435         590776      314935        20                -           0.0000          -
28481.79/1439.64	c      1440         591590      315269        20                -           0.0000          -
28580.94/1444.65	c      1445        7498831         139        20                -           0.0000          -
28681.68/1449.70	c      1450        1045013      877573        20                -           0.0000          -
28780.67/1454.76	c      1455        7559542         148        20                -           0.0000          -
28881.55/1459.82	c      1460        1051342      882698        20                -           0.0000          -
28980.58/1464.84	c      1465        1054527      885216        20                -           0.0000          -
29081.53/1469.91	c      1470        1058071      888316        20                -           0.0000          -
29180.57/1475.02	c      1475        1061330      891085        20                -           0.0000          -
29282.28/1480.07	c      1480        1064569      893565        20                -           0.0000          -
29381.28/1485.12	c      1485        1068118      896677        20                -           0.0000          -
29482.20/1490.17	c      1490        1071676      899878        20                -           0.0000          -
29582.64/1495.22	c      1495         605201      321646        20                -           0.0000          -
29681.63/1500.27	c      1500         606347      321898        20                -           0.0000          -
29780.64/1505.28	c      1505         607932      322243        20                -           0.0000          -
29881.53/1510.38	c      1510        1084827      910816        20                -           0.0000          -
29982.57/1515.43	c      1515        7915069         131        20                -           0.0000          -
30081.63/1520.48	c      1520        7943426         138        20                -           0.0000          -
30182.59/1525.53	c      1526        7972610         139        20                -           0.0000          -
30281.64/1530.58	c      1531        8003052         134        20                -           0.0000          -
30382.75/1535.63	c      1536        8034369         145        20                -           0.0000          -
30481.64/1540.68	c      1541        8063881         136        20                -           0.0000          -
30582.65/1545.73	c      1546        8094099         156        20                -           0.0000          -
30681.64/1550.78	c      1551        8124644         134        20                -           0.0000          -
30782.56/1555.83	c      1556        8154382         127        20                -           0.0000          -
30881.58/1560.88	c      1561        8184710         140        20                -           0.0000          -
30982.45/1565.90	c      1566        8215403         142        20                -           0.0000          -
31081.23/1570.98	c      1571         625419      330996        20                -           0.0000          -
31180.23/1576.03	c      1576         626413      331519        20                -           0.0000          -
31282.06/1581.04	c      1581        8304465         147        20                -           0.0000          -
31380.83/1586.06	c      1586        8336022         154        20                -           0.0000          -
31480.10/1591.11	c      1591        8366521         126        20                -           0.0000          -
31580.96/1596.17	c      1596        8398415         140        20                -           0.0000          -
31679.73/1601.19	c      1601        8428123         134        20                -           0.0000          -
31780.07/1606.20	c      1606        8460647         128        20                -           0.0000          -
31878.99/1611.23	c      1611        1148992      963734        20                -           0.0000          -
31978.03/1616.24	c      1616        1152234      966347        20                -           0.0000          -
32077.08/1621.25	c      1621        8556942         138        20                -           0.0000          -
32178.08/1626.34	c      1626         638389      337275        20                -           0.0000          -
32276.72/1631.39	c      1631         639670      337832        20                -           0.0000          -
32377.75/1636.44	c      1636         640886      338398        20                -           0.0000          -
32476.67/1641.49	c      1642         642448      339018        20                -           0.0000          -
32577.68/1646.54	c      1647        1172269      983755        20                -           0.0000          -
32676.70/1651.59	c      1652        1175585      986515        20                -           0.0000          -
32777.67/1656.65	c      1657        1178671      989165        20                -           0.0000          -
32876.56/1661.67	c      1662        1181796      991735        20                -           0.0000          -
32977.40/1666.72	c      1667        1185032      994523        20                -           0.0000          -
33076.39/1671.74	c      1672        1188322      997114        20                -           0.0000          -
33177.24/1676.80	c      1677        8887966         140        20                -           0.0000          -
33278.07/1681.91	c      1682        8918008         136        20                -           0.0000          -
33377.11/1686.96	c      1687        8948871         128        20                -           0.0000          -
33476.06/1691.99	c      1692        8980102         138        20                -           0.0000          -
33577.90/1697.06	c      1697         658336      345949        20                -           0.0000          -
33676.77/1702.11	c      1702         660035      346640        20                -           0.0000          -
33777.79/1707.16	c      1707         661201      347180        20                -           0.0000          -
33876.70/1712.18	c      1712         662339      347734        20                -           0.0000          -
33976.94/1717.21	c      1717        9137222         132        20                -           0.0000          -
34075.99/1722.28	c      1722        1220120     1023424        20                -           0.0000          -
34177.03/1727.33	c      1727        1223377     1026205        20                -           0.0000          -
34278.04/1732.40	c      1732        1226486     1028754        20                -           0.0000          -
34377.07/1737.46	c      1737        1229427     1031052        20                -           0.0000          -
34478.08/1742.52	c      1743        1232303     1033298        20                -           0.0000          -
34577.09/1747.57	c      1748        1235817     1036374        20                -           0.0000          -
34678.06/1752.61	c      1753        1239093     1039140        20                -           0.0000          -
34777.06/1757.66	c      1758        1242406     1041964        20                -           0.0000          -
34876.01/1762.67	c      1763         674473      352911        20                -           0.0000          -
34976.86/1767.76	c      1768         676259      353784        20                -           0.0000          -
35077.79/1772.81	c      1773         678617      354566        20                -           0.0000          -
35176.73/1777.86	c      1778         680617      355309        20                -           0.0000          -
35275.74/1782.89	c      1783         682074      355880        20                -           0.0000          -
35376.74/1787.96	c      1788         683161      356349        20                -           0.0000          -
35475.70/1793.01	c      1793        9588905         160        20                -           0.0000          -
35577.40/1798.06	c      1798        9620488         145        20                -           0.0000          -
35676.18/1803.11	c      1803        9650565         137        20                -           0.0000          -
35777.29/1808.18	c      1808        9679832         127        20                -           0.0000          -
35877.34/1813.21	c      1813        9707776         124        20                -           0.0000          -
35976.37/1818.22	c      1818        9737566         129        20                -           0.0000          -
36075.37/1823.25	c      1823        9765648         138        20                -           0.0000          -
36174.40/1828.27	c      1828        9793590         133        20                -           0.0000          -
36275.34/1833.34	c      1833        9822791         140        20                -           0.0000          -
36376.34/1838.46	c      1838        1292897     1085154        20                -           0.0000          -
36477.29/1843.53	c      1844         699737      365048        20                -           0.0000          -
36576.34/1848.59	c      1849         701345      366009        20                -           0.0000          -
36677.37/1853.63	c      1854         702827      367018        20                -           0.0000          -
36776.44/1858.68	c      1859         704256      367866        20                -           0.0000          -
36877.34/1863.73	c      1864         706253      368981        20                -           0.0000          -
36976.49/1868.78	c      1869         707901      370131        20                -           0.0000          -
37077.32/1873.83	c      1874       10064366         140        20                -           0.0000          -
37176.34/1878.88	c      1879       10093431         159        20                -           0.0000          -
37277.20/1883.93	c      1884       10124998         140        20                -           0.0000          -
37376.25/1888.97	c      1889       10155198         135        20                -           0.0000          -
37475.29/1894.00	c      1894       10184992         136        20                -           0.0000          -
37574.29/1899.02	c      1899        1329718     1115345        20                -           0.0000          -
37676.05/1904.06	c      1904        1332742     1117695        20                -           0.0000          -
37775.02/1909.12	c      1909        1335956     1120197        20                -           0.0000          -
37875.54/1914.15	c      1914        1338825     1122547        20                -           0.0000          -
37974.63/1919.18	c      1919        1341943     1124859        20                -           0.0000          -
38074.94/1924.28	c      1924        1344734     1127023        20                -           0.0000          -
38175.85/1929.34	c      1929       10393571         136        20                -           0.0000          -
38276.86/1934.42	c      1934       10424881         126        20                -           0.0000          -
38375.91/1939.42	c      1939       10456410         122        20                -           0.0000          -
38474.97/1944.46	c      1944        1356746     1136916        20                -           0.0000          -
38576.02/1949.57	c      1950         733716      383781        20                -           0.0000          -
38677.00/1954.65	c      1955         734686      384529        20                -           0.0000          -
38777.83/1959.70	c      1960         735726      385288        20                -           0.0000          -
38876.90/1964.75	c      1965         736986      385934        20                -           0.0000          -
38977.85/1969.80	c      1970        1371864     1149265        20                -           0.0000          -
39076.84/1974.83	c      1975        1375220     1152282        20                -           0.0000          -
39177.80/1979.90	c      1980       10708578         134        20                -           0.0000          -
39276.68/1984.95	c      1985       10738644         129        20                -           0.0000          -
39375.64/1990.00	c      1990       10768425         165        20                -           0.0000          -
39477.28/1995.05	c      1995       10798766         131        20                -           0.0000          -
39576.46/2000.10	c      2000       10831309         135        20                -           0.0000          -
39677.28/2005.15	c      2005       10863751         133        20                -           0.0000          -
39776.25/2010.19	c      2010       10896524         157        20                -           0.0000          -
39876.59/2015.25	c      2015       10928188         140        20                -           0.0000          -
39977.60/2020.30	c      2020       10959270         136        20                -           0.0000          -
40076.63/2025.35	c      2025       10990837         142        20                -           0.0000          -
40175.64/2030.39	c      2030         755210      393979        20                -           0.0000          -
40276.31/2035.44	c      2035        1413963     1185026        20                -           0.0000          -
40377.09/2040.50	c      2041         758973      395876        20                -           0.0000          -
40476.11/2045.56	c      2046         760443      396660        20                -           0.0000          -
40577.12/2050.60	c      2051         762098      397427        20                -           0.0000          -
40676.15/2055.65	c      2056         763351      398038        20                -           0.0000          -
40777.17/2060.70	c      2061       11208990         140        20                -           0.0000          -
40876.21/2065.72	c      2066       11237645         123        20                -           0.0000          -
40975.23/2070.73	c      2071       11267407         139        20                -           0.0000          -
41074.26/2075.77	c      2076       11297531         139        20                -           0.0000          -
41177.20/2080.90	c      2081       11327387         128        20                -           0.0000          -
41276.02/2085.95	c      2086       11357520         126        20                -           0.0000          -
41375.05/2091.01	c      2091       11388211         121        20                -           0.0000          -
41476.34/2096.05	c      2096       11418432         129        20                -           0.0000          -
41575.20/2101.07	c      2101        1455272     1219469        20                -           0.0000          -
41676.23/2106.15	c      2106         775981      406017        20                -           0.0000          -
41776.53/2111.21	c      2111        1461623     1225006        20                -           0.0000          -
41875.50/2116.25	c      2116        1464729     1227692        20                -           0.0000          -
41976.50/2121.31	c      2121        1467828     1230143        20                -           0.0000          -
42075.48/2126.32	c      2126        1470758     1232535        20                -           0.0000          -
42174.36/2131.37	c      2131        1473718     1234925        20                -           0.0000          -
42273.41/2136.40	c      2136        1476870     1237412        20                -           0.0000          -
42376.38/2141.50	c      2142        1479929     1239752        20                -           0.0000          -
42475.41/2146.55	c      2147        1482838     1242085        20                -           0.0000          -
42576.47/2151.60	c      2152       11760557         131        20                -           0.0000          -
42675.54/2156.65	c      2157       11790391         135        20                -           0.0000          -
42776.56/2161.70	c      2162       11821575         130        20                -           0.0000          -
42875.63/2166.75	c      2167         790692      413334        20                -           0.0000          -
42976.67/2171.80	c      2172         791997      414147        20                -           0.0000          -
43075.72/2176.85	c      2177        1500317     1256247        20                -           0.0000          -
43176.75/2181.90	c      2182        1503762     1259092        20                -           0.0000          -
43275.79/2186.95	c      2187       11976344         124        20                -           0.0000          -
43374.55/2192.00	c      2192       12008222         128        20                -           0.0000          -
43476.05/2197.05	c      2197       12039315         125        20                -           0.0000          -
43574.94/2202.07	c      2202       12071888         127        20                -           0.0000          -
43673.82/2207.10	c      2207       12102055         128        20                -           0.0000          -
43774.86/2212.15	c      2212       12134324         128        20                -           0.0000          -
43875.17/2217.23	c      2217       12165634         128        20                -           0.0000          -
43975.99/2222.30	c      2222       12196662         135        20                -           0.0000          -
44075.02/2227.32	c      2227       12229596         123        20                -           0.0000          -
44173.98/2232.37	c      2232         807687      422406        20                -           0.0000          -
44274.99/2237.48	c      2237         808895      423221        20                -           0.0000          -
44376.02/2242.55	c      2243         809963      423888        20                -           0.0000          -
44477.05/2247.60	c      2248       12358692         138        20                -           0.0000          -
44575.78/2252.62	c      2253        1545988     1293546        20                -           0.0000          -
44676.46/2257.70	c      2258        1549050     1296303        20                -           0.0000          -
44775.24/2262.77	c      2263       12455868         136        20                -           0.0000          -
44876.28/2267.82	c      2268       12488818         144        20                -           0.0000          -
44975.32/2272.84	c      2273       12520456         152        20                -           0.0000          -
45076.27/2277.92	c      2278       12552793         126        20                -           0.0000          -
45175.31/2282.97	c      2283        1563873     1308578        20                -           0.0000          -
45274.35/2288.02	c      2288         821946      430459        20                -           0.0000          -
45376.05/2293.05	c      2293         823488      431225        20                -           0.0000          -
45475.08/2298.05	c      2298         825050      431952        20                -           0.0000          -
45573.93/2303.09	c      2303         826219      432561        20                -           0.0000          -
45674.90/2308.14	c      2308         827654      433330        20                -           0.0000          -
45775.10/2313.25	c      2313       12777695         133        20                -           0.0000          -
45875.94/2318.32	c      2318       12809027         146        20                -           0.0000          -
45974.85/2323.37	c      2323       12840175         136        20                -           0.0000          -
46075.86/2328.42	c      2328        1589539     1329453        20                -           0.0000          -
46174.87/2333.46	c      2333        1592971     1332363        20                -           0.0000          -
46275.87/2338.52	c      2339       12934357         136        20                -           0.0000          -
46374.92/2343.57	c      2344       12966295         147        20                -           0.0000          -
46475.95/2348.62	c      2349       12997693         130        20                -           0.0000          -
46574.88/2353.64	c      2354       13028866         130        20                -           0.0000          -
46675.86/2358.72	c      2359         842095      441358        20                -           0.0000          -
46774.91/2363.77	c      2364         843293      442001        20                -           0.0000          -
46873.97/2368.79	c      2369        1612830     1348791        20                -           0.0000          -
46973.03/2373.79	c      2374        1615791     1351189        20                -           0.0000          -
47074.07/2378.84	c      2379        1618594     1353431        20                -           0.0000          -
47175.12/2383.97	c      2384       13211291         125        20                -           0.0000          -
47274.18/2389.02	c      2389       13243146         138        20                -           0.0000          -
47375.81/2394.07	c      2394       13274098         138        20                -           0.0000          -
47474.68/2399.12	c      2399       13304744         131        20                -           0.0000          -
47575.82/2404.17	c      2404       13335112         134        20                -           0.0000          -
47676.11/2409.22	c      2409         855038      448681        20                -           0.0000          -
47775.07/2414.27	c      2414         856156      449238        20                -           0.0000          -
47875.93/2419.31	c      2419       13428194         134        20                -           0.0000          -
47974.98/2424.37	c      2424       13458953         139        20                -           0.0000          -
48076.02/2429.42	c      2429       13489832         119        20                -           0.0000          -
48175.07/2434.45	c      2434        1650511     1379918        20                -           0.0000          -
48274.12/2439.47	c      2439        1653361     1382199        20                -           0.0000          -
48375.17/2444.53	c      2445        1656239     1384796        20                -           0.0000          -
48476.22/2449.62	c      2450         864948      454409        20                -           0.0000          -
48575.11/2454.67	c      2455         866111      454961        20                -           0.0000          -
48675.71/2459.72	c      2460       13680558         146        20                -           0.0000          -
48774.68/2464.76	c      2465       13712090         127        20                -           0.0000          -
48875.71/2469.81	c      2470       13743528         124        20                -           0.0000          -
48974.72/2474.84	c      2475        1674598     1400816        20                -           0.0000          -
49075.73/2479.92	c      2480       13807824         124        20                -           0.0000          -
49174.85/2484.97	c      2485       13840566         130        20                -           0.0000          -
49273.74/2490.02	c      2490       13872789         146        20                -           0.0000          -
49375.42/2495.07	c      2495         875534      460257        20                -           0.0000          -
49474.42/2500.09	c      2500         876579      460743        20                -           0.0000          -
49575.30/2505.17	c      2505         877825      461343        20                -           0.0000          -
49675.68/2510.22	c      2510       14010385         142        20                -           0.0000          -
49774.71/2515.27	c      2515       14044206         160        20                -           0.0000          -
49873.71/2520.28	c      2520       14077447         155        20                -           0.0000          -
49974.72/2525.37	c      2525       14109446         124        20                -           0.0000          -
50075.63/2530.42	c      2530       14140277         125        20                -           0.0000          -
50174.66/2535.47	c      2535       14170736         144        20                -           0.0000          -
50275.65/2540.52	c      2541       14202600         138        20                -           0.0000          -
50374.68/2545.54	c      2546         887587      466996        20                -           0.0000          -
50473.60/2550.59	c      2551         889213      467834        20                -           0.0000          -
50574.44/2555.67	c      2556         890696      468558        20                -           0.0000          -
50675.09/2560.72	c      2561       14326074         132        20                -           0.0000          -
50774.09/2565.75	c      2566        1726289     1442672        20                -           0.0000          -
50875.14/2570.83	c      2571        1729284     1445045        20                -           0.0000          -
50974.16/2575.84	c      2576        1732210     1447297        20                -           0.0000          -
51075.21/2580.93	c      2581        1735062     1449622        20                -           0.0000          -
51174.26/2585.99	c      2586       14474729         143        20                -           0.0000          -
51275.83/2591.03	c      2591        1740582     1454080        20                -           0.0000          -
51374.93/2596.05	c      2596       14533951         138        20                -           0.0000          -
51473.89/2601.13	c      2601         902641      474082        20                -           0.0000          -
51574.66/2606.18	c      2606         904110      474756        20                -           0.0000          -
51674.12/2611.19	c      2611         905715      475497        20                -           0.0000          -
51774.26/2616.21	c      2616       14651537         137        20                -           0.0000          -
51875.17/2621.31	c      2621        1757893     1468410        20                -           0.0000          -
51974.22/2626.33	c      2626        1760661     1470666        20                -           0.0000          -
52073.26/2631.37	c      2631        1763366     1472796        20                -           0.0000          -
52172.29/2636.39	c      2636       14772133         161        20                -           0.0000          -
52273.33/2641.49	c      2642         912550      479321        20                -           0.0000          -
52374.04/2646.58	c      2647         913776      479920        20                -           0.0000          -
52474.75/2651.64	c      2652         915077      480577        20                -           0.0000          -
52573.48/2656.66	c      2657         916355      481116        20                -           0.0000          -
52674.47/2661.73	c      2662       14935129         134        20                -           0.0000          -
52773.38/2666.76	c      2667       14965897         147        20                -           0.0000          -
52874.40/2671.82	c      2672       14996989         129        20                -           0.0000          -
52973.44/2676.89	c      2677       15028926         135        20                -           0.0000          -
53074.37/2681.94	c      2682       15060892         142        20                -           0.0000          -
53173.36/2686.99	c      2687       15090569         159        20                -           0.0000          -
53275.00/2692.05	c      2692       15121640         148        20                -           0.0000          -
53373.93/2697.11	c      2697       15154397         124        20                -           0.0000          -
53475.13/2702.15	c      2702       15184250         139        20                -           0.0000          -
53574.15/2707.16	c      2707       15214035         129        20                -           0.0000          -
53672.90/2712.17	c      2712        1808852     1510960        20                -           0.0000          -
53773.49/2717.24	c      2717         932080      489978        20                -           0.0000          -
53872.61/2722.27	c      2722        1814653     1515822        20                -           0.0000          -
53973.34/2727.38	c      2727       15337537         146        20                -           0.0000          -
54074.39/2732.45	c      2732       15371017         134        20                -           0.0000          -
54175.30/2737.50	c      2738       15402358         137        20                -           0.0000          -
54274.52/2742.55	c      2743        1826600     1525972        20                -           0.0000          -
54375.30/2747.61	c      2748        1829664     1528495        20                -           0.0000          -
54474.25/2752.65	c      2753        1832321     1530659        20                -           0.0000          -
54575.24/2757.70	c      2758        1835342     1533279        20                -           0.0000          -
54674.08/2762.75	c      2763        1838296     1535744        20                -           0.0000          -
54775.00/2767.80	c      2768         945107      496327        20                -           0.0000          -
54874.02/2772.85	c      2773       15625678         157        20                -           0.0000          -
54972.89/2777.86	c      2778       15659471         150        20                -           0.0000          -
55073.83/2782.91	c      2783       15693273         159        20                -           0.0000          -
55172.83/2787.96	c      2788       15729538         159        20                -           0.0000          -
55274.38/2793.04	c      2793       15765675         162        20                -           0.0000          -
55373.35/2798.10	c      2798       15795757         149        20                -           0.0000          -
55474.48/2803.15	c      2803       15830063         156        20                -           0.0000          -
55574.62/2808.20	c      2808       15861481         147        20                -           0.0000          -
55673.59/2813.25	c      2813       15893061         136        20                -           0.0000          -
55772.57/2818.29	c      2818        1868958     1560213        20                -           0.0000          -
55873.28/2823.36	c      2823        1871619     1562356        20                -           0.0000          -
55972.26/2828.37	c      2828        1874346     1564584        20                -           0.0000          -
56073.11/2833.41	c      2833        1876967     1566698        20                -           0.0000          -
56171.85/2838.50	c      2839       16045737         129        20                -           0.0000          -
56272.67/2843.55	c      2844       16076527         136        20                -           0.0000          -
56373.62/2848.60	c      2849       16106114         137        20                -           0.0000          -
56472.45/2853.65	c      2854       16135357         128        20                -           0.0000          -
56573.11/2858.70	c      2859        1890791     1577703        20                -           0.0000          -
56672.12/2863.72	c      2864       16192242         128        20                -           0.0000          -
56771.17/2868.80	c      2869       16223590         128        20                -           0.0000          -
56872.17/2873.85	c      2874        1898839     1584031        20                -           0.0000          -
56970.99/2878.89	c      2879       16280663         144        20                -           0.0000          -
57072.01/2883.95	c      2884         974535      512425        20                -           0.0000          -
57171.03/2889.00	c      2889         975878      512959        20                -           0.0000          -
57269.85/2894.03	c      2894        1909942     1593340        20                -           0.0000          -
57371.39/2899.07	c      2899         978008      513972        20                -           0.0000          -
57472.24/2904.15	c      2904       16435576         128        20                -           0.0000          -
57572.79/2909.20	c      2909       16467272         141        20                -           0.0000          -
57671.84/2914.25	c      2914       16497321         131        20                -           0.0000          -
57772.69/2919.30	c      2919       16528497         142        20                -           0.0000          -
57871.71/2924.35	c      2924        1927448     1608281        20                -           0.0000          -
57972.70/2929.40	c      2929        1930729     1610985        20                -           0.0000          -
58071.66/2934.43	c      2934       16624674         143        20                -           0.0000          -
58170.37/2939.44	c      2939       16656168         157        20                -           0.0000          -
58269.46/2944.46	c      2944       16687882         157        20                -           0.0000          -
58368.55/2949.48	c      2949         989280      521207        20                -           0.0000          -
58469.55/2954.54	c      2955         990394      521778        20                -           0.0000          -
58570.57/2959.60	c      2960        1947250     1624793        20                -           0.0000          -
58669.61/2964.67	c      2965       16822880         151        20                -           0.0000          -
58770.48/2969.73	c      2970        1953072     1630030        20                -           0.0000          -
58871.31/2974.80	c      2975       16888858         145        20                -           0.0000          -
58970.30/2979.85	c      2980       16920122         155        20                -           0.0000          -
59069.33/2984.89	c      2985       16952331         158        20                -           0.0000          -
59170.32/2989.98	c      2990       16985761         137        20                -           0.0000          -
59271.80/2995.03	c      2995       17017506         150        20                -           0.0000          -
59370.77/3000.11	c      3000       17048184         132        20                -           0.0000          -
59471.93/3005.16	c      3005       17080330         159        20                -           0.0000          -
59572.24/3010.21	c      3010        1003307      528157        20                -           0.0000          -
59671.23/3015.24	c      3015        1979013     1651230        20                -           0.0000          -
59770.22/3020.26	c      3020        1982035     1653722        20                -           0.0000          -
59871.15/3025.33	c      3025        1985055     1656186        20                -           0.0000          -
59972.10/3030.41	c      3030        1987779     1658382        20                -           0.0000          -
60071.12/3035.46	c      3035        1990322     1660456        20                -           0.0000          -
60172.08/3040.51	c      3041        1993224     1662720        20                -           0.0000          -
60271.16/3045.56	c      3046       17332537         149        20                -           0.0000          -
60370.22/3050.59	c      3051       17363968         157        20                -           0.0000          -
60471.17/3055.66	c      3056       17396692         155        20                -           0.0000          -
60572.21/3060.71	c      3061        2004675     1672919        20                -           0.0000          -
60671.24/3065.76	c      3066       17460978         155        20                -           0.0000          -
60770.18/3070.78	c      3071       17494441         152        20                -           0.0000          -
60869.20/3075.79	c      3076       17526889         147        20                -           0.0000          -
60972.45/3080.91	c      3081       17560104         125        20                -           0.0000          -
61071.35/3085.96	c      3086       17592694         137        20                -           0.0000          -
61170.44/3091.01	c      3091       17624969         138        20                -           0.0000          -
61272.09/3096.06	c      3096        1022171      538427        20                -           0.0000          -
61371.27/3101.08	c      3101        2027881     1693040        20                -           0.0000          -
61470.36/3106.10	c      3106        2031000     1695735        20                -           0.0000          -
61572.71/3111.21	c      3111       17750841         152        20                -           0.0000          -
61671.80/3116.26	c      3116       17781558         137        20                -           0.0000          -
61772.87/3121.32	c      3121       17815807         135        20                -           0.0000          -
61871.92/3126.37	c      3126       17850186         138        20                -           0.0000          -
61972.74/3131.42	c      3131       17882884         126        20                -           0.0000          -
62071.84/3136.47	c      3136        1029794      542544        20                -           0.0000          -
62172.83/3141.50	c      3142       17947737         135        20                -           0.0000          -
62271.87/3146.56	c      3147       17979927         143        20                -           0.0000          -
62372.93/3151.63	c      3152       18011323         140        20                -           0.0000          -
62472.03/3156.67	c      3157        2061237     1722601        20                -           0.0000          -
62573.10/3161.72	c      3162        1034865      545936        20                -           0.0000          -
62672.12/3166.77	c      3167        2066593     1727187        20                -           0.0000          -
62773.14/3171.82	c      3172        2069420     1729607        20                -           0.0000          -
62871.90/3176.87	c      3177       18175640         153        20                -           0.0000          -
62972.97/3181.90	c      3182        2075016     1734255        20                -           0.0000          -
63072.03/3186.97	c      3187       18241907         150        20                -           0.0000          -
63171.14/3192.02	c      3192       18273296         137        20                -           0.0000          -
63273.02/3197.04	c      3197        1042148      549953        20                -           0.0000          -
63371.78/3202.12	c      3202        1043300      550717        20                -           0.0000          -
63472.36/3207.17	c      3207       18368596         140        20                -           0.0000          -
63571.42/3212.20	c      3212        2091529     1747475        20                -           0.0000          -
63672.04/3217.22	c      3217       18431075         144        20                -           0.0000          -
63773.10/3222.30	c      3222        2096968     1751810        20                -           0.0000          -
63872.19/3227.34	c      3227        2100111     1754338        20                -           0.0000          -
63973.09/3232.42	c      3232       18526320         134        20                -           0.0000          -
64072.05/3237.47	c      3237       18557517         139        20                -           0.0000          -
64172.99/3242.52	c      3243       18593092         147        20                -           0.0000          -
64271.91/3247.56	c      3248       18627195         142        20                -           0.0000          -
64370.94/3252.58	c      3253        1055163      558086        20                -           0.0000          -
64471.93/3257.67	c      3258        1056622      558837        20                -           0.0000          -
64572.90/3262.70	c      3263        1057639      559546        20                -           0.0000          -
64671.95/3267.75	c      3268       18756547         124        20                -           0.0000          -
64772.95/3272.81	c      3273       18789064         154        20                -           0.0000          -
64872.05/3277.87	c      3278        2128178     1776684        20                -           0.0000          -
64972.97/3282.92	c      3283       18856816         154        20                -           0.0000          -
65072.02/3287.93	c      3288       18889432         154        20                -           0.0000          -
65171.09/3292.96	c      3293       18922309         146        20                -           0.0000          -
65270.11/3298.00	c      3298        1066209      564073        20                -           0.0000          -
65371.83/3303.12	c      3303        1067180      564542        20                -           0.0000          -
65472.75/3308.17	c      3308       19026692         147        20                -           0.0000          -
65573.14/3313.22	c      3313       19058691         137        20                -           0.0000          -
65672.22/3318.27	c      3318       19091879         145        20                -           0.0000          -
65773.28/3323.32	c      3323       19125715         148        20                -           0.0000          -
65872.38/3328.37	c      3328       19159477         156        20                -           0.0000          -
65971.44/3333.38	c      3333       19193748         161        20                -           0.0000          -
66072.47/3338.44	c      3338       19227419         143        20                -           0.0000          -
66171.55/3343.49	c      3343        1074161      567609        20                -           0.0000          -
66272.64/3348.55	c      3349        2166912     1808443        20                -           0.0000          -
66373.71/3353.61	c      3354       19327412         149        20                -           0.0000          -
66472.80/3358.65	c      3359       19360519         144        20                -           0.0000          -
66573.77/3363.71	c      3364       19393079         146        20                -           0.0000          -
66672.86/3368.77	c      3369       19423935         160        20                -           0.0000          -
66773.88/3373.82	c      3374       19456679         159        20                -           0.0000          -
66872.91/3378.87	c      3379       19489097         139        20                -           0.0000          -
66973.95/3383.92	c      3384       19520960         137        20                -           0.0000          -
67073.07/3388.97	c      3389        1084421      572395        20                -           0.0000          -
67171.92/3394.02	c      3394        1085413      572798        20                -           0.0000          -
67273.46/3399.07	c      3399       19613175         137        20                -           0.0000          -
67372.51/3404.12	c      3404       19644861         135        20                -           0.0000          -
67473.70/3409.17	c      3409       19677329         135        20                -           0.0000          -
67573.97/3414.23	c      3414       19709871         146        20                -           0.0000          -
67673.03/3419.27	c      3419       19741726         159        20                -           0.0000          -
67773.98/3424.33	c      3424       19773447         141        20                -           0.0000          -
67872.90/3429.38	c      3429       19805399         127        20                -           0.0000          -
67973.70/3434.42	c      3434       19836612         163        20                -           0.0000          -
68072.79/3439.48	c      3439        1094158      576681        20                -           0.0000          -
68173.88/3444.53	c      3445       19900706         123        20                -           0.0000          -
68272.65/3449.55	c      3450       19933675         137        20                -           0.0000          -
68373.59/3454.63	c      3455       19966474         131        20                -           0.0000          -
68472.37/3459.68	c      3460       19998371         146        20                -           0.0000          -
68573.18/3464.73	c      3465       20033918         160        20                -           0.0000          -
68672.13/3469.76	c      3470       20068219         143        20                -           0.0000          -
68773.20/3474.83	c      3475       20102557         150        20                -           0.0000          -
68872.21/3479.88	c      3480       20139000         152        20                -           0.0000          -
68973.25/3484.93	c      3485       20171838         142        20                -           0.0000          -
69072.24/3489.98	c      3490       20204485         142        20                -           0.0000          -
69171.25/3494.99	c      3495        1106331      583011        20                -           0.0000          -
69272.85/3500.08	c      3500        1107543      583753        20                -           0.0000          -
69374.00/3505.14	c      3505       20308259         159        20                -           0.0000          -
69473.08/3510.16	c      3510        2255861     1882782        20                -           0.0000          -
69573.05/3515.22	c      3515        2258688     1884951        20                -           0.0000          -
69672.11/3520.28	c      3520       20413216         147        20                -           0.0000          -
69773.18/3525.32	c      3525       20449169         169        20                -           0.0000          -
69872.22/3530.38	c      3530       20482229         140        20                -           0.0000          -
69973.27/3535.43	c      3535        1114863      587471        20                -           0.0000          -
70072.35/3540.48	c      3540        1116166      587990        20                -           0.0000          -
70171.43/3545.49	c      3546       20582413         143        20                -           0.0000          -
70272.50/3550.51	c      3551       20618037         144        20                -           0.0000          -
70371.50/3555.53	c      3556       20654132         139        20                -           0.0000          -
70470.45/3560.53	c      3561       20689579         143        20                -           0.0000          -
70571.43/3565.63	c      3566       20723012         156        20                -           0.0000          -
70672.51/3570.76	c      3571        2288280     1909301        20                -           0.0000          -
70771.59/3575.77	c      3576       20790309         166        20                -           0.0000          -
70872.58/3580.88	c      3581       20823138         121        20                -           0.0000          -
70973.64/3585.93	c      3586       20855736         136        20                -           0.0000          -
71072.50/3590.98	c      3591        1127638      594099        20                -           0.0000          -
71171.58/3596.03	c      3596       20922119         141        20                -           0.0000          -
71273.23/3601.04	c      3601       20956705         138        20                -           0.0000          -
71372.21/3606.13	c      3606       20993541         164        20                -           0.0000          -
71472.92/3611.18	c      3611       21030674         160        20                -           0.0000          -
71573.28/3616.23	c      3616       21064448         158        20                -           0.0000          -
71672.28/3621.28	c      3621        2314849     1930682        20                -           0.0000          -
71773.14/3626.33	c      3626       21131512         151        20                -           0.0000          -
71872.12/3631.38	c      3631       21167914         155        20                -           0.0000          -
71973.09/3636.43	c      3636       21202905         148        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 (188199 MiB free)
  memory of node 1: 193531 MiB (190720 MiB free)
  memory of node 2: 193531 MiB (192130 MiB free)
  memory of node 3: 193493 MiB (191168 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-4465724-1722558472/watcher-4465724-1722558472 -o /tmp/evaluation-result-4465724-1722558472/solver-4465724-1722558472 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137358 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465724-1722558472.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100106 s]*
/proc/loadavg: 76.40 79.59 80.30 62/1002 140114
/proc/meminfo: memFree=780437056/790760800 swapFree=131071996/131071996
[pid=140093] ppid=140090 vsize=1677204 memory=135164 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/stat : 140093 (fscip) S 140090 140093 137348 0 -1 1077936128 30322 0 0 0 12 7 0 0 20 0 41 0 22426606 1717456896 33791 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
/proc/140093/statm: 419301 33791 2806 3035 0 114263 0
[pid=140093/tid=140095] ppid=140090 vsize=1677204 memory=4026532269 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140095/stat : 140095 (fscip) D 140090 140093 137348 0 -1 4194368 1271 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33791 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140096] ppid=140090 vsize=1677204 memory=224244531548 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140096/stat : 140096 (fscip) D 140090 140093 137348 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33791 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140097] ppid=140090 vsize=1677204 memory=56316433563133 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140097/stat : 140097 (fscip) D 140090 140093 137348 0 -1 4194368 1298 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33791 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140098] ppid=140090 vsize=1677204 memory=54083084123881 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140098/stat : 140098 (fscip) D 140090 140093 137348 0 -1 4194368 1316 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33791 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140099] ppid=140090 vsize=1677204 memory=60684465635281 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140099/stat : 140099 (fscip) R 140090 140093 137348 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33857 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140100] ppid=140090 vsize=1677204 memory=58519852502493 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140100/stat : 140100 (fscip) R 140090 140093 137348 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33857 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140101] ppid=140090 vsize=1677204 memory=15254839894522322 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140101/stat : 140101 (fscip) D 140090 140093 137348 0 -1 4194368 1788 0 0 0 1 0 0 0 20 0 41 0 22426609 1717456896 33857 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140102] ppid=140090 vsize=1677204 memory=3474298651143307296 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140102/stat : 140102 (fscip) D 140090 140093 137348 0 -1 4194368 1248 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33857 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140103] ppid=140090 vsize=1677204 memory=390479 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140103/stat : 140103 (fscip) D 140090 140093 137348 0 -1 4194368 1220 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33857 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140104] ppid=140090 vsize=1677204 memory=416785 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140104/stat : 140104 (fscip) R 140090 140093 137348 0 -1 4194368 1301 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140105] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140105/stat : 140105 (fscip) D 140090 140093 137348 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140106] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140106/stat : 140106 (fscip) R 140090 140093 137348 0 -1 4194368 1270 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140107] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140107/stat : 140107 (fscip) R 140090 140093 137348 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140108] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140108/stat : 140108 (fscip) D 140090 140093 137348 0 -1 4194368 1289 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140109] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140109/stat : 140109 (fscip) D 140090 140093 137348 0 -1 4194368 1271 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140110] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140110/stat : 140110 (fscip) D 140090 140093 137348 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140111] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140111/stat : 140111 (fscip) D 140090 140093 137348 0 -1 4194368 1296 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140112] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140112/stat : 140112 (fscip) D 140090 140093 137348 0 -1 4194368 1270 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140113] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140113/stat : 140113 (fscip) D 140090 140093 137348 0 -1 4194368 1216 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140114] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140114/stat : 140114 (fscip) D 140090 140093 137348 0 -1 4194368 1235 0 0 0 0 0 0 0 20 0 41 0 22426609 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140115] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140115/stat : 140115 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140116] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140116/stat : 140116 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140117] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140117/stat : 140117 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140118] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140118/stat : 140118 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140119] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140119/stat : 140119 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140120] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140120/stat : 140120 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140121] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140121/stat : 140121 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140122] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140122/stat : 140122 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140123] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140123/stat : 140123 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140124] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140124/stat : 140124 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140125] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140125/stat : 140125 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140126] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140126/stat : 140126 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140127] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140127/stat : 140127 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140128] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140128/stat : 140128 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140129] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140129/stat : 140129 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426617 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140130] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140130/stat : 140130 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426617 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140131] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140131/stat : 140131 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426617 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140132] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140132/stat : 140132 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426617 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140133] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140133/stat : 140133 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426617 1717456896 33923 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140134] ppid=140090 vsize=1677204 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140134/stat : 140134 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426617 1717456896 33989 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1677204 KiB
Current children cumulated memory: 135164 KiB

[startup+0.222991 s]*
/proc/loadavg: 76.40 79.59 80.30 81/1022 140134
/proc/meminfo: memFree=780272312/790760800 swapFree=131071996/131071996
[pid=140093] ppid=140090 vsize=1688176 memory=316488 CPUtime=2.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/stat : 140093 (fscip) S 140090 140093 137348 0 -1 1077936128 75598 0 0 0 211 32 0 0 20 0 41 0 22426606 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
/proc/140093/statm: 422044 79122 2966 3035 0 168792 0
[pid=140093/tid=140095] ppid=140090 vsize=1688176 memory=4026531959 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140095/stat : 140095 (fscip) D 140090 140093 137348 0 -1 4194368 3597 0 0 0 9 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140096] ppid=140090 vsize=1688176 memory=32309 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140096/stat : 140096 (fscip) D 140090 140093 137348 0 -1 4194368 3990 0 0 0 9 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140097] ppid=140090 vsize=1688176 memory=55216921903569 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140097/stat : 140097 (fscip) R 140090 140093 137348 0 -1 4194368 2092 0 0 0 11 0 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140098] ppid=140090 vsize=1688176 memory=52983572464199 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140098/stat : 140098 (fscip) R 140090 140093 137348 0 -1 4194368 4602 0 0 0 10 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140099] ppid=140090 vsize=1688176 memory=59584953975483 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140099/stat : 140099 (fscip) R 140090 140093 137348 0 -1 4194368 4740 0 0 0 11 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140100] ppid=140090 vsize=1688176 memory=57420340790325 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140100/stat : 140100 (fscip) R 140090 140093 137348 0 -1 4194368 2114 0 0 0 11 0 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140101] ppid=140090 vsize=1688176 memory=14690790429427172 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140101/stat : 140101 (fscip) R 140090 140093 137348 0 -1 4194368 4582 0 0 0 12 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140102] ppid=140090 vsize=1688176 memory=3545235834242596896 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140102/stat : 140102 (fscip) D 140090 140093 137348 0 -1 4194368 4410 0 0 0 9 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140103] ppid=140090 vsize=1688176 memory=398670 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140103/stat : 140103 (fscip) R 140090 140093 137348 0 -1 4194368 2123 0 0 0 11 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140104] ppid=140090 vsize=1688176 memory=416779 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140104/stat : 140104 (fscip) R 140090 140093 137348 0 -1 4194368 4554 0 0 0 11 0 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140105] ppid=140090 vsize=1688176 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140105/stat : 140105 (fscip) D 140090 140093 137348 0 -1 4194368 4348 0 0 0 9 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140106] ppid=140090 vsize=1688176 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140106/stat : 140106 (fscip) R 140090 140093 137348 0 -1 4194368 2096 0 0 0 11 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140107] ppid=140090 vsize=1688176 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140107/stat : 140107 (fscip) D 140090 140093 137348 0 -1 4194368 4538 0 0 0 9 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140108] ppid=140090 vsize=1688176 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140108/stat : 140108 (fscip) D 140090 140093 137348 0 -1 4194368 4383 0 0 0 8 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140109] ppid=140090 vsize=1688176 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140109/stat : 140109 (fscip) R 140090 140093 137348 0 -1 4194368 2119 0 0 0 12 0 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140110] ppid=140090 vsize=1688176 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140110/stat : 140110 (fscip) D 140090 140093 137348 0 -1 4194368 4258 0 0 0 9 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140111] ppid=140090 vsize=1688176 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140111/stat : 140111 (fscip) R 140090 140093 137348 0 -1 4194368 4734 0 0 0 10 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140112] ppid=140090 vsize=1688176 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140112/stat : 140112 (fscip) D 140090 140093 137348 0 -1 4194368 2134 0 0 0 11 0 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140113] ppid=140090 vsize=1688176 memory=0 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140113/stat : 140113 (fscip) R 140090 140093 137348 0 -1 4194368 2939 0 0 0 9 2 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140114] ppid=140090 vsize=1688176 memory=0 CPUtime=0.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140114/stat : 140114 (fscip) R 140090 140093 137348 0 -1 4194368 2787 0 0 0 8 1 0 0 20 0 41 0 22426609 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140115] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140115/stat : 140115 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140116] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140116/stat : 140116 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140117] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140117/stat : 140117 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140118] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140118/stat : 140118 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140119] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140119/stat : 140119 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140120] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140120/stat : 140120 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140121] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140121/stat : 140121 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140122] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140122/stat : 140122 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79122 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140123] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140123/stat : 140123 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79188 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140124] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140124/stat : 140124 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79188 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140125] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140125/stat : 140125 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79188 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140126] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140126/stat : 140126 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79188 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140127] ppid=140090 vsize=1688176 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140127/stat : 140127 (fscip) S 140090 140093 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22426616 1728692224 79188 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0

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

[pid=140093/tid=140118] ppid=140090 vsize=27867624 memory=2212 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140118/stat : 140118 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140119] ppid=140090 vsize=27867624 memory=6096 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140119/stat : 140119 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140120] ppid=140090 vsize=27867624 memory=26234964 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140120/stat : 140120 (fscip) S 140090 140093 137348 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140121] ppid=140090 vsize=27867624 memory=279652169758064 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140121/stat : 140121 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140122] ppid=140090 vsize=27867624 memory=26151580 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140122/stat : 140122 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140123] ppid=140090 vsize=27867624 memory=26355832 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140123/stat : 140123 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140124] ppid=140090 vsize=27867624 memory=279652169463984 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140124/stat : 140124 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 2 1 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140125] ppid=140090 vsize=27867624 memory=25774544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140125/stat : 140125 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140126] ppid=140090 vsize=27867624 memory=25983764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140126/stat : 140126 (fscip) S 140090 140093 137348 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140127] ppid=140090 vsize=27867624 memory=11572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140127/stat : 140127 (fscip) S 140090 140093 137348 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140128] ppid=140090 vsize=27867624 memory=26310252 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140128/stat : 140128 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22426616 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140129] ppid=140090 vsize=27867624 memory=26354076 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140129/stat : 140129 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 22426617 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140130] ppid=140090 vsize=27867624 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140130/stat : 140130 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22426617 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140131] ppid=140090 vsize=27867624 memory=11572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140131/stat : 140131 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 1 2 0 0 20 0 41 0 22426617 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140132] ppid=140090 vsize=27867624 memory=15376 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140132/stat : 140132 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22426617 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140133] ppid=140090 vsize=27867624 memory=26386888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140133/stat : 140133 (fscip) S 140090 140093 137348 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 22426617 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140134] ppid=140090 vsize=27867624 memory=22203948 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140134/stat : 140134 (fscip) S 140090 140093 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22426617 28536446976 6597604 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
Current children cumulated CPU time: 70902.3 s
Current children cumulated vsize: 27867624 KiB
Current children cumulated memory: 26390416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.8 s]
/proc/loadavg: 81.26 80.94 80.72 82/1024 142769
/proc/meminfo: memFree=741194144/790760800 swapFree=131071996/131071996
[pid=140093] ppid=140090 vsize=28229832 memory=26705300 CPUtime=72000.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/stat : 140093 (fscip) S 140090 140093 137348 0 -1 1077936128 61482256 0 0 0 7160785 39298 0 0 20 0 41 0 22426606 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
/proc/140093/statm: 7057458 6676325 3014 3035 0 6846633 0
[pid=140093/tid=140095] ppid=140090 vsize=28229832 memory=3864 CPUtime=3595.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140095/stat : 140095 (fscip) R 140090 140093 137348 0 -1 4194368 3659494 0 0 0 357402 2159 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140096] ppid=140090 vsize=28229832 memory=48792 CPUtime=3601.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140096/stat : 140096 (fscip) R 140090 140093 137348 0 -1 4194368 4013466 0 0 0 359017 1176 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140097] ppid=140090 vsize=28229832 memory=-8672354440669078204 CPUtime=3602.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140097/stat : 140097 (fscip) R 140090 140093 137348 0 -1 4194368 390507 0 0 0 357362 2866 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140098] ppid=140090 vsize=28229832 memory=0 CPUtime=3599.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140098/stat : 140098 (fscip) R 140090 140093 137348 0 -1 4194368 5008052 0 0 0 358089 1852 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140099] ppid=140090 vsize=28229832 memory=29273809900535888 CPUtime=3601.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140099/stat : 140099 (fscip) R 140090 140093 137348 0 -1 4194368 3737339 0 0 0 358869 1277 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140100] ppid=140090 vsize=28229832 memory=26523240 CPUtime=3601.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140100/stat : 140100 (fscip) R 140090 140093 137348 0 -1 4194368 422141 0 0 0 357264 2891 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140101] ppid=140090 vsize=28229832 memory=54204 CPUtime=3597.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140101/stat : 140101 (fscip) R 140090 140093 137348 0 -1 4194368 6027060 0 0 0 357897 1880 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140102] ppid=140090 vsize=28229832 memory=33196 CPUtime=3600.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140102/stat : 140102 (fscip) R 140090 140093 137348 0 -1 4194368 2385120 0 0 0 359230 837 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140103] ppid=140090 vsize=28229832 memory=21532 CPUtime=3598.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140103/stat : 140103 (fscip) R 140090 140093 137348 0 -1 4194368 366795 0 0 0 356363 3445 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140104] ppid=140090 vsize=28229832 memory=100 CPUtime=3600.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140104/stat : 140104 (fscip) R 140090 140093 137348 0 -1 4194368 6252446 0 0 0 358071 1942 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140105] ppid=140090 vsize=28229832 memory=1836 CPUtime=3603.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140105/stat : 140105 (fscip) R 140090 140093 137348 0 -1 4194368 3101360 0 0 0 359363 1003 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140106] ppid=140090 vsize=28229832 memory=25988 CPUtime=3596.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140106/stat : 140106 (fscip) R 140090 140093 137348 0 -1 4194368 400020 0 0 0 356703 2922 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140107] ppid=140090 vsize=28229832 memory=2244 CPUtime=3602.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140107/stat : 140107 (fscip) R 140090 140093 137348 0 -1 4194368 2997168 0 0 0 358362 1890 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140108] ppid=140090 vsize=28229832 memory=31232 CPUtime=3602.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140108/stat : 140108 (fscip) R 140090 140093 137348 0 -1 4194368 2586343 0 0 0 359040 1213 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140109] ppid=140090 vsize=28229832 memory=28656 CPUtime=3602.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140109/stat : 140109 (fscip) R 140090 140093 137348 0 -1 4194368 388583 0 0 0 356945 3278 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140110] ppid=140090 vsize=28229832 memory=7492 CPUtime=3597.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140110/stat : 140110 (fscip) R 140090 140093 137348 0 -1 4194368 5902439 0 0 0 357993 1804 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140111] ppid=140090 vsize=28229832 memory=26972 CPUtime=3601.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140111/stat : 140111 (fscip) R 140090 140093 137348 0 -1 4194368 3901893 0 0 0 359049 1123 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140112] ppid=140090 vsize=28229832 memory=3664 CPUtime=3600.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140112/stat : 140112 (fscip) R 140090 140093 137348 0 -1 4194368 459943 0 0 0 357239 2766 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140113] ppid=140090 vsize=28229832 memory=39996 CPUtime=3598.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140113/stat : 140113 (fscip) R 140090 140093 137348 0 -1 4194368 6334132 0 0 0 357934 1907 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140114] ppid=140090 vsize=28229832 memory=8148 CPUtime=3594.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140114/stat : 140114 (fscip) R 140090 140093 137348 0 -1 4194368 3140501 0 0 0 358401 1016 0 0 20 0 41 0 22426609 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140115] ppid=140090 vsize=28229832 memory=6720659969605123684 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140115/stat : 140115 (fscip) S 140090 140093 137348 0 -1 1077936192 64 0 0 0 2 0 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140116] ppid=140090 vsize=28229832 memory=33196 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140116/stat : 140116 (fscip) S 140090 140093 137348 0 -1 1077936192 63 0 0 0 0 2 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140117] ppid=140090 vsize=28229832 memory=21532 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140117/stat : 140117 (fscip) S 140090 140093 137348 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140118] ppid=140090 vsize=28229832 memory=100 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140118/stat : 140118 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140119] ppid=140090 vsize=28229832 memory=1836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140119/stat : 140119 (fscip) S 140090 140093 137348 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140120] ppid=140090 vsize=28229832 memory=26451548 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140120/stat : 140120 (fscip) S 140090 140093 137348 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140121] ppid=140090 vsize=28229832 memory=28349888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140121/stat : 140121 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140122] ppid=140090 vsize=28229832 memory=2672 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140122/stat : 140122 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140123] ppid=140090 vsize=28229832 memory=5112 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140123/stat : 140123 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140124] ppid=140090 vsize=28229832 memory=3428 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140124/stat : 140124 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 2 1 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140125] ppid=140090 vsize=28229832 memory=2180 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140125/stat : 140125 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140126] ppid=140090 vsize=28229832 memory=1744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140126/stat : 140126 (fscip) S 140090 140093 137348 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140127] ppid=140090 vsize=28229832 memory=9172 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140127/stat : 140127 (fscip) S 140090 140093 137348 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140128] ppid=140090 vsize=28229832 memory=28716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140128/stat : 140128 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22426616 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140129] ppid=140090 vsize=28229832 memory=32852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140129/stat : 140129 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22426617 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140130] ppid=140090 vsize=28229832 memory=6988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140130/stat : 140130 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22426617 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140131] ppid=140090 vsize=28229832 memory=36312 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140131/stat : 140131 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 1 2 0 0 20 0 41 0 22426617 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140132] ppid=140090 vsize=28229832 memory=4764 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140132/stat : 140132 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22426617 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140133] ppid=140090 vsize=28229832 memory=20452 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140133/stat : 140133 (fscip) S 140090 140093 137348 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 22426617 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
[pid=140093/tid=140134] ppid=140090 vsize=28229832 memory=6836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/140093/task/140134/stat : 140134 (fscip) S 140090 140093 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22426617 28907347968 6676325 809668444160 4194304 16623229 140734115319360 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 41791488 140734115324937 140734115325055 140734115325055 140734115332080 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 28229832 KiB
Current children cumulated memory: 26705300 KiB

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

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

# cumulated CPU time of all completed processes:  user=71608.1 s, system=393.797 s

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

[startup+3638.4 s]
/proc/loadavg: 81.26 80.94 80.72 63/985 142769
/proc/meminfo: memFree=748114224/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3638.6 s]
/proc/loadavg: 81.26 80.94 80.72 63/985 142769
/proc/meminfo: memFree=748114224/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): 3638.63
CPU time (s): 72001.9
CPU user time (s): 71608.1
CPU system time (s): 393.797
CPU usage (%): 1978.82
Max. virtual memory (cumulated for all children) (KiB): 28229832
Max. memory (cumulated for all children) (KiB): 26705300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71608.1
system time used= 393.797
maximum resident set size= 26705456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61482299
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= 572222
involuntary context switches= 325064


# summary of solver processes directly reported to runsolver:
#   pid: 140093
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71608.1
#   total CPU system time (s): 393.797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2792 second user time and 81.7797 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 02:27:52
IDJOB=4465724
IDBENCH=160366
IDSOLVER=3094
FILE ID=nodeD104/4465724-1722558472
RUNJOBID= nodeD104-1722554819-137358
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622840 MiB

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

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

MD5SUM BENCH= ab4f361084eaa55350d5ce36089ad752
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		: 3277.767
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		: 2869.474
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		: 3103.470
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		: 3012.881
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		: 2999.488
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		: 2910.651
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		: 3129.655
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		: 3088.560
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		: 2976.065
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		: 2927.880
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		: 3037.185
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		: 3088.523
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		: 3587.454
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		: 2921.749
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		: 3102.855
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		: 2953.899
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		: 3599.203
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		: 2927.877
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		: 3067.890
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		: 3088.433
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		: 2617.502
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		: 2866.044
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		: 3036.275
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		: 3035.022
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		: 2626.113
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		: 2927.879
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		: 3060.996
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		: 3034.593
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		: 2641.474
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		: 2927.870
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		: 3173.398
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		: 3088.434
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		: 1404.598
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		: 2909.699
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		: 3173.405
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		: 3014.225
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		: 2628.541
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		: 2828.326
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		: 3094.814
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		: 2997.815
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		: 2620.929
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		: 2916.567
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		: 3094.789
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		: 3031.590
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		: 3189.863
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		: 2927.859
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		: 3113.022
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		: 3040.159
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		: 2640.302
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		: 2904.973
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		: 3173.408
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		: 3088.438
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		: 2716.089
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		: 2918.876
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		: 3173.409
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		: 2987.980
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		: 3516.452
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		: 2914.956
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		: 3035.536
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		: 3061.276
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		: 2650.524
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		: 2909.499
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		: 3173.396
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		: 3088.434
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		: 2638.838
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		: 2855.871
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		: 3077.621
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		: 2985.680
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		: 2535.675
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		: 2905.782
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		: 3173.341
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		: 3049.272
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		: 2659.449
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2917.959
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		: 3129.716
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		: 3031.310
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		: 3604.996
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		: 2927.937
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		: 3061.850
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		: 3033.463
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:        780511572 kB
MemAvailable:   781834784 kB
Buffers:          319676 kB
Cached:          4326132 kB
SwapCached:            0 kB
Active:           493084 kB
Inactive:        7213396 kB
Active(anon):       2220 kB
Inactive(anon):  3080996 kB
Active(file):     490864 kB
Inactive(file):  4132400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28384 kB
Writeback:             0 kB
AnonPages:       3062016 kB
Mapped:           126892 kB
Shmem:             22536 kB
KReclaimable:     239324 kB
Slab:             598352 kB
SReclaimable:     239324 kB
SUnreclaim:       359028 kB
KernelStack:       16864 kB
PageTables:        15880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     863264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           271872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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= 8622808 MiB
End job on nodeD104 at 2024-08-02 03:28:31