Trace number 4465715

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x100split.cnf-extracted.pb.metafix.opb
MD5SUM8184a92443c0bd6c42f1e968e18f3f0b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.154425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints800
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)798
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 25886720, getVmSize() = 25886720, SCIPgetMemUsed() = 2740995, SCIPgetMemTotal() = 4280131, SCIPgetMemExternEstim() = 1309272
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 17469764, getVmSize() = 32563200, SCIPgetMemUsed() = 6422287, SCIPgetMemTotal() = 9895207, SCIPgetMemExternEstim() = 1309272
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465715-1722562003
0.00/0.01	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 800
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 300
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 300 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.42/5.12	c         5          72717          89        20                -           0.0000          -
198.04/10.16	c        10         148628          90        20                -           0.0000          -
298.25/15.21	c        15         355036          93        20                -           0.0000          -
396.87/20.26	c        20         455486          89        20                -           0.0000          -
497.40/25.30	c        25         460115          86        20                -           0.0000          -
596.16/30.35	c        30         567763          82        20                -           0.0000          -
696.89/35.40	c        35         676804          85        20                -           0.0000          -
795.47/40.45	c        40         954345          99        20                -           0.0000          -
894.40/45.50	c        46        1077559          99        20                -           0.0000          -
994.99/50.55	c        51        1204523         105        20                -           0.0000          -
1093.67/55.60	c        56        1118892          80        20                -           0.0000          -
1194.33/60.65	c        61        1209356          84        20                -           0.0000          -
1295.11/65.70	c        66        1302413          85        20                -           0.0000          -
1393.86/70.75	c        71        1396689          84        20                -           0.0000          -
1494.52/75.80	c        76        1489712          81        20                -           0.0000          -
1593.32/80.85	c        81        1976221         101        20                -           0.0000          -
1692.16/85.88	c        86        1677515          80        20                -           0.0000          -
1792.88/90.95	c        91        1771368          83        20                -           0.0000          -
1891.88/96.00	c        96        1865403          83        20                -           0.0000          -
1992.86/101.05	c       101        2442632          95        20                -           0.0000          -
2091.91/106.07	c       106        2052442          79        20                -           0.0000          -
2192.41/111.14	c       111        2145109          78        20                -           0.0000          -
2292.61/116.21	c       116        2239466          75        20                -           0.0000          -
2391.34/121.25	c       121        3211608          88        20                -           0.0000          -
2490.33/126.27	c       126        2444442          83        20                -           0.0000          -
2588.83/131.28	c       131          74841       39096        20                -           0.0000          -
2689.44/136.34	c       136          78234       41206        20                -           0.0000          -
2790.11/141.42	c       141        2814933          79        20                -           0.0000          -
2889.02/146.50	c       146        2939635          81        20                -           0.0000          -
2989.54/151.54	c       152        3569071         102        20                -           0.0000          -
3088.15/156.59	c       157        3188114          86        20                -           0.0000          -
3188.97/161.64	c       162        3315150          84        20                -           0.0000          -
3287.75/166.69	c       167        3441082          86        20                -           0.0000          -
3388.33/171.74	c       172        3981354          99        20                -           0.0000          -
3487.03/176.79	c       177        3686661          81        20                -           0.0000          -
3587.78/181.84	c       182        3814122          78        20                -           0.0000          -
3686.63/186.89	c       187        4380559         102        20                -           0.0000          -
3787.51/191.94	c       192        4067860          78        20                -           0.0000          -
3886.32/196.99	c       197        4192376          78        20                -           0.0000          -
3987.70/202.04	c       202        4740008          97        20                -           0.0000          -
4086.39/207.09	c       207        4864608          97        20                -           0.0000          -
4186.67/212.14	c       212        4575879          79        20                -           0.0000          -
4286.71/217.20	c       217        5132743         100        20                -           0.0000          -
4385.35/222.24	c       222        5245986         101        20                -           0.0000          -
4484.16/227.29	c       227        4955047          80        20                -           0.0000          -
4584.93/232.34	c       232        5081533          80        20                -           0.0000          -
4683.87/237.39	c       237        5672116          97        20                -           0.0000          -
4784.60/242.44	c       242        5800851          98        20                -           0.0000          -
4883.48/247.49	c       248        5411164          70        20                -           0.0000          -
4984.20/252.54	c       253        5498441          72        20                -           0.0000          -
5083.08/257.57	c       258        5573505          70        20                -           0.0000          -
5183.74/262.64	c       263        5678765         137        20                -           0.0000          -
5282.40/267.69	c       268        6500294          97        20                -           0.0000          -
5382.97/272.74	c       273        6624584          99        20                -           0.0000          -
5481.72/277.79	c       278        6745236          97        20                -           0.0000          -
5582.72/282.84	c       283        6861166          97        20                -           0.0000          -
5681.63/287.89	c       288        6398567         141        20                -           0.0000          -
5782.44/292.90	c       293        6540803         145        20                -           0.0000          -
5881.36/297.99	c       298         154448      103385        20                -           0.0000          -
5982.72/303.03	c       303        6823201         137        20                -           0.0000          -
6081.63/308.05	c       308        6961264         137        20                -           0.0000          -
6180.23/313.08	c       313        7103822         136        20                -           0.0000          -
6281.28/318.19	c       318        7240659         137        20                -           0.0000          -
6381.54/323.24	c       323        7827093         100        20                -           0.0000          -
6480.47/328.29	c       328        8604126          87        20                -           0.0000          -
6581.09/333.34	c       333        7663748         136        20                -           0.0000          -
6679.91/338.39	c       338        7806346         137        20                -           0.0000          -
6780.58/343.44	c       343        7949736         133        20                -           0.0000          -
6879.61/348.49	c       348        8461256         101        20                -           0.0000          -
6980.25/353.54	c       354        9255349          88        20                -           0.0000          -
7079.12/358.59	c       359        8763467          96        20                -           0.0000          -
7179.96/363.64	c       364        9508588          89        20                -           0.0000          -
7278.78/368.68	c       369        8667519         137        20                -           0.0000          -
7379.60/373.75	c       374        8812996         140        20                -           0.0000          -
7478.47/378.79	c       379        9295915         100        20                -           0.0000          -
7579.41/383.84	c       384       10035217          90        20                -           0.0000          -
7678.24/388.89	c       389        9248804         140        20                -           0.0000          -
7779.36/393.91	c       394        9380484         136        20                -           0.0000          -
7878.11/398.98	c       399        9528585         133        20                -           0.0000          -
7979.24/404.04	c       404        9674144         132        20                -           0.0000          -
8078.16/409.09	c       409        9823659         138        20                -           0.0000          -
8177.15/414.10	c       414        9972640         131        20                -           0.0000          -
8276.14/419.13	c       419       10123201         134        20                -           0.0000          -
8376.79/424.18	c       424       10262237         136        20                -           0.0000          -
8477.09/429.29	c       429       10370396         137        20                -           0.0000          -
8577.88/434.34	c       434       11192112          87        20                -           0.0000          -
8676.69/439.39	c       439       10647999         138        20                -           0.0000          -
8777.57/444.44	c       444       11440352          87        20                -           0.0000          -
8876.48/449.49	c       450       10945245         136        20                -           0.0000          -
8977.27/454.50	c       455       11095223         138        20                -           0.0000          -
9076.27/459.53	c       460       11244112         137        20                -           0.0000          -
9175.11/464.59	c       465       11395668         135        20                -           0.0000          -
9275.87/469.68	c       470       11546040         135        20                -           0.0000          -
9376.54/474.74	c       475       11696568         139        20                -           0.0000          -
9475.24/479.76	c       480       11848118         139        20                -           0.0000          -
9576.11/484.84	c       485       12380736          91        20                -           0.0000          -
9674.89/489.89	c       490       12493318          87        20                -           0.0000          -
9775.70/494.94	c       495       12269555         134        20                -           0.0000          -
9874.31/499.99	c       500       12719628          89        20                -           0.0000          -
9975.69/505.04	c       505       12566577         132        20                -           0.0000          -
10074.71/510.09	c       510       12714747         132        20                -           0.0000          -
10175.28/515.14	c       515       13053841          90        20                -           0.0000          -
10274.35/520.19	c       520       12959983         134        20                -           0.0000          -
10374.29/525.24	c       525       13081031         140        20                -           0.0000          -
10473.20/530.28	c       530       13217303         134        20                -           0.0000          -
10574.15/535.35	c       535       13466084          94        20                -           0.0000          -
10672.84/540.39	c       540       13507469         132        20                -           0.0000          -
10773.63/545.44	c       545       13658317         136        20                -           0.0000          -
10872.54/550.49	c       550       13802626         137        20                -           0.0000          -
10973.14/555.54	c       556       13952391         134        20                -           0.0000          -
11071.97/560.55	c       561       14104011         132        20                -           0.0000          -
11172.63/565.64	c       566         257282      189340        20                -           0.0000          -
11271.54/570.68	c       571       14388209         134        20                -           0.0000          -
11372.34/575.74	c       576       14519074         137        20                -           0.0000          -
11471.29/580.79	c       581       14548235          87        20                -           0.0000          -
11572.23/585.84	c       586       14653961          84        20                -           0.0000          -
11670.99/590.87	c       591       14952437         134        20                -           0.0000          -
11771.94/595.94	c       596       15100471         132        20                -           0.0000          -
11870.54/600.99	c       601       15252047         132        20                -           0.0000          -
11971.78/606.04	c       606       15381821         141        20                -           0.0000          -
12070.90/611.09	c       611       15231239          84        20                -           0.0000          -
12169.78/616.10	c       616       15641664         138        20                -           0.0000          -
12270.61/621.16	c       621       15759252         140        20                -           0.0000          -
12370.78/626.24	c       626       15882814         138        20                -           0.0000          -
12469.28/631.29	c       631       15533885          85        20                -           0.0000          -
12569.90/636.34	c       636       16133355         139        20                -           0.0000          -
12668.64/641.39	c       641       16275531         141        20                -           0.0000          -
12769.48/646.44	c       646       16009000          87        20                -           0.0000          -
12868.23/651.49	c       652       16134193          86        20                -           0.0000          -
12968.96/656.52	c       657       16728947         134        20                -           0.0000          -
13067.53/661.58	c       662       16883541         141        20                -           0.0000          -
13168.41/666.64	c       667       16476478          89        20                -           0.0000          -
13267.45/671.69	c       672       16599712          85        20                -           0.0000          -
13368.22/676.74	c       677       17352802         132        20                -           0.0000          -
13467.03/681.78	c       682       17499571         131        20                -           0.0000          -
13567.99/686.84	c       687       16634534          84        20                -           0.0000          -
13666.84/691.89	c       692       16729599          81        20                -           0.0000          -
13767.66/696.94	c       697       16824975          87        20                -           0.0000          -
13866.62/701.95	c       702       18107281         135        20                -           0.0000          -
13965.52/707.01	c       707       18252000         141        20                -           0.0000          -
14064.44/712.02	c       712       18387443         133        20                -           0.0000          -
14166.03/717.12	c       717       18532809         136        20                -           0.0000          -
14266.82/722.19	c       722       18684274         137        20                -           0.0000          -
14367.24/727.24	c       727       17871707          84        20                -           0.0000          -
14466.26/732.25	c       732       18989692         137        20                -           0.0000          -
14565.15/737.28	c       737       19141260         134        20                -           0.0000          -
14666.04/742.37	c       742       19287219         133        20                -           0.0000          -
14767.01/747.44	c       747       17842651          85        20                -           0.0000          -
14866.00/752.49	c       752       17945571          85        20                -           0.0000          -
14966.84/757.54	c       758       18056272          80        20                -           0.0000          -
15065.94/762.59	c       763       18678502          87        20                -           0.0000          -
15166.78/767.62	c       768       20055419         134        20                -           0.0000          -
15265.61/772.69	c       773       20206241         132        20                -           0.0000          -
15366.38/777.75	c       778       19024756          83        20                -           0.0000          -
15465.36/782.79	c       783       20500274         128        20                -           0.0000          -
15566.32/787.84	c       788       19252065          86        20                -           0.0000          -
15665.15/792.89	c       793       18795683          81        20                -           0.0000          -
15766.15/797.94	c       798       18908847          85        20                -           0.0000          -
15864.94/802.99	c       803       20842785          93        20                -           0.0000          -
15964.04/808.03	c       808       20929293          95        20                -           0.0000          -
16065.53/813.09	c       813       21015699          93        20                -           0.0000          -
16166.28/818.14	c       818       19365340          82        20                -           0.0000          -
16265.47/823.19	c       823       21187352          86        20                -           0.0000          -
16365.79/828.24	c       828       21271747          91        20                -           0.0000          -
16464.83/833.29	c       833       21356952          96        20                -           0.0000          -
16565.83/838.35	c       838       21443600          94        20                -           0.0000          -
16664.84/843.39	c       843       21527858          90        20                -           0.0000          -
16765.56/848.44	c       848       21610483          88        20                -           0.0000          -
16864.57/853.49	c       854       21688994          89        20                -           0.0000          -
16965.34/858.54	c       859       21773084          93        20                -           0.0000          -
17064.28/863.59	c       864       21002351          86        20                -           0.0000          -
17165.19/868.61	c       869       21939322          90        20                -           0.0000          -
17263.91/873.69	c       874       22023354          88        20                -           0.0000          -
17364.84/878.74	c       879       20777583          85        20                -           0.0000          -
17463.71/883.79	c       884       21465343          88        20                -           0.0000          -
17564.44/888.83	c       889       22267578          93        20                -           0.0000          -
17663.40/893.89	c       894       21117968          80        20                -           0.0000          -
17764.42/898.94	c       899       22422912          87        20                -           0.0000          -
17863.40/903.99	c       904       22487471          87        20                -           0.0000          -
17962.50/909.01	c       909       22555366          86        20                -           0.0000          -
18063.81/914.09	c       914       22625011          87        20                -           0.0000          -
18164.83/919.14	c       919       22695990          88        20                -           0.0000          -
18263.96/924.19	c       924       22763735          81        20                -           0.0000          -
18363.92/929.21	c       929       22831293          88        20                -           0.0000          -
18462.94/934.22	c       934       22917116          90        20                -           0.0000          -
18561.93/939.26	c       939       23002466          90        20                -           0.0000          -
18663.06/944.32	c       944       23087639          87        20                -           0.0000          -
18762.12/949.37	c       949       23173352          88        20                -           0.0000          -
18863.16/954.43	c       954       23254470          88        20                -           0.0000          -
18962.22/959.49	c       960       23341978          92        20                -           0.0000          -
19063.21/964.55	c       965       23432046          92        20                -           0.0000          -
19162.05/969.59	c       970       23520017          89        20                -           0.0000          -
19262.90/974.66	c       975       23610018          90        20                -           0.0000          -
19363.87/979.73	c       980       23696974          93        20                -           0.0000          -
19462.87/984.74	c       985       23784456          85        20                -           0.0000          -
19563.81/989.80	c       990       23874106          83        20                -           0.0000          -
19662.82/994.89	c       995       23964062          91        20                -           0.0000          -
19763.82/999.94	c      1000       23750237          79        20                -           0.0000          -
19862.94/1004.99	c      1005       24339163          88        20                -           0.0000          -
19962.06/1010.01	c      1010       24232325          90        20                -           0.0000          -
20063.59/1015.09	c      1015       24314811          94        20                -           0.0000          -
20164.70/1020.14	c      1020       24402193          95        20                -           0.0000          -
20263.82/1025.18	c      1025       24809232          83        20                -           0.0000          -
20364.34/1030.23	c      1030       24567501          87        20                -           0.0000          -
20463.55/1035.28	c      1035       24650846          87        20                -           0.0000          -
20564.76/1040.33	c      1040       24737866          85        20                -           0.0000          -
20663.78/1045.38	c      1045       24828818          92        20                -           0.0000          -
20762.80/1050.39	c      1050       24917551          85        20                -           0.0000          -
20863.78/1055.42	c      1055       25004620          82        20                -           0.0000          -
20964.77/1060.53	c      1061       25087194          91        20                -           0.0000          -
21063.88/1065.58	c      1066       25173065          92        20                -           0.0000          -
21164.98/1070.63	c      1071       25264046          92        20                -           0.0000          -
21264.19/1075.68	c      1076       26093412          87        20                -           0.0000          -
21365.19/1080.74	c      1081       25440905          91        20                -           0.0000          -
21464.28/1085.78	c      1086       26328207          86        20                -           0.0000          -
21565.36/1090.83	c      1091       25621930          89        20                -           0.0000          -
21664.48/1095.88	c      1096       25704078          87        20                -           0.0000          -
21765.66/1100.93	c      1101       25790665          84        20                -           0.0000          -
21864.71/1105.98	c      1106       25872057          87        20                -           0.0000          -
21966.19/1111.03	c      1111       26915655          88        20                -           0.0000          -
22065.30/1116.06	c      1116       26043631          87        20                -           0.0000          -
22164.47/1121.12	c      1121       26126273          87        20                -           0.0000          -
22265.32/1126.13	c      1126       26216609          91        20                -           0.0000          -
22365.92/1131.21	c      1131       26310043          85        20                -           0.0000          -
22464.98/1136.22	c      1136       26399089          85        20                -           0.0000          -
22564.04/1141.28	c      1141       26485485          85        20                -           0.0000          -
22665.04/1146.38	c      1146       27862761          84        20                -           0.0000          -
22766.11/1151.43	c      1151       28004124          85        20                -           0.0000          -
22865.19/1156.48	c      1156       28124790          87        20                -           0.0000          -
22966.35/1161.53	c      1162       28262272          77        20                -           0.0000          -
23065.48/1166.58	c      1167       28393593          84        20                -           0.0000          -
23166.56/1171.64	c      1172       28518988          89        20                -           0.0000          -
23265.51/1176.65	c      1177       27146121          86        20                -           0.0000          -
23366.59/1181.73	c      1182         454622      358031        20                -           0.0000          -
23465.81/1186.78	c      1187       28900686          85        20                -           0.0000          -
23566.89/1191.83	c      1192       29022491          84        20                -           0.0000          -
23666.04/1196.89	c      1197       29165146          83        20                -           0.0000          -
23767.01/1201.93	c      1202       29307645          84        20                -           0.0000          -
23866.17/1206.95	c      1207       27710589          90        20                -           0.0000          -
23967.67/1212.03	c      1212       29560602          87        20                -           0.0000          -
24066.86/1217.08	c      1217       29687830          85        20                -           0.0000          -
24165.89/1222.11	c      1222       27996480          84        20                -           0.0000          -
24267.15/1227.18	c      1227       29948605          84        20                -           0.0000          -
24367.68/1232.23	c      1232       30095531          82        20                -           0.0000          -
24466.79/1237.28	c      1237       30247327          80        20                -           0.0000          -
24567.91/1242.33	c      1242       30387385          84        20                -           0.0000          -
24666.99/1247.38	c      1247         471896      372822        20                -           0.0000          -
24768.25/1252.43	c      1252       30680797          88        20                -           0.0000          -
24867.08/1257.48	c      1257       30825145          86        20                -           0.0000          -
24968.18/1262.53	c      1263       30967332          85        20                -           0.0000          -
25067.23/1267.56	c      1268       28862338          90        20                -           0.0000          -
25168.24/1272.63	c      1273       31204957          86        20                -           0.0000          -
25267.30/1277.68	c      1278       31332344          87        20                -           0.0000          -
25368.27/1282.72	c      1283       29154005          89        20                -           0.0000          -
25467.43/1287.78	c      1288       31580417          82        20                -           0.0000          -
25568.46/1292.83	c      1293       31703370          83        20                -           0.0000          -
25667.55/1297.89	c      1298       31820267          84        20                -           0.0000          -
25768.69/1302.93	c      1303       31957911          84        20                -           0.0000          -
25867.76/1307.97	c      1308       29617132          88        20                -           0.0000          -
25966.91/1312.97	c      1313       29713033          81        20                -           0.0000          -
26065.79/1318.00	c      1318       29806388          88        20                -           0.0000          -
26167.23/1323.06	c      1323       29901880          90        20                -           0.0000          -
26266.54/1328.10	c      1328       29997228          92        20                -           0.0000          -
26367.37/1333.16	c      1333       30091573          91        20                -           0.0000          -
26467.93/1338.20	c      1338       30182432          94        20                -           0.0000          -
26567.03/1343.25	c      1343       30276383          89        20                -           0.0000          -
26666.07/1348.26	c      1348       30366141          89        20                -           0.0000          -
26767.09/1353.34	c      1353       30458918          90        20                -           0.0000          -
26866.15/1358.40	c      1358       30554843          89        20                -           0.0000          -
26967.21/1363.46	c      1363       30650285          85        20                -           0.0000          -
27068.15/1368.50	c      1369       30745527          93        20                -           0.0000          -
27167.36/1373.55	c      1374         502422      398611        20                -           0.0000          -
27268.30/1378.61	c      1379         503583      399698        20                -           0.0000          -
27367.38/1383.65	c      1384       31030343          89        20                -           0.0000          -
27466.41/1388.66	c      1389       31124203          87        20                -           0.0000          -
27567.47/1393.72	c      1394       31216452          88        20                -           0.0000          -
27666.52/1398.76	c      1399       31309049          85        20                -           0.0000          -
27767.58/1403.83	c      1404       31400785          89        20                -           0.0000          -
27866.60/1408.89	c      1409       31494730          86        20                -           0.0000          -
27967.65/1413.90	c      1414       31588577          81        20                -           0.0000          -
28066.72/1418.91	c      1419         512485      407840        20                -           0.0000          -
28165.89/1423.99	c      1424       31776491          93        20                -           0.0000          -
28267.63/1429.08	c      1429       31871904          88        20                -           0.0000          -
28368.94/1434.17	c      1434       31966923          85        20                -           0.0000          -
28469.26/1439.21	c      1439       32061899          91        20                -           0.0000          -
28568.53/1444.27	c      1444       32157368          88        20                -           0.0000          -
28669.34/1449.32	c      1449       32250268          86        20                -           0.0000          -
28768.44/1454.37	c      1454       32344807          87        20                -           0.0000          -
28869.56/1459.43	c      1459       32440848          86        20                -           0.0000          -
28968.64/1464.44	c      1464       32536170          84        20                -           0.0000          -
29067.73/1469.47	c      1469         523320      417925        20                -           0.0000          -
29168.76/1474.53	c      1475       32723627          89        20                -           0.0000          -
29269.83/1479.64	c      1480       32811397          85        20                -           0.0000          -
29370.77/1484.71	c      1485       32902165          81        20                -           0.0000          -
29469.84/1489.76	c      1490       32993297          91        20                -           0.0000          -
29570.92/1494.82	c      1495       33085871          87        20                -           0.0000          -
29669.91/1499.88	c      1500       38790993          84        20                -           0.0000          -
29770.99/1504.93	c      1505       38969149          76        20                -           0.0000          -
29870.11/1509.98	c      1510       39143644          80        20                -           0.0000          -
29971.67/1515.03	c      1515       39321263          79        20                -           0.0000          -
30070.81/1520.07	c      1520       33543975          91        20                -           0.0000          -
30171.86/1525.13	c      1525       39678692          78        20                -           0.0000          -
30271.01/1530.18	c      1530       39856742          78        20                -           0.0000          -
30371.61/1535.23	c      1535       40035837          79        20                -           0.0000          -
30470.39/1540.28	c      1540       40211794          80        20                -           0.0000          -
30571.51/1545.33	c      1545       40386659          79        20                -           0.0000          -
30670.56/1550.35	c      1550       34109110          91        20                -           0.0000          -
30769.58/1555.36	c      1555       34203525          90        20                -           0.0000          -
30870.66/1560.42	c      1560       34298477          90        20                -           0.0000          -
30969.85/1565.45	c      1565       34393565          92        20                -           0.0000          -
31070.90/1570.52	c      1571         542607      435485        20                -           0.0000          -
31170.06/1575.58	c      1576       34579871          92        20                -           0.0000          -
31270.95/1580.64	c      1581       34671463          88        20                -           0.0000          -
31372.16/1585.70	c      1586       34764191          94        20                -           0.0000          -
31471.36/1590.77	c      1591       34857298          89        20                -           0.0000          -
31572.51/1595.83	c      1596       42154917          77        20                -           0.0000          -
31671.45/1600.88	c      1601       42333814          76        20                -           0.0000          -
31772.43/1605.93	c      1606       42512489          79        20                -           0.0000          -
31871.47/1610.96	c      1611       35228387          92        20                -           0.0000          -
31973.06/1616.03	c      1616       42869295          81        20                -           0.0000          -
32072.22/1621.08	c      1621         552559      444667        20                -           0.0000          -
32173.24/1626.13	c      1626       43223796          78        20                -           0.0000          -
32272.25/1631.19	c      1631       43396787          79        20                -           0.0000          -
32373.01/1636.23	c      1636       43569373          75        20                -           0.0000          -
32471.98/1641.27	c      1641       35794108          87        20                -           0.0000          -
32573.19/1646.33	c      1646       43926315          77        20                -           0.0000          -
32672.22/1651.38	c      1651       44102157          77        20                -           0.0000          -
32773.32/1656.43	c      1656       44272382          76        20                -           0.0000          -
32872.51/1661.48	c      1661       44440384          76        20                -           0.0000          -
32973.39/1666.50	c      1667       36267305          90        20                -           0.0000          -
33072.47/1671.54	c      1672       36356182          89        20                -           0.0000          -
33173.63/1676.61	c      1677       36447225          90        20                -           0.0000          -
33272.73/1681.63	c      1682       36534625          90        20                -           0.0000          -
33371.86/1686.67	c      1687       36622711          90        20                -           0.0000          -
33472.94/1691.72	c      1692       36713169          94        20                -           0.0000          -
33572.00/1696.79	c      1697       36801259          92        20                -           0.0000          -
33673.02/1701.82	c      1702       36889417          92        20                -           0.0000          -
33772.10/1706.90	c      1707       36978620          85        20                -           0.0000          -
33873.20/1711.90	c      1712       37068588          87        20                -           0.0000          -
33972.26/1717.01	c      1717       37156173          90        20                -           0.0000          -
34073.77/1722.06	c      1722       37242238          87        20                -           0.0000          -
34172.96/1727.10	c      1727       37330666          89        20                -           0.0000          -
34274.10/1732.18	c      1732       46790433          77        20                -           0.0000          -
34373.25/1737.20	c      1737       37511150          89        20                -           0.0000          -
34473.79/1742.28	c      1742       47132976          76        20                -           0.0000          -
34574.81/1747.33	c      1747       47304413          73        20                -           0.0000          -
34674.00/1752.38	c      1752       47474697          81        20                -           0.0000          -
34774.99/1757.40	c      1757       37881828          87        20                -           0.0000          -
34874.14/1762.48	c      1762       47800540          76        20                -           0.0000          -
34975.19/1767.53	c      1768       47964453          77        20                -           0.0000          -
35074.28/1772.57	c      1773       38163960          87        20                -           0.0000          -
35173.43/1777.57	c      1778       38257935          90        20                -           0.0000          -
35274.52/1782.68	c      1783       48435657          75        20                -           0.0000          -
35375.56/1787.73	c      1788       48603614          74        20                -           0.0000          -
35474.71/1792.78	c      1793       48769217          79        20                -           0.0000          -
35573.80/1797.79	c      1798       38616636          87        20                -           0.0000          -
35674.93/1802.85	c      1803       38704537          86        20                -           0.0000          -
35776.10/1807.93	c      1808       49265889          79        20                -           0.0000          -
35875.25/1812.98	c      1813       49436107          77        20                -           0.0000          -
35974.35/1818.00	c      1818       38978444          86        20                -           0.0000          -
36076.07/1823.05	c      1823       39072997          90        20                -           0.0000          -
36177.20/1828.13	c      1828       49938375          75        20                -           0.0000          -
36276.38/1833.18	c      1833       50108722          72        20                -           0.0000          -
36376.92/1838.20	c      1838       39350734          92        20                -           0.0000          -
36476.12/1843.25	c      1843       39445400          90        20                -           0.0000          -
36577.24/1848.33	c      1848       50621382          76        20                -           0.0000          -
36676.25/1853.38	c      1853       50793295          75        20                -           0.0000          -
36777.37/1858.43	c      1858       50961134          78        20                -           0.0000          -
36876.66/1863.48	c      1863       51130544          74        20                -           0.0000          -
36977.66/1868.53	c      1869       51301878          76        20                -           0.0000          -
37076.74/1873.58	c      1874       51473003          75        20                -           0.0000          -
37177.91/1878.63	c      1879       51643700          80        20                -           0.0000          -
37276.98/1883.68	c      1884       51812546          78        20                -           0.0000          -
37378.19/1888.73	c      1889         605004      487305        20                -           0.0000          -
37477.14/1893.75	c      1894       40392488          86        20                -           0.0000          -
37578.11/1898.81	c      1899       40488313          85        20                -           0.0000          -
37677.25/1903.84	c      1904       40583449          85        20                -           0.0000          -
37778.39/1908.92	c      1909       40673612          86        20                -           0.0000          -
37877.51/1913.93	c      1914       40760315          91        20                -           0.0000          -
37976.57/1918.94	c      1919       40847934          84        20                -           0.0000          -
38075.59/1923.97	c      1924       40927267          83        20                -           0.0000          -
38174.73/1929.02	c      1929       41012653          91        20                -           0.0000          -
38276.38/1934.07	c      1934       41106957          88        20                -           0.0000          -
38375.61/1939.12	c      1939       41195295          90        20                -           0.0000          -
38476.65/1944.16	c      1944        2044099     1111133        20                -           0.0000          -
38577.36/1949.21	c      1949        2047452     1113417        20                -           0.0000          -
38676.54/1954.27	c      1954         620464      500206        20                -           0.0000          -
38777.66/1959.34	c      1959       41550641          86        20                -           0.0000          -
38876.78/1964.36	c      1964        2057561     1120158        20                -           0.0000          -
38977.86/1969.44	c      1969       41721817          87        20                -           0.0000          -
39077.11/1974.49	c      1974       41810445          85        20                -           0.0000          -
39178.10/1979.54	c      1980       41896681          89        20                -           0.0000          -
39277.15/1984.59	c      1985       41983348          88        20                -           0.0000          -
39378.27/1989.61	c      1990        2076010     1130600        20                -           0.0000          -
39477.57/1994.66	c      1995        2079641     1132570        20                -           0.0000          -
39576.63/1999.68	c      2000        2083182     1134596        20                -           0.0000          -
39677.70/2004.78	c      2005         630521      509226        20                -           0.0000          -
39778.84/2009.84	c      2010       42426314          88        20                -           0.0000          -
39877.93/2014.87	c      2015        2095203     1141312        20                -           0.0000          -
39979.02/2019.91	c      2020        2099112     1143684        20                -           0.0000          -
40078.16/2024.94	c      2025        2102951     1146055        20                -           0.0000          -
40177.28/2030.02	c      2030        2107314     1148389        20                -           0.0000          -
40278.87/2035.09	c      2035       42849837          91        20                -           0.0000          -
40380.21/2040.14	c      2040       42930991          87        20                -           0.0000          -
40479.16/2045.19	c      2045        2119619     1154893        20                -           0.0000          -
40579.68/2050.25	c      2050       43098692          93        20                -           0.0000          -
40680.86/2055.30	c      2055       43183490          87        20                -           0.0000          -
40779.86/2060.35	c      2060       43265815          90        20                -           0.0000          -
40881.02/2065.40	c      2065       43352201          94        20                -           0.0000          -
40980.08/2070.45	c      2070       43440314          85        20                -           0.0000          -
41079.19/2075.46	c      2075        2141913     1168083        20                -           0.0000          -
41180.36/2080.51	c      2081        2145387     1170214        20                -           0.0000          -
41279.49/2085.56	c      2086        2149606     1172576        20                -           0.0000          -
41380.61/2090.61	c      2091        2153688     1174740        20                -           0.0000          -
41479.72/2095.65	c      2096        2157880     1176738        20                -           0.0000          -
41580.82/2100.71	c      2101        2162433     1179162        20                -           0.0000          -
41679.95/2105.75	c      2106        2166741     1181525        20                -           0.0000          -
41781.09/2110.82	c      2111        2170351     1183744        20                -           0.0000          -
41880.18/2115.87	c      2116        2173781     1185627        20                -           0.0000          -
41981.46/2120.93	c      2121        2177275     1187339        20                -           0.0000          -
42080.37/2125.97	c      2126        2180619     1189238        20                -           0.0000          -
42179.44/2130.98	c      2131        2183963     1191092        20                -           0.0000          -
42278.58/2135.99	c      2136        2187103     1193340        20                -           0.0000          -
42380.20/2141.03	c      2141         656556      531819        20                -           0.0000          -
42479.31/2146.04	c      2146         657727      532952        20                -           0.0000          -
42580.34/2151.20	c      2151        2197526     1201207        20                -           0.0000          -
42680.99/2156.22	c      2156        2200868     1203512        20                -           0.0000          -
42782.13/2161.33	c      2161        2204126     1205983        20                -           0.0000          -
42883.16/2166.41	c      2166        2207372     1208472        20                -           0.0000          -
42982.27/2171.47	c      2171        2210933     1210916        20                -           0.0000          -
43083.43/2176.51	c      2177        2214817     1213390        20                -           0.0000          -
43182.57/2181.54	c      2182         664574      539135        20                -           0.0000          -
43283.70/2186.61	c      2187        2221669     1217545        20                -           0.0000          -
43382.88/2191.67	c      2192        2225264     1219495        20                -           0.0000          -
43484.08/2196.75	c      2197        2228614     1221063        20                -           0.0000          -
43585.14/2201.81	c      2202       45695852          92        20                -           0.0000          -
43684.32/2206.84	c      2207       45788786          88        20                -           0.0000          -
43783.50/2211.84	c      2212       45879859          91        20                -           0.0000          -
43882.65/2216.88	c      2217       45971344          82        20                -           0.0000          -
43983.67/2221.90	c      2222       46063545          89        20                -           0.0000          -
44082.87/2226.92	c      2227         673396      546735        20                -           0.0000          -
44182.12/2231.93	c      2232         674527      547697        20                -           0.0000          -
44283.54/2237.04	c      2237       46346286          84        20                -           0.0000          -
44384.73/2242.13	c      2242       46440217          91        20                -           0.0000          -
44485.27/2247.21	c      2247       46534670          94        20                -           0.0000          -
44584.57/2252.25	c      2252       46630233          91        20                -           0.0000          -
44685.60/2257.32	c      2257       46724152          86        20                -           0.0000          -
44784.83/2262.39	c      2262       46816423          87        20                -           0.0000          -
44885.87/2267.43	c      2267       46907784          90        20                -           0.0000          -
44984.90/2272.49	c      2272       47000083          89        20                -           0.0000          -
45085.92/2277.54	c      2278       47094396          84        20                -           0.0000          -
45187.14/2282.62	c      2283       64938409          71        20                -           0.0000          -
45286.32/2287.67	c      2288       65110770          72        20                -           0.0000          -
45387.52/2292.71	c      2293       47366815          93        20                -           0.0000          -
45486.68/2297.77	c      2298       65455222          72        20                -           0.0000          -
45587.84/2302.82	c      2303       65625971          73        20                -           0.0000          -
45686.99/2307.87	c      2308       65798392          78        20                -           0.0000          -
45787.96/2312.92	c      2313         689425      559936        20                -           0.0000          -
45887.05/2317.97	c      2318       66137667          75        20                -           0.0000          -
45986.21/2323.02	c      2323       66307711          77        20                -           0.0000          -
46088.06/2328.07	c      2328       66479058          76        20                -           0.0000          -
46187.10/2333.12	c      2333       66650564          74        20                -           0.0000          -
46288.13/2338.14	c      2338       48168027          83        20                -           0.0000          -
46387.37/2343.17	c      2343       48258162          90        20                -           0.0000          -
46487.94/2348.24	c      2348         696251      565388        20                -           0.0000          -
46587.12/2353.29	c      2353       48437258          88        20                -           0.0000          -
46688.26/2358.32	c      2358       48525758          84        20                -           0.0000          -
46787.59/2363.37	c      2363       48614038          84        20                -           0.0000          -
46888.64/2368.47	c      2368       67843267          75        20                -           0.0000          -
46989.81/2373.52	c      2374       68013894          78        20                -           0.0000          -
47089.03/2378.57	c      2379       68183258          74        20                -           0.0000          -
47190.15/2383.62	c      2384       68354191          75        20                -           0.0000          -
47289.33/2388.66	c      2389       49059501          88        20                -           0.0000          -
47390.51/2393.72	c      2394         703417      570985        20                -           0.0000          -
47489.72/2398.77	c      2399       68867005          77        20                -           0.0000          -
47590.93/2403.82	c      2404       69037539          73        20                -           0.0000          -
47690.15/2408.87	c      2409       69208717          81        20                -           0.0000          -
47789.35/2413.89	c      2414       49514463          88        20                -           0.0000          -
47890.48/2418.95	c      2419       49606998          91        20                -           0.0000          -
47989.52/2424.02	c      2424       69724204          78        20                -           0.0000          -
48091.10/2429.05	c      2429       49791261          86        20                -           0.0000          -
48190.27/2434.12	c      2434       70061571          75        20                -           0.0000          -
48291.62/2439.17	c      2439       70233967          75        20                -           0.0000          -
48392.10/2444.22	c      2444       70406222          76        20                -           0.0000          -
48491.14/2449.27	c      2449       70578439          73        20                -           0.0000          -
48592.14/2454.32	c      2454       70749072          76        20                -           0.0000          -
48691.32/2459.37	c      2459       70919317          79        20                -           0.0000          -
48792.45/2464.40	c      2464       50435212          91        20                -           0.0000          -
48891.67/2469.47	c      2469       71260867          75        20                -           0.0000          -
48992.79/2474.52	c      2475       71431552          76        20                -           0.0000          -
49092.07/2479.54	c      2480       50700608          89        20                -           0.0000          -
49191.22/2484.55	c      2485       50787670          85        20                -           0.0000          -
49292.31/2489.64	c      2490         719362      583425        20                -           0.0000          -
49393.34/2494.73	c      2495       72114294          78        20                -           0.0000          -
49492.69/2499.77	c      2500       72286409          75        20                -           0.0000          -
49593.60/2504.82	c      2505       72457528          76        20                -           0.0000          -
49692.78/2509.87	c      2510       72627193          75        20                -           0.0000          -
49793.88/2514.92	c      2515       72799042          72        20                -           0.0000          -
49893.03/2519.97	c      2520       72970810          78        20                -           0.0000          -
49994.71/2525.04	c      2525       73142640          74        20                -           0.0000          -
50093.93/2530.09	c      2530       73312116          76        20                -           0.0000          -
50195.07/2535.13	c      2535       73482953          75        20                -           0.0000          -
50294.17/2540.15	c      2540       51776636          89        20                -           0.0000          -
50394.93/2545.23	c      2545       51867733          86        20                -           0.0000          -
50494.06/2550.27	c      2550       51956176          88        20                -           0.0000          -
50595.13/2555.31	c      2555       52045637          87        20                -           0.0000          -
50694.21/2560.38	c      2560         729930      591844        20                -           0.0000          -
50795.35/2565.43	c      2565       74513321          73        20                -           0.0000          -
50894.54/2570.48	c      2570       74685475          73        20                -           0.0000          -
50995.72/2575.53	c      2576       74857981          77        20                -           0.0000          -
51094.92/2580.55	c      2581       52478653          89        20                -           0.0000          -
51194.16/2585.59	c      2586       52567742          92        20                -           0.0000          -
51295.30/2590.66	c      2591       52655789          91        20                -           0.0000          -
51396.49/2595.73	c      2596       52745760          88        20                -           0.0000          -
51495.71/2600.73	c      2601       52832538          88        20                -           0.0000          -
51596.95/2605.83	c      2606       75889031          69        20                -           0.0000          -
51695.91/2610.87	c      2611       53009220          86        20                -           0.0000          -
51797.15/2615.93	c      2616       76232414          74        20                -           0.0000          -
51896.46/2620.98	c      2621       76403989          77        20                -           0.0000          -
51997.90/2626.03	c      2626       76576122          76        20                -           0.0000          -
52097.03/2631.09	c      2631       76747684          74        20                -           0.0000          -
52198.07/2636.13	c      2636       76918559          75        20                -           0.0000          -
52297.14/2641.18	c      2641       77089887          75        20                -           0.0000          -
52397.83/2646.21	c      2646       53625037          92        20                -           0.0000          -
52496.87/2651.26	c      2651       53715772          87        20                -           0.0000          -
52596.27/2656.27	c      2656       53805650          89        20                -           0.0000          -
52697.43/2661.38	c      2661       77745427          71        20                -           0.0000          -
52798.55/2666.43	c      2666       77916703          77        20                -           0.0000          -
52897.57/2671.48	c      2671       78088168          72        20                -           0.0000          -
52996.78/2676.49	c      2676       54163377          88        20                -           0.0000          -
53097.93/2681.55	c      2682       54251970          91        20                -           0.0000          -
53199.13/2686.61	c      2687       54340175          86        20                -           0.0000          -
53298.11/2691.68	c      2692       78776506          74        20                -           0.0000          -
53397.34/2696.69	c      2697       54517187          88        20                -           0.0000          -
53498.37/2701.77	c      2702       54606411          90        20                -           0.0000          -
53599.38/2706.83	c      2707       79287183          73        20                -           0.0000          -
53698.50/2711.88	c      2712       79459096          78        20                -           0.0000          -
53799.82/2716.94	c      2717       79631142          76        20                -           0.0000          -
53898.85/2721.98	c      2722       79803076          78        20                -           0.0000          -
54000.48/2727.03	c      2727       79974957          79        20                -           0.0000          -
54099.49/2732.08	c      2732       80146768          76        20                -           0.0000          -
54200.66/2737.13	c      2737       80318664          74        20                -           0.0000          -
54299.88/2742.18	c      2742       80490853          71        20                -           0.0000          -
54400.44/2747.23	c      2747         759871      615425        20                -           0.0000          -
54499.54/2752.28	c      2752       80835289          79        20                -           0.0000          -
54600.70/2757.33	c      2757       81006181          77        20                -           0.0000          -
54699.81/2762.38	c      2762       81176629          71        20                -           0.0000          -
54800.99/2767.40	c      2767       55787013          90        20                -           0.0000          -
54900.19/2772.41	c      2772       55877748          88        20                -           0.0000          -
54999.38/2777.47	c      2777         764134      618480        20                -           0.0000          -
55100.44/2782.54	c      2783       56058902          92        20                -           0.0000          -
55201.67/2787.63	c      2788       56149987          89        20                -           0.0000          -
55300.89/2792.68	c      2793       82209710          80        20                -           0.0000          -
55401.89/2797.73	c      2798       82380099          73        20                -           0.0000          -
55501.12/2802.78	c      2803       82550590          78        20                -           0.0000          -
55602.16/2807.82	c      2808       56515481          85        20                -           0.0000          -
55701.17/2812.88	c      2813         768925      622331        20                -           0.0000          -
55802.29/2817.93	c      2818       83066032          72        20                -           0.0000          -
55901.53/2822.97	c      2823       56788422          84        20                -           0.0000          -
56003.05/2828.03	c      2828       83407916          74        20                -           0.0000          -
56102.38/2833.08	c      2833       83579476          78        20                -           0.0000          -
56201.68/2838.13	c      2838       83750900          72        20                -           0.0000          -
56302.95/2843.17	c      2843       57150328          88        20                -           0.0000          -
56403.38/2848.23	c      2848       84094575          77        20                -           0.0000          -
56502.58/2853.28	c      2853         774724      627616        20                -           0.0000          -
56603.70/2858.33	c      2858       84437950          76        20                -           0.0000          -
56702.91/2863.38	c      2863       84609046          74        20                -           0.0000          -
56803.87/2868.43	c      2868       84779681          71        20                -           0.0000          -
56903.08/2873.48	c      2873       84950337          79        20                -           0.0000          -
57004.27/2878.53	c      2879         778245      630583        20                -           0.0000          -
57103.48/2883.56	c      2884       57854232          89        20                -           0.0000          -
57202.54/2888.59	c      2889       57925054          87        20                -           0.0000          -
57303.73/2893.68	c      2894       85638158          76        20                -           0.0000          -
57404.91/2898.73	c      2899       85808549          75        20                -           0.0000          -
57504.11/2903.77	c      2904       58147800          87        20                -           0.0000          -
57605.30/2908.81	c      2909       58226940          89        20                -           0.0000          -
57704.50/2913.88	c      2914       86326475          77        20                -           0.0000          -
57805.56/2918.93	c      2919       86497009          73        20                -           0.0000          -
57904.80/2923.98	c      2924       86669758          74        20                -           0.0000          -
58003.92/2929.03	c      2929       86842360          72        20                -           0.0000          -
58105.86/2934.08	c      2934       87014584          76        20                -           0.0000          -
58204.97/2939.13	c      2939       87186939          75        20                -           0.0000          -
58306.36/2944.18	c      2944       87359128          76        20                -           0.0000          -
58406.70/2949.23	c      2949       87531194          70        20                -           0.0000          -
58505.90/2954.28	c      2954       87703095          73        20                -           0.0000          -
58607.11/2959.33	c      2959       87875540          74        20                -           0.0000          -
58706.32/2964.38	c      2964         789136      640669        20                -           0.0000          -
58807.40/2969.41	c      2969       59159801          89        20                -           0.0000          -
58906.62/2974.47	c      2974       59241103          87        20                -           0.0000          -
59007.79/2979.53	c      2980       88566489          75        20                -           0.0000          -
59106.89/2984.58	c      2985       88738527          75        20                -           0.0000          -
59208.10/2989.63	c      2990       88910754          72        20                -           0.0000          -
59307.32/2994.66	c      2995       59587619          87        20                -           0.0000          -
59408.47/2999.73	c      3000       89245397          73        20                -           0.0000          -
59507.64/3004.78	c      3005       89406942          68        20                -           0.0000          -
59606.80/3009.79	c      3010       59839948          86        20                -           0.0000          -
59708.02/3014.81	c      3015       59923644          94        20                -           0.0000          -
59807.25/3019.86	c      3020        2764820     1514266        20                -           0.0000          -
59908.44/3024.91	c      3025        2767302     1515768        20                -           0.0000          -
60007.65/3029.96	c      3030        2769831     1517291        20                -           0.0000          -
60106.81/3035.02	c      3035        2772271     1518782        20                -           0.0000          -
60208.42/3040.04	c      3040        2774855     1520323        20                -           0.0000          -
60307.88/3045.11	c      3045       60439535          92        20                -           0.0000          -
60408.82/3050.17	c      3050       60519182          89        20                -           0.0000          -
60509.45/3055.22	c      3055       60601939          90        20                -           0.0000          -
60608.58/3060.29	c      3060       60683848          87        20                -           0.0000          -
60709.77/3065.34	c      3065         801158      651152        20                -           0.0000          -
60810.90/3070.41	c      3070       60833037          90        20                -           0.0000          -
60910.10/3075.46	c      3075       60901450          87        20                -           0.0000          -
61009.21/3080.46	c      3080       60975911          84        20                -           0.0000          -
61110.38/3085.56	c      3086       61048691          90        20                -           0.0000          -
61211.42/3090.60	c      3091       61125502          89        20                -           0.0000          -
61310.59/3095.65	c      3096         803887      653721        20                -           0.0000          -
61409.69/3100.70	c      3101       61261711          85        20                -           0.0000          -
61510.90/3105.75	c      3106       61327767          89        20                -           0.0000          -
61611.94/3110.80	c      3111       61392934          84        20                -           0.0000          -
61710.98/3115.82	c      3116       61463892          84        20                -           0.0000          -
61812.10/3120.93	c      3121       93089338          74        20                -           0.0000          -
61911.31/3125.98	c      3126       93249841          73        20                -           0.0000          -
62010.48/3131.00	c      3131       61681153          89        20                -           0.0000          -
62112.04/3136.02	c      3136       61760691          89        20                -           0.0000          -
62211.18/3141.04	c      3141       61841192          86        20                -           0.0000          -
62310.17/3146.11	c      3146       61919472          92        20                -           0.0000          -
62409.52/3151.11	c      3151       62001808          84        20                -           0.0000          -
62512.06/3156.26	c      3156       62081794          84        20                -           0.0000          -
62611.31/3161.29	c      3161       62166027          85        20                -           0.0000          -
62712.43/3166.38	c      3166       94528115          73        20                -           0.0000          -
62813.53/3171.43	c      3171       94688878          76        20                -           0.0000          -
62912.59/3176.48	c      3176       94849524          74        20                -           0.0000          -
63013.89/3181.53	c      3182       95001070          78        20                -           0.0000          -
63112.95/3186.58	c      3187       95152575          73        20                -           0.0000          -
63214.20/3191.63	c      3192       95303684          74        20                -           0.0000          -
63313.34/3196.68	c      3197       95453276          72        20                -           0.0000          -
63412.73/3201.69	c      3202       62809225          89        20                -           0.0000          -
63513.73/3206.70	c      3207       62875056          90        20                -           0.0000          -
63614.82/3211.83	c      3212         819406      667341        20                -           0.0000          -
63714.03/3216.88	c      3217       96086066          70        20                -           0.0000          -
63815.16/3221.94	c      3222       96247210          72        20                -           0.0000          -
63914.34/3226.95	c      3227       63150985          87        20                -           0.0000          -
64016.08/3232.03	c      3232       96557784          72        20                -           0.0000          -
64115.43/3237.08	c      3237         822482      669755        20                -           0.0000          -
64214.69/3242.13	c      3242       96867907          73        20                -           0.0000          -
64315.61/3247.18	c      3247       63460481          85        20                -           0.0000          -
64416.25/3252.21	c      3252       63525814          88        20                -           0.0000          -
64515.39/3257.25	c      3257       63594495          83        20                -           0.0000          -
64616.63/3262.33	c      3262       97467176          70        20                -           0.0000          -
64715.79/3267.38	c      3267       97611401          77        20                -           0.0000          -
64817.04/3272.42	c      3272       63825703          83        20                -           0.0000          -
64916.27/3277.49	c      3277       97914509          71        20                -           0.0000          -
65017.36/3282.53	c      3283       98066048          72        20                -           0.0000          -
65116.45/3287.54	c      3288       64044534          86        20                -           0.0000          -
65215.55/3292.57	c      3293       64116185          87        20                -           0.0000          -
65314.65/3297.59	c      3298       64198383          85        20                -           0.0000          -
65415.85/3302.64	c      3303       64285470          86        20                -           0.0000          -
65517.05/3307.76	c      3308       64373146          90        20                -           0.0000          -
65618.09/3312.81	c      3313       64457250          82        20                -           0.0000          -
65717.38/3317.87	c      3318       64550821          87        20                -           0.0000          -
65818.54/3322.93	c      3323       99284174          78        20                -           0.0000          -
65917.71/3327.95	c      3328         836356      680083        20                -           0.0000          -
66016.72/3332.98	c      3333       64823773          85        20                -           0.0000          -
66115.79/3338.02	c      3338       64910826          86        20                -           0.0000          -
66219.44/3343.13	c      3343       64993551          85        20                -           0.0000          -
66318.54/3348.14	c      3348       65078768          86        20                -           0.0000          -
66419.29/3353.22	c      3353       65163263          83        20                -           0.0000          -
66518.29/3358.28	c      3358      100352996          74        20                -           0.0000          -
66617.45/3363.29	c      3363       65328936          92        20                -           0.0000          -
66718.61/3368.38	c      3368      100661595          73        20                -           0.0000          -
66819.73/3373.43	c      3373         841855      684984        20                -           0.0000          -
66918.97/3378.48	c      3378      100875639         107        20                -           0.0000          -
67020.04/3383.53	c      3384      100987367         108        20                -           0.0000          -
67119.22/3388.58	c      3389      101107646         105        20                -           0.0000          -
67220.45/3393.63	c      3394       65897970          88        20                -           0.0000          -
67319.63/3398.68	c      3399         845240      687933        20                -           0.0000          -
67420.86/3403.73	c      3404      101455386          80        20                -           0.0000          -
67520.02/3408.79	c      3409      101584368          80        20                -           0.0000          -
67621.19/3413.83	c      3414      101713249          76        20                -           0.0000          -
67720.40/3418.88	c      3419      101840141          82        20                -           0.0000          -
67821.61/3423.93	c      3424         848499      690820        20                -           0.0000          -
67920.80/3428.98	c      3429      102104138          81        20                -           0.0000          -
68020.18/3434.03	c      3434      102231566          82        20                -           0.0000          -
68121.76/3439.08	c      3439      102344462          84        20                -           0.0000          -
68223.02/3444.14	c      3444      102449184          82        20                -           0.0000          -
68322.22/3449.18	c      3449      102555189          83        20                -           0.0000          -
68422.80/3454.21	c      3454         852188      694316        20                -           0.0000          -
68521.98/3459.24	c      3459       67102418          89        20                -           0.0000          -
68621.20/3464.29	c      3464       67198102          87        20                -           0.0000          -
68722.34/3469.34	c      3469       67292698          91        20                -           0.0000          -
68821.55/3474.37	c      3474       67387188          93        20                -           0.0000          -
68922.94/3479.44	c      3479         854704      696644        20                -           0.0000          -
69023.97/3484.51	c      3485       67578282          89        20                -           0.0000          -
69123.30/3489.53	c      3490       67673958          91        20                -           0.0000          -
69222.34/3494.58	c      3495       67769499          88        20                -           0.0000          -
69323.56/3499.68	c      3500      103601280          86        20                -           0.0000          -
69424.73/3504.73	c      3505      103702204          82        20                -           0.0000          -
69523.96/3509.78	c      3510      103802645          81        20                -           0.0000          -
69625.13/3514.81	c      3515       68144707          90        20                -           0.0000          -
69724.35/3519.82	c      3520       68238915          92        20                -           0.0000          -
69825.57/3524.90	c      3525       68333871          88        20                -           0.0000          -
69924.88/3529.96	c      3530       68427989          92        20                -           0.0000          -
70023.79/3535.00	c      3535       68521140          91        20                -           0.0000          -
70125.36/3540.07	c      3540       68614032          91        20                -           0.0000          -
70224.65/3545.09	c      3545       68707289          90        20                -           0.0000          -
70325.80/3550.18	c      3550       68801551          88        20                -           0.0000          -
70426.49/3555.23	c      3555      104733742          80        20                -           0.0000          -
70525.66/3560.28	c      3560      104835669          85        20                -           0.0000          -
70626.80/3565.33	c      3565      104945105          79        20                -           0.0000          -
70725.88/3570.34	c      3570       69180626          89        20                -           0.0000          -
70825.00/3575.38	c      3575       69275397          86        20                -           0.0000          -
70924.21/3580.38	c      3580       69368298          93        20                -           0.0000          -
71025.48/3585.48	c      3585       69462955          92        20                -           0.0000          -
71126.43/3590.53	c      3591       69557015          88        20                -           0.0000          -
71227.67/3595.60	c      3596       69649943          94        20                -           0.0000          -
71326.88/3600.68	c      3601      105686450          82        20                -           0.0000          -
71426.06/3605.69	c      3606       69836953          94        20                -           0.0000          -
71527.22/3610.72	c      3611       69930463          92        20                -           0.0000          -
71626.34/3615.74	c      3616       70024449          92        20                -           0.0000          -
71725.51/3620.77	c      3621       70118492          93        20                -           0.0000          -
71826.73/3625.86	c      3626       70212601          94        20                -           0.0000          -
71927.79/3630.92	c      3631       70303968          91        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (185839 MiB free)
  memory of node 1: 193494 MiB (191284 MiB free)
  memory of node 2: 193531 MiB (181845 MiB free)
  memory of node 3: 193531 MiB (192203 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-4465715-1722562003/watcher-4465715-1722562003 -o /tmp/evaluation-result-4465715-1722562003/solver-4465715-1722562003 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143949 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465715-1722562003.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=146439, runsolver pid=146436
Current StackSize limit: 8192 KiB


[startup+0.106673 s]*
/proc/loadavg: 81.41 80.80 79.36 81/1023 146480
/proc/meminfo: memFree=769011904/790760804 swapFree=131071996/131071996
[pid=146439] ppid=146436 vsize=1672592 memory=165008 CPUtime=1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/stat : 146439 (fscip) S 146436 146439 143936 0 -1 1077936128 37713 0 0 0 78 22 0 0 20 0 41 0 22783411 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
/proc/146439/statm: 418148 41252 2966 3035 0 128592 0
[pid=146439/tid=146441] ppid=146436 vsize=1672592 memory=4026532269 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146441/stat : 146441 (fscip) R 146436 146439 143936 0 -1 4194368 2630 0 0 0 4 1 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146442] ppid=146436 vsize=1672592 memory=232834466141 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/146439/task/146442/stat : 146442 (fscip) D 146436 146439 143936 0 -1 4194368 2084 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146443] ppid=146436 vsize=1672592 memory=57415945183745 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/146439/task/146443/stat : 146443 (fscip) R 146436 146439 143936 0 -1 4194368 1323 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146444] ppid=146436 vsize=1672592 memory=55182595744491 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/146439/task/146444/stat : 146444 (fscip) D 146436 146439 143936 0 -1 4194368 2414 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146445] ppid=146436 vsize=1672592 memory=52992179200983 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146445/stat : 146445 (fscip) R 146436 146439 143936 0 -1 4194368 1719 0 0 0 3 0 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146446] ppid=146436 vsize=1672592 memory=52983656413671 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146446/stat : 146446 (fscip) R 146436 146439 143936 0 -1 4194368 1319 0 0 0 2 1 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146447] ppid=146436 vsize=1672592 memory=14695192770986219 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/146439/task/146447/stat : 146447 (fscip) D 146436 146439 143936 0 -1 4194368 1636 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146448] ppid=146436 vsize=1672592 memory=3546929082166180457 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/146439/task/146448/stat : 146448 (fscip) D 146436 146439 143936 0 -1 4194368 2352 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146449] ppid=146436 vsize=1672592 memory=297636 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/146439/task/146449/stat : 146449 (fscip) R 146436 146439 143936 0 -1 4194368 1322 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146450] ppid=146436 vsize=1672592 memory=303611 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/146439/task/146450/stat : 146450 (fscip) R 146436 146439 143936 0 -1 4194368 1647 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146451] ppid=146436 vsize=1672592 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/146439/task/146451/stat : 146451 (fscip) R 146436 146439 143936 0 -1 4194368 1631 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41252 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146452] ppid=146436 vsize=1672592 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/146439/task/146452/stat : 146452 (fscip) R 146436 146439 143936 0 -1 4194368 1296 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146453] ppid=146436 vsize=1672592 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/146439/task/146453/stat : 146453 (fscip) D 146436 146439 143936 0 -1 4194368 2182 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146454] ppid=146436 vsize=1672592 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/146439/task/146454/stat : 146454 (fscip) D 146436 146439 143936 0 -1 4194368 1710 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146455] ppid=146436 vsize=1672592 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/146439/task/146455/stat : 146455 (fscip) R 146436 146439 143936 0 -1 4194368 1320 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146456] ppid=146436 vsize=1672592 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/146439/task/146456/stat : 146456 (fscip) D 146436 146439 143936 0 -1 4194368 1665 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146457] ppid=146436 vsize=1672592 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/146439/task/146457/stat : 146457 (fscip) D 146436 146439 143936 0 -1 4194368 1834 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146458] ppid=146436 vsize=1672592 memory=0 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146458/stat : 146458 (fscip) R 146436 146439 143936 0 -1 4194368 1330 0 0 0 4 1 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146459] ppid=146436 vsize=1672592 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/146439/task/146459/stat : 146459 (fscip) D 146436 146439 143936 0 -1 4194368 1646 0 0 0 4 0 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146460] ppid=146436 vsize=1672592 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/146439/task/146460/stat : 146460 (fscip) D 146436 146439 143936 0 -1 4194368 1705 0 0 0 3 1 0 0 20 0 41 0 22783413 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146461] ppid=146436 vsize=1672592 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/146439/task/146461/stat : 146461 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146462] ppid=146436 vsize=1672592 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/146439/task/146462/stat : 146462 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146463] ppid=146436 vsize=1672592 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/146439/task/146463/stat : 146463 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41318 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146464] ppid=146436 vsize=1672592 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/146439/task/146464/stat : 146464 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146465] ppid=146436 vsize=1672592 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/146439/task/146465/stat : 146465 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146466] ppid=146436 vsize=1672592 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/146439/task/146466/stat : 146466 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146467] ppid=146436 vsize=1672592 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/146439/task/146467/stat : 146467 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146468] ppid=146436 vsize=1672592 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/146439/task/146468/stat : 146468 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146469] ppid=146436 vsize=1672592 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/146439/task/146469/stat : 146469 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146470] ppid=146436 vsize=1672592 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/146439/task/146470/stat : 146470 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 41384 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146471] ppid=146436 vsize=1672592 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/146439/task/146471/stat : 146471 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41450 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146472] ppid=146436 vsize=1672592 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/146439/task/146472/stat : 146472 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41450 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146473] ppid=146436 vsize=1672592 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/146439/task/146473/stat : 146473 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41450 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146474] ppid=146436 vsize=1672592 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/146439/task/146474/stat : 146474 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41516 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146475] ppid=146436 vsize=1672592 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/146439/task/146475/stat : 146475 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41516 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146476] ppid=146436 vsize=1672592 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/146439/task/146476/stat : 146476 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41516 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146477] ppid=146436 vsize=1672592 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/146439/task/146477/stat : 146477 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41582 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146478] ppid=146436 vsize=1672592 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/146439/task/146478/stat : 146478 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41582 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146479] ppid=146436 vsize=1672592 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/146439/task/146479/stat : 146479 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41582 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146480] ppid=146436 vsize=1672592 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/146439/task/146480/stat : 146480 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 41582 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 1672592 KiB
Current children cumulated memory: 165008 KiB

[startup+0.224848 s]*
/proc/loadavg: 81.41 80.80 79.36 80/1023 146480
/proc/meminfo: memFree=768864148/790760804 swapFree=131071996/131071996
[pid=146439] ppid=146436 vsize=1672592 memory=243968 CPUtime=3.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/stat : 146439 (fscip) S 146436 146439 143936 0 -1 1077936128 59103 0 0 0 309 31 0 0 20 0 41 0 22783411 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
/proc/146439/statm: 418148 60992 2966 3035 0 150637 0
[pid=146439/tid=146441] ppid=146436 vsize=1672592 memory=4026531959 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146441/stat : 146441 (fscip) D 146436 146439 143936 0 -1 4194368 3522 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146442] ppid=146436 vsize=1672592 memory=25145 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146442/stat : 146442 (fscip) D 146436 146439 143936 0 -1 4194368 3202 0 0 0 14 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146443] ppid=146436 vsize=1672592 memory=56316433531346 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/146439/task/146443/stat : 146443 (fscip) R 146436 146439 143936 0 -1 4194368 1325 0 0 0 17 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146444] ppid=146436 vsize=1672592 memory=54083084091976 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146444/stat : 146444 (fscip) R 146436 146439 143936 0 -1 4194368 3055 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146445] ppid=146436 vsize=1672592 memory=61783977231038 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146445/stat : 146445 (fscip) R 146436 146439 143936 0 -1 4194368 3276 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146446] ppid=146436 vsize=1672592 memory=62917898929210 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146446/stat : 146446 (fscip) R 146436 146439 143936 0 -1 4194368 1325 0 0 0 14 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146447] ppid=146436 vsize=1672592 memory=14413717794195044 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146447/stat : 146447 (fscip) R 146436 146439 143936 0 -1 4194368 3059 0 0 0 14 2 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146448] ppid=146436 vsize=1672592 memory=3616728270730716841 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146448/stat : 146448 (fscip) R 146436 146439 143936 0 -1 4194368 3371 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146449] ppid=146436 vsize=1672592 memory=274394 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/146439/task/146449/stat : 146449 (fscip) R 146436 146439 143936 0 -1 4194368 1326 0 0 0 16 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146450] ppid=146436 vsize=1672592 memory=303609 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146450/stat : 146450 (fscip) R 146436 146439 143936 0 -1 4194368 3555 0 0 0 12 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146451] ppid=146436 vsize=1672592 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146451/stat : 146451 (fscip) R 146436 146439 143936 0 -1 4194368 3246 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146452] ppid=146436 vsize=1672592 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/146439/task/146452/stat : 146452 (fscip) R 146436 146439 143936 0 -1 4194368 1302 0 0 0 16 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146453] ppid=146436 vsize=1672592 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146453/stat : 146453 (fscip) R 146436 146439 143936 0 -1 4194368 4045 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146454] ppid=146436 vsize=1672592 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146454/stat : 146454 (fscip) R 146436 146439 143936 0 -1 4194368 3211 0 0 0 15 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146455] ppid=146436 vsize=1672592 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/146439/task/146455/stat : 146455 (fscip) R 146436 146439 143936 0 -1 4194368 1325 0 0 0 17 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146456] ppid=146436 vsize=1672592 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146456/stat : 146456 (fscip) D 146436 146439 143936 0 -1 4194368 4104 0 0 0 14 2 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146457] ppid=146436 vsize=1672592 memory=0 CPUtime=0.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146457/stat : 146457 (fscip) R 146436 146439 143936 0 -1 4194368 3312 0 0 0 14 2 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146458] ppid=146436 vsize=1672592 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/146439/task/146458/stat : 146458 (fscip) R 146436 146439 143936 0 -1 4194368 1335 0 0 0 16 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146459] ppid=146436 vsize=1672592 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146459/stat : 146459 (fscip) D 146436 146439 143936 0 -1 4194368 3827 0 0 0 14 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146460] ppid=146436 vsize=1672592 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146460/stat : 146460 (fscip) R 146436 146439 143936 0 -1 4194368 3301 0 0 0 14 1 0 0 20 0 41 0 22783413 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146461] ppid=146436 vsize=1672592 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/146439/task/146461/stat : 146461 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146462] ppid=146436 vsize=1672592 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/146439/task/146462/stat : 146462 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146463] ppid=146436 vsize=1672592 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/146439/task/146463/stat : 146463 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146464] ppid=146436 vsize=1672592 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/146439/task/146464/stat : 146464 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146465] ppid=146436 vsize=1672592 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/146439/task/146465/stat : 146465 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146466] ppid=146436 vsize=1672592 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/146439/task/146466/stat : 146466 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146467] ppid=146436 vsize=1672592 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/146439/task/146467/stat : 146467 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146468] ppid=146436 vsize=1672592 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/146439/task/146468/stat : 146468 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146469] ppid=146436 vsize=1672592 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/146439/task/146469/stat : 146469 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146470] ppid=146436 vsize=1672592 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/146439/task/146470/stat : 146470 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783418 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146471] ppid=146436 vsize=1672592 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/146439/task/146471/stat : 146471 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146472] ppid=146436 vsize=1672592 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/146439/task/146472/stat : 146472 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146473] ppid=146436 vsize=1672592 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/146439/task/146473/stat : 146473 (fscip) S 146436 146439 143936 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22783419 1712734208 60992 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0

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

[pid=146439/tid=146464] ppid=146436 vsize=13070956 memory=11658844 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/146439/task/146464/stat : 146464 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146465] ppid=146436 vsize=13070956 memory=11632436 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146465/stat : 146465 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146466] ppid=146436 vsize=13070956 memory=11812284 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/146439/task/146466/stat : 146466 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146467] ppid=146436 vsize=13070956 memory=11819472 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/146439/task/146467/stat : 146467 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146468] ppid=146436 vsize=13070956 memory=11448 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/146439/task/146468/stat : 146468 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146469] ppid=146436 vsize=13070956 memory=2708 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/146439/task/146469/stat : 146469 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146470] ppid=146436 vsize=13070956 memory=4932 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146470/stat : 146470 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783418 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146471] ppid=146436 vsize=13070956 memory=7068 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146471/stat : 146471 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146472] ppid=146436 vsize=13070956 memory=36300 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146472/stat : 146472 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146473] ppid=146436 vsize=13070956 memory=11686004 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146473/stat : 146473 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146474] ppid=146436 vsize=13070956 memory=11805944 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146474/stat : 146474 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146475] ppid=146436 vsize=13070956 memory=11864580 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/146439/task/146475/stat : 146475 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146476] ppid=146436 vsize=13070956 memory=11865944 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146476/stat : 146476 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146477] ppid=146436 vsize=13070956 memory=11876504 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/146439/task/146477/stat : 146477 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146478] ppid=146436 vsize=13070956 memory=28648 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146478/stat : 146478 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146479] ppid=146436 vsize=13070956 memory=32760 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146479/stat : 146479 (fscip) S 146436 146439 143936 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146480] ppid=146436 vsize=13070956 memory=11448 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/146439/task/146480/stat : 146480 (fscip) S 146436 146439 143936 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 22783419 13384658944 2969154 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
Current children cumulated CPU time: 70963.9 s
Current children cumulated vsize: 13070956 KiB
Current children cumulated memory: 11876616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.6 s]
/proc/loadavg: 61.05 61.17 62.33 44/942 149839
/proc/meminfo: memFree=743690504/790760804 swapFree=131071996/131071996
[pid=146439] ppid=146436 vsize=13350576 memory=11984156 CPUtime=72001.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/stat : 146439 (fscip) S 146436 146439 143936 0 -1 1077936128 25543839 0 0 0 7130223 69894 0 0 20 0 41 0 22783411 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
/proc/146439/statm: 3337644 2996039 3014 3035 0 3101969 0
[pid=146439/tid=146441] ppid=146436 vsize=13350576 memory=2640 CPUtime=3602.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146441/stat : 146441 (fscip) R 146436 146439 143936 0 -1 4194368 2424436 0 0 0 358936 1271 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146442] ppid=146436 vsize=13350576 memory=6672 CPUtime=3606.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146442/stat : 146442 (fscip) R 146436 146439 143936 0 -1 4194368 1568160 0 0 0 360089 581 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146443] ppid=146436 vsize=13350576 memory=21280460 CPUtime=3588.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146443/stat : 146443 (fscip) R 146436 146439 143936 0 -1 4194368 15232 0 0 0 348699 10117 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146444] ppid=146436 vsize=13350576 memory=2700 CPUtime=3606.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146444/stat : 146444 (fscip) R 146436 146439 143936 0 -1 4194368 2404825 0 0 0 359266 1365 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146445] ppid=146436 vsize=13350576 memory=6788 CPUtime=3602.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146445/stat : 146445 (fscip) R 146436 146439 143936 0 -1 4194368 1283060 0 0 0 359670 583 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146446] ppid=146436 vsize=13350576 memory=11980692 CPUtime=3585.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146446/stat : 146446 (fscip) R 146436 146439 143936 0 -1 4194368 20302 0 0 0 349657 8941 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146447] ppid=146436 vsize=13350576 memory=11983488 CPUtime=3601.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146447/stat : 146447 (fscip) R 146436 146439 143936 0 -1 4194368 2672281 0 0 0 358585 1544 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146448] ppid=146436 vsize=13350576 memory=6556 CPUtime=3603.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146448/stat : 146448 (fscip) R 146436 146439 143936 0 -1 4194368 1269777 0 0 0 359778 592 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146449] ppid=146436 vsize=13350576 memory=6448892 CPUtime=3590.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146449/stat : 146449 (fscip) R 146436 146439 143936 0 -1 4194368 20814 0 0 0 351496 7584 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146450] ppid=146436 vsize=13350576 memory=2708 CPUtime=3604.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146450/stat : 146450 (fscip) R 146436 146439 143936 0 -1 4194368 1202187 0 0 0 359119 1321 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146451] ppid=146436 vsize=13350576 memory=4932 CPUtime=3607.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146451/stat : 146451 (fscip) R 146436 146439 143936 0 -1 4194368 1507019 0 0 0 360029 678 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146452] ppid=146436 vsize=13350576 memory=1225628 CPUtime=3589.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146452/stat : 146452 (fscip) R 146436 146439 143936 0 -1 4194368 20204 0 0 0 349770 9155 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146453] ppid=146436 vsize=13350576 memory=6720666540972588650 CPUtime=3605.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146453/stat : 146453 (fscip) R 146436 146439 143936 0 -1 4194368 2373329 0 0 0 359262 1323 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146454] ppid=146436 vsize=13350576 memory=104 CPUtime=3608.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146454/stat : 146454 (fscip) R 146436 146439 143936 0 -1 4194368 1436010 0 0 0 360184 650 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146455] ppid=146436 vsize=13350576 memory=25932 CPUtime=3580.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146455/stat : 146455 (fscip) R 146436 146439 143936 0 -1 4194368 9385 0 0 0 347524 10563 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146456] ppid=146436 vsize=13350576 memory=21380 CPUtime=3605.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146456/stat : 146456 (fscip) R 146436 146439 143936 0 -1 4194368 2252622 0 0 0 358792 1748 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146457] ppid=146436 vsize=13350576 memory=2208 CPUtime=3605.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146457/stat : 146457 (fscip) R 146436 146439 143936 0 -1 4194368 1437983 0 0 0 359972 617 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146458] ppid=146436 vsize=13350576 memory=2036 CPUtime=3591.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146458/stat : 146458 (fscip) R 146436 146439 143936 0 -1 4194368 25867 0 0 0 350017 9175 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146459] ppid=146436 vsize=13350576 memory=31316 CPUtime=3605.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146459/stat : 146459 (fscip) R 146436 146439 143936 0 -1 4194368 2230078 0 0 0 359178 1399 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146460] ppid=146436 vsize=13350576 memory=25333125866717268 CPUtime=3606.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146460/stat : 146460 (fscip) R 146436 146439 143936 0 -1 4194368 1363735 0 0 0 360025 645 0 0 20 0 41 0 22783413 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146461] ppid=146436 vsize=13350576 memory=6081104519424528482 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146461/stat : 146461 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146462] ppid=146436 vsize=13350576 memory=5937548883966453606 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146462/stat : 146462 (fscip) S 146436 146439 143936 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146463] ppid=146436 vsize=13350576 memory=6656426216303648864 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/146439/task/146463/stat : 146463 (fscip) S 146436 146439 143936 0 -1 1077936192 65 0 0 0 0 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146464] ppid=146436 vsize=13350576 memory=11967316 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/146439/task/146464/stat : 146464 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146465] ppid=146436 vsize=13350576 memory=7661031255976023694 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146465/stat : 146465 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146466] ppid=146436 vsize=13350576 memory=6935649255759568979 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/146439/task/146466/stat : 146466 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146467] ppid=146436 vsize=13350576 memory=6720666540972588650 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/146439/task/146467/stat : 146467 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146468] ppid=146436 vsize=13350576 memory=6432429589204788282 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/146439/task/146468/stat : 146468 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146469] ppid=146436 vsize=13350576 memory=11448 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/146439/task/146469/stat : 146469 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146470] ppid=146436 vsize=13350576 memory=17164 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146470/stat : 146470 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783418 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146471] ppid=146436 vsize=13350576 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146471/stat : 146471 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146472] ppid=146436 vsize=13350576 memory=5512 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146472/stat : 146472 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146473] ppid=146436 vsize=13350576 memory=15776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146473/stat : 146473 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146474] ppid=146436 vsize=13350576 memory=280959986062032 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146474/stat : 146474 (fscip) S 146436 146439 143936 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146475] ppid=146436 vsize=13350576 memory=280959983756832 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/146439/task/146475/stat : 146475 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146476] ppid=146436 vsize=13350576 memory=1804 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146476/stat : 146476 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146477] ppid=146436 vsize=13350576 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/146439/task/146477/stat : 146477 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146478] ppid=146436 vsize=13350576 memory=51200 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146478/stat : 146478 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146479] ppid=146436 vsize=13350576 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/146439/task/146479/stat : 146479 (fscip) S 146436 146439 143936 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
[pid=146439/tid=146480] ppid=146436 vsize=13350576 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/146439/task/146480/stat : 146480 (fscip) S 146436 146439 143936 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 22783419 13670989824 2996039 809668444160 4194304 16623229 140724813195632 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50589696 140724813198345 140724813198463 140724813198463 140724813205488 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 13350576 KiB
Current children cumulated memory: 11984156 KiB

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

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

# cumulated CPU time of all completed processes:  user=71302.4 s, system=699.314 s

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

[startup+3634.82 s]
/proc/loadavg: 61.05 61.17 62.33 25/899 149856
/proc/meminfo: memFree=751043736/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.9 s]
/proc/loadavg: 61.05 61.17 62.33 25/899 149856
/proc/meminfo: memFree=751043736/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.98
CPU time (s): 72001.7
CPU user time (s): 71302.4
CPU system time (s): 699.314
CPU usage (%): 1980.8
Max. virtual memory (cumulated for all children) (KiB): 13350576
Max. memory (cumulated for all children) (KiB): 11984156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71302.4
system time used= 699.314
maximum resident set size= 11984180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25543848
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= 6015537
involuntary context switches= 227714


# summary of solver processes directly reported to runsolver:
#   pid: 146439
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71302.4
#   total CPU system time (s): 699.314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6362 second user time and 75.5039 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 03:26:43
IDJOB=4465715
IDBENCH=160382
IDSOLVER=3094
FILE ID=nodeD105/4465715-1722562003
RUNJOBID= nodeD105-1722558365-143949
SLURM_JOB_ID= 8254285
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x100split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465715-1722562003/watcher-4465715-1722562003 -o /tmp/evaluation-result-4465715-1722562003/solver-4465715-1722562003 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722558365-143949 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465715-1722562003.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 8184a92443c0bd6c42f1e968e18f3f0b
RANDOM SEED=451751388

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		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 3179.230
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		: 3200.000
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		: 2587.089
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		: 3181.562
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		: 3179.151
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		: 3188.377
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		: 2990.801
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		: 3175.552
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		: 2982.768
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		: 3170.436
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		: 3285.223
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		: 3178.057
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		: 2973.498
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		: 3110.296
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		: 2378.027
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		: 3162.281
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		: 2964.303
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		: 3181.550
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		: 3561.840
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		: 3173.140
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		: 2991.635
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		: 3200.000
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		: 1889.928
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		: 3200.000
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		: 3179.214
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		: 3189.451
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		: 2891.898
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		: 3148.977
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		: 2982.012
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		: 3199.999
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		: 2632.484
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		: 3200.000
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		: 2969.299
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		: 3199.999
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		: 2621.454
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		: 3152.407
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		: 2993.595
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		: 3177.272
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		: 2626.744
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		: 3169.944
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		: 2988.012
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		: 3193.993
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		: 2640.248
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		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2980.098
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		: 3199.999
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		: 2655.580
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		: 3180.013
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		: 3179.230
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		: 3194.561
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		: 2652.818
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		: 3183.343
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		: 2971.077
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		: 3189.623
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		: 2651.736
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		: 3167.154
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		: 2980.523
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		: 3199.999
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		: 2659.708
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		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2980.147
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		: 3179.429
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		: 2659.468
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		: 3192.865
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		: 3179.275
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		: 3177.871
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		: 3069.160
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		: 3165.393
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		: 3178.339
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		: 3191.190
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		: 2660.606
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		: 3200.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2973.390
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		: 3188.776
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		: 2650.226
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		: 3192.796
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		: 3035.063
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		: 3148.861
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		: 3571.453
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:        769206068 kB
MemAvailable:   771712144 kB
Buffers:          336472 kB
Cached:          5475436 kB
SwapCached:            0 kB
Active:           528348 kB
Inactive:       18399992 kB
Active(anon):       2176 kB
Inactive(anon): 13136276 kB
Active(file):     526172 kB
Inactive(file):  5263716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             56876 kB
Writeback:           104 kB
AnonPages:      13112436 kB
Mapped:           126956 kB
Shmem:             22536 kB
KReclaimable:     271784 kB
Slab:             643328 kB
SReclaimable:     271784 kB
SUnreclaim:       371544 kB
KernelStack:       16848 kB
PageTables:        35908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1958620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           290304 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4907008 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:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622832 MiB
End job on nodeD105 at 2024-08-02 04:27:18