Trace number 4465564

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.3 3684.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
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.264688
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
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 constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
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 = 22409216, getVmSize() = 22409216, SCIPgetMemUsed() = 766402, SCIPgetMemTotal() = 913202, 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 = 14988368, getVmSize() = 23949312, SCIPgetMemUsed() = 897112, SCIPgetMemTotal() = 1457864, 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-4465564-1722454909
0.00/0.00	c   Variables        : 86 (86 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        : 86 (86 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           : 2 
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)
96.48/5.08	c         5         185248          67        20                -           0.0000          -
195.78/10.13	c        10         428412          67        20                -           0.0000          -
293.04/15.18	c        15         626479          66        20                -           0.0000          -
391.91/20.22	c        20         881394          65        20                -           0.0000          -
489.27/25.27	c        25        1101673          64        20                -           0.0000          -
588.79/30.32	c        30        1261800          65        20                -           0.0000          -
686.93/35.36	c        35        1546415          62        20                -           0.0000          -
786.18/40.41	c        40        1704971          64        20                -           0.0000          -
883.29/45.46	c        45        1916599          62        20                -           0.0000          -
982.51/50.51	c        51        2142061          62        20                -           0.0000          -
1079.71/55.56	c        56        2399377          64        20                -           0.0000          -
1179.37/60.61	c        61        2606647          66        20                -           0.0000          -
1276.43/65.65	c        66        2809639          64        20                -           0.0000          -
1375.53/70.70	c        71        3060468          67        20                -           0.0000          -
1473.07/75.75	c        76        3203556          59        20                -           0.0000          -
1572.68/80.80	c        81        3509383          64        20                -           0.0000          -
1670.79/85.85	c        86        3611317          64        20                -           0.0000          -
1770.88/90.90	c        91        3949089          64        20                -           0.0000          -
1868.42/95.95	c        96        4013993          62        20                -           0.0000          -
1966.29/101.00	c       101        4416602          65        20                -           0.0000          -
2066.29/106.05	c       106        4639273          66        20                -           0.0000          -
2163.67/111.10	c       111        4865434          61        20                -           0.0000          -
2262.92/116.15	c       116        5088305          60        20                -           0.0000          -
2362.02/121.20	c       121        5019690          61        20                -           0.0000          -
2459.45/126.25	c       126        5239471          64        20                -           0.0000          -
2556.85/131.29	c       131        5767674          65        20                -           0.0000          -
2656.25/136.34	c       136        5661012          67        20                -           0.0000          -
2754.01/141.39	c       141        5865661          64        20                -           0.0000          -
2853.31/146.44	c       146        6070955          64        20                -           0.0000          -
2950.79/151.49	c       152        6639161          62        20                -           0.0000          -
3051.22/156.54	c       157        6859483          68        20                -           0.0000          -
3149.20/161.59	c       162        6688460          63        20                -           0.0000          -
3249.60/166.64	c       167        7294670          65        20                -           0.0000          -
3348.18/171.69	c       172        7099646          63        20                -           0.0000          -
3448.25/176.74	c       177        7737116          61        20                -           0.0000          -
3545.84/181.79	c       182        7525939          62        20                -           0.0000          -
3646.14/186.84	c       187        8184552          65        20                -           0.0000          -
3744.31/191.89	c       192        7952680          59        20                -           0.0000          -
3843.59/196.94	c       197        8597346          59        20                -           0.0000          -
3941.02/201.99	c       202        8802826          65        20                -           0.0000          -
4040.87/207.04	c       207        9003819          64        20                -           0.0000          -
4138.28/212.09	c       212        9212644          65        20                -           0.0000          -
4238.14/217.14	c       217        9445534          67        20                -           0.0000          -
4336.48/222.19	c       222        9671480          67        20                -           0.0000          -
4435.50/227.24	c       227        9891074          59        20                -           0.0000          -
4532.84/232.29	c       232       10105586          63        20                -           0.0000          -
4632.44/237.34	c       237       10324550          63        20                -           0.0000          -
4729.95/242.39	c       242        9960459          60        20                -           0.0000          -
4829.33/247.44	c       247       10760467          64        20                -           0.0000          -
4926.77/252.49	c       252       10358384          67        20                -           0.0000          -
5026.54/257.54	c       258       10556162          71        20                -           0.0000          -
5124.81/262.59	c       263       10755228          67        20                -           0.0000          -
5225.34/267.64	c       268       10955731          70        20                -           0.0000          -
5323.84/272.69	c       273       11852584          63        20                -           0.0000          -
5424.34/277.74	c       278       11333175          66        20                -           0.0000          -
5522.84/282.79	c       283       11534039          64        20                -           0.0000          -
5623.54/287.84	c       288       11726045          64        20                -           0.0000          -
5721.77/292.89	c       293       12711214          61        20                -           0.0000          -
5821.36/297.94	c       298       12939357          66        20                -           0.0000          -
5918.68/302.99	c       303       12317909          68        20                -           0.0000          -
6018.30/308.04	c       308       12512225          68        20                -           0.0000          -
6116.46/313.09	c       313       13595509          64        20                -           0.0000          -
6216.27/318.14	c       318       13805551          66        20                -           0.0000          -
6313.62/323.19	c       323       13101488          67        20                -           0.0000          -
6412.39/328.24	c       328       14232648          61        20                -           0.0000          -
6510.03/333.29	c       333       13488605          64        20                -           0.0000          -
6609.47/338.34	c       338       14660931          66        20                -           0.0000          -
6707.04/343.39	c       343       13883823          66        20                -           0.0000          -
6806.55/348.44	c       348       14079743          64        20                -           0.0000          -
6904.08/353.49	c       354       15291094          69        20                -           0.0000          -
7004.22/358.54	c       359       15493353          66        20                -           0.0000          -
7102.37/363.59	c       364       14663107          66        20                -           0.0000          -
7201.70/368.65	c       369       14855466          63        20                -           0.0000          -
7299.69/373.69	c       374       16110595          64        20                -           0.0000          -
7399.68/378.74	c       379       15238899          66        20                -           0.0000          -
7497.16/383.79	c       384       15435754          65        20                -           0.0000          -
7596.87/388.84	c       389       15630437          64        20                -           0.0000          -
7694.66/393.89	c       394       15827752          65        20                -           0.0000          -
7794.29/398.94	c       399       17127556          67        20                -           0.0000          -
7892.13/403.99	c       404       16219684          65        20                -           0.0000          -
7992.67/409.04	c       409       16416132          65        20                -           0.0000          -
8090.52/414.09	c       414       16615212          67        20                -           0.0000          -
8190.33/419.14	c       419       17947406          63        20                -           0.0000          -
8288.95/424.19	c       424       17016370          63        20                -           0.0000          -
8389.09/429.24	c       429       18355671          64        20                -           0.0000          -
8487.79/434.29	c       434       18567318          63        20                -           0.0000          -
8588.03/439.34	c       439       17622863          68        20                -           0.0000          -
8685.83/444.39	c       444       17822002          65        20                -           0.0000          -
8785.50/449.45	c       449       18016788          65        20                -           0.0000          -
8883.57/454.49	c       454       19420424          65        20                -           0.0000          -
8984.16/459.54	c       460       19629427          66        20                -           0.0000          -
9082.71/464.59	c       465       19847502          67        20                -           0.0000          -
9183.38/469.64	c       470       20059586          63        20                -           0.0000          -
9280.78/474.69	c       475       20255424          65        20                -           0.0000          -
9380.11/479.74	c       480       19219231          66        20                -           0.0000          -
9478.08/484.79	c       485       19418251          64        20                -           0.0000          -
9577.75/489.84	c       490       20897753          68        20                -           0.0000          -
9675.35/494.89	c       495       21110704          67        20                -           0.0000          -
9774.56/499.94	c       500       20015717          60        20                -           0.0000          -
9872.11/504.99	c       505       20211264          65        20                -           0.0000          -
9971.99/510.04	c       510       21725012          67        20                -           0.0000          -
10070.09/515.09	c       515       20605364          69        20                -           0.0000          -
10169.57/520.14	c       520       22134332          65        20                -           0.0000          -
10267.09/525.19	c       525       22361206          63        20                -           0.0000          -
10365.99/530.24	c       530       22589178          67        20                -           0.0000          -
10463.71/535.29	c       535       22810444          61        20                -           0.0000          -
10564.33/540.34	c       540       21592726          63        20                -           0.0000          -
10661.82/545.39	c       545       23235107          66        20                -           0.0000          -
10761.68/550.44	c       550       23435463          66        20                -           0.0000          -
10859.59/555.49	c       556       23638120          65        20                -           0.0000          -
10959.30/560.54	c       561       22382943          62        20                -           0.0000          -
11056.85/565.59	c       566       24052506          65        20                -           0.0000          -
11156.63/570.64	c       571       24260155          66        20                -           0.0000          -
11254.73/575.69	c       576       24470067          66        20                -           0.0000          -
11354.75/580.74	c       581       23177498          63        20                -           0.0000          -
11452.96/585.79	c       586       23378164          63        20                -           0.0000          -
11553.46/590.84	c       591       25093623          66        20                -           0.0000          -
11650.89/595.89	c       596       25294168          63        20                -           0.0000          -
11751.08/600.94	c       601       25514688          65        20                -           0.0000          -
11849.65/605.99	c       606       24178679          62        20                -           0.0000          -
11950.69/611.04	c       611       25981738          63        20                -           0.0000          -
12049.20/616.09	c       616       24580696          63        20                -           0.0000          -
12149.71/621.14	c       621       24780315          64        20                -           0.0000          -
12247.39/626.19	c       626       26636327          64        20                -           0.0000          -
12346.44/631.24	c       631       26843946          61        20                -           0.0000          -
12443.98/636.29	c       636       27053990          67        20                -           0.0000          -
12543.99/641.34	c       641       25567970          63        20                -           0.0000          -
12641.71/646.39	c       646       25762342          61        20                -           0.0000          -
12741.18/651.44	c       651       27665909          64        20                -           0.0000          -
12839.41/656.49	c       656       26159830          67        20                -           0.0000          -
12939.98/661.54	c       662       28083187          62        20                -           0.0000          -
13038.30/666.59	c       667       26564121          66        20                -           0.0000          -
13138.64/671.64	c       672       26766533          64        20                -           0.0000          -
13236.51/676.69	c       677       26963691          66        20                -           0.0000          -
13335.82/681.74	c       682       28899215          60        20                -           0.0000          -
13434.35/686.79	c       687       27360998          65        20                -           0.0000          -
13534.52/691.84	c       692       29326456          61        20                -           0.0000          -
13633.06/696.89	c       697       29528804          65        20                -           0.0000          -
13733.55/701.94	c       702       27968136          61        20                -           0.0000          -
13832.14/706.99	c       707       29940267          66        20                -           0.0000          -
13931.98/712.04	c       712       30162358          63        20                -           0.0000          -
14029.36/717.09	c       717       30360002          61        20                -           0.0000          -
14128.96/722.14	c       722       30557154          61        20                -           0.0000          -
14226.28/727.19	c       727       30766857          66        20                -           0.0000          -
14325.13/732.24	c       732       30994080          63        20                -           0.0000          -
14423.14/737.29	c       737       31188561          66        20                -           0.0000          -
14522.96/742.34	c       742       31391198          61        20                -           0.0000          -
14621.40/747.39	c       747       31597992          65        20                -           0.0000          -
14721.80/752.44	c       752       31800922          65        20                -           0.0000          -
14819.47/757.49	c       758       32018882          63        20                -           0.0000          -
14919.91/762.54	c       763       32255651          64        20                -           0.0000          -
15018.05/767.59	c       768       32500306          63        20                -           0.0000          -
15118.49/772.64	c       773       32740093          68        20                -           0.0000          -
15216.23/777.69	c       778       32971788          67        20                -           0.0000          -
15316.74/782.74	c       783       33207365          64        20                -           0.0000          -
15414.58/787.79	c       788       33438767          66        20                -           0.0000          -
15512.54/792.84	c       793       33663165          66        20                -           0.0000          -
15609.06/797.89	c       798       33876943          66        20                -           0.0000          -
15708.71/802.94	c       803       34109179          64        20                -           0.0000          -
15806.69/807.99	c       808       34342117          68        20                -           0.0000          -
15906.62/813.04	c       813       34568553          64        20                -           0.0000          -
16004.27/818.09	c       818       34801302          65        20                -           0.0000          -
16103.82/823.14	c       823       35037142          61        20                -           0.0000          -
16201.30/828.19	c       828       35266596          65        20                -           0.0000          -
16300.02/833.24	c       833       35497632          69        20                -           0.0000          -
16397.46/838.29	c       838       35728002          63        20                -           0.0000          -
16497.68/843.34	c       843       35958610          65        20                -           0.0000          -
16595.37/848.39	c       848       36193095          66        20                -           0.0000          -
16695.09/853.44	c       853       36425024          65        20                -           0.0000          -
16792.28/858.49	c       858       36655497          64        20                -           0.0000          -
16891.60/863.54	c       864       36883509          64        20                -           0.0000          -
16988.88/868.59	c       869       37111562          65        20                -           0.0000          -
17088.58/873.64	c       874       37340492          65        20                -           0.0000          -
17186.06/878.69	c       879       37572826          63        20                -           0.0000          -
17285.67/883.74	c       884       37803623          64        20                -           0.0000          -
17384.00/888.79	c       889       38040015          66        20                -           0.0000          -
17484.44/893.84	c       894       38277614          65        20                -           0.0000          -
17582.88/898.89	c       899       38506259          64        20                -           0.0000          -
17683.01/903.94	c       904       38742841          62        20                -           0.0000          -
17780.64/908.99	c       909       36040129          64        20                -           0.0000          -
17880.60/914.05	c       914       39200026          61        20                -           0.0000          -
17978.58/919.10	c       919       39433162          65        20                -           0.0000          -
18077.98/924.15	c       924       36630777          60        20                -           0.0000          -
18175.72/929.20	c       929       39882233          66        20                -           0.0000          -
18275.20/934.25	c       934       40110386          63        20                -           0.0000          -
18374.63/939.30	c       939       37215601          64        20                -           0.0000          -
18472.00/944.35	c       944       40564321          64        20                -           0.0000          -
18571.34/949.41	c       949       37607874          63        20                -           0.0000          -
18668.74/954.45	c       954       41015788          63        20                -           0.0000          -
18766.89/959.50	c       960       38001981          64        20                -           0.0000          -
18867.01/964.55	c       965       41479003          66        20                -           0.0000          -
18966.87/969.60	c       970       41710036          65        20                -           0.0000          -
19063.99/974.65	c       975       41939433          64        20                -           0.0000          -
19163.40/979.70	c       980       42175565          64        20                -           0.0000          -
19261.37/984.75	c       985       42413305          64        20                -           0.0000          -
19359.09/989.80	c       990       39189695          70        20                -           0.0000          -
19458.68/994.85	c       995       42884884          65        20                -           0.0000          -
19558.21/999.90	c      1000       43116639          66        20                -           0.0000          -
19655.63/1004.95	c      1005       39779083          64        20                -           0.0000          -
19753.06/1010.00	c      1010       43576923          66        20                -           0.0000          -
19853.15/1015.05	c      1015       40168374          65        20                -           0.0000          -
19950.48/1020.10	c      1020       44043248          65        20                -           0.0000          -
20050.16/1025.15	c      1025       40561876          65        20                -           0.0000          -
20149.05/1030.20	c      1030       40759101          64        20                -           0.0000          -
20246.46/1035.25	c      1035       40956263          66        20                -           0.0000          -
20345.71/1040.30	c      1040       41155611          66        20                -           0.0000          -
20443.17/1045.35	c      1045       45184970          67        20                -           0.0000          -
20542.45/1050.40	c      1050       41553659          64        20                -           0.0000          -
20640.12/1055.45	c      1055       45640944          63        20                -           0.0000          -
20737.58/1060.50	c      1061       45867408          67        20                -           0.0000          -
20837.48/1065.55	c      1066       42147066          67        20                -           0.0000          -
20937.12/1070.60	c      1071       46320906          65        20                -           0.0000          -
21034.91/1075.65	c      1076       46549600          65        20                -           0.0000          -
21132.42/1080.70	c      1081       42739221          58        20                -           0.0000          -
21232.24/1085.75	c      1086       42936852          67        20                -           0.0000          -
21331.94/1090.80	c      1091       47240842          63        20                -           0.0000          -
21429.45/1095.85	c      1096       47469367          62        20                -           0.0000          -
21527.04/1100.90	c      1101       47699513          64        20                -           0.0000          -
21626.44/1105.95	c      1106       47928912          65        20                -           0.0000          -
21724.36/1111.00	c      1111       48163039          60        20                -           0.0000          -
21824.06/1116.05	c      1116       44118702          67        20                -           0.0000          -
21921.73/1121.10	c      1121       44317240          63        20                -           0.0000          -
22021.14/1126.15	c      1126       44515694          63        20                -           0.0000          -
22120.14/1131.20	c      1131       49088294          65        20                -           0.0000          -
22217.68/1136.25	c      1136       44908161          60        20                -           0.0000          -
22317.03/1141.30	c      1141       49553601          62        20                -           0.0000          -
22414.89/1146.35	c      1146       49780193          62        20                -           0.0000          -
22514.61/1151.40	c      1151       45501538          67        20                -           0.0000          -
22612.36/1156.45	c      1156       50244926          63        20                -           0.0000          -
22711.78/1161.50	c      1162       45895932          61        20                -           0.0000          -
22809.58/1166.55	c      1167       50708596          67        20                -           0.0000          -
22909.03/1171.60	c      1172       46291268          65        20                -           0.0000          -
23007.03/1176.65	c      1177       51175079          66        20                -           0.0000          -
23106.82/1181.70	c      1182       46690138          63        20                -           0.0000          -
23205.33/1186.75	c      1187       46891118          61        20                -           0.0000          -
23304.85/1191.80	c      1192       47086549          66        20                -           0.0000          -
23402.15/1196.85	c      1197       47285819          70        20                -           0.0000          -
23501.55/1201.90	c      1202       52349313          64        20                -           0.0000          -
23599.49/1206.95	c      1207       52585639          64        20                -           0.0000          -
23696.98/1212.00	c      1212       52816352          65        20                -           0.0000          -
23797.22/1217.05	c      1217       53050370          67        20                -           0.0000          -
23894.91/1222.10	c      1222       48274677          64        20                -           0.0000          -
23995.17/1227.15	c      1227       53514752          65        20                -           0.0000          -
24094.45/1232.20	c      1232       48667552          65        20                -           0.0000          -
24192.14/1237.25	c      1237       53986243          64        20                -           0.0000          -
24291.46/1242.30	c      1242       54213930          67        20                -           0.0000          -
24389.16/1247.35	c      1247       49227501          64        20                -           0.0000          -
24486.84/1252.40	c      1252       54671393          68        20                -           0.0000          -
24586.43/1257.45	c      1257       49606322          67        20                -           0.0000          -
24684.12/1262.50	c      1263       49795423          64        20                -           0.0000          -
24783.48/1267.55	c      1268       55362394          65        20                -           0.0000          -
24883.77/1272.60	c      1273       50168310          63        20                -           0.0000          -
24981.42/1277.65	c      1278       55835066          67        20                -           0.0000          -
25081.28/1282.70	c      1283       56065554          63        20                -           0.0000          -
25178.53/1287.75	c      1288       50732404          61        20                -           0.0000          -
25277.91/1292.80	c      1293       50921304          65        20                -           0.0000          -
25375.32/1297.85	c      1298       56758730          65        20                -           0.0000          -
25474.46/1302.90	c      1303       56987734          61        20                -           0.0000          -
25572.28/1307.95	c      1308       57215544          67        20                -           0.0000          -
25670.35/1313.00	c      1313       57447366          63        20                -           0.0000          -
25770.54/1318.05	c      1318       57676064          65        20                -           0.0000          -
25867.98/1323.10	c      1323       52042284          65        20                -           0.0000          -
25967.18/1328.15	c      1328       58132595          60        20                -           0.0000          -
26066.46/1333.20	c      1333       58367185          66        20                -           0.0000          -
26163.85/1338.25	c      1338       58598126          67        20                -           0.0000          -
26261.43/1343.30	c      1343       58830599          60        20                -           0.0000          -
26361.16/1348.35	c      1348       59057280          61        20                -           0.0000          -
26460.79/1353.40	c      1353       53163595          62        20                -           0.0000          -
26558.07/1358.45	c      1358       53347382          61        20                -           0.0000          -
26657.37/1363.50	c      1364       53534658          67        20                -           0.0000          -
26755.29/1368.55	c      1369       59974173          62        20                -           0.0000          -
26852.68/1373.60	c      1374       53908462          65        20                -           0.0000          -
26952.49/1378.65	c      1379       60432943          64        20                -           0.0000          -
27050.64/1383.70	c      1384       54282625          64        20                -           0.0000          -
27150.91/1388.75	c      1389       54473615          66        20                -           0.0000          -
27250.73/1393.80	c      1394       61132263          64        20                -           0.0000          -
27348.73/1398.85	c      1399       54844914          63        20                -           0.0000          -
27446.47/1403.90	c      1404       61598636          61        20                -           0.0000          -
27546.21/1408.95	c      1409       61837212          63        20                -           0.0000          -
27644.23/1414.00	c      1414       55406302          65        20                -           0.0000          -
27744.34/1419.05	c      1419       62306256          63        20                -           0.0000          -
27841.69/1424.10	c      1424       55776094          63        20                -           0.0000          -
27941.62/1429.15	c      1429       62773689          62        20                -           0.0000          -
28040.80/1434.20	c      1434       63005169          64        20                -           0.0000          -
28138.72/1439.25	c      1439       63232528          67        20                -           0.0000          -
28238.16/1444.30	c      1444       63464074          65        20                -           0.0000          -
28335.64/1449.35	c      1449       63695589          62        20                -           0.0000          -
28433.10/1454.40	c      1454       56894776          65        20                -           0.0000          -
28532.77/1459.45	c      1459       57079441          62        20                -           0.0000          -
28632.21/1464.50	c      1465       57265960          63        20                -           0.0000          -
28729.95/1469.55	c      1470       64620340          65        20                -           0.0000          -
28829.52/1474.60	c      1475       64852015          64        20                -           0.0000          -
28926.82/1479.65	c      1480       57822733          62        20                -           0.0000          -
29026.35/1484.70	c      1485       58013506          65        20                -           0.0000          -
29124.26/1489.75	c      1490       65553410          65        20                -           0.0000          -
29224.50/1494.80	c      1495       65787965          62        20                -           0.0000          -
29321.98/1499.85	c      1500       66024534          63        20                -           0.0000          -
29419.56/1504.90	c      1505       66258822          61        20                -           0.0000          -
29519.09/1509.95	c      1510       66491653          62        20                -           0.0000          -
29616.43/1515.00	c      1515       59131045          62        20                -           0.0000          -
29716.85/1520.05	c      1520       59319923          62        20                -           0.0000          -
29814.33/1525.10	c      1525       59508118          65        20                -           0.0000          -
29913.79/1530.15	c      1530       59692792          61        20                -           0.0000          -
30013.01/1535.20	c      1535       59877356          63        20                -           0.0000          -
30110.62/1540.25	c      1540       60062807          62        20                -           0.0000          -
30208.18/1545.30	c      1545       60249417          64        20                -           0.0000          -
30307.72/1550.35	c      1550       60436384          63        20                -           0.0000          -
30407.16/1555.41	c      1555       60626692          61        20                -           0.0000          -
30504.66/1560.45	c      1560       60817341          64        20                -           0.0000          -
30603.78/1565.50	c      1566       61001228          59        20                -           0.0000          -
30701.10/1570.55	c      1571       61189613          64        20                -           0.0000          -
30800.46/1575.60	c      1576       61377917          62        20                -           0.0000          -
30898.49/1580.65	c      1581       61567237          62        20                -           0.0000          -
30996.72/1585.70	c      1586       61750878          65        20                -           0.0000          -
31096.27/1590.75	c      1591       61937609          64        20                -           0.0000          -
31196.46/1595.80	c      1596       62124840          61        20                -           0.0000          -
31294.88/1600.85	c      1601       62315568          63        20                -           0.0000          -
31394.47/1605.90	c      1606       62504694          61        20                -           0.0000          -
31492.10/1610.95	c      1611       62689917          64        20                -           0.0000          -
31589.56/1616.00	c      1616       62877193          64        20                -           0.0000          -
31689.47/1621.05	c      1621       63062026          61        20                -           0.0000          -
31787.20/1626.10	c      1626       63251145          64        20                -           0.0000          -
31886.84/1631.15	c      1631       63437577          62        20                -           0.0000          -
31985.71/1636.20	c      1636       63627419          60        20                -           0.0000          -
32083.80/1641.25	c      1641       63814965          62        20                -           0.0000          -
32181.20/1646.30	c      1646       64003378          61        20                -           0.0000          -
32280.65/1651.35	c      1651       64191435          62        20                -           0.0000          -
32379.89/1656.40	c      1656       64377693          64        20                -           0.0000          -
32477.53/1661.45	c      1661       64565573          60        20                -           0.0000          -
32576.89/1666.50	c      1667       64749716          63        20                -           0.0000          -
32674.34/1671.55	c      1672       64932676          61        20                -           0.0000          -
32773.45/1676.60	c      1677       65121171          60        20                -           0.0000          -
32871.77/1681.65	c      1682       65306443          60        20                -           0.0000          -
32971.13/1686.70	c      1687       65498745          68        20                -           0.0000          -
33069.02/1691.75	c      1692       65690179          70        20                -           0.0000          -
33168.35/1696.80	c      1697       65882385          68        20                -           0.0000          -
33266.17/1701.85	c      1702       66075772          67        20                -           0.0000          -
33366.02/1706.90	c      1707       66271762          65        20                -           0.0000          -
33463.80/1711.95	c      1712       66466423          66        20                -           0.0000          -
33562.24/1717.00	c      1717       66664158          65        20                -           0.0000          -
33662.70/1722.05	c      1722       66859869          70        20                -           0.0000          -
33760.28/1727.10	c      1727       67054968          65        20                -           0.0000          -
33859.61/1732.15	c      1732       67247723          66        20                -           0.0000          -
33959.45/1737.20	c      1737       67442325          66        20                -           0.0000          -
34056.99/1742.25	c      1742       67637005          66        20                -           0.0000          -
34157.32/1747.30	c      1747       67831707          68        20                -           0.0000          -
34254.86/1752.35	c      1752       68023723          66        20                -           0.0000          -
34354.89/1757.40	c      1757       68217572          67        20                -           0.0000          -
34452.76/1762.45	c      1762       68408178          63        20                -           0.0000          -
34552.45/1767.50	c      1768       68599816          63        20                -           0.0000          -
34650.22/1772.55	c      1773       68790964          65        20                -           0.0000          -
34750.76/1777.60	c      1778       68987580          65        20                -           0.0000          -
34849.22/1782.65	c      1783       69182411          66        20                -           0.0000          -
34949.65/1787.70	c      1788       69374123          68        20                -           0.0000          -
35047.29/1792.75	c      1793       69568074          65        20                -           0.0000          -
35146.82/1797.80	c      1798       69760578          67        20                -           0.0000          -
35244.29/1802.85	c      1803       69946850          63        20                -           0.0000          -
35344.50/1807.90	c      1808       70128287          66        20                -           0.0000          -
35442.21/1812.95	c      1813       70319835          64        20                -           0.0000          -
35539.73/1818.00	c      1818       70513389          64        20                -           0.0000          -
35639.45/1823.05	c      1823       70703958          63        20                -           0.0000          -
35736.52/1828.10	c      1828       70891655          66        20                -           0.0000          -
35835.77/1833.15	c      1833       71082746          67        20                -           0.0000          -
35934.64/1838.20	c      1838       71271301          66        20                -           0.0000          -
36032.00/1843.25	c      1843       71459582          67        20                -           0.0000          -
36129.30/1848.30	c      1848       71646866          67        20                -           0.0000          -
36228.51/1853.35	c      1853       71839349          66        20                -           0.0000          -
36327.80/1858.41	c      1858       72025376          65        20                -           0.0000          -
36425.44/1863.45	c      1863       72217057          68        20                -           0.0000          -
36525.62/1868.50	c      1869       72411384          65        20                -           0.0000          -
36623.97/1873.55	c      1874       72602641          70        20                -           0.0000          -
36723.60/1878.60	c      1879       72796544          67        20                -           0.0000          -
36820.73/1883.65	c      1884       72986646          65        20                -           0.0000          -
36920.38/1888.70	c      1889       73180888          67        20                -           0.0000          -
37017.95/1893.75	c      1894       73374858          63        20                -           0.0000          -
37117.54/1898.80	c      1899       73566341          64        20                -           0.0000          -
37215.49/1903.85	c      1904       73755555          66        20                -           0.0000          -
37314.78/1908.90	c      1909       73947179          68        20                -           0.0000          -
37412.35/1913.95	c      1914       74137962          65        20                -           0.0000          -
37510.30/1919.00	c      1919       74331408          63        20                -           0.0000          -
37610.93/1924.05	c      1924       74525341          66        20                -           0.0000          -
37708.14/1929.10	c      1929       74716045          64        20                -           0.0000          -
37808.01/1934.15	c      1934       74903520          63        20                -           0.0000          -
37907.18/1939.20	c      1939       75096814          65        20                -           0.0000          -
38004.91/1944.25	c      1944       75285130          67        20                -           0.0000          -
38103.24/1949.30	c      1949       75479059          66        20                -           0.0000          -
38203.15/1954.35	c      1954       75673281          68        20                -           0.0000          -
38303.54/1959.40	c      1959       75860377          64        20                -           0.0000          -
38401.43/1964.45	c      1964       76051354          67        20                -           0.0000          -
38498.86/1969.50	c      1970       76242234          65        20                -           0.0000          -
38598.82/1974.55	c      1975       76433962          65        20                -           0.0000          -
38697.48/1979.60	c      1980       76628854          65        20                -           0.0000          -
38797.41/1984.66	c      1985       76821715          66        20                -           0.0000          -
38896.82/1989.70	c      1990       77014208          63        20                -           0.0000          -
38994.87/1994.75	c      1995       77206599          64        20                -           0.0000          -
39094.94/1999.80	c      2000       77400033          62        20                -           0.0000          -
39192.98/2004.85	c      2005       77592703          64        20                -           0.0000          -
39293.06/2009.90	c      2010       77785774          63        20                -           0.0000          -
39391.63/2014.95	c      2015       77980447          64        20                -           0.0000          -
39490.18/2020.00	c      2020       78174864          61        20                -           0.0000          -
39591.18/2025.05	c      2025       78370224          69        20                -           0.0000          -
39689.42/2030.10	c      2030       78565071          66        20                -           0.0000          -
39789.50/2035.15	c      2035       78758349          64        20                -           0.0000          -
39887.52/2040.20	c      2040       78952394          63        20                -           0.0000          -
39987.49/2045.25	c      2045       79145530          65        20                -           0.0000          -
40085.12/2050.29	c      2050       79334967          64        20                -           0.0000          -
40184.78/2055.34	c      2055       92006458          63        20                -           0.0000          -
40282.24/2060.39	c      2060       79717991          62        20                -           0.0000          -
40381.59/2065.44	c      2065       92472888          63        20                -           0.0000          -
40479.03/2070.49	c      2070       92701592          67        20                -           0.0000          -
40578.98/2075.54	c      2076       80288325          64        20                -           0.0000          -
40677.55/2080.59	c      2081       80481224          63        20                -           0.0000          -
40777.81/2085.64	c      2086       93420548          63        20                -           0.0000          -
40875.64/2090.69	c      2091       93655508          61        20                -           0.0000          -
40974.96/2095.74	c      2096       81056951          66        20                -           0.0000          -
41072.56/2100.79	c      2101       94126311          66        20                -           0.0000          -
41172.77/2105.85	c      2106       94364115          62        20                -           0.0000          -
41270.83/2110.89	c      2111       81628782          65        20                -           0.0000          -
41370.66/2115.94	c      2116       94840593          62        20                -           0.0000          -
41468.60/2120.99	c      2121       82013525          66        20                -           0.0000          -
41568.16/2126.05	c      2126       82206619          68        20                -           0.0000          -
41665.58/2131.10	c      2131       95550112          65        20                -           0.0000          -
41765.01/2136.15	c      2136       82586884          63        20                -           0.0000          -
41864.03/2141.20	c      2141       96015015          60        20                -           0.0000          -
41961.42/2146.25	c      2146       96244993          64        20                -           0.0000          -
42060.74/2151.30	c      2151       83182348          63        20                -           0.0000          -
42158.41/2156.35	c      2156       83380302          67        20                -           0.0000          -
42258.02/2161.40	c      2161       96944378          67        20                -           0.0000          -
42356.16/2166.45	c      2166       97182090          65        20                -           0.0000          -
42455.49/2171.50	c      2172       97415627          62        20                -           0.0000          -
42553.15/2176.55	c      2177       97649878          67        20                -           0.0000          -
42652.66/2181.60	c      2182       97880673          64        20                -           0.0000          -
42749.93/2186.65	c      2187       98111589          62        20                -           0.0000          -
42849.28/2191.70	c      2192       98347360          65        20                -           0.0000          -
42946.59/2196.75	c      2197       84960990          61        20                -           0.0000          -
43046.45/2201.80	c      2202       85161570          65        20                -           0.0000          -
43144.02/2206.85	c      2207       85362837          64        20                -           0.0000          -
43243.55/2211.90	c      2212       85561591          62        20                -           0.0000          -
43341.34/2216.95	c      2217       85759441          64        20                -           0.0000          -
43438.63/2222.01	c      2222       85954152          65        20                -           0.0000          -
43538.78/2227.05	c      2227       86153559          68        20                -           0.0000          -
43635.92/2232.10	c      2232       86351362          65        20                -           0.0000          -
43735.71/2237.15	c      2237       86553499          64        20                -           0.0000          -
43834.53/2242.20	c      2242       86752824          63        20                -           0.0000          -
43932.64/2247.25	c      2247       86955559          64        20                -           0.0000          -
44030.46/2252.30	c      2252       87154461          62        20                -           0.0000          -
44129.89/2257.35	c      2257       87350815          64        20                -           0.0000          -
44227.27/2262.40	c      2262       87545210          63        20                -           0.0000          -
44326.55/2267.45	c      2267       87743509          62        20                -           0.0000          -
44425.93/2272.50	c      2273       87937798          61        20                -           0.0000          -
44523.45/2277.55	c      2278       88133671          62        20                -           0.0000          -
44623.27/2282.60	c      2283       88335804          65        20                -           0.0000          -
44721.57/2287.65	c      2288       88537694          65        20                -           0.0000          -
44821.09/2292.70	c      2293       88739705          68        20                -           0.0000          -
44918.76/2297.75	c      2298       88936915          64        20                -           0.0000          -
45018.75/2302.80	c      2303       89140662          67        20                -           0.0000          -
45116.39/2307.85	c      2308       89337799          64        20                -           0.0000          -
45214.16/2312.90	c      2313       89536630          67        20                -           0.0000          -
45313.87/2317.95	c      2318       89735220          63        20                -           0.0000          -
45411.68/2323.00	c      2323      104462334          65        20                -           0.0000          -
45511.34/2328.05	c      2328       90134058          65        20                -           0.0000          -
45608.85/2333.10	c      2333       90328339          64        20                -           0.0000          -
45708.21/2338.15	c      2338      105159129          66        20                -           0.0000          -
45807.06/2343.20	c      2343      105392245          64        20                -           0.0000          -
45904.42/2348.25	c      2348       90922680          65        20                -           0.0000          -
46003.57/2353.30	c      2353       91115804          63        20                -           0.0000          -
46101.02/2358.35	c      2358      106092281          62        20                -           0.0000          -
46198.47/2363.40	c      2363      106327124          61        20                -           0.0000          -
46297.97/2368.45	c      2368      106560328          65        20                -           0.0000          -
46397.79/2373.50	c      2374      106793125          64        20                -           0.0000          -
46495.22/2378.55	c      2379       92105477          62        20                -           0.0000          -
46592.99/2383.60	c      2384      107264695          64        20                -           0.0000          -
46692.83/2388.65	c      2389      107502852          65        20                -           0.0000          -
46792.10/2393.70	c      2394      107737697          62        20                -           0.0000          -
46889.68/2398.75	c      2399      107973493          66        20                -           0.0000          -
46987.41/2403.80	c      2404      108210075          64        20                -           0.0000          -
47086.75/2408.85	c      2409      108446528          67        20                -           0.0000          -
47184.36/2413.90	c      2414       93504895          66        20                -           0.0000          -
47283.87/2418.95	c      2419      108919756          67        20                -           0.0000          -
47381.27/2424.00	c      2424       93907006          65        20                -           0.0000          -
47481.74/2429.05	c      2429       94104515          64        20                -           0.0000          -
47579.64/2434.10	c      2434       94300055          64        20                -           0.0000          -
47679.71/2439.15	c      2439       94499266          65        20                -           0.0000          -
47779.03/2444.20	c      2444      110095238          63        20                -           0.0000          -
47877.16/2449.25	c      2449       94902501          64        20                -           0.0000          -
47974.77/2454.30	c      2454      110561284          61        20                -           0.0000          -
48074.92/2459.35	c      2459       95299244          63        20                -           0.0000          -
48174.30/2464.40	c      2464      111035554          61        20                -           0.0000          -
48271.59/2469.45	c      2469       95692633          62        20                -           0.0000          -
48370.90/2474.50	c      2475       95890245          62        20                -           0.0000          -
48468.39/2479.55	c      2480       96086648          65        20                -           0.0000          -
48567.76/2484.60	c      2485       96286596          65        20                -           0.0000          -
48665.34/2489.65	c      2490       96486517          62        20                -           0.0000          -
48762.72/2494.70	c      2495      112437369          66        20                -           0.0000          -
48862.48/2499.75	c      2500       96876468          65        20                -           0.0000          -
48962.13/2504.80	c      2505       97076402          63        20                -           0.0000          -
49059.87/2509.85	c      2510      113143408          59        20                -           0.0000          -
49159.76/2514.90	c      2515       97473242          65        20                -           0.0000          -
49257.16/2519.95	c      2520       97671736          65        20                -           0.0000          -
49354.80/2525.00	c      2525       97865907          64        20                -           0.0000          -
49454.80/2530.05	c      2530      114081539          60        20                -           0.0000          -
49552.90/2535.10	c      2535      114318035          70        20                -           0.0000          -
49653.21/2540.15	c      2540       98469473          64        20                -           0.0000          -
49751.60/2545.20	c      2545       98674550          61        20                -           0.0000          -
49850.88/2550.25	c      2550      115042980          65        20                -           0.0000          -
49950.28/2555.30	c      2555       99077489          58        20                -           0.0000          -
50047.81/2560.35	c      2560       99275471          64        20                -           0.0000          -
50145.28/2565.40	c      2565      115752378          61        20                -           0.0000          -
50244.89/2570.45	c      2570      115990373          64        20                -           0.0000          -
50344.67/2575.50	c      2576       99867884          63        20                -           0.0000          -
50443.10/2580.55	c      2581      116458969          64        20                -           0.0000          -
50542.20/2585.60	c      2586      116692509          60        20                -           0.0000          -
50640.29/2590.65	c      2591      100477589          60        20                -           0.0000          -
50739.66/2595.70	c      2596      117160856          63        20                -           0.0000          -
50837.04/2600.75	c      2601      117393980          63        20                -           0.0000          -
50936.54/2605.80	c      2606      101080936          61        20                -           0.0000          -
51034.12/2610.85	c      2611      101281445          66        20                -           0.0000          -
51133.89/2615.90	c      2616      118104460          63        20                -           0.0000          -
51231.88/2620.95	c      2621      101694566          63        20                -           0.0000          -
51329.99/2626.00	c      2626      118580838          65        20                -           0.0000          -
51429.73/2631.05	c      2631      102095723          64        20                -           0.0000          -
51527.19/2636.10	c      2636      119052178          61        20                -           0.0000          -
51626.87/2641.15	c      2641      119286369          62        20                -           0.0000          -
51725.95/2646.20	c      2646      102690896          61        20                -           0.0000          -
51823.48/2651.25	c      2651      102887857          62        20                -           0.0000          -
51921.17/2656.30	c      2656      120000017          62        20                -           0.0000          -
52021.03/2661.35	c      2661      120238237          64        20                -           0.0000          -
52120.52/2666.40	c      2666      120474297          62        20                -           0.0000          -
52218.24/2671.45	c      2671      120707296          61        20                -           0.0000          -
52316.77/2676.50	c      2677      103889939          64        20                -           0.0000          -
52416.52/2681.55	c      2682      104089194          59        20                -           0.0000          -
52516.02/2686.60	c      2687      121412220          63        20                -           0.0000          -
52613.50/2691.65	c      2692      104487497          60        20                -           0.0000          -
52712.80/2696.70	c      2697      121876937          60        20                -           0.0000          -
52810.14/2701.75	c      2702      104885676          61        20                -           0.0000          -
52909.50/2706.80	c      2707      122345674          65        20                -           0.0000          -
53007.09/2711.85	c      2712      122578698          67        20                -           0.0000          -
53106.79/2716.90	c      2717      122817678          61        20                -           0.0000          -
53204.33/2721.95	c      2722      123048832          65        20                -           0.0000          -
53301.81/2727.00	c      2727      123282110          61        20                -           0.0000          -
53401.76/2732.05	c      2732      123514640          65        20                -           0.0000          -
53500.22/2737.10	c      2737      106283182          61        20                -           0.0000          -
53599.38/2742.15	c      2742      123984233          64        20                -           0.0000          -
53699.17/2747.20	c      2747      106686900          63        20                -           0.0000          -
53796.97/2752.25	c      2752      124458129          66        20                -           0.0000          -
53896.43/2757.30	c      2757      124696364          61        20                -           0.0000          -
53994.48/2762.35	c      2762      107288541          66        20                -           0.0000          -
54091.96/2767.40	c      2767      125167124          65        20                -           0.0000          -
54191.26/2772.45	c      2772      125403908          67        20                -           0.0000          -
54288.70/2777.50	c      2778      107897241          64        20                -           0.0000          -
54388.09/2782.55	c      2783      125858439          62        20                -           0.0000          -
54487.83/2787.60	c      2788      126088435          58        20                -           0.0000          -
54585.75/2792.65	c      2793      126326106          63        20                -           0.0000          -
54685.16/2797.70	c      2798      126560183          60        20                -           0.0000          -
54783.33/2802.75	c      2803      126802893          60        20                -           0.0000          -
54883.50/2807.80	c      2808      109097122          65        20                -           0.0000          -
54981.21/2812.85	c      2813      109299056          65        20                -           0.0000          -
55078.65/2817.90	c      2818      127514376          61        20                -           0.0000          -
55178.32/2822.95	c      2823      109701994          65        20                -           0.0000          -
55275.85/2828.00	c      2828      127986403          62        20                -           0.0000          -
55375.53/2833.05	c      2833      128217651          64        20                -           0.0000          -
55473.13/2838.10	c      2838      128453048          65        20                -           0.0000          -
55572.83/2843.15	c      2843      128687913          64        20                -           0.0000          -
55672.45/2848.20	c      2848      110702457          62        20                -           0.0000          -
55769.78/2853.25	c      2853      110897950          63        20                -           0.0000          -
55869.16/2858.30	c      2858      129395299          60        20                -           0.0000          -
55966.87/2863.35	c      2863      111293639          64        20                -           0.0000          -
56064.81/2868.40	c      2868      111492298          61        20                -           0.0000          -
56164.64/2873.45	c      2873      130113722          65        20                -           0.0000          -
56264.05/2878.50	c      2879      130349246          65        20                -           0.0000          -
56361.58/2883.55	c      2884      130585529          58        20                -           0.0000          -
56459.24/2888.60	c      2889      130819728          67        20                -           0.0000          -
56559.33/2893.65	c      2894      112493804          59        20                -           0.0000          -
56657.40/2898.70	c      2899      112699055          60        20                -           0.0000          -
56756.67/2903.75	c      2904      131543836          59        20                -           0.0000          -
56856.03/2908.80	c      2909      113098184          65        20                -           0.0000          -
56953.49/2913.85	c      2914      132023503          66        20                -           0.0000          -
57051.38/2918.90	c      2919      113500715          64        20                -           0.0000          -
57151.21/2923.95	c      2924      113703490          69        20                -           0.0000          -
57248.58/2929.00	c      2929      132715248          61        20                -           0.0000          -
57348.53/2934.05	c      2934      132946547          64        20                -           0.0000          -
57447.00/2939.10	c      2939      133185003          62        20                -           0.0000          -
57546.72/2944.15	c      2944      114503166          65        20                -           0.0000          -
57645.74/2949.20	c      2949      114706000          63        20                -           0.0000          -
57743.43/2954.25	c      2954      133887777          64        20                -           0.0000          -
57841.22/2959.30	c      2959      115100045          66        20                -           0.0000          -
57940.58/2964.35	c      2964      134356199          62        20                -           0.0000          -
58040.30/2969.40	c      2969      134591925          62        20                -           0.0000          -
58137.90/2974.45	c      2974      115700520          63        20                -           0.0000          -
58237.65/2979.50	c      2980      115900311          62        20                -           0.0000          -
58335.43/2984.55	c      2985      135286155          66        20                -           0.0000          -
58434.69/2989.60	c      2990      135526990          61        20                -           0.0000          -
58532.56/2994.65	c      2995      135765576          59        20                -           0.0000          -
58632.11/2999.70	c      3000      136009293          66        20                -           0.0000          -
58729.50/3004.75	c      3005      116908195          62        20                -           0.0000          -
58828.97/3009.80	c      3010      117108363          64        20                -           0.0000          -
58926.96/3014.85	c      3015      136723891          64        20                -           0.0000          -
59026.83/3019.90	c      3020      136965136          59        20                -           0.0000          -
59124.44/3024.95	c      3025      117705454          63        20                -           0.0000          -
59222.46/3030.00	c      3030      117909808          63        20                -           0.0000          -
59322.22/3035.05	c      3035      118109136          63        20                -           0.0000          -
59420.34/3040.10	c      3040      118311636          65        20                -           0.0000          -
59519.58/3045.15	c      3045      118514306          63        20                -           0.0000          -
59618.35/3050.20	c      3050      118711997          62        20                -           0.0000          -
59716.32/3055.25	c      3055      118913201          60        20                -           0.0000          -
59816.08/3060.30	c      3060      119115195          62        20                -           0.0000          -
59913.42/3065.35	c      3065      119313306          63        20                -           0.0000          -
60013.48/3070.40	c      3070      119515564          65        20                -           0.0000          -
60111.66/3075.45	c      3075      119720851          64        20                -           0.0000          -
60209.33/3080.50	c      3081      119918580          61        20                -           0.0000          -
60309.02/3085.55	c      3086      120122031          64        20                -           0.0000          -
60408.69/3090.60	c      3091      120319384          63        20                -           0.0000          -
60506.28/3095.65	c      3096      120520110          61        20                -           0.0000          -
60606.08/3100.70	c      3101      120716818          61        20                -           0.0000          -
60703.46/3105.75	c      3106      120917901          58        20                -           0.0000          -
60802.82/3110.80	c      3111      121115733          64        20                -           0.0000          -
60901.14/3115.85	c      3116      121318193          66        20                -           0.0000          -
61000.75/3120.90	c      3121      121520780          65        20                -           0.0000          -
61098.13/3125.95	c      3126      121720250          63        20                -           0.0000          -
61195.55/3131.01	c      3131      121922559          64        20                -           0.0000          -
61295.46/3136.05	c      3136      122121434          63        20                -           0.0000          -
61393.39/3141.10	c      3141      122323668          63        20                -           0.0000          -
61493.02/3146.15	c      3146      122520364          65        20                -           0.0000          -
61592.61/3151.21	c      3151      122719888          63        20                -           0.0000          -
61689.93/3156.25	c      3156      122918729          66        20                -           0.0000          -
61789.75/3161.30	c      3161      123121063          64        20                -           0.0000          -
61887.23/3166.35	c      3166      123322398          61        20                -           0.0000          -
61987.08/3171.40	c      3171      123522996          65        20                -           0.0000          -
62084.71/3176.45	c      3176      123727703          62        20                -           0.0000          -
62182.15/3181.50	c      3182      123929427          64        20                -           0.0000          -
62281.71/3186.55	c      3187      124133688          63        20                -           0.0000          -
62381.14/3191.60	c      3192      124334219          64        20                -           0.0000          -
62479.36/3196.65	c      3197      124536085          62        20                -           0.0000          -
62579.01/3201.70	c      3202      124738439          66        20                -           0.0000          -
62676.53/3206.75	c      3207      124937421          64        20                -           0.0000          -
62774.31/3211.80	c      3212      125136718          63        20                -           0.0000          -
62874.10/3216.85	c      3217      125341273          64        20                -           0.0000          -
62971.51/3221.90	c      3222      125544232          61        20                -           0.0000          -
63071.96/3226.95	c      3227      125749585          64        20                -           0.0000          -
63169.63/3232.00	c      3232      125953575          66        20                -           0.0000          -
63269.72/3237.06	c      3237      126153302          65        20                -           0.0000          -
63367.82/3242.10	c      3242      126344646          63        20                -           0.0000          -
63467.41/3247.15	c      3247      126543948          61        20                -           0.0000          -
63566.15/3252.20	c      3252      126743822          65        20                -           0.0000          -
63663.38/3257.25	c      3257      126946411          62        20                -           0.0000          -
63762.87/3262.30	c      3262      127145780          65        20                -           0.0000          -
63860.71/3267.35	c      3267      127344098          65        20                -           0.0000          -
63959.93/3272.40	c      3272      127545467          58        20                -           0.0000          -
64057.45/3277.45	c      3277      127745505          64        20                -           0.0000          -
64156.65/3282.50	c      3283      127949558          63        20                -           0.0000          -
64253.96/3287.55	c      3288      128151403          62        20                -           0.0000          -
64353.55/3292.60	c      3293      128351976          59        20                -           0.0000          -
64451.41/3297.65	c      3298      128555000          61        20                -           0.0000          -
64548.44/3302.70	c      3303      128754724          69        20                -           0.0000          -
64648.22/3307.75	c      3308      128958189          64        20                -           0.0000          -
64747.64/3312.80	c      3313      129161800          63        20                -           0.0000          -
64845.86/3317.85	c      3318      129366106          63        20                -           0.0000          -
64945.36/3322.90	c      3323      129566148          59        20                -           0.0000          -
65042.46/3327.95	c      3328      129769456          63        20                -           0.0000          -
65139.85/3333.00	c      3333      129972716          63        20                -           0.0000          -
65239.66/3338.05	c      3338      130176213          60        20                -           0.0000          -
65336.95/3343.10	c      3343      130374091          60        20                -           0.0000          -
65436.33/3348.15	c      3348      130575769          60        20                -           0.0000          -
65535.32/3353.20	c      3353      130776251          64        20                -           0.0000          -
65632.69/3358.25	c      3358      130977481          64        20                -           0.0000          -
65732.46/3363.30	c      3363      131180406          63        20                -           0.0000          -
65830.11/3368.35	c      3368      131383197          62        20                -           0.0000          -
65927.91/3373.40	c      3373      131587136          59        20                -           0.0000          -
66027.51/3378.45	c      3378      131787231          64        20                -           0.0000          -
66127.04/3383.50	c      3384      131986121          62        20                -           0.0000          -
66224.41/3388.55	c      3389      132182642          63        20                -           0.0000          -
66323.59/3393.60	c      3394      132384598          61        20                -           0.0000          -
66420.91/3398.65	c      3399      132582287          58        20                -           0.0000          -
66520.44/3403.70	c      3404      132785510          65        20                -           0.0000          -
66618.12/3408.75	c      3409      132980878          63        20                -           0.0000          -
66715.58/3413.80	c      3414      133182051          64        20                -           0.0000          -
66815.31/3418.85	c      3419      133383158          61        20                -           0.0000          -
66914.68/3423.90	c      3424      133584577          64        20                -           0.0000          -
67012.15/3428.95	c      3429      133782962          63        20                -           0.0000          -
67109.48/3434.00	c      3434      133986267          62        20                -           0.0000          -
67209.31/3439.05	c      3439      134186784          63        20                -           0.0000          -
67306.95/3444.10	c      3444      134384889          62        20                -           0.0000          -
67406.50/3449.15	c      3449      134585577          60        20                -           0.0000          -
67505.33/3454.20	c      3454      134784370          61        20                -           0.0000          -
67602.81/3459.25	c      3459      134984848          63        20                -           0.0000          -
67702.52/3464.30	c      3464      135187596          59        20                -           0.0000          -
67800.05/3469.35	c      3469      135391596          63        20                -           0.0000          -
67899.30/3474.40	c      3474      135588652          63        20                -           0.0000          -
67996.80/3479.45	c      3479      135792958          59        20                -           0.0000          -
68096.61/3484.50	c      3485      135996311          64        20                -           0.0000          -
68194.18/3489.55	c      3490      136198325          64        20                -           0.0000          -
68293.27/3494.60	c      3495      136398831          62        20                -           0.0000          -
68390.59/3499.65	c      3500      136597616          63        20                -           0.0000          -
68490.28/3504.70	c      3505      136800550          61        20                -           0.0000          -
68587.82/3509.75	c      3510      136998116          69        20                -           0.0000          -
68685.27/3514.80	c      3515      137199233          66        20                -           0.0000          -
68784.95/3519.85	c      3520      137403874          65        20                -           0.0000          -
68882.84/3524.90	c      3525      137607598          65        20                -           0.0000          -
68982.48/3529.95	c      3530      137810193          66        20                -           0.0000          -
69080.21/3535.00	c      3535      138012883          68        20                -           0.0000          -
69180.83/3540.05	c      3540      138216423          68        20                -           0.0000          -
69278.47/3545.10	c      3545      138415071          66        20                -           0.0000          -
69377.74/3550.15	c      3550      138613034          65        20                -           0.0000          -
69475.23/3555.20	c      3555      138815099          64        20                -           0.0000          -
69574.13/3560.25	c      3560      139017370          71        20                -           0.0000          -
69673.09/3565.30	c      3565      139219841          62        20                -           0.0000          -
69770.70/3570.35	c      3570      139419576          63        20                -           0.0000          -
69869.96/3575.40	c      3575      139622501          66        20                -           0.0000          -
69967.38/3580.45	c      3580      139824133          64        20                -           0.0000          -
70067.33/3585.50	c      3586      140028787          66        20                -           0.0000          -
70164.94/3590.55	c      3591      140227664          69        20                -           0.0000          -
70264.17/3595.60	c      3596      140426939          66        20                -           0.0000          -
70361.72/3600.65	c      3601      140630104          69        20                -           0.0000          -
70461.05/3605.70	c      3606      140829946          67        20                -           0.0000          -
70559.09/3610.75	c      3611      141035668          71        20                -           0.0000          -
70658.70/3615.80	c      3616      141238217          66        20                -           0.0000          -
70756.52/3620.85	c      3621      141442887          68        20                -           0.0000          -
70856.95/3625.90	c      3626      141650143          64        20                -           0.0000          -
70954.34/3630.95	c      3631      141856228          67        20                -           0.0000          -
71051.94/3636.00	c      3636      142056866          65        20                -           0.0000          -
71152.10/3641.05	c      3641      142262163          68        20                -           0.0000          -
71250.32/3646.10	c      3646      142462915          68        20                -           0.0000          -
71350.20/3651.15	c      3651      142662213          62        20                -           0.0000          -
71449.27/3656.20	c      3656      142862533          66        20                -           0.0000          -
71546.83/3661.25	c      3661      143065141          70        20                -           0.0000          -
71645.89/3666.30	c      3666      143269001          66        20                -           0.0000          -
71743.17/3671.35	c      3671      143468168          67        20                -           0.0000          -
71842.48/3676.40	c      3676      143668748          65        20                -           0.0000          -
71940.32/3681.45	c      3681      143871660          65        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 (188371 MiB free)
  memory of node 1: 193531 MiB (191609 MiB free)
  memory of node 2: 193531 MiB (186147 MiB free)
  memory of node 3: 193493 MiB (190750 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-4465564-1722454909/watcher-4465564-1722454909 -o /tmp/evaluation-result-4465564-1722454909/solver-4465564-1722454909 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70739 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465564-1722454909.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.104875 s]*
/proc/loadavg: 79.93 62.46 47.51 81/1022 71815
/proc/meminfo: memFree=774970896/790760800 swapFree=131071996/131071996
[pid=71774] ppid=71771 vsize=1663136 memory=92860 CPUtime=1.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/stat : 71774 (fscip) S 71771 71774 70728 0 -1 1077936128 20437 0 0 0 137 13 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
/proc/71774/statm: 415784 23215 2950 3035 0 112552 0
[pid=71774/tid=71776] ppid=71771 vsize=1663136 memory=4026532269 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71776/stat : 71776 (fscip) R 71771 71774 70728 0 -1 4194368 1297 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71777] ppid=71771 vsize=1663136 memory=224244531548 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71777/stat : 71777 (fscip) R 71771 71774 70728 0 -1 1077936192 1036 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71778] ppid=71771 vsize=1663136 memory=56316433563133 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71778/stat : 71778 (fscip) R 71771 71774 70728 0 -1 4194368 509 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71779] ppid=71771 vsize=1663136 memory=60718791818977 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71779/stat : 71779 (fscip) R 71771 71774 70728 0 -1 4194368 1294 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71780] ppid=71771 vsize=1663136 memory=55186907496393 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71780/stat : 71780 (fscip) R 71771 71774 70728 0 -1 4194368 1051 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71781] ppid=71771 vsize=1663136 memory=62896407399809 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71781/stat : 71781 (fscip) R 71771 71774 70728 0 -1 4194368 509 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71782] ppid=71771 vsize=1663136 memory=15824382622742967 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71782/stat : 71782 (fscip) R 71771 71774 70728 0 -1 4194368 1283 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71783] ppid=71771 vsize=1663136 memory=14132242834357708 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71783/stat : 71783 (fscip) R 71771 71774 70728 0 -1 4194368 1011 0 0 0 5 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71784] ppid=71771 vsize=1663136 memory=3618419328237699104 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71784/stat : 71784 (fscip) R 71771 71774 70728 0 -1 4194368 507 0 0 0 7 1 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71785] ppid=71771 vsize=1663136 memory=3762255218935595040 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71785/stat : 71785 (fscip) R 71771 71774 70728 0 -1 4194368 1285 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71786] ppid=71771 vsize=1663136 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71786/stat : 71786 (fscip) R 71771 71774 70728 0 -1 4194368 1018 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71787] ppid=71771 vsize=1663136 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71787/stat : 71787 (fscip) R 71771 71774 70728 0 -1 4194368 505 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71788] ppid=71771 vsize=1663136 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71788/stat : 71788 (fscip) R 71771 71774 70728 0 -1 4194368 1281 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71789] ppid=71771 vsize=1663136 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71789/stat : 71789 (fscip) R 71771 71774 70728 0 -1 4194368 1027 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71790] ppid=71771 vsize=1663136 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71790/stat : 71790 (fscip) R 71771 71774 70728 0 -1 4194368 507 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71791] ppid=71771 vsize=1663136 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71791/stat : 71791 (fscip) R 71771 71774 70728 0 -1 1077936192 1289 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71792] ppid=71771 vsize=1663136 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71792/stat : 71792 (fscip) R 71771 71774 70728 0 -1 4194368 1024 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71793] ppid=71771 vsize=1663136 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71793/stat : 71793 (fscip) R 71771 71774 70728 0 -1 4194368 508 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71794] ppid=71771 vsize=1663136 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71794/stat : 71794 (fscip) R 71771 71774 70728 0 -1 4194368 1292 0 0 0 6 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71795] ppid=71771 vsize=1663136 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71795/stat : 71795 (fscip) R 71771 71774 70728 0 -1 4194368 1034 0 0 0 7 0 0 0 20 0 41 0 12070352 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71796] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71796/stat : 71796 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71797] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71797/stat : 71797 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71798] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71798/stat : 71798 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71799] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71799/stat : 71799 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71800] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71800/stat : 71800 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71801] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71801/stat : 71801 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71802] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71802/stat : 71802 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71803] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71803/stat : 71803 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71804] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71804/stat : 71804 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71805] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71805/stat : 71805 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71806] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71806/stat : 71806 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71807] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71807/stat : 71807 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71808] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71808/stat : 71808 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71809] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71809/stat : 71809 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71810] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71810/stat : 71810 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71811] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71811/stat : 71811 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71812] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71812/stat : 71812 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71813] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71813/stat : 71813 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71814] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71814/stat : 71814 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71815] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71815/stat : 71815 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 23215 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 1663136 KiB
Current children cumulated memory: 92860 KiB

[startup+0.224998 s]*
/proc/loadavg: 79.93 62.46 47.51 82/1022 71815
/proc/meminfo: memFree=774962944/790760800 swapFree=131071996/131071996
[pid=71774] ppid=71771 vsize=1663136 memory=98976 CPUtime=3.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/stat : 71774 (fscip) S 71771 71774 70728 0 -1 1077936128 21773 0 0 0 367 18 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
/proc/71774/statm: 415784 24744 2966 3035 0 113649 0
[pid=71774/tid=71776] ppid=71771 vsize=1663136 memory=4026531959 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71776/stat : 71776 (fscip) R 71771 71774 70728 0 -1 4194368 1429 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71777] ppid=71771 vsize=1663136 memory=32309 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71777/stat : 71777 (fscip) R 71771 71774 70728 0 -1 4194368 1065 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71778] ppid=71771 vsize=1663136 memory=55216921903569 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71778/stat : 71778 (fscip) R 71771 71774 70728 0 -1 4194368 509 0 0 0 17 2 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71779] ppid=71771 vsize=1663136 memory=59619280159299 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71779/stat : 71779 (fscip) R 71771 71774 70728 0 -1 4194368 1391 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71780] ppid=71771 vsize=1663136 memory=54087395836598 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71780/stat : 71780 (fscip) R 71771 71774 70728 0 -1 4194368 1069 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71781] ppid=71771 vsize=1663136 memory=53000802665379 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71781/stat : 71781 (fscip) R 71771 71774 70728 0 -1 4194368 509 0 0 0 19 1 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71782] ppid=71771 vsize=1663136 memory=15542907645986238 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71782/stat : 71782 (fscip) R 71771 71774 70728 0 -1 4194368 1482 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71783] ppid=71771 vsize=1663136 memory=15819993182898762 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71783/stat : 71783 (fscip) R 71771 71774 70728 0 -1 4194368 1059 0 0 0 17 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71784] ppid=71771 vsize=1663136 memory=3616728279354179616 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71784/stat : 71784 (fscip) R 71771 71774 70728 0 -1 4194368 508 0 0 0 16 1 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71785] ppid=71771 vsize=1663136 memory=3545519486868389920 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71785/stat : 71785 (fscip) R 71771 71774 70728 0 -1 4194368 1432 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71786] ppid=71771 vsize=1663136 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71786/stat : 71786 (fscip) R 71771 71774 70728 0 -1 4194368 1051 0 0 0 19 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71787] ppid=71771 vsize=1663136 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71787/stat : 71787 (fscip) R 71771 71774 70728 0 -1 4194368 505 0 0 0 18 1 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71788] ppid=71771 vsize=1663136 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71788/stat : 71788 (fscip) R 71771 71774 70728 0 -1 4194368 1413 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71789] ppid=71771 vsize=1663136 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71789/stat : 71789 (fscip) R 71771 71774 70728 0 -1 4194368 1064 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71790] ppid=71771 vsize=1663136 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71790/stat : 71790 (fscip) R 71771 71774 70728 0 -1 4194368 507 0 0 0 18 1 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71791] ppid=71771 vsize=1663136 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71791/stat : 71791 (fscip) R 71771 71774 70728 0 -1 1077936192 1504 0 0 0 16 1 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71792] ppid=71771 vsize=1663136 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71792/stat : 71792 (fscip) R 71771 71774 70728 0 -1 4194368 1057 0 0 0 19 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71793] ppid=71771 vsize=1663136 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71793/stat : 71793 (fscip) R 71771 71774 70728 0 -1 4194368 508 0 0 0 16 1 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71794] ppid=71771 vsize=1663136 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71794/stat : 71794 (fscip) R 71771 71774 70728 0 -1 4194368 1454 0 0 0 18 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71795] ppid=71771 vsize=1663136 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71795/stat : 71795 (fscip) R 71771 71774 70728 0 -1 4194368 1086 0 0 0 19 0 0 0 20 0 41 0 12070352 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71796] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71796/stat : 71796 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71797] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71797/stat : 71797 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71798] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71798/stat : 71798 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71799] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71799/stat : 71799 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71800] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71800/stat : 71800 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71801] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71801/stat : 71801 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71802] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71802/stat : 71802 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71803] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71803/stat : 71803 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71804] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71804/stat : 71804 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71805] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71805/stat : 71805 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71806] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71806/stat : 71806 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71807] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71807/stat : 71807 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71808] ppid=71771 vsize=1663136 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71808/stat : 71808 (fscip) S 71771 71774 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12070356 1703051264 24744 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0

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

/proc/71774/task/71795/stat : 71795 (fscip) R 71771 71774 70728 0 -1 4194368 4040723 0 0 0 355742 4168 0 0 20 0 41 0 12070352 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71796] ppid=71771 vsize=11030364 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71796/stat : 71796 (fscip) S 71771 71774 70728 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71797] ppid=71771 vsize=11030364 memory=9794608 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71797/stat : 71797 (fscip) S 71771 71774 70728 0 -1 1077936192 70 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71798] ppid=71771 vsize=11030364 memory=9796592 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71798/stat : 71798 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71799] ppid=71771 vsize=11030364 memory=9814428 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71799/stat : 71799 (fscip) S 71771 71774 70728 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71800] ppid=71771 vsize=11030364 memory=8439560 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71800/stat : 71800 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71801] ppid=71771 vsize=11030364 memory=2732 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71801/stat : 71801 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71802] ppid=71771 vsize=11030364 memory=6524 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71802/stat : 71802 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71803] ppid=71771 vsize=11030364 memory=-7163933450801603961 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71803/stat : 71803 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71804] ppid=71771 vsize=11030364 memory=11572 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71804/stat : 71804 (fscip) S 71771 71774 70728 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71805] ppid=71771 vsize=11030364 memory=2212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71805/stat : 71805 (fscip) S 71771 71774 70728 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71806] ppid=71771 vsize=11030364 memory=-7163933450801603961 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71806/stat : 71806 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71807] ppid=71771 vsize=11030364 memory=9817256 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71807/stat : 71807 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71808] ppid=71771 vsize=11030364 memory=7594591139989514833 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71808/stat : 71808 (fscip) S 71771 71774 70728 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71809] ppid=71771 vsize=11030364 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71809/stat : 71809 (fscip) S 71771 71774 70728 0 -1 1077936192 135 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71810] ppid=71771 vsize=11030364 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71810/stat : 71810 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71811] ppid=71771 vsize=11030364 memory=310444464015850 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71811/stat : 71811 (fscip) S 71771 71774 70728 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71812] ppid=71771 vsize=11030364 memory=9799856 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71812/stat : 71812 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71813] ppid=71771 vsize=11030364 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71813/stat : 71813 (fscip) S 71771 71774 70728 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71814] ppid=71771 vsize=11030364 memory=9743764 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71814/stat : 71814 (fscip) S 71771 71774 70728 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71815] ppid=71771 vsize=11030364 memory=281371767163040 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71815/stat : 71815 (fscip) S 71771 71774 70728 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 12070356 11295092736 2456172 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
Current children cumulated CPU time: 71177 s
Current children cumulated vsize: 11030364 KiB
Current children cumulated memory: 9824688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3684.5 s]
/proc/loadavg: 78.41 79.84 79.47 82/1023 76531
/proc/meminfo: memFree=760987572/790760800 swapFree=131071996/131071996
[pid=71774] ppid=71771 vsize=11172156 memory=9923512 CPUtime=72000.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/stat : 71774 (fscip) S 71771 71774 70728 0 -1 1077936128 40922498 0 0 0 6970796 229292 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 17 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
/proc/71774/statm: 2793039 2480878 3030 3035 0 2607796 0
[pid=71774/tid=71776] ppid=71771 vsize=11172156 memory=281371763728096 CPUtime=3618.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71776/stat : 71776 (fscip) R 71771 71774 70728 0 -1 4194368 2619047 0 0 0 354399 7444 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71777] ppid=71771 vsize=11172156 memory=616740123980010 CPUtime=3638.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71777/stat : 71777 (fscip) R 71771 71774 70728 0 -1 4194368 3576242 0 0 0 359184 4648 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71778] ppid=71771 vsize=11172156 memory=164 CPUtime=3524.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71778/stat : 71778 (fscip) R 71771 71774 70728 0 -1 4194368 16280 0 0 0 326605 25877 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71779] ppid=71771 vsize=11172156 memory=13992 CPUtime=3627.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71779/stat : 71779 (fscip) R 71771 71774 70728 0 -1 4194368 3183707 0 0 0 355638 7154 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71780] ppid=71771 vsize=11172156 memory=62 CPUtime=3638.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71780/stat : 71780 (fscip) R 71771 71774 70728 0 -1 4194368 3397840 0 0 0 359139 4757 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71781] ppid=71771 vsize=11172156 memory=11572 CPUtime=3519.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71781/stat : 71781 (fscip) R 71771 71774 70728 0 -1 4194368 16064 0 0 0 325348 26648 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71782] ppid=71771 vsize=11172156 memory=9870684 CPUtime=3625.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71782/stat : 71782 (fscip) R 71771 71774 70728 0 -1 4194368 2749533 0 0 0 355410 7105 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71783] ppid=71771 vsize=11172156 memory=3428 CPUtime=3639.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71783/stat : 71783 (fscip) R 71771 71774 70728 0 -1 4194368 3395545 0 0 0 359653 4320 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71784] ppid=71771 vsize=11172156 memory=16088 CPUtime=3514.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71784/stat : 71784 (fscip) R 71771 71774 70728 0 -1 4194368 17227 0 0 0 326287 25132 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71785] ppid=71771 vsize=11172156 memory=6096 CPUtime=3625.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71785/stat : 71785 (fscip) R 71771 71774 70728 0 -1 4194368 3091208 0 0 0 355348 7241 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71786] ppid=71771 vsize=11172156 memory=0 CPUtime=3639.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71786/stat : 71786 (fscip) R 71771 71774 70728 0 -1 4194368 3220766 0 0 0 359413 4533 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71787] ppid=71771 vsize=11172156 memory=25333125866717268 CPUtime=3518.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71787/stat : 71787 (fscip) R 71771 71774 70728 0 -1 4194368 16025 0 0 0 326006 25892 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71788] ppid=71771 vsize=11172156 memory=25333125866717268 CPUtime=3632.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71788/stat : 71788 (fscip) R 71771 71774 70728 0 -1 4194368 1633808 0 0 0 357465 5803 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71789] ppid=71771 vsize=11172156 memory=616740123980010 CPUtime=3639.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71789/stat : 71789 (fscip) R 71771 71774 70728 0 -1 4194368 2962964 0 0 0 359295 4614 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71790] ppid=71771 vsize=11172156 memory=281371763749296 CPUtime=3518.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71790/stat : 71790 (fscip) R 71771 71774 70728 0 -1 4194368 16281 0 0 0 326477 25412 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71791] ppid=71771 vsize=11172156 memory=9756996 CPUtime=3633.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71791/stat : 71791 (fscip) R 71771 71774 70728 0 -1 4194368 1356051 0 0 0 357850 5511 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71792] ppid=71771 vsize=11172156 memory=9853716 CPUtime=3638.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71792/stat : 71792 (fscip) R 71771 71774 70728 0 -1 4194368 3607339 0 0 0 359109 4693 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71793] ppid=71771 vsize=11172156 memory=13924 CPUtime=3534.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71793/stat : 71793 (fscip) R 71771 71774 70728 0 -1 1077936192 16102 0 0 0 331059 22348 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71794] ppid=71771 vsize=11172156 memory=1968 CPUtime=3630.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71794/stat : 71794 (fscip) R 71771 71774 70728 0 -1 4194368 1917314 0 0 0 357023 5991 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71795] ppid=71771 vsize=11172156 memory=2212 CPUtime=3640.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71795/stat : 71795 (fscip) R 71771 71774 70728 0 -1 4194368 4108347 0 0 0 359856 4222 0 0 20 0 41 0 12070352 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71796] ppid=71771 vsize=11172156 memory=281371764817376 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71796/stat : 71796 (fscip) S 71771 71774 70728 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71797] ppid=71771 vsize=11172156 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71797/stat : 71797 (fscip) S 71771 71774 70728 0 -1 1077936192 71 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71798] ppid=71771 vsize=11172156 memory=7667473367697944418 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71798/stat : 71798 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71799] ppid=71771 vsize=11172156 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71799/stat : 71799 (fscip) S 71771 71774 70728 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71800] ppid=71771 vsize=11172156 memory=9794608 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71800/stat : 71800 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71801] ppid=71771 vsize=11172156 memory=9903124 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71801/stat : 71801 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71802] ppid=71771 vsize=11172156 memory=11572 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71802/stat : 71802 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71803] ppid=71771 vsize=11172156 memory=9743764 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71803/stat : 71803 (fscip) S 71771 71774 70728 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71804] ppid=71771 vsize=11172156 memory=-7163933450801603961 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71804/stat : 71804 (fscip) S 71771 71774 70728 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71805] ppid=71771 vsize=11172156 memory=12156 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71805/stat : 71805 (fscip) S 71771 71774 70728 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71806] ppid=71771 vsize=11172156 memory=2732 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71806/stat : 71806 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71807] ppid=71771 vsize=11172156 memory=9917624 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71807/stat : 71807 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71808] ppid=71771 vsize=11172156 memory=9899904 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71808/stat : 71808 (fscip) S 71771 71774 70728 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71809] ppid=71771 vsize=11172156 memory=9921336 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71809/stat : 71809 (fscip) S 71771 71774 70728 0 -1 1077936192 137 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71810] ppid=71771 vsize=11172156 memory=9823192 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71810/stat : 71810 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71811] ppid=71771 vsize=11172156 memory=9803116 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71811/stat : 71811 (fscip) S 71771 71774 70728 0 -1 1077936192 133 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71812] ppid=71771 vsize=11172156 memory=-7163933450801603961 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71812/stat : 71812 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71813] ppid=71771 vsize=11172156 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71813/stat : 71813 (fscip) S 71771 71774 70728 0 -1 1077936192 132 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71814] ppid=71771 vsize=11172156 memory=13992 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71814/stat : 71814 (fscip) S 71771 71774 70728 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
[pid=71774/tid=71815] ppid=71771 vsize=11172156 memory=9902520 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/71774/task/71815/stat : 71815 (fscip) S 71771 71774 70728 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 12070356 11440287744 2480878 809668444160 4194304 16623229 140735167622976 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 47013888 140735167628298 140735167628416 140735167628416 140735167635440 0
Current children cumulated CPU time: 72000.9 s
Current children cumulated vsize: 11172156 KiB
Current children cumulated memory: 9923512 KiB

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

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

# cumulated CPU time of all completed processes:  user=69708.1 s, system=2293.23 s

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

[startup+3684.8 s]
/proc/loadavg: 78.41 79.84 79.47 62/984 76531
/proc/meminfo: memFree=764554796/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3684.8
CPU time (s): 72001.3
CPU user time (s): 69708.1
CPU system time (s): 2293.23
CPU usage (%): 1954.01
Max. virtual memory (cumulated for all children) (KiB): 11172156
Max. memory (cumulated for all children) (KiB): 9923512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69708.1
system time used= 2293.23
maximum resident set size= 9923512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40922505
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= 108498839
involuntary context switches= 133909


# summary of solver processes directly reported to runsolver:
#   pid: 71774
#   total CPU time (s): 72001.3
#   total CPU user time (s): 69708.1
#   total CPU system time (s): 2293.23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 30.0909 second user time and 76.4905 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 21:41:49
IDJOB=4465564
IDBENCH=148105
IDSOLVER=3094
FILE ID=nodeD104/4465564-1722454909
RUNJOBID= nodeD104-1722454516-70739
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=583548463

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        775044500 kB
MemAvailable:   774045616 kB
Buffers:          154752 kB
Cached:          2202892 kB
SwapCached:            0 kB
Active:           312076 kB
Inactive:       13004780 kB
Active(anon):       2220 kB
Inactive(anon): 10979528 kB
Active(file):     309856 kB
Inactive(file):  2025252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28000 kB
Writeback:             0 kB
AnonPages:      10958464 kB
Mapped:           125804 kB
Shmem:             22536 kB
KReclaimable:     171448 kB
Slab:             512912 kB
SReclaimable:     171448 kB
SUnreclaim:       341464 kB
KernelStack:       17712 kB
PageTables:        34972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1996960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           188544 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 22:43:14