Trace number 4465552

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-30SAT 50810.2 2591.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
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.008239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
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 constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
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 = 22413312, getVmSize() = 22413312, SCIPgetMemUsed() = 730681, SCIPgetMemTotal() = 902993, 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 = 14989799, getVmSize() = 23912448, SCIPgetMemUsed() = 854615, SCIPgetMemTotal() = 1385847, 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-4465552-1722454801
0.00/0.00	c   Variables        : 70 (70 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        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 1 
0.00/0.00	c   logicor          : 1 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.79/5.09	c         5         195392          35        20                -           0.0000          -
198.07/10.14	c        10         466121          40        20                -           0.0000          -
296.04/15.19	c        15         695169          36        20                -           0.0000          -
395.40/20.23	c        20         970238          43        20                -           0.0000          -
493.29/25.28	c        25        1195150          31        20                -           0.0000          -
593.45/30.33	c        30        1461189          42        20                -           0.0000          -
691.63/35.37	c        35        1699535          36        20                -           0.0000          -
791.52/40.42	c        40        1949569          36        20                -           0.0000          -
889.38/45.47	c        45        2198200          35        20                -           0.0000          -
989.58/50.52	c        51        2444190          39        20                -           0.0000          -
1087.27/55.57	c        56        2704261          34        20                -           0.0000          -
1187.03/60.62	c        61        2958518          35        20                -           0.0000          -
1284.48/65.66	c        66        3216420          43        20                -           0.0000          -
1384.16/70.71	c        71        3457693          34        20                -           0.0000          -
1481.74/75.76	c        76        3707312          37        20                -           0.0000          -
1581.78/80.81	c        81        3977408          39        20                -           0.0000          -
1679.60/85.86	c        86        4229755          44        20                -           0.0000          -
1779.20/90.91	c        91        4480859          38        20                -           0.0000          -
1877.12/95.96	c        96        4732400          41        20                -           0.0000          -
1975.07/101.01	c       101        4980498          39        20                -           0.0000          -
2075.18/106.06	c       106        5236680          41        20                -           0.0000          -
2172.99/111.11	c       111        5500261          42        20                -           0.0000          -
2272.99/116.16	c       116        5645702          35        20                -           0.0000          -
2372.23/121.21	c       121        5995174          49        20                -           0.0000          -
2470.36/126.26	c       126        6203498          43        20                -           0.0000          -
2567.82/131.30	c       131        6383652          43        20                -           0.0000          -
2668.15/136.35	c       136        6245576          35        20                -           0.0000          -
2766.06/141.40	c       141        6657690          47        20                -           0.0000          -
2866.17/146.45	c       146        6680636          35        20                -           0.0000          -
2966.49/151.50	c       152        6867384          51        20                -           0.0000          -
3064.57/156.55	c       157        6978173          44        20                -           0.0000          -
3162.34/161.60	c       162        7151807          44        20                -           0.0000          -
3262.25/166.65	c       167        7316394          47        20                -           0.0000          -
3362.32/171.70	c       172        7482020          45        20                -           0.0000          -
3460.13/176.75	c       177        7640144          45        20                -           0.0000          -
3560.29/181.80	c       182        7791737          44        20                -           0.0000          -
3658.08/186.85	c       187        7948224          41        20                -           0.0000          -
3755.93/191.90	c       192        8098603          44        20                -           0.0000          -
3856.09/196.95	c       197        8877808          35        20                -           0.0000          -
3954.18/202.00	c       202        8404087          40        20                -           0.0000          -
4054.65/207.06	c       207        8548675          44        20                -           0.0000          -
4152.72/212.10	c       212        8693195          42        20                -           0.0000          -
4252.60/217.15	c       217        8845882          41        20                -           0.0000          -
4350.66/222.20	c       222        9967572          37        20                -           0.0000          -
4450.25/227.25	c       227       10198608          39        20                -           0.0000          -
4550.23/232.30	c       232       10423040          37        20                -           0.0000          -
4647.98/237.35	c       237        9414437          44        20                -           0.0000          -
4745.91/242.40	c       242       10863831          38        20                -           0.0000          -
4845.60/247.46	c       247       11083268          35        20                -           0.0000          -
4943.52/252.50	c       252        9843379          42        20                -           0.0000          -
5043.51/257.55	c       258       11498605          38        20                -           0.0000          -
5141.34/262.60	c       263       11703778          35        20                -           0.0000          -
5241.60/267.65	c       268       11922289          34        20                -           0.0000          -
5339.48/272.70	c       273       10402560          45        20                -           0.0000          -
5439.61/277.75	c       278       12403610          39        20                -           0.0000          -
5537.60/282.80	c       283       12643551          40        20                -           0.0000          -
5637.91/287.85	c       288       10816469          46        20                -           0.0000          -
5738.02/292.90	c       293       10948208          49        20                -           0.0000          -
5836.20/297.95	c       298       11084306          43        20                -           0.0000          -
5934.37/303.00	c       303       11225643          44        20                -           0.0000          -
6034.38/308.05	c       308       11360493          44        20                -           0.0000          -
6132.22/313.10	c       313       11497141          44        20                -           0.0000          -
6232.35/318.15	c       318       14389779          36        20                -           0.0000          -
6331.91/323.20	c       323       11772692          43        20                -           0.0000          -
6429.48/328.25	c       328       14892911          36        20                -           0.0000          -
6529.17/333.30	c       333       12049483          44        20                -           0.0000          -
6626.89/338.35	c       338       12187374          41        20                -           0.0000          -
6724.67/343.40	c       343       12318438          45        20                -           0.0000          -
6824.87/348.45	c       348       12454647          48        20                -           0.0000          -
6924.79/353.50	c       354       12589803          42        20                -           0.0000          -
7022.84/358.55	c       359       16419967          38        20                -           0.0000          -
7120.42/363.60	c       364       16675534          35        20                -           0.0000          -
7220.51/368.65	c       369       16927605          38        20                -           0.0000          -
7318.30/373.70	c       374       17183127          34        20                -           0.0000          -
7418.17/378.75	c       379       17436849          30        20                -           0.0000          -
7515.86/383.80	c       384       13402868          37        20                -           0.0000          -
7616.04/388.85	c       389       13537197          42        20                -           0.0000          -
7715.88/393.90	c       394       18110855          34        20                -           0.0000          -
7813.83/398.95	c       399       18270395          34        20                -           0.0000          -
7911.88/404.00	c       404       18426575          40        20                -           0.0000          -
8012.05/409.05	c       409       18621132          39        20                -           0.0000          -
8110.22/414.10	c       414       18875239          34        20                -           0.0000          -
8209.51/419.15	c       419       14334394          41        20                -           0.0000          -
8306.91/424.16	c       424       19378320          35        20                -           0.0000          -
8406.41/429.21	c       429       14602649          46        20                -           0.0000          -
8504.13/434.26	c       434       19824867          34        20                -           0.0000          -
8604.25/439.35	c       439       14878538          43        20                -           0.0000          -
8702.45/444.40	c       444       15019832          45        20                -           0.0000          -
8802.25/449.45	c       449       20402872          39        20                -           0.0000          -
8900.52/454.50	c       454       15290708          47        20                -           0.0000          -
8999.98/459.55	c       460       20844741          36        20                -           0.0000          -
9098.27/464.60	c       465       21028491          36        20                -           0.0000          -
9198.35/469.65	c       470       15688394          49        20                -           0.0000          -
9298.25/474.70	c       475       15822555          50        20                -           0.0000          -
9395.98/479.75	c       480       15956817          40        20                -           0.0000          -
9493.87/484.78	c       485       21832577          38        20                -           0.0000          -
9593.98/489.85	c       490        2342676      234709        20                -           0.0000          -
9691.81/494.90	c       495       16360370          37        20                -           0.0000          -
9791.90/499.95	c       500       22379756          35        20                -           0.0000          -
9889.89/505.00	c       505       16627272          43        20                -           0.0000          -
9990.56/510.05	c       510       22816020          39        20                -           0.0000          -
10088.91/515.06	c       515       23025815          36        20                -           0.0000          -
10188.89/520.15	c       520       17026018          43        20                -           0.0000          -
10287.14/525.16	c       525       23439316          31        20                -           0.0000          -
10386.58/530.25	c       530       23614677          34        20                -           0.0000          -
10486.47/535.30	c       535       17431068          43        20                -           0.0000          -
10584.42/540.35	c       540       23956257          38        20                -           0.0000          -
10682.19/545.40	c       545       17701671          44        20                -           0.0000          -
10782.10/550.45	c       550       17830326          43        20                -           0.0000          -
10882.06/555.50	c       556       24621839          34        20                -           0.0000          -
10979.78/560.55	c       561       24872013          38        20                -           0.0000          -
11079.66/565.60	c       566       25122521          36        20                -           0.0000          -
11177.73/570.65	c       571       18360102          39        20                -           0.0000          -
11275.58/575.70	c       576       18494968          43        20                -           0.0000          -
11375.38/580.75	c       581       18625846          43        20                -           0.0000          -
11473.68/585.80	c       586       18757973          38        20                -           0.0000          -
11573.16/590.85	c       591       18891583          46        20                -           0.0000          -
11671.44/595.90	c       596       19027188          43        20                -           0.0000          -
11771.06/600.95	c       601       26494944          35        20                -           0.0000          -
11869.25/605.97	c       606       19291258          39        20                -           0.0000          -
11967.17/610.99	c       611       26899048          37        20                -           0.0000          -
12067.43/616.07	c       616       19558867          38        20                -           0.0000          -
12165.57/621.12	c       621       27319307          34        20                -           0.0000          -
12265.35/626.17	c       626       19815316          43        20                -           0.0000          -
12364.92/631.23	c       631       19943264          39        20                -           0.0000          -
12463.07/636.28	c       636       27955743          36        20                -           0.0000          -
12563.20/641.35	c       641       28165357          34        20                -           0.0000          -
12663.30/646.40	c       646       20340011          42        20                -           0.0000          -
12761.24/651.45	c       651       28592095          34        20                -           0.0000          -
12861.18/656.50	c       656       28790256          35        20                -           0.0000          -
12959.36/661.55	c       662       29046672          35        20                -           0.0000          -
13059.15/666.60	c       667       29295242          35        20                -           0.0000          -
13156.69/671.66	c       672       20998944          37        20                -           0.0000          -
13254.45/676.70	c       677       29666833          32        20                -           0.0000          -
13354.59/681.75	c       682       21264756          41        20                -           0.0000          -
13454.37/686.80	c       687       30042855          34        20                -           0.0000          -
13552.26/691.85	c       692       21528078          45        20                -           0.0000          -
13650.55/696.90	c       697       21659827          48        20                -           0.0000          -
13750.80/701.95	c       702       30710044          35        20                -           0.0000          -
13848.95/707.00	c       707       21923764          45        20                -           0.0000          -
13949.43/712.05	c       712       31142645          34        20                -           0.0000          -
14047.48/717.10	c       717       31355018          33        20                -           0.0000          -
14145.61/722.12	c       722       31572462          37        20                -           0.0000          -
14245.53/727.19	c       727       31784750          39        20                -           0.0000          -
14345.08/732.24	c       732       31995635          36        20                -           0.0000          -
14443.18/737.25	c       737       22688180          41        20                -           0.0000          -
14543.06/742.35	c       742       32428476          35        20                -           0.0000          -
14640.92/747.40	c       747       32636387          38        20                -           0.0000          -
14741.16/752.45	c       752       23070799          44        20                -           0.0000          -
14838.56/757.50	c       758       33066728          33        20                -           0.0000          -
14938.85/762.55	c       763       23329350          39        20                -           0.0000          -
15037.11/767.60	c       768       33502696          31        20                -           0.0000          -
15136.79/772.65	c       773       23588323          40        20                -           0.0000          -
15236.89/777.70	c       778       23715880          43        20                -           0.0000          -
15334.69/782.75	c       783       23841794          39        20                -           0.0000          -
15432.82/787.80	c       788       34415627          36        20                -           0.0000          -
15532.48/792.85	c       793       34665559          38        20                -           0.0000          -
15630.51/797.90	c       798       24227541          44        20                -           0.0000          -
15730.17/802.95	c       803       24350864          43        20                -           0.0000          -
15828.50/808.00	c       808       35419210          39        20                -           0.0000          -
15929.19/813.05	c       813       35663028          37        20                -           0.0000          -
16027.47/818.10	c       818       24730264          41        20                -           0.0000          -
16127.33/823.15	c       823       36166228          35        20                -           0.0000          -
16225.47/828.20	c       828       36424136          39        20                -           0.0000          -
16325.07/833.25	c       833       36676502          35        20                -           0.0000          -
16424.64/838.30	c       838       25236290          43        20                -           0.0000          -
16522.33/843.31	c       843       25360764          47        20                -           0.0000          -
16620.46/848.39	c       848       37434534          33        20                -           0.0000          -
16720.11/853.44	c       853       37685519          36        20                -           0.0000          -
16817.97/858.49	c       858       37929992          37        20                -           0.0000          -
16917.82/863.54	c       864       25874798          45        20                -           0.0000          -
17015.87/868.59	c       869       38359101          32        20                -           0.0000          -
17115.88/873.64	c       874       38577448          35        20                -           0.0000          -
17214.00/878.69	c       879       38783494          39        20                -           0.0000          -
17314.24/883.74	c       884       38988202          33        20                -           0.0000          -
17412.47/888.79	c       889       26526110          47        20                -           0.0000          -
17512.58/893.84	c       894       39406437          36        20                -           0.0000          -
17610.74/898.90	c       899       26778362          45        20                -           0.0000          -
17710.89/903.95	c       904       26911684          43        20                -           0.0000          -
17808.74/909.00	c       909       40058903          36        20                -           0.0000          -
17909.09/914.05	c       914       27164138          47        20                -           0.0000          -
18007.25/919.09	c       919       40512577          36        20                -           0.0000          -
18107.42/924.15	c       924       40747083          32        20                -           0.0000          -
18205.63/929.20	c       929       40963969          34        20                -           0.0000          -
18305.40/934.25	c       934       41185981          36        20                -           0.0000          -
18403.73/939.30	c       939       41404522          33        20                -           0.0000          -
18504.11/944.35	c       944       27931873          44        20                -           0.0000          -
18601.81/949.40	c       949       41840954          35        20                -           0.0000          -
18702.14/954.41	c       954       28184149          42        20                -           0.0000          -
18801.92/959.50	c       960       28311840          45        20                -           0.0000          -
18899.59/964.55	c       965       42500634          33        20                -           0.0000          -
18999.47/969.60	c       970       42715995          34        20                -           0.0000          -
19097.70/974.65	c       975       42933637          34        20                -           0.0000          -
19197.79/979.70	c       980       28824651          42        20                -           0.0000          -
19295.94/984.75	c       985       43381759          30        20                -           0.0000          -
19395.94/989.80	c       990       29082122          41        20                -           0.0000          -
19494.16/994.85	c       995       29211284          43        20                -           0.0000          -
19594.09/999.90	c      1000       44096026          35        20                -           0.0000          -
19692.23/1004.92	c      1005       29466062          43        20                -           0.0000          -
19790.52/1010.00	c      1010       44610531          38        20                -           0.0000          -
19890.99/1015.05	c      1015       44870299          38        20                -           0.0000          -
19989.37/1020.10	c      1020       29847364          45        20                -           0.0000          -
20089.50/1025.15	c      1025       45387816          37        20                -           0.0000          -
20187.26/1030.20	c      1030       45640594          33        20                -           0.0000          -
20287.04/1035.25	c      1035       45901231          34        20                -           0.0000          -
20386.98/1040.30	c      1040       30358452          43        20                -           0.0000          -
20484.85/1045.35	c      1045       30482469          40        20                -           0.0000          -
20584.86/1050.40	c      1050       46662497          38        20                -           0.0000          -
20683.08/1055.44	c      1055       46909469          34        20                -           0.0000          -
20780.86/1060.49	c      1060       47159415          36        20                -           0.0000          -
20881.14/1065.56	c      1066       47418965          38        20                -           0.0000          -
20981.20/1070.60	c      1071       47677777          38        20                -           0.0000          -
21079.28/1075.65	c      1076       47931951          36        20                -           0.0000          -
21179.09/1080.70	c      1081       48187004          35        20                -           0.0000          -
21277.15/1085.75	c      1086        5142908      441662        20                -           0.0000          -
21375.25/1090.80	c      1091       31622246          41        20                -           0.0000          -
21475.36/1095.85	c      1096       31753212          43        20                -           0.0000          -
21575.60/1100.91	c      1101       31882518          41        20                -           0.0000          -
21673.73/1105.95	c      1106       32007276          43        20                -           0.0000          -
21771.78/1111.01	c      1111       49733142          37        20                -           0.0000          -
21872.31/1116.03	c      1116       32252904          43        20                -           0.0000          -
21970.63/1121.11	c      1121       50245428          35        20                -           0.0000          -
22070.38/1126.15	c      1126       50500916          35        20                -           0.0000          -
22169.99/1131.20	c      1131       50753983          36        20                -           0.0000          -
22267.83/1136.25	c      1136       51001408          35        20                -           0.0000          -
22366.02/1141.26	c      1141       51261520          35        20                -           0.0000          -
22466.21/1146.33	c      1146       33004458          45        20                -           0.0000          -
22564.39/1151.40	c      1151       33130797          42        20                -           0.0000          -
22664.57/1156.45	c      1156       33258642          43        20                -           0.0000          -
22762.68/1161.50	c      1162       33381628          43        20                -           0.0000          -
22862.73/1166.55	c      1167       33509320          41        20                -           0.0000          -
22962.77/1171.60	c      1172       33639619          42        20                -           0.0000          -
23060.88/1176.65	c      1177       33764236          37        20                -           0.0000          -
23160.86/1181.70	c      1182       33891243          44        20                -           0.0000          -
23258.69/1186.75	c      1187       53553108          35        20                -           0.0000          -
23358.78/1191.80	c      1192       53811341          32        20                -           0.0000          -
23456.49/1196.85	c      1197       34272132          39        20                -           0.0000          -
23554.57/1201.86	c      1202       54328675          36        20                -           0.0000          -
23654.26/1206.91	c      1207       54581083          34        20                -           0.0000          -
23752.16/1211.96	c      1212       34644612          39        20                -           0.0000          -
23850.45/1217.02	c      1217       55094138          37        20                -           0.0000          -
23950.93/1222.10	c      1222       55352503          36        20                -           0.0000          -
24050.96/1227.15	c      1227       35023315          42        20                -           0.0000          -
24150.12/1232.20	c      1232       55857275          38        20                -           0.0000          -
24248.45/1237.23	c      1237        5802415      487334        20                -           0.0000          -
24346.19/1242.26	c      1242        5824187      488503        20                -           0.0000          -
24444.03/1247.28	c      1247       56622094          39        20                -           0.0000          -
24544.00/1252.33	c      1252       56880549          34        20                -           0.0000          -
24642.07/1257.38	c      1257       57139090          39        20                -           0.0000          -
24742.29/1262.40	c      1262       35894928          39        20                -           0.0000          -
24842.22/1267.55	c      1268       57656944          37        20                -           0.0000          -
24941.73/1272.60	c      1273       36146618          39        20                -           0.0000          -
25039.64/1277.65	c      1278       58157979          36        20                -           0.0000          -
25139.12/1282.70	c      1283       36409168          49        20                -           0.0000          -
25237.49/1287.73	c      1288       36537639          46        20                -           0.0000          -
25335.14/1292.78	c      1293       58907337          38        20                -           0.0000          -
25435.40/1297.83	c      1298        6052845      503796        20                -           0.0000          -
25533.76/1302.88	c      1303       59431107          38        20                -           0.0000          -
25633.68/1307.95	c      1308       59688700          35        20                -           0.0000          -
25731.87/1313.00	c      1313       59950194          35        20                -           0.0000          -
25832.26/1318.05	c      1318       60207550          35        20                -           0.0000          -
25930.19/1323.10	c      1323       60461308          35        20                -           0.0000          -
26030.28/1328.15	c      1328       37567529          42        20                -           0.0000          -
26130.03/1333.20	c      1333       60982454          33        20                -           0.0000          -
26228.32/1338.25	c      1338       61234369          34        20                -           0.0000          -
26326.09/1343.30	c      1343       61488633          34        20                -           0.0000          -
26426.37/1348.35	c      1348       61739728          31        20                -           0.0000          -
26524.32/1353.40	c      1353       61998040          35        20                -           0.0000          -
26624.56/1358.44	c      1358       62260428          33        20                -           0.0000          -
26722.28/1363.50	c      1364       62519068          33        20                -           0.0000          -
26822.29/1368.55	c      1369       38595151          46        20                -           0.0000          -
26921.58/1373.60	c      1374       63022871          36        20                -           0.0000          -
27019.32/1378.65	c      1379       63277165          38        20                -           0.0000          -
27117.59/1383.70	c      1384       38968689          44        20                -           0.0000          -
27217.78/1388.75	c      1389       63800838          35        20                -           0.0000          -
27315.94/1393.77	c      1394       64060306          35        20                -           0.0000          -
27416.11/1398.85	c      1399       64317210          29        20                -           0.0000          -
27516.24/1403.90	c      1404       64579053          32        20                -           0.0000          -
27613.96/1408.95	c      1409       39606845          42        20                -           0.0000          -
27711.84/1414.00	c      1414       39730245          42        20                -           0.0000          -
27812.55/1419.05	c      1419       39856910          43        20                -           0.0000          -
27910.75/1424.10	c      1424       65602743          34        20                -           0.0000          -
28010.63/1429.15	c      1429       65862400          35        20                -           0.0000          -
28110.06/1434.21	c      1434       40243644          43        20                -           0.0000          -
28207.97/1439.25	c      1439       40368906          43        20                -           0.0000          -
28307.84/1444.30	c      1444       66620143          34        20                -           0.0000          -
28405.75/1449.32	c      1449       40618598          39        20                -           0.0000          -
28503.93/1454.36	c      1454       67126692          31        20                -           0.0000          -
28604.03/1459.41	c      1459       67379919          34        20                -           0.0000          -
28702.26/1464.46	c      1464        6778305      552673        20                -           0.0000          -
28800.33/1469.47	c      1469        6801889      554235        20                -           0.0000          -
28900.38/1474.60	c      1475       41256320          45        20                -           0.0000          -
29000.60/1479.65	c      1480       41379717          46        20                -           0.0000          -
29098.53/1484.70	c      1485       68680410          35        20                -           0.0000          -
29198.48/1489.75	c      1490       68937206          37        20                -           0.0000          -
29296.41/1494.80	c      1495       69192051          38        20                -           0.0000          -
29396.63/1499.85	c      1500       69448397          38        20                -           0.0000          -
29496.32/1504.90	c      1505       42011360          43        20                -           0.0000          -
29594.48/1509.95	c      1510       69959244          37        20                -           0.0000          -
29692.48/1514.99	c      1515       70216753          30        20                -           0.0000          -
29792.86/1520.05	c      1520       42380959          42        20                -           0.0000          -
29890.91/1525.10	c      1525       42505343          44        20                -           0.0000          -
29988.70/1530.12	c      1530       42633229          44        20                -           0.0000          -
30088.68/1535.17	c      1535       42758070          43        20                -           0.0000          -
30188.19/1540.22	c      1540       71486700          33        20                -           0.0000          -
30286.38/1545.27	c      1545       71744116          37        20                -           0.0000          -
30386.56/1550.35	c      1550       72000720          41        20                -           0.0000          -
30484.86/1555.40	c      1555       72259759          40        20                -           0.0000          -
30585.07/1560.45	c      1560       43398017          40        20                -           0.0000          -
30683.26/1565.50	c      1566       43521867          40        20                -           0.0000          -
30783.03/1570.55	c      1571       73036957          36        20                -           0.0000          -
30881.03/1575.60	c      1576       73294148          41        20                -           0.0000          -
30981.01/1580.65	c      1581       73549969          34        20                -           0.0000          -
31079.16/1585.70	c      1586       73810573          36        20                -           0.0000          -
31179.33/1590.75	c      1591       44160500          45        20                -           0.0000          -
31279.12/1595.80	c      1596       44286746          45        20                -           0.0000          -
31377.50/1600.85	c      1601       44413338          47        20                -           0.0000          -
31475.65/1605.90	c      1606        7401352      592593        20                -           0.0000          -
31575.53/1610.95	c      1611       44666552          43        20                -           0.0000          -
31673.43/1616.01	c      1616       44789389          48        20                -           0.0000          -
31774.00/1621.05	c      1621       75592896          39        20                -           0.0000          -
31872.02/1626.10	c      1626       75847081          36        20                -           0.0000          -
31972.25/1631.15	c      1631       76106507          34        20                -           0.0000          -
32071.81/1636.20	c      1636       76361885          34        20                -           0.0000          -
32169.80/1641.23	c      1641       76616900          35        20                -           0.0000          -
32268.09/1646.30	c      1646       76873588          37        20                -           0.0000          -
32368.28/1651.35	c      1651       45665352          41        20                -           0.0000          -
32468.11/1656.41	c      1656       77389290          35        20                -           0.0000          -
32566.26/1661.45	c      1661       77645582          39        20                -           0.0000          -
32664.15/1666.50	c      1666       46060680          43        20                -           0.0000          -
32763.99/1671.51	c      1672       78156588          35        20                -           0.0000          -
32862.06/1676.60	c      1677       78411852          37        20                -           0.0000          -
32962.15/1681.65	c      1682       78671537          34        20                -           0.0000          -
33060.38/1686.70	c      1687        7733061      614113        20                -           0.0000          -
33160.59/1691.75	c      1692       79187850          37        20                -           0.0000          -
33258.86/1696.80	c      1697       79447849          34        20                -           0.0000          -
33359.13/1701.85	c      1702       46957930          43        20                -           0.0000          -
33459.06/1706.90	c      1707       47087395          46        20                -           0.0000          -
33557.25/1711.95	c      1712       80215208          37        20                -           0.0000          -
33655.33/1717.00	c      1717       47336258          41        20                -           0.0000          -
33755.73/1722.05	c      1722       80717300          35        20                -           0.0000          -
33853.56/1727.10	c      1727       80972730          35        20                -           0.0000          -
33953.18/1732.15	c      1732       47716042          43        20                -           0.0000          -
34052.28/1737.20	c      1737       47842266          41        20                -           0.0000          -
34150.08/1742.25	c      1742       47969412          41        20                -           0.0000          -
34248.14/1747.30	c      1747       81982707          34        20                -           0.0000          -
34348.58/1752.32	c      1752       82243809          32        20                -           0.0000          -
34446.95/1757.33	c      1757       82497392          39        20                -           0.0000          -
34545.33/1762.36	c      1762       82755942          39        20                -           0.0000          -
34643.72/1767.39	c      1767       48605240          49        20                -           0.0000          -
34743.88/1772.40	c      1772        8033378      638516        20                -           0.0000          -
34842.47/1777.45	c      1777       83544867          36        20                -           0.0000          -
34940.66/1782.48	c      1782       83804376          39        20                -           0.0000          -
35039.09/1787.49	c      1787       84060733          36        20                -           0.0000          -
35139.77/1792.54	c      1793        8107616      643028        20                -           0.0000          -
35238.04/1797.59	c      1798       84575860          37        20                -           0.0000          -
35338.60/1802.64	c      1803       84841750          33        20                -           0.0000          -
35437.09/1807.66	c      1808       85105292          37        20                -           0.0000          -
35535.36/1812.67	c      1813       85367101          36        20                -           0.0000          -
35633.83/1817.68	c      1818        5733101      418184        20                -           0.0000          -
35734.31/1822.75	c      1823        5753707      419200        20                -           0.0000          -
35832.65/1827.80	c      1828        5771990      419965        20                -           0.0000          -
35932.79/1832.85	c      1833        8275395      653297        20                -           0.0000          -
36033.05/1837.90	c      1838        5800110      421213        20                -           0.0000          -
36131.37/1842.95	c      1843        5820652      422540        20                -           0.0000          -
36229.85/1848.02	c      1848        5842519      423606        20                -           0.0000          -
36330.66/1853.07	c      1853        5858159      424121        20                -           0.0000          -
36429.12/1858.12	c      1858        5879347      424966        20                -           0.0000          -
36529.63/1863.17	c      1863        5898073      425986        20                -           0.0000          -
36629.25/1868.22	c      1868        5915709      426704        20                -           0.0000          -
36727.61/1873.27	c      1873        5929919      427785        20                -           0.0000          -
36827.96/1878.32	c      1878        5942428      428406        20                -           0.0000          -
36926.58/1883.39	c      1883        5954517      429253        20                -           0.0000          -
37024.78/1888.40	c      1888        5966471      429991        20                -           0.0000          -
37125.27/1893.41	c      1893        8500443      673060        20                -           0.0000          -
37223.67/1898.46	c      1898        8519753      674628        20                -           0.0000          -
37323.97/1903.51	c      1904        6002439      431945        20                -           0.0000          -
37424.35/1908.63	c      1909        6015157      432807        20                -           0.0000          -
37522.81/1913.68	c      1914        6028204      432664        20                -           0.0000          -
37623.18/1918.70	c      1919        6039336      433188        20                -           0.0000          -
37721.59/1923.71	c      1924        6050818      433576        20                -           0.0000          -
37820.14/1928.73	c      1929        6063515      434385        20                -           0.0000          -
37920.58/1933.89	c      1934        6083388      435790        20                -           0.0000          -
38021.07/1938.94	c      1939        6104465      436994        20                -           0.0000          -
38119.59/1943.99	c      1944        6122146      437914        20                -           0.0000          -
38220.71/1949.04	c      1949        6133847      438511        20                -           0.0000          -
38319.12/1954.09	c      1954        6150631      439471        20                -           0.0000          -
38419.73/1959.14	c      1959        6180190      440671        20                -           0.0000          -
38518.30/1964.19	c      1964        6200337      441533        20                -           0.0000          -
38618.09/1969.26	c      1969        6221632      443122        20                -           0.0000          -
38718.57/1974.35	c      1974        6245900      444548        20                -           0.0000          -
38817.08/1979.40	c      1979        6265890      445749        20                -           0.0000          -
38917.68/1984.45	c      1984        6281942      446883        20                -           0.0000          -
39015.79/1989.50	c      1990       93933592          37        20                -           0.0000          -
39116.35/1994.56	c      1995       94165277          38        20                -           0.0000          -
39214.38/1999.57	c      2000       54531349          42        20                -           0.0000          -
39314.78/2004.63	c      2005       94638326          37        20                -           0.0000          -
39413.18/2009.70	c      2010       54786430          43        20                -           0.0000          -
39513.41/2014.71	c      2015       95104535          36        20                -           0.0000          -
39611.75/2019.80	c      2020       95339632          39        20                -           0.0000          -
39712.16/2024.81	c      2025       55169425          44        20                -           0.0000          -
39810.57/2029.90	c      2030       55297143          44        20                -           0.0000          -
39910.80/2034.95	c      2035       96050423          36        20                -           0.0000          -
40009.19/2040.00	c      2040       96291040          37        20                -           0.0000          -
40110.16/2045.05	c      2045        9100329      715149        20                -           0.0000          -
40208.66/2050.10	c      2050       96746568          37        20                -           0.0000          -
40309.10/2055.15	c      2055       96969995          36        20                -           0.0000          -
40407.93/2060.16	c      2060       97198621          38        20                -           0.0000          -
40507.78/2065.21	c      2065       56201225          42        20                -           0.0000          -
40606.20/2070.30	c      2070       97659633          36        20                -           0.0000          -
40706.82/2075.37	c      2075       56455948          39        20                -           0.0000          -
40805.17/2080.39	c      2080       98118994          37        20                -           0.0000          -
40905.41/2085.47	c      2085       98351806          33        20                -           0.0000          -
41005.98/2090.52	c      2091       56852172          45        20                -           0.0000          -
41104.56/2095.57	c      2096       98800632          37        20                -           0.0000          -
41204.57/2100.62	c      2101       99020109          38        20                -           0.0000          -
41303.12/2105.68	c      2106       99240270          33        20                -           0.0000          -
41401.60/2110.69	c      2111       57366816          43        20                -           0.0000          -
41502.03/2115.77	c      2116       57495265          42        20                -           0.0000          -
41602.30/2120.82	c      2121       99923393          36        20                -           0.0000          -
41700.94/2125.87	c      2126       57751466          45        20                -           0.0000          -
41801.38/2130.92	c      2131       57880739          42        20                -           0.0000          -
41899.79/2135.98	c      2136       58005296          43        20                -           0.0000          -
41998.22/2141.02	c      2141        9482372      747478        20                -           0.0000          -
42099.37/2146.07	c      2146      101079044          35        20                -           0.0000          -
42199.63/2151.14	c      2151      101314068          35        20                -           0.0000          -
42298.11/2156.19	c      2156      101556887          34        20                -           0.0000          -
42398.21/2161.24	c      2161       58644936          41        20                -           0.0000          -
42496.60/2166.29	c      2166      102026058          37        20                -           0.0000          -
42596.85/2171.34	c      2171      102255172          35        20                -           0.0000          -
42695.15/2176.38	c      2176       59034300          43        20                -           0.0000          -
42795.61/2181.44	c      2181      102725369          34        20                -           0.0000          -
42896.13/2186.50	c      2186       59290312          47        20                -           0.0000          -
42994.66/2191.56	c      2192      103199831          34        20                -           0.0000          -
43095.14/2196.61	c      2197      103438573          36        20                -           0.0000          -
43193.69/2201.66	c      2202        9730618      766696        20                -           0.0000          -
43294.16/2206.71	c      2207        9753356      768918        20                -           0.0000          -
43392.84/2211.74	c      2212      104147500          37        20                -           0.0000          -
43493.26/2216.83	c      2217        7080213      494719        20                -           0.0000          -
43591.55/2221.88	c      2222        7113903      495988        20                -           0.0000          -
43692.05/2226.93	c      2227        7132558      496589        20                -           0.0000          -
43790.51/2231.98	c      2232        7149293      497368        20                -           0.0000          -
43889.08/2237.03	c      2237       60586628          37        20                -           0.0000          -
43989.91/2242.08	c      2242       60715951          40        20                -           0.0000          -
44088.71/2247.12	c      2247      105792484          35        20                -           0.0000          -
44188.88/2252.18	c      2252      106023388          33        20                -           0.0000          -
44288.88/2257.23	c      2257      106256476          31        20                -           0.0000          -
44387.33/2262.28	c      2262      106496323          36        20                -           0.0000          -
44487.75/2267.32	c      2267       61354157          42        20                -           0.0000          -
44586.14/2272.37	c      2272      106954288          33        20                -           0.0000          -
44686.71/2277.40	c      2277      107194072          35        20                -           0.0000          -
44785.25/2282.50	c      2282       61734524          43        20                -           0.0000          -
44885.76/2287.51	c      2288       61863151          42        20                -           0.0000          -
44984.10/2292.54	c      2293      107891206          43        20                -           0.0000          -
45082.49/2297.58	c      2298      108116222          37        20                -           0.0000          -
45182.83/2302.63	c      2303      108349300          37        20                -           0.0000          -
45281.37/2307.67	c      2308      108579028          35        20                -           0.0000          -
45381.87/2312.74	c      2313       62507373          42        20                -           0.0000          -
45480.43/2317.76	c      2318       62637438          39        20                -           0.0000          -
45580.97/2322.81	c      2323       62765085          40        20                -           0.0000          -
45679.55/2327.82	c      2328       10163637      803329        20                -           0.0000          -
45778.01/2332.89	c      2333      109705768          39        20                -           0.0000          -
45878.59/2337.94	c      2338       10181591      805007        20                -           0.0000          -
45977.15/2343.02	c      2343      110166699          36        20                -           0.0000          -
46080.38/2348.18	c      2348       63411515          40        20                -           0.0000          -
46179.97/2353.25	c      2353      110626184          37        20                -           0.0000          -
46280.53/2358.30	c      2358      110854104          39        20                -           0.0000          -
46378.97/2363.35	c      2363      111083671          34        20                -           0.0000          -
46477.49/2368.40	c      2368       63924557          38        20                -           0.0000          -
46578.08/2373.48	c      2373       64054636          41        20                -           0.0000          -
46678.49/2378.53	c      2379      111766515          38        20                -           0.0000          -
46776.88/2383.55	c      2384      112001608          37        20                -           0.0000          -
46877.29/2388.64	c      2389      112240345          38        20                -           0.0000          -
46975.57/2393.69	c      2394      112478497          36        20                -           0.0000          -
47076.02/2398.71	c      2399       64698403          40        20                -           0.0000          -
47174.76/2403.79	c      2404      112958899          34        20                -           0.0000          -
47275.14/2408.84	c      2409      113207280          37        20                -           0.0000          -
47373.69/2413.89	c      2414      113445239          36        20                -           0.0000          -
47474.16/2418.94	c      2419      113682458          33        20                -           0.0000          -
47572.63/2423.99	c      2424      113927059          38        20                -           0.0000          -
47671.14/2429.00	c      2429       65462852          41        20                -           0.0000          -
47771.86/2434.09	c      2434       65590060          37        20                -           0.0000          -
47872.40/2439.14	c      2439      114625628          31        20                -           0.0000          -
47971.06/2444.16	c      2444      114869401          34        20                -           0.0000          -
48069.56/2449.18	c      2449      115110217          36        20                -           0.0000          -
48168.12/2454.19	c      2454      115349168          37        20                -           0.0000          -
48267.97/2459.23	c      2459        7932710      554757        20                -           0.0000          -
48366.38/2464.24	c      2464        7946766      556046        20                -           0.0000          -
48466.78/2469.31	c      2469        7964766      558074        20                -           0.0000          -
48565.32/2474.36	c      2474       10624528      839985        20                -           0.0000          -
48665.83/2479.41	c      2479       10646091      841448        20                -           0.0000          -
48764.49/2484.46	c      2484       10664062      842899        20                -           0.0000          -
48865.00/2489.54	c      2490       10691860      844639        20                -           0.0000          -
48963.57/2494.59	c      2495       10713951      846540        20                -           0.0000          -
49064.07/2499.64	c      2500       10740203      848206        20                -           0.0000          -
49162.67/2504.66	c      2505       67413024          43        20                -           0.0000          -
49263.17/2509.71	c      2510      117921570          33        20                -           0.0000          -
49361.63/2514.74	c      2515       67680842          43        20                -           0.0000          -
49462.17/2519.88	c      2520      118392872          33        20                -           0.0000          -
49562.86/2524.92	c      2525       10843399      852718        20                -           0.0000          -
49661.27/2529.97	c      2530      118859648          31        20                -           0.0000          -
49759.56/2534.98	c      2535      119095404          37        20                -           0.0000          -
49860.63/2540.11	c      2540      119332073          36        20                -           0.0000          -
49961.05/2545.16	c      2545       68490541          46        20                -           0.0000          -
50061.05/2550.23	c      2550       68621768          43        20                -           0.0000          -
50159.53/2555.28	c      2555      120059617          32        20                -           0.0000          -
50260.14/2560.33	c      2560       68891372          41        20                -           0.0000          -
50358.66/2565.38	c      2565       69025737          40        20                -           0.0000          -
50459.00/2570.43	c      2570      120785972          35        20                -           0.0000          -
50557.35/2575.44	c      2575       11011539      863876        20                -           0.0000          -
50657.83/2580.52	c      2581      121266825          34        20                -           0.0000          -
50752.36/2585.34	c *    2585        8406704      594506        20           0.0000           0.0000      0.00%
50752.36/2585.34	c      2585      130071476           0         0           0.0000           0.0000      0.00%
50752.36/2585.34	c      2585      121544010           0         0           0.0000           0.0000      0.00%
50752.36/2585.34	c      2585      115394107           0         0           0.0000           0.0000      0.00%
50752.36/2585.34	c      2585      132687353           0         0           0.0000           0.0000      0.00%
50752.36/2585.34	c      2585       69574587           0         0           0.0000           0.0000      0.00%
50752.36/2585.34	c      2585      107329906           0         0           0.0000           0.0000      0.00%
50784.48/2587.65	c      2588      107329906           0         0           0.0000           0.0000      0.00%
50810.05/2590.99	c      2591      107329906           0         0           0.0000           0.0000      0.00%
50810.05/2590.99	c SCIP Status        : c problem is solved
50810.05/2590.99	c Total Time         : 2590.99
50810.05/2590.99	c   solving          : 2590.99
50810.05/2590.99	c   presolving       : 0.00 (included in solving)
50810.05/2590.99	c B&B Tree           :
50810.05/2590.99	c   nodes (total)    : 107329906
50810.05/2590.99	c Solution           :
50810.05/2590.99	c   Solutions found  : 1
50810.05/2590.99	c   Primal Bound     : +0.00000000000000e+00
50810.05/2590.99	c   Dual Bound       : +0.00000000000000e+00
50810.05/2590.99	c Gap                : 0.00000 %
50810.05/2590.99	s SATISFIABLE
50810.05/2590.99	v -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 
50810.05/2590.99	v -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 x22 x21 -x20 
50810.05/2590.99	v -x19 -x18 x17 x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 

Verifier Data

OK	0

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 (190515 MiB free)
  memory of node 1: 193494 MiB (190326 MiB free)
  memory of node 2: 193531 MiB (190942 MiB free)
  memory of node 3: 193531 MiB (192136 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-4465552-1722454801/watcher-4465552-1722454801 -o /tmp/evaluation-result-4465552-1722454801/solver-4465552-1722454801 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71507 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465552-1722454801.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100227 s]*
/proc/loadavg: 73.52 49.90 49.24 81/1028 74325
/proc/meminfo: memFree=782178476/790760804 swapFree=131071996/131071996
[pid=74284] ppid=74281 vsize=1663060 memory=91652 CPUtime=1.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/stat : 74284 (fscip) S 74281 74284 71494 0 -1 1077936128 18908 0 0 0 130 14 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
/proc/74284/statm: 415765 22913 2950 3035 0 110863 0
[pid=74284/tid=74286] ppid=74281 vsize=1663060 memory=-5155634578721367941 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74286/stat : 74286 (fscip) R 74281 74284 71494 0 -1 4194368 1107 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74287] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74287/stat : 74287 (fscip) R 74281 74284 71494 0 -1 4194368 1029 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74288] ppid=74281 vsize=1663060 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74288/stat : 74288 (fscip) R 74281 74284 71494 0 -1 4194368 490 0 0 0 4 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74289] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74289/stat : 74289 (fscip) R 74281 74284 71494 0 -1 4194368 1081 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74290] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74290/stat : 74290 (fscip) R 74281 74284 71494 0 -1 4194368 1008 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74291] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74291/stat : 74291 (fscip) R 74281 74284 71494 0 -1 4194368 491 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74292] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) R 74281 74284 71494 0 -1 4194368 1079 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74293] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74293/stat : 74293 (fscip) R 74281 74284 71494 0 -1 4194368 1024 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74294] ppid=74281 vsize=1663060 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74294/stat : 74294 (fscip) R 74281 74284 71494 0 -1 1077936192 490 0 0 0 7 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74295] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74295/stat : 74295 (fscip) R 74281 74284 71494 0 -1 4194368 1099 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74296] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74296/stat : 74296 (fscip) R 74281 74284 71494 0 -1 4194368 1038 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74297] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74297/stat : 74297 (fscip) R 74281 74284 71494 0 -1 4194368 487 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74298] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74298/stat : 74298 (fscip) R 74281 74284 71494 0 -1 4194368 1097 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74299] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74299/stat : 74299 (fscip) R 74281 74284 71494 0 -1 4194368 1027 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74300] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74300/stat : 74300 (fscip) R 74281 74284 71494 0 -1 4194368 490 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74301] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74301/stat : 74301 (fscip) R 74281 74284 71494 0 -1 4194368 1103 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74302] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74302/stat : 74302 (fscip) R 74281 74284 71494 0 -1 4194368 1027 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74303] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74303/stat : 74303 (fscip) R 74281 74284 71494 0 -1 4194368 489 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74304] ppid=74281 vsize=1663060 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74304/stat : 74304 (fscip) R 74281 74284 71494 0 -1 4194368 1099 0 0 0 6 1 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74305] ppid=74281 vsize=1663060 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74305/stat : 74305 (fscip) R 74281 74284 71494 0 -1 4194368 1006 0 0 0 6 0 0 0 20 0 41 0 12063240 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74306] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74306/stat : 74306 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74307] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74307/stat : 74307 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74309] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74309/stat : 74309 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74310] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74310/stat : 74310 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74312] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74312/stat : 74312 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74313] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74313/stat : 74313 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74314] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74314/stat : 74314 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74315] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74315/stat : 74315 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74317] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74317/stat : 74317 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74318] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74318/stat : 74318 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74319] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74319/stat : 74319 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74320] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74320/stat : 74320 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74321] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74321/stat : 74321 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74322] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74322/stat : 74322 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74323] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74323/stat : 74323 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74324] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74324/stat : 74324 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74325] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74325/stat : 74325 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 22913 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1663060 KiB
Current children cumulated memory: 91652 KiB

[startup+0.224925 s]*
/proc/loadavg: 73.52 49.90 49.24 81/1028 74325
/proc/meminfo: memFree=782172340/790760804 swapFree=131071996/131071996
[pid=74284] ppid=74281 vsize=1663060 memory=95548 CPUtime=3.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/stat : 74284 (fscip) S 74281 74284 71494 0 -1 1077936128 20039 0 0 0 375 20 0 0 20 0 41 0 12063240 1702973440 23887 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
/proc/74284/statm: 415765 23887 2950 3035 0 112156 0
[pid=74284/tid=74286] ppid=74281 vsize=1663060 memory=-5155634578721367941 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74286/stat : 74286 (fscip) R 74281 74284 71494 0 -1 4194368 1283 0 0 0 18 0 0 0 20 0 41 0 12063240 1702973440 23887 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74287] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74287/stat : 74287 (fscip) R 74281 74284 71494 0 -1 4194368 1033 0 0 0 18 1 0 0 20 0 41 0 12063240 1702973440 23887 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74288] ppid=74281 vsize=1663060 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74288/stat : 74288 (fscip) R 74281 74284 71494 0 -1 4194368 490 0 0 0 16 1 0 0 20 0 41 0 12063240 1702973440 23887 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74289] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74289/stat : 74289 (fscip) R 74281 74284 71494 0 -1 4194368 1277 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23887 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74290] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74290/stat : 74290 (fscip) R 74281 74284 71494 0 -1 4194368 1045 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23887 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74291] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74291/stat : 74291 (fscip) R 74281 74284 71494 0 -1 4194368 491 0 0 0 18 1 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74292] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) R 74281 74284 71494 0 -1 4194368 1163 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74293] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74293/stat : 74293 (fscip) R 74281 74284 71494 0 -1 4194368 1030 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74294] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74294/stat : 74294 (fscip) R 74281 74284 71494 0 -1 4194368 490 0 0 0 18 1 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74295] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74295/stat : 74295 (fscip) R 74281 74284 71494 0 -1 4194368 1311 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74296] ppid=74281 vsize=1663060 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74296/stat : 74296 (fscip) R 74281 74284 71494 0 -1 4194368 1051 0 0 0 18 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74297] ppid=74281 vsize=1663060 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74297/stat : 74297 (fscip) R 74281 74284 71494 0 -1 4194368 489 0 0 0 18 2 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74298] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74298/stat : 74298 (fscip) R 74281 74284 71494 0 -1 4194368 1226 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74299] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74299/stat : 74299 (fscip) R 74281 74284 71494 0 -1 4194368 1056 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74300] ppid=74281 vsize=1663060 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74300/stat : 74300 (fscip) R 74281 74284 71494 0 -1 4194368 490 0 0 0 19 1 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74301] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74301/stat : 74301 (fscip) R 74281 74284 71494 0 -1 4194368 1138 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74302] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74302/stat : 74302 (fscip) R 74281 74284 71494 0 -1 4194368 1033 0 0 0 19 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74303] ppid=74281 vsize=1663060 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74303/stat : 74303 (fscip) R 74281 74284 71494 0 -1 4194368 490 0 0 0 18 1 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74304] ppid=74281 vsize=1663060 memory=0 CPUtime=0.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74304/stat : 74304 (fscip) R 74281 74284 71494 0 -1 1077936192 1251 0 0 0 16 1 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74305] ppid=74281 vsize=1663060 memory=0 CPUtime=0.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74305/stat : 74305 (fscip) R 74281 74284 71494 0 -1 4194368 1052 0 0 0 18 0 0 0 20 0 41 0 12063240 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74306] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74306/stat : 74306 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74307] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74307/stat : 74307 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74309] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74309/stat : 74309 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74310] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74310/stat : 74310 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74312] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74312/stat : 74312 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74313] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74313/stat : 74313 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74314] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74314/stat : 74314 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74315] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74315/stat : 74315 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74317] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74317/stat : 74317 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74318] ppid=74281 vsize=1663060 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74318/stat : 74318 (fscip) S 74281 74284 71494 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12063244 1702973440 23953 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0

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

/proc/74284/task/74289/stat : 74289 (fscip) R 74281 74284 71494 0 -1 4194368 4048651 0 0 0 251992 3252 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74292] ppid=74281 vsize=13536172 memory=11440 CPUtime=2552.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) R 74281 74284 71494 0 -1 4194368 4101733 0 0 0 252233 3056 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74295] ppid=74281 vsize=13536172 memory=15664 CPUtime=2551.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74295/stat : 74295 (fscip) R 74281 74284 71494 0 -1 4194368 4840774 0 0 0 251976 3157 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74296] ppid=74281 vsize=13536172 memory=2732 CPUtime=2557.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74296/stat : 74296 (fscip) R 74281 74284 71494 0 -1 4194368 2782139 0 0 0 253051 2681 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74298] ppid=74281 vsize=13536172 memory=6668 CPUtime=2551.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74298/stat : 74298 (fscip) R 74281 74284 71494 0 -1 4194368 2141942 0 0 0 251290 3819 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74301] ppid=74281 vsize=13536172 memory=19674380 CPUtime=2551.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74301/stat : 74301 (fscip) R 74281 74284 71494 0 -1 4194368 4177049 0 0 0 251921 3250 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74304] ppid=74281 vsize=13536172 memory=16584288 CPUtime=2550.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74304/stat : 74304 (fscip) R 74281 74284 71494 0 -1 4194368 4740002 0 0 0 251438 3584 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74305] ppid=74281 vsize=13536172 memory=251027 CPUtime=2557.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74305/stat : 74305 (fscip) R 74281 74284 71494 0 -1 4194368 3199346 0 0 0 253250 2516 0 0 20 0 23 0 12063240 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74306] ppid=74281 vsize=13536172 memory=251619 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74306/stat : 74306 (fscip) S 74281 74284 71494 0 -1 1077936192 52 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=13536172 memory=10544 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74310] ppid=74281 vsize=13536172 memory=5512 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74310/stat : 74310 (fscip) S 74281 74284 71494 0 -1 1077936192 96 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=13536172 memory=15776 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74312] ppid=74281 vsize=13536172 memory=-7523376996061111672 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74312/stat : 74312 (fscip) S 74281 74284 71494 0 -1 1077936192 94 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74314] ppid=74281 vsize=13536172 memory=33000 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74314/stat : 74314 (fscip) S 74281 74284 71494 0 -1 1077936192 94 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74315] ppid=74281 vsize=13536172 memory=1804 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74315/stat : 74315 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=13536172 memory=6048 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74317] ppid=74281 vsize=13536172 memory=-7523376996061111672 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74317/stat : 74317 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74319] ppid=74281 vsize=13536172 memory=33000 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74319/stat : 74319 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74322] ppid=74281 vsize=13536172 memory=1804 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74322/stat : 74322 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74323] ppid=74281 vsize=13536172 memory=6048 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74323/stat : 74323 (fscip) S 74281 74284 71494 0 -1 1077936192 94 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74325] ppid=74281 vsize=13536172 memory=51200 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74325/stat : 74325 (fscip) S 74281 74284 71494 0 -1 1077936192 96 0 0 0 0 1 0 0 20 0 23 0 12063244 13861040128 2856443 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
Current children cumulated CPU time: 50798.7 s
Current children cumulated vsize: 13536172 KiB
Current children cumulated memory: 11425772 KiB

[startup+2589.6 s]
/proc/loadavg: 79.42 79.82 78.02 70/1004 75907
/proc/meminfo: memFree=741215512/790760804 swapFree=131071996/131071996
[pid=74284] ppid=74281 vsize=10119160 memory=8109960 CPUtime=50804.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/stat : 74284 (fscip) S 74281 74284 71494 0 -1 1077936128 45786698 0 0 0 4954134 126357 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
/proc/74284/statm: 2529790 2027490 3030 3035 0 2237472 0
[pid=74284/tid=74289] ppid=74281 vsize=10119160 memory=7312 CPUtime=2553.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74289/stat : 74289 (fscip) R 74281 74284 71494 0 -1 4194368 4053843 0 0 0 252071 3252 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74292] ppid=74281 vsize=10119160 memory=-7523376996061111672 CPUtime=2553.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) R 74281 74284 71494 0 -1 4194368 4107654 0 0 0 252311 3057 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74295] ppid=74281 vsize=10119160 memory=2732 CPUtime=2552.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74295/stat : 74295 (fscip) R 74281 74284 71494 0 -1 4194368 4846603 0 0 0 252054 3157 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74301] ppid=74281 vsize=10119160 memory=6668 CPUtime=2552.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74301/stat : 74301 (fscip) R 74281 74284 71494 0 -1 4194368 4183598 0 0 0 251999 3250 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74304] ppid=74281 vsize=10119160 memory=19659968 CPUtime=2551.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74304/stat : 74304 (fscip) R 74281 74284 71494 0 -1 4194368 4746454 0 0 0 251517 3584 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74305] ppid=74281 vsize=10119160 memory=104 CPUtime=2558.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74305/stat : 74305 (fscip) R 74281 74284 71494 0 -1 4194368 3202125 0 0 0 253328 2517 0 0 20 0 16 0 12063240 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74306] ppid=74281 vsize=10119160 memory=25932 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74306/stat : 74306 (fscip) S 74281 74284 71494 0 -1 1077936192 52 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=10119160 memory=21372 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74310] ppid=74281 vsize=10119160 memory=2208 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74310/stat : 74310 (fscip) S 74281 74284 71494 0 -1 1077936192 96 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=10119160 memory=2036 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74314] ppid=74281 vsize=10119160 memory=2316 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74314/stat : 74314 (fscip) S 74281 74284 71494 0 -1 1077936192 94 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74315] ppid=74281 vsize=10119160 memory=33000 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74315/stat : 74315 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=10119160 memory=1804 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74319] ppid=74281 vsize=10119160 memory=6048 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74319/stat : 74319 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74322] ppid=74281 vsize=10119160 memory=51200 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74322/stat : 74322 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 16 0 12063244 10362019840 2027490 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
Current children cumulated CPU time: 50804.9 s
Current children cumulated vsize: 10119160 KiB
Current children cumulated memory: 8109960 KiB

[startup+2590.4 s]
/proc/loadavg: 79.42 79.82 78.02 66/996 75907
/proc/meminfo: memFree=745696516/790760804 swapFree=131071996/131071996
[pid=74284] ppid=74281 vsize=6271396 memory=4305872 CPUtime=50808.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/stat : 74284 (fscip) S 74281 74284 71494 0 -1 1077936128 45802545 0 0 0 4954496 126375 0 0 20 0 9 0 12063240 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
/proc/74284/statm: 1567849 1076468 3030 3035 0 1304289 0
[pid=74284/tid=74292] ppid=74281 vsize=6271396 memory=2708 CPUtime=2554.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) R 74281 74284 71494 0 -1 4194368 4111710 0 0 0 252386 3058 0 0 20 0 9 0 12063240 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74295] ppid=74281 vsize=6271396 memory=11440 CPUtime=2552.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74295/stat : 74295 (fscip) R 74281 74284 71494 0 -1 4194368 4849376 0 0 0 252129 3158 0 0 20 0 9 0 12063240 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74301] ppid=74281 vsize=6271396 memory=15664 CPUtime=2553.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74301/stat : 74301 (fscip) R 74281 74284 71494 0 -1 4194368 4185292 0 0 0 252075 3250 0 0 20 0 9 0 12063240 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=6271396 memory=5512 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 9 0 12063244 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=6271396 memory=11788 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 9 0 12063244 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=6271396 memory=2696 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 9 0 12063244 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74319] ppid=74281 vsize=6271396 memory=15776 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74319/stat : 74319 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 9 0 12063244 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74322] ppid=74281 vsize=6271396 memory=2316 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74322/stat : 74322 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 9 0 12063244 6421909504 1076468 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
Current children cumulated CPU time: 50808.7 s
Current children cumulated vsize: 6271396 KiB
Current children cumulated memory: 4305872 KiB

[startup+2590.8 s]
/proc/loadavg: 79.42 79.82 78.02 66/996 75907
/proc/meminfo: memFree=745696516/790760804 swapFree=131071996/131071996
[pid=74284] ppid=74281 vsize=5200572 memory=3246916 CPUtime=50809.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/stat : 74284 (fscip) S 74281 74284 71494 0 -1 1077936128 45839645 0 0 0 4954606 126381 0 0 20 0 9 0 12063240 5325385728 812753 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
/proc/74284/statm: 1300143 812241 3030 3035 0 1052717 0
[pid=74284/tid=74292] ppid=74281 vsize=5200572 memory=-7523376996061111672 CPUtime=2554.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) D 74281 74284 71494 0 -1 4194368 4116640 0 0 0 252425 3058 0 0 20 0 9 0 12063240 5325385728 810705 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74295] ppid=74281 vsize=5200572 memory=5356 CPUtime=2553.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74295/stat : 74295 (fscip) D 74281 74284 71494 0 -1 4194368 4866328 0 0 0 252165 3160 0 0 20 0 9 0 12063240 5325385728 810193 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74301] ppid=74281 vsize=5200572 memory=11600 CPUtime=2553.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74301/stat : 74301 (fscip) R 74281 74284 71494 0 -1 4194368 4200510 0 0 0 252110 3255 0 0 20 0 9 0 12063240 5325385728 810193 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=5200572 memory=13624 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 9 0 12063244 5325385728 809681 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=5200572 memory=-7523376996061111672 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 9 0 12063244 5325385728 809169 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=5200572 memory=3300 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 9 0 12063244 5325385728 809169 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74319] ppid=74281 vsize=5200572 memory=2264 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74319/stat : 74319 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 9 0 12063244 5325385728 808657 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74322] ppid=74281 vsize=5200572 memory=1668 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74322/stat : 74322 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 9 0 12063244 5325385728 808657 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
Current children cumulated CPU time: 50809.9 s
Current children cumulated vsize: 5200572 KiB
Current children cumulated memory: 3246916 KiB

[startup+2590.9 s]
/proc/loadavg: 79.42 79.82 78.02 66/996 75907
/proc/meminfo: memFree=745696516/790760804 swapFree=131071996/131071996
[pid=74284] ppid=74281 vsize=3453704 memory=1587468 CPUtime=50810.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/stat : 74284 (fscip) S 74281 74284 71494 0 -1 1077936128 45840915 0 0 0 4954617 126388 0 0 20 0 7 0 12063240 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
/proc/74284/statm: 863426 396867 3030 3035 0 623103 0
[pid=74284/tid=74292] ppid=74281 vsize=3453704 memory=16101892 CPUtime=2554.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74292/stat : 74292 (fscip) R 74281 74284 71494 0 -1 4194368 4116876 0 0 0 252433 3058 0 0 20 0 7 0 12063240 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74308] ppid=74281 vsize=3453704 memory=11440 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74308/stat : 74308 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 7 0 12063244 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74311] ppid=74281 vsize=3453704 memory=280518812021984 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74311/stat : 74311 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 7 0 12063244 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74316] ppid=74281 vsize=3453704 memory=31316 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74316/stat : 74316 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 7 0 12063244 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74319] ppid=74281 vsize=3453704 memory=8870680 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74319/stat : 74319 (fscip) S 74281 74284 71494 0 -1 1077936192 98 0 0 0 0 1 0 0 20 0 7 0 12063244 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
[pid=74284/tid=74322] ppid=74281 vsize=3453704 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74284/task/74322/stat : 74322 (fscip) S 74281 74284 71494 0 -1 1077936192 95 0 0 0 0 1 0 0 20 0 7 0 12063244 3536592896 396867 809668444160 4194304 16623229 140726050500128 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27222016 140726050505738 140726050505856 140726050505856 140726050512880 0
Current children cumulated CPU time: 50810.1 s
Current children cumulated vsize: 3453704 KiB
Current children cumulated memory: 1587468 KiB

Child status: 0

Real time (s): 2591.02
CPU time (s): 50810.2
CPU user time (s): 49546.2
CPU system time (s): 1263.95
CPU usage (%): 1961.01
Max. virtual memory (cumulated for all children) (KiB): 18567048
Max. memory (cumulated for all children) (KiB): 16584288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49546.2
system time used= 1263.95
maximum resident set size= 16584288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45841507
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= 57745829
involuntary context switches= 80583


# summary of solver processes directly reported to runsolver:
#   pid: 74284
#   total CPU time (s): 50810.2
#   total CPU user time (s): 49546.2
#   total CPU system time (s): 1263.95

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7651 second user time and 51.2079 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 21:40:01
IDJOB=4465552
IDBENCH=148100
IDSOLVER=3094
FILE ID=nodeD105/4465552-1722454801
RUNJOBID= nodeD105-1722454451-71507
SLURM_JOB_ID= 8254239
Free space on /tmp= 8622840 MiB

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

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=471136329

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        782256928 kB
MemAvailable:   781045232 kB
Buffers:          158052 kB
Cached:          1990484 kB
SwapCached:            0 kB
Active:           314712 kB
Inactive:        5801756 kB
Active(anon):       2168 kB
Inactive(anon):  3988288 kB
Active(file):     312544 kB
Inactive(file):  1813468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57260 kB
Writeback:            20 kB
AnonPages:       3966464 kB
Mapped:           125556 kB
Shmem:             22536 kB
KReclaimable:     163988 kB
Slab:             506192 kB
SReclaimable:     163988 kB
SUnreclaim:       342204 kB
KernelStack:       17344 kB
PageTables:        18012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1411964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      522240 kB
DirectMap2M:    60792832 kB
DirectMap1G:    744488960 kB

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