Trace number 4469119

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 33292.5 1719.28

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
MD5SUMea5e7256587f4a4e9df55aed19f52ebe
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 benchmark2.32272
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints16786
Number of constraints which are clauses7937
Number of constraints which are cardinality constraints (but not clauses)8849
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.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 61059072, getVmSize() = 61059072, SCIPgetMemUsed() = 32922834, SCIPgetMemTotal() = 38088090, SCIPgetMemExternEstim() = 22254117
0.00/0.05	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
0.23/0.27	c ** Estimated virtualMemUsedAtSolver = 82534122, getVmSize() = 126926848, SCIPgetMemUsed() = 75647179, SCIPgetMemTotal() = 101547067, SCIPgetMemExternEstim() = 22254117
0.23/0.27	c ** set memory limit for solvers to 4.18836e+11 for each SCIP **
0.23/0.27	c Original Problem   :
0.23/0.27	c   Problem name     : instance-4469119-1723514499
0.23/0.27	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.27	c   Constraints      : 16786
0.23/0.27	c   Objective sense  : minimize
0.23/0.27	c Presolved Problem  :
0.23/0.27	c   Variables        : 7045 (7045 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.27	c   Constraints      : 10334
0.23/0.27	c Constraints        : Number
0.23/0.27	c   setppc           : 10333 
0.23/0.27	c   orbitope         : 1 
0.23/0.27	c ** Instance transfer method used: 0
0.23/0.28	c ** ParaScipInstance copy increased the number of variables. **
0.61/0.62	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.61/0.62	c                                Nodes    Active                                            
0.61/0.62	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
197.62/10.61	c        11              2           1        20                -           0.0000          -
302.04/16.02	c        16             13          12        20                -           0.0000          -
404.95/21.15	c        21             13          12        20                -           0.0000          -
506.82/26.37	c        26             22          21        20                -           0.0000          -
615.13/31.83	c        32             30          29        20                -           0.0000          -
718.00/37.11	c        37             65          64        20                -           0.0000          -
821.84/42.36	c        42             66          65        20                -           0.0000          -
926.20/47.65	c        48             86          85        20                -           0.0000          -
1024.66/52.67	c        53            143         142        20                -           0.0000          -
1127.58/57.86	c        58            181         124        20                -           0.0000          -
1234.71/63.27	c        63            294         157        20                -           0.0000          -
1337.90/68.44	c        68            312         169        20                -           0.0000          -
1441.09/73.62	c        74            965         134        20                -           0.0000          -
1540.30/78.66	c        79           1209         132        20                -           0.0000          -
1643.49/83.85	c        84           1179         128        20                -           0.0000          -
1752.62/89.31	c        89           1179         128        20                -           0.0000          -
1857.79/94.70	c        95           1198           8        20                -           0.0000          -
1962.87/99.91	c       100           1198           8        20                -           0.0000          -
2066.56/105.19	c       105           1198           8        20                -           0.0000          -
2171.06/110.43	c       110           1198           8        20                -           0.0000          -
2270.19/115.50	c       116           1198           8        20                -           0.0000          -
2371.31/120.57	c       121           1198           8        20                -           0.0000          -
2470.44/125.59	c       126             28          27        20                -           0.0000          -
2571.55/130.62	c       131             28          27        20                -           0.0000          -
2670.67/135.67	c       136             28          27        20                -           0.0000          -
2773.74/140.89	c       141             28          27        20                -           0.0000          -
2877.47/146.05	c       146             28          27        20                -           0.0000          -
2979.90/151.21	c       151             28          27        20                -           0.0000          -
3081.02/156.31	c       156             28          27        20                -           0.0000          -
3182.13/161.41	c       161             28          27        20                -           0.0000          -
3281.25/166.45	c       166             62          61        20                -           0.0000          -
3380.38/171.46	c       171             62          61        20                -           0.0000          -
3483.48/176.61	c       177             62          61        20                -           0.0000          -
3582.62/181.67	c       182             62          61        20                -           0.0000          -
3685.75/186.82	c       187             62          61        20                -           0.0000          -
3784.90/191.83	c       192             32          31        20                -           0.0000          -
3886.03/196.92	c       197             32          31        20                -           0.0000          -
3985.15/201.95	c       202             32          31        20                -           0.0000          -
4084.26/206.98	c       207             32          31        20                -           0.0000          -
4183.37/211.99	c       212             68          67        20                -           0.0000          -
4282.46/217.03	c       217             68          67        20                -           0.0000          -
4384.29/222.09	c       222             68          67        20                -           0.0000          -
4486.61/227.21	c       227             68          67        20                -           0.0000          -
4585.69/232.26	c       232             68          67        20                -           0.0000          -
4684.78/237.28	c       237             68          67        20                -           0.0000          -
4785.82/242.36	c       242             68          67        20                -           0.0000          -
4888.88/247.54	c       248             68          67        20                -           0.0000          -
4989.95/252.66	c       253             68          67        20                -           0.0000          -
5091.08/257.75	c       258             68          67        20                -           0.0000          -
5190.22/262.76	c       263             68          67        20                -           0.0000          -
5291.35/267.82	c       268             98          52        20                -           0.0000          -
5390.48/272.87	c       273             98          52        20                -           0.0000          -
5491.60/277.91	c       278             98          52        20                -           0.0000          -
5590.73/283.00	c       283             98          52        20                -           0.0000          -
5692.52/288.13	c       288             98          52        20                -           0.0000          -
5794.92/293.20	c       293            105         104        20                -           0.0000          -
5894.06/298.24	c       298            105         104        20                -           0.0000          -
5997.22/303.47	c       303            105         104        20                -           0.0000          -
6098.33/308.50	c       309            329          51        20                -           0.0000          -
6197.61/313.57	c       314            329          51        20                -           0.0000          -
6300.53/318.70	c       319            329          51        20                -           0.0000          -
6399.66/323.76	c       324            329          51        20                -           0.0000          -
6500.73/328.80	c       329            329          51        20                -           0.0000          -
6601.88/333.92	c       334            329          51        20                -           0.0000          -
6701.05/338.98	c       339            329          51        20                -           0.0000          -
6800.23/343.99	c       344            329          51        20                -           0.0000          -
6904.15/349.15	c       349            329          51        20                -           0.0000          -
7004.48/354.22	c       354            329          51        20                -           0.0000          -
7107.57/359.44	c       359            154         147        20                -           0.0000          -
7208.67/364.53	c       365            154         147        20                -           0.0000          -
7308.02/369.56	c       370            154         147        20                -           0.0000          -
7409.02/374.68	c       375            154         147        20                -           0.0000          -
7510.18/379.72	c       380            154         147        20                -           0.0000          -
7609.31/384.74	c       385            154         147        20                -           0.0000          -
7708.50/389.78	c       390            154         147        20                -           0.0000          -
7809.67/394.89	c       395            154         147        20                -           0.0000          -
7910.78/399.94	c       400            154         147        20                -           0.0000          -
8009.92/404.95	c       405            364          45        20                -           0.0000          -
8111.84/410.05	c       410            364          45        20                -           0.0000          -
8210.80/415.11	c       415            364          45        20                -           0.0000          -
8312.04/420.16	c       420            364          45        20                -           0.0000          -
8412.40/425.24	c       425            364          45        20                -           0.0000          -
8513.51/430.34	c       430            364          45        20                -           0.0000          -
8614.66/435.42	c       435            364          45        20                -           0.0000          -
8713.81/440.48	c       440            364          45        20                -           0.0000          -
8814.95/445.53	c       446            364          45        20                -           0.0000          -
8914.07/450.57	c       451           7035          17        20                -           0.0000          -
9015.22/455.65	c       456            352         251        20                -           0.0000          -
9116.38/460.72	c       461            352         251        20                -           0.0000          -
9215.54/465.79	c       466            352         251        20                -           0.0000          -
9316.72/470.86	c       471            352         251        20                -           0.0000          -
9415.74/475.90	c       476            352         251        20                -           0.0000          -
9516.86/480.96	c       481            352         251        20                -           0.0000          -
9616.02/486.00	c       486            352         251        20                -           0.0000          -
9715.17/491.03	c       491            352         251        20                -           0.0000          -
9816.87/496.04	c       496            352         251        20                -           0.0000          -
9916.06/501.08	c       501            352         251        20                -           0.0000          -
10017.26/506.14	c       506            352         251        20                -           0.0000          -
10116.40/511.17	c       511            948          46        20                -           0.0000          -
10215.51/516.18	c       516            948          46        20                -           0.0000          -
10315.93/521.24	c       521            948          46        20                -           0.0000          -
10415.06/526.26	c       526            948          46        20                -           0.0000          -
10516.17/531.36	c       531            956         244        20                -           0.0000          -
10615.25/536.39	c       536            956         244        20                -           0.0000          -
10716.40/541.49	c       541            956         244        20                -           0.0000          -
10817.52/546.52	c       547            956         244        20                -           0.0000          -
10916.69/551.55	c       552            956         244        20                -           0.0000          -
11015.87/556.59	c       557            956         244        20                -           0.0000          -
11117.03/561.61	c       562            956         244        20                -           0.0000          -
11216.20/566.62	c       567            956         244        20                -           0.0000          -
11315.37/571.63	c       572            956         244        20                -           0.0000          -
11416.51/576.76	c       577           1093           0        20                -           0.0000          -
11517.65/581.82	c       582           1099           6        20                -           0.0000          -
11616.78/586.83	c       587           1109          14        20                -           0.0000          -
11718.00/591.94	c       592           1109          14        20                -           0.0000          -
11817.25/597.01	c       597           1109          14        20                -           0.0000          -
11919.14/602.09	c       602           1109          14        20                -           0.0000          -
12018.33/607.13	c       607           1109          14        20                -           0.0000          -
12119.39/612.19	c       612           1343         245        20                -           0.0000          -
12219.92/617.21	c       617           1343         245        20                -           0.0000          -
12321.04/622.31	c       622           1343         245        20                -           0.0000          -
12420.23/627.39	c       627           1343         245        20                -           0.0000          -
12521.43/632.44	c       632           1343         245        20                -           0.0000          -
12620.61/637.45	c       637           1343         245        20                -           0.0000          -
12721.75/642.58	c       643           1373         244        20                -           0.0000          -
12822.91/647.63	c       648           1373         244        20                -           0.0000          -
12926.06/652.84	c       653           1373         244        20                -           0.0000          -
13027.23/657.90	c       658           1373         244        20                -           0.0000          -
13126.41/662.94	c       663           1373         244        20                -           0.0000          -
13228.26/668.10	c       668           1373         244        20                -           0.0000          -
13327.44/673.11	c       673           1373         244        20                -           0.0000          -
13428.75/678.16	c       678           1373         244        20                -           0.0000          -
13529.13/683.22	c       683           1373         244        20                -           0.0000          -
13630.32/688.31	c       688           1373         244        20                -           0.0000          -
13729.50/693.36	c       693           1373         244        20                -           0.0000          -
13830.69/698.41	c       698           1373         244        20                -           0.0000          -
13931.87/703.51	c       704           1373         244        20                -           0.0000          -
14031.07/708.58	c       709           1875          41        20                -           0.0000          -
14132.19/713.62	c       714           1875          41        20                -           0.0000          -
14231.36/718.69	c       719           1875          41        20                -           0.0000          -
14257.15/720.00	Racing ramp-up finished after 720.0100 seconds. Selected strategy 17.
14408.26/728.29	c       728           1934          42        16                -           0.0000          -           0.0000          -
14586.87/737.22	c       737           1934          42        17                -           0.0000          -           0.0000          -
14733.48/744.65	c       745           1935          41        17                -           0.0000          -           0.0000          -
14929.31/754.54	c       755           1935          40        18                -           0.0000          -           0.0000          -
15109.40/763.65	c       764           1937          40        20                -           0.0000          -           0.0000          -
15210.35/768.73	c       769           2808         220        20                -           0.0000          -           0.0000          -
15309.34/773.76	c       774           6866         191        20                -           0.0000          -           0.0000          -
15410.60/778.82	c       779          10918         279        20                -           0.0000          -           0.0000          -
15511.86/783.91	c       784          15705         386        20                -           0.0000          -           0.0000          -
15611.14/789.02	c       789          20829         449        20                -           0.0000          -           0.0000          -
15713.22/794.07	c       794          26326         177        20                -           0.0000          -           0.0000          -
15812.20/799.12	c       799          31234         379        20                -           0.0000          -           0.0000          -
15913.45/804.19	c       804          34858         255        20                -           0.0000          -           0.0000          -
16004.09/809.27	c       809          41211         167        16                -           0.0000          -           0.0000          -
16085.25/814.30	c       814          46368         225        16                -           0.0000          -           0.0000          -
16164.76/819.30	c       819          55404         589        16                -           0.0000          -           0.0000          -
16253.08/824.40	c       824          65178         891        20                -           0.0000          -           0.0000          -
16354.31/829.54	c       830          80461        1503        20                -           0.0000          -           0.0000          -
16457.27/834.72	c       835          97891        1569        20                -           0.0000          -           0.0000          -
16560.44/839.96	c       840         117793        1504        20                -           0.0000          -           0.0000          -
16662.45/845.07	c       845         138078        1054        20                -           0.0000          -           0.0000          -
16761.51/850.10	c       850         158790        1186        19                -           0.0000          -           0.0000          -
16864.09/855.23	c       855         181171         657        20                -           0.0000          -           0.0000          -
16965.31/860.30	c       860         201663        1101        20                -           0.0000          -           0.0000          -
17064.54/865.39	c       865         219759        1197        20                -           0.0000          -           0.0000          -
17165.78/870.48	c       870         235719        1390        20                -           0.0000          -           0.0000          -
17266.99/875.51	c       876         252203        1771        20                -           0.0000          -           0.0000          -
17366.13/880.53	c       881         270493        1438        20                -           0.0000          -           0.0000          -
17465.20/885.54	c       886         292235        2042        20                -           0.0000          -           0.0000          -
17564.33/890.59	c       891         316243        1554        20                -           0.0000          -           0.0000          -
17665.60/895.62	c       896         340411        1897        19                -           0.0000          -           0.0000          -
17764.58/900.64	c       901         365585        2302        19                -           0.0000          -           0.0000          -
17863.78/905.64	c       906         389015        1662        19                -           0.0000          -           0.0000          -
17962.95/910.65	c       911         414700         739        20                -           0.0000          -           0.0000          -
18062.08/915.67	c       916         436846        1541        19                -           0.0000          -           0.0000          -
18161.17/920.67	c       921         458822        1469        20                -           0.0000          -           0.0000          -
18260.28/925.70	c       926         482398        1175        19                -           0.0000          -           0.0000          -
18361.36/930.71	c       931         504250         683        19                -           0.0000          -           0.0000          -
18460.49/935.71	c       936         525751         563        20                -           0.0000          -           0.0000          -
18559.24/940.73	c       941         544315        1017        20                -           0.0000          -           0.0000          -
18658.47/945.80	c       946         561433         758        20                -           0.0000          -           0.0000          -
18759.41/950.86	c       951         578474        1332        20                -           0.0000          -           0.0000          -
18860.53/955.95	c       956         596248        1846        20                -           0.0000          -           0.0000          -
18962.50/961.06	c       961         616594        1707        20                -           0.0000          -           0.0000          -
19061.57/966.11	c       966         635744        1155        20                -           0.0000          -           0.0000          -
19162.74/971.14	c       971         657896        1419        19                -           0.0000          -           0.0000          -
19261.78/976.16	c       976         678550        1363        19                -           0.0000          -           0.0000          -
19362.29/981.22	c       981         699324        1034        20                -           0.0000          -           0.0000          -
19461.39/986.25	c       986         721364        1039        19                -           0.0000          -           0.0000          -
19560.52/991.25	c       991         742453        1206        20                -           0.0000          -           0.0000          -
19659.66/996.27	c       996         764218        1502        20                -           0.0000          -           0.0000          -
19758.82/1001.28	c      1001         786608        1333        19                -           0.0000          -           0.0000          -
19859.99/1006.31	c      1006         809616        1471        19                -           0.0000          -           0.0000          -
19959.03/1011.31	c      1011         831436        1234        20                -           0.0000          -           0.0000          -
20058.18/1016.32	c      1016         851407         797        20                -           0.0000          -           0.0000          -
20157.29/1021.38	c      1021         869079        1325        19                -           0.0000          -           0.0000          -
20256.40/1026.39	c      1026         888168        1074        19                -           0.0000          -           0.0000          -
20357.37/1031.41	c      1031         907471         890        19                -           0.0000          -           0.0000          -
20456.41/1036.41	c      1036         928066         922        19                -           0.0000          -           0.0000          -
20555.59/1041.42	c      1041         946929        1059        20                -           0.0000          -           0.0000          -
20654.66/1046.46	c      1046         965489         761        19                -           0.0000          -           0.0000          -
20753.81/1051.46	c      1051         980334         739        19                -           0.0000          -           0.0000          -
20836.10/1056.49	c      1056         990813         651        19                -           0.0000          -           0.0000          -
20935.25/1061.50	c      1062        1000100         923        19                -           0.0000          -           0.0000          -
21036.42/1066.50	c      1067        1009595        1040        20                -           0.0000          -           0.0000          -
21135.60/1071.52	c      1072        1018271         999        19                -           0.0000          -           0.0000          -
21234.69/1076.53	c      1077        1028740         592        20                -           0.0000          -           0.0000          -
21333.84/1081.55	c      1082        1040759        1148        20                -           0.0000          -           0.0000          -
21432.92/1086.55	c      1087        1049117         626        19                -           0.0000          -           0.0000          -
21531.97/1091.56	c      1092        1059104         545        20                -           0.0000          -           0.0000          -
21631.05/1096.57	c      1097        1067714         583        19                -           0.0000          -           0.0000          -
21730.11/1101.58	c      1102        1076111         537        20                -           0.0000          -           0.0000          -
21831.19/1106.61	c      1107        1080630         564        19                -           0.0000          -           0.0000          -
21930.34/1111.63	c      1112        1086581         855        19                -           0.0000          -           0.0000          -
22029.53/1116.65	c      1117        1092044         640        19                -           0.0000          -           0.0000          -
22128.71/1121.65	c      1122        1099902         594        19                -           0.0000          -           0.0000          -
22227.91/1126.67	c      1127        1107017         672        19                -           0.0000          -           0.0000          -
22327.10/1131.68	c      1132        1114323         849        19                -           0.0000          -           0.0000          -
22428.27/1136.70	c      1137        1121450         790        19                -           0.0000          -           0.0000          -
22527.39/1141.71	c      1142        1129272         582        19                -           0.0000          -           0.0000          -
22626.59/1146.74	c      1147        1136525         629        19                -           0.0000          -           0.0000          -
22725.71/1151.77	c      1152        1144711         619        19                -           0.0000          -           0.0000          -
22817.83/1156.78	c      1157        1151967         369         9                -           0.0000          -           0.0000          -
22912.76/1161.78	c      1162        1159368         670        19                -           0.0000          -           0.0000          -
23011.74/1166.79	c      1167        1165533         474        20                -           0.0000          -           0.0000          -
23112.89/1171.82	c      1172        1171693         611        19                -           0.0000          -           0.0000          -
23212.05/1176.83	c      1177        1178980         721        20                -           0.0000          -           0.0000          -
23311.28/1181.85	c      1182        1185323         533        19                -           0.0000          -           0.0000          -
23410.41/1186.85	c      1187        1191293         555        20                -           0.0000          -           0.0000          -
23509.55/1191.87	c      1192        1197621         583        20                -           0.0000          -           0.0000          -
23608.69/1196.88	c      1197        1203461         420        20                -           0.0000          -           0.0000          -
23707.86/1201.88	c      1202        1210012         705        19                -           0.0000          -           0.0000          -
23808.97/1206.92	c      1207        1216623         720        19                -           0.0000          -           0.0000          -
23908.05/1211.93	c      1212        1224260        1004        19                -           0.0000          -           0.0000          -
24007.28/1216.93	c      1217        1231707         519        20                -           0.0000          -           0.0000          -
24106.48/1221.94	c      1222        1238416         740        19                -           0.0000          -           0.0000          -
24205.67/1226.96	c      1227        1244338         357        19                -           0.0000          -           0.0000          -
24304.91/1231.97	c      1232        1249076         449        19                -           0.0000          -           0.0000          -
24404.07/1236.98	c      1237        1254884         362        20                -           0.0000          -           0.0000          -
24503.29/1241.98	c      1242        1259779         469        20                -           0.0000          -           0.0000          -
24602.48/1246.99	c      1247        1265995         697        20                -           0.0000          -           0.0000          -
24701.61/1252.01	c      1252        1271638         455        20                -           0.0000          -           0.0000          -
24793.43/1257.03	c      1257        1277896         526        19                -           0.0000          -           0.0000          -
24894.96/1262.03	c      1262        1283248         492        19                -           0.0000          -           0.0000          -
24994.14/1267.04	c      1267        1289308         479        20                -           0.0000          -           0.0000          -
25093.10/1272.06	c      1272        1294888         752        20                -           0.0000          -           0.0000          -
25192.26/1277.07	c      1277        1302159         625        20                -           0.0000          -           0.0000          -
25291.63/1282.08	c      1282        1308495         643        19                -           0.0000          -           0.0000          -
25390.76/1287.09	c      1287        1315745         436        20                -           0.0000          -           0.0000          -
25495.39/1292.39	c      1292        1322901         756        20                -           0.0000          -           0.0000          -
25596.66/1297.45	c      1297        1330504         638        20                -           0.0000          -           0.0000          -
25695.94/1302.46	c      1302        1337596         614        20                -           0.0000          -           0.0000          -
25797.15/1307.57	c      1308        1343209         418        20                -           0.0000          -           0.0000          -
25898.36/1312.61	c      1313        1349755         662        20                -           0.0000          -           0.0000          -
25997.59/1317.62	c      1318        1356186         480        20                -           0.0000          -           0.0000          -
26098.86/1322.73	c      1323        1363899         720        20                -           0.0000          -           0.0000          -
26200.13/1327.84	c      1328        1372052         573        20                -           0.0000          -           0.0000          -
26301.40/1332.94	c      1333        1382255         793        20                -           0.0000          -           0.0000          -
26400.85/1337.96	c      1338        1395374        1245        20                -           0.0000          -           0.0000          -
26502.46/1343.08	c      1343        1410002        1126        20                -           0.0000          -           0.0000          -
26603.80/1348.19	c      1348        1426807        1049        20                -           0.0000          -           0.0000          -
26704.40/1353.22	c      1353        1443206        1165        20                -           0.0000          -           0.0000          -
26803.73/1358.23	c      1358        1458455         874        20                -           0.0000          -           0.0000          -
26902.83/1363.25	c      1363        1473106        1516        20                -           0.0000          -           0.0000          -
27002.08/1368.27	c      1368        1488946        1121        20                -           0.0000          -           0.0000          -
27103.27/1373.35	c      1373        1505571         935        20                -           0.0000          -           0.0000          -
27202.40/1378.38	c      1378        1521850        1284        20                -           0.0000          -           0.0000          -
27301.54/1383.39	c      1383        1532741        1114        19                -           0.0000          -           0.0000          -
27400.67/1388.39	c      1388        1540248         694        20                -           0.0000          -           0.0000          -
27501.80/1393.43	c      1393        1548128         869        20                -           0.0000          -           0.0000          -
27601.01/1398.43	c      1398        1555229         533        20                -           0.0000          -           0.0000          -
27704.24/1403.61	c      1404        1559503         560        19                -           0.0000          -           0.0000          -
27803.50/1408.63	c      1409        1562445         593        19                -           0.0000          -           0.0000          -
27902.75/1413.67	c      1414        1565797         820        19                -           0.0000          -           0.0000          -
28001.95/1418.68	c      1419        1569533         594        20                -           0.0000          -           0.0000          -
28101.15/1423.69	c      1424        1573654         642        20                -           0.0000          -           0.0000          -
28202.33/1428.70	c      1429        1578307         631        20                -           0.0000          -           0.0000          -
28303.54/1433.82	c      1434        1582854         652        20                -           0.0000          -           0.0000          -
28402.78/1438.83	c      1439        1589100         470        20                -           0.0000          -           0.0000          -
28504.04/1443.92	c      1444        1598267        1119        20                -           0.0000          -           0.0000          -
28605.86/1449.10	c      1449        1608225         777        20                -           0.0000          -           0.0000          -
28707.18/1454.16	c      1454        1616961        1185        20                -           0.0000          -           0.0000          -
28807.73/1459.22	c      1459        1625841         585        20                -           0.0000          -           0.0000          -
28906.99/1464.26	c      1464        1635248        1286        20                -           0.0000          -           0.0000          -
29006.24/1469.28	c      1469        1643292         939        19                -           0.0000          -           0.0000          -
29107.42/1474.36	c      1474        1653038        1005        20                -           0.0000          -           0.0000          -
29208.61/1479.41	c      1479        1659565         477        20                -           0.0000          -           0.0000          -
29307.88/1484.47	c      1484        1663428         663        20                -           0.0000          -           0.0000          -
29409.31/1489.58	c      1490        1666677         893        20                -           0.0000          -           0.0000          -
29510.31/1494.67	c      1495        1671517         659        20                -           0.0000          -           0.0000          -
29611.51/1499.76	c      1500        1680140        1121        20                -           0.0000          -           0.0000          -
29712.73/1504.83	c      1505        1689798         953        19                -           0.0000          -           0.0000          -
29813.90/1509.94	c      1510        1703869        1282        20                -           0.0000          -           0.0000          -
29913.07/1514.97	c      1515        1719172         991        20                -           0.0000          -           0.0000          -
30014.64/1520.07	c      1520        1737071        1285        20                -           0.0000          -           0.0000          -
30115.89/1525.15	c      1525        1755129        1199        20                -           0.0000          -           0.0000          -
30216.26/1530.25	c      1530        1772804         698        20                -           0.0000          -           0.0000          -
30315.40/1535.30	c      1535        1789881        1011        20                -           0.0000          -           0.0000          -
30416.39/1540.37	c      1540        1804512        1283        20                -           0.0000          -           0.0000          -
30517.50/1545.45	c      1545        1819943        1023        20                -           0.0000          -           0.0000          -
30620.57/1550.63	c      1551        1836816        1490        20                -           0.0000          -           0.0000          -
30719.64/1555.69	c      1556        1854354        1735        20                -           0.0000          -           0.0000          -
30822.57/1560.82	c      1561        1872847        1088        20                -           0.0000          -           0.0000          -
30921.50/1565.88	c      1566        1891063        1991        19                -           0.0000          -           0.0000          -
31020.30/1570.88	c      1571        1909418        1657        20                -           0.0000          -           0.0000          -
31119.09/1575.89	c      1576        1925649        1343        19                -           0.0000          -           0.0000          -
31219.70/1580.91	c      1581        1946010        1475        19                -           0.0000          -           0.0000          -
31318.63/1585.91	c      1586        1965024         982        20                -           0.0000          -           0.0000          -
31417.36/1590.92	c      1591        1977124         544        20                -           0.0000          -           0.0000          -
31516.11/1595.94	c      1596        1986464         433        19                -           0.0000          -           0.0000          -
31615.05/1601.00	c      1601        1995836         663        20                -           0.0000          -           0.0000          -
31713.96/1606.00	c      1606        2004179         767        20                -           0.0000          -           0.0000          -
31812.93/1611.02	c      1611        2011783         688        19                -           0.0000          -           0.0000          -
31914.37/1616.04	c      1616        2019068         608        19                -           0.0000          -           0.0000          -
32013.18/1621.04	c      1621        2025796         535        20                -           0.0000          -           0.0000          -
32112.37/1626.06	c      1626        2031391         651        19                -           0.0000          -           0.0000          -
32211.45/1631.07	c      1631        2038157         732        19                -           0.0000          -           0.0000          -
32310.43/1636.07	c      1636        2045392         519        19                -           0.0000          -           0.0000          -
32409.32/1641.08	c      1641        2052470         463        20                -           0.0000          -           0.0000          -
32508.52/1646.09	c      1646        2059329         352        19                -           0.0000          -           0.0000          -
32607.72/1651.11	c      1651        2065949         338        19                -           0.0000          -           0.0000          -
32706.80/1656.11	c      1656        2073037         344        20                -           0.0000          -           0.0000          -
32807.85/1661.13	c      1661        2075533         276        19                -           0.0000          -           0.0000          -
32906.93/1666.13	c      1666        2079206         279        20                -           0.0000          -           0.0000          -
33005.88/1671.14	c      1671        2082344         245        20                -           0.0000          -           0.0000          -
33105.10/1676.15	c      1676        2085648         122        20                -           0.0000          -           0.0000          -
33208.58/1708.97	c      1709        2087199          28         1                -           0.0000          -           0.0000          -
33276.29/1714.05	c      1714        2087270           9         9                -           0.0000          -           0.0000          -
33291.42/1718.84	c      1719        2087277           0         0                -           0.0000          -
33291.42/1718.84	c SCIP Status        : c problem is solved [infeasible]
33291.42/1718.84	c Total Time         : 1718.8500
33291.42/1718.84	c   solving          : 1718.8500
33291.42/1718.84	c   presolving       : 0.2186 (included in solving)
33291.42/1718.84	c B&B Tree           :
33291.42/1718.84	c   nodes (total)    : 2087277
33291.42/1718.84	c Solution           :
33291.42/1718.84	c   Solutions found  : 0
33291.42/1718.84	c   Primal Bound     :          -
33291.42/1718.84	c   Dual Bound       :          -
33291.42/1718.84	c Gap                :          -
33291.42/1718.88	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 (168020 MiB free)
  memory of node 1: 193531 MiB (177810 MiB free)
  memory of node 2: 193531 MiB (172699 MiB free)
  memory of node 3: 193531 MiB (173807 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-4469119-1723514499/watcher-4469119-1723514499 -o /tmp/evaluation-result-4469119-1723514499/solver-4469119-1723514499 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723514363-717042 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469119-1723514499.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=717612, runsolver pid=717609
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 72.75 38.71 32.66 63/986 717613
/proc/meminfo: memFree=708899380/790760804 swapFree=131071996/131071996
[pid=717612] ppid=717609 vsize=71740 memory=60800 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/717612/stat : 717612 (fscip) R 717609 717612 717031 0 -1 4194304 14851 0 0 0 10 1 0 0 20 0 1 0 118032499 73461760 15200 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
/proc/717612/statm: 17935 15200 2710 3035 0 14331 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 71740 KiB
Current children cumulated memory: 60800 KiB

[startup+0.223627 s]*
/proc/loadavg: 72.75 38.71 32.66 64/986 717613
/proc/meminfo: memFree=708902928/790760804 swapFree=131071996/131071996
[pid=717612] ppid=717609 vsize=103020 memory=79852 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/stat : 717612 (fscip) R 717609 717612 717031 0 -1 4194304 19350 0 0 0 21 2 0 0 20 0 1 0 118032499 105492480 19963 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
/proc/717612/statm: 25755 19963 2774 3035 0 22151 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 103020 KiB
Current children cumulated memory: 79852 KiB

[startup+0.320061 s]*
/proc/loadavg: 72.75 38.71 32.66 62/1006 717633
/proc/meminfo: memFree=708810220/790760804 swapFree=131071996/131071996
[pid=717612] ppid=717609 vsize=1615144 memory=167016 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/717612/stat : 717612 (fscip) S 717609 717612 717031 0 -1 1077936128 39660 0 0 0 28 5 0 0 20 0 21 0 118032499 1653907456 41754 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
/proc/717612/statm: 403786 41754 2774 3035 0 85883 0
[pid=717612/tid=717614] ppid=717609 vsize=1615144 memory=-6729615263477709667 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717614/stat : 717614 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41754 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717615] ppid=717609 vsize=1615144 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/717612/task/717615/stat : 717615 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41754 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717616] ppid=717609 vsize=1615144 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/717612/task/717616/stat : 717616 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717617] ppid=717609 vsize=1615144 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/717612/task/717617/stat : 717617 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717618] ppid=717609 vsize=1615144 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/717612/task/717618/stat : 717618 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717619] ppid=717609 vsize=1615144 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/717612/task/717619/stat : 717619 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717620] ppid=717609 vsize=1615144 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/717612/task/717620/stat : 717620 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717621] ppid=717609 vsize=1615144 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/717612/task/717621/stat : 717621 (fscip) S 717609 717612 717031 0 -1 1077936192 4093 0 0 0 1 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717622] ppid=717609 vsize=1615144 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/717612/task/717622/stat : 717622 (fscip) S 717609 717612 717031 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717623] ppid=717609 vsize=1615144 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/717612/task/717623/stat : 717623 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717624] ppid=717609 vsize=1615144 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/717612/task/717624/stat : 717624 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717625] ppid=717609 vsize=1615144 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/717612/task/717625/stat : 717625 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032526 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717626] ppid=717609 vsize=1615144 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/717612/task/717626/stat : 717626 (fscip) S 717609 717612 717031 0 -1 1077936192 4092 0 0 0 1 0 0 0 20 0 21 0 118032527 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717627] ppid=717609 vsize=1615144 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/717612/task/717627/stat : 717627 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032527 1653907456 41820 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717628] ppid=717609 vsize=1615144 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/717612/task/717628/stat : 717628 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032527 1653907456 41886 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717629] ppid=717609 vsize=1615144 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/717612/task/717629/stat : 717629 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032527 1653907456 41886 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717630] ppid=717609 vsize=1615144 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/717612/task/717630/stat : 717630 (fscip) R 717609 717612 717031 0 -1 4194368 340 0 0 0 0 0 0 0 20 0 21 0 118032527 1653907456 41886 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717631] ppid=717609 vsize=1615144 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/717612/task/717631/stat : 717631 (fscip) S 717609 717612 717031 0 -1 1077936192 4094 0 0 0 1 0 0 0 20 0 21 0 118032527 1653907456 41886 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717632] ppid=717609 vsize=1615144 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/717612/task/717632/stat : 717632 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032527 1653907456 41886 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717633] ppid=717609 vsize=1615144 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/717612/task/717633/stat : 717633 (fscip) S 717609 717612 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118032527 1653907456 41886 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1615144 KiB
Current children cumulated memory: 167016 KiB

[startup+0.704809 s]
/proc/loadavg: 72.75 38.71 32.66 63/1006 717633
/proc/meminfo: memFree=708614072/790760804 swapFree=131071996/131071996
[pid=717612] ppid=717609 vsize=1779064 memory=776504 CPUtime=1.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/stat : 717612 (fscip) S 717609 717612 717031 0 -1 1077936128 192153 0 0 0 155 44 0 0 20 0 41 0 118032499 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
/proc/717612/statm: 444766 194126 2790 3035 0 288144 0
[pid=717612/tid=717614] ppid=717609 vsize=1779064 memory=6943526294502006880 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/717612/task/717614/stat : 717614 (fscip) R 717609 717612 717031 0 -1 4194368 8813 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717615] ppid=717609 vsize=1779064 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/717612/task/717615/stat : 717615 (fscip) R 717609 717612 717031 0 -1 4194368 7969 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717616] ppid=717609 vsize=1779064 memory=11536 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/717612/task/717616/stat : 717616 (fscip) R 717609 717612 717031 0 -1 4194368 7952 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717617] ppid=717609 vsize=1779064 memory=16336 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/717612/task/717617/stat : 717617 (fscip) D 717609 717612 717031 0 -1 4194368 8588 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717618] ppid=717609 vsize=1779064 memory=5472 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/717612/task/717618/stat : 717618 (fscip) R 717609 717612 717031 0 -1 4194368 8024 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717619] ppid=717609 vsize=1779064 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717619/stat : 717619 (fscip) R 717609 717612 717031 0 -1 4194368 8028 0 0 0 6 1 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717620] ppid=717609 vsize=1779064 memory=37484 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/717612/task/717620/stat : 717620 (fscip) D 717609 717612 717031 0 -1 4194368 8657 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717621] ppid=717609 vsize=1779064 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/717612/task/717621/stat : 717621 (fscip) R 717609 717612 717031 0 -1 4194368 8016 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717622] ppid=717609 vsize=1779064 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717622/stat : 717622 (fscip) R 717609 717612 717031 0 -1 4194368 8019 0 0 0 6 1 0 0 20 0 41 0 118032526 1821761536 194126 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717623] ppid=717609 vsize=1779064 memory=3546082436821811283 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/717612/task/717623/stat : 717623 (fscip) R 717609 717612 717031 0 -1 4194368 8683 0 0 0 6 2 0 0 20 0 41 0 118032526 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717624] ppid=717609 vsize=1779064 memory=1833708 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/717612/task/717624/stat : 717624 (fscip) R 717609 717612 717031 0 -1 4194368 8016 0 0 0 6 1 0 0 20 0 41 0 118032526 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717625] ppid=717609 vsize=1779064 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/717612/task/717625/stat : 717625 (fscip) D 717609 717612 717031 0 -1 4194368 7960 0 0 0 7 1 0 0 20 0 41 0 118032526 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717626] ppid=717609 vsize=1779064 memory=2981203170 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/717612/task/717626/stat : 717626 (fscip) R 717609 717612 717031 0 -1 4194368 8687 0 0 0 6 2 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717627] ppid=717609 vsize=1779064 memory=1848 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/717612/task/717627/stat : 717627 (fscip) R 717609 717612 717031 0 -1 4194368 8018 0 0 0 6 2 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717628] ppid=717609 vsize=1779064 memory=38604 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/717612/task/717628/stat : 717628 (fscip) R 717609 717612 717031 0 -1 4194368 8021 0 0 0 6 2 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717629] ppid=717609 vsize=1779064 memory=33100 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/717612/task/717629/stat : 717629 (fscip) D 717609 717612 717031 0 -1 4194368 8710 0 0 0 6 2 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717630] ppid=717609 vsize=1779064 memory=2244 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/717612/task/717630/stat : 717630 (fscip) R 717609 717612 717031 0 -1 4194368 8016 0 0 0 6 2 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717631] ppid=717609 vsize=1779064 memory=19936 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/717612/task/717631/stat : 717631 (fscip) R 717609 717612 717031 0 -1 4194368 8020 0 0 0 6 1 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717632] ppid=717609 vsize=1779064 memory=25333125866717268 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/717612/task/717632/stat : 717632 (fscip) R 717609 717612 717031 0 -1 4194368 8901 0 0 0 7 1 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717633] ppid=717609 vsize=1779064 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/717612/task/717633/stat : 717633 (fscip) R 717609 717612 717031 0 -1 4194368 8026 0 0 0 6 2 0 0 20 0 41 0 118032527 1821761536 194192 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 1779064 KiB
Current children cumulated memory: 776504 KiB

[startup+1.50957 s]
/proc/loadavg: 72.75 38.71 32.66 81/1026 717653
/proc/meminfo: memFree=707895716/790760804 swapFree=131071996/131071996
[pid=717612] ppid=717609 vsize=2510388 memory=1375420 CPUtime=17.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/stat : 717612 (fscip) S 717609 717612 717031 0 -1 1077936128 342854 0 0 0 1326 417 0 0 20 0 41 0 118032499 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
/proc/717612/statm: 627597 343855 2966 3035 0 443241 0
[pid=717612/tid=717614] ppid=717609 vsize=2510388 memory=0 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/717612/task/717614/stat : 717614 (fscip) R 717609 717612 717031 0 -1 4194368 15135 0 0 0 62 23 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717615] ppid=717609 vsize=2510388 memory=37484 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/717612/task/717615/stat : 717615 (fscip) R 717609 717612 717031 0 -1 4194368 16277 0 0 0 60 22 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717616] ppid=717609 vsize=2510388 memory=16336 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/717612/task/717616/stat : 717616 (fscip) R 717609 717612 717031 0 -1 4194368 16002 0 0 0 63 21 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717617] ppid=717609 vsize=2510388 memory=5472 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/717612/task/717617/stat : 717617 (fscip) R 717609 717612 717031 0 -1 4194368 15190 0 0 0 67 18 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717618] ppid=717609 vsize=2510388 memory=0 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/717612/task/717618/stat : 717618 (fscip) R 717609 717612 717031 0 -1 4194368 16170 0 0 0 65 20 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717619] ppid=717609 vsize=2510388 memory=11536 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/717612/task/717619/stat : 717619 (fscip) R 717609 717612 717031 0 -1 4194368 15998 0 0 0 62 23 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717620] ppid=717609 vsize=2510388 memory=4641355675819139944 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/717612/task/717620/stat : 717620 (fscip) R 717609 717612 717031 0 -1 4194368 15191 0 0 0 67 18 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717621] ppid=717609 vsize=2510388 memory=25333125866717268 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/717612/task/717621/stat : 717621 (fscip) R 717609 717612 717031 0 -1 4194368 15845 0 0 0 60 24 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717622] ppid=717609 vsize=2510388 memory=25333125866717268 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/717612/task/717622/stat : 717622 (fscip) R 717609 717612 717031 0 -1 4194368 15929 0 0 0 61 23 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717623] ppid=717609 vsize=2510388 memory=0 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/717612/task/717623/stat : 717623 (fscip) R 717609 717612 717031 0 -1 4194368 15233 0 0 0 69 16 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717624] ppid=717609 vsize=2510388 memory=6943526294502006880 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/717612/task/717624/stat : 717624 (fscip) R 717609 717612 717031 0 -1 4194368 16164 0 0 0 61 23 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717625] ppid=717609 vsize=2510388 memory=0 CPUtime=0.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717625/stat : 717625 (fscip) R 717609 717612 717031 0 -1 4194368 16705 0 0 0 64 22 0 0 20 0 41 0 118032526 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717626] ppid=717609 vsize=2510388 memory=1848 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/717612/task/717626/stat : 717626 (fscip) R 717609 717612 717031 0 -1 4194368 15272 0 0 0 68 17 0 0 20 0 41 0 118032527 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717627] ppid=717609 vsize=2510388 memory=38604 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/717612/task/717627/stat : 717627 (fscip) R 717609 717612 717031 0 -1 4194368 15878 0 0 0 60 25 0 0 20 0 41 0 118032527 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717628] ppid=717609 vsize=2510388 memory=33100 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/717612/task/717628/stat : 717628 (fscip) R 717609 717612 717031 0 -1 4194368 15800 0 0 0 62 22 0 0 20 0 41 0 118032527 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717629] ppid=717609 vsize=2510388 memory=2244 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/717612/task/717629/stat : 717629 (fscip) R 717609 717612 717031 0 -1 4194368 15320 0 0 0 70 15 0 0 20 0 41 0 118032527 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717630] ppid=717609 vsize=2510388 memory=19936 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/717612/task/717630/stat : 717630 (fscip) R 717609 717612 717031 0 -1 4194368 16129 0 0 0 61 24 0 0 20 0 41 0 118032527 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717631] ppid=717609 vsize=2510388 memory=280853146349408 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/717612/task/717631/stat : 717631 (fscip) R 717609 717612 717031 0 -1 4194368 15952 0 0 0 62 22 0 0 20 0 41 0 118032527 2570637312 343855 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0

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

[pid=717612/tid=717625] ppid=717609 vsize=16498524 memory=5472 CPUtime=1667.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717625/stat : 717625 (fscip) R 717609 717612 717031 0 -1 4194368 1301971 0 0 0 166418 380 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717626] ppid=717609 vsize=16498524 memory=16336 CPUtime=1665.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717626/stat : 717626 (fscip) S 717609 717612 717031 0 -1 1077936192 1143544 0 0 0 166338 197 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717627] ppid=717609 vsize=16498524 memory=13680 CPUtime=1665.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717627/stat : 717627 (fscip) S 717609 717612 717031 0 -1 1077936192 1497102 0 0 0 166277 234 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717628] ppid=717609 vsize=16498524 memory=11548 CPUtime=1658.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717628/stat : 717628 (fscip) S 717609 717612 717031 0 -1 1077936192 1278033 0 0 0 165393 416 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717629] ppid=717609 vsize=16498524 memory=11548 CPUtime=1668.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717629/stat : 717629 (fscip) S 717609 717612 717031 0 -1 1077936192 1312139 0 0 0 166566 241 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717630] ppid=717609 vsize=16498524 memory=11532 CPUtime=1651.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717630/stat : 717630 (fscip) S 717609 717612 717031 0 -1 1077936192 1723727 0 0 0 164926 248 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717631] ppid=717609 vsize=16498524 memory=33100 CPUtime=1656.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717631/stat : 717631 (fscip) S 717609 717612 717031 0 -1 1077936192 1230018 0 0 0 165282 388 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717632] ppid=717609 vsize=16498524 memory=2244 CPUtime=1664.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717632/stat : 717632 (fscip) S 717609 717612 717031 0 -1 1077936192 1405115 0 0 0 166203 215 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717633] ppid=717609 vsize=16498524 memory=19936 CPUtime=1663.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717633/stat : 717633 (fscip) S 717609 717612 717031 0 -1 1077936192 1441982 0 0 0 166169 222 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717634] ppid=717609 vsize=16498524 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/717612/task/717634/stat : 717634 (fscip) S 717609 717612 717031 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717635] ppid=717609 vsize=16498524 memory=2004 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/717612/task/717635/stat : 717635 (fscip) S 717609 717612 717031 0 -1 1077936192 50 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717636] ppid=717609 vsize=16498524 memory=52404 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/717612/task/717636/stat : 717636 (fscip) S 717609 717612 717031 0 -1 1077936192 51 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717637] ppid=717609 vsize=16498524 memory=28748 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717637/stat : 717637 (fscip) S 717609 717612 717031 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717638] ppid=717609 vsize=16498524 memory=7384 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717638/stat : 717638 (fscip) S 717609 717612 717031 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717639] ppid=717609 vsize=16498524 memory=30888 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/717612/task/717639/stat : 717639 (fscip) S 717609 717612 717031 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717640] ppid=717609 vsize=16498524 memory=27932 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717640/stat : 717640 (fscip) S 717609 717612 717031 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717641] ppid=717609 vsize=16498524 memory=3760 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717641/stat : 717641 (fscip) S 717609 717612 717031 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717642] ppid=717609 vsize=16498524 memory=40392 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/717612/task/717642/stat : 717642 (fscip) S 717609 717612 717031 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717643] ppid=717609 vsize=16498524 memory=6720669826656189289 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/717612/task/717643/stat : 717643 (fscip) S 717609 717612 717031 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717644] ppid=717609 vsize=16498524 memory=19936 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/717612/task/717644/stat : 717644 (fscip) S 717609 717612 717031 0 -1 1077936192 49 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717645] ppid=717609 vsize=16498524 memory=104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717645/stat : 717645 (fscip) S 717609 717612 717031 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717646] ppid=717609 vsize=16498524 memory=2004 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/717612/task/717646/stat : 717646 (fscip) S 717609 717612 717031 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717647] ppid=717609 vsize=16498524 memory=25333125866717268 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/717612/task/717647/stat : 717647 (fscip) S 717609 717612 717031 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717648] ppid=717609 vsize=16498524 memory=44836 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/717612/task/717648/stat : 717648 (fscip) S 717609 717612 717031 0 -1 1077936192 62 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717649] ppid=717609 vsize=16498524 memory=7628 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/717612/task/717649/stat : 717649 (fscip) S 717609 717612 717031 0 -1 1077936192 63 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717650] ppid=717609 vsize=16498524 memory=18468 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/717612/task/717650/stat : 717650 (fscip) S 717609 717612 717031 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717651] ppid=717609 vsize=16498524 memory=20272 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717651/stat : 717651 (fscip) S 717609 717612 717031 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717652] ppid=717609 vsize=16498524 memory=5400 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/717612/task/717652/stat : 717652 (fscip) S 717609 717612 717031 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717653] ppid=717609 vsize=16498524 memory=8284 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/717612/task/717653/stat : 717653 (fscip) S 717609 717612 717031 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
Current children cumulated CPU time: 33291 s
Current children cumulated vsize: 16498524 KiB
Current children cumulated memory: 12182632 KiB

[startup+1718.8 s]
/proc/loadavg: 72.18 77.99 72.03 62/1030 718622
/proc/meminfo: memFree=686644504/790760804 swapFree=131071996/131071996
[pid=717612] ppid=717609 vsize=16498524 memory=12182632 CPUtime=33291.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/stat : 717612 (fscip) S 717609 717612 717031 0 -1 1077936128 27969300 0 0 0 3323254 5888 0 0 20 0 41 0 118032499 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
/proc/717612/statm: 4124631 3045658 3030 3035 0 3972216 0
[pid=717612/tid=717614] ppid=717609 vsize=16498524 memory=16336 CPUtime=1668.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717614/stat : 717614 (fscip) S 717609 717612 717031 0 -1 1077936192 1197632 0 0 0 166685 194 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717615] ppid=717609 vsize=16498524 memory=2268 CPUtime=1655.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717615/stat : 717615 (fscip) S 717609 717612 717031 0 -1 1077936192 1633160 0 0 0 165301 238 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717616] ppid=717609 vsize=16498524 memory=6120 CPUtime=1656.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717616/stat : 717616 (fscip) S 717609 717612 717031 0 -1 1077936192 1233373 0 0 0 165157 515 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717617] ppid=717609 vsize=16498524 memory=1848 CPUtime=1670.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717617/stat : 717617 (fscip) S 717609 717612 717031 0 -1 1077936192 1361605 0 0 0 166825 210 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717618] ppid=717609 vsize=16498524 memory=2664 CPUtime=1648.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717618/stat : 717618 (fscip) S 717609 717612 717031 0 -1 1077936192 1511989 0 0 0 164622 221 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717619] ppid=717609 vsize=16498524 memory=6748 CPUtime=1656.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717619/stat : 717619 (fscip) S 717609 717612 717031 0 -1 1077936192 1156665 0 0 0 165173 499 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717620] ppid=717609 vsize=16498524 memory=8136144 CPUtime=1694.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717620/stat : 717620 (fscip) S 717609 717612 717031 0 -1 1077936192 1152661 0 0 0 169279 184 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717621] ppid=717609 vsize=16498524 memory=2632 CPUtime=1653.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717621/stat : 717621 (fscip) S 717609 717612 717031 0 -1 1077936192 1532566 0 0 0 165127 217 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717622] ppid=717609 vsize=16498524 memory=6592 CPUtime=1670.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717622/stat : 717622 (fscip) S 717609 717612 717031 0 -1 1077936192 1280898 0 0 0 166683 412 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717623] ppid=717609 vsize=16498524 memory=3899112 CPUtime=1666.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717623/stat : 717623 (fscip) S 717609 717612 717031 0 -1 1077936192 1337468 0 0 0 166476 217 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717624] ppid=717609 vsize=16498524 memory=2660 CPUtime=1670 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717624/stat : 717624 (fscip) S 717609 717612 717031 0 -1 1077936192 1750283 0 0 0 166757 243 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717625] ppid=717609 vsize=16498524 memory=6720669826656189289 CPUtime=1668.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717625/stat : 717625 (fscip) R 717609 717612 717031 0 -1 4194368 1303102 0 0 0 166458 380 0 0 20 0 41 0 118032526 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717626] ppid=717609 vsize=16498524 memory=3760 CPUtime=1665.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717626/stat : 717626 (fscip) S 717609 717612 717031 0 -1 1077936192 1143544 0 0 0 166338 197 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717627] ppid=717609 vsize=16498524 memory=2664 CPUtime=1665.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717627/stat : 717627 (fscip) S 717609 717612 717031 0 -1 1077936192 1497102 0 0 0 166277 234 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717628] ppid=717609 vsize=16498524 memory=6748 CPUtime=1658.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717628/stat : 717628 (fscip) S 717609 717612 717031 0 -1 1077936192 1278033 0 0 0 165393 416 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717629] ppid=717609 vsize=16498524 memory=8048428 CPUtime=1668.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717629/stat : 717629 (fscip) S 717609 717612 717031 0 -1 1077936192 1312139 0 0 0 166566 241 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717630] ppid=717609 vsize=16498524 memory=2632 CPUtime=1651.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717630/stat : 717630 (fscip) S 717609 717612 717031 0 -1 1077936192 1723727 0 0 0 164926 248 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717631] ppid=717609 vsize=16498524 memory=6592 CPUtime=1656.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717631/stat : 717631 (fscip) S 717609 717612 717031 0 -1 1077936192 1230018 0 0 0 165282 388 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717632] ppid=717609 vsize=16498524 memory=29836768444022866 CPUtime=1664.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717632/stat : 717632 (fscip) S 717609 717612 717031 0 -1 1077936192 1405115 0 0 0 166203 215 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717633] ppid=717609 vsize=16498524 memory=12182484 CPUtime=1663.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717633/stat : 717633 (fscip) S 717609 717612 717031 0 -1 1077936192 1441982 0 0 0 166169 222 0 0 20 0 41 0 118032527 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717634] ppid=717609 vsize=16498524 memory=28064 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/717612/task/717634/stat : 717634 (fscip) S 717609 717612 717031 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717635] ppid=717609 vsize=16498524 memory=32848 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/717612/task/717635/stat : 717635 (fscip) S 717609 717612 717031 0 -1 1077936192 50 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717636] ppid=717609 vsize=16498524 memory=7140 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/717612/task/717636/stat : 717636 (fscip) S 717609 717612 717031 0 -1 1077936192 51 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717637] ppid=717609 vsize=16498524 memory=36328 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717637/stat : 717637 (fscip) S 717609 717612 717031 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717638] ppid=717609 vsize=16498524 memory=6796 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717638/stat : 717638 (fscip) S 717609 717612 717031 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717639] ppid=717609 vsize=16498524 memory=20456 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/717612/task/717639/stat : 717639 (fscip) S 717609 717612 717031 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717640] ppid=717609 vsize=16498524 memory=6836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717640/stat : 717640 (fscip) S 717609 717612 717031 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717641] ppid=717609 vsize=16498524 memory=8326441210107759532 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717641/stat : 717641 (fscip) S 717609 717612 717031 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717642] ppid=717609 vsize=16498524 memory=3054156605368933524 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/717612/task/717642/stat : 717642 (fscip) S 717609 717612 717031 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717643] ppid=717609 vsize=16498524 memory=-7749694995119233653 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/717612/task/717643/stat : 717643 (fscip) S 717609 717612 717031 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717644] ppid=717609 vsize=16498524 memory=8326441210107759532 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/717612/task/717644/stat : 717644 (fscip) S 717609 717612 717031 0 -1 1077936192 49 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717645] ppid=717609 vsize=16498524 memory=-7966001734569645866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717645/stat : 717645 (fscip) S 717609 717612 717031 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717646] ppid=717609 vsize=16498524 memory=8111771058829053132 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/717612/task/717646/stat : 717646 (fscip) S 717609 717612 717031 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717647] ppid=717609 vsize=16498524 memory=-4051592751527399278 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/717612/task/717647/stat : 717647 (fscip) S 717609 717612 717031 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717648] ppid=717609 vsize=16498524 memory=-7751062316387021378 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/717612/task/717648/stat : 717648 (fscip) S 717609 717612 717031 0 -1 1077936192 62 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717649] ppid=717609 vsize=16498524 memory=6720669826656189289 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/717612/task/717649/stat : 717649 (fscip) S 717609 717612 717031 0 -1 1077936192 63 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717650] ppid=717609 vsize=16498524 memory=45452 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/717612/task/717650/stat : 717650 (fscip) S 717609 717612 717031 0 -1 1077936192 60 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717651] ppid=717609 vsize=16498524 memory=1783063 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/717612/task/717651/stat : 717651 (fscip) S 717609 717612 717031 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717652] ppid=717609 vsize=16498524 memory=1980302 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/717612/task/717652/stat : 717652 (fscip) S 717609 717612 717031 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
[pid=717612/tid=717653] ppid=717609 vsize=16498524 memory=1950783 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/717612/task/717653/stat : 717653 (fscip) S 717609 717612 717031 0 -1 1077936192 54 0 0 0 1 0 0 0 20 0 41 0 118032562 16894488576 3045658 809668444160 4194304 16622685 140736471766848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 28139520 140736471770090 140736471770205 140736471770205 140736471777231 0
Current children cumulated CPU time: 33291.4 s
Current children cumulated vsize: 16498524 KiB
Current children cumulated memory: 12182632 KiB

[startup+1719.2 s]
/proc/loadavg: 72.18 77.99 72.03 62/991 718622
/proc/meminfo: memFree=691304164/790760804 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): 1719.28
CPU time (s): 33292.5
CPU user time (s): 33232.9
CPU system time (s): 59.6026
CPU usage (%): 1936.42
Max. virtual memory (cumulated for all children) (KiB): 16498524
Max. memory (cumulated for all children) (KiB): 12216244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33232.9
system time used= 59.6026
maximum resident set size= 12216288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28126896
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= 641713
involuntary context switches= 110092


# summary of solver processes directly reported to runsolver:
#   pid: 717612
#   total CPU time (s): 33292.5
#   total CPU user time (s): 33232.9
#   total CPU system time (s): 59.6026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7905 second user time and 37.8084 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-13 04:01:39
IDJOB=4469119
IDBENCH=160391
IDSOLVER=3099
FILE ID=nodeD102/4469119-1723514499
RUNJOBID= nodeD102-1723514363-717042
SLURM_JOB_ID= 8267569
Free space on /tmp= 8588220 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l090-r089-n1.cnf-extracted.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-4469119-1723514499/watcher-4469119-1723514499 -o /tmp/evaluation-result-4469119-1723514499/solver-4469119-1723514499 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723514363-717042 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469119-1723514499.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= ea5e7256587f4a4e9df55aed19f52ebe
RANDOM SEED=594616595

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        708957904 kB
MemAvailable:   775290620 kB
Buffers:         1187784 kB
Cached:         67912028 kB
SwapCached:            0 kB
Active:          9518588 kB
Inactive:       67723648 kB
Active(anon):       2260 kB
Inactive(anon):  8179076 kB
Active(file):    9516328 kB
Inactive(file): 59544572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28864 kB
Writeback:            44 kB
AnonPages:       8143768 kB
Mapped:           137204 kB
Shmem:             38920 kB
KReclaimable:    1382688 kB
Slab:            1928228 kB
SReclaimable:    1382688 kB
SUnreclaim:       545540 kB
KernelStack:       16896 kB
PageTables:        26844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1871128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1058688 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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:     1110016 kB
DirectMap2M:    221685760 kB
DirectMap1G:    583008256 kB

Free space on /tmp at the end= 8588192 MiB
End job on nodeD102 at 2024-08-13 04:30:18