Trace number 4465911

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-30UNSAT 38757.1 1953.96

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
MIPLIB01/dec/miplib2010/normalized-iis-100-0-cov.0.u.opb
MD5SUMaf9f746f4378befb3a20d04b26ba3b05
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 benchmark1628.09
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints3832
Number of constraints which are clauses3831
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint100
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 128
Number of bits of the biggest sum of numbers8
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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 30420992, getVmSize() = 30420992, SCIPgetMemUsed() = 6081770, SCIPgetMemTotal() = 8688834, SCIPgetMemExternEstim() = 4342373
0.00/0.01	c ** set memory limit for presolving in LC to 8.796e+12 for SCIP **
0.00/0.07	c ** Estimated virtualMemUsedAtSolver = 24829316, getVmSize() = 56152064, SCIPgetMemUsed() = 15484738, SCIPgetMemTotal() = 32901602, SCIPgetMemExternEstim() = 4342373
0.00/0.07	c ** set memory limit for solvers to 4.18854e+11 for each SCIP **
0.00/0.07	c Original Problem   :
0.00/0.07	c   Problem name     : instance-4465911-1722597013
0.00/0.07	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.07	c   Constraints      : 3832
0.00/0.07	c   Objective sense  : minimize
0.00/0.07	c Presolved Problem  :
0.00/0.07	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.07	c   Constraints      : 3832
0.00/0.07	c Constraints        : Number
0.00/0.07	c   knapsack         : 1 
0.00/0.07	c   logicor          : 3831 
0.00/0.07	c ** Instance transfer method used: 0
0.00/0.08	c ** ParaScipInstance copy does not increase the number of variables. **
0.12/0.19	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.20	c                                Nodes    Active                                            
0.12/0.20	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
95.02/5.05	c         5             75          52        20                -           0.0000          -
195.88/10.14	c        10            222         157        20                -           0.0000          -
296.33/15.22	c        15            370         209        20                -           0.0000          -
399.36/20.47	c        20            703         430        20                -           0.0000          -
502.59/25.67	c        26           1028         585        20                -           0.0000          -
605.50/30.82	c        31         155376          21        20                -           0.0000          -
704.64/35.89	c        36         183486          23        20                -           0.0000          -
805.83/40.94	c        41         210854          18        20                -           0.0000          -
905.06/45.99	c        46         231493          18        20                -           0.0000          -
1006.77/51.04	c        51           1709          46        20                -           0.0000          -
1105.85/56.09	c        56         288999          21        20                -           0.0000          -
1204.88/61.10	c        61         317810          18        20                -           0.0000          -
1305.51/66.19	c        66         346877          22        20                -           0.0000          -
1406.00/71.24	c        71         375515          20        20                -           0.0000          -
1505.05/76.29	c        76         403120          19        20                -           0.0000          -
1606.20/81.34	c        81         431608          21        20                -           0.0000          -
1705.16/86.39	c        86         459870          19        20                -           0.0000          -
1806.22/91.44	c        91         488037          16        20                -           0.0000          -
1905.27/96.48	c        96         515912          17        20                -           0.0000          -
2006.47/101.54	c       102         543818          19        20                -           0.0000          -
2105.58/106.59	c       107         572007          18        20                -           0.0000          -
2206.30/111.64	c       112           4873          59        20                -           0.0000          -
2305.55/116.69	c       117         627664          19        20                -           0.0000          -
2406.83/121.74	c       122         657399          17        20                -           0.0000          -
2505.74/126.79	c       127         685728          17        20                -           0.0000          -
2606.82/131.83	c       132         713834          19        20                -           0.0000          -
2706.05/136.88	c       137         741783          18        20                -           0.0000          -
2807.23/141.91	c       142         769068          20        20                -           0.0000          -
2906.48/146.92	c       147         796973          18        20                -           0.0000          -
3005.31/151.94	c       152           7410          51        20                -           0.0000          -
3104.52/156.98	c       157           7900          47        20                -           0.0000          -
3203.72/162.03	c       162          19612         102        20                -           0.0000          -
3305.38/167.11	c       167         907516          16        20                -           0.0000          -
3406.32/172.17	c       172         935135          17        20                -           0.0000          -
3506.71/177.24	c       177         962246          19        20                -           0.0000          -
3605.83/182.25	c       182          22235         159        20                -           0.0000          -
3705.00/187.29	c       187          23046         158        20                -           0.0000          -
3808.18/192.44	c       192          23830         163        20                -           0.0000          -
3907.34/197.49	c       197          24688         173        20                -           0.0000          -
4008.49/202.50	c       202          25468         170        20                -           0.0000          -
4107.71/207.59	c       208          26257         165        20                -           0.0000          -
4208.92/212.64	c       213          27021         154        20                -           0.0000          -
4308.19/217.69	c       218          27812         153        20                -           0.0000          -
4409.31/222.70	c       223          28603         147        20                -           0.0000          -
4508.55/227.71	c       228        1243001          19        20                -           0.0000          -
4607.61/232.73	c       233        1271101          16        20                -           0.0000          -
4706.75/237.76	c       238        1300262          17        20                -           0.0000          -
4807.81/242.80	c       243        1327969          19        20                -           0.0000          -
4906.80/247.88	c       248        1355738          17        20                -           0.0000          -
5007.81/252.92	c       253        1382842          17        20                -           0.0000          -
5107.07/257.99	c       258          14439          49        20                -           0.0000          -
5208.41/263.06	c       263        1435895          15        20                -           0.0000          -
5307.81/268.10	c       268        1463849          20        20                -           0.0000          -
5408.75/273.15	c       273        1491127          17        20                -           0.0000          -
5509.17/278.20	c       278        1518055          21        20                -           0.0000          -
5608.17/283.25	c       283        1544675          15        20                -           0.0000          -
5709.00/288.30	c       288          16200          42        20                -           0.0000          -
5807.99/293.35	c       293        1596083          17        20                -           0.0000          -
5909.14/298.40	c       298        1624383          18        20                -           0.0000          -
6008.15/303.48	c       303        1652811          18        20                -           0.0000          -
6109.16/308.53	c       309        1681041          15        20                -           0.0000          -
6208.27/313.58	c       314        1708765          14        20                -           0.0000          -
6309.47/318.63	c       319        1737290          19        20                -           0.0000          -
6408.56/323.69	c       324        1765985          18        20                -           0.0000          -
6509.45/328.72	c       329        1794509          18        20                -           0.0000          -
6610.62/333.81	c       334        1823605          16        20                -           0.0000          -
6709.88/338.86	c       339        1853941          17        20                -           0.0000          -
6810.75/343.92	c       344          21616          56        20                -           0.0000          -
6909.47/348.97	c       349        1912129          22        20                -           0.0000          -
7011.31/354.03	c       354        1940555          18        20                -           0.0000          -
7110.56/359.08	c       359        1969437          19        20                -           0.0000          -
7211.69/364.14	c       364        1999477          20        20                -           0.0000          -
7310.72/369.19	c       369        2029006          19        20                -           0.0000          -
7411.32/374.23	c       374          22998          72        20                -           0.0000          -
7510.51/379.29	c       379        2086756          20        20                -           0.0000          -
7611.59/384.34	c       384        2115970          22        20                -           0.0000          -
7710.79/389.37	c       389        2145665          16        20                -           0.0000          -
7811.94/394.44	c       394        2175124          19        20                -           0.0000          -
7911.16/399.50	c       399        2204056          19        20                -           0.0000          -
8012.30/404.54	c       405        2232251          18        20                -           0.0000          -
8111.23/409.57	c       410        2260146          23        20                -           0.0000          -
8210.14/414.58	c       415        2288343          17        20                -           0.0000          -
8311.19/419.63	c       420          24466          91        20                -           0.0000          -
8410.11/424.69	c       425        2345837          18        20                -           0.0000          -
8510.99/429.74	c       430        2374165          22        20                -           0.0000          -
8610.05/434.79	c       435        2400323          19        20                -           0.0000          -
8711.26/439.84	c       440        2426333          18        20                -           0.0000          -
8810.23/444.89	c       445          25551          72        20                -           0.0000          -
8911.41/449.94	c       450        2479695          16        20                -           0.0000          -
9010.64/454.95	c       455        2506766          19        20                -           0.0000          -
9109.84/459.98	c       460          62858         233        20                -           0.0000          -
9208.90/464.99	c       465          63534         254        20                -           0.0000          -
9307.98/470.02	c       470          26579          78        20                -           0.0000          -
9409.89/475.09	c       475          64985         257        20                -           0.0000          -
9510.77/480.15	c       480          65705         261        20                -           0.0000          -
9610.88/485.20	c       485          66353         265        20                -           0.0000          -
9709.97/490.25	c       490          27292          83        20                -           0.0000          -
9811.19/495.30	c       495          67777         262        20                -           0.0000          -
9910.31/500.36	c       500          68564         263        20                -           0.0000          -
10009.54/505.38	c       505          69248         275        20                -           0.0000          -
10110.62/510.48	c       510          69951         271        20                -           0.0000          -
10211.84/515.51	c       516          28199          84        20                -           0.0000          -
10310.85/520.58	c       521          71415         269        20                -           0.0000          -
10412.01/525.64	c       526        2885736          17        20                -           0.0000          -
10513.05/530.71	c       531        2912944          19        20                -           0.0000          -
10612.14/535.76	c       536        2939463          15        20                -           0.0000          -
10713.24/540.82	c       541        2966454          17        20                -           0.0000          -
10812.26/545.84	c       546          29297          89        20                -           0.0000          -
10913.26/550.93	c       551        3022691          17        20                -           0.0000          -
11012.19/555.98	c       556        3049445          17        20                -           0.0000          -
11111.37/561.03	c       561        3075514          16        20                -           0.0000          -
11213.17/566.07	c       566          30061          84        20                -           0.0000          -
11312.46/571.09	c       571        3126174          19        20                -           0.0000          -
11413.53/576.18	c       576        3151763          19        20                -           0.0000          -
11513.98/581.24	c       581        3177971          15        20                -           0.0000          -
11613.01/586.28	c       586        3204735          21        20                -           0.0000          -
11711.96/591.29	c       591        3231788          16        20                -           0.0000          -
11813.18/596.38	c       596          31608          90        20                -           0.0000          -
11914.29/601.43	c       601        3287607          17        20                -           0.0000          -
12013.51/606.49	c       606        3315343          16        20                -           0.0000          -
12114.74/611.57	c       612        3343015          17        20                -           0.0000          -
12215.72/616.62	c       617        3370098          19        20                -           0.0000          -
12314.73/621.68	c       622        3396778          16        20                -           0.0000          -
12413.79/626.68	c       627        3423993          18        20                -           0.0000          -
12512.92/631.69	c       632        3451680          16        20                -           0.0000          -
12613.83/636.74	c       637          33353          95        20                -           0.0000          -
12712.84/641.76	c       642        3506808          16        20                -           0.0000          -
12815.77/646.92	c       647        3535052          18        20                -           0.0000          -
12914.65/651.97	c       652        3564099          17        20                -           0.0000          -
13016.20/657.04	c       657        3592713          17        20                -           0.0000          -
13115.50/662.08	c       662        3621722          17        20                -           0.0000          -
13216.45/667.15	c       667        3650253          19        20                -           0.0000          -
13315.66/672.18	c       672        3679572          19        20                -           0.0000          -
13416.02/677.25	c       677        3708159          17        20                -           0.0000          -
13515.06/682.30	c       682        3736455          20        20                -           0.0000          -
13616.37/687.35	c       687        3764981          19        20                -           0.0000          -
13715.48/692.40	c       692          36799         124        20                -           0.0000          -
13816.45/697.45	c       697        3821501          19        20                -           0.0000          -
13915.64/702.50	c       702        3850275          24        20                -           0.0000          -
14016.89/707.55	c       708        3879060          15        20                -           0.0000          -
14115.96/712.60	c       713        3908201          17        20                -           0.0000          -
14217.04/717.65	c       718          38337         108        20                -           0.0000          -
14316.16/722.70	c       723        3966136          15        20                -           0.0000          -
14417.38/727.75	c       728        3994259          18        20                -           0.0000          -
14516.59/732.79	c       733        4022970          17        20                -           0.0000          -
14617.81/737.85	c       738        4050887          18        20                -           0.0000          -
14716.90/742.90	c       743        4078118          18        20                -           0.0000          -
14818.10/747.92	c       748        4106208          19        20                -           0.0000          -
14917.31/753.00	c       753        4134847          19        20                -           0.0000          -
15019.16/758.05	c       758        4164050          17        20                -           0.0000          -
15118.60/763.06	c       763        4193272          17        20                -           0.0000          -
15217.80/768.10	c       768        4222590          18        20                -           0.0000          -
15316.61/773.11	c       773        4253151          18        20                -           0.0000          -
15417.80/778.18	c       778        4283126          18        20                -           0.0000          -
15518.25/783.21	c       783        4313069          19        20                -           0.0000          -
15617.43/788.28	c       788          43776         106        20                -           0.0000          -
15718.46/793.33	c       793        4372980          20        20                -           0.0000          -
15817.43/798.39	c       798        4403202          16        20                -           0.0000          -
15918.42/803.44	c       803        4432971          17        20                -           0.0000          -
16017.40/808.50	c       808        4462259          20        20                -           0.0000          -
16118.45/813.55	c       814        4490595          16        20                -           0.0000          -
16217.68/818.58	c       819        4519381          18        20                -           0.0000          -
16318.73/823.70	c       824        4548260          19        20                -           0.0000          -
16419.83/828.76	c       829          47102          91        20                -           0.0000          -
16518.79/833.80	c       834        4603976          16        20                -           0.0000          -
16619.95/838.85	c       839        4631133          17        20                -           0.0000          -
16719.07/843.90	c       844        4658879          21        20                -           0.0000          -
16820.24/848.95	c       849        4685500          15        20                -           0.0000          -
16919.38/853.99	c       854        4713469          17        20                -           0.0000          -
17018.33/859.00	c       859          48846          97        20                -           0.0000          -
17117.42/864.03	c       864          49054          99        20                -           0.0000          -
17219.23/869.05	c       869        4796239          18        20                -           0.0000          -
17318.28/874.06	c       874         124205         460        20                -           0.0000          -
17419.60/879.15	c       879        4847398          18        20                -           0.0000          -
17519.89/884.20	c       884          49802          99        20                -           0.0000          -
17618.54/889.26	c       889        4897860          18        20                -           0.0000          -
17719.48/894.32	c       894        4922851          16        20                -           0.0000          -
17818.41/899.37	c       899        4948741          16        20                -           0.0000          -
17919.36/904.42	c       904        4976141          15        20                -           0.0000          -
18018.33/909.47	c       909          50822         101        20                -           0.0000          -
18119.52/914.52	c       915         129827         416        20                -           0.0000          -
18218.69/919.58	c       920         130513         416        20                -           0.0000          -
18319.84/924.62	c       925         131179         422        20                -           0.0000          -
18420.89/929.73	c       930        5111603          17        20                -           0.0000          -
18520.11/934.78	c       935        5139506          16        20                -           0.0000          -
18619.30/939.80	c       940         133322         387        20                -           0.0000          -
18720.48/944.85	c       945         134012         382        20                -           0.0000          -
18821.61/949.93	c       950        5223736          18        20                -           0.0000          -
18920.64/954.98	c       955        5252046          18        20                -           0.0000          -
19022.20/960.04	c       960        5279950          22        20                -           0.0000          -
19121.71/965.08	c       965         137040         372        20                -           0.0000          -
19222.43/970.14	c       970        5334325          16        20                -           0.0000          -
19321.69/975.16	c       975         138510         353        20                -           0.0000          -
19420.67/980.18	c       980         139255         351        20                -           0.0000          -
19519.65/985.19	c       985         140002         352        20                -           0.0000          -
19619.99/990.26	c       990         140768         346        20                -           0.0000          -
19721.11/995.31	c       995         141438         356        20                -           0.0000          -
19820.33/1000.36	c      1000         142133         341        20                -           0.0000          -
19921.55/1005.41	c      1005         142747         389        20                -           0.0000          -
20020.62/1010.46	c      1010          55210         103        20                -           0.0000          -
20121.52/1015.51	c      1016        5580151          18        20                -           0.0000          -
20220.69/1020.57	c      1021        5608081          16        20                -           0.0000          -
20321.93/1025.61	c      1026          55792         149        20                -           0.0000          -
20421.12/1030.67	c      1031        5661382          18        20                -           0.0000          -
20522.35/1035.74	c      1036        5687193          20        20                -           0.0000          -
20621.23/1040.78	c      1041        5714753          16        20                -           0.0000          -
20722.40/1045.83	c      1046        5741814          14        20                -           0.0000          -
20821.38/1050.88	c      1051        5769108          18        20                -           0.0000          -
20922.45/1055.93	c      1056          57303          90        20                -           0.0000          -
21021.60/1060.98	c      1061        5823896          17        20                -           0.0000          -
21123.30/1066.04	c      1066        5854911          18        20                -           0.0000          -
21221.90/1071.07	c      1071        5885474          15        20                -           0.0000          -
21320.89/1076.08	c      1076        5915806          15        20                -           0.0000          -
21422.21/1081.19	c      1081        5943874          18        20                -           0.0000          -
21522.71/1086.24	c      1086        5970843          17        20                -           0.0000          -
21621.91/1091.29	c      1091        5997720          18        20                -           0.0000          -
21723.12/1096.36	c      1096          60117         120        20                -           0.0000          -
21824.08/1101.41	c      1101        6053242          15        20                -           0.0000          -
21923.19/1106.44	c      1106        6081968          17        20                -           0.0000          -
22024.39/1111.52	c      1112        6110772          17        20                -           0.0000          -
22123.64/1116.57	c      1117        6140094          17        20                -           0.0000          -
22224.85/1121.62	c      1122        6168547          19        20                -           0.0000          -
22324.11/1126.65	c      1127          62163         146        20                -           0.0000          -
22425.04/1131.74	c      1132        6220550          16        20                -           0.0000          -
22524.33/1136.79	c      1137        6248317          15        20                -           0.0000          -
22625.01/1141.84	c      1142        6275935          17        20                -           0.0000          -
22724.12/1146.90	c      1147        6303812          18        20                -           0.0000          -
22825.16/1151.95	c      1152        6331021          17        20                -           0.0000          -
22924.38/1156.96	c      1157        6357910          18        20                -           0.0000          -
23023.53/1162.01	c      1162          64850         147        20                -           0.0000          -
23125.52/1167.07	c      1167          65414         151        20                -           0.0000          -
23224.60/1172.12	c      1172          65736         139        20                -           0.0000          -
23325.92/1177.15	c      1177          66381         116        20                -           0.0000          -
23426.22/1182.21	c      1182          66969         106        20                -           0.0000          -
23525.40/1187.24	c      1187        6522004          20        20                -           0.0000          -
23626.29/1192.33	c      1192        6547791          17        20                -           0.0000          -
23725.51/1197.38	c      1197        6573068          17        20                -           0.0000          -
23826.55/1202.41	c      1202        6599124          17        20                -           0.0000          -
23925.72/1207.43	c      1207        6626351          16        20                -           0.0000          -
24024.85/1212.46	c      1212        6653811          19        20                -           0.0000          -
24125.85/1217.59	c      1218        6680941          20        20                -           0.0000          -
24226.75/1222.64	c      1223        6708174          16        20                -           0.0000          -
24325.95/1227.70	c      1228        6734873          16        20                -           0.0000          -
24427.08/1232.72	c      1233        6762155          15        20                -           0.0000          -
24526.23/1237.80	c      1238        6788631          18        20                -           0.0000          -
24627.42/1242.85	c      1243        6813955          16        20                -           0.0000          -
24726.58/1247.88	c      1248          70621         100        20                -           0.0000          -
24827.49/1252.95	c      1253        6863914          17        20                -           0.0000          -
24926.67/1258.00	c      1258        6888799          15        20                -           0.0000          -
25028.22/1263.05	c      1263        6915646          19        20                -           0.0000          -
25127.31/1268.10	c      1268        6941695          16        20                -           0.0000          -
25228.39/1273.15	c      1273        6968901          20        20                -           0.0000          -
25328.93/1278.20	c      1278        6996212          18        20                -           0.0000          -
25428.09/1283.25	c      1283        7022877          16        20                -           0.0000          -
25529.31/1288.30	c      1288        7050170          19        20                -           0.0000          -
25628.34/1293.31	c      1293          74010          77        20                -           0.0000          -
25727.55/1298.38	c      1298          74303          80        20                -           0.0000          -
25828.77/1303.45	c      1303        7137227          19        20                -           0.0000          -
25930.01/1308.50	c      1308        7165946          18        20                -           0.0000          -
26029.20/1313.55	c      1314        7193412          16        20                -           0.0000          -
26128.47/1318.59	c      1319        7221514          19        20                -           0.0000          -
26229.73/1323.65	c      1324        7249315          20        20                -           0.0000          -
26328.93/1328.69	c      1329        7276731          17        20                -           0.0000          -
26430.13/1333.75	c      1334        7305538          23        20                -           0.0000          -
26531.38/1338.80	c      1339        7333887          23        20                -           0.0000          -
26630.64/1343.85	c      1344        7361772          21        20                -           0.0000          -
26731.89/1348.90	c      1349          77165         106        20                -           0.0000          -
26831.16/1353.95	c      1354          77553         112        20                -           0.0000          -
26930.37/1358.96	c      1359        7446043          24        20                -           0.0000          -
27032.16/1364.05	c      1364        7473583          22        20                -           0.0000          -
27131.41/1369.10	c      1369        7501969          22        20                -           0.0000          -
27230.70/1374.11	c      1374        7530225          23        20                -           0.0000          -
27332.10/1379.17	c      1379        7558796          21        20                -           0.0000          -
27432.61/1384.25	c      1384        7586534          19        20                -           0.0000          -
27531.75/1389.28	c      1389        7613535          21        20                -           0.0000          -
27633.02/1394.35	c      1394        7641109          21        20                -           0.0000          -
27734.29/1399.40	c      1399        7669133          20        20                -           0.0000          -
27833.58/1404.42	c      1404        7697248          23        20                -           0.0000          -
27934.81/1409.50	c      1410        7725984          22        20                -           0.0000          -
28034.10/1414.53	c      1415        7754199          23        20                -           0.0000          -
28135.36/1419.60	c      1420        7784283          22        20                -           0.0000          -
28234.69/1424.63	c      1425        7812864          21        20                -           0.0000          -
28333.98/1429.64	c      1430        7840924          21        20                -           0.0000          -
28433.14/1434.68	c      1435        7868866          19        20                -           0.0000          -
28534.41/1439.76	c      1440          83273          55        20                -           0.0000          -
28635.71/1444.81	c      1445          83474          48        20                -           0.0000          -
28735.06/1449.87	c      1450        7954710          21        20                -           0.0000          -
28836.34/1454.91	c      1455        7982310          21        20                -           0.0000          -
28935.69/1459.96	c      1460        8007710          18        20                -           0.0000          -
29035.04/1465.01	c      1465        8033359          21        20                -           0.0000          -
29136.96/1470.07	c      1470         211476         249        20                -           0.0000          -
29236.28/1475.13	c      1475        8088504          19        20                -           0.0000          -
29337.62/1480.17	c      1480        8115693          20        20                -           0.0000          -
29438.30/1485.23	c      1485         213631         239        20                -           0.0000          -
29537.65/1490.28	c      1490        8170738          21        20                -           0.0000          -
29638.99/1495.33	c      1495          86004          66        20                -           0.0000          -
29738.33/1500.38	c      1500        8225233          21        20                -           0.0000          -
29839.67/1505.45	c      1505         216696         208        20                -           0.0000          -
29941.00/1510.50	c      1510         217457         203        20                -           0.0000          -
30040.35/1515.55	c      1516         218160         198        20                -           0.0000          -
30141.68/1520.60	c      1521          87105          59        20                -           0.0000          -
30241.01/1525.65	c      1526         219575         170        20                -           0.0000          -
30342.28/1530.70	c      1531         220266         168        20                -           0.0000          -
30441.63/1535.73	c      1536         220958         154        20                -           0.0000          -
30540.98/1540.73	c      1541         221697         158        20                -           0.0000          -
30642.28/1545.85	c      1546         222410         151        20                -           0.0000          -
30743.60/1550.90	c      1551          88939          67        20                -           0.0000          -
30842.95/1555.95	c      1556         223929         153        20                -           0.0000          -
30942.29/1561.00	c      1561         224654         149        20                -           0.0000          -
31044.36/1566.05	c      1566         225388         131        20                -           0.0000          -
31143.75/1571.10	c      1571         226076         129        20                -           0.0000          -
31245.11/1576.15	c      1576         226780         131        20                -           0.0000          -
31345.88/1581.20	c      1581        8664455          23        20                -           0.0000          -
31445.26/1586.25	c      1586          90552          60        20                -           0.0000          -
31544.70/1591.26	c      1591        8719874          18        20                -           0.0000          -
31646.14/1596.31	c      1596        8747728          22        20                -           0.0000          -
31745.57/1601.36	c      1601        8774236          21        20                -           0.0000          -
31847.01/1606.41	c      1606          91553          83        20                -           0.0000          -
31946.44/1611.42	c      1611          91763          73        20                -           0.0000          -
32045.90/1616.44	c      1616        8855316          20        20                -           0.0000          -
32145.30/1621.47	c      1621        8883798          22        20                -           0.0000          -
32244.74/1626.49	c      1626        8911210          20        20                -           0.0000          -
32346.18/1631.51	c      1632        8937936          19        20                -           0.0000          -
32445.63/1636.55	c      1637          93668          44        20                -           0.0000          -
32545.08/1641.55	c      1642          93815          47        20                -           0.0000          -
32646.51/1646.68	c      1647        9018941          18        20                -           0.0000          -
32747.94/1651.70	c      1652        9045414          23        20                -           0.0000          -
32847.39/1656.78	c      1657        9071857          20        20                -           0.0000          -
32948.83/1661.81	c      1662        9098766          20        20                -           0.0000          -
33048.28/1666.89	c      1667        9125410          19        20                -           0.0000          -
33149.72/1671.94	c      1672          95079          67        20                -           0.0000          -
33249.17/1676.99	c      1677          95313          61        20                -           0.0000          -
33351.15/1682.04	c      1682        9208525          16        20                -           0.0000          -
33450.70/1687.10	c      1687        9235919          21        20                -           0.0000          -
33552.00/1692.15	c      1692        9262830          21        20                -           0.0000          -
33652.93/1697.20	c      1697          96103          55        20                -           0.0000          -
33752.36/1702.28	c      1702        9320150          16        20                -           0.0000          -
33853.81/1707.33	c      1707        9346909          22        20                -           0.0000          -
33953.26/1712.39	c      1712        9374086          18        20                -           0.0000          -
34054.70/1717.49	c      1717        9402373          23        20                -           0.0000          -
34156.15/1722.56	c      1723          97046          47        20                -           0.0000          -
34255.59/1727.58	c      1728        9459416          18        20                -           0.0000          -
34355.04/1732.59	c      1733        9488150          21        20                -           0.0000          -
34456.48/1737.67	c      1738        9517130          17        20                -           0.0000          -
34557.91/1742.77	c      1743        9544799          19        20                -           0.0000          -
34659.35/1747.81	c      1748        9573161          20        20                -           0.0000          -
34758.81/1752.87	c      1753        9600893          18        20                -           0.0000          -
34860.25/1757.92	c      1758        9630201          22        20                -           0.0000          -
34959.70/1762.97	c      1763        9658941          17        20                -           0.0000          -
35059.14/1768.02	c      1768        9686546          17        20                -           0.0000          -
35161.15/1773.08	c      1773        9714947          17        20                -           0.0000          -
35262.68/1778.14	c      1778         101628          37        20                -           0.0000          -
35362.19/1783.17	c      1783         101952          43        20                -           0.0000          -
35462.89/1788.23	c      1788        9801496          21        20                -           0.0000          -
35564.33/1793.30	c      1793        9829103          18        20                -           0.0000          -
35663.77/1798.35	c      1798        9857640          20        20                -           0.0000          -
35765.15/1803.40	c      1803        9886047          20        20                -           0.0000          -
35864.58/1808.45	c      1808        9913571          20        20                -           0.0000          -
35964.03/1813.48	c      1813         103813          42        20                -           0.0000          -
36065.46/1818.55	c      1819        9967930          18        20                -           0.0000          -
36166.89/1823.60	c      1824        9995090          19        20                -           0.0000          -
36266.33/1828.65	c      1829       10022708          19        20                -           0.0000          -
36367.77/1833.70	c      1834       10050611          19        20                -           0.0000          -
36467.20/1838.75	c      1839       10078235          20        20                -           0.0000          -
36568.64/1843.80	c      1844       10105748          18        20                -           0.0000          -
36668.08/1848.85	c      1849       10133599          20        20                -           0.0000          -
36769.52/1853.90	c      1854       10161929          20        20                -           0.0000          -
36868.96/1858.92	c      1859       10190058          24        20                -           0.0000          -
36968.41/1863.93	c      1864       10218676          17        20                -           0.0000          -
37067.85/1868.95	c      1869         109041          60        20                -           0.0000          -
37169.82/1874.07	c      1874       10275782          20        20                -           0.0000          -
37271.38/1879.14	c      1879       10304091          19        20                -           0.0000          -
37370.79/1884.19	c      1884       10331847          20        20                -           0.0000          -
37471.60/1889.24	c      1889       10359370          20        20                -           0.0000          -
37573.04/1894.30	c      1894       10387984          19        20                -           0.0000          -
37672.48/1899.35	c      1899       10416136          24        20                -           0.0000          -
37771.93/1904.38	c      1904       10442751          19        20                -           0.0000          -
37873.38/1909.41	c      1909       10470262          21        20                -           0.0000          -
37974.82/1914.50	c      1914       10497891          20        20                -           0.0000          -
38074.25/1919.55	c      1920       10526676          19        20                -           0.0000          -
38173.71/1924.57	c      1925       10554460          23        20                -           0.0000          -
38275.14/1929.64	c      1930       10583037          19        20                -           0.0000          -
38376.59/1934.70	c      1935       10611772          17        20                -           0.0000          -
38476.04/1939.75	c      1940       10639599          21        20                -           0.0000          -
38575.49/1944.78	c      1945       10666794          19        20                -           0.0000          -
38676.94/1949.82	c      1950         115877          47        20                -           0.0000          -
38754.50/1953.78	c      1954         283190           0         0                -           0.0000          -
38756.99/1953.91	c      1954         283190           0         0                -           0.0000          -
38756.99/1953.91	c SCIP Status        : c problem is solved [infeasible]
38756.99/1953.91	c Total Time         : 1953.9100
38756.99/1953.91	c   solving          : 1953.9100
38756.99/1953.91	c   presolving       : 0.0635 (included in solving)
38756.99/1953.91	c B&B Tree           :
38756.99/1953.91	c   nodes (total)    : 283190
38756.99/1953.91	c Solution           :
38756.99/1953.91	c   Solutions found  : 0
38756.99/1953.91	c   Primal Bound     :          -
38756.99/1953.91	c   Dual Bound       :          -
38756.99/1953.91	c Gap                :          -
38756.99/1953.92	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (183912 MiB free)
  memory of node 1: 193531 MiB (191694 MiB free)
  memory of node 2: 193531 MiB (170950 MiB free)
  memory of node 3: 193531 MiB (183085 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-4465911-1722597013/watcher-4465911-1722597013 -o /tmp/evaluation-result-4465911-1722597013/solver-4465911-1722597013 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157284 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465911-1722597013.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100106 s]*
/proc/loadavg: 62.61 69.34 74.96 62/1004 164151
/proc/meminfo: memFree=747109544/790760800 swapFree=131071996/131071996
[pid=164130] ppid=164127 vsize=1530852 memory=71252 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/stat : 164130 (fscip) S 164127 164130 157273 0 -1 1077936128 15997 0 0 0 9 3 0 0 20 0 21 0 26288053 1567592448 17813 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
/proc/164130/statm: 382713 17813 2774 3035 0 58573 0
[pid=164130/tid=164132] ppid=164127 vsize=1530852 memory=8390339637985935414 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164132/stat : 164132 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17879 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164133] ppid=164127 vsize=1530852 memory=74236 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164133/stat : 164133 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17879 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164134] ppid=164127 vsize=1530852 memory=55216921903569 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164134/stat : 164134 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17879 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164135] ppid=164127 vsize=1530852 memory=52983572464199 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164135/stat : 164135 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17879 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164136] ppid=164127 vsize=1530852 memory=59584953975483 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164136/stat : 164136 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17879 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164137] ppid=164127 vsize=1530852 memory=56299354326018 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164137/stat : 164137 (fscip) S 164127 164130 157273 0 -1 1077936192 1108 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17879 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164138] ppid=164127 vsize=1530852 memory=14974464429393390 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164138/stat : 164138 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164139] ppid=164127 vsize=1530852 memory=26095 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164139/stat : 164139 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164140] ppid=164127 vsize=1530852 memory=3474301932498455433 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164140/stat : 164140 (fscip) S 164127 164130 157273 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164141] ppid=164127 vsize=1530852 memory=3760559797674866434 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164141/stat : 164141 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164142] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164142/stat : 164142 (fscip) S 164127 164130 157273 0 -1 1077936192 1107 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164143] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164143/stat : 164143 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164144] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164144/stat : 164144 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164145] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164145/stat : 164145 (fscip) S 164127 164130 157273 0 -1 1077936192 1107 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164146] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164146/stat : 164146 (fscip) S 164127 164130 157273 0 -1 1077936192 1107 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164147] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164147/stat : 164147 (fscip) R 164127 164130 157273 0 -1 4194368 1076 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164148] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164148/stat : 164148 (fscip) S 164127 164130 157273 0 -1 1077936192 1107 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164149] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164149/stat : 164149 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164150] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164150/stat : 164150 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164151] ppid=164127 vsize=1530852 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164151/stat : 164151 (fscip) S 164127 164130 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 26288061 1567592448 17945 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1530852 KiB
Current children cumulated memory: 71252 KiB

[startup+0.220156 s]*
/proc/loadavg: 62.61 69.34 74.96 63/1024 164171
/proc/meminfo: memFree=746949836/790760800 swapFree=131071996/131071996
[pid=164130] ppid=164127 vsize=1715252 memory=251960 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/stat : 164130 (fscip) S 164127 164130 157273 0 -1 1077936128 60554 0 0 0 41 16 0 0 20 0 41 0 26288053 1756418048 62990 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
/proc/164130/statm: 428813 62990 2790 3035 0 151383 0
[pid=164130/tid=164132] ppid=164127 vsize=1715252 memory=8318255677412212789 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164132/stat : 164132 (fscip) R 164127 164130 157273 0 -1 4194368 2627 0 0 0 1 1 0 0 20 0 41 0 26288061 1756418048 63056 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164133] ppid=164127 vsize=1715252 memory=237112656212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164133/stat : 164133 (fscip) D 164127 164130 157273 0 -1 4194368 2623 0 0 0 2 0 0 0 20 0 41 0 26288061 1756418048 63056 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164134] ppid=164127 vsize=1715252 memory=59610673521078 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164134/stat : 164134 (fscip) R 164127 164130 157273 0 -1 4194368 2412 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63056 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164135] ppid=164127 vsize=1715252 memory=57420256977570 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164135/stat : 164135 (fscip) R 164127 164130 157273 0 -1 4194368 2628 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164136] ppid=164127 vsize=1715252 memory=52987884282762 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164136/stat : 164136 (fscip) R 164127 164130 157273 0 -1 4194368 2635 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164137] ppid=164127 vsize=1715252 memory=60693105947952 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164137/stat : 164137 (fscip) R 164127 164130 157273 0 -1 4194368 2587 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164138] ppid=164127 vsize=1715252 memory=15254839894516934 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164138/stat : 164138 (fscip) D 164127 164130 157273 0 -1 4194368 2546 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164139] ppid=164127 vsize=1715252 memory=14971187419749969 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164139/stat : 164139 (fscip) R 164127 164130 157273 0 -1 4194368 2641 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164140] ppid=164127 vsize=1715252 memory=3978141041298900741 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164140/stat : 164140 (fscip) R 164127 164130 157273 0 -1 4194368 2628 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164141] ppid=164127 vsize=1715252 memory=3761413014403051413 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164141/stat : 164141 (fscip) R 164127 164130 157273 0 -1 4194368 2534 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164142] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164142/stat : 164142 (fscip) R 164127 164130 157273 0 -1 4194368 2619 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164143] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164143/stat : 164143 (fscip) R 164127 164130 157273 0 -1 4194368 2516 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63122 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164144] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164144/stat : 164144 (fscip) R 164127 164130 157273 0 -1 4194368 2613 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164145] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164145/stat : 164145 (fscip) R 164127 164130 157273 0 -1 4194368 2303 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164146] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164146/stat : 164146 (fscip) R 164127 164130 157273 0 -1 4194368 2614 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164147] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164147/stat : 164147 (fscip) D 164127 164130 157273 0 -1 4194368 2511 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164148] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164148/stat : 164148 (fscip) D 164127 164130 157273 0 -1 4194368 2568 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164149] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164149/stat : 164149 (fscip) R 164127 164130 157273 0 -1 4194368 2457 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164150] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164150/stat : 164150 (fscip) R 164127 164130 157273 0 -1 4194368 2536 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164151] ppid=164127 vsize=1715252 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164151/stat : 164151 (fscip) D 164127 164130 157273 0 -1 4194368 2632 0 0 0 1 0 0 0 20 0 41 0 26288061 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164152] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164152/stat : 164152 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63188 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164153] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164153/stat : 164153 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63254 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164154] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164154/stat : 164154 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63254 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164155] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164155/stat : 164155 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63254 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164156] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164156/stat : 164156 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63254 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164157] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164157/stat : 164157 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63320 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164158] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164158/stat : 164158 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63320 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164159] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164159/stat : 164159 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63320 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164160] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164160/stat : 164160 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63320 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164161] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164161/stat : 164161 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63320 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164162] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164162/stat : 164162 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63320 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164163] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164163/stat : 164163 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164164] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164164/stat : 164164 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164165] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164165/stat : 164165 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164166] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164166/stat : 164166 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164167] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164167/stat : 164167 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164168] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164168/stat : 164168 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164169] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164169/stat : 164169 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164170] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164170/stat : 164170 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164171] ppid=164127 vsize=1715252 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164171/stat : 164171 (fscip) S 164127 164130 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 26288073 1756418048 63386 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 1715252 KiB
Current children cumulated memory: 251960 KiB

[startup+0.3279 s]*
/proc/loadavg: 62.61 69.34 74.96 79/1024 164171
/proc/meminfo: memFree=746583800/790760800 swapFree=131071996/131071996
[pid=164130] ppid=164127 vsize=2000372 memory=634064 CPUtime=2.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/stat : 164130 (fscip) S 164127 164130 157273 0 -1 1077936128 156374 0 0 0 195 60 0 0 20 0 41 0 26288053 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
/proc/164130/statm: 500093 158516 2854 3035 0 262512 0
[pid=164130/tid=164132] ppid=164127 vsize=2000372 memory=7017546533858337879 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164132/stat : 164132 (fscip) R 164127 164130 157273 0 -1 1077936192 7656 0 0 0 8 3 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164133] ppid=164127 vsize=2000372 memory=281098362067184 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164133/stat : 164133 (fscip) R 164127 164130 157273 0 -1 4194368 7353 0 0 0 9 3 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164134] ppid=164127 vsize=2000372 memory=34340462562508916 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164134/stat : 164134 (fscip) R 164127 164130 157273 0 -1 4194368 6885 0 0 0 9 2 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164135] ppid=164127 vsize=2000372 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164135/stat : 164135 (fscip) R 164127 164130 157273 0 -1 4194368 8399 0 0 0 10 2 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164136] ppid=164127 vsize=2000372 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164136/stat : 164136 (fscip) R 164127 164130 157273 0 -1 4194368 7355 0 0 0 9 3 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164137] ppid=164127 vsize=2000372 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164137/stat : 164137 (fscip) R 164127 164130 157273 0 -1 4194368 6884 0 0 0 10 2 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164138] ppid=164127 vsize=2000372 memory=27992919332356134 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164138/stat : 164138 (fscip) R 164127 164130 157273 0 -1 4194368 7649 0 0 0 8 3 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164139] ppid=164127 vsize=2000372 memory=74173 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164139/stat : 164139 (fscip) R 164127 164130 157273 0 -1 4194368 7649 0 0 0 9 3 0 0 20 0 41 0 26288061 2048380928 158516 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0

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

/proc/164130/task/164161/stat : 164161 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164162] ppid=164127 vsize=2918600 memory=3308 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164162/stat : 164162 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164163] ppid=164127 vsize=2918600 memory=1704 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164163/stat : 164163 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164164] ppid=164127 vsize=2918600 memory=9512 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164164/stat : 164164 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164165] ppid=164127 vsize=2918600 memory=28356 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164165/stat : 164165 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164166] ppid=164127 vsize=2918600 memory=11424 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164166/stat : 164166 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164167] ppid=164127 vsize=2918600 memory=15648 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164167/stat : 164167 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164168] ppid=164127 vsize=2918600 memory=10392 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164168/stat : 164168 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164169] ppid=164127 vsize=2918600 memory=5432 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164169/stat : 164169 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 0 1 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164170] ppid=164127 vsize=2918600 memory=16108 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164170/stat : 164170 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164171] ppid=164127 vsize=2918600 memory=2268 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164171/stat : 164171 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 26288073 2988646400 489814 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
Current children cumulated CPU time: 38752.5 s
Current children cumulated vsize: 2918600 KiB
Current children cumulated memory: 1959256 KiB

[startup+1953.8 s]
/proc/loadavg: 20.04 31.31 54.11 21/883 165235
/proc/meminfo: memFree=782304892/790760800 swapFree=131071996/131071996
[pid=164130] ppid=164127 vsize=2917576 memory=1958252 CPUtime=38756.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/stat : 164130 (fscip) S 164127 164130 157273 0 -1 1077936128 5297129 0 0 0 3863275 12380 0 0 20 0 41 0 26288053 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
/proc/164130/statm: 729394 489563 2998 3035 0 611610 0
[pid=164130/tid=164132] ppid=164127 vsize=2917576 memory=4684 CPUtime=1939.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164132/stat : 164132 (fscip) R 164127 164130 157273 0 -1 4194368 300882 0 0 0 193763 182 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164133] ppid=164127 vsize=2917576 memory=20572 CPUtime=1940.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164133/stat : 164133 (fscip) R 164127 164130 157273 0 -1 4194368 325690 0 0 0 193950 97 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164134] ppid=164127 vsize=2917576 memory=6856 CPUtime=1937.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164134/stat : 164134 (fscip) R 164127 164130 157273 0 -1 4194368 104944 0 0 0 192081 1682 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164135] ppid=164127 vsize=2917576 memory=7112 CPUtime=1938.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164135/stat : 164135 (fscip) R 164127 164130 157273 0 -1 4194368 330430 0 0 0 193646 171 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164136] ppid=164127 vsize=2917576 memory=28196 CPUtime=1938.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164136/stat : 164136 (fscip) R 164127 164130 157273 0 -1 4194368 323879 0 0 0 193804 93 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164137] ppid=164127 vsize=2917576 memory=33860 CPUtime=1938.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164137/stat : 164137 (fscip) R 164127 164130 157273 0 -1 4194368 102017 0 0 0 192111 1759 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164138] ppid=164127 vsize=2917576 memory=1959256 CPUtime=1937.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164138/stat : 164138 (fscip) R 164127 164130 157273 0 -1 4194368 307814 0 0 0 193525 178 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164139] ppid=164127 vsize=2917576 memory=1959256 CPUtime=1939.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164139/stat : 164139 (fscip) R 164127 164130 157273 0 -1 4194368 340636 0 0 0 193884 102 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164140] ppid=164127 vsize=2917576 memory=5432 CPUtime=1935.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164140/stat : 164140 (fscip) R 164127 164130 157273 0 -1 4194368 106063 0 0 0 191770 1740 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164141] ppid=164127 vsize=2917576 memory=1704 CPUtime=1938.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164141/stat : 164141 (fscip) R 164127 164130 157273 0 -1 4194368 304993 0 0 0 193692 182 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164142] ppid=164127 vsize=2917576 memory=6720667636138786913 CPUtime=1940.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164142/stat : 164142 (fscip) R 164127 164130 157273 0 -1 4194368 359854 0 0 0 193910 103 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164143] ppid=164127 vsize=2917576 memory=28356 CPUtime=1939.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164143/stat : 164143 (fscip) R 164127 164130 157273 0 -1 4194368 106829 0 0 0 192161 1769 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164144] ppid=164127 vsize=2917576 memory=31828 CPUtime=1939.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164144/stat : 164144 (fscip) R 164127 164130 157273 0 -1 4194368 329274 0 0 0 193749 182 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164145] ppid=164127 vsize=2917576 memory=6720667636138786913 CPUtime=1939.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164145/stat : 164145 (fscip) R 164127 164130 157273 0 -1 4194368 317490 0 0 0 193860 90 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164146] ppid=164127 vsize=2917576 memory=7644 CPUtime=1937.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164146/stat : 164146 (fscip) R 164127 164130 157273 0 -1 4194368 106825 0 0 0 192009 1700 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164147] ppid=164127 vsize=2917576 memory=26960 CPUtime=1927.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164147/stat : 164147 (fscip) R 164127 164130 157273 0 -1 4194368 339305 0 0 0 192558 184 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164148] ppid=164127 vsize=2917576 memory=31356 CPUtime=1938.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164148/stat : 164148 (fscip) R 164127 164130 157273 0 -1 4194368 372469 0 0 0 193733 106 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164149] ppid=164127 vsize=2917576 memory=3672 CPUtime=1937.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164149/stat : 164149 (fscip) R 164127 164130 157273 0 -1 4194368 105003 0 0 0 191995 1736 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164150] ppid=164127 vsize=2917576 memory=40372 CPUtime=1936.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164150/stat : 164150 (fscip) R 164127 164130 157273 0 -1 4194368 347210 0 0 0 193451 184 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164151] ppid=164127 vsize=2917576 memory=8240 CPUtime=1936.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164151/stat : 164151 (fscip) R 164127 164130 157273 0 -1 4194368 354326 0 0 0 193515 99 0 0 20 0 41 0 26288061 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164152] ppid=164127 vsize=2917576 memory=1996 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164152/stat : 164152 (fscip) S 164127 164130 157273 0 -1 1077936192 35 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164153] ppid=164127 vsize=2917576 memory=1836 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164153/stat : 164153 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164154] ppid=164127 vsize=2917576 memory=38468 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164154/stat : 164154 (fscip) S 164127 164130 157273 0 -1 1077936192 38 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164155] ppid=164127 vsize=2917576 memory=2152 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164155/stat : 164155 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164156] ppid=164127 vsize=2917576 memory=6056 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164156/stat : 164156 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164157] ppid=164127 vsize=2917576 memory=104 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164157/stat : 164157 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164158] ppid=164127 vsize=2917576 memory=33100 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164158/stat : 164158 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 0 1 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164159] ppid=164127 vsize=2917576 memory=19588 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164159/stat : 164159 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164160] ppid=164127 vsize=2917576 memory=6720667636138786913 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164160/stat : 164160 (fscip) S 164127 164130 157273 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164161] ppid=164127 vsize=2917576 memory=7644 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164161/stat : 164161 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164162] ppid=164127 vsize=2917576 memory=26960 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164162/stat : 164162 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164163] ppid=164127 vsize=2917576 memory=31356 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164163/stat : 164163 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164164] ppid=164127 vsize=2917576 memory=6720667636138786913 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164164/stat : 164164 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164165] ppid=164127 vsize=2917576 memory=-7662980745959663145 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164165/stat : 164165 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164166] ppid=164127 vsize=2917576 memory=15648 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164166/stat : 164166 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164167] ppid=164127 vsize=2917576 memory=10392 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164167/stat : 164167 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164168] ppid=164127 vsize=2917576 memory=5432 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164168/stat : 164168 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164169] ppid=164127 vsize=2917576 memory=6856 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164169/stat : 164169 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 0 1 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164170] ppid=164127 vsize=2917576 memory=7112 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164170/stat : 164170 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164171] ppid=164127 vsize=2917576 memory=28196 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164171/stat : 164171 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 26288073 2987597824 489563 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
Current children cumulated CPU time: 38756.6 s
Current children cumulated vsize: 2917576 KiB
Current children cumulated memory: 1958252 KiB

[startup+1953.9 s]
/proc/loadavg: 20.04 31.31 54.11 21/883 165235
/proc/meminfo: memFree=782304892/790760800 swapFree=131071996/131071996
[pid=164130] ppid=164127 vsize=2037348 memory=864892 CPUtime=38757 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/stat : 164130 (fscip) S 164127 164130 157273 0 -1 1077936128 5325983 0 0 0 3863313 12386 0 0 20 0 18 0 26288053 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
/proc/164130/statm: 509337 216223 2998 3035 0 430756 0
[pid=164130/tid=164136] ppid=164127 vsize=2037348 memory=1410072123343474 CPUtime=1939.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164136/stat : 164136 (fscip) R 164127 164130 157273 0 -1 4194368 324094 0 0 0 193813 93 0 0 20 0 18 0 26288061 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164153] ppid=164127 vsize=2037348 memory=1949692 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164153/stat : 164153 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164154] ppid=164127 vsize=2037348 memory=11424 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164154/stat : 164154 (fscip) S 164127 164130 157273 0 -1 1077936192 38 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164156] ppid=164127 vsize=2037348 memory=3013484469 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164156/stat : 164156 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164157] ppid=164127 vsize=2037348 memory=281098362030272 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164157/stat : 164157 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164159] ppid=164127 vsize=2037348 memory=1957916 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164159/stat : 164159 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164160] ppid=164127 vsize=2037348 memory=12384 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164160/stat : 164160 (fscip) S 164127 164130 157273 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164161] ppid=164127 vsize=2037348 memory=7636 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164161/stat : 164161 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164162] ppid=164127 vsize=2037348 memory=18248 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164162/stat : 164162 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164163] ppid=164127 vsize=2037348 memory=1959256 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164163/stat : 164163 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164165] ppid=164127 vsize=2037348 memory=13892 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164165/stat : 164165 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164166] ppid=164127 vsize=2037348 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164166/stat : 164166 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164167] ppid=164127 vsize=2037348 memory=6656426216303648864 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164167/stat : 164167 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164168] ppid=164127 vsize=2037348 memory=-2893623298589923098 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164168/stat : 164168 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164169] ppid=164127 vsize=2037348 memory=7681905605394137914 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164169/stat : 164169 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 0 1 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164170] ppid=164127 vsize=2037348 memory=-7173504570860347296 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164170/stat : 164170 (fscip) S 164127 164130 157273 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
[pid=164130/tid=164171] ppid=164127 vsize=2037348 memory=6720667636138786913 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/164130/task/164171/stat : 164171 (fscip) S 164127 164130 157273 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 18 0 26288073 2086244352 216223 809668444160 4194304 16623229 140722574008416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 47276032 140722574013449 140722574013567 140722574013567 140722574020592 0
Current children cumulated CPU time: 38757 s
Current children cumulated vsize: 2037348 KiB
Current children cumulated memory: 864892 KiB

Child status: 0

Real time (s): 1953.96
CPU time (s): 38757.1
CPU user time (s): 38633.2
CPU system time (s): 123.908
CPU usage (%): 1983.51
Max. virtual memory (cumulated for all children) (KiB): 2923508
Max. memory (cumulated for all children) (KiB): 1959256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38633.2
system time used= 123.908
maximum resident set size= 1959276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5329726
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= 227444
involuntary context switches= 199024


# summary of solver processes directly reported to runsolver:
#   pid: 164130
#   total CPU time (s): 38757.1
#   total CPU user time (s): 38633.2
#   total CPU system time (s): 123.908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7883 second user time and 43.6818 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 13:10:13
IDJOB=4465911
IDBENCH=164452
IDSOLVER=3094
FILE ID=nodeD101/4465911-1722597013
RUNJOBID= nodeD101-1722587343-157284
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-iis-100-0-cov.0.u.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-4465911-1722597013/watcher-4465911-1722597013 -o /tmp/evaluation-result-4465911-1722597013/solver-4465911-1722597013 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157284 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465911-1722597013.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= af9f746f4378befb3a20d04b26ba3b05
RANDOM SEED=2129038899

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        747155584 kB
MemAvailable:   747420440 kB
Buffers:          372176 kB
Cached:          3231980 kB
SwapCached:            0 kB
Active:           557112 kB
Inactive:       40426228 kB
Active(anon):       2144 kB
Inactive(anon): 37399580 kB
Active(file):     554968 kB
Inactive(file):  3026648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28872 kB
Writeback:            60 kB
AnonPages:      37379412 kB
Mapped:           129740 kB
Shmem:             22536 kB
KReclaimable:     205536 kB
Slab:             562052 kB
SReclaimable:     205536 kB
SUnreclaim:       356516 kB
KernelStack:       16848 kB
PageTables:        86128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4047140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           323328 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4116480 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD101 at 2024-08-02 13:42:47