Trace number 4465563

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM0da7938cd78b604d95ed37ad5ec78200
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.056184
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint96
Maximum length of a constraint96
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22331392, getVmSize() = 22331392, SCIPgetMemUsed() = 788642, SCIPgetMemTotal() = 914402, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14944158, getVmSize() = 24113152, SCIPgetMemUsed() = 931452, SCIPgetMemTotal() = 1520428, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465563-1722454797
0.00/0.00	c   Variables        : 96 (96 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 96 (96 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 1 
0.00/0.00	c   logicor          : 1 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.79/5.09	c         5         173804          75        20                -           0.0000          -
197.33/10.14	c        10         412970          75        20                -           0.0000          -
294.91/15.19	c        15         651819          70        20                -           0.0000          -
394.52/20.23	c        20         890061          70        20                -           0.0000          -
492.39/25.28	c        25        1114079          76        20                -           0.0000          -
592.11/30.33	c        30        1310505          70        20                -           0.0000          -
689.61/35.37	c        35        1546420          73        20                -           0.0000          -
789.69/40.42	c        40        1760157          72        20                -           0.0000          -
888.27/45.47	c        45        1964931          72        20                -           0.0000          -
988.68/50.52	c        51        2227622          71        20                -           0.0000          -
1087.02/55.57	c        56        2460353          72        20                -           0.0000          -
1187.39/60.62	c        61        2696291          72        20                -           0.0000          -
1285.82/65.66	c        66        3123595          74        20                -           0.0000          -
1386.44/70.71	c        71        3167683          72        20                -           0.0000          -
1484.74/75.76	c        76        3400708          73        20                -           0.0000          -
1585.16/80.81	c        81        3871885          74        20                -           0.0000          -
1683.68/85.86	c        86        4118607          76        20                -           0.0000          -
1784.15/90.91	c        91        4104434          69        20                -           0.0000          -
1882.61/95.96	c        96        4335472          69        20                -           0.0000          -
1980.86/101.01	c       101        4568661          72        20                -           0.0000          -
2081.49/106.06	c       106        5098224          73        20                -           0.0000          -
2179.94/111.11	c       111        5345785          76        20                -           0.0000          -
2280.33/116.16	c       116        5268387          68        20                -           0.0000          -
2379.89/121.21	c       121        5499592          67        20                -           0.0000          -
2478.51/126.26	c       126        6074174          75        20                -           0.0000          -
2576.80/131.30	c       131        5960251          72        20                -           0.0000          -
2677.27/136.35	c       136        5813346          73        20                -           0.0000          -
2775.24/141.40	c       141        6423029          72        20                -           0.0000          -
2875.49/146.45	c       146        6652908          69        20                -           0.0000          -
2975.65/151.50	c       152        6881366          69        20                -           0.0000          -
3073.79/156.55	c       157        7108708          67        20                -           0.0000          -
3174.10/161.60	c       162        6875786          71        20                -           0.0000          -
3272.20/166.65	c       167        7091238          73        20                -           0.0000          -
3370.16/171.70	c       172        7799199          68        20                -           0.0000          -
3470.41/176.75	c       177        8030506          73        20                -           0.0000          -
3568.90/181.80	c       182        8263955          70        20                -           0.0000          -
3669.19/186.85	c       187        8495818          71        20                -           0.0000          -
3769.62/191.90	c       192        8727297          72        20                -           0.0000          -
3867.82/196.95	c       197        8955968          71        20                -           0.0000          -
3966.22/202.00	c       202        9190557          72        20                -           0.0000          -
4066.99/207.05	c       207        9424234          71        20                -           0.0000          -
4165.30/212.10	c       212        9653012          69        20                -           0.0000          -
4265.44/217.15	c       217        9882327          68        20                -           0.0000          -
4365.08/222.20	c       222       10113940          73        20                -           0.0000          -
4463.14/227.25	c       227        9630717          76        20                -           0.0000          -
4563.24/232.30	c       232        9843901          72        20                -           0.0000          -
4661.69/237.35	c       237       10798345          70        20                -           0.0000          -
4761.98/242.40	c       242       10265585          72        20                -           0.0000          -
4860.31/247.45	c       247       10483694          73        20                -           0.0000          -
4958.63/252.50	c       252       11486905          74        20                -           0.0000          -
5059.01/257.55	c       258       11711759          74        20                -           0.0000          -
5157.28/262.60	c       263       11934967          70        20                -           0.0000          -
5257.40/267.65	c       268       11322354          79        20                -           0.0000          -
5355.67/272.70	c       273       11535570          73        20                -           0.0000          -
5455.71/277.75	c       278       12598196          71        20                -           0.0000          -
5555.63/282.80	c       283       12813003          74        20                -           0.0000          -
5653.64/287.85	c       288       12234533          76        20                -           0.0000          -
5751.40/292.90	c       293       12469965          72        20                -           0.0000          -
5851.50/297.95	c       298       13476301          76        20                -           0.0000          -
5949.73/303.00	c       303       12948365          74        20                -           0.0000          -
6050.30/308.05	c       308       13190375          72        20                -           0.0000          -
6148.57/313.10	c       313       14127289          72        20                -           0.0000          -
6248.63/318.15	c       318       13643443          70        20                -           0.0000          -
6346.68/323.20	c       323       14568233          68        20                -           0.0000          -
6446.36/328.25	c       328       14783908          75        20                -           0.0000          -
6546.42/333.30	c       333       15005629          68        20                -           0.0000          -
6644.88/338.35	c       338       14514730          69        20                -           0.0000          -
6745.24/343.40	c       343       14746787          74        20                -           0.0000          -
6843.61/348.45	c       348       15668347          68        20                -           0.0000          -
6942.06/353.50	c       354       15890764          67        20                -           0.0000          -
7042.42/358.55	c       359       15473748          75        20                -           0.0000          -
7140.78/363.60	c       364       16314882          71        20                -           0.0000          -
7240.94/368.65	c       369       16530224          73        20                -           0.0000          -
7341.23/373.70	c       374       16206108          81        20                -           0.0000          -
7439.56/378.75	c       379       16963209          72        20                -           0.0000          -
7537.71/383.80	c       384       17177363          68        20                -           0.0000          -
7637.82/388.85	c       389       16936894          77        20                -           0.0000          -
7737.86/393.90	c       394       17176606          75        20                -           0.0000          -
7836.38/398.95	c       399       17821489          74        20                -           0.0000          -
7934.74/404.00	c       404       17666845          74        20                -           0.0000          -
8035.47/409.05	c       409       18249334          75        20                -           0.0000          -
8133.80/414.10	c       414       18469817          70        20                -           0.0000          -
8234.07/419.15	c       419       18685503          74        20                -           0.0000          -
8332.45/424.20	c       424       18645618          71        20                -           0.0000          -
8432.41/429.25	c       429       19123026          71        20                -           0.0000          -
8532.13/434.30	c       434       19335822          73        20                -           0.0000          -
8630.26/439.35	c       439       19372491          76        20                -           0.0000          -
8730.09/444.40	c       444       19608578          75        20                -           0.0000          -
8828.26/449.45	c       449       19849295          74        20                -           0.0000          -
8926.00/454.50	c       454       20089334          73        20                -           0.0000          -
9026.42/459.55	c       460       20427423          74        20                -           0.0000          -
9124.69/464.60	c       465       20649215          72        20                -           0.0000          -
9225.13/469.65	c       470       20824210          75        20                -           0.0000          -
9325.06/474.70	c       475       21089694          75        20                -           0.0000          -
9423.42/479.75	c       480       21309901          72        20                -           0.0000          -
9521.44/484.80	c       485       21549160          71        20                -           0.0000          -
9621.40/489.85	c       490       21746834          71        20                -           0.0000          -
9719.66/494.90	c       495       22031271          74        20                -           0.0000          -
9819.90/499.95	c       500       22191259          72        20                -           0.0000          -
9917.86/505.00	c       505       22519187          72        20                -           0.0000          -
10018.15/510.05	c       510       22753386          79        20                -           0.0000          -
10116.09/515.10	c       515       22852257          72        20                -           0.0000          -
10216.16/520.15	c       520       23073615          74        20                -           0.0000          -
10316.14/525.20	c       525       23296322          73        20                -           0.0000          -
10414.55/530.25	c       530       23507244          73        20                -           0.0000          -
10514.94/535.30	c       535       23677567          68        20                -           0.0000          -
10613.24/540.35	c       540       23847034          69        20                -           0.0000          -
10711.42/545.40	c       545       24032589          72        20                -           0.0000          -
10811.65/550.45	c       550       24390779          72        20                -           0.0000          -
10911.94/555.50	c       556       24603278          75        20                -           0.0000          -
11010.39/560.55	c       561       24658374          75        20                -           0.0000          -
11110.49/565.60	c       566       24904663          74        20                -           0.0000          -
11208.93/570.65	c       571       25142293          76        20                -           0.0000          -
11309.12/575.70	c       576       25215462          77        20                -           0.0000          -
11407.62/580.75	c       581       25339373          72        20                -           0.0000          -
11507.90/585.80	c       586       25898179          72        20                -           0.0000          -
11605.85/590.85	c       591       26112765          72        20                -           0.0000          -
11704.37/595.90	c       596       26066020          73        20                -           0.0000          -
11804.78/600.95	c       601       26551218          71        20                -           0.0000          -
11903.08/606.00	c       606       26767046          73        20                -           0.0000          -
12003.51/611.05	c       611       26728532          73        20                -           0.0000          -
12101.86/616.10	c       616       26966826          71        20                -           0.0000          -
12202.07/621.15	c       621       27201482          75        20                -           0.0000          -
12301.74/626.20	c       626       27637605          72        20                -           0.0000          -
12400.12/631.25	c       631       27856216          71        20                -           0.0000          -
12500.39/636.30	c       636       27931121          74        20                -           0.0000          -
12598.21/641.35	c       641       28289029          72        20                -           0.0000          -
12698.28/646.40	c       646       28376368          71        20                -           0.0000          -
12796.39/651.45	c       651       28718421          72        20                -           0.0000          -
12896.72/656.50	c       656       28937126          67        20                -           0.0000          -
12994.85/661.55	c       662       29080275          70        20                -           0.0000          -
13093.05/666.60	c       667       29375818          75        20                -           0.0000          -
13193.44/671.65	c       672       29571172          75        20                -           0.0000          -
13293.39/676.70	c       677       29815599          74        20                -           0.0000          -
13391.71/681.75	c       682       30031339          74        20                -           0.0000          -
13491.47/686.80	c       687       30250048          71        20                -           0.0000          -
13589.84/691.85	c       692       30546746          73        20                -           0.0000          -
13687.98/696.90	c       697       30695594          73        20                -           0.0000          -
13787.90/701.95	c       702       31005630          71        20                -           0.0000          -
13885.84/707.00	c       707       31243771          72        20                -           0.0000          -
13986.54/712.05	c       712       31485352          73        20                -           0.0000          -
14085.05/717.10	c       717       31727549          72        20                -           0.0000          -
14185.40/722.15	c       722       31973359          74        20                -           0.0000          -
14283.84/727.20	c       727       32217272          75        20                -           0.0000          -
14383.20/732.25	c       732       32242113          74        20                -           0.0000          -
14481.58/737.30	c       737       32694790          75        20                -           0.0000          -
14581.73/742.35	c       742       32680461          70        20                -           0.0000          -
14679.69/747.40	c       747       33179149          72        20                -           0.0000          -
14780.02/752.45	c       752       33422902          73        20                -           0.0000          -
14878.52/757.50	c       758       33339772          71        20                -           0.0000          -
14978.92/762.55	c       763       33906994          71        20                -           0.0000          -
15078.50/767.60	c       768       34142834          73        20                -           0.0000          -
15176.83/772.65	c       773       34001711          72        20                -           0.0000          -
15277.18/777.70	c       778       34220683          76        20                -           0.0000          -
15375.21/782.75	c       783       34867998          73        20                -           0.0000          -
15475.68/787.80	c       788       35111719          76        20                -           0.0000          -
15573.79/792.85	c       793       34879051          72        20                -           0.0000          -
15672.00/797.90	c       798       35600534          71        20                -           0.0000          -
15772.40/802.95	c       803       35846284          71        20                -           0.0000          -
15870.50/808.00	c       808       35549137          72        20                -           0.0000          -
15970.57/813.05	c       813       36328744          75        20                -           0.0000          -
16068.46/818.10	c       818       36572425          72        20                -           0.0000          -
16168.65/823.15	c       823       36813975          74        20                -           0.0000          -
16266.55/828.20	c       828       37049903          72        20                -           0.0000          -
16366.12/833.25	c       833       37276740          71        20                -           0.0000          -
16466.39/838.30	c       838       37504959          72        20                -           0.0000          -
16564.50/843.35	c       843       37745222          73        20                -           0.0000          -
16662.57/848.40	c       848       37968051          70        20                -           0.0000          -
16762.91/853.45	c       853       38206229          72        20                -           0.0000          -
16861.26/858.50	c       858       38441984          73        20                -           0.0000          -
16961.34/863.55	c       864       38685825          70        20                -           0.0000          -
17059.17/868.60	c       869       38932018          75        20                -           0.0000          -
17159.33/873.65	c       874       39175995          72        20                -           0.0000          -
17257.66/878.70	c       879       39418203          72        20                -           0.0000          -
17358.11/883.75	c       884       39660490          73        20                -           0.0000          -
17456.24/888.80	c       889       39903523          70        20                -           0.0000          -
17556.50/893.85	c       894       40145430          69        20                -           0.0000          -
17654.75/898.90	c       899       40389575          76        20                -           0.0000          -
17754.78/903.95	c       904       40634189          70        20                -           0.0000          -
17853.10/909.01	c       909       40878397          70        20                -           0.0000          -
17953.77/914.05	c       914       41123542          75        20                -           0.0000          -
18051.94/919.10	c       919       41365302          75        20                -           0.0000          -
18151.85/924.15	c       924       41609733          72        20                -           0.0000          -
18247.32/929.20	c       929       41845813          74        20                -           0.0000          -
18347.30/934.25	c       934       42089479          72        20                -           0.0000          -
18447.11/939.30	c       939       42329579          74        20                -           0.0000          -
18545.44/944.35	c       944       42573854          73        20                -           0.0000          -
18645.70/949.40	c       949       42821158          73        20                -           0.0000          -
18743.77/954.45	c       954       43062143          76        20                -           0.0000          -
18843.54/959.50	c       960       43301021          72        20                -           0.0000          -
18941.96/964.55	c       965       43547841          74        20                -           0.0000          -
19042.09/969.60	c       970       43794226          71        20                -           0.0000          -
19140.41/974.65	c       975       44040260          73        20                -           0.0000          -
19238.64/979.70	c       980       44284407          72        20                -           0.0000          -
19338.37/984.75	c       985       44522567          72        20                -           0.0000          -
19438.32/989.80	c       990       44765157          74        20                -           0.0000          -
19536.76/994.85	c       995       45013081          70        20                -           0.0000          -
19634.40/999.90	c      1000       45252157          72        20                -           0.0000          -
19734.64/1004.95	c      1005       45496085          74        20                -           0.0000          -
19833.07/1010.00	c      1010       45740708          71        20                -           0.0000          -
19933.31/1015.05	c      1015       45984733          74        20                -           0.0000          -
20031.42/1020.10	c      1020       46228059          72        20                -           0.0000          -
20131.62/1025.15	c      1025       46473101          72        20                -           0.0000          -
20229.79/1030.20	c      1030       46714307          72        20                -           0.0000          -
20329.53/1035.25	c      1035       45535476          69        20                -           0.0000          -
20427.81/1040.30	c      1040       45750855          74        20                -           0.0000          -
20528.06/1045.35	c      1045       47448851          76        20                -           0.0000          -
20626.18/1050.40	c      1050       47693738          69        20                -           0.0000          -
20726.14/1055.45	c      1055       46396570          73        20                -           0.0000          -
20823.99/1060.50	c      1060       48176585          78        20                -           0.0000          -
20923.81/1065.55	c      1066       46827437          72        20                -           0.0000          -
21022.38/1070.60	c      1071       48660221          72        20                -           0.0000          -
21122.68/1075.65	c      1076       47262749          74        20                -           0.0000          -
21222.72/1080.71	c      1081       49143196          73        20                -           0.0000          -
21320.84/1085.75	c      1086       47697625          72        20                -           0.0000          -
21419.17/1090.80	c      1091       47917368          73        20                -           0.0000          -
21519.11/1095.85	c      1096       49881713          72        20                -           0.0000          -
21619.36/1100.90	c      1101       48352034          69        20                -           0.0000          -
21717.49/1105.95	c      1106       50370411          74        20                -           0.0000          -
21815.63/1111.00	c      1111       48778807          74        20                -           0.0000          -
21916.19/1116.06	c      1116       50861272          71        20                -           0.0000          -
22014.65/1121.10	c      1121       49214830          73        20                -           0.0000          -
22114.34/1126.15	c      1126       49432627          74        20                -           0.0000          -
22212.68/1131.20	c      1131       49652157          70        20                -           0.0000          -
22312.28/1136.25	c      1136       49869900          73        20                -           0.0000          -
22410.25/1141.30	c      1141       52082886          71        20                -           0.0000          -
22509.73/1146.35	c      1146       52320876          71        20                -           0.0000          -
22609.27/1151.40	c      1151       50515055          74        20                -           0.0000          -
22707.29/1156.45	c      1156       52802662          73        20                -           0.0000          -
22805.01/1161.50	c      1162       50944956          73        20                -           0.0000          -
22905.42/1166.55	c      1167       53290415          70        20                -           0.0000          -
23003.02/1171.60	c      1172       51383301          70        20                -           0.0000          -
23103.25/1176.65	c      1177       51601403          72        20                -           0.0000          -
23201.46/1181.70	c      1182       54023960          75        20                -           0.0000          -
23301.33/1186.75	c      1187       52031010          71        20                -           0.0000          -
23399.05/1191.80	c      1192       54505665          72        20                -           0.0000          -
23499.21/1196.85	c      1197       52464129          70        20                -           0.0000          -
23597.56/1201.90	c      1202       54994296          75        20                -           0.0000          -
23697.92/1206.95	c      1207       52904679          70        20                -           0.0000          -
23796.31/1212.00	c      1212       53122366          71        20                -           0.0000          -
23896.69/1217.05	c      1217       53336147          72        20                -           0.0000          -
23994.68/1222.10	c      1222       53548596          71        20                -           0.0000          -
24094.79/1227.15	c      1227       53766205          70        20                -           0.0000          -
24193.36/1232.20	c      1232       56435389          70        20                -           0.0000          -
24292.75/1237.25	c      1237       56641020          69        20                -           0.0000          -
24390.83/1242.30	c      1242       56845423          66        20                -           0.0000          -
24491.15/1247.35	c      1247       54639918          67        20                -           0.0000          -
24591.31/1252.40	c      1252       57315925          72        20                -           0.0000          -
24689.39/1257.45	c      1257       57565476          73        20                -           0.0000          -
24789.23/1262.50	c      1262       55296388          73        20                -           0.0000          -
24886.93/1267.55	c      1268       55510058          73        20                -           0.0000          -
24987.12/1272.60	c      1273       58296084          73        20                -           0.0000          -
25085.17/1277.65	c      1278       55948574          73        20                -           0.0000          -
25183.20/1282.70	c      1283       56166734          71        20                -           0.0000          -
25283.10/1287.75	c      1288       59030458          77        20                -           0.0000          -
25381.44/1292.80	c      1293       59275389          72        20                -           0.0000          -
25481.73/1297.84	c      1298       59522819          74        20                -           0.0000          -
25580.01/1302.89	c      1303       57052224          73        20                -           0.0000          -
25679.71/1307.94	c      1308       57272975          74        20                -           0.0000          -
25777.37/1312.99	c      1313       60258888          71        20                -           0.0000          -
25877.65/1318.05	c      1318       60505279          72        20                -           0.0000          -
25975.46/1323.10	c      1323       57920146          71        20                -           0.0000          -
26075.61/1328.15	c      1328       58140852          71        20                -           0.0000          -
26173.98/1333.20	c      1333       61237704          73        20                -           0.0000          -
26273.48/1338.25	c      1338       58580756          73        20                -           0.0000          -
26372.03/1343.30	c      1343       61728189          72        20                -           0.0000          -
26471.91/1348.35	c      1348       59025444          73        20                -           0.0000          -
26569.91/1353.40	c      1353       62213808          71        20                -           0.0000          -
26670.25/1358.45	c      1358       62460724          71        20                -           0.0000          -
26770.45/1363.50	c      1364       59687290          69        20                -           0.0000          -
26868.60/1368.55	c      1369       62949156          71        20                -           0.0000          -
26966.99/1373.60	c      1374       60126764          71        20                -           0.0000          -
27067.60/1378.65	c      1379       63442100          71        20                -           0.0000          -
27167.43/1383.70	c      1384       60568008          69        20                -           0.0000          -
27265.60/1388.75	c      1389       63910853          76        20                -           0.0000          -
27364.06/1393.80	c      1394       61005711          74        20                -           0.0000          -
27464.24/1398.85	c      1399       64364252          69        20                -           0.0000          -
27562.03/1403.90	c      1404       61443295          74        20                -           0.0000          -
27662.16/1408.95	c      1409       61662429          74        20                -           0.0000          -
27760.53/1414.00	c      1414       65023436          71        20                -           0.0000          -
27861.34/1419.05	c      1419       65247405          74        20                -           0.0000          -
27958.80/1424.10	c      1424       65472051          72        20                -           0.0000          -
28059.03/1429.15	c      1429       62548952          73        20                -           0.0000          -
28157.44/1434.20	c      1434       62768207          70        20                -           0.0000          -
28257.33/1439.25	c      1439       66161795          76        20                -           0.0000          -
28355.58/1444.30	c      1444       66390538          71        20                -           0.0000          -
28455.80/1449.35	c      1449       63428813          70        20                -           0.0000          -
28556.00/1454.40	c      1454       66847694          73        20                -           0.0000          -
28654.20/1459.45	c      1459       63868511          72        20                -           0.0000          -
28753.82/1464.50	c      1464       64089514          73        20                -           0.0000          -
28851.81/1469.55	c      1470       67532216          71        20                -           0.0000          -
28949.97/1474.60	c      1475       67771431          72        20                -           0.0000          -
29050.21/1479.65	c      1480       64750422          69        20                -           0.0000          -
29148.07/1484.70	c      1485       68236421          68        20                -           0.0000          -
29248.11/1489.75	c      1490       68469219          74        20                -           0.0000          -
29346.22/1494.80	c      1495       65414700          71        20                -           0.0000          -
29446.43/1499.85	c      1500       65633046          71        20                -           0.0000          -
29546.70/1504.90	c      1505       65851211          72        20                -           0.0000          -
29645.21/1509.95	c      1510       69302652          77        20                -           0.0000          -
29743.52/1515.00	c      1515       69523912          73        20                -           0.0000          -
29843.91/1520.05	c      1520       69759104          73        20                -           0.0000          -
29941.90/1525.10	c      1525       66736234          73        20                -           0.0000          -
30041.99/1530.15	c      1530       66957768          71        20                -           0.0000          -
30141.88/1535.20	c      1535       70332123          78        20                -           0.0000          -
30239.72/1540.25	c      1540       70563187          72        20                -           0.0000          -
30339.73/1545.30	c      1545       70792475          72        20                -           0.0000          -
30437.79/1550.35	c      1550       67843553          72        20                -           0.0000          -
30536.20/1555.40	c      1555       71212112          75        20                -           0.0000          -
30635.90/1560.45	c      1560       71442683          72        20                -           0.0000          -
30733.80/1565.50	c      1566       68508178          73        20                -           0.0000          -
30833.95/1570.55	c      1571       71849574          73        20                -           0.0000          -
30934.32/1575.60	c      1576       72094666          73        20                -           0.0000          -
31032.63/1580.65	c      1581       69168865          74        20                -           0.0000          -
31132.72/1585.70	c      1586       69394649          72        20                -           0.0000          -
31230.99/1590.75	c      1591       69614291          70        20                -           0.0000          -
31330.93/1595.80	c      1596       69835037          70        20                -           0.0000          -
31429.33/1600.85	c      1601       73243685          74        20                -           0.0000          -
31527.64/1605.90	c      1606       73482072          73        20                -           0.0000          -
31627.37/1610.95	c      1611       70507995          70        20                -           0.0000          -
31725.30/1616.00	c      1616       70729786          73        20                -           0.0000          -
31825.49/1621.05	c      1621       74200837          74        20                -           0.0000          -
31923.10/1626.08	c      1626       71170164          73        20                -           0.0000          -
32023.36/1631.15	c      1631       71396232          71        20                -           0.0000          -
32121.48/1636.20	c      1636       74920633          76        20                -           0.0000          -
32220.98/1641.25	c      1641       71845451          72        20                -           0.0000          -
32321.13/1646.30	c      1646       75400399          76        20                -           0.0000          -
32419.39/1651.35	c      1651       75634790          73        20                -           0.0000          -
32519.40/1656.40	c      1656       75829408          73        20                -           0.0000          -
32617.72/1661.45	c      1661       76051791          70        20                -           0.0000          -
32718.20/1666.50	c      1666       76286596          73        20                -           0.0000          -
32816.17/1671.55	c      1672       76516840          77        20                -           0.0000          -
32916.25/1676.60	c      1677       73405600          71        20                -           0.0000          -
33014.62/1681.65	c      1682       73633081          72        20                -           0.0000          -
33114.91/1686.70	c      1687       77178751          76        20                -           0.0000          -
33213.27/1691.75	c      1692       74086220          71        20                -           0.0000          -
33313.20/1696.80	c      1697       74311649          72        20                -           0.0000          -
33411.31/1701.85	c      1702       77812842          73        20                -           0.0000          -
33511.53/1706.90	c      1707       77943136          77        20                -           0.0000          -
33609.96/1711.95	c      1712       78186902          71        20                -           0.0000          -
33708.01/1717.00	c      1717       75212800          75        20                -           0.0000          -
33808.86/1722.05	c      1722       78674669          72        20                -           0.0000          -
33906.79/1727.11	c      1727       78919436          77        20                -           0.0000          -
34006.68/1732.15	c      1732       79161784          75        20                -           0.0000          -
34104.85/1737.20	c      1737       79403370          71        20                -           0.0000          -
34204.53/1742.22	c      1742       76322478          69        20                -           0.0000          -
34302.80/1747.28	c      1747       79895874          73        20                -           0.0000          -
34403.27/1752.35	c      1752       76771347          68        20                -           0.0000          -
34501.85/1757.40	c      1757       80391770          67        20                -           0.0000          -
34602.06/1762.45	c      1762       77216308          69        20                -           0.0000          -
34699.81/1767.50	c      1768       80879143          70        20                -           0.0000          -
34800.17/1772.55	c      1773       77655597          70        20                -           0.0000          -
34899.66/1777.60	c      1778       81368191          74        20                -           0.0000          -
34997.35/1782.65	c      1783       81605831          76        20                -           0.0000          -
35095.33/1787.70	c      1788       81848332          73        20                -           0.0000          -
35195.67/1792.75	c      1793       78538528          73        20                -           0.0000          -
35295.46/1797.80	c      1798       78754455          70        20                -           0.0000          -
35393.11/1802.85	c      1803       78974201          72        20                -           0.0000          -
35490.91/1807.90	c      1808       79192418          69        20                -           0.0000          -
35591.21/1812.95	c      1813       83062340          77        20                -           0.0000          -
35689.67/1818.00	c      1818       83308719          74        20                -           0.0000          -
35790.59/1823.05	c      1823       79858405          68        20                -           0.0000          -
35889.08/1828.10	c      1828       80078756          69        20                -           0.0000          -
35989.35/1833.16	c      1833       80298903          76        20                -           0.0000          -
36088.85/1838.20	c      1838       84285391          76        20                -           0.0000          -
36186.94/1843.25	c      1843       84513407          68        20                -           0.0000          -
36285.00/1848.30	c      1848       80938829          74        20                -           0.0000          -
36385.48/1853.35	c      1853       84967168          73        20                -           0.0000          -
36483.41/1858.40	c      1858       81364495          70        20                -           0.0000          -
36583.90/1863.45	c      1863       81579078          71        20                -           0.0000          -
36683.97/1868.50	c      1868       81792649          74        20                -           0.0000          -
36782.39/1873.55	c      1874       85871647          72        20                -           0.0000          -
36882.84/1878.60	c      1879       86096405          74        20                -           0.0000          -
36981.27/1883.65	c      1884       82438565          68        20                -           0.0000          -
37079.42/1888.70	c      1889       86548294          73        20                -           0.0000          -
37179.52/1893.75	c      1894       82865959          70        20                -           0.0000          -
37277.21/1898.80	c      1899       86993615          72        20                -           0.0000          -
37376.96/1903.85	c      1904       87221327          68        20                -           0.0000          -
37477.27/1908.90	c      1909       87451033          72        20                -           0.0000          -
37574.88/1913.95	c      1914       87677401          72        20                -           0.0000          -
37673.22/1919.00	c      1919       87906316          69        20                -           0.0000          -
37771.53/1924.02	c      1924       88132056          75        20                -           0.0000          -
37872.25/1929.10	c      1929       88376405          76        20                -           0.0000          -
37972.54/1934.15	c      1934       88618619          74        20                -           0.0000          -
38070.24/1939.20	c      1939       88859654          69        20                -           0.0000          -
38169.21/1944.25	c      1944       89096899          74        20                -           0.0000          -
38268.58/1949.30	c      1949       89334890          69        20                -           0.0000          -
38366.80/1954.35	c      1954       89576942          75        20                -           0.0000          -
38464.82/1959.40	c      1959       89819323          72        20                -           0.0000          -
38564.29/1964.45	c      1964       90055657          74        20                -           0.0000          -
38663.97/1969.50	c      1970       90291129          72        20                -           0.0000          -
38762.09/1974.55	c      1975       90526550          71        20                -           0.0000          -
38861.42/1979.61	c      1980       90760574          75        20                -           0.0000          -
38960.02/1984.65	c      1985       91003698          69        20                -           0.0000          -
39058.50/1989.70	c      1990       91246395          70        20                -           0.0000          -
39159.04/1994.75	c      1995       91488750          71        20                -           0.0000          -
39257.22/1999.80	c      2000       91731481          74        20                -           0.0000          -
39357.65/2004.85	c      2005       91972783          72        20                -           0.0000          -
39458.12/2009.90	c      2010       92212478          71        20                -           0.0000          -
39555.68/2014.95	c      2015       92450801          72        20                -           0.0000          -
39653.51/2020.00	c      2020       92684286          71        20                -           0.0000          -
39753.57/2025.05	c      2025       92919238          71        20                -           0.0000          -
39851.22/2030.10	c      2030       93156882          73        20                -           0.0000          -
39951.51/2035.15	c      2035       93401475          70        20                -           0.0000          -
40049.29/2040.20	c      2040       93641591          72        20                -           0.0000          -
40148.66/2045.25	c      2045       93876949          72        20                -           0.0000          -
40249.08/2050.31	c      2050       94119406          73        20                -           0.0000          -
40346.66/2055.35	c      2055       94355568          71        20                -           0.0000          -
40444.45/2060.40	c      2060       94592463          74        20                -           0.0000          -
40543.91/2065.45	c      2065       90176731          72        20                -           0.0000          -
40641.23/2070.50	c      2070       90388387          76        20                -           0.0000          -
40740.65/2075.55	c      2076       95303960          69        20                -           0.0000          -
40839.01/2080.60	c      2081       95544838          69        20                -           0.0000          -
40939.41/2085.65	c      2086       91028473          72        20                -           0.0000          -
41037.61/2090.70	c      2091       96029089          70        20                -           0.0000          -
41138.08/2095.75	c      2096       91466417          72        20                -           0.0000          -
41238.11/2100.80	c      2101       96514723          72        20                -           0.0000          -
41335.91/2105.85	c      2106       96756569          74        20                -           0.0000          -
41433.70/2110.90	c      2111       96994545          68        20                -           0.0000          -
41533.66/2115.95	c      2116       92323268          71        20                -           0.0000          -
41631.58/2121.00	c      2121       97473696          73        20                -           0.0000          -
41732.26/2126.05	c      2126       97716826          75        20                -           0.0000          -
41830.41/2131.10	c      2131       92975143          72        20                -           0.0000          -
41929.72/2136.14	c      2136       98193198          71        20                -           0.0000          -
42027.10/2141.18	c      2141       98426669          72        20                -           0.0000          -
42125.98/2146.23	c      2146       98662346          67        20                -           0.0000          -
42224.06/2151.28	c      2151       98901098          75        20                -           0.0000          -
42324.42/2156.33	c      2156       99144971          70        20                -           0.0000          -
42422.77/2161.38	c      2161       99389231          68        20                -           0.0000          -
42522.25/2166.43	c      2166       99625577          74        20                -           0.0000          -
42620.44/2171.50	c      2172       99866410          73        20                -           0.0000          -
42719.94/2176.55	c      2177       94898492          71        20                -           0.0000          -
42818.39/2181.60	c      2182       95115837          72        20                -           0.0000          -
42918.72/2186.65	c      2187      100587200          69        20                -           0.0000          -
43019.01/2191.70	c      2192      100831231          76        20                -           0.0000          -
43116.32/2196.75	c      2197      101064632          75        20                -           0.0000          -
43213.47/2201.80	c      2202      101300782          73        20                -           0.0000          -
43313.14/2206.85	c      2207      101538321          74        20                -           0.0000          -
43412.63/2211.90	c      2212      101771322          73        20                -           0.0000          -
43510.06/2216.95	c      2217       96613936          67        20                -           0.0000          -
43607.63/2222.00	c      2222      102243457          72        20                -           0.0000          -
43707.39/2227.05	c      2227      102480148          75        20                -           0.0000          -
43805.00/2232.10	c      2232      102714794          71        20                -           0.0000          -
43905.33/2237.15	c      2237      102958677          74        20                -           0.0000          -
44005.11/2242.20	c      2242      103203374          73        20                -           0.0000          -
44102.92/2247.25	c      2247      103438724          73        20                -           0.0000          -
44203.20/2252.30	c      2252      103677758          71        20                -           0.0000          -
44301.32/2257.35	c      2257      103916996          75        20                -           0.0000          -
44399.11/2262.40	c      2262      104154957          72        20                -           0.0000          -
44499.31/2267.45	c      2267      104398290          73        20                -           0.0000          -
44597.66/2272.50	c      2272      104644071          70        20                -           0.0000          -
44697.58/2277.55	c      2278      104886761          72        20                -           0.0000          -
44797.12/2282.61	c      2283      105126289          72        20                -           0.0000          -
44894.88/2287.65	c      2288       99633985          68        20                -           0.0000          -
44995.22/2292.71	c      2293       99854336          69        20                -           0.0000          -
45093.39/2297.75	c      2298      105845848          71        20                -           0.0000          -
45193.31/2302.80	c      2303      106084004          73        20                -           0.0000          -
45291.37/2307.85	c      2308      106326246          73        20                -           0.0000          -
45389.41/2312.90	c      2313      100722489          72        20                -           0.0000          -
45489.51/2317.95	c      2318      106810036          69        20                -           0.0000          -
45587.36/2323.00	c      2323      107047873          70        20                -           0.0000          -
45688.28/2328.05	c      2328      107291996          73        20                -           0.0000          -
45786.28/2333.10	c      2333      107532503          74        20                -           0.0000          -
45885.85/2338.15	c      2338      107770630          69        20                -           0.0000          -
45983.36/2343.20	c      2343      108007108          73        20                -           0.0000          -
46082.87/2348.25	c      2348      108243676          77        20                -           0.0000          -
46182.61/2353.30	c      2353      108484116          71        20                -           0.0000          -
46281.01/2358.35	c      2358      108729831          70        20                -           0.0000          -
46378.68/2363.40	c      2363      108969791          70        20                -           0.0000          -
46478.73/2368.46	c      2368      109208579          74        20                -           0.0000          -
46579.08/2373.50	c      2374      109453888          75        20                -           0.0000          -
46677.23/2378.55	c      2379      109699238          73        20                -           0.0000          -
46774.41/2383.60	c      2384      103782744          71        20                -           0.0000          -
46874.06/2388.65	c      2389      110163319          70        20                -           0.0000          -
46971.98/2393.70	c      2394      104217869          72        20                -           0.0000          -
47071.48/2398.75	c      2399      110633033          70        20                -           0.0000          -
47169.74/2403.80	c      2404      110872618          75        20                -           0.0000          -
47270.09/2408.85	c      2409      111117335          70        20                -           0.0000          -
47370.20/2413.90	c      2414      105094155          72        20                -           0.0000          -
47467.80/2418.95	c      2419      105313548          75        20                -           0.0000          -
47566.22/2424.00	c      2424      111833284          73        20                -           0.0000          -
47666.85/2429.05	c      2429      105757752          75        20                -           0.0000          -
47764.86/2434.10	c      2434      112310870          73        20                -           0.0000          -
47864.96/2439.15	c      2439      112552495          72        20                -           0.0000          -
47962.52/2444.20	c      2444      112788924          65        20                -           0.0000          -
48061.58/2449.25	c      2449      113025741          70        20                -           0.0000          -
48159.19/2454.30	c      2454      113259211          66        20                -           0.0000          -
48259.40/2459.35	c      2459      107088391          72        20                -           0.0000          -
48359.16/2464.41	c      2464      113739680          67        20                -           0.0000          -
48457.21/2469.45	c      2469      107537787          72        20                -           0.0000          -
48554.89/2474.50	c      2474      107759228          71        20                -           0.0000          -
48655.10/2479.55	c      2480      114458279          76        20                -           0.0000          -
48753.40/2484.60	c      2485      114701717          74        20                -           0.0000          -
48853.27/2489.65	c      2490      114944605          74        20                -           0.0000          -
48951.25/2494.70	c      2495      115183224          75        20                -           0.0000          -
49051.62/2499.75	c      2500      108870548          71        20                -           0.0000          -
49149.77/2504.80	c      2505      115665301          72        20                -           0.0000          -
49250.13/2509.85	c      2510      115911210          75        20                -           0.0000          -
49350.26/2514.90	c      2515      116153942          75        20                -           0.0000          -
49448.58/2519.95	c      2520      116396316          71        20                -           0.0000          -
49546.45/2525.00	c      2525      116631942          73        20                -           0.0000          -
49647.04/2530.05	c      2530      116875010          71        20                -           0.0000          -
49744.66/2535.10	c      2535      117113868          73        20                -           0.0000          -
49844.59/2540.15	c      2540      110650167          70        20                -           0.0000          -
49943.07/2545.20	c      2545      117596958          71        20                -           0.0000          -
50042.92/2550.25	c      2550      111101560          67        20                -           0.0000          -
50140.98/2555.30	c      2555      118080169          74        20                -           0.0000          -
50241.12/2560.35	c      2560      111551385          70        20                -           0.0000          -
50339.29/2565.37	c      2565      118565166          75        20                -           0.0000          -
50439.33/2570.45	c      2570      118800256          71        20                -           0.0000          -
50537.56/2575.50	c      2576      119044110          73        20                -           0.0000          -
50638.02/2580.55	c      2581      119288772          73        20                -           0.0000          -
50738.39/2585.60	c      2586      119530275          72        20                -           0.0000          -
50835.93/2590.65	c      2591      112889141          72        20                -           0.0000          -
50934.04/2595.70	c      2596      113109122          73        20                -           0.0000          -
51033.52/2600.75	c      2601      113328006          71        20                -           0.0000          -
51132.91/2605.80	c      2606      120471604          69        20                -           0.0000          -
51231.44/2610.85	c      2611      113764573          72        20                -           0.0000          -
51330.03/2615.90	c      2616      120959998          75        20                -           0.0000          -
51430.54/2620.95	c      2621      114214982          69        20                -           0.0000          -
51529.10/2626.00	c      2626      121449137          70        20                -           0.0000          -
51630.04/2631.05	c      2631      121692967          72        20                -           0.0000          -
51727.82/2636.10	c      2636      114883646          71        20                -           0.0000          -
51827.55/2641.15	c      2641      122170640          71        20                -           0.0000          -
51924.92/2646.20	c      2646      122404942          77        20                -           0.0000          -
52023.98/2651.25	c      2651      122642252          73        20                -           0.0000          -
52122.41/2656.30	c      2656      122886491          72        20                -           0.0000          -
52222.37/2661.35	c      2661      123127851          76        20                -           0.0000          -
52320.28/2666.40	c      2666      116204630          71        20                -           0.0000          -
52420.74/2671.45	c      2671      123608054          73        20                -           0.0000          -
52519.17/2676.50	c      2676      123852667          78        20                -           0.0000          -
52619.82/2681.55	c      2682      124094545          72        20                -           0.0000          -
52718.14/2686.60	c      2687      124334876          69        20                -           0.0000          -
52818.38/2691.65	c      2692      124573121          74        20                -           0.0000          -
52917.66/2696.70	c      2697      117541069          70        20                -           0.0000          -
53014.68/2701.75	c      2702      125038990          73        20                -           0.0000          -
53112.09/2706.80	c      2707      125270379          74        20                -           0.0000          -
53211.40/2711.85	c      2712      125502851          72        20                -           0.0000          -
53310.98/2716.90	c      2717      125738367          72        20                -           0.0000          -
53409.47/2721.95	c      2722      118634878          69        20                -           0.0000          -
53507.47/2727.00	c      2727      118859113          70        20                -           0.0000          -
53608.39/2732.05	c      2732      126467481          74        20                -           0.0000          -
53706.88/2737.11	c      2737      119308760          69        20                -           0.0000          -
53807.40/2742.15	c      2742      126951817          78        20                -           0.0000          -
53905.81/2747.20	c      2747      127191695          74        20                -           0.0000          -
54004.58/2752.25	c      2752      119974392          71        20                -           0.0000          -
54102.37/2757.30	c      2757      127662048          71        20                -           0.0000          -
54202.66/2762.35	c      2762      127903366          73        20                -           0.0000          -
54300.74/2767.40	c      2767      120637101          74        20                -           0.0000          -
54400.53/2772.46	c      2772      128381081          72        20                -           0.0000          -
54498.43/2777.50	c      2778      121075707          70        20                -           0.0000          -
54598.95/2782.54	c      2783      128858127          74        20                -           0.0000          -
54697.31/2787.59	c      2788      129099923          70        20                -           0.0000          -
54797.00/2792.64	c      2793      129334594          71        20                -           0.0000          -
54894.43/2797.70	c      2798      129569606          71        20                -           0.0000          -
54993.80/2802.75	c      2803      129801948          67        20                -           0.0000          -
55091.12/2807.80	c      2808      122388961          74        20                -           0.0000          -
55191.36/2812.85	c      2813      130267780          73        20                -           0.0000          -
55289.25/2817.90	c      2818      122834384          71        20                -           0.0000          -
55389.09/2822.95	c      2823      130745299          72        20                -           0.0000          -
55486.33/2828.00	c      2828      130977855          72        20                -           0.0000          -
55586.27/2833.05	c      2833      131212587          74        20                -           0.0000          -
55684.45/2838.10	c      2838      131450765          74        20                -           0.0000          -
55784.88/2843.15	c      2843      131693895          76        20                -           0.0000          -
55882.39/2848.20	c      2848      131933638          77        20                -           0.0000          -
55981.32/2853.25	c      2853      132165510          73        20                -           0.0000          -
56078.60/2858.30	c      2858      132400307          74        20                -           0.0000          -
56177.97/2863.35	c      2863      124814809          70        20                -           0.0000          -
56277.34/2868.40	c      2868      132871860          77        20                -           0.0000          -
56375.33/2873.45	c      2873      133110014          75        20                -           0.0000          -
56473.08/2878.50	c      2878      133347251          74        20                -           0.0000          -
56572.57/2883.55	c      2884      133577836          71        20                -           0.0000          -
56671.01/2888.60	c      2889      125927508          71        20                -           0.0000          -
56771.36/2893.65	c      2894      134058284          71        20                -           0.0000          -
56869.48/2898.70	c      2899      126377974          71        20                -           0.0000          -
56970.21/2903.75	c      2904      126603541          70        20                -           0.0000          -
57068.65/2908.80	c      2909      134784450          77        20                -           0.0000          -
57169.13/2913.85	c      2914      127055646          71        20                -           0.0000          -
57267.51/2918.90	c      2919      135270654          73        20                -           0.0000          -
57367.89/2923.95	c      2924      135515477          72        20                -           0.0000          -
57466.45/2929.00	c      2929      135760728          75        20                -           0.0000          -
57566.37/2934.05	c      2934      135997561          76        20                -           0.0000          -
57663.90/2939.10	c      2939      128170970          73        20                -           0.0000          -
57763.52/2944.15	c      2944      128390935          70        20                -           0.0000          -
57862.02/2949.20	c      2949      136711888          71        20                -           0.0000          -
57961.80/2954.25	c      2954      136956832          73        20                -           0.0000          -
58061.76/2959.30	c      2959      137205663          70        20                -           0.0000          -
58159.98/2964.35	c      2964      129287779          74        20                -           0.0000          -
58258.50/2969.40	c      2969      137698789          72        20                -           0.0000          -
58359.06/2974.45	c      2974      137949228          71        20                -           0.0000          -
58459.52/2979.50	c      2980      129961063          72        20                -           0.0000          -
58557.47/2984.56	c      2985      138444759          72        20                -           0.0000          -
58657.19/2989.60	c      2990      130403125          68        20                -           0.0000          -
58755.72/2994.65	c      2995      138927014          69        20                -           0.0000          -
58856.00/2999.70	c      3000      139176687          68        20                -           0.0000          -
58954.13/3004.75	c      3005      131079043          70        20                -           0.0000          -
59051.66/3009.80	c      3010      139661874          71        20                -           0.0000          -
59151.98/3014.84	c      3015      139903580          71        20                -           0.0000          -
59250.31/3019.89	c      3020      140147035          74        20                -           0.0000          -
59350.49/3024.94	c      3025      140391667          76        20                -           0.0000          -
59447.84/3029.99	c      3030      140634625          74        20                -           0.0000          -
59548.74/3035.04	c      3035      140882749          70        20                -           0.0000          -
59646.39/3040.10	c      3040      132638661          70        20                -           0.0000          -
59745.67/3045.15	c      3045      141360698          71        20                -           0.0000          -
59843.48/3050.20	c      3050      133082641          72        20                -           0.0000          -
59942.93/3055.25	c      3055      141851019          70        20                -           0.0000          -
60041.52/3060.30	c      3060      142100357          68        20                -           0.0000          -
60142.12/3065.35	c      3065      142355485          70        20                -           0.0000          -
60240.63/3070.40	c      3070      133977494          69        20                -           0.0000          -
60340.16/3075.45	c      3075      142842445          68        20                -           0.0000          -
60438.65/3080.50	c      3080      143088234          75        20                -           0.0000          -
60538.92/3085.55	c      3086      143330341          72        20                -           0.0000          -
60637.30/3090.60	c      3091      143570675          72        20                -           0.0000          -
60737.33/3095.65	c      3096      135086840          73        20                -           0.0000          -
60835.01/3100.70	c      3101      144051697          70        20                -           0.0000          -
60934.56/3105.75	c      3106      144288220          69        20                -           0.0000          -
61032.26/3110.80	c      3111      135747315          70        20                -           0.0000          -
61132.26/3115.85	c      3116      144758267          76        20                -           0.0000          -
61231.60/3120.90	c      3121      144991410          73        20                -           0.0000          -
61329.22/3125.95	c      3126      136409021          68        20                -           0.0000          -
61426.78/3131.00	c      3131      145465616          73        20                -           0.0000          -
61527.33/3136.05	c      3136      145703604          75        20                -           0.0000          -
61624.82/3141.10	c      3141      137069182          69        20                -           0.0000          -
61725.26/3146.15	c      3146      137293500          65        20                -           0.0000          -
61825.29/3151.20	c      3151      146424740          75        20                -           0.0000          -
61923.80/3156.25	c      3156      146670722          71        20                -           0.0000          -
62022.35/3161.26	c      3161      146915794          69        20                -           0.0000          -
62122.77/3166.35	c      3166      138191947          68        20                -           0.0000          -
62223.31/3171.41	c      3171      138416031          72        20                -           0.0000          -
62320.82/3176.45	c      3176      147637341          70        20                -           0.0000          -
62419.29/3181.50	c      3182      147876769          76        20                -           0.0000          -
62519.87/3186.55	c      3187      148118234          73        20                -           0.0000          -
62618.40/3191.60	c      3192      148363764          75        20                -           0.0000          -
62718.91/3196.65	c      3197      148604220          75        20                -           0.0000          -
62817.39/3201.67	c      3202      148845084          75        20                -           0.0000          -
62916.94/3206.72	c      3207      149079602          75        20                -           0.0000          -
63014.70/3211.77	c      3212      149318679          72        20                -           0.0000          -
63114.14/3216.85	c      3217      149550598          71        20                -           0.0000          -
63212.56/3221.90	c      3222      140653364          69        20                -           0.0000          -
63312.99/3226.95	c      3227      150028137          72        20                -           0.0000          -
63411.28/3232.00	c      3232      150269346          77        20                -           0.0000          -
63511.90/3237.05	c      3237      150507541          68        20                -           0.0000          -
63610.37/3242.10	c      3242      150747861          76        20                -           0.0000          -
63710.26/3247.15	c      3247      150986164          71        20                -           0.0000          -
63808.67/3252.20	c      3252      151230712          69        20                -           0.0000          -
63908.17/3257.25	c      3257      151466614          71        20                -           0.0000          -
64005.81/3262.30	c      3262      142423035          70        20                -           0.0000          -
64105.23/3267.35	c      3267      142643250          71        20                -           0.0000          -
64205.02/3272.40	c      3272      152174019          76        20                -           0.0000          -
64303.62/3277.45	c      3277      152418947          74        20                -           0.0000          -
64402.06/3282.50	c      3282      152664062          73        20                -           0.0000          -
64502.64/3287.55	c      3288      143538952          71        20                -           0.0000          -
64601.30/3292.60	c      3293      143764264          73        20                -           0.0000          -
64701.64/3297.65	c      3298      153386923          74        20                -           0.0000          -
64800.20/3302.70	c      3303      153630018          73        20                -           0.0000          -
64900.04/3307.75	c      3308      153868372          75        20                -           0.0000          -
64997.57/3312.80	c      3313      154104168          73        20                -           0.0000          -
65097.32/3317.86	c      3318      144869798          67        20                -           0.0000          -
65194.70/3322.90	c      3323      154570575          72        20                -           0.0000          -
65294.72/3327.95	c      3328      154810215          72        20                -           0.0000          -
65392.35/3333.00	c      3333      155049731          72        20                -           0.0000          -
65492.83/3338.05	c      3338      145747890          69        20                -           0.0000          -
65591.31/3343.10	c      3343      145973511          68        20                -           0.0000          -
65691.69/3348.15	c      3348      155770966          67        20                -           0.0000          -
65790.14/3353.20	c      3353      146418863          68        20                -           0.0000          -
65890.24/3358.25	c      3358      156259073          72        20                -           0.0000          -
65988.92/3363.30	c      3363      156502755          72        20                -           0.0000          -
66089.15/3368.35	c      3368      156746393          72        20                -           0.0000          -
66188.94/3373.40	c      3373      156981474          71        20                -           0.0000          -
66286.56/3378.45	c      3378      147537149          70        20                -           0.0000          -
66384.32/3383.50	c      3384      157460047          74        20                -           0.0000          -
66484.80/3388.55	c      3389      157705118          75        20                -           0.0000          -
66583.39/3393.60	c      3394      148207075          68        20                -           0.0000          -
66684.09/3398.65	c      3399      148433593          68        20                -           0.0000          -
66782.48/3403.70	c      3404      148657175          68        20                -           0.0000          -
66882.41/3408.76	c      3409      148872646          71        20                -           0.0000          -
66980.13/3413.80	c      3414      158908758          73        20                -           0.0000          -
67079.58/3418.85	c      3419      149314599          70        20                -           0.0000          -
67179.16/3423.90	c      3424      159382979          72        20                -           0.0000          -
67277.60/3428.95	c      3429      159623781          72        20                -           0.0000          -
67375.95/3434.00	c      3434      159868144          73        20                -           0.0000          -
67476.57/3439.05	c      3439      160103177          76        20                -           0.0000          -
67575.00/3444.06	c      3444      160345917          70        20                -           0.0000          -
67675.53/3449.15	c      3449      160586480          73        20                -           0.0000          -
67774.09/3454.20	c      3454      150866865          68        20                -           0.0000          -
67873.65/3459.25	c      3459      161072531          74        20                -           0.0000          -
67971.67/3464.30	c      3464      161304062          75        20                -           0.0000          -
68071.95/3469.35	c      3469      161544059          70        20                -           0.0000          -
68171.32/3474.40	c      3474      161776189          68        20                -           0.0000          -
68268.88/3479.45	c      3479      162011295          72        20                -           0.0000          -
68367.03/3484.50	c      3484      162246121          74        20                -           0.0000          -
68467.59/3489.55	c      3490      152417160          67        20                -           0.0000          -
68568.15/3494.60	c      3495      162726448          71        20                -           0.0000          -
68666.53/3499.65	c      3500      162968555          74        20                -           0.0000          -
68766.88/3504.70	c      3505      163208686          71        20                -           0.0000          -
68865.38/3509.75	c      3510      163450114          69        20                -           0.0000          -
68964.04/3514.80	c      3515      163695354          73        20                -           0.0000          -
69064.38/3519.82	c      3520      163937441          74        20                -           0.0000          -
69162.34/3524.87	c      3525      164178746          75        20                -           0.0000          -
69262.52/3529.92	c      3530      164416947          74        20                -           0.0000          -
69360.45/3534.97	c      3535      164658879          72        20                -           0.0000          -
69458.14/3540.02	c      3540      164896987          70        20                -           0.0000          -
69559.11/3545.07	c      3545      165133731          72        20                -           0.0000          -
69657.61/3550.12	c      3550      165376376          71        20                -           0.0000          -
69757.17/3555.17	c      3555      165611966          71        20                -           0.0000          -
69856.34/3560.22	c      3560      165845926          75        20                -           0.0000          -
69954.70/3565.27	c      3565      166084395          78        20                -           0.0000          -
70054.52/3570.34	c      3570      166327597          78        20                -           0.0000          -
70151.95/3575.40	c      3575      166562564          71        20                -           0.0000          -
70251.80/3580.45	c      3580      166801204          73        20                -           0.0000          -
70352.21/3585.51	c      3586      167042945          70        20                -           0.0000          -
70450.80/3590.55	c      3591      167285133          72        20                -           0.0000          -
70549.16/3595.60	c      3596      156981122          73        20                -           0.0000          -
70649.77/3600.65	c      3601      167767562          69        20                -           0.0000          -
70748.26/3605.70	c      3606      168012504          71        20                -           0.0000          -
70848.02/3610.75	c      3611      168250070          69        20                -           0.0000          -
70946.20/3615.80	c      3616      168490729          72        20                -           0.0000          -
71046.68/3620.85	c      3621      158069767          74        20                -           0.0000          -
71144.83/3625.90	c      3626      168970598          69        20                -           0.0000          -
71244.40/3630.95	c      3631      158503943          72        20                -           0.0000          -
71341.95/3636.00	c      3636      158715581          76        20                -           0.0000          -
71441.98/3641.05	c      3641      169681040          71        20                -           0.0000          -
71539.81/3646.10	c      3646      169915728          69        20                -           0.0000          -
71640.16/3651.15	c      3651      170157651          70        20                -           0.0000          -
71738.81/3656.20	c      3656      159583733          74        20                -           0.0000          -
71838.84/3661.25	c      3661      159804071          74        20                -           0.0000          -
71937.47/3666.30	c      3666      170889409          72        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (190632 MiB free)
  memory of node 1: 193494 MiB (190327 MiB free)
  memory of node 2: 193531 MiB (190945 MiB free)
  memory of node 3: 193531 MiB (192021 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-4465563-1722454797/watcher-4465563-1722454797 -o /tmp/evaluation-result-4465563-1722454797/solver-4465563-1722454797 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71504 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465563-1722454797.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.104752 s]*
/proc/loadavg: 73.13 49.42 49.08 83/1028 74239
/proc/meminfo: memFree=782176348/790760804 swapFree=131071996/131071996
[pid=74198] ppid=74195 vsize=1663200 memory=96348 CPUtime=1.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/stat : 74198 (fscip) S 74195 74198 71494 0 -1 1077936128 20761 0 0 0 139 15 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
/proc/74198/statm: 415800 24087 2950 3035 0 112405 0
[pid=74198/tid=74200] ppid=74195 vsize=1663200 memory=-5155630176396666757 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74200/stat : 74200 (fscip) R 74195 74198 71494 0 -1 4194368 1309 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74201] ppid=74195 vsize=1663200 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74201/stat : 74201 (fscip) R 74195 74198 71494 0 -1 4194368 1022 0 0 0 6 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74202] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74202/stat : 74202 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74203] ppid=74195 vsize=1663200 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74203/stat : 74203 (fscip) R 74195 74198 71494 0 -1 4194368 1354 0 0 0 6 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74204] ppid=74195 vsize=1663200 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74204/stat : 74204 (fscip) R 74195 74198 71494 0 -1 4194368 1019 0 0 0 6 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74205] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74205/stat : 74205 (fscip) R 74195 74198 71494 0 -1 4194368 511 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74206] ppid=74195 vsize=1663200 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74206/stat : 74206 (fscip) R 74195 74198 71494 0 -1 4194368 1312 0 0 0 6 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74207] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74207/stat : 74207 (fscip) R 74195 74198 71494 0 -1 4194368 1017 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74208] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74208/stat : 74208 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74209] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74209/stat : 74209 (fscip) R 74195 74198 71494 0 -1 4194368 1314 0 0 0 6 1 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74210] ppid=74195 vsize=1663200 memory=0 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74210/stat : 74210 (fscip) R 74195 74198 71494 0 -1 4194368 1026 0 0 0 6 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74211] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74211/stat : 74211 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74212] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74212/stat : 74212 (fscip) R 74195 74198 71494 0 -1 4194368 1380 0 0 0 6 1 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74213] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74213/stat : 74213 (fscip) R 74195 74198 71494 0 -1 4194368 1026 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74214] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74214/stat : 74214 (fscip) R 74195 74198 71494 0 -1 4194368 511 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74215] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74215/stat : 74215 (fscip) R 74195 74198 71494 0 -1 4194368 1305 0 0 0 6 1 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74216] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74216/stat : 74216 (fscip) R 74195 74198 71494 0 -1 4194368 1025 0 0 0 6 1 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74217] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74217/stat : 74217 (fscip) R 74195 74198 71494 0 -1 4194368 514 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74218] ppid=74195 vsize=1663200 memory=0 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74218/stat : 74218 (fscip) R 74195 74198 71494 0 -1 4194368 1381 0 0 0 7 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74219] ppid=74195 vsize=1663200 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74219/stat : 74219 (fscip) R 74195 74198 71494 0 -1 1077936192 1018 0 0 0 4 0 0 0 20 0 41 0 12062866 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74220] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74220/stat : 74220 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74221] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74221/stat : 74221 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74222] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74222/stat : 74222 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74223] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74223/stat : 74223 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74224] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74224/stat : 74224 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74225] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74225/stat : 74225 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74226] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74226/stat : 74226 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74227] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74227/stat : 74227 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74228] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74228/stat : 74228 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74229] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74229/stat : 74229 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74230] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74230/stat : 74230 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74231] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74231/stat : 74231 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74232] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74232/stat : 74232 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74233] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74233/stat : 74233 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74234] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74234/stat : 74234 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74235] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74235/stat : 74235 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74236] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74236/stat : 74236 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74237] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74237/stat : 74237 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74238] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74238/stat : 74238 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74239] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74239/stat : 74239 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24087 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 1663200 KiB
Current children cumulated memory: 96348 KiB

[startup+0.229713 s]*
/proc/loadavg: 73.13 49.42 49.08 81/1028 74239
/proc/meminfo: memFree=782169960/790760804 swapFree=131071996/131071996
[pid=74198] ppid=74195 vsize=1663200 memory=97136 CPUtime=3.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/stat : 74198 (fscip) S 74195 74198 71494 0 -1 1077936128 21286 0 0 0 380 19 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 17 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
/proc/74198/statm: 415800 24284 2950 3035 0 112945 0
[pid=74198/tid=74200] ppid=74195 vsize=1663200 memory=-5155630176396666757 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74200/stat : 74200 (fscip) R 74195 74198 71494 0 -1 4194368 1338 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74201] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74201/stat : 74201 (fscip) R 74195 74198 71494 0 -1 4194368 1055 0 0 0 18 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74202] ppid=74195 vsize=1663200 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74202/stat : 74202 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 19 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74203] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74203/stat : 74203 (fscip) R 74195 74198 71494 0 -1 4194368 1429 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74204] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74204/stat : 74204 (fscip) R 74195 74198 71494 0 -1 4194368 1053 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74205] ppid=74195 vsize=1663200 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74205/stat : 74205 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 19 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74206] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74206/stat : 74206 (fscip) R 74195 74198 71494 0 -1 4194368 1342 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74207] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74207/stat : 74207 (fscip) R 74195 74198 71494 0 -1 4194368 1047 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74208] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74208/stat : 74208 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74209] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74209/stat : 74209 (fscip) R 74195 74198 71494 0 -1 4194368 1368 0 0 0 18 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74210] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74210/stat : 74210 (fscip) R 74195 74198 71494 0 -1 4194368 1046 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74211] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74211/stat : 74211 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 18 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74212] ppid=74195 vsize=1663200 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74212/stat : 74212 (fscip) R 74195 74198 71494 0 -1 4194368 1437 0 0 0 19 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74213] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74213/stat : 74213 (fscip) R 74195 74198 71494 0 -1 4194368 1063 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74214] ppid=74195 vsize=1663200 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74214/stat : 74214 (fscip) R 74195 74198 71494 0 -1 4194368 512 0 0 0 19 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74215] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74215/stat : 74215 (fscip) R 74195 74198 71494 0 -1 4194368 1349 0 0 0 18 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74216] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74216/stat : 74216 (fscip) R 74195 74198 71494 0 -1 4194368 1051 0 0 0 18 1 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74217] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74217/stat : 74217 (fscip) R 74195 74198 71494 0 -1 4194368 514 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74218] ppid=74195 vsize=1663200 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74218/stat : 74218 (fscip) R 74195 74198 71494 0 -1 4194368 1422 0 0 0 19 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74219] ppid=74195 vsize=1663200 memory=0 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74219/stat : 74219 (fscip) R 74195 74198 71494 0 -1 1077936192 1031 0 0 0 14 0 0 0 20 0 41 0 12062866 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74220] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74220/stat : 74220 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74221] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74221/stat : 74221 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74222] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74222/stat : 74222 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74223] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74223/stat : 74223 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74224] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74224/stat : 74224 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74225] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74225/stat : 74225 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74226] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74226/stat : 74226 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74227] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74227/stat : 74227 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74228] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74228/stat : 74228 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74229] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74229/stat : 74229 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74230] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74230/stat : 74230 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74231] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74231/stat : 74231 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74232] ppid=74195 vsize=1663200 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74232/stat : 74232 (fscip) S 74195 74198 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12062870 1703116800 24284 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0

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

/proc/74198/task/74219/stat : 74219 (fscip) R 74195 74198 71494 0 -1 4194368 659678 0 0 0 357773 2559 0 0 20 0 41 0 12062866 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74220] ppid=74195 vsize=8159524 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74220/stat : 74220 (fscip) S 74195 74198 71494 0 -1 1077936192 62 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74221] ppid=74195 vsize=8159524 memory=28152 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74221/stat : 74221 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74222] ppid=74195 vsize=8159524 memory=33704 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74222/stat : 74222 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74223] ppid=74195 vsize=8159524 memory=11440 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74223/stat : 74223 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74224] ppid=74195 vsize=8159524 memory=15664 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74224/stat : 74224 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74225] ppid=74195 vsize=8159524 memory=7162467500898609774 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74225/stat : 74225 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74226] ppid=74195 vsize=8159524 memory=6853244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74226/stat : 74226 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74227] ppid=74195 vsize=8159524 memory=6856272 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74227/stat : 74227 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74228] ppid=74195 vsize=8159524 memory=6889944 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74228/stat : 74228 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74229] ppid=74195 vsize=8159524 memory=6813872 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74229/stat : 74229 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74230] ppid=74195 vsize=8159524 memory=6903476 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74230/stat : 74230 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74231] ppid=74195 vsize=8159524 memory=6826372 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74231/stat : 74231 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74232] ppid=74195 vsize=8159524 memory=6822948 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74232/stat : 74232 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74233] ppid=74195 vsize=8159524 memory=10544 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74233/stat : 74233 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74234] ppid=74195 vsize=8159524 memory=6896856 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74234/stat : 74234 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74235] ppid=74195 vsize=8159524 memory=15776 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74235/stat : 74235 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74236] ppid=74195 vsize=8159524 memory=-7595434590099038583 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74236/stat : 74236 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74237] ppid=74195 vsize=8159524 memory=-2541025442986482787 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74237/stat : 74237 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74238] ppid=74195 vsize=8159524 memory=6944652177228980320 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74238/stat : 74238 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74239] ppid=74195 vsize=8159524 memory=6910132 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74239/stat : 74239 (fscip) S 74195 74198 71494 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12062870 8355352576 1727570 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
Current children cumulated CPU time: 71467 s
Current children cumulated vsize: 8159524 KiB
Current children cumulated memory: 6910280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3669.4 s]
/proc/loadavg: 80.15 80.03 79.42 81/1023 76807
/proc/meminfo: memFree=737561360/790760804 swapFree=131071996/131071996
[pid=74198] ppid=74195 vsize=8231276 memory=6948244 CPUtime=72000.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/stat : 74198 (fscip) S 74195 74198 71494 0 -1 1077936128 20975168 0 0 0 7026801 173262 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
/proc/74198/statm: 2057819 1737061 3014 3035 0 1857306 0
[pid=74198/tid=74200] ppid=74195 vsize=8231276 memory=25024 CPUtime=3621.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74200/stat : 74200 (fscip) R 74195 74198 71494 0 -1 4194368 3050258 0 0 0 358556 3569 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74201] ppid=74195 vsize=8231276 memory=25361 CPUtime=3632.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74201/stat : 74201 (fscip) R 74195 74198 71494 0 -1 1077936192 709748 0 0 0 361313 1932 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74202] ppid=74195 vsize=8231276 memory=25693 CPUtime=3549.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74202/stat : 74202 (fscip) R 74195 74198 71494 0 -1 4194368 7747 0 0 0 334479 20494 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74203] ppid=74195 vsize=8231276 memory=26023 CPUtime=3621.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74203/stat : 74203 (fscip) R 74195 74198 71494 0 -1 4194368 2061278 0 0 0 358661 3529 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74204] ppid=74195 vsize=8231276 memory=64235 CPUtime=3630.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74204/stat : 74204 (fscip) R 74195 74198 71494 0 -1 4194368 706620 0 0 0 360870 2185 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74205] ppid=74195 vsize=8231276 memory=83238 CPUtime=3543.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74205/stat : 74205 (fscip) R 74195 74198 71494 0 -1 4194368 9803 0 0 0 332729 21602 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74206] ppid=74195 vsize=8231276 memory=83759 CPUtime=3620.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74206/stat : 74206 (fscip) R 74195 74198 71494 0 -1 4194368 2305192 0 0 0 357871 4191 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74207] ppid=74195 vsize=8231276 memory=99623 CPUtime=3631.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74207/stat : 74207 (fscip) R 74195 74198 71494 0 -1 4194368 418889 0 0 0 361317 1860 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74208] ppid=74195 vsize=8231276 memory=203989 CPUtime=3536.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74208/stat : 74208 (fscip) R 74195 74198 71494 0 -1 4194368 8148 0 0 0 331809 21817 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74209] ppid=74195 vsize=8231276 memory=227393 CPUtime=3621.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74209/stat : 74209 (fscip) R 74195 74198 71494 0 -1 4194368 1975568 0 0 0 358044 4061 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74210] ppid=74195 vsize=8231276 memory=25693 CPUtime=3625.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74210/stat : 74210 (fscip) R 74195 74198 71494 0 -1 4194368 1155056 0 0 0 359204 3380 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74211] ppid=74195 vsize=8231276 memory=26023 CPUtime=3543.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74211/stat : 74211 (fscip) R 74195 74198 71494 0 -1 4194368 9595 0 0 0 333422 20885 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74212] ppid=74195 vsize=8231276 memory=64235 CPUtime=3621.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74212/stat : 74212 (fscip) R 74195 74198 71494 0 -1 4194368 1659537 0 0 0 358102 4068 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74213] ppid=74195 vsize=8231276 memory=26988 CPUtime=3623.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74213/stat : 74213 (fscip) R 74195 74198 71494 0 -1 4194368 1382125 0 0 0 358511 3799 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74214] ppid=74195 vsize=8231276 memory=3776 CPUtime=3551.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74214/stat : 74214 (fscip) R 74195 74198 71494 0 -1 4194368 7344 0 0 0 335750 19391 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74215] ppid=74195 vsize=8231276 memory=40456 CPUtime=3620.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74215/stat : 74215 (fscip) R 74195 74198 71494 0 -1 4194368 2199845 0 0 0 357929 4151 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74216] ppid=74195 vsize=8231276 memory=8196 CPUtime=3626.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74216/stat : 74216 (fscip) R 74195 74198 71494 0 -1 4194368 839340 0 0 0 359437 3193 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74217] ppid=74195 vsize=8231276 memory=3300 CPUtime=3527.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74217/stat : 74217 (fscip) R 74195 74198 71494 0 -1 4194368 5401 0 0 0 330379 22415 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74218] ppid=74195 vsize=8231276 memory=25333125866717268 CPUtime=3619.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74218/stat : 74218 (fscip) R 74195 74198 71494 0 -1 4194368 1794711 0 0 0 357780 4183 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74219] ppid=74195 vsize=8231276 memory=279882082150288 CPUtime=3630.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74219/stat : 74219 (fscip) R 74195 74198 71494 0 -1 4194368 664515 0 0 0 360433 2578 0 0 20 0 41 0 12062866 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74220] ppid=74195 vsize=8231276 memory=8021343469856928 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74220/stat : 74220 (fscip) S 74195 74198 71494 0 -1 1077936192 63 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74221] ppid=74195 vsize=8231276 memory=99623 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74221/stat : 74221 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74222] ppid=74195 vsize=8231276 memory=-1088251628401078322 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74222/stat : 74222 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74223] ppid=74195 vsize=8231276 memory=-6661786545635991595 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74223/stat : 74223 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74224] ppid=74195 vsize=8231276 memory=4638778398332966480 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74224/stat : 74224 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74225] ppid=74195 vsize=8231276 memory=279882082897200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74225/stat : 74225 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74226] ppid=74195 vsize=8231276 memory=14699582227562699 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74226/stat : 74226 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74227] ppid=74195 vsize=8231276 memory=279882082150288 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74227/stat : 74227 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74228] ppid=74195 vsize=8231276 memory=7523659445773299052 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74228/stat : 74228 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74229] ppid=74195 vsize=8231276 memory=7737817939933881962 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74229/stat : 74229 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74230] ppid=74195 vsize=8231276 memory=6944652177228980320 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74230/stat : 74230 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74231] ppid=74195 vsize=8231276 memory=6933690279252828305 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74231/stat : 74231 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74232] ppid=74195 vsize=8231276 memory=6154259546091986075 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74232/stat : 74232 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74233] ppid=74195 vsize=8231276 memory=38844130910404740 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74233/stat : 74233 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74234] ppid=74195 vsize=8231276 memory=7523092016321554537 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74234/stat : 74234 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74235] ppid=74195 vsize=8231276 memory=7523092016321554537 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74235/stat : 74235 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74236] ppid=74195 vsize=8231276 memory=7523092016321554537 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74236/stat : 74236 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74237] ppid=74195 vsize=8231276 memory=-1891255765032775953 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74237/stat : 74237 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74238] ppid=74195 vsize=8231276 memory=7523092016321554537 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74238/stat : 74238 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
[pid=74198/tid=74239] ppid=74195 vsize=8231276 memory=7525042601018413417 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/74198/task/74239/stat : 74239 (fscip) S 74195 74198 71494 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12062870 8428826624 1737061 809668444160 4194304 16623229 140727743378256 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 45420544 140727743382538 140727743382656 140727743382656 140727743389680 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 8231276 KiB
Current children cumulated memory: 6948244 KiB

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

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

# cumulated CPU time of all completed processes:  user=70268.2 s, system=1732.79 s

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

[startup+3669.51 s]*
/proc/loadavg: 80.15 80.03 79.42 63/984 76807
/proc/meminfo: memFree=742484812/790760804 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): 3669.57
CPU time (s): 72001
CPU user time (s): 70268.2
CPU system time (s): 1732.79
CPU usage (%): 1962.11
Max. virtual memory (cumulated for all children) (KiB): 8231276
Max. memory (cumulated for all children) (KiB): 6948244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70268.2
system time used= 1732.79
maximum resident set size= 6948668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20975482
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= 72108986
involuntary context switches= 131366


# summary of solver processes directly reported to runsolver:
#   pid: 74198
#   total CPU time (s): 72001
#   total CPU user time (s): 70268.2
#   total CPU system time (s): 1732.79

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.9747 second user time and 74.4119 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 21:39:57
IDJOB=4465563
IDBENCH=148099
IDSOLVER=3094
FILE ID=nodeD105/4465563-1722454797
RUNJOBID= nodeD105-1722454451-71504
SLURM_JOB_ID= 8254239
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob7.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-4465563-1722454797/watcher-4465563-1722454797 -o /tmp/evaluation-result-4465563-1722454797/solver-4465563-1722454797 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71504 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465563-1722454797.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0da7938cd78b604d95ed37ad5ec78200
RANDOM SEED=897626601

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3031.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        782262840 kB
MemAvailable:   781051172 kB
Buffers:          158008 kB
Cached:          1990412 kB
SwapCached:            0 kB
Active:           314316 kB
Inactive:        5796524 kB
Active(anon):       2168 kB
Inactive(anon):  3982792 kB
Active(file):     312148 kB
Inactive(file):  1813732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57200 kB
Writeback:             0 kB
AnonPages:       3960276 kB
Mapped:           125524 kB
Shmem:             22536 kB
KReclaimable:     164312 kB
Slab:             506496 kB
SReclaimable:     164312 kB
SUnreclaim:       342184 kB
KernelStack:       16976 kB
PageTables:        17736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1355200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 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:      522240 kB
DirectMap2M:    60792832 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-07-31 22:41:07