Trace number 4465393

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1620770.opb
MD5SUMea40b84df91c60f1b4d71ba03d843a27
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark374.616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints9296
Number of constraints which are clauses9261
Number of constraints which are cardinality constraints (but not clauses)35
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Number of terms in the objective function 22
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 37904384, getVmSize() = 37904384, SCIPgetMemUsed() = 11805212, SCIPgetMemTotal() = 15646716, SCIPgetMemExternEstim() = 9624606
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
0.11/0.16	c ** Estimated virtualMemUsedAtSolver = 29875246, getVmSize() = 59576320, SCIPgetMemUsed() = 19228391, SCIPgetMemTotal() = 35188263, SCIPgetMemExternEstim() = 9624606
0.11/0.16	c ** set memory limit for solvers to 4.18852e+11 for each SCIP **
0.11/0.16	c Original Problem   :
0.11/0.16	c   Problem name     : instance-4465393-1722508877
0.11/0.16	c   Variables        : 792 (792 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.16	c   Constraints      : 9296
0.11/0.16	c   Objective sense  : minimize
0.11/0.16	c Presolved Problem  :
0.11/0.16	c   Variables        : 790 (790 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.16	c   Constraints      : 9224
0.11/0.16	c Constraints        : Number
0.11/0.16	c   setppc           : 9224 
0.11/0.16	c ** Instance transfer method used: 0
0.11/0.17	c ** ParaScipInstance copy does not increase the number of variables. **
0.34/0.37	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.37	c                                Nodes    Active                                            
0.34/0.37	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4.79/0.67	c *       1              0           1        20          22.0000                -          -
6.10/0.73	c *       1              0           1        20          10.0000                -          -
7.92/0.84	c *       1              0           1        20           9.0000                -          -
93.78/5.18	c         5             24          22        20           9.0000           7.0000     28.57%
194.44/10.26	c        10            107         105        20           9.0000           7.0000     28.57%
293.49/15.27	c        15            229         227        20           9.0000           7.0000     28.57%
392.66/20.27	c        20            382         338        20           9.0000           7.0000     28.57%
491.89/25.29	c        25            453         433        20           9.0000           7.0000     28.57%
593.10/30.39	c        30            631         609        20           9.0000           7.0000     28.57%
696.29/35.58	c        36            847         793        20           9.0000           7.0000     28.57%
797.52/40.68	c        41            758         724        20           9.0000           7.0000     28.57%
898.75/45.72	c        46           1127         946        20           9.0000           7.0000     28.57%
997.97/50.78	c        51           1150        1086        20           9.0000           7.0000     28.57%
1099.19/55.83	c        56           1169        1111        20           9.0000           7.0000     28.57%
1198.31/60.88	c        61           1465        1342        20           9.0000           7.0000     28.57%
1299.54/65.92	c        66           1505        1391        20           9.0000           7.0000     28.57%
1398.78/70.98	c        71           1675        1535        20           9.0000           7.0000     28.57%
1498.00/76.02	c        76           1862        1700        20           9.0000           7.0000     28.57%
1599.93/81.04	c        81           2805          46        20           9.0000           7.0000     28.57%
1699.20/86.04	c        86           2372        2126        20           9.0000           7.0000     28.57%
1798.08/91.07	c        91           2673        2375        20           9.0000           7.0000     28.57%
1900.65/96.23	c        96           2755          42        20           9.0000           7.0000     28.57%
1999.83/101.28	c       101           3573         646        20           9.0000           7.0000     28.57%
2100.99/106.33	c       106           3823         854        20           9.0000           7.0000     28.57%
2200.19/111.38	c       111           3146         387        20           9.0000           7.0000     28.57%
2299.40/116.40	c       116           3315         534        20           9.0000           7.0000     28.57%
2400.51/121.46	c       121           3537         724        20           9.0000           7.0000     28.57%
2501.68/126.51	c       127           3781         950        20           9.0000           7.0000     28.57%
2600.85/131.57	c       132           4536         793        20           9.0000           7.0000     28.57%
2702.03/136.62	c       137           6247          54        20           9.0000           7.0000     28.57%
2801.22/141.67	c       142           6351         132        20           9.0000           7.0000     28.57%
2902.39/146.72	c       147           6457         222        20           9.0000           7.0000     28.57%
3001.59/151.73	c       152           5268        2366        20           9.0000           7.0000     28.57%
3100.75/156.75	c       157           5463        2545        20           9.0000           7.0000     28.57%
3199.92/161.78	c       162           5781        2839        20           9.0000           7.0000     28.57%
3301.09/166.85	c       167           7358         928        20           9.0000           7.0000     28.57%
3400.29/171.86	c       172           7651        1177        20           9.0000           7.0000     28.57%
3499.46/176.86	c       177           6669        2790        20           9.0000           7.0000     28.57%
3600.51/181.91	c       182          11288        9652        20           9.0000           7.0000     28.57%
3699.66/186.96	c       187          11783       10061        20           9.0000           7.0000     28.57%
3798.83/192.01	c       192          12329       10502        20           9.0000           7.0000     28.57%
3900.63/197.03	c       197          12848       10933        20           9.0000           7.0000     28.57%
3999.79/202.05	c       202           8416        5348        20           9.0000           7.0000     28.57%
4098.88/207.07	c       207          10042        3106        20           9.0000           7.0000     28.57%
4200.04/212.15	c       212          10504        3434        20           9.0000           7.0000     28.57%
4300.56/217.20	c       217          10891        3736        20           9.0000           7.0000     28.57%
4399.63/222.26	c       222          11268        4002        20           9.0000           7.0000     28.57%
4500.70/227.31	c       227          11803        4421        20           9.0000           7.0000     28.57%
4599.77/232.39	c       232          12361        4835        20           9.0000           7.0000     28.57%
4700.83/237.46	c       237          12926        5199        20           9.0000           7.0000     28.57%
4801.93/242.51	c       243          13441        5599        20           9.0000           7.0000     28.57%
4900.88/247.56	c       248          13969        5921        20           9.0000           7.0000     28.57%
5001.93/252.61	c       253          14652        6104        20           9.0000           7.0000     28.57%
5101.11/257.66	c       258          15238        6407        20           9.0000           7.0000     28.57%
5202.23/262.71	c       263          23058       14744        20           9.0000           7.0000     28.57%
5301.42/267.76	c       268          23694       15187        20           9.0000           7.0000     28.57%
5400.55/272.78	c       273          13923       10441        20           9.0000           7.0000     28.57%
5501.56/277.81	c       278          14343       10815        20           9.0000           7.0000     28.57%
5600.45/282.82	c       283          14799       11192        20           9.0000           7.0000     28.57%
5699.53/287.85	c       288          24906       19494        20           9.0000           7.0000     28.57%
5800.65/292.96	c       293          26606       17369        20           9.0000           7.0000     28.57%
5902.42/298.04	c       298          26311       20529        20           9.0000           7.0000     28.57%
6001.67/303.11	c       303          27049       21026        20           9.0000           7.0000     28.57%
6102.82/308.16	c       308          27805       21562        20           9.0000           7.0000     28.57%
6203.33/313.21	c       313          28608       22113        20           9.0000           7.0000     28.57%
6302.63/318.26	c       318          29287       22597        20           9.0000           7.0000     28.57%
6403.64/323.31	c       323          22351       11505        20           9.0000           7.0000     28.57%
6502.84/328.34	c       328          22874       11818        20           9.0000           7.0000     28.57%
6601.97/333.35	c       333          23367       12174        20           9.0000           7.0000     28.57%
6701.11/338.37	c       338          23712       12438        20           9.0000           7.0000     28.57%
6802.30/343.49	c       343          24177       12802        20           9.0000           7.0000     28.57%
6903.41/348.55	c       349          24707       13167        20           9.0000           7.0000     28.57%
7004.51/353.61	c       354          25251       13552        20           9.0000           7.0000     28.57%
7103.60/358.66	c       359          25808       14006        20           9.0000           7.0000     28.57%
7204.55/363.71	c       364          21499       17284        20           9.0000           7.0000     28.57%
7303.70/368.76	c       369          21858       17603        20           9.0000           7.0000     28.57%
7404.71/373.81	c       374          22323       18005        20           9.0000           7.0000     28.57%
7503.72/378.86	c       379          22788       18430        20           9.0000           7.0000     28.57%
7604.71/383.91	c       384          23281       18899        20           9.0000           7.0000     28.57%
7703.81/388.96	c       389          23793       19355        20           9.0000           7.0000     28.57%
7802.80/394.01	c       394          24299       19831        20           9.0000           7.0000     28.57%
7904.29/399.06	c       399          24799       20304        20           9.0000           7.0000     28.57%
8003.55/404.11	c       404          25297       20778        20           9.0000           7.0000     28.57%
8104.25/409.16	c       409          25795       21244        20           9.0000           7.0000     28.57%
8204.90/414.21	c       414          41110       28181        20           9.0000           7.0000     28.57%
8303.96/419.26	c       419          41658       28582        20           9.0000           7.0000     28.57%
8405.02/424.32	c       424          42175       28981        20           9.0000           7.0000     28.57%
8504.21/429.35	c       429          42685       29321        20           9.0000           7.0000     28.57%
8605.28/434.41	c       434          43380       29829        20           9.0000           7.0000     28.57%
8704.46/439.46	c       439          43898       30260        20           9.0000           7.0000     28.57%
8805.68/444.51	c       445          44445       30648        20           9.0000           7.0000     28.57%
8904.56/449.56	c       450          45065       31084        20           9.0000           7.0000     28.57%
9003.74/454.59	c       455          45633       31526        20           9.0000           7.0000     28.57%
9104.85/459.66	c       460          46164       31958        20           9.0000           7.0000     28.57%
9206.01/464.71	c       465          46605       32312        20           9.0000           7.0000     28.57%
9305.13/469.76	c       470          47100       32703        20           9.0000           7.0000     28.57%
9406.26/474.81	c       475          47603       33087        20           9.0000           7.0000     28.57%
9505.34/479.84	c       480          48186       33554        20           9.0000           7.0000     28.57%
9604.37/484.86	c       485          55189       40222        20           9.0000           7.0000     28.57%
9705.41/489.94	c       490          45432       22933        20           9.0000           7.0000     28.57%
9804.46/494.99	c       495          46436       23091        20           9.0000           7.0000     28.57%
9903.53/500.00	c       500          47362       23322        20           9.0000           7.0000     28.57%
10002.72/505.01	c       505          34544       29333        20           9.0000           7.0000     28.57%
10104.54/510.07	c       510          49142       23969        20           9.0000           7.0000     28.57%
10203.67/515.08	c       515          49761       24423        20           9.0000           7.0000     28.57%
10304.80/520.16	c       520          50595       24682        20           9.0000           7.0000     28.57%
10405.20/525.22	c       525          51403       24996        20           9.0000           7.0000     28.57%
10504.39/530.23	c       530          52220       25310        20           9.0000           7.0000     28.57%
10603.56/535.28	c       535          53062       25698        20           9.0000           7.0000     28.57%
10704.73/540.34	c       540          54155       25836        20           9.0000           7.0000     28.57%
10805.81/545.43	c       545          55054       26125        20           9.0000           7.0000     28.57%
10906.98/550.53	c       551          55817       26572        20           9.0000           7.0000     28.57%
11006.07/555.59	c       556          56542       27024        20           9.0000           7.0000     28.57%
11107.24/560.65	c       561          57295       27493        20           9.0000           7.0000     28.57%
11208.42/565.70	c       566          58158       27992        20           9.0000           7.0000     28.57%
11307.60/570.75	c       571          58899       28353        20           9.0000           7.0000     28.57%
11408.71/575.80	c       576          59798       28646        20           9.0000           7.0000     28.57%
11507.89/580.85	c       581          60702       29011        20           9.0000           7.0000     28.57%
11609.06/585.90	c       586          61616       29415        20           9.0000           7.0000     28.57%
11708.24/590.95	c       591          62418       29915        20           9.0000           7.0000     28.57%
11807.41/596.00	c       596          63264       30357        20           9.0000           7.0000     28.57%
11909.25/601.05	c       601          64002       30802        20           9.0000           7.0000     28.57%
12008.37/606.11	c       606          64846       31263        20           9.0000           7.0000     28.57%
12109.55/611.15	c       611          65642       31786        20           9.0000           7.0000     28.57%
12208.52/616.16	c       616          66371       32266        20           9.0000           7.0000     28.57%
12309.11/621.22	c       621          78214       54583        20           9.0000           7.0000     28.57%
12410.02/626.30	c       626          65954       46201        20           9.0000           7.0000     28.57%
12509.21/631.35	c       631          66593       46664        20           9.0000           7.0000     28.57%
12610.41/636.40	c       636          67213       47110        20           9.0000           7.0000     28.57%
12709.63/641.45	c       641          67863       47564        20           9.0000           7.0000     28.57%
12810.82/646.50	c       647          68477       48043        20           9.0000           7.0000     28.57%
12910.02/651.55	c       652          69074       48482        20           9.0000           7.0000     28.57%
13011.19/656.60	c       657          69617       48919        20           9.0000           7.0000     28.57%
13110.38/661.65	c       662          70136       49345        20           9.0000           7.0000     28.57%
13211.55/666.70	c       667          70780       49725        20           9.0000           7.0000     28.57%
13310.75/671.73	c       672          71589       49991        20           9.0000           7.0000     28.57%
13409.93/676.78	c       677          73753       36737        20           9.0000           7.0000     28.57%
13511.10/681.85	c       682          74445       37176        20           9.0000           7.0000     28.57%
13610.29/686.89	c       687          75278       37646        20           9.0000           7.0000     28.57%
13711.40/691.95	c       692          76054       38069        20           9.0000           7.0000     28.57%
13810.55/697.01	c       697          76864       38540        20           9.0000           7.0000     28.57%
13909.69/702.03	c       702          77754       38998        20           9.0000           7.0000     28.57%
14011.56/707.10	c       707          53262       45668        20           9.0000           7.0000     28.57%
14112.40/712.15	c       712          79490       40021        20           9.0000           7.0000     28.57%
14212.79/717.20	c       717          80350       40519        20           9.0000           7.0000     28.57%
14311.92/722.25	c       722          81251       40979        20           9.0000           7.0000     28.57%
14413.10/727.30	c       727          82187       41500        20           9.0000           7.0000     28.57%
14512.29/732.35	c       732          83111       41981        20           9.0000           7.0000     28.57%
14613.47/737.40	c       737          83958       42455        20           9.0000           7.0000     28.57%
14712.66/742.44	c       742          84857       42912        20           9.0000           7.0000     28.57%
14811.80/747.47	c       747          85769       43418        20           9.0000           7.0000     28.57%
14910.93/752.49	c       752         101607       68517        20           9.0000           7.0000     28.57%
15012.06/757.51	c       758         102559       69060        20           9.0000           7.0000     28.57%
15111.02/762.58	c       763         103428       69573        20           9.0000           7.0000     28.57%
15212.21/767.63	c       768         104604       70119        20           9.0000           7.0000     28.57%
15313.27/772.70	c       773         105438       70584        20           9.0000           7.0000     28.57%
15412.42/777.77	c       778         106397       71142        20           9.0000           7.0000     28.57%
15513.43/782.82	c       783         107381       71685        20           9.0000           7.0000     28.57%
15612.61/787.87	c       788         108352       72227        20           9.0000           7.0000     28.57%
15713.80/792.91	c       793         109258       72704        20           9.0000           7.0000     28.57%
15812.80/797.98	c       798         110143       73208        20           9.0000           7.0000     28.57%
15912.07/803.00	c       803          91244       56965        20           9.0000           7.0000     28.57%
16013.68/808.06	c       808          91867       57412        20           9.0000           7.0000     28.57%
16114.94/813.14	c       813          92438       57766        20           9.0000           7.0000     28.57%
16215.32/818.20	c       818          93404       57678        20           9.0000           7.0000     28.57%
16314.49/823.24	c       823          94543       57679        20           9.0000           7.0000     28.57%
16413.15/828.28	c       828          65047       55858        20           9.0000           7.0000     28.57%
16514.32/833.32	c       833          65493       56270        20           9.0000           7.0000     28.57%
16613.52/838.39	c       838          97965       57969        20           9.0000           7.0000     28.57%
16714.59/843.45	c       843          99023       58054        20           9.0000           7.0000     28.57%
16813.86/848.47	c       848          66441       57146        20           9.0000           7.0000     28.57%
16914.86/853.51	c       854         101124       58359        20           9.0000           7.0000     28.57%
17014.06/858.57	c       859         101914       58623        20           9.0000           7.0000     28.57%
17115.20/863.61	c       864         102692       58977        20           9.0000           7.0000     28.57%
17214.29/868.67	c       869         103695       59097        20           9.0000           7.0000     28.57%
17315.43/873.72	c       874         104800       59224        20           9.0000           7.0000     28.57%
17416.50/878.80	c       879         105871       59307        20           9.0000           7.0000     28.57%
17515.59/883.85	c       884         106557       59634        20           9.0000           7.0000     28.57%
17614.39/888.88	c       889         107500       59851        20           9.0000           7.0000     28.57%
17715.44/893.95	c       894          69660       60011        20           9.0000           7.0000     28.57%
17814.50/899.00	c       899          70134       60433        20           9.0000           7.0000     28.57%
17916.36/904.05	c       904          70629       60873        20           9.0000           7.0000     28.57%
18015.48/909.10	c       909          71159       61293        20           9.0000           7.0000     28.57%
18116.53/914.15	c       914          71735       61756        20           9.0000           7.0000     28.57%
18217.08/919.20	c       919          72265       62192        20           9.0000           7.0000     28.57%
18316.28/924.26	c       924          72737       62612        20           9.0000           7.0000     28.57%
18415.45/929.27	c       929          73196       63045        20           9.0000           7.0000     28.57%
18516.63/934.30	c       934          73611       63430        20           9.0000           7.0000     28.57%
18615.78/939.31	c       939         113872       63938        20           9.0000           7.0000     28.57%
18716.97/944.40	c       944         114417       64292        20           9.0000           7.0000     28.57%
18816.06/949.49	c       950         115003       64655        20           9.0000           7.0000     28.57%
18917.22/954.55	c       955         115671       65012        20           9.0000           7.0000     28.57%
19016.18/959.58	c       960         116289       65293        20           9.0000           7.0000     28.57%
19117.24/964.60	c       965         119121       62726        20           9.0000           7.0000     28.57%
19216.47/969.66	c       970          76316       65832        20           9.0000           7.0000     28.57%
19317.59/974.73	c       975          76786       66280        20           9.0000           7.0000     28.57%
19416.78/979.79	c       980          77246       66693        20           9.0000           7.0000     28.57%
19517.80/984.85	c       985          77683       67120        20           9.0000           7.0000     28.57%
19618.99/989.90	c       990          78143       67558        20           9.0000           7.0000     28.57%
19718.18/994.95	c       995          78634       68005        20           9.0000           7.0000     28.57%
19817.34/1000.00	c      1000          79069       68416        20           9.0000           7.0000     28.57%
19916.38/1005.01	c      1005          79508       68825        20           9.0000           7.0000     28.57%
20018.24/1010.04	c      1010         148511       94059        20           9.0000           7.0000     28.57%
20117.44/1015.12	c      1015         149603       94575        20           9.0000           7.0000     28.57%
20218.64/1020.16	c      1020         150556       95098        20           9.0000           7.0000     28.57%
20319.06/1025.23	c      1025         151669       95602        20           9.0000           7.0000     28.57%
20418.25/1030.29	c      1030         152989       96201        20           9.0000           7.0000     28.57%
20519.42/1035.34	c      1035         154128       96721        20           9.0000           7.0000     28.57%
20620.57/1040.40	c      1040         155169       97251        20           9.0000           7.0000     28.57%
20719.75/1045.45	c      1045         156221       97771        20           9.0000           7.0000     28.57%
20820.93/1050.50	c      1051         129462       70402        20           9.0000           7.0000     28.57%
20920.22/1055.55	c      1056         158294       98831        20           9.0000           7.0000     28.57%
21019.27/1060.56	c      1061         159284       99295        20           9.0000           7.0000     28.57%
21119.98/1065.65	c      1066         160412       99856        20           9.0000           7.0000     28.57%
21219.11/1070.67	c      1071         161453      100331        20           9.0000           7.0000     28.57%
21320.13/1075.75	c      1076          85756       74534        20           9.0000           7.0000     28.57%
21421.32/1080.80	c      1081          86242       74980        20           9.0000           7.0000     28.57%
21520.20/1085.85	c      1086          86678       75383        20           9.0000           7.0000     28.57%
21621.31/1090.90	c      1091          87100       75759        20           9.0000           7.0000     28.57%
21720.49/1095.95	c      1096          87517       76113        20           9.0000           7.0000     28.57%
21819.67/1100.99	c      1101          88038       76527        20           9.0000           7.0000     28.57%
21921.70/1106.05	c      1106          88529       76950        20           9.0000           7.0000     28.57%
22020.73/1111.10	c      1111         168883      104188        20           9.0000           7.0000     28.57%
22121.77/1116.15	c      1116         169890      104714        20           9.0000           7.0000     28.57%
22220.96/1121.16	c      1121         170807      105169        20           9.0000           7.0000     28.57%
22321.35/1126.21	c      1126         171674      105622        20           9.0000           7.0000     28.57%
22422.52/1131.30	c      1131         172601      106059        20           9.0000           7.0000     28.57%
22521.69/1136.35	c      1136         173557      106566        20           9.0000           7.0000     28.57%
22622.81/1141.40	c      1141         174520      107049        20           9.0000           7.0000     28.57%
22721.65/1146.45	c      1146         175528      107568        20           9.0000           7.0000     28.57%
22822.84/1151.50	c      1152         176619      108135        20           9.0000           7.0000     28.57%
22921.88/1156.55	c      1157         177657      108572        20           9.0000           7.0000     28.57%
23021.07/1161.60	c      1162         178583      109079        20           9.0000           7.0000     28.57%
23122.23/1166.65	c      1167         179737      109641        20           9.0000           7.0000     28.57%
23223.40/1171.70	c      1172         180665      110126        20           9.0000           7.0000     28.57%
23322.54/1176.72	c      1177         181830      110648        20           9.0000           7.0000     28.57%
23423.72/1181.80	c      1182         182970      111163        20           9.0000           7.0000     28.57%
23522.88/1186.85	c      1187         184089      111706        20           9.0000           7.0000     28.57%
23623.90/1191.90	c      1192         185172      112202        20           9.0000           7.0000     28.57%
23723.08/1196.95	c      1197         186196      112744        20           9.0000           7.0000     28.57%
23822.28/1202.00	c      1202         187169      113248        20           9.0000           7.0000     28.57%
23924.06/1207.05	c      1207         145289       81452        20           9.0000           7.0000     28.57%
24023.50/1212.10	c      1212         145582       81662        20           9.0000           7.0000     28.57%
24124.63/1217.15	c      1217         190144      114845        20           9.0000           7.0000     28.57%
24223.76/1222.17	c      1222         191100      115270        20           9.0000           7.0000     28.57%
24324.07/1227.23	c      1227         192078      115746        20           9.0000           7.0000     28.57%
24425.26/1232.30	c      1232         161670       87324        20           9.0000           7.0000     28.57%
24524.34/1237.35	c      1237         162431       87812        20           9.0000           7.0000     28.57%
24625.41/1242.40	c      1242         163335       88271        20           9.0000           7.0000     28.57%
24724.52/1247.43	c      1247         164219       88692        20           9.0000           7.0000     28.57%
24823.64/1252.47	c      1252         164987       89113        20           9.0000           7.0000     28.57%
24922.81/1257.49	c      1258         150011       84650        20           9.0000           7.0000     28.57%
25023.97/1262.51	c      1263         150620       85038        20           9.0000           7.0000     28.57%
25123.15/1267.56	c      1268         103791       90254        20           9.0000           7.0000     28.57%
25224.27/1272.61	c      1273         104520       90725        20           9.0000           7.0000     28.57%
25325.12/1277.70	c      1278         152471       86234        20           9.0000           7.0000     28.57%
25426.06/1282.81	c      1283         153105       86653        20           9.0000           7.0000     28.57%
25525.05/1287.85	c      1288         153681       87034        20           9.0000           7.0000     28.57%
25626.16/1292.90	c      1293         154285       87418        20           9.0000           7.0000     28.57%
25725.28/1297.95	c      1298         154895       87788        20           9.0000           7.0000     28.57%
25824.47/1303.00	c      1303         155532       88178        20           9.0000           7.0000     28.57%
25926.13/1308.05	c      1308         156070       88536        20           9.0000           7.0000     28.57%
26024.95/1313.07	c      1313         156639       88933        20           9.0000           7.0000     28.57%
26125.97/1318.15	c      1318         157263       89282        20           9.0000           7.0000     28.57%
26226.40/1323.20	c      1323         157912       89666        20           9.0000           7.0000     28.57%
26325.48/1328.25	c      1328         158573       90045        20           9.0000           7.0000     28.57%
26426.25/1333.30	c      1333         159147       90458        20           9.0000           7.0000     28.57%
26525.36/1338.35	c      1338         214850      127264        20           9.0000           7.0000     28.57%
26626.51/1343.40	c      1343         215934      127810        20           9.0000           7.0000     28.57%
26725.45/1348.45	c      1348         216887      128311        20           9.0000           7.0000     28.57%
26826.51/1353.50	c      1354         217877      128816        20           9.0000           7.0000     28.57%
26925.65/1358.55	c      1359         218871      129325        20           9.0000           7.0000     28.57%
27024.84/1363.57	c      1364         219788      129823        20           9.0000           7.0000     28.57%
27125.87/1368.64	c      1369         220715      130263        20           9.0000           7.0000     28.57%
27227.01/1373.70	c      1374         221714      130738        20           9.0000           7.0000     28.57%
27326.18/1378.75	c      1379         222653      131224        20           9.0000           7.0000     28.57%
27427.35/1383.80	c      1384         223526      131698        20           9.0000           7.0000     28.57%
27526.41/1388.85	c      1389         224462      132182        20           9.0000           7.0000     28.57%
27625.60/1393.89	c      1394         225400      132693        20           9.0000           7.0000     28.57%
27726.76/1398.95	c      1399         226461      133180        20           9.0000           7.0000     28.57%
27826.04/1404.00	c      1404         227495      133721        20           9.0000           7.0000     28.57%
27927.81/1409.05	c      1409         228475      134187        20           9.0000           7.0000     28.57%
28027.13/1414.10	c      1414         229489      134729        20           9.0000           7.0000     28.57%
28127.98/1419.14	c      1419         230533      135248        20           9.0000           7.0000     28.57%
28228.49/1424.20	c      1424         231528      135770        20           9.0000           7.0000     28.57%
28327.45/1429.25	c      1429         232597      136357        20           9.0000           7.0000     28.57%
28428.63/1434.30	c      1434         233610      136937        20           9.0000           7.0000     28.57%
28527.73/1439.35	c      1439         234460      137510        20           9.0000           7.0000     28.57%
28628.92/1444.40	c      1444         235398      138056        20           9.0000           7.0000     28.57%
28727.74/1449.45	c      1449         236337      138580        20           9.0000           7.0000     28.57%
28828.93/1454.50	c      1455         237484      139133        20           9.0000           7.0000     28.57%
28928.09/1459.52	c      1460         238540      139664        20           9.0000           7.0000     28.57%
29027.29/1464.58	c      1465         239639      140229        20           9.0000           7.0000     28.57%
29128.42/1469.63	c      1470         127888      108308        20           9.0000           7.0000     28.57%
29229.57/1474.70	c      1475         241816      141166        20           9.0000           7.0000     28.57%
29328.52/1479.72	c      1480         129070      109226        20           9.0000           7.0000     28.57%
29427.64/1484.74	c      1485         129677      109657        20           9.0000           7.0000     28.57%
29526.77/1489.78	c      1490         130237      110114        20           9.0000           7.0000     28.57%
29625.96/1494.80	c      1495         201274      111683        20           9.0000           7.0000     28.57%
29727.12/1499.86	c      1500         201862      112126        20           9.0000           7.0000     28.57%
29828.29/1504.91	c      1505         202429      112544        20           9.0000           7.0000     28.57%
29927.19/1509.99	c      1510         203053      112973        20           9.0000           7.0000     28.57%
30026.22/1515.03	c      1515         203493      113329        20           9.0000           7.0000     28.57%
30127.76/1520.08	c      1520         204034      113704        20           9.0000           7.0000     28.57%
30228.86/1525.15	c      1525         204689      114143        20           9.0000           7.0000     28.57%
30329.40/1530.20	c      1530         205373      114602        20           9.0000           7.0000     28.57%
30428.58/1535.22	c      1535         206105      115077        20           9.0000           7.0000     28.57%
30527.53/1540.23	c      1540         186663      106991        20           9.0000           7.0000     28.57%
30626.61/1545.26	c      1545         187357      107396        20           9.0000           7.0000     28.57%
30727.77/1550.32	c      1550         188016      107813        20           9.0000           7.0000     28.57%
30826.89/1555.38	c      1555         188739      108226        20           9.0000           7.0000     28.57%
30927.91/1560.40	c      1560         239399      134397        20           9.0000           7.0000     28.57%
31027.09/1565.48	c      1565         190192      109029        20           9.0000           7.0000     28.57%
31128.25/1570.54	c      1571         190947      109428        20           9.0000           7.0000     28.57%
31229.42/1575.61	c      1576         191629      109838        20           9.0000           7.0000     28.57%
31328.42/1580.67	c      1581         192352      110326        20           9.0000           7.0000     28.57%
31429.57/1585.74	c      1586         193003      110738        20           9.0000           7.0000     28.57%
31530.67/1590.80	c      1591         193737      111162        20           9.0000           7.0000     28.57%
31629.84/1595.86	c      1596         194414      111569        20           9.0000           7.0000     28.57%
31730.89/1600.91	c      1601         195150      111995        20           9.0000           7.0000     28.57%
31829.87/1605.97	c      1606         195888      112392        20           9.0000           7.0000     28.57%
31928.99/1611.03	c      1611         196609      112802        20           9.0000           7.0000     28.57%
32030.82/1616.07	c      1616         197405      113227        20           9.0000           7.0000     28.57%
32130.02/1621.12	c      1621         198063      113656        20           9.0000           7.0000     28.57%
32232.41/1626.20	c      1626         253118      139364        20           9.0000           7.0000     28.57%
32331.62/1631.21	c      1631         254185      139671        20           9.0000           7.0000     28.57%
32430.72/1636.29	c      1636         255356      140034        20           9.0000           7.0000     28.57%
32531.79/1641.33	c      1641         256293      140353        20           9.0000           7.0000     28.57%
32632.93/1646.40	c      1646         257207      140666        20           9.0000           7.0000     28.57%
32732.13/1651.42	c      1651         258251      141094        20           9.0000           7.0000     28.57%
32831.29/1656.48	c      1656         259360      141490        20           9.0000           7.0000     28.57%
32932.36/1661.55	c      1662         260342      141867        20           9.0000           7.0000     28.57%
33031.13/1666.56	c      1667         261397      142191        20           9.0000           7.0000     28.57%
33130.22/1671.58	c      1672         151737      126651        20           9.0000           7.0000     28.57%
33231.37/1676.61	c      1677         225753      127725        20           9.0000           7.0000     28.57%
33330.57/1681.66	c      1682         282826      161576        20           9.0000           7.0000     28.57%
33431.72/1686.75	c      1687         227121      128662        20           9.0000           7.0000     28.57%
33532.91/1691.80	c      1692         284950      162615        20           9.0000           7.0000     28.57%
33632.08/1696.86	c      1697         228483      129579        20           9.0000           7.0000     28.57%
33733.24/1701.92	c      1702         229210      130037        20           9.0000           7.0000     28.57%
33832.42/1706.98	c      1707         229852      130500        20           9.0000           7.0000     28.57%
33931.61/1712.02	c      1712         230515      130973        20           9.0000           7.0000     28.57%
34033.44/1717.09	c      1717         231279      131434        20           9.0000           7.0000     28.57%
34134.42/1722.15	c      1722         290851      165586        20           9.0000           7.0000     28.57%
34234.78/1727.20	c      1727         291826      166041        20           9.0000           7.0000     28.57%
34333.99/1732.25	c      1732         292747      166443        20           9.0000           7.0000     28.57%
34434.96/1737.30	c      1737         293667      166891        20           9.0000           7.0000     28.57%
34534.15/1742.35	c      1742         294609      167433        20           9.0000           7.0000     28.57%
34635.31/1747.40	c      1747         295536      167961        20           9.0000           7.0000     28.57%
34734.50/1752.45	c      1752         296407      168461        20           9.0000           7.0000     28.57%
34835.66/1757.50	c      1758         297270      168936        20           9.0000           7.0000     28.57%
34934.87/1762.55	c      1763         298177      169451        20           9.0000           7.0000     28.57%
35036.03/1767.60	c      1768         299184      169915        20           9.0000           7.0000     28.57%
35135.23/1772.62	c      1773         300181      170428        20           9.0000           7.0000     28.57%
35236.39/1777.70	c      1778         301169      170896        20           9.0000           7.0000     28.57%
35335.57/1782.73	c      1783         302051      171445        20           9.0000           7.0000     28.57%
35434.61/1787.80	c      1788         302931      172064        20           9.0000           7.0000     28.57%
35535.80/1792.85	c      1793         221156      127413        20           9.0000           7.0000     28.57%
35636.90/1797.90	c      1798         221761      127795        20           9.0000           7.0000     28.57%
35736.10/1802.95	c      1803         222438      128191        20           9.0000           7.0000     28.57%
35835.20/1807.97	c      1808         223090      128601        20           9.0000           7.0000     28.57%
35937.02/1813.05	c      1813         223683      128976        20           9.0000           7.0000     28.57%
36036.34/1818.10	c      1818         224265      129356        20           9.0000           7.0000     28.57%
36137.25/1823.15	c      1823         224867      129727        20           9.0000           7.0000     28.57%
36237.73/1828.20	c      1828         225470      130092        20           9.0000           7.0000     28.57%
36336.79/1833.25	c      1833         226037      130459        20           9.0000           7.0000     28.57%
36437.90/1838.30	c      1838         226587      130831        20           9.0000           7.0000     28.57%
36537.06/1843.35	c      1843         227181      131210        20           9.0000           7.0000     28.57%
36638.12/1848.40	c      1848         227796      131583        20           9.0000           7.0000     28.57%
36737.32/1853.45	c      1853         228334      131992        20           9.0000           7.0000     28.57%
36838.48/1858.50	c      1859         228883      132416        20           9.0000           7.0000     28.57%
36937.68/1863.55	c      1864         229420      132827        20           9.0000           7.0000     28.57%
37036.59/1868.57	c      1869         229988      133194        20           9.0000           7.0000     28.57%
37137.72/1873.60	c      1874         175436      145746        20           9.0000           7.0000     28.57%
37236.83/1878.65	c      1879         175979      146225        20           9.0000           7.0000     28.57%
37335.94/1883.68	c      1884         176527      146721        20           9.0000           7.0000     28.57%
37437.12/1888.70	c      1889         177067      147183        20           9.0000           7.0000     28.57%
37536.11/1893.73	c      1894         306039      158843        20           9.0000           7.0000     28.57%
37635.28/1898.76	c      1899         306943      159211        20           9.0000           7.0000     28.57%
37736.42/1903.83	c      1904         307926      159526        20           9.0000           7.0000     28.57%
37837.47/1908.94	c      1909         308721      159825        20           9.0000           7.0000     28.57%
37939.35/1914.04	c      1914         309692      160175        20           9.0000           7.0000     28.57%
38038.48/1919.10	c      1919         310735      160490        20           9.0000           7.0000     28.57%
38139.62/1924.15	c      1924         311701      160793        20           9.0000           7.0000     28.57%
38240.18/1929.20	c      1929         312652      161113        20           9.0000           7.0000     28.57%
38339.35/1934.25	c      1934         313536      161431        20           9.0000           7.0000     28.57%
38440.01/1939.30	c      1939         314555      161782        20           9.0000           7.0000     28.57%
38539.14/1944.35	c      1944         315585      162102        20           9.0000           7.0000     28.57%
38640.33/1949.40	c      1949         316705      162415        20           9.0000           7.0000     28.57%
38739.53/1954.44	c      1954         317620      162777        20           9.0000           7.0000     28.57%
38840.65/1959.50	c      1960         318682      163050        20           9.0000           7.0000     28.57%
38939.80/1964.55	c      1965         319653      163447        20           9.0000           7.0000     28.57%
39040.89/1969.60	c      1970         320793      163806        20           9.0000           7.0000     28.57%
39140.10/1974.65	c      1975         321663      164131        20           9.0000           7.0000     28.57%
39239.29/1979.69	c      1980         322499      164464        20           9.0000           7.0000     28.57%
39340.47/1984.75	c      1985         323360      164816        20           9.0000           7.0000     28.57%
39441.65/1989.80	c      1990         269925      156448        20           9.0000           7.0000     28.57%
39540.90/1994.85	c      1995         270767      156917        20           9.0000           7.0000     28.57%
39640.21/1999.87	c      2000         271613      157408        20           9.0000           7.0000     28.57%
39739.24/2004.87	c      2005         343168      192247        20           9.0000           7.0000     28.57%
39840.42/2009.92	c      2010         344209      192787        20           9.0000           7.0000     28.57%
39939.60/2014.95	c      2015         345073      193193        20           9.0000           7.0000     28.57%
40038.80/2019.99	c      2020         345873      193595        20           9.0000           7.0000     28.57%
40140.40/2025.06	c      2025         346749      194081        20           9.0000           7.0000     28.57%
40239.81/2030.13	c      2030         347725      194587        20           9.0000           7.0000     28.57%
40341.06/2035.16	c      2035         251662      146620        20           9.0000           7.0000     28.57%
40441.36/2040.22	c      2040         349821      195501        20           9.0000           7.0000     28.57%
40540.55/2045.27	c      2045         350811      195927        20           9.0000           7.0000     28.57%
40639.66/2050.29	c      2050         253759      147872        20           9.0000           7.0000     28.57%
40740.83/2055.37	c      2055         254443      148260        20           9.0000           7.0000     28.57%
40841.99/2060.42	c      2060         196418      162763        20           9.0000           7.0000     28.57%
40941.08/2065.44	c      2065         255834      149090        20           9.0000           7.0000     28.57%
41042.14/2070.50	c      2071         256478      149478        20           9.0000           7.0000     28.57%
41141.13/2075.56	c      2076         257114      149831        20           9.0000           7.0000     28.57%
41244.30/2080.70	c      2081         257721      150185        20           9.0000           7.0000     28.57%
41343.42/2085.75	c      2086         258287      150546        20           9.0000           7.0000     28.57%
41444.62/2090.80	c      2091         258878      150921        20           9.0000           7.0000     28.57%
41543.74/2095.85	c      2096         259474      151300        20           9.0000           7.0000     28.57%
41644.95/2100.90	c      2101         260091      151649        20           9.0000           7.0000     28.57%
41744.12/2105.95	c      2106         260719      152037        20           9.0000           7.0000     28.57%
41843.08/2111.00	c      2111         261385      152449        20           9.0000           7.0000     28.57%
41944.88/2116.05	c      2116         262057      152851        20           9.0000           7.0000     28.57%
42044.04/2121.10	c      2121         262716      153229        20           9.0000           7.0000     28.57%
42145.40/2126.15	c      2126         263310      153570        20           9.0000           7.0000     28.57%
42244.35/2131.16	c      2131         263939      153947        20           9.0000           7.0000     28.57%
42343.38/2136.18	c      2136         352190      174439        20           9.0000           7.0000     28.57%
42443.97/2141.24	c      2141         265062      154755        20           9.0000           7.0000     28.57%
42545.05/2146.31	c      2146         265706      155152        20           9.0000           7.0000     28.57%
42644.19/2151.39	c      2151         354946      175324        20           9.0000           7.0000     28.57%
42745.36/2156.45	c      2156         205463      170304        20           9.0000           7.0000     28.57%
42846.56/2161.50	c      2162         205922      170679        20           9.0000           7.0000     28.57%
42945.77/2166.55	c      2167         357827      176319        20           9.0000           7.0000     28.57%
43046.97/2171.60	c      2172         358877      176701        20           9.0000           7.0000     28.57%
43146.16/2176.65	c      2177         359800      177031        20           9.0000           7.0000     28.57%
43247.34/2181.70	c      2182         360854      177277        20           9.0000           7.0000     28.57%
43346.50/2186.75	c      2187         361498      177527        20           9.0000           7.0000     28.57%
43447.71/2191.80	c      2192         362372      177831        20           9.0000           7.0000     28.57%
43546.89/2196.81	c      2197         363307      178056        20           9.0000           7.0000     28.57%
43646.09/2201.88	c      2202         364285      178372        20           9.0000           7.0000     28.57%
43747.09/2206.93	c      2207         365320      178672        20           9.0000           7.0000     28.57%
43846.29/2211.99	c      2212         366334      178940        20           9.0000           7.0000     28.57%
43948.11/2217.04	c      2217         367346      179237        20           9.0000           7.0000     28.57%
44047.22/2222.05	c      2222         368208      179540        20           9.0000           7.0000     28.57%
44146.46/2227.05	c      2227         369263      179800        20           9.0000           7.0000     28.57%
44245.63/2232.10	c      2232         370113      180052        20           9.0000           7.0000     28.57%
44346.83/2237.17	c      2237         287180      236597        20           9.0000           7.0003     28.57%
44447.36/2242.27	c      2242         288070      237248        20           9.0000           7.0014     28.55%
44548.46/2247.35	c      2247         288840      237808        20           9.0000           7.0029     28.52%
44649.66/2252.40	c      2252         289540      238304        20           9.0000           7.0044     28.49%
44748.84/2257.42	c      2257         290470      238919        20           9.0000           7.0052     28.48%
44850.01/2262.50	c      2263         291390      239524        20           9.0000           7.0061     28.46%
44949.08/2267.55	c      2268         292250      240140        20           9.0000           7.0079     28.43%
45050.03/2272.60	c      2273         292980      240640        20           9.0000           7.0087     28.41%
45149.23/2277.65	c      2278         293850      241191        20           9.0000           7.0101     28.39%
45250.43/2282.70	c      2283         294840      241815        20           9.0000           7.0110     28.37%
45349.55/2287.75	c      2288         295850      242400        20           9.0000           7.0124     28.34%
45450.74/2292.80	c      2293         296820      242928        20           9.0000           7.0152     28.29%
45549.92/2297.81	c      2298         297850      243551        20           9.0000           7.0181     28.24%
45649.14/2302.85	c      2303         298780      244119        20           9.0000           7.0199     28.21%
45750.28/2307.94	c      2308         299810      244627        20           9.0000           7.0233     28.14%
45849.47/2312.97	c      2313         301050      245181        20           9.0000           7.0268     28.08%
45948.58/2317.99	c      2318         302190      245338        20           9.0000           7.0399     27.84%
46050.44/2323.08	c      2323         303400      245107        20           9.0000           7.0542     27.58%
46151.23/2328.15	c      2328         304830      244879        20           9.0000           7.0909     26.92%
46251.68/2333.20	c      2333         306105      244753        20           9.0000           7.3333     22.73%
46350.88/2338.25	c      2338         307466      244542        20           9.0000           7.5000     20.00%
46450.07/2343.30	c      2343         308930      244303        20           9.0000           8.0000     12.50%
46551.19/2348.35	c      2348         310543      244040        20           9.0000           8.0000     12.50%
46652.35/2353.40	c      2353         312059      243770        20           9.0000           8.0000     12.50%
46751.53/2358.45	c      2358         313623      243559        20           9.0000           8.0000     12.50%
46850.71/2363.48	c      2363         315276      243348        20           9.0000           8.0000     12.50%
46951.89/2368.54	c      2369         316916      243152        20           9.0000           8.0000     12.50%
47052.99/2373.60	c      2374         318574      242975        20           9.0000           8.0000     12.50%
47152.16/2378.65	c      2379         320184      242762        20           9.0000           8.0000     12.50%
47253.32/2383.70	c      2384         321900      242597        20           9.0000           8.0000     12.50%
47352.42/2388.75	c      2389         323531      242416        20           9.0000           8.0000     12.50%
47453.58/2393.80	c      2394         325044      242279        20           9.0000           8.0000     12.50%
47552.58/2398.85	c      2399         326548      242109        20           9.0000           8.0000     12.50%
47653.75/2403.90	c      2404         328095      241899        20           9.0000           8.0000     12.50%
47752.92/2408.95	c      2409         329727      241764        20           9.0000           8.0000     12.50%
47851.88/2414.00	c      2414         331415      241632        20           9.0000           8.0000     12.50%
47953.69/2419.05	c      2419         333046      241455        20           9.0000           8.0000     12.50%
48052.93/2424.06	c      2424         334572      241340        20           9.0000           8.0000     12.50%
48153.90/2429.14	c      2429         336017      241226        20           9.0000           8.0000     12.50%
48254.23/2434.20	c      2434         337648      241065        20           9.0000           8.0000     12.50%
48353.36/2439.25	c      2439         339280      240968        20           9.0000           8.0000     12.50%
48454.38/2444.30	c      2444         340977      240869        20           9.0000           8.0000     12.50%
48553.42/2449.34	c      2449         342597      240764        20           9.0000           8.0000     12.50%
48652.38/2454.39	c      2454         344216      240644        20           9.0000           8.0000     12.50%
48753.51/2459.43	c      2459         345955      240580        20           9.0000           8.0000     12.50%
48854.52/2464.50	c      2465         347578      240492        20           9.0000           8.0000     12.50%
48953.64/2469.55	c      2470         349352      240383        20           9.0000           8.0000     12.50%
49054.75/2474.60	c      2475         351049      240334        20           9.0000           8.0000     12.50%
49153.91/2479.65	c      2480         352760      240217        20           9.0000           8.0000     12.50%
49254.93/2484.70	c      2485         354493      240117        20           9.0000           8.0000     12.50%
49353.99/2489.73	c      2490         356107      240015        20           9.0000           8.0000     12.50%
49453.06/2494.77	c      2495         357660      239910        20           9.0000           8.0000     12.50%
49552.17/2499.79	c      2500         359430      239844        20           9.0000           8.0000     12.50%
49653.01/2504.88	c      2505         361112      239775        20           9.0000           8.0000     12.50%
49754.20/2509.95	c      2510         362892      239703        20           9.0000           8.0000     12.50%
49853.31/2514.99	c      2515         364613      239608        20           9.0000           8.0000     12.50%
49955.04/2520.05	c      2520         366419      239514        20           9.0000           8.0000     12.50%
50054.23/2525.10	c      2525         368109      239453        20           9.0000           8.0000     12.50%
50153.52/2530.13	c      2530         369766      239343        20           9.0000           8.0000     12.50%
50254.62/2535.19	c      2535         371595      239269        20           9.0000           8.0000     12.50%
50355.13/2540.23	c      2540         373261      239176        20           9.0000           8.0000     12.50%
50454.29/2545.25	c      2545         375023      239104        20           9.0000           8.0000     12.50%
50555.31/2550.30	c      2550         376800      239009        20           9.0000           8.0000     12.50%
50654.47/2555.36	c      2555         378403      238955        20           9.0000           8.0000     12.50%
50755.65/2560.44	c      2560         380083      238866        20           9.0000           8.0000     12.50%
50856.66/2565.50	c      2566         381748      238800        20           9.0000           8.0000     12.50%
50955.85/2570.53	c      2571         383496      238749        20           9.0000           8.0000     12.50%
51055.04/2575.54	c      2576         257908      201228        20           9.0000           8.0000     12.50%
51154.23/2580.59	c      2581         259096      201116        20           9.0000           8.0000     12.50%
51255.30/2585.66	c      2586         260260      201049        20           9.0000           8.0000     12.50%
51356.41/2590.71	c      2591         261565      200884        20           9.0000           8.0000     12.50%
51457.49/2595.80	c      2596         262752      200811        20           9.0000           8.0000     12.50%
51556.68/2600.86	c      2601         263970      200750        20           9.0000           8.0000     12.50%
51657.84/2605.90	c      2606         265171      200619        20           9.0000           8.0000     12.50%
51757.03/2610.94	c      2611         266389      200545        20           9.0000           8.0000     12.50%
51856.22/2615.94	c      2616         267677      200466        20           9.0000           8.0000     12.50%
51955.40/2620.99	c      2621         268869      200388        20           9.0000           8.0000     12.50%
52056.65/2626.04	c      2626         270137      200281        20           9.0000           8.0000     12.50%
52155.66/2631.09	c      2631         271181      200212        20           9.0000           8.0000     12.50%
52256.72/2636.14	c      2636         272431      200180        20           9.0000           8.0000     12.50%
52356.21/2641.19	c      2641         273690      200111        20           9.0000           8.0000     12.50%
52456.38/2646.27	c      2646         274945      200051        20           9.0000           8.0000     12.50%
52557.51/2651.32	c      2651         276234      199983        20           9.0000           8.0000     12.50%
52656.49/2656.34	c      2656         412465      237577        20           9.0000           8.0000     12.50%
52757.43/2661.42	c      2661         278834      199837        20           9.0000           8.0000     12.50%
52856.62/2666.48	c      2666         280084      199798        20           9.0000           8.0000     12.50%
52957.77/2671.55	c      2672         417541      237429        20           9.0000           8.0000     12.50%
53058.73/2676.60	c      2677         419229      237336        20           9.0000           8.0000     12.50%
53157.91/2681.65	c      2682         420978      237248        20           9.0000           8.0000     12.50%
53258.91/2686.71	c      2687         422422      237196        20           9.0000           8.0000     12.50%
53358.11/2691.75	c      2692         424143      237127        20           9.0000           8.0000     12.50%
53459.29/2696.80	c      2697         425761      237126        20           9.0000           8.0000     12.50%
53558.50/2701.85	c      2702         427570      237054        20           9.0000           8.0000     12.50%
53657.70/2706.88	c      2707         429244      236974        20           9.0000           8.0000     12.50%
53758.89/2711.92	c      2712         291234      199533        20           9.0000           8.0000     12.50%
53857.63/2716.97	c      2717         292502      199491        20           9.0000           8.0000     12.50%
53956.84/2722.02	c      2722         293713      199457        20           9.0000           8.0000     12.50%
54058.48/2727.05	c      2727         295011      199441        20           9.0000           8.0000     12.50%
54157.62/2732.13	c      2732         296332      199375        20           9.0000           8.0000     12.50%
54258.59/2737.15	c      2737         297663      199357        20           9.0000           8.0000     12.50%
54357.97/2742.15	c      2742         298743      199344        20           9.0000           8.0000     12.50%
54457.10/2747.19	c      2747         299855      199295        20           9.0000           8.0000     12.50%
54557.43/2752.20	c      2752         444681      236561        20           9.0000           8.0000     12.50%
54656.56/2757.22	c      2757         446315      236510        20           9.0000           8.0000     12.50%
54755.77/2762.27	c      2762         448046      236464        20           9.0000           8.0000     12.50%
54856.94/2767.34	c      2767         449665      236408        20           9.0000           8.0000     12.50%
54958.05/2772.41	c      2772         451499      236327        20           9.0000           8.0000     12.50%
55057.23/2777.47	c      2777         453210      236288        20           9.0000           8.0000     12.50%
55158.35/2782.52	c      2783         454683      236234        20           9.0000           8.0000     12.50%
55259.47/2787.61	c      2788         456475      236155        20           9.0000           8.0000     12.50%
55358.68/2792.66	c      2793         458311      236094        20           9.0000           8.0000     12.50%
55459.73/2797.73	c      2798         459731      236060        20           9.0000           8.0000     12.50%
55560.75/2802.81	c      2803         461494      236014        20           9.0000           8.0000     12.50%
55661.56/2807.90	c      2808         463095      235938        20           9.0000           8.0000     12.50%
55760.76/2812.95	c      2813         464649      235900        20           9.0000           8.0000     12.50%
55859.94/2818.00	c      2818         466226      235840        20           9.0000           8.0000     12.50%
55961.78/2823.05	c      2823         467985      235783        20           9.0000           8.0000     12.50%
56060.89/2828.10	c      2828         469699      235745        20           9.0000           8.0000     12.50%
56160.02/2833.11	c      2833         471541      235653        20           9.0000           8.0000     12.50%
56260.91/2838.14	c      2838         473319      235616        20           9.0000           8.0000     12.50%
56361.37/2843.21	c      2843         475018      235592        20           9.0000           8.0000     12.50%
56460.55/2848.29	c      2848         476565      235559        20           9.0000           8.0000     12.50%
56561.73/2853.32	c      2853         326217      198839        20           9.0000           8.0000     12.50%
56662.77/2858.40	c      2858         327262      198826        20           9.0000           8.0000     12.50%
56761.95/2863.45	c      2863         328418      198837        20           9.0000           8.0000     12.50%
56860.96/2868.48	c      2868         329635      198808        20           9.0000           8.0000     12.50%
56962.13/2873.55	c      2874         330923      198762        20           9.0000           8.0000     12.50%
57063.23/2878.60	c      2879         332270      198748        20           9.0000           8.0000     12.50%
57162.43/2883.65	c      2884         333608      198719        20           9.0000           8.0000     12.50%
57263.61/2888.70	c      2889         334873      198730        20           9.0000           8.0000     12.50%
57362.83/2893.75	c      2894         336264      198698        20           9.0000           8.0000     12.50%
57461.96/2898.78	c      2899         337445      198675        20           9.0000           8.0000     12.50%
57561.11/2903.80	c      2904         338519      198668        20           9.0000           8.0000     12.50%
57662.21/2908.80	c      2909         339744      198640        20           9.0000           8.0000     12.50%
57761.41/2913.83	c      2914         340902      198627        20           9.0000           8.0000     12.50%
57860.58/2918.89	c      2919         341990      198608        20           9.0000           8.0000     12.50%
57961.70/2923.97	c      2924         342888      198570        20           9.0000           8.0000     12.50%
58060.84/2929.02	c      2929         344093      198543        20           9.0000           8.0000     12.50%
58162.64/2934.09	c      2934         345288      198521        20           9.0000           8.0000     12.50%
58265.12/2939.20	c      2939         346313      198511        20           9.0000           8.0000     12.50%
58364.32/2944.25	c      2944         347727      198508        20           9.0000           8.0000     12.50%
58465.38/2949.30	c      2949         349069      198503        20           9.0000           8.0000     12.50%
58564.38/2954.35	c      2954         350393      198502        20           9.0000           8.0000     12.50%
58663.56/2959.39	c      2959         351650      198475        20           9.0000           8.0000     12.50%
58764.56/2964.45	c      2964         352985      198469        20           9.0000           8.0000     12.50%
58865.75/2969.50	c      2970         354268      198470        20           9.0000           8.0000     12.50%
58964.95/2974.55	c      2975         355687      198479        20           9.0000           8.0000     12.50%
59065.96/2979.60	c      2980         520179      234430        20           9.0000           8.0000     12.50%
59164.98/2984.65	c      2985         358510      198453        20           9.0000           8.0000     12.50%
59266.07/2989.70	c      2990         359692      198419        20           9.0000           8.0000     12.50%
59365.26/2994.72	c      2995         524687      234329        20           9.0000           8.0000     12.50%
59464.44/2999.72	c      3000         526212      234280        20           9.0000           8.0000     12.50%
59563.62/3004.76	c      3005         363074      198381        20           9.0000           8.0000     12.50%
59662.77/3009.78	c      3010         364229      198363        20           9.0000           8.0000     12.50%
59763.88/3014.82	c      3015         365352      198362        20           9.0000           8.0000     12.50%
59863.06/3019.83	c      3020         531919      234203        20           9.0000           8.0000     12.50%
59964.24/3024.90	c      3025         533690      234158        20           9.0000           8.0000     12.50%
60063.33/3029.98	c      3030         535450      234106        20           9.0000           8.0000     12.50%
60165.16/3035.03	c      3035         536911      234048        20           9.0000           8.0000     12.50%
60264.25/3040.06	c      3040         538594      233996        20           9.0000           8.0000     12.50%
60363.25/3045.08	c      3045         539689      234004        20           9.0000           8.0000     12.50%
60462.64/3050.12	c      3050         541314      233962        20           9.0000           8.0000     12.50%
60563.79/3055.19	c      3055         543208      233909        20           9.0000           8.0000     12.50%
60664.28/3060.24	c      3060         544983      233864        20           9.0000           8.0000     12.50%
60763.41/3065.27	c      3065         546499      233853        20           9.0000           8.0000     12.50%
60862.35/3070.28	c      3070         548112      233802        20           9.0000           8.0000     12.50%
60963.17/3075.34	c      3075         379379      198282        20           9.0000           8.0000     12.50%
61064.31/3080.43	c      3080         380534      198298        20           9.0000           8.0000     12.50%
61163.43/3085.47	c      3085         381811      198266        20           9.0000           8.0000     12.50%
61264.50/3090.53	c      3091         382806      198249        20           9.0000           8.0000     12.50%
61363.65/3095.58	c      3096         556136      233680        20           9.0000           8.0000     12.50%
61464.72/3100.66	c      3101         557448      233646        20           9.0000           8.0000     12.50%
61565.70/3105.70	c      3106         559073      233623        20           9.0000           8.0000     12.50%
61664.97/3110.77	c      3111         560562      233660        20           9.0000           8.0000     12.50%
61766.04/3115.82	c      3116         562374      233646        20           9.0000           8.0000     12.50%
61865.25/3120.88	c      3121         563911      233607        20           9.0000           8.0000     12.50%
61966.42/3125.93	c      3126         565200      233576        20           9.0000           8.0000     12.50%
62065.50/3130.99	c      3131         566954      233589        20           9.0000           8.0000     12.50%
62167.10/3136.04	c      3136         568617      233566        20           9.0000           8.0000     12.50%
62266.73/3141.06	c      3141         570246      233526        20           9.0000           8.0000     12.50%
62365.69/3146.13	c      3146         571489      233484        20           9.0000           8.0000     12.50%
62466.85/3151.19	c      3151         573293      233434        20           9.0000           8.0000     12.50%
62567.59/3156.28	c      3156         574614      233423        20           9.0000           8.0000     12.50%
62668.52/3161.35	c      3161         576114      233394        20           9.0000           8.0000     12.50%
62769.69/3166.42	c      3166         577967      233328        20           9.0000           8.0000     12.50%
62870.82/3171.51	c      3172         579463      233301        20           9.0000           8.0000     12.50%
62970.01/3176.56	c      3177         402341      198189        20           9.0000           8.0000     12.50%
63071.08/3181.61	c      3182         403461      198190        20           9.0000           8.0000     12.50%
63170.21/3186.66	c      3187         404664      198162        20           9.0000           8.0000     12.50%
63271.39/3191.71	c      3192         405788      198156        20           9.0000           8.0000     12.50%
63370.57/3196.76	c      3197         406820      198194        20           9.0000           8.0000     12.50%
63471.71/3201.81	c      3202         408085      198162        20           9.0000           8.0000     12.50%
63570.82/3206.83	c      3207         409246      198199        20           9.0000           8.0000     12.50%
63670.03/3211.84	c      3212         410572      198188        20           9.0000           8.0000     12.50%
63769.20/3216.88	c      3217         411918      198178        20           9.0000           8.0000     12.50%
63870.16/3221.90	c      3222         413032      198157        20           9.0000           8.0000     12.50%
63969.35/3226.99	c      3227         596551      233055        20           9.0000           8.0000     12.50%
64068.52/3231.99	c      3232         598103      232996        20           9.0000           8.0000     12.50%
64170.27/3237.04	c      3237         415670      198158        20           9.0000           8.0000     12.50%
64269.41/3242.10	c      3242         601439      232892        20           9.0000           8.0000     12.50%
64371.86/3247.24	c      3247         418073      198129        20           9.0000           8.0000     12.50%
64471.07/3252.29	c      3252         418970      198119        20           9.0000           8.0000     12.50%
64572.16/3257.36	c      3257         419951      198139        20           9.0000           8.0000     12.50%
64673.28/3262.41	c      3262         420796      198134        20           9.0000           8.0000     12.50%
64772.48/3267.46	c      3267         422027      198101        20           9.0000           8.0000     12.50%
64873.67/3272.51	c      3273         423056      198081        20           9.0000           8.0000     12.50%
64972.84/3277.56	c      3278         424448      198089        20           9.0000           8.0000     12.50%
65073.98/3282.61	c      3283         425721      198105        20           9.0000           8.0000     12.50%
65173.15/3287.66	c      3288         426977      198057        20           9.0000           8.0000     12.50%
65274.30/3292.71	c      3293         428068      198046        20           9.0000           8.0000     12.50%
65373.46/3297.76	c      3298         429215      198034        20           9.0000           8.0000     12.50%
65474.61/3302.81	c      3303         430340      198045        20           9.0000           8.0000     12.50%
65573.80/3307.83	c      3308         431298      198044        20           9.0000           8.0000     12.50%
65672.93/3312.87	c      3313         432269      198026        20           9.0000           8.0000     12.50%
65773.89/3317.95	c      3318         433465      198019        20           9.0000           8.0000     12.50%
65873.09/3323.01	c      3323         625255      232443        20           9.0000           8.0000     12.50%
65975.12/3328.06	c      3328         626922      232411        20           9.0000           8.0000     12.50%
66074.13/3333.11	c      3333         628267      232389        20           9.0000           8.0000     12.50%
66173.29/3338.13	c      3338         629867      232385        20           9.0000           8.0000     12.50%
66274.43/3343.14	c      3343         631457      232390        20           9.0000           8.0000     12.50%
66373.76/3348.15	c      3348         632804      232419        20           9.0000           8.0000     12.50%
66473.98/3353.23	c      3353         634369      232394        20           9.0000           8.0000     12.50%
66575.18/3358.34	c      3358         442903      197949        20           9.0000           8.0000     12.50%
66676.36/3363.41	c      3363         444096      197948        20           9.0000           8.0000     12.50%
66775.56/3368.46	c      3368         445312      197920        20           9.0000           8.0000     12.50%
66876.57/3373.51	c      3374         446364      197922        20           9.0000           8.0000     12.50%
66975.60/3378.56	c      3379         447558      197910        20           9.0000           8.0000     12.50%
67074.59/3383.57	c      3384         643011      232298        20           9.0000           8.0000     12.50%
67175.77/3388.66	c      3389         449787      197876        20           9.0000           8.0000     12.50%
67276.82/3393.71	c      3394         450734      197860        20           9.0000           8.0000     12.50%
67375.82/3398.73	c      3399         451873      197885        20           9.0000           8.0000     12.50%
67475.02/3403.78	c      3404         453071      197855        20           9.0000           8.0000     12.50%
67576.09/3408.86	c      3409         454216      197853        20           9.0000           8.0000     12.50%
67677.23/3413.91	c      3414         455405      197851        20           9.0000           8.0000     12.50%
67776.41/3418.96	c      3419         456450      197845        20           9.0000           8.0000     12.50%
67875.60/3424.01	c      3424         654518      232168        20           9.0000           8.0000     12.50%
67977.59/3429.06	c      3429         656315      232126        20           9.0000           8.0000     12.50%
68076.78/3434.11	c      3434         657983      232104        20           9.0000           8.0000     12.50%
68177.78/3439.16	c      3439         461509      197759        20           9.0000           8.0000     12.50%
68278.26/3444.21	c      3444         660082      232091        20           9.0000           8.0000     12.50%
68377.41/3449.26	c      3449         661796      232045        20           9.0000           8.0000     12.50%
68478.53/3454.31	c      3454         464850      197713        20           9.0000           8.0000     12.50%
68577.67/3459.37	c      3459         664543      232023        20           9.0000           8.0000     12.50%
68676.87/3464.38	c      3464         666252      231994        20           9.0000           8.0000     12.50%
68777.93/3469.43	c      3469         468620      197699        20           9.0000           8.0000     12.50%
68878.98/3474.51	c      3475         469831      197696        20           9.0000           8.0000     12.50%
68978.12/3479.52	c      3480         470785      197708        20           9.0000           8.0000     12.50%
69077.33/3484.53	c      3485         671509      231915        20           9.0000           8.0000     12.50%
69176.52/3489.55	c      3490         472959      197614        20           9.0000           8.0000     12.50%
69275.72/3494.59	c      3495         473730      197605        20           9.0000           8.0000     12.50%
69376.77/3499.69	c      3500         675310      231848        20           9.0000           8.0000     12.50%
69477.85/3504.76	c      3505         675949      231870        20           9.0000           8.0000     12.50%
69579.04/3509.80	c      3510         477325      197625        20           9.0000           8.0000     12.50%
69677.95/3514.88	c      3515         478198      197616        20           9.0000           8.0000     12.50%
69778.90/3519.95	c      3520         479149      197618        20           9.0000           8.0000     12.50%
69877.95/3525.01	c      3525         480410      197618        20           9.0000           8.0000     12.50%
69979.77/3530.06	c      3530         481468      197606        20           9.0000           8.0000     12.50%
70078.76/3535.11	c      3535         482628      197598        20           9.0000           8.0000     12.50%
70180.03/3540.16	c      3540         483790      197580        20           9.0000           8.0000     12.50%
70279.21/3545.18	c      3545         484826      197578        20           9.0000           8.0000     12.50%
70379.71/3550.26	c      3550         688978      231616        20           9.0000           8.0000     12.50%
70480.89/3555.31	c      3555         690444      231614        20           9.0000           8.0000     12.50%
70579.95/3560.36	c      3560         488067      197520        20           9.0000           8.0000     12.50%
70681.11/3565.41	c      3565         693622      231519        20           9.0000           8.0000     12.50%
70780.32/3570.46	c      3570         695027      231507        20           9.0000           8.0000     12.50%
70881.46/3575.51	c      3576         696626      231467        20           9.0000           8.0000     12.50%
70980.63/3580.56	c      3581         697948      231445        20           9.0000           8.0000     12.50%
71079.80/3585.57	c      3586         699321      231436        20           9.0000           8.0000     12.50%
71179.02/3590.58	c      3591         494826      197470        20           9.0000           8.0000     12.50%
71280.27/3595.66	c      3596         496101      197456        20           9.0000           8.0000     12.50%
71381.50/3600.71	c      3601         497117      197441        20           9.0000           8.0000     12.50%
71482.73/3605.80	c      3606         498352      197430        20           9.0000           8.0000     12.50%
71581.98/3610.84	c      3611         499427      197436        20           9.0000           8.0000     12.50%
71683.18/3615.90	c      3616         500613      197427        20           9.0000           8.0000     12.50%
71782.40/3620.96	c      3621         501811      197398        20           9.0000           8.0000     12.50%
71881.61/3626.01	c      3626         502781      197412        20           9.0000           8.0000     12.50%
71983.61/3631.05	c      3631         711703      231331        20           9.0000           8.0000     12.50%

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: 191633 MiB (185103 MiB free)
  memory of node 1: 193531 MiB (185719 MiB free)
  memory of node 2: 193531 MiB (189778 MiB free)
  memory of node 3: 193531 MiB (192860 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-4465393-1722508877/watcher-4465393-1722508877 -o /tmp/evaluation-result-4465393-1722508877/solver-4465393-1722508877 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103619 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465393-1722508877.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100103 s]*
/proc/loadavg: 55.01 70.02 78.78 43/946 106370
/proc/meminfo: memFree=771518252/790760800 swapFree=131071996/131071996
[pid=106369] ppid=106366 vsize=48192 memory=38072 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/stat : 106369 (fscip) R 106366 106369 103606 0 -1 4194304 7856 0 0 0 10 1 0 0 20 0 1 0 17474516 49348608 9518 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
/proc/106369/statm: 12048 9518 2758 3035 0 8444 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 48192 KiB
Current children cumulated memory: 38072 KiB

[startup+0.221647 s]*
/proc/loadavg: 55.01 70.02 78.78 43/966 106390
/proc/meminfo: memFree=771464868/790760800 swapFree=131071996/131071996
[pid=106369] ppid=106366 vsize=1534664 memory=105864 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/stat : 106369 (fscip) S 106366 106369 103606 0 -1 1077936128 25545 0 0 0 19 5 0 0 20 0 21 0 17474516 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
/proc/106369/statm: 383666 26466 2774 3035 0 66659 0
[pid=106369/tid=106371] ppid=106366 vsize=1534664 memory=8318255677412212789 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106371/stat : 106371 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106372] ppid=106366 vsize=1534664 memory=232817688915 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106372/stat : 106372 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106373] ppid=106366 vsize=1534664 memory=58511161893300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106373/stat : 106373 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106374] ppid=106366 vsize=1534664 memory=55221233722016 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106374/stat : 106374 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106375] ppid=106366 vsize=1534664 memory=59580659082116 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106375/stat : 106375 (fscip) R 106366 106369 103606 0 -1 4194368 1283 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106376] ppid=106366 vsize=1534664 memory=58489770947848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106376/stat : 106376 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106377] ppid=106366 vsize=1534664 memory=14408215941129396 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106377/stat : 106377 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106378] ppid=106366 vsize=1534664 memory=14132247129314653 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106378/stat : 106378 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106379] ppid=106366 vsize=1534664 memory=204587 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106379/stat : 106379 (fscip) S 106366 106369 103606 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106380] ppid=106366 vsize=1534664 memory=263315 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106380/stat : 106380 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106381] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106381/stat : 106381 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106382] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106382/stat : 106382 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106383] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106383/stat : 106383 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106384] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106384/stat : 106384 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106385] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106385/stat : 106385 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106386] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106386/stat : 106386 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106387] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106387/stat : 106387 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106388] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106388/stat : 106388 (fscip) S 106366 106369 103606 0 -1 1077936192 2073 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106389] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106389/stat : 106389 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106390] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106390/stat : 106390 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 26466 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1534664 KiB
Current children cumulated memory: 105864 KiB

[startup+0.320218 s]*
/proc/loadavg: 55.01 70.02 78.78 43/966 106390
/proc/meminfo: memFree=771379804/790760800 swapFree=131071996/131071996
[pid=106369] ppid=106366 vsize=1534664 memory=189512 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/stat : 106369 (fscip) S 106366 106369 103606 0 -1 1077936128 46735 0 0 0 26 8 0 0 20 0 21 0 17474516 1571495936 47378 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
/proc/106369/statm: 383666 47378 2774 3035 0 87748 0
[pid=106369/tid=106371] ppid=106366 vsize=1534664 memory=-6298115228087532390 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106371/stat : 106371 (fscip) R 106366 106369 103606 0 -1 4194368 1782 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106372] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106372/stat : 106372 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106373] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106373/stat : 106373 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106374] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106374/stat : 106374 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106375] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106375/stat : 106375 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106376] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106376/stat : 106376 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106377] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106377/stat : 106377 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106378] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106378/stat : 106378 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106379] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106379/stat : 106379 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106380] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106380/stat : 106380 (fscip) S 106366 106369 103606 0 -1 1077936192 2071 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106381] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106381/stat : 106381 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106382] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106382/stat : 106382 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106383] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106383/stat : 106383 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106384] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106384/stat : 106384 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106385] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106385/stat : 106385 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106386] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106386/stat : 106386 (fscip) S 106366 106369 103606 0 -1 1077936192 2072 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106387] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106387/stat : 106387 (fscip) S 106366 106369 103606 0 -1 1077936192 2071 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106388] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106388/stat : 106388 (fscip) S 106366 106369 103606 0 -1 1077936192 2073 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106389] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106389/stat : 106389 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106390] ppid=106366 vsize=1534664 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106390/stat : 106390 (fscip) S 106366 106369 103606 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 17474533 1571495936 47444 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1534664 KiB
Current children cumulated memory: 189512 KiB

[startup+0.70072 s]
/proc/loadavg: 55.01 70.02 78.78 63/986 106410
/proc/meminfo: memFree=770800316/790760800 swapFree=131071996/131071996
[pid=106369] ppid=106366 vsize=1698584 memory=836612 CPUtime=6.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/stat : 106369 (fscip) S 106366 106369 103606 0 -1 1077936128 217228 0 0 0 407 203 0 0 20 0 41 0 17474516 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
/proc/106369/statm: 424646 209153 2854 3035 0 305472 0
[pid=106369/tid=106371] ppid=106366 vsize=1698584 memory=14396 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106371/stat : 106371 (fscip) R 106366 106369 103606 0 -1 4194368 8364 0 0 0 17 12 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106372] ppid=106366 vsize=1698584 memory=5432 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106372/stat : 106372 (fscip) R 106366 106369 103606 0 -1 4194368 11949 0 0 0 14 14 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106373] ppid=106366 vsize=1698584 memory=16108 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106373/stat : 106373 (fscip) R 106366 106369 103606 0 -1 4194368 10654 0 0 0 27 2 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106374] ppid=106366 vsize=1698584 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106374/stat : 106374 (fscip) R 106366 106369 103606 0 -1 4194368 8365 0 0 0 17 12 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106375] ppid=106366 vsize=1698584 memory=10392 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106375/stat : 106375 (fscip) R 106366 106369 103606 0 -1 1077936192 11034 0 0 0 13 13 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106376] ppid=106366 vsize=1698584 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106376/stat : 106376 (fscip) R 106366 106369 103606 0 -1 4194368 10651 0 0 0 27 2 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106377] ppid=106366 vsize=1698584 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106377/stat : 106377 (fscip) R 106366 106369 103606 0 -1 4194368 8371 0 0 0 17 12 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106378] ppid=106366 vsize=1698584 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106378/stat : 106378 (fscip) R 106366 106369 103606 0 -1 4194368 12597 0 0 0 14 14 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106379] ppid=106366 vsize=1698584 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106379/stat : 106379 (fscip) R 106366 106369 103606 0 -1 4194368 10046 0 0 0 27 2 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106380] ppid=106366 vsize=1698584 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106380/stat : 106380 (fscip) R 106366 106369 103606 0 -1 4194368 8358 0 0 0 18 11 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106381] ppid=106366 vsize=1698584 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106381/stat : 106381 (fscip) R 106366 106369 103606 0 -1 1077936192 11958 0 0 0 15 13 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106382] ppid=106366 vsize=1698584 memory=2268 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106382/stat : 106382 (fscip) R 106366 106369 103606 0 -1 4194368 10027 0 0 0 27 3 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106383] ppid=106366 vsize=1698584 memory=1996 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106383/stat : 106383 (fscip) R 106366 106369 103606 0 -1 4194368 8361 0 0 0 18 11 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106384] ppid=106366 vsize=1698584 memory=1836 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106384/stat : 106384 (fscip) S 106366 106369 103606 0 -1 1077936192 12660 0 0 0 15 13 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106385] ppid=106366 vsize=1698584 memory=38468 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106385/stat : 106385 (fscip) R 106366 106369 103606 0 -1 4194368 10723 0 0 0 26 3 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106386] ppid=106366 vsize=1698584 memory=2152 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106386/stat : 106386 (fscip) R 106366 106369 103606 0 -1 4194368 8362 0 0 0 18 12 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106387] ppid=106366 vsize=1698584 memory=6056 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106387/stat : 106387 (fscip) R 106366 106369 103606 0 -1 4194368 12760 0 0 0 13 14 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106388] ppid=106366 vsize=1698584 memory=104 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106388/stat : 106388 (fscip) R 106366 106369 103606 0 -1 4194368 10016 0 0 0 27 2 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106389] ppid=106366 vsize=1698584 memory=33100 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106389/stat : 106389 (fscip) R 106366 106369 103606 0 -1 4194368 8363 0 0 0 17 12 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106390] ppid=106366 vsize=1698584 memory=25333125866717268 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106390/stat : 106390 (fscip) R 106366 106369 103606 0 -1 4194368 11809 0 0 0 13 14 0 0 20 0 41 0 17474533 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106391] ppid=106366 vsize=1698584 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106391/stat : 106391 (fscip) S 106366 106369 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17474553 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106392] ppid=106366 vsize=1698584 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106392/stat : 106392 (fscip) S 106366 106369 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17474553 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106393] ppid=106366 vsize=1698584 memory=74122 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106393/stat : 106393 (fscip) S 106366 106369 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17474553 1739350016 209153 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0

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

/proc/106369/task/106397/stat : 106397 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106398] ppid=106366 vsize=21378104 memory=2784 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106398/stat : 106398 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106399] ppid=106366 vsize=21378104 memory=6764 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106399/stat : 106399 (fscip) S 106366 106369 103606 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106400] ppid=106366 vsize=21378104 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106400/stat : 106400 (fscip) S 106366 106369 103606 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106401] ppid=106366 vsize=21378104 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106401/stat : 106401 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106402] ppid=106366 vsize=21378104 memory=20069444 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106402/stat : 106402 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106403] ppid=106366 vsize=21378104 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106403/stat : 106403 (fscip) S 106366 106369 103606 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106404] ppid=106366 vsize=21378104 memory=20089576 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106404/stat : 106404 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106405] ppid=106366 vsize=21378104 memory=54528 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106405/stat : 106405 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106406] ppid=106366 vsize=21378104 memory=20056032 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106406/stat : 106406 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106407] ppid=106366 vsize=21378104 memory=20086556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106407/stat : 106407 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106408] ppid=106366 vsize=21378104 memory=74122 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106408/stat : 106408 (fscip) S 106366 106369 103606 0 -1 1077936192 123 0 0 0 1 1 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106409] ppid=106366 vsize=21378104 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106409/stat : 106409 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106410] ppid=106366 vsize=21378104 memory=14396 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106410/stat : 106410 (fscip) S 106366 106369 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17474553 21891178496 5024461 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
Current children cumulated CPU time: 71016.3 s
Current children cumulated vsize: 21378104 KiB
Current children cumulated memory: 20097844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.9 s]
/proc/loadavg: 66.36 76.58 79.11 62/984 108744
/proc/meminfo: memFree=733686628/790760800 swapFree=131071996/131071996
[pid=106369] ppid=106366 vsize=21593680 memory=20286128 CPUtime=72000.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/stat : 106369 (fscip) S 106366 106369 103606 0 -1 1077936128 43696651 0 0 0 7181147 18921 0 0 20 0 41 0 17474516 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
/proc/106369/statm: 5398420 5071532 3318 3035 0 5234430 0
[pid=106369/tid=106371] ppid=106366 vsize=21593680 memory=6720666553840712298 CPUtime=3599.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106371/stat : 106371 (fscip) R 106366 106369 103606 0 -1 4194368 2445510 0 0 0 359252 649 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106372] ppid=106366 vsize=21593680 memory=22377216962499671 CPUtime=3591.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106372/stat : 106372 (fscip) R 106366 106369 103606 0 -1 4194368 3331626 0 0 0 358310 796 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106373] ppid=106366 vsize=21593680 memory=280743356832272 CPUtime=3596.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106373/stat : 106373 (fscip) R 106366 106369 103606 0 -1 4194368 452542 0 0 0 358140 1528 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106374] ppid=106366 vsize=21593680 memory=913908911259440 CPUtime=3600.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106374/stat : 106374 (fscip) R 106366 106369 103606 0 -1 4194368 2270637 0 0 0 359480 562 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106375] ppid=106366 vsize=21593680 memory=1022668 CPUtime=3596.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106375/stat : 106375 (fscip) R 106366 106369 103606 0 -1 4194368 2893616 0 0 0 358936 717 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106376] ppid=106366 vsize=21593680 memory=359340 CPUtime=3600.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106376/stat : 106376 (fscip) R 106366 106369 103606 0 -1 4194368 462754 0 0 0 358652 1419 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106377] ppid=106366 vsize=21593680 memory=0 CPUtime=3602.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106377/stat : 106377 (fscip) R 106366 106369 103606 0 -1 4194368 2661031 0 0 0 359590 664 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106378] ppid=106366 vsize=21593680 memory=14396 CPUtime=3600.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106378/stat : 106378 (fscip) R 106366 106369 103606 0 -1 4194368 3220585 0 0 0 359213 811 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106379] ppid=106366 vsize=21593680 memory=10392 CPUtime=3602.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106379/stat : 106379 (fscip) R 106366 106369 103606 0 -1 4194368 458910 0 0 0 358774 1475 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106380] ppid=106366 vsize=21593680 memory=2268 CPUtime=3603.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106380/stat : 106380 (fscip) R 106366 106369 103606 0 -1 4194368 2540049 0 0 0 359760 574 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106381] ppid=106366 vsize=21593680 memory=0 CPUtime=3597.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106381/stat : 106381 (fscip) R 106366 106369 103606 0 -1 4194368 3112523 0 0 0 358964 794 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106382] ppid=106366 vsize=21593680 memory=280743357795424 CPUtime=3601.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106382/stat : 106382 (fscip) R 106366 106369 103606 0 -1 4194368 457391 0 0 0 358631 1481 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106383] ppid=106366 vsize=21593680 memory=14396 CPUtime=3602.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106383/stat : 106383 (fscip) R 106366 106369 103606 0 -1 4194368 2704848 0 0 0 359472 778 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106384] ppid=106366 vsize=21593680 memory=16108 CPUtime=3602.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106384/stat : 106384 (fscip) R 106366 106369 103606 0 -1 4194368 3626252 0 0 0 359431 837 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106385] ppid=106366 vsize=21593680 memory=25333125866717268 CPUtime=3599.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106385/stat : 106385 (fscip) R 106366 106369 103606 0 -1 4194368 445321 0 0 0 358511 1484 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106386] ppid=106366 vsize=21593680 memory=913908911259440 CPUtime=3597.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106386/stat : 106386 (fscip) R 106366 106369 103606 0 -1 4194368 2335540 0 0 0 359182 601 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106387] ppid=106366 vsize=21593680 memory=20236128 CPUtime=3597.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106387/stat : 106387 (fscip) R 106366 106369 103606 0 -1 4194368 3635457 0 0 0 358981 816 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106388] ppid=106366 vsize=21593680 memory=-6081095822020361062 CPUtime=3600.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106388/stat : 106388 (fscip) R 106366 106369 103606 0 -1 4194368 451870 0 0 0 358618 1434 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106389] ppid=106366 vsize=21593680 memory=2784 CPUtime=3601.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106389/stat : 106389 (fscip) R 106366 106369 103606 0 -1 4194368 2106190 0 0 0 359558 571 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106390] ppid=106366 vsize=21593680 memory=6764 CPUtime=3603.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106390/stat : 106390 (fscip) R 106366 106369 103606 0 -1 4194368 4068620 0 0 0 359501 855 0 0 20 0 41 0 17474533 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106391] ppid=106366 vsize=21593680 memory=20233180 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106391/stat : 106391 (fscip) S 106366 106369 103606 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106392] ppid=106366 vsize=21593680 memory=20211156 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106392/stat : 106392 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106393] ppid=106366 vsize=21593680 memory=280743356387376 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106393/stat : 106393 (fscip) S 106366 106369 103606 0 -1 1077936192 62 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106394] ppid=106366 vsize=21593680 memory=20211788 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106394/stat : 106394 (fscip) S 106366 106369 103606 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106395] ppid=106366 vsize=21593680 memory=16108 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106395/stat : 106395 (fscip) S 106366 106369 103606 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106396] ppid=106366 vsize=21593680 memory=2268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106396/stat : 106396 (fscip) S 106366 106369 103606 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106397] ppid=106366 vsize=21593680 memory=19855152 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106397/stat : 106397 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106398] ppid=106366 vsize=21593680 memory=19791912 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106398/stat : 106398 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106399] ppid=106366 vsize=21593680 memory=14396 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106399/stat : 106399 (fscip) S 106366 106369 103606 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106400] ppid=106366 vsize=21593680 memory=10392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106400/stat : 106400 (fscip) S 106366 106369 103606 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106401] ppid=106366 vsize=21593680 memory=20012492 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106401/stat : 106401 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106402] ppid=106366 vsize=21593680 memory=280743360239984 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106402/stat : 106402 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106403] ppid=106366 vsize=21593680 memory=20262036 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106403/stat : 106403 (fscip) S 106366 106369 103606 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106404] ppid=106366 vsize=21593680 memory=11424 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106404/stat : 106404 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 1 1 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106405] ppid=106366 vsize=21593680 memory=20267240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106405/stat : 106405 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106406] ppid=106366 vsize=21593680 memory=33856 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106406/stat : 106406 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106407] ppid=106366 vsize=21593680 memory=20260896 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106407/stat : 106407 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106408] ppid=106366 vsize=21593680 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106408/stat : 106408 (fscip) S 106366 106369 103606 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106409] ppid=106366 vsize=21593680 memory=20216504 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106409/stat : 106409 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
[pid=106369/tid=106410] ppid=106366 vsize=21593680 memory=20266528 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/106369/task/106410/stat : 106410 (fscip) S 106366 106369 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17474553 22111928320 5071532 809668444160 4194304 16623229 140737427704592 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 46714880 140737427710985 140737427711103 140737427711103 140737427718128 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 21593680 KiB
Current children cumulated memory: 20286128 KiB

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

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

# cumulated CPU time of all completed processes:  user=71811.7 s, system=189.797 s

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

[startup+3632.01 s]*
/proc/loadavg: 66.36 76.58 79.11 43/945 108744
/proc/meminfo: memFree=736788716/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.4 s]
/proc/loadavg: 66.36 76.58 79.11 43/945 108744
/proc/meminfo: memFree=736788716/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.5 s]
/proc/loadavg: 66.36 76.58 79.11 43/945 108744
/proc/meminfo: memFree=736788716/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): 3632.5
CPU time (s): 72001.5
CPU user time (s): 71811.7
CPU system time (s): 189.797
CPU usage (%): 1982.15
Max. virtual memory (cumulated for all children) (KiB): 21593680
Max. memory (cumulated for all children) (KiB): 20286128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71811.7
system time used= 189.797
maximum resident set size= 20286356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43696665
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= 415271
involuntary context switches= 329215


# summary of solver processes directly reported to runsolver:
#   pid: 106369
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71811.7
#   total CPU system time (s): 189.797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5666 second user time and 80.2864 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-01 12:41:17
IDJOB=4465393
IDBENCH=155341
IDSOLVER=3094
FILE ID=nodeD101/4465393-1722508877
RUNJOBID= nodeD101-1722508775-103619
SLURM_JOB_ID= 8254261
Free space on /tmp= 8622600 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1620770.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-4465393-1722508877/watcher-4465393-1722508877 -o /tmp/evaluation-result-4465393-1722508877/solver-4465393-1722508877 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103619 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465393-1722508877.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= ea40b84df91c60f1b4d71ba03d843a27
RANDOM SEED=767106949

nodeD101.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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 3388.692
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3106.139
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3375.505
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2585.194
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.202
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3399.803
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2630.509
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3117.350
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3496.529
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2641.919
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3121.704
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3528.837
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2643.093
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.176
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2947.603
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2637.058
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.160
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3598.154
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2630.938
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.148
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3332.693
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2646.180
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3102.728
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2630.031
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2635.460
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3162.601
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1558.481
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2645.350
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.114
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2357.774
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 3857.188
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3101.821
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2615.473
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2645.679
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3133.171
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2635.135
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2644.704
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3093.889
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2624.019
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2641.428
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3104.429
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2620.929
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2626.933
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3145.983
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2650.117
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 2640.545
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3109.324
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2653.824
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2625.848
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3172.229
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2639.566
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2651.727
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3178.069
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2654.603
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3200.000
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 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	: 0x5003102
cpu MHz		: 2650.126
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3180.967
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2649.916
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3199.999
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 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	: 0x5003102
cpu MHz		: 3607.729
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3084.847
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3712.019
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        771546020 kB
MemAvailable:   769897672 kB
Buffers:          234152 kB
Cached:          1331172 kB
SwapCached:            0 kB
Active:           640376 kB
Inactive:       16141704 kB
Active(anon):       2128 kB
Inactive(anon): 15237168 kB
Active(file):     638248 kB
Inactive(file):   904536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29212 kB
Writeback:            72 kB
AnonPages:      15216520 kB
Mapped:           124972 kB
Shmem:             22536 kB
KReclaimable:     147836 kB
Slab:             482444 kB
SReclaimable:     147836 kB
SUnreclaim:       334608 kB
KernelStack:       16256 kB
PageTables:        39676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7671880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           251136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3176448 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622788 MiB
End job on nodeD101 at 2024-08-01 13:41:50