Trace number 4469126

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-08-12UNSAT 33460.4 1786.22

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l080-r079-n1.cnf-plain.pb.metafix.opb
MD5SUM266633e779ed92513dfdd11bdc765a52
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 benchmark1.98419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5685
Total number of constraints17960
Number of constraints which are clauses17960
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 57958400, getVmSize() = 57958400, SCIPgetMemUsed() = 30508252, SCIPgetMemTotal() = 35101084, SCIPgetMemExternEstim() = 21925855
0.00/0.04	c ** set memory limit for presolving in LC to 8.79591e+12 for SCIP **
0.22/0.27	c ** Estimated virtualMemUsedAtSolver = 79815054, getVmSize() = 123531264, SCIPgetMemUsed() = 68149983, SCIPgetMemTotal() = 97796727, SCIPgetMemExternEstim() = 21925855
0.22/0.27	c ** set memory limit for solvers to 4.18836e+11 for each SCIP **
0.22/0.27	c Original Problem   :
0.22/0.27	c   Problem name     : instance-4469126-1723516608
0.22/0.27	c   Variables        : 5685 (5685 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.27	c   Constraints      : 17960
0.22/0.27	c   Objective sense  : minimize
0.22/0.27	c Presolved Problem  :
0.22/0.27	c   Variables        : 5662 (5662 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.27	c   Constraints      : 12211
0.22/0.27	c Constraints        : Number
0.22/0.27	c   setppc           : 12210 
0.22/0.27	c   orbitope         : 1 
0.22/0.27	c ** Instance transfer method used: 0
0.22/0.28	c ** ParaScipInstance copy increased the number of variables. **
0.53/0.61	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.53/0.61	c                                Nodes    Active                                            
0.53/0.61	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
134.25/7.48	c         7              2           1        20                -           0.0000          -
239.11/12.76	c        13              2           1        20                -           0.0000          -
339.33/17.81	c        18            245          76        20                -           0.0000          -
444.49/23.16	c        23            190          80        20                -           0.0000          -
546.21/28.33	c        28            805         139        20                -           0.0000          -
644.62/33.38	c        33           1243         119        20                -           0.0000          -
747.04/38.57	c        39            780          91        20                -           0.0000          -
847.51/43.66	c        44           1422         231        20                -           0.0000          -
947.99/48.76	c        49           1456           1        20                -           0.0000          -
1050.68/53.90	c        54           2602         106        20                -           0.0000          -
1157.65/59.39	c        59           2665          10        20                -           0.0000          -
1260.76/64.50	c        64           1515           0        20                -           0.0000          -
1364.02/69.70	c        70           2290          46        20                -           0.0000          -
1465.14/74.86	c        75           2290          46        20                -           0.0000          -
1566.43/80.02	c        80           2290          46        20                -           0.0000          -
1668.42/85.12	c        85           2671          29        20                -           0.0000          -
1769.73/90.14	c        90           4455          36        20                -           0.0000          -
1872.23/95.33	c        95           5311         115        20                -           0.0000          -
1973.51/100.42	c       100              2           1        20                -           0.0000          -
2074.80/105.52	c       106              2           1        20                -           0.0000          -
2178.03/110.73	c       111              2           1        20                -           0.0000          -
2281.24/115.91	c       116              2           1        20                -           0.0000          -
2380.49/120.94	c       121              2           1        20                -           0.0000          -
2482.47/126.04	c       126              2           1        20                -           0.0000          -
2581.63/131.07	c       131              2           1        20                -           0.0000          -
2682.83/136.13	c       136              2           1        20                -           0.0000          -
2783.41/141.20	c       141             22          19        20                -           0.0000          -
2886.64/146.42	c       146             22          19        20                -           0.0000          -
2987.87/151.52	c       152             22          19        20                -           0.0000          -
3089.06/156.69	c       157             71          45        20                -           0.0000          -
3190.29/161.75	c       162             71          45        20                -           0.0000          -
3289.53/166.79	c       167             71          45        20                -           0.0000          -
3390.85/171.82	c       172             31          28        20                -           0.0000          -
3490.19/176.84	c       177             31          28        20                -           0.0000          -
3591.23/181.95	c       182             31          28        20                -           0.0000          -
3690.41/187.03	c       187             31          28        20                -           0.0000          -
3792.43/192.12	c       192             31          28        20                -           0.0000          -
3893.76/197.17	c       197             31          28        20                -           0.0000          -
3994.13/202.27	c       202             31          28        20                -           0.0000          -
4095.39/207.37	c       207             31          28        20                -           0.0000          -
4196.47/212.40	c       212             31          28        20                -           0.0000          -
4295.59/217.43	c       217            137          85        20                -           0.0000          -
4396.73/222.51	c       223            137          85        20                -           0.0000          -
4495.85/227.58	c       228            137          85        20                -           0.0000          -
4598.99/232.77	c       233             34          31        20                -           0.0000          -
4700.12/237.83	c       238            237         100        20                -           0.0000          -
4799.29/242.86	c       243            237         100        20                -           0.0000          -
4898.39/247.87	c       248            237         100        20                -           0.0000          -
4999.50/252.92	c       253            237         100        20                -           0.0000          -
5098.66/257.98	c       258             39          36        20                -           0.0000          -
5197.83/262.99	c       263             39          36        20                -           0.0000          -
5299.53/268.06	c       268             39          36        20                -           0.0000          -
5398.87/273.08	c       273            271         109        20                -           0.0000          -
5500.04/278.16	c       278             75          71        20                -           0.0000          -
5600.36/283.22	c       283             75          71        20                -           0.0000          -
5701.50/288.35	c       288             75          71        20                -           0.0000          -
5802.57/293.43	c       293             75          71        20                -           0.0000          -
5901.63/298.49	c       298             75          71        20                -           0.0000          -
6002.75/303.58	c       304             75          71        20                -           0.0000          -
6103.91/308.65	c       309             75          71        20                -           0.0000          -
6205.03/313.70	c       314            361          82        20                -           0.0000          -
6304.15/318.76	c       319            361          82        20                -           0.0000          -
6407.31/323.92	c       324            361          82        20                -           0.0000          -
6506.49/328.98	c       329            361          82        20                -           0.0000          -
6608.25/334.04	c       334            361          82        20                -           0.0000          -
6709.35/339.14	c       339            175         115        20                -           0.0000          -
6809.86/344.28	c       344            175         115        20                -           0.0000          -
6911.00/349.33	c       349            369          79        20                -           0.0000          -
7010.20/354.38	c       354            406          90        20                -           0.0000          -
7111.34/359.44	c       359            406          90        20                -           0.0000          -
7212.54/364.50	c       364            406          90        20                -           0.0000          -
7311.77/369.52	c       370            406          90        20                -           0.0000          -
7412.95/374.63	c       375            406          90        20                -           0.0000          -
7514.14/379.70	c       380            406          90        20                -           0.0000          -
7613.33/384.78	c       385            337         116        20                -           0.0000          -
7714.52/389.83	c       390            337         116        20                -           0.0000          -
7813.62/394.84	c       395            337         116        20                -           0.0000          -
7912.77/399.86	c       400            337         116        20                -           0.0000          -
8013.96/404.91	c       405            337         116        20                -           0.0000          -
8113.17/410.01	c       410            337         116        20                -           0.0000          -
8215.11/415.11	c       415            337         116        20                -           0.0000          -
8316.31/420.18	c       420            337         116        20                -           0.0000          -
8416.67/425.25	c       425            337         116        20                -           0.0000          -
8517.85/430.31	c       430            367         110        20                -           0.0000          -
8617.06/435.35	c       435            367         110        20                -           0.0000          -
8716.30/440.38	c       440            367         110        20                -           0.0000          -
8819.48/445.54	c       446            367         110        20                -           0.0000          -
8918.64/450.57	c       451            368         106        20                -           0.0000          -
9023.72/455.84	c       456            368         106        20                -           0.0000          -
9124.81/460.90	c       461            368         106        20                -           0.0000          -
9224.00/465.96	c       466            368         106        20                -           0.0000          -
9323.19/471.01	c       471            368         106        20                -           0.0000          -
9424.91/476.06	c       476           1520          30        20                -           0.0000          -
9526.11/481.13	c       481           1520          30        20                -           0.0000          -
9626.68/486.20	c       486           1520          30        20                -           0.0000          -
9725.89/491.26	c       491           1520          30        20                -           0.0000          -
9827.12/496.32	c       496           1520          30        20                -           0.0000          -
9926.32/501.37	c       501            550         110        20                -           0.0000          -
10025.53/506.38	c       506            550         110        20                -           0.0000          -
10126.73/511.46	c       511            550         110        20                -           0.0000          -
10227.93/516.55	c       517            550         110        20                -           0.0000          -
10329.11/521.62	c       522           1709          25        20                -           0.0000          -
10428.11/526.68	c       527           1709          25        20                -           0.0000          -
10529.22/531.70	c       532           1709          25        20                -           0.0000          -
10630.41/536.80	c       537           1709          25        20                -           0.0000          -
10729.60/541.85	c       542           1154         126        20                -           0.0000          -
10830.77/546.91	c       547           1154         126        20                -           0.0000          -
10929.91/551.91	c       552           1154         126        20                -           0.0000          -
11029.11/556.96	c       557           1154         126        20                -           0.0000          -
11130.92/562.03	c       562           1154         126        20                -           0.0000          -
11230.14/567.10	c       567           1154         126        20                -           0.0000          -
11329.58/572.13	c       572           1154         126        20                -           0.0000          -
11430.55/577.14	c       577           1154         126        20                -           0.0000          -
11533.05/582.31	c       582           2563          24        20                -           0.0000          -
11632.23/587.38	c       587           2563          24        20                -           0.0000          -
11733.42/592.43	c       592           2563          24        20                -           0.0000          -
11832.53/597.48	c       597           1591         115        20                -           0.0000          -
11933.72/602.57	c       603           1591         115        20                -           0.0000          -
12034.86/607.63	c       608           1591         115        20                -           0.0000          -
12133.92/612.65	c       613           1591         115        20                -           0.0000          -
12235.08/617.71	c       618           1591         115        20                -           0.0000          -
12336.24/622.83	c       623           3061          23        20                -           0.0000          -
12435.42/627.86	c       628           3061          23        20                -           0.0000          -
12536.49/632.93	c       633           3061          23        20                -           0.0000          -
12635.66/637.99	c       638           3061          23        20                -           0.0000          -
12737.49/643.05	c       643           3061          23        20                -           0.0000          -
12836.60/648.12	c       648           3061          23        20                -           0.0000          -
12937.96/653.14	c       653           3061          23        20                -           0.0000          -
13038.34/658.23	c       658           3061          23        20                -           0.0000          -
13137.52/663.28	c       663          44871          83        20                -           0.0000          -
13238.68/668.31	c       668           3312          30        20                -           0.0000          -
13337.83/673.32	c       673           3312          30        20                -           0.0000          -
13436.98/678.37	c       678           3312          30        20                -           0.0000          -
13538.11/683.45	c       683           3312          30        20                -           0.0000          -
13639.29/688.51	c       689           3312          30        20                -           0.0000          -
13740.47/693.60	c       694           3312          30        20                -           0.0000          -
13841.65/698.71	c       699           3312          30        20                -           0.0000          -
13942.81/703.81	c       704          39086          30        20                -           0.0000          -
14041.96/708.86	c       709           3484          25        20                -           0.0000          -
14141.16/713.87	c       714           3484          25        20                -           0.0000          -
14242.42/718.96	c       719           3484          25        20                -           0.0000          -
14264.89/720.11	Racing ramp-up finished after 720.1100 seconds. Selected strategy 17.
14291.51/724.80	c       725              0          25         1                -           0.0000          -           0.0000          -
14340.45/740.52	c       741              0          25         1                -           0.0000          -           0.0000          -
14352.46/746.58	c       747           3499          28         1                -           0.0000          -           0.0000          -
14474.63/752.83	c       753           3525          25        19                -           0.0000          -           0.0000          -
14583.91/758.33	c       758           3671          48        19                -           0.0000          -           0.0000          -
14689.24/763.62	c       764          16193         172        20                -           0.0000          -           0.0000          -
14794.57/769.02	c       769          20207         157        20                -           0.0000          -           0.0000          -
14898.44/774.16	c       774          40919         755        20                -           0.0000          -           0.0000          -
14996.57/779.50	c       780          66444         264        16                -           0.0000          -           0.0000          -
15070.26/784.52	c       785          82161         296        14                -           0.0000          -           0.0000          -
15159.83/789.54	c       790          90277         291        19                -           0.0000          -           0.0000          -
15258.99/794.56	c       795          96059         331        19                -           0.0000          -           0.0000          -
15358.43/799.58	c       800         101473         350        19                -           0.0000          -           0.0000          -
15459.54/804.63	c       805         105030         312        20                -           0.0000          -           0.0000          -
15564.85/809.98	c       810         111258         389        20                -           0.0000          -           0.0000          -
15666.84/815.07	c       815         117170         523        19                -           0.0000          -           0.0000          -
15769.55/820.29	c       820         128221         426        20                -           0.0000          -           0.0000          -
15870.90/825.33	c       825         141812         681        20                -           0.0000          -           0.0000          -
15970.19/830.36	c       830         164267         862        19                -           0.0000          -           0.0000          -
16071.56/835.48	c       835         180842         598        20                -           0.0000          -           0.0000          -
16172.94/840.53	c       841         188614         260        20                -           0.0000          -           0.0000          -
16274.41/845.63	c       846         195356         415        20                -           0.0000          -           0.0000          -
16375.65/850.75	c       851         204492         662        20                -           0.0000          -           0.0000          -
16476.96/855.84	c       856         223548         653        20                -           0.0000          -           0.0000          -
16576.32/860.89	c       861         246365         810        20                -           0.0000          -           0.0000          -
16680.26/866.07	c       866         271928         478        20                -           0.0000          -           0.0000          -
16792.90/871.74	c       872         289401         435        20                -           0.0000          -           0.0000          -
16894.30/876.88	c       877         297934         277        20                -           0.0000          -           0.0000          -
17005.64/882.49	c       882         308655         893        20                -           0.0000          -           0.0000          -
17107.06/887.55	c       888         326729         344        20                -           0.0000          -           0.0000          -
17208.37/892.65	c       893         331471         317        20                -           0.0000          -           0.0000          -
17307.76/897.66	c       898         332744         448        19                -           0.0000          -           0.0000          -
17413.12/902.90	c       903         351428        1002        20                -           0.0000          -           0.0000          -
17512.44/907.95	c       908         386579        1177        20                -           0.0000          -           0.0000          -
17611.02/913.02	c       913         405960         349        16                -           0.0000          -           0.0000          -
17692.62/918.06	c       918         406290         386        16                -           0.0000          -           0.0000          -
17774.54/923.29	c       923         417128         558        15                -           0.0000          -           0.0000          -
17872.92/928.30	c       928         421034         381        20                -           0.0000          -           0.0000          -
17976.22/933.53	c       934         426001         435        20                -           0.0000          -           0.0000          -
18075.61/938.54	c       939         435382         574        20                -           0.0000          -           0.0000          -
18174.96/943.56	c       944         453132         517        19                -           0.0000          -           0.0000          -
18276.28/948.64	c       949         466006         505        20                -           0.0000          -           0.0000          -
18377.67/953.75	c       954         482697         668        20                -           0.0000          -           0.0000          -
18481.03/958.92	c       959         496283         526        20                -           0.0000          -           0.0000          -
18580.39/963.98	c       964         504999         451        20                -           0.0000          -           0.0000          -
18679.75/969.00	c       969         527989         466        20                -           0.0000          -           0.0000          -
18781.72/974.06	c       974         543521         358        20                -           0.0000          -           0.0000          -
18859.41/979.20	c       979         554240         233        11                -           0.0000          -           0.0000          -
18912.33/984.70	c       985         556875         192         9                -           0.0000          -           0.0000          -
18967.03/989.75	c       990         557444         128        12                -           0.0000          -           0.0000          -
19022.79/994.76	c       995         557839         171        12                -           0.0000          -           0.0000          -
19119.25/1000.27	c      1000         565345         332        20                -           0.0000          -           0.0000          -
19220.61/1005.34	c      1005         570143         218        20                -           0.0000          -           0.0000          -
19320.00/1010.38	c      1010         577991         751        20                -           0.0000          -           0.0000          -
19423.30/1015.53	c      1016         591238         318        20                -           0.0000          -           0.0000          -
19522.54/1020.54	c      1021         602879         577        19                -           0.0000          -           0.0000          -
19615.51/1025.61	c      1026         623862         497        11                -           0.0000          -           0.0000          -
19665.65/1030.69	c      1031         638791         130         8                -           0.0000          -           0.0000          -
19705.51/1035.78	c      1036         638888         145        19                -           0.0000          -           0.0000          -
19803.17/1040.79	c      1041         639338         171        20                -           0.0000          -           0.0000          -
19904.52/1045.80	c      1046         639769         299        20                -           0.0000          -           0.0000          -
20015.83/1051.47	c      1051         646484         584        20                -           0.0000          -           0.0000          -
20117.21/1056.58	c      1057         654690         492        20                -           0.0000          -           0.0000          -
20227.26/1062.11	c      1062         672367         603        20                -           0.0000          -           0.0000          -
20329.90/1067.28	c      1067         688769         481        20                -           0.0000          -           0.0000          -
20431.26/1072.36	c      1072         695052         444        20                -           0.0000          -           0.0000          -
20532.64/1077.49	c      1077         695527         398        20                -           0.0000          -           0.0000          -
20636.00/1082.60	c      1083         705830         756        19                -           0.0000          -           0.0000          -
20737.40/1087.77	c      1088         718746         502        20                -           0.0000          -           0.0000          -
20838.77/1092.82	c      1093         729639         299        20                -           0.0000          -           0.0000          -
20950.03/1098.48	c      1098         730099         289        20                -           0.0000          -           0.0000          -
21061.86/1104.10	c      1104         736496         650        20                -           0.0000          -           0.0000          -
21163.42/1109.15	c      1109         753687         900        20                -           0.0000          -           0.0000          -
21266.08/1114.37	c      1114         775381         857        20                -           0.0000          -           0.0000          -
21367.42/1119.47	c      1119         793579         517        20                -           0.0000          -           0.0000          -
21466.79/1124.47	c      1124         808856         425        20                -           0.0000          -           0.0000          -
21570.13/1129.69	c      1130         816258         729        20                -           0.0000          -           0.0000          -
21671.51/1134.77	c      1135         830046         891        20                -           0.0000          -           0.0000          -
21772.87/1139.83	c      1140         853556         583        20                -           0.0000          -           0.0000          -
21874.24/1144.91	c      1145         862144         334        19                -           0.0000          -           0.0000          -
21973.53/1149.92	c      1150         868471         805        19                -           0.0000          -           0.0000          -
22072.80/1155.00	c      1155         878347         589        20                -           0.0000          -           0.0000          -
22171.54/1160.09	c      1160         901106         683        15                -           0.0000          -           0.0000          -
22270.43/1165.11	c      1165         909741         616        20                -           0.0000          -           0.0000          -
22371.75/1170.19	c      1170         914809         569        20                -           0.0000          -           0.0000          -
22472.29/1175.28	c      1175         932443         529        19                -           0.0000          -           0.0000          -
22573.63/1180.33	c      1180         949532         481        18                -           0.0000          -           0.0000          -
22674.52/1185.40	c      1185         955850         878        20                -           0.0000          -           0.0000          -
22788.48/1191.14	c      1191         961828         453        20                -           0.0000          -           0.0000          -
22891.21/1196.38	c      1196         963154         433        20                -           0.0000          -           0.0000          -
22992.59/1201.41	c      1201         966205         624        20                -           0.0000          -           0.0000          -
23093.95/1206.52	c      1207         984281        1205        20                -           0.0000          -           0.0000          -
23193.31/1211.58	c      1212        1023032        1228        20                -           0.0000          -           0.0000          -
23294.60/1216.63	c      1217        1055062         743        20                -           0.0000          -           0.0000          -
23409.88/1222.44	c      1222        1057749         701        20                -           0.0000          -           0.0000          -
23515.24/1227.78	c      1228        1058059         689        20                -           0.0000          -           0.0000          -
23616.62/1232.85	c      1233        1058321         718        20                -           0.0000          -           0.0000          -
23723.94/1238.26	c      1238        1061110         907        20                -           0.0000          -           0.0000          -
23825.31/1243.31	c      1243        1079601        1299        20                -           0.0000          -           0.0000          -
23926.66/1248.47	c      1248        1105216        1098        20                -           0.0000          -           0.0000          -
24031.99/1253.78	c      1254        1117676         815        20                -           0.0000          -           0.0000          -
24137.94/1259.11	c      1259        1120159         618        20                -           0.0000          -           0.0000          -
24239.50/1264.17	c      1264        1126674         614        20                -           0.0000          -           0.0000          -
24344.05/1269.47	c      1269        1137663         926        20                -           0.0000          -           0.0000          -
24445.40/1274.53	c      1275        1156094        1331        20                -           0.0000          -           0.0000          -
24544.72/1279.58	c      1280        1172412         873        20                -           0.0000          -           0.0000          -
24646.06/1284.68	c      1285        1188554        1319        20                -           0.0000          -           0.0000          -
24747.39/1289.77	c      1290        1206161        1073        20                -           0.0000          -           0.0000          -
24848.75/1294.85	c      1295        1216799         806        19                -           0.0000          -           0.0000          -
24948.09/1299.86	c      1300        1230409         896        20                -           0.0000          -           0.0000          -
25049.42/1304.94	c      1305        1254997        1075        20                -           0.0000          -           0.0000          -
25148.72/1309.97	c      1310        1273059         929        19                -           0.0000          -           0.0000          -
25248.08/1315.01	c      1315        1279851        1000        20                -           0.0000          -           0.0000          -
25349.83/1320.07	c      1320        1295939         827        19                -           0.0000          -           0.0000          -
25452.62/1325.21	c      1325        1314412         900        19                -           0.0000          -           0.0000          -
25552.06/1330.23	c      1330        1328960         725        20                -           0.0000          -           0.0000          -
25651.51/1335.26	c      1335        1338268         874        20                -           0.0000          -           0.0000          -
25750.70/1340.29	c      1340        1351427         795        20                -           0.0000          -           0.0000          -
25852.03/1345.39	c      1345        1366602        1037        20                -           0.0000          -           0.0000          -
25953.35/1350.41	c      1350        1382614        1017        20                -           0.0000          -           0.0000          -
26052.71/1355.42	c      1355        1399048        1085        19                -           0.0000          -           0.0000          -
26154.05/1360.53	c      1361        1414097        1330        19                -           0.0000          -           0.0000          -
26253.39/1365.54	c      1366        1417591         784        19                -           0.0000          -           0.0000          -
26352.73/1370.55	c      1371        1423708        1189        19                -           0.0000          -           0.0000          -
26454.05/1375.60	c      1376        1437752         818        19                -           0.0000          -           0.0000          -
26559.38/1380.91	c      1381        1446959         859        20                -           0.0000          -           0.0000          -
26658.74/1385.91	c      1386        1452784         867        19                -           0.0000          -           0.0000          -
26758.09/1391.00	c      1391        1468251         992        19                -           0.0000          -           0.0000          -
26860.07/1396.12	c      1396        1479969         853        20                -           0.0000          -           0.0000          -
26962.81/1401.21	c      1401        1489410         568        19                -           0.0000          -           0.0000          -
27062.01/1406.29	c      1406        1498285         445        19                -           0.0000          -           0.0000          -
27161.78/1411.68	c      1412        1506615         205         5                -           0.0000          -           0.0000          -
27208.30/1417.56	c      1418        1506770          79         3                -           0.0000          -           0.0000          -
27226.80/1428.69	c      1429        1506915          71         1                -           0.0000          -           0.0000          -
27376.11/1436.56	c      1437        1506951          67        19                -           0.0000          -           0.0000          -
27472.16/1441.57	c      1442        1508843         313        19                -           0.0000          -           0.0000          -
27571.42/1446.58	c      1447        1529944         427        19                -           0.0000          -           0.0000          -
27672.73/1451.66	c      1452        1536612         300        19                -           0.0000          -           0.0000          -
27774.07/1456.76	c      1457        1550158         741        20                -           0.0000          -           0.0000          -
27875.44/1461.81	c      1462        1568414         835        19                -           0.0000          -           0.0000          -
27979.35/1467.07	c      1467        1586566         695        20                -           0.0000          -           0.0000          -
28078.89/1472.11	c      1472        1603869         489        19                -           0.0000          -           0.0000          -
28183.49/1477.33	c      1477        1611383         364        20                -           0.0000          -           0.0000          -
28288.86/1482.61	c      1483        1619160         506        20                -           0.0000          -           0.0000          -
28388.24/1487.70	c      1488        1627689         616        20                -           0.0000          -           0.0000          -
28499.60/1493.27	c      1493        1643006         468        20                -           0.0000          -           0.0000          -
28600.91/1498.31	c      1498        1662066         751        20                -           0.0000          -           0.0000          -
28700.27/1503.36	c      1503        1683199         496        20                -           0.0000          -           0.0000          -
28801.59/1508.41	c      1508        1699950         441        20                -           0.0000          -           0.0000          -
28900.92/1513.42	c      1513        1706004         280        20                -           0.0000          -           0.0000          -
29004.20/1518.66	c      1519        1706472         326        20                -           0.0000          -           0.0000          -
29103.58/1523.67	c      1524        1714206         934        20                -           0.0000          -           0.0000          -
29211.52/1529.05	c      1529        1735662         856        19                -           0.0000          -           0.0000          -
29310.90/1534.10	c      1534        1757623         720        20                -           0.0000          -           0.0000          -
29412.24/1539.15	c      1539        1765776         627        20                -           0.0000          -           0.0000          -
29516.97/1544.47	c      1544        1773729         809        20                -           0.0000          -           0.0000          -
29616.34/1549.49	c      1549        1787878         722        20                -           0.0000          -           0.0000          -
29721.65/1554.70	c      1555        1802769        1183        20                -           0.0000          -           0.0000          -
29820.99/1559.77	c      1560        1823107         886        20                -           0.0000          -           0.0000          -
29924.34/1564.92	c      1565        1830100         560        20                -           0.0000          -           0.0000          -
30023.68/1569.92	c      1570        1838176         984        20                -           0.0000          -           0.0000          -
30125.55/1575.08	c      1575        1856475         669        20                -           0.0000          -           0.0000          -
30230.39/1580.33	c      1580        1863641         463        19                -           0.0000          -           0.0000          -
30329.75/1585.35	c      1585        1870478         878        20                -           0.0000          -           0.0000          -
30429.07/1590.38	c      1590        1884161         414        19                -           0.0000          -           0.0000          -
30530.39/1595.40	c      1595        1894220         524        19                -           0.0000          -           0.0000          -
30633.65/1600.62	c      1601        1916754         736        19                -           0.0000          -           0.0000          -
30736.98/1605.83	c      1606        1928113         332        19                -           0.0000          -           0.0000          -
30838.30/1610.94	c      1611        1939084         269        19                -           0.0000          -           0.0000          -
30937.64/1615.95	c      1616        1945488         211        19                -           0.0000          -           0.0000          -
31025.06/1620.96	c      1621        1949013         267        19                -           0.0000          -           0.0000          -
31124.20/1625.97	c      1626        1958566         371        17                -           0.0000          -           0.0000          -
31172.09/1653.45	c      1653        1959821         101         1                -           0.0000          -           0.0000          -
31234.00/1659.14	c      1659        1959857          30         7                -           0.0000          -           0.0000          -
31274.59/1664.56	c      1665        1962131         153         6                -           0.0000          -           0.0000          -
31374.71/1669.71	c      1670        1968173          62        16                -           0.0000          -           0.0000          -
31473.36/1674.78	c      1675        1970115         271        20                -           0.0000          -           0.0000          -
31574.73/1679.89	c      1680        1980072         245        19                -           0.0000          -           0.0000          -
31675.96/1685.02	c      1685        1981895         120        20                -           0.0000          -           0.0000          -
31781.28/1690.29	c      1690        1995919         376        19                -           0.0000          -           0.0000          -
31882.72/1695.31	c      1695        2012286         250        19                -           0.0000          -           0.0000          -
31983.97/1700.46	c      1700        2030644         290        20                -           0.0000          -           0.0000          -
32083.27/1705.48	c      1705        2038358         242        20                -           0.0000          -           0.0000          -
32186.52/1710.64	c      1711        2049558         480        19                -           0.0000          -           0.0000          -
32285.91/1715.68	c      1716        2060145         430        20                -           0.0000          -           0.0000          -
32387.22/1720.71	c      1721        2083081         389        19                -           0.0000          -           0.0000          -
32486.39/1725.73	c      1726        2096502         142        20                -           0.0000          -           0.0000          -
32587.67/1730.82	c      1731        2101395         125        19                -           0.0000          -           0.0000          -
32683.86/1735.88	c      1736        2101679         111        20                -           0.0000          -           0.0000          -
32791.19/1741.21	c      1741        2115387         259        20                -           0.0000          -           0.0000          -
32890.57/1746.26	c      1746        2122759         162        19                -           0.0000          -           0.0000          -
32989.68/1751.27	c      1751        2139532         413        19                -           0.0000          -           0.0000          -
33080.09/1756.44	c      1756        2154222          37        13                -           0.0000          -           0.0000          -
33139.31/1761.45	c      1761        2154276          30        19                -           0.0000          -           0.0000          -
33205.17/1766.46	c      1766        2156487         112        20                -           0.0000          -           0.0000          -
33303.96/1771.47	c      1771        2168111         413        19                -           0.0000          -           0.0000          -
33402.86/1776.48	c      1776        2179565          71        19                -           0.0000          -           0.0000          -
33432.62/1781.88	c      1782        2179611           5         3                -           0.0000          -           0.0000          -
33459.51/1785.79	c      1786        2179809           0         0                -           0.0000          -
33459.51/1785.79	c SCIP Status        : c problem is solved [infeasible]
33459.51/1785.79	c Total Time         : 1785.7900
33459.51/1785.79	c   solving          : 1785.7900
33459.51/1785.79	c   presolving       : 0.2230 (included in solving)
33459.51/1785.79	c B&B Tree           :
33459.51/1785.79	c   nodes (total)    : 2179809
33459.51/1785.79	c Solution           :
33459.51/1785.79	c   Solutions found  : 0
33459.51/1785.79	c   Primal Bound     :          -
33459.51/1785.79	c   Dual Bound       :          -
33459.51/1785.79	c Gap                :          -
33459.96/1785.83	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 (182291 MiB free)
  memory of node 1: 193531 MiB (186523 MiB free)
  memory of node 2: 193531 MiB (187529 MiB free)
  memory of node 3: 193531 MiB (188711 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-4469126-1723516608/watcher-4469126-1723516608 -o /tmp/evaluation-result-4469126-1723516608/solver-4469126-1723516608 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723512993-661584 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469126-1723516608.opb -qsol -t 3600 -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=664387, runsolver pid=664384
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 76.80 79.50 79.46 62/981 664388
/proc/meminfo: memFree=762862048/790760800 swapFree=131071996/131071996
[pid=664387] ppid=664384 vsize=71664 memory=60824 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/664387/stat : 664387 (fscip) R 664384 664387 661573 0 -1 4194304 15391 0 0 0 10 1 0 0 20 0 1 0 118247578 73383936 15206 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
/proc/664387/statm: 17916 15206 2710 3035 0 14312 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 71664 KiB
Current children cumulated memory: 60824 KiB

[startup+0.219441 s]*
/proc/loadavg: 76.80 79.50 79.46 63/981 664388
/proc/meminfo: memFree=762803852/790760800 swapFree=131071996/131071996
[pid=664387] ppid=664384 vsize=86804 memory=66032 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/stat : 664387 (fscip) R 664384 664387 661573 0 -1 4194304 18002 0 0 0 21 1 0 0 20 0 1 0 118247578 88887296 16508 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
/proc/664387/statm: 21701 16508 2774 3035 0 18097 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 86804 KiB
Current children cumulated memory: 66032 KiB

[startup+0.319471 s]*
/proc/loadavg: 76.80 79.50 79.46 62/1001 664408
/proc/meminfo: memFree=762694920/790760800 swapFree=131071996/131071996
[pid=664387] ppid=664384 vsize=1610156 memory=153792 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/stat : 664387 (fscip) S 664384 664387 661573 0 -1 1077936128 38966 0 0 0 28 5 0 0 20 0 21 0 118247578 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
/proc/664387/statm: 402539 38448 2774 3035 0 83207 0
[pid=664387/tid=664389] ppid=664384 vsize=1610156 memory=-6154002213181242216 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664389/stat : 664389 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664390] ppid=664384 vsize=1610156 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/664387/task/664390/stat : 664390 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664391] ppid=664384 vsize=1610156 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/664387/task/664391/stat : 664391 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664392] ppid=664384 vsize=1610156 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/664387/task/664392/stat : 664392 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664393] ppid=664384 vsize=1610156 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/664387/task/664393/stat : 664393 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664394] ppid=664384 vsize=1610156 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/664387/task/664394/stat : 664394 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664395] ppid=664384 vsize=1610156 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/664387/task/664395/stat : 664395 (fscip) S 664384 664387 661573 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664396] ppid=664384 vsize=1610156 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/664387/task/664396/stat : 664396 (fscip) S 664384 664387 661573 0 -1 1077936192 3632 0 0 0 1 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664397] ppid=664384 vsize=1610156 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/664387/task/664397/stat : 664397 (fscip) R 664384 664387 661573 0 -1 4194368 235 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664398] ppid=664384 vsize=1610156 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/664387/task/664398/stat : 664398 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664399] ppid=664384 vsize=1610156 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/664387/task/664399/stat : 664399 (fscip) S 664384 664387 661573 0 -1 1077936192 3633 0 0 0 1 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664400] ppid=664384 vsize=1610156 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/664387/task/664400/stat : 664400 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664401] ppid=664384 vsize=1610156 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/664387/task/664401/stat : 664401 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664402] ppid=664384 vsize=1610156 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/664387/task/664402/stat : 664402 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664403] ppid=664384 vsize=1610156 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/664387/task/664403/stat : 664403 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664404] ppid=664384 vsize=1610156 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/664387/task/664404/stat : 664404 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664405] ppid=664384 vsize=1610156 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/664387/task/664405/stat : 664405 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664406] ppid=664384 vsize=1610156 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/664387/task/664406/stat : 664406 (fscip) S 664384 664387 661573 0 -1 1077936192 3634 0 0 0 1 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664407] ppid=664384 vsize=1610156 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/664387/task/664407/stat : 664407 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664408] ppid=664384 vsize=1610156 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/664387/task/664408/stat : 664408 (fscip) S 664384 664387 661573 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118247605 1648799744 38448 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1610156 KiB
Current children cumulated memory: 153792 KiB

[startup+0.705593 s]
/proc/loadavg: 76.80 79.50 79.46 62/1001 664408
/proc/meminfo: memFree=762469552/790760800 swapFree=131071996/131071996
[pid=664387] ppid=664384 vsize=1774076 memory=773260 CPUtime=2.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/stat : 664387 (fscip) S 664384 664387 661573 0 -1 1077936128 193417 0 0 0 162 43 0 0 20 0 41 0 118247578 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
/proc/664387/statm: 443519 193315 2790 3035 0 287468 0
[pid=664387/tid=664389] ppid=664384 vsize=1774076 memory=6943526294502006880 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664389/stat : 664389 (fscip) D 664384 664387 661573 0 -1 4194368 9414 0 0 0 7 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664390] ppid=664384 vsize=1774076 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664390/stat : 664390 (fscip) R 664384 664387 661573 0 -1 4194368 7917 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664391] ppid=664384 vsize=1774076 memory=11424 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664391/stat : 664391 (fscip) R 664384 664387 661573 0 -1 4194368 7940 0 0 0 6 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664392] ppid=664384 vsize=1774076 memory=5432 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664392/stat : 664392 (fscip) D 664384 664387 661573 0 -1 4194368 8776 0 0 0 6 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664393] ppid=664384 vsize=1774076 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664393/stat : 664393 (fscip) R 664384 664387 661573 0 -1 4194368 7917 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664394] ppid=664384 vsize=1774076 memory=34092 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664394/stat : 664394 (fscip) D 664384 664387 661573 0 -1 4194368 7936 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664395] ppid=664384 vsize=1774076 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664395/stat : 664395 (fscip) D 664384 664387 661573 0 -1 4194368 8889 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664396] ppid=664384 vsize=1774076 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664396/stat : 664396 (fscip) R 664384 664387 661573 0 -1 4194368 7927 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664397] ppid=664384 vsize=1774076 memory=1164480 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664397/stat : 664397 (fscip) R 664384 664387 661573 0 -1 4194368 7947 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664398] ppid=664384 vsize=1774076 memory=3618421510115257945 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664398/stat : 664398 (fscip) D 664384 664387 661573 0 -1 4194368 8804 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664399] ppid=664384 vsize=1774076 memory=0 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664399/stat : 664399 (fscip) R 664384 664387 661573 0 -1 4194368 7917 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664400] ppid=664384 vsize=1774076 memory=16108 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664400/stat : 664400 (fscip) D 664384 664387 661573 0 -1 4194368 7936 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664401] ppid=664384 vsize=1774076 memory=2268 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664401/stat : 664401 (fscip) D 664384 664387 661573 0 -1 4194368 8921 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664402] ppid=664384 vsize=1774076 memory=1996 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664402/stat : 664402 (fscip) D 664384 664387 661573 0 -1 4194368 7917 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664403] ppid=664384 vsize=1774076 memory=1836 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664403/stat : 664403 (fscip) R 664384 664387 661573 0 -1 4194368 7946 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664404] ppid=664384 vsize=1774076 memory=38468 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664404/stat : 664404 (fscip) R 664384 664387 661573 0 -1 4194368 8921 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664405] ppid=664384 vsize=1774076 memory=2152 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664405/stat : 664405 (fscip) R 664384 664387 661573 0 -1 4194368 7928 0 0 0 7 1 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664406] ppid=664384 vsize=1774076 memory=6056 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664406/stat : 664406 (fscip) D 664384 664387 661573 0 -1 4194368 7945 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664407] ppid=664384 vsize=1774076 memory=281411894906368 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664407/stat : 664407 (fscip) D 664384 664387 661573 0 -1 4194368 8746 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664408] ppid=664384 vsize=1774076 memory=-2026666227646606628 CPUtime=0.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664408/stat : 664408 (fscip) R 664384 664387 661573 0 -1 4194368 7928 0 0 0 6 2 0 0 20 0 41 0 118247605 1816653824 193315 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
Current children cumulated CPU time: 2.05 s
Current children cumulated vsize: 1774076 KiB
Current children cumulated memory: 773260 KiB

[startup+1.50078 s]
/proc/loadavg: 77.14 79.52 79.46 82/1021 664428
/proc/meminfo: memFree=761613260/790760800 swapFree=131071996/131071996
[pid=664387] ppid=664384 vsize=2243012 memory=1371632 CPUtime=17.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/stat : 664387 (fscip) S 664384 664387 661573 0 -1 1077936128 345024 0 0 0 1203 513 0 0 20 0 41 0 118247578 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
/proc/664387/statm: 560753 342908 2966 3035 0 441526 0
[pid=664387/tid=664389] ppid=664384 vsize=2243012 memory=403872 CPUtime=0.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664389/stat : 664389 (fscip) R 664384 664387 661573 0 -1 4194368 15907 0 0 0 76 9 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664390] ppid=664384 vsize=2243012 memory=281411894953632 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664390/stat : 664390 (fscip) R 664384 664387 661573 0 -1 4194368 16016 0 0 0 56 28 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664391] ppid=664384 vsize=2243012 memory=25333125866717268 CPUtime=0.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664391/stat : 664391 (fscip) R 664384 664387 661573 0 -1 4194368 15889 0 0 0 54 26 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664392] ppid=664384 vsize=2243012 memory=34092 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664392/stat : 664392 (fscip) R 664384 664387 661573 0 -1 4194368 15510 0 0 0 62 22 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664393] ppid=664384 vsize=2243012 memory=5432 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664393/stat : 664393 (fscip) R 664384 664387 661573 0 -1 4194368 16117 0 0 0 58 26 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664394] ppid=664384 vsize=2243012 memory=11424 CPUtime=0.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664394/stat : 664394 (fscip) R 664384 664387 661573 0 -1 4194368 16106 0 0 0 55 27 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664395] ppid=664384 vsize=2243012 memory=0 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664395/stat : 664395 (fscip) R 664384 664387 661573 0 -1 4194368 15244 0 0 0 61 23 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664396] ppid=664384 vsize=2243012 memory=25333125866717268 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664396/stat : 664396 (fscip) R 664384 664387 661573 0 -1 4194368 16171 0 0 0 55 28 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664397] ppid=664384 vsize=2243012 memory=281411894906368 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664397/stat : 664397 (fscip) R 664384 664387 661573 0 -1 4194368 15989 0 0 0 55 28 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664398] ppid=664384 vsize=2243012 memory=-2026666227646606628 CPUtime=0.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664398/stat : 664398 (fscip) R 664384 664387 661573 0 -1 4194368 15598 0 0 0 65 20 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664399] ppid=664384 vsize=2243012 memory=6943526294502006880 CPUtime=0.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664399/stat : 664399 (fscip) R 664384 664387 661573 0 -1 4194368 16193 0 0 0 53 29 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664400] ppid=664384 vsize=2243012 memory=0 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664400/stat : 664400 (fscip) R 664384 664387 661573 0 -1 4194368 15911 0 0 0 54 29 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664401] ppid=664384 vsize=2243012 memory=16108 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664401/stat : 664401 (fscip) R 664384 664387 661573 0 -1 4194368 15598 0 0 0 64 20 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664402] ppid=664384 vsize=2243012 memory=2268 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664402/stat : 664402 (fscip) R 664384 664387 661573 0 -1 4194368 16047 0 0 0 54 29 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664403] ppid=664384 vsize=2243012 memory=1996 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664403/stat : 664403 (fscip) R 664384 664387 661573 0 -1 4194368 15670 0 0 0 57 27 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664404] ppid=664384 vsize=2243012 memory=1836 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664404/stat : 664404 (fscip) R 664384 664387 661573 0 -1 4194368 15512 0 0 0 63 21 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664405] ppid=664384 vsize=2243012 memory=38468 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664405/stat : 664405 (fscip) R 664384 664387 661573 0 -1 4194368 16118 0 0 0 55 29 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664406] ppid=664384 vsize=2243012 memory=2152 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664406/stat : 664406 (fscip) R 664384 664387 661573 0 -1 4194368 15827 0 0 0 54 29 0 0 20 0 41 0 118247605 2296844288 342908 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0

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

/proc/664387/task/664403/stat : 664403 (fscip) S 664384 664387 661573 0 -1 1077936192 1441920 0 0 0 163606 375 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664404] ppid=664384 vsize=14378604 memory=2152 CPUtime=1672.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664404/stat : 664404 (fscip) S 664384 664387 661573 0 -1 1077936192 1024836 0 0 0 167099 169 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664405] ppid=664384 vsize=14378604 memory=6056 CPUtime=1736.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664405/stat : 664405 (fscip) R 664384 664387 661573 0 -1 4194368 1625537 0 0 0 173399 213 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664406] ppid=664384 vsize=14378604 memory=6720664363407261805 CPUtime=1616.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664406/stat : 664406 (fscip) S 664384 664387 661573 0 -1 1077936192 1372033 0 0 0 161302 365 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664407] ppid=664384 vsize=14378604 memory=3458819709317939915 CPUtime=1635.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664407/stat : 664407 (fscip) S 664384 664387 661573 0 -1 1077936192 1068480 0 0 0 163431 165 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664408] ppid=664384 vsize=14378604 memory=7998450341370921997 CPUtime=1656.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664408/stat : 664408 (fscip) S 664384 664387 661573 0 -1 1077936192 1499293 0 0 0 165425 210 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664409] ppid=664384 vsize=14378604 memory=15818889359525361 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/664387/task/664409/stat : 664409 (fscip) S 664384 664387 661573 0 -1 1077936192 64 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664410] ppid=664384 vsize=14378604 memory=3471202396318835842 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/664387/task/664410/stat : 664410 (fscip) S 664384 664387 661573 0 -1 1077936192 36 0 0 0 0 1 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664411] ppid=664384 vsize=14378604 memory=664970774371901546 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/664387/task/664411/stat : 664411 (fscip) S 664384 664387 661573 0 -1 1077936192 34 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664412] ppid=664384 vsize=14378604 memory=7166468868812097446 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664412/stat : 664412 (fscip) S 664384 664387 661573 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664413] ppid=664384 vsize=14378604 memory=6944656592452870495 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/664387/task/664413/stat : 664413 (fscip) S 664384 664387 661573 0 -1 1077936192 65 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664414] ppid=664384 vsize=14378604 memory=9094436 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/664387/task/664414/stat : 664414 (fscip) S 664384 664387 661573 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664415] ppid=664384 vsize=14378604 memory=2816 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/664387/task/664415/stat : 664415 (fscip) S 664384 664387 661573 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664416] ppid=664384 vsize=14378604 memory=6668 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/664387/task/664416/stat : 664416 (fscip) S 664384 664387 661573 0 -1 1077936192 62 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664417] ppid=664384 vsize=14378604 memory=10885468 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/664387/task/664417/stat : 664417 (fscip) S 664384 664387 661573 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664418] ppid=664384 vsize=14378604 memory=2608 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664418/stat : 664418 (fscip) S 664384 664387 661573 0 -1 1077936192 74 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664419] ppid=664384 vsize=14378604 memory=4988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664419/stat : 664419 (fscip) S 664384 664387 661573 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664420] ppid=664384 vsize=14378604 memory=7583040 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664420/stat : 664420 (fscip) S 664384 664387 661573 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664421] ppid=664384 vsize=14378604 memory=7640 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/664387/task/664421/stat : 664421 (fscip) S 664384 664387 661573 0 -1 1077936192 106 0 0 0 0 1 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664422] ppid=664384 vsize=14378604 memory=10885468 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/664387/task/664422/stat : 664422 (fscip) S 664384 664387 661573 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664423] ppid=664384 vsize=14378604 memory=29836794214613092 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664423/stat : 664423 (fscip) S 664384 664387 661573 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664424] ppid=664384 vsize=14378604 memory=7667210597404863825 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/664387/task/664424/stat : 664424 (fscip) S 664384 664387 661573 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664425] ppid=664384 vsize=14378604 memory=7019546558646016364 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/664387/task/664425/stat : 664425 (fscip) S 664384 664387 661573 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664426] ppid=664384 vsize=14378604 memory=5939523765479762537 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664426/stat : 664426 (fscip) S 664384 664387 661573 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664427] ppid=664384 vsize=14378604 memory=5707212673795756 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664427/stat : 664427 (fscip) S 664384 664387 661573 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664428] ppid=664384 vsize=14378604 memory=4639081795090276452 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664428/stat : 664428 (fscip) S 664384 664387 661573 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
Current children cumulated CPU time: 33448.8 s
Current children cumulated vsize: 14378604 KiB
Current children cumulated memory: 10885468 KiB

[startup+1785.6 s]
/proc/loadavg: 58.69 59.54 62.85 46/981 665478
/proc/meminfo: memFree=734941320/790760800 swapFree=131071996/131071996
[pid=664387] ppid=664384 vsize=14378604 memory=10885468 CPUtime=33459.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/stat : 664387 (fscip) S 664384 664387 661573 0 -1 1077936128 26773860 0 0 0 3340946 4995 0 0 20 0 41 0 118247578 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
/proc/664387/statm: 3594651 2721367 3030 3035 0 3458165 0
[pid=664387/tid=664389] ppid=664384 vsize=14378604 memory=2268 CPUtime=1682.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664389/stat : 664389 (fscip) S 664384 664387 661573 0 -1 1077936192 1320219 0 0 0 168002 207 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664390] ppid=664384 vsize=14378604 memory=1996 CPUtime=1690.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664390/stat : 664390 (fscip) R 664384 664387 661573 0 -1 4194368 1382237 0 0 0 168818 194 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664391] ppid=664384 vsize=14378604 memory=1836 CPUtime=1654.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664391/stat : 664391 (fscip) S 664384 664387 661573 0 -1 1077936192 1379097 0 0 0 165083 374 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664392] ppid=664384 vsize=14378604 memory=38468 CPUtime=1670.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664392/stat : 664392 (fscip) S 664384 664387 661573 0 -1 1077936192 1066890 0 0 0 166832 178 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664393] ppid=664384 vsize=14378604 memory=6720664363407261805 CPUtime=1697.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664393/stat : 664393 (fscip) S 664384 664387 661573 0 -1 1077936192 1614757 0 0 0 169528 222 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664394] ppid=664384 vsize=14378604 memory=7233736994252652628 CPUtime=1662.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664394/stat : 664394 (fscip) S 664384 664387 661573 0 -1 1077936192 1251969 0 0 0 165897 353 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664395] ppid=664384 vsize=14378604 memory=3530875091397378432 CPUtime=1678.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664395/stat : 664395 (fscip) S 664384 664387 661573 0 -1 1077936192 1034690 0 0 0 167640 174 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664396] ppid=664384 vsize=14378604 memory=7782274243458499054 CPUtime=1685.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664396/stat : 664396 (fscip) S 664384 664387 661573 0 -1 1077936192 1471120 0 0 0 168365 216 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664397] ppid=664384 vsize=14378604 memory=3672 CPUtime=1655.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664397/stat : 664397 (fscip) S 664384 664387 661573 0 -1 1077936192 1361864 0 0 0 165204 371 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664398] ppid=664384 vsize=14378604 memory=40372 CPUtime=1681.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664398/stat : 664398 (fscip) S 664384 664387 661573 0 -1 1077936192 1086733 0 0 0 167939 183 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664399] ppid=664384 vsize=14378604 memory=10885468 CPUtime=1715.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664399/stat : 664399 (fscip) S 664384 664387 661573 0 -1 1077936192 1399829 0 0 0 171374 199 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664400] ppid=664384 vsize=14378604 memory=11424 CPUtime=1658.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664400/stat : 664400 (fscip) S 664384 664387 661573 0 -1 1077936192 1469924 0 0 0 165479 390 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664401] ppid=664384 vsize=14378604 memory=6720664363407261805 CPUtime=1683.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664401/stat : 664401 (fscip) S 664384 664387 661573 0 -1 1077936192 1122752 0 0 0 168151 180 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664402] ppid=664384 vsize=14378604 memory=2268 CPUtime=1679.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664402/stat : 664402 (fscip) S 664384 664387 661573 0 -1 1077936192 1367970 0 0 0 167757 179 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664403] ppid=664384 vsize=14378604 memory=1996 CPUtime=1639.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664403/stat : 664403 (fscip) S 664384 664387 661573 0 -1 1077936192 1441934 0 0 0 163618 375 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664404] ppid=664384 vsize=14378604 memory=1836 CPUtime=1672.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664404/stat : 664404 (fscip) S 664384 664387 661573 0 -1 1077936192 1024836 0 0 0 167099 169 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664405] ppid=664384 vsize=14378604 memory=3672 CPUtime=1736.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664405/stat : 664405 (fscip) S 664384 664387 661573 0 -1 1077936192 1625575 0 0 0 173479 213 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664406] ppid=664384 vsize=14378604 memory=40372 CPUtime=1616.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664406/stat : 664406 (fscip) S 664384 664387 661573 0 -1 1077936192 1372033 0 0 0 161302 365 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664407] ppid=664384 vsize=14378604 memory=8240 CPUtime=1635.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664407/stat : 664407 (fscip) S 664384 664387 661573 0 -1 1077936192 1068480 0 0 0 163431 165 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664408] ppid=664384 vsize=14378604 memory=2112 CPUtime=1656.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664408/stat : 664408 (fscip) S 664384 664387 661573 0 -1 1077936192 1499293 0 0 0 165425 210 0 0 20 0 41 0 118247605 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664409] ppid=664384 vsize=14378604 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/664387/task/664409/stat : 664409 (fscip) S 664384 664387 661573 0 -1 1077936192 64 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664410] ppid=664384 vsize=14378604 memory=6720664363407261805 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/664387/task/664410/stat : 664410 (fscip) S 664384 664387 661573 0 -1 1077936192 36 0 0 0 0 1 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664411] ppid=664384 vsize=14378604 memory=28496 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/664387/task/664411/stat : 664411 (fscip) S 664384 664387 661573 0 -1 1077936192 34 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664412] ppid=664384 vsize=14378604 memory=7644 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664412/stat : 664412 (fscip) S 664384 664387 661573 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664413] ppid=664384 vsize=14378604 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/664387/task/664413/stat : 664413 (fscip) S 664384 664387 661573 0 -1 1077936192 65 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664414] ppid=664384 vsize=14378604 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/664387/task/664414/stat : 664414 (fscip) S 664384 664387 661573 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664415] ppid=664384 vsize=14378604 memory=31860 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/664387/task/664415/stat : 664415 (fscip) S 664384 664387 661573 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664416] ppid=664384 vsize=14378604 memory=7176 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/664387/task/664416/stat : 664416 (fscip) S 664384 664387 661573 0 -1 1077936192 62 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664417] ppid=664384 vsize=14378604 memory=36152 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/664387/task/664417/stat : 664417 (fscip) S 664384 664387 661573 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664418] ppid=664384 vsize=14378604 memory=6628 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664418/stat : 664418 (fscip) S 664384 664387 661573 0 -1 1077936192 74 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664419] ppid=664384 vsize=14378604 memory=20572 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664419/stat : 664419 (fscip) S 664384 664387 661573 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664420] ppid=664384 vsize=14378604 memory=2152 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664420/stat : 664420 (fscip) S 664384 664387 661573 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664421] ppid=664384 vsize=14378604 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/664387/task/664421/stat : 664421 (fscip) S 664384 664387 661573 0 -1 1077936192 106 0 0 0 0 1 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664422] ppid=664384 vsize=14378604 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/664387/task/664422/stat : 664422 (fscip) S 664384 664387 661573 0 -1 1077936192 55 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664423] ppid=664384 vsize=14378604 memory=33100 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664423/stat : 664423 (fscip) S 664384 664387 661573 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664424] ppid=664384 vsize=14378604 memory=19600 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/664387/task/664424/stat : 664424 (fscip) S 664384 664387 661573 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664425] ppid=664384 vsize=14378604 memory=54528 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/664387/task/664425/stat : 664425 (fscip) S 664384 664387 661573 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664426] ppid=664384 vsize=14378604 memory=28496 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664426/stat : 664426 (fscip) S 664384 664387 661573 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664427] ppid=664384 vsize=14378604 memory=7644 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664427/stat : 664427 (fscip) S 664384 664387 661573 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
[pid=664387/tid=664428] ppid=664384 vsize=14378604 memory=26960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/664387/task/664428/stat : 664428 (fscip) S 664384 664387 661573 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 41 0 118247640 14723690496 2721367 809668444160 4194304 16622685 140731898475792 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 54837248 140731898479594 140731898479709 140731898479709 140731898486735 0
Current children cumulated CPU time: 33459.4 s
Current children cumulated vsize: 14378604 KiB
Current children cumulated memory: 10885468 KiB

[startup+1786.02 s]*
/proc/loadavg: 58.69 59.54 62.85 44/942 665478
/proc/meminfo: memFree=740779080/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1786.2 s]
/proc/loadavg: 58.69 59.54 62.85 44/942 665478
/proc/meminfo: memFree=740779080/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1786.22
CPU time (s): 33460.4
CPU user time (s): 33409.9
CPU system time (s): 50.4479
CPU usage (%): 1873.25
Max. virtual memory (cumulated for all children) (KiB): 14598528
Max. memory (cumulated for all children) (KiB): 11041040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33409.9
system time used= 50.4479
maximum resident set size= 11041040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26853284
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= 508950
involuntary context switches= 80710


# summary of solver processes directly reported to runsolver:
#   pid: 664387
#   total CPU time (s): 33460.4
#   total CPU user time (s): 33409.9
#   total CPU system time (s): 50.4479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.028 second user time and 40.3198 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-13 04:36:48
IDJOB=4469126
IDBENCH=160419
IDSOLVER=3099
FILE ID=nodeD101/4469126-1723516608
RUNJOBID= nodeD101-1723512993-661584
SLURM_JOB_ID= 8267567
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l080-r079-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469126-1723516608/watcher-4469126-1723516608 -o /tmp/evaluation-result-4469126-1723516608/solver-4469126-1723516608 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723512993-661584 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469126-1723516608.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 266633e779ed92513dfdd11bdc765a52
RANDOM SEED=859033059

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		: 3116.137
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		: 3488.213
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		: 3198.328
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		: 3199.999
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		: 3017.204
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		: 3132.454
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		: 2885.489
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.845
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		: 2982.555
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		: 3261.440
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		: 2874.389
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		: 2920.074
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		: 2953.962
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		: 3505.224
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		: 3151.562
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		: 2918.503
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		: 2959.668
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		: 1880.572
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		: 3138.808
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		: 2904.943
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		: 3130.011
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		: 3675.970
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		: 2853.001
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		: 3194.511
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		: 3122.945
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		: 2650.802
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		: 3135.662
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		: 2915.599
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		: 2980.255
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		: 3389.126
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		: 2904.097
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		: 2900.192
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		: 3083.524
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		: 2101.357
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		: 2871.371
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		: 2930.730
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		: 3115.620
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		: 2660.053
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		: 2893.284
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		: 3120.160
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		: 2975.607
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		: 2653.199
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		: 2961.126
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		: 2952.282
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		: 2931.211
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		: 2665.024
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		: 2906.170
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		: 2934.306
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		: 2953.034
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		: 2652.656
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		: 2878.452
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		: 2907.429
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		: 2959.324
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		: 2214.861
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		: 2864.660
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		: 3193.256
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		: 2974.592
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		: 2658.803
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		: 3121.151
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		: 2947.787
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		: 2951.695
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		: 2668.979
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		: 3146.871
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		: 3200.000
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		: 2943.518
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		: 2643.545
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		: 2840.123
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		: 2899.473
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		: 3131.846
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		: 2662.509
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		: 2879.444
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		: 2901.365
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		: 2976.400
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		: 2193.007
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		: 2869.349
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		: 3191.477
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		: 3011.854
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		: 3627.666
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		: 2864.521
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		: 2904.437
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:        762943708 kB
MemAvailable:   774951284 kB
Buffers:         1004036 kB
Cached:         14328592 kB
SwapCached:            0 kB
Active:          6618664 kB
Inactive:       17884644 kB
Active(anon):       2128 kB
Inactive(anon):  9207460 kB
Active(file):    6616536 kB
Inactive(file):  8677184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29076 kB
Writeback:             4 kB
AnonPages:       9169400 kB
Mapped:           136132 kB
Shmem:             38920 kB
KReclaimable:     266768 kB
Slab:             671060 kB
SReclaimable:     266768 kB
SUnreclaim:       404292 kB
KernelStack:       16816 kB
PageTables:        40664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2363732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1052544 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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:      772096 kB
DirectMap2M:    112971776 kB
DirectMap1G:    692060160 kB

Free space on /tmp at the end= 8622744 MiB
End job on nodeD101 at 2024-08-13 05:06:35