Trace number 4467971

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-09? (TO) 72001.1 3631.26

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-9.opb
MD5SUMbf1757ad4e21f2473915004abf7b1376
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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: 917abe4c5e]
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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 45981696, getVmSize() = 45981696, SCIPgetMemUsed() = 20810353, SCIPgetMemTotal() = 23503681, SCIPgetMemExternEstim() = 13393220
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 38987690, getVmSize() = 69431296, SCIPgetMemUsed() = 24521684, SCIPgetMemTotal() = 45088316, SCIPgetMemExternEstim() = 13393220
0.11/0.22	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4467971-1723258261
0.11/0.22	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 9504
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 3387 (3387 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 7789
0.11/0.22	c Constraints        : Number
0.11/0.22	c   and              : 32 
0.11/0.22	c   linear           : 1341 
0.11/0.22	c   logicor          : 6416 
0.11/0.22	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.48	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.48	c                                Nodes    Active                                            
0.44/0.48	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
388.89/20.17	c        20              2           1        20                -           0.0000          -
489.34/25.23	c        25              2           1        20                -           0.0000          -
592.45/30.43	c        30           9770           0        20                -           0.0000          -
693.63/35.51	c        36             13          12        20                -           0.0000          -
792.90/40.56	c        41             13          12        20                -           0.0000          -
894.12/45.61	c        46             16          15        20                -           0.0000          -
993.37/50.66	c        51             16          15        20                -           0.0000          -
1094.67/55.71	c        56              9           8        20                -           0.0000          -
1193.93/60.76	c        61              9           8        20                -           0.0000          -
1295.22/65.81	c        66              9           8        20                -           0.0000          -
1394.52/70.86	c        71              9           8        20                -           0.0000          -
1495.82/75.91	c        76              9           8        20                -           0.0000          -
1595.09/80.96	c        81             34          33        20                -           0.0000          -
1694.37/86.01	c        86             34          33        20                -           0.0000          -
1796.24/91.06	c        91             22          21        20                -           0.0000          -
1895.52/96.11	c        96             22          21        20                -           0.0000          -
1996.91/101.16	c       101             22          21        20                -           0.0000          -
2097.51/106.21	c       106             22          21        20                -           0.0000          -
2196.82/111.26	c       111             22          21        20                -           0.0000          -
2298.12/116.31	c       116             22          21        20                -           0.0000          -
2397.40/121.36	c       121             22          21        20                -           0.0000          -
2498.70/126.41	c       126             22          21        20                -           0.0000          -
2598.04/131.45	c       131             22          21        20                -           0.0000          -
2699.35/136.50	c       137             22          21        20                -           0.0000          -
2798.64/141.55	c       142             22          21        20                -           0.0000          -
2899.93/146.60	c       147             22          21        20                -           0.0000          -
2999.26/151.65	c       152             22          21        20                -           0.0000          -
3100.57/156.71	c       157             22          21        20                -           0.0000          -
3199.89/161.75	c       162             22          21        20                -           0.0000          -
3301.23/166.80	c       167             22          21        20                -           0.0000          -
3400.59/171.85	c       172             22          21        20                -           0.0000          -
3501.87/176.90	c       177             22          21        20                -           0.0000          -
3601.12/181.95	c       182             22          21        20                -           0.0000          -
3700.44/187.00	c       187             22          21        20                -           0.0000          -
3802.32/192.05	c       192             22          21        20                -           0.0000          -
3901.88/197.10	c       197             22          21        20                -           0.0000          -
4003.14/202.15	c       202             22          21        20                -           0.0000          -
4103.64/207.20	c       207             22          21        20                -           0.0000          -
4202.99/212.25	c       212             22          21        20                -           0.0000          -
4304.36/217.30	c       217             22          21        20                -           0.0000          -
4403.73/222.35	c       222             22          21        20                -           0.0000          -
4505.09/227.40	c       227             22          21        20                -           0.0000          -
4604.44/232.45	c       232             22          21        20                -           0.0000          -
4705.77/237.50	c       238             22          21        20                -           0.0000          -
4804.99/242.55	c       243             22          21        20                -           0.0000          -
4906.32/247.60	c       248             22          21        20                -           0.0000          -
5005.67/252.65	c       253             22          21        20                -           0.0000          -
5106.91/257.70	c       258             22          21        20                -           0.0000          -
5206.24/262.75	c       263             22          21        20                -           0.0000          -
5307.59/267.80	c       268             22          21        20                -           0.0000          -
5406.97/272.85	c       273             22          21        20                -           0.0000          -
5508.33/277.90	c       278             22          21        20                -           0.0000          -
5607.71/282.95	c       283             22          21        20                -           0.0000          -
5707.05/288.00	c       288             22          21        20                -           0.0000          -
5808.85/293.05	c       293            565         564        20                -           0.0000          -
5908.39/298.10	c       298            599         588        20                -           0.0000          -
6009.59/303.15	c       303            599         588        20                -           0.0000          -
6110.20/308.20	c       308             30          29        20                -           0.0000          -
6209.54/313.25	c       313             30          29        20                -           0.0000          -
6310.85/318.30	c       318            916         915        20                -           0.0000          -
6410.19/323.34	c       323            916         915        20                -           0.0000          -
6511.51/328.40	c       328            916         915        20                -           0.0000          -
6610.82/333.45	c       333            916         915        20                -           0.0000          -
6712.08/338.50	c       339            916         915        20                -           0.0000          -
6811.32/343.55	c       344            916         915        20                -           0.0000          -
6912.60/348.60	c       349            916         915        20                -           0.0000          -
7011.82/353.65	c       354            778         767        20                -           0.0000          -
7113.05/358.70	c       359             57          56        20                -           0.0000          -
7212.21/363.75	c       364           1042        1041        20                -           0.0000          -
7311.40/368.78	c       369             64          63        20                -           0.0000          -
7412.63/373.85	c       374            923         906        20                -           0.0000          -
7513.88/378.90	c       379            923         906        20                -           0.0000          -
7613.18/383.95	c       384           1002        1001        20                -           0.0000          -
7712.49/389.00	c       389           1002        1001        20                -           0.0000          -
7814.49/394.05	c       394           1002        1001        20                -           0.0000          -
7913.84/399.10	c       399            999         976        20                -           0.0000          -
8015.15/404.15	c       404            999         976        20                -           0.0000          -
8115.58/409.20	c       409            999         976        20                -           0.0000          -
8214.96/414.21	c       414           1126          76        20                -           0.0000          -
8316.02/419.30	c       419            170         169        20                -           0.0000          -
8415.25/424.32	c       424           1067          17        20                -           0.0000          -
8516.48/429.40	c       429           1067          17        20                -           0.0000          -
8615.72/434.42	c       434           1067          17        20                -           0.0000          -
8716.96/439.50	c       440           1210         160        20                -           0.0000          -
8816.21/444.55	c       445           1210         160        20                -           0.0000          -
8919.42/449.78	c       450           1091          41        20                -           0.0000          -
9020.65/454.86	c       455           1215         165        20                -           0.0000          -
9121.89/459.90	c       460           1215         165        20                -           0.0000          -
9221.14/464.96	c       465           1127          77        20                -           0.0000          -
9320.39/470.01	c       470           1127          77        20                -           0.0000          -
9422.19/475.06	c       475           1127          77        20                -           0.0000          -
9521.42/480.11	c       480           1127          77        20                -           0.0000          -
9622.80/485.16	c       485           1227         177        20                -           0.0000          -
9722.11/490.17	c       490           1223         169        20                -           0.0000          -
9822.56/495.26	c       495           1157         107        20                -           0.0000          -
9923.80/500.31	c       500           1286         232        20                -           0.0000          -
10023.05/505.36	c       505           1286         232        20                -           0.0000          -
10124.29/510.41	c       510            449         444        20                -           0.0000          -
10223.52/515.46	c       515           1236         186        20                -           0.0000          -
10322.78/520.46	c       520           1236         186        20                -           0.0000          -
10424.01/525.50	c       526           1236         186        20                -           0.0000          -
10523.27/530.53	c       531           1236         186        20                -           0.0000          -
10622.50/535.58	c       536           1236         186        20                -           0.0000          -
10723.77/540.62	c       541           1363         309        20                -           0.0000          -
10824.96/545.76	c       546           1380         300        20                -           0.0000          -
10926.20/550.81	c       551           1390         336        20                -           0.0000          -
11025.44/555.86	c       556           1390         336        20                -           0.0000          -
11126.66/560.91	c       561           1390         336        20                -           0.0000          -
11225.92/565.96	c       566           1390         336        20                -           0.0000          -
11325.20/571.01	c       571           1390         336        20                -           0.0000          -
11427.02/576.06	c       576           1390         336        20                -           0.0000          -
11526.49/581.11	c       581           1390         336        20                -           0.0000          -
11627.77/586.16	c       586           1390         336        20                -           0.0000          -
11728.22/591.22	c       591           1470         368        20                -           0.0000          -
11827.46/596.23	c       596           1507         457        20                -           0.0000          -
11928.71/601.31	c       601           1507         457        20                -           0.0000          -
12027.99/606.32	c       606           1614         560        20                -           0.0000          -
12127.26/611.34	c       611           1619         569        20                -           0.0000          -
12228.50/616.44	c       616           1714         660        20                -           0.0000          -
12329.74/621.51	c       622           1714         660        20                -           0.0000          -
12428.97/626.54	c       627           1714         660        20                -           0.0000          -
12530.20/631.61	c       632           1714         660        20                -           0.0000          -
12629.51/636.66	c       637           1714         660        20                -           0.0000          -
12730.71/641.71	c       642           1714         660        20                -           0.0000          -
12829.96/646.76	c       647           1714         660        20                -           0.0000          -
12931.16/651.81	c       652           1764         648        20                -           0.0000          -
13030.43/656.86	c       657           1891         841        20                -           0.0000          -
13131.65/661.91	c       662           1891         841        20                -           0.0000          -
13230.89/666.96	c       667           1891         841        20                -           0.0000          -
13330.11/672.01	c       672           1854         732        20                -           0.0000          -
13432.13/677.06	c       677           1915         865        20                -           0.0000          -
13531.42/682.11	c       682           1915         865        20                -           0.0000          -
13632.46/687.16	c       687           1899         773        20                -           0.0000          -
13733.07/692.21	c       692           1899         773        20                -           0.0000          -
13832.32/697.26	c       697           1962         908        20                -           0.0000          -
13931.73/702.27	c       702           1962         908        20                -           0.0000          -
14032.78/707.30	c       707           1973         847        20                -           0.0000          -
14131.99/712.36	c       712           1998         944        20                -           0.0000          -
14233.22/717.46	c       717           1998         944        20                -           0.0000          -
14334.46/722.51	c       723           2048         996        20                -           0.0000          -
14433.81/727.56	c       728           2048         996        20                -           0.0000          -
14535.01/732.61	c       733           2048         996        20                -           0.0000          -
14634.22/737.66	c       738           2048         996        20                -           0.0000          -
14735.45/742.71	c       743           2048         996        20                -           0.0000          -
14834.68/747.76	c       748           2048         996        20                -           0.0000          -
14933.91/752.79	c       753           2048         996        20                -           0.0000          -
15035.14/757.86	c       758           2048         996        20                -           0.0000          -
15136.39/762.91	c       763           2048         996        20                -           0.0000          -
15235.63/767.96	c       768           2048         996        20                -           0.0000          -
15334.83/773.01	c       773           2048         996        20                -           0.0000          -
15436.85/778.06	c       778           2048         996        20                -           0.0000          -
15536.11/783.11	c       783           2048         996        20                -           0.0000          -
15637.37/788.16	c       788           2048         996        20                -           0.0000          -
15736.45/793.18	c       793           2048         996        20                -           0.0000          -
15835.66/798.20	c       798           2059        1007        20                -           0.0000          -
15938.27/803.31	c       803           2065        1013        20                -           0.0000          -
16037.53/808.37	c       808           2065        1013        20                -           0.0000          -
16138.79/813.42	c       813           2065        1013        20                -           0.0000          -
16238.04/818.46	c       818           2065        1013        20                -           0.0000          -
16339.26/823.52	c       824           2085        1033        20                -           0.0000          -
16438.52/828.57	c       829           2085        1033        20                -           0.0000          -
16539.73/833.62	c       834           2085        1033        20                -           0.0000          -
16638.99/838.67	c       839           2537        1483        20                -           0.0000          -
16740.19/843.72	c       844           2537        1483        20                -           0.0000          -
16839.42/848.77	c       849           2127        1075        20                -           0.0000          -
16940.55/853.82	c       854           2796        1664        20                -           0.0000          -
17039.68/858.83	c       859           2796        1664        20                -           0.0000          -
17140.93/863.91	c       864           2796        1664        20                -           0.0000          -
17240.20/868.93	c       869           2796        1664        20                -           0.0000          -
17339.46/874.01	c       874           2796        1664        20                -           0.0000          -
17441.34/879.07	c       879           2796        1664        20                -           0.0000          -
17540.65/884.12	c       884           2796        1664        20                -           0.0000          -
17641.85/889.17	c       889           1848        1843        20                -           0.0000          -
17742.53/894.22	c       894           2879        1825        20                -           0.0000          -
17841.63/899.27	c       899           2879        1825        20                -           0.0000          -
17942.85/904.32	c       904           1856        1851        20                -           0.0000          -
18042.11/909.37	c       909           1856        1851        20                -           0.0000          -
18143.34/914.42	c       914           1856        1851        20                -           0.0000          -
18242.59/919.47	c       919           1856        1851        20                -           0.0000          -
18343.84/924.52	c       925           1856        1851        20                -           0.0000          -
18443.09/929.56	c       930           1856        1851        20                -           0.0000          -
18544.32/934.62	c       935           1856        1851        20                -           0.0000          -
18643.58/939.67	c       940           1856        1851        20                -           0.0000          -
18744.84/944.72	c       945           1856        1851        20                -           0.0000          -
18844.09/949.74	c       950           1856        1851        20                -           0.0000          -
18945.30/954.82	c       955           1856        1851        20                -           0.0000          -
19044.55/959.87	c       960           1856        1851        20                -           0.0000          -
19145.77/964.92	c       965           1856        1851        20                -           0.0000          -
19245.01/969.97	c       970           1856        1851        20                -           0.0000          -
19344.18/975.02	c       975           1856        1851        20                -           0.0000          -
19445.86/980.07	c       980           1856        1851        20                -           0.0000          -
19544.97/985.12	c       985           1856        1851        20                -           0.0000          -
19646.27/990.17	c       990           1856        1851        20                -           0.0000          -
19746.54/995.22	c       995           1856        1851        20                -           0.0000          -
19845.64/1000.27	c      1000           1856        1851        20                -           0.0000          -
19946.70/1005.32	c      1005           1856        1851        20                -           0.0000          -
20045.90/1010.37	c      1010           1856        1851        20                -           0.0000          -
20147.02/1015.42	c      1015           1856        1851        20                -           0.0000          -
20246.20/1020.45	c      1020           1856        1851        20                -           0.0000          -
20347.24/1025.52	c      1026           1856        1851        20                -           0.0000          -
20446.36/1030.57	c      1031           1856        1851        20                -           0.0000          -
20547.54/1035.62	c      1036           1856        1851        20                -           0.0000          -
20646.81/1040.67	c      1041           1856        1851        20                -           0.0000          -
20747.93/1045.72	c      1046           1856        1851        20                -           0.0000          -
20847.12/1050.77	c      1051           1856        1851        20                -           0.0000          -
20946.22/1055.78	c      1056           1856        1851        20                -           0.0000          -
21047.29/1060.81	c      1061           1856        1851        20                -           0.0000          -
21146.35/1065.85	c      1066           1856        1851        20                -           0.0000          -
21247.50/1070.95	c      1071           1856        1851        20                -           0.0000          -
21346.75/1076.00	c      1076           1856        1851        20                -           0.0000          -
21448.46/1081.05	c      1081           1856        1851        20                -           0.0000          -
21547.54/1086.12	c      1086           1856        1851        20                -           0.0000          -
21648.64/1091.17	c      1091           1856        1851        20                -           0.0000          -
21747.93/1096.20	c      1096           1856        1851        20                -           0.0000          -
21848.27/1101.26	c      1101           1856        1851        20                -           0.0000          -
21949.40/1106.30	c      1106           1856        1851        20                -           0.0000          -
22048.53/1111.33	c      1111           1856        1851        20                -           0.0000          -
22149.65/1116.42	c      1116           1856        1851        20                -           0.0000          -
22248.77/1121.47	c      1121           1856        1851        20                -           0.0000          -
22349.94/1126.52	c      1127           1856        1851        20                -           0.0000          -
22449.15/1131.57	c      1132           3781        2727        20                -           0.0000          -
22550.28/1136.62	c      1137           3781        2727        20                -           0.0000          -
22649.40/1141.67	c      1142           3781        2727        20                -           0.0000          -
22750.56/1146.72	c      1147           3781        2727        20                -           0.0000          -
22849.75/1151.75	c      1152           3781        2727        20                -           0.0000          -
22950.95/1156.82	c      1157           3781        2727        20                -           0.0000          -
23050.16/1161.87	c      1162           3781        2727        20                -           0.0000          -
23151.30/1166.91	c      1167           3939        2762        20                -           0.0000          -
23250.44/1171.97	c      1172           3939        2762        20                -           0.0000          -
23349.58/1177.00	c      1177           3939        2762        20                -           0.0000          -
23451.45/1182.07	c      1182           3898        2844        20                -           0.0000          -
23550.61/1187.11	c      1187           3898        2844        20                -           0.0000          -
23651.61/1192.17	c      1192           3898        2844        20                -           0.0000          -
23752.05/1197.21	c      1197           2126        2121        20                -           0.0000          -
23851.16/1202.27	c      1202           3954        2900        20                -           0.0000          -
23950.29/1207.28	c      1207           3954        2900        20                -           0.0000          -
24051.40/1212.37	c      1212           4405        3347        20                -           0.0000          -
24152.48/1217.42	c      1217           3973        2919        20                -           0.0000          -
24251.56/1222.47	c      1222           4422        3364        20                -           0.0000          -
24352.67/1227.52	c      1228           4097        3041        20                -           0.0000          -
24451.78/1232.57	c      1233           4146        3088        20                -           0.0000          -
24552.91/1237.62	c      1238           2257        2252        20                -           0.0000          -
24652.01/1242.67	c      1243           4263        3205        20                -           0.0000          -
24753.12/1247.72	c      1248           2273        2268        20                -           0.0000          -
24854.29/1252.82	c      1253           2301        2296        20                -           0.0000          -
24953.44/1257.87	c      1258           4317        3124        20                -           0.0000          -
25054.60/1262.92	c      1263           4317        3124        20                -           0.0000          -
25153.73/1267.97	c      1268           2331        2326        20                -           0.0000          -
25252.89/1273.02	c      1273           4813        3755        20                -           0.0000          -
25354.67/1278.07	c      1278           4813        3755        20                -           0.0000          -
25453.90/1283.12	c      1283           4813        3755        20                -           0.0000          -
25555.04/1288.17	c      1288           4475        3417        20                -           0.0000          -
25655.50/1293.20	c      1293           4475        3417        20                -           0.0000          -
25754.63/1298.23	c      1298           4475        3417        20                -           0.0000          -
25853.82/1303.29	c      1303           4524        3319        20                -           0.0000          -
25955.02/1308.35	c      1308           4524        3319        20                -           0.0000          -
26054.16/1313.39	c      1313           2469        2464        20                -           0.0000          -
26155.19/1318.47	c      1318           2469        2464        20                -           0.0000          -
26256.34/1323.52	c      1324           4709        3651        20                -           0.0000          -
26355.51/1328.57	c      1329           5150        4090        20                -           0.0000          -
26456.68/1333.62	c      1334           5150        4090        20                -           0.0000          -
26555.85/1338.65	c      1339           5150        4090        20                -           0.0000          -
26657.03/1343.72	c      1344           5150        4090        20                -           0.0000          -
26756.26/1348.74	c      1349           5150        4090        20                -           0.0000          -
26857.47/1353.80	c      1354           5150        4090        20                -           0.0000          -
26956.65/1358.87	c      1359           5150        4090        20                -           0.0000          -
27057.83/1363.92	c      1364           5150        4090        20                -           0.0000          -
27157.01/1368.97	c      1369           5150        4090        20                -           0.0000          -
27256.15/1374.02	c      1374           5150        4090        20                -           0.0000          -
27357.91/1379.07	c      1379           5150        4090        20                -           0.0000          -
27457.10/1384.09	c      1384           5150        4090        20                -           0.0000          -
27556.27/1389.11	c      1389           5150        4090        20                -           0.0000          -
27657.37/1394.14	c      1394           5150        4090        20                -           0.0000          -
27756.56/1399.15	c      1399           5150        4090        20                -           0.0000          -
27856.94/1404.20	c      1404           5150        4090        20                -           0.0000          -
27956.09/1409.25	c      1409           5150        4090        20                -           0.0000          -
28057.13/1414.30	c      1414           5150        4090        20                -           0.0000          -
28156.27/1419.35	c      1419           2762        2757        20                -           0.0000          -
28257.32/1424.40	c      1424           5025        3806        20                -           0.0000          -
28356.45/1429.45	c      1429           5209        4147        20                -           0.0000          -
28457.59/1434.50	c      1435           5283        4225        20                -           0.0000          -
28556.73/1439.53	c      1440           5283        4225        20                -           0.0000          -
28657.95/1444.60	c      1445           5074        3851        20                -           0.0000          -
28757.06/1449.65	c      1450           5389        4323        20                -           0.0000          -
28858.20/1454.70	c      1455           5389        4323        20                -           0.0000          -
28957.34/1459.75	c      1460           5389        4323        20                -           0.0000          -
29058.48/1464.80	c      1465           2987        2982        20                -           0.0000          -
29157.67/1469.85	c      1470           5508        4442        20                -           0.0000          -
29256.82/1474.87	c      1475           5237        4004        20                -           0.0000          -
29357.96/1479.91	c      1480           3030        3025        20                -           0.0000          -
29457.15/1484.97	c      1485           5637        4571        20                -           0.0000          -
29559.00/1490.05	c      1490           5322        4085        20                -           0.0000          -
29658.17/1495.10	c      1495           3070        3065        20                -           0.0000          -
29759.21/1500.15	c      1500           5829        4771        20                -           0.0000          -
29858.44/1505.20	c      1505           5757        4691        20                -           0.0000          -
29959.00/1510.25	c      1510           5371        4134        20                -           0.0000          -
30059.98/1515.30	c      1515           5371        4134        20                -           0.0000          -
30159.17/1520.35	c      1520           5371        4134        20                -           0.0000          -
30260.28/1525.40	c      1525           5890        4824        20                -           0.0000          -
30359.44/1530.45	c      1530           5890        4824        20                -           0.0000          -
30460.56/1535.50	c      1536           5890        4824        20                -           0.0000          -
30559.74/1540.55	c      1541           5890        4824        20                -           0.0000          -
30660.94/1545.60	c      1546           5890        4824        20                -           0.0000          -
30760.14/1550.65	c      1551           5464        4219        20                -           0.0000          -
30861.28/1555.70	c      1556           5464        4219        20                -           0.0000          -
30960.43/1560.75	c      1561           5464        4219        20                -           0.0000          -
31061.58/1565.80	c      1566           5464        4219        20                -           0.0000          -
31160.77/1570.81	c      1571           5464        4219        20                -           0.0000          -
31261.98/1575.90	c      1576           5464        4219        20                -           0.0000          -
31361.15/1580.95	c      1581           6279        5221        20                -           0.0000          -
31460.34/1586.00	c      1586           6279        5221        20                -           0.0000          -
31559.49/1591.01	c      1591           6053        4987        20                -           0.0000          -
31661.18/1596.10	c      1596           5564        4315        20                -           0.0000          -
31760.39/1601.12	c      1601           3331        3324        20                -           0.0000          -
31861.51/1606.17	c      1606           6143        5075        20                -           0.0000          -
31960.63/1611.19	c      1611           6561        5503        20                -           0.0000          -
32061.14/1616.20	c      1616           6192        5124        20                -           0.0000          -
32160.21/1621.27	c      1621           3390        3383        20                -           0.0000          -
32261.31/1626.30	c      1626           5719        4468        20                -           0.0000          -
32360.44/1631.34	c      1631           3455        3448        20                -           0.0000          -
32459.57/1636.38	c      1636           6403        5335        20                -           0.0000          -
32560.70/1641.41	c      1641           6958        5900        20                -           0.0000          -
32659.84/1646.47	c      1646           7041        5983        20                -           0.0000          -
32760.99/1651.54	c      1652           3510        3503        20                -           0.0000          -
32860.17/1656.59	c      1657           6561        5491        20                -           0.0000          -
32961.31/1661.64	c      1662           7247        6187        20                -           0.0000          -
33062.45/1666.72	c      1667           6697        5627        20                -           0.0000          -
33161.62/1671.79	c      1672           5921        4668        20                -           0.0000          -
33262.74/1676.89	c      1677           3597        3590        20                -           0.0000          -
33363.88/1681.94	c      1682           6745        5675        20                -           0.0000          -
33463.05/1687.00	c      1687           6745        5675        20                -           0.0000          -
33564.98/1692.05	c      1692           7529        6469        20                -           0.0000          -
33664.02/1697.10	c      1697           7529        6469        20                -           0.0000          -
33765.14/1702.13	c      1702           7529        6469        20                -           0.0000          -
33865.67/1707.20	c      1707           7529        6469        20                -           0.0000          -
33964.86/1712.25	c      1712           7529        6469        20                -           0.0000          -
34065.99/1717.30	c      1717           7529        6469        20                -           0.0000          -
34165.16/1722.35	c      1722           7529        6469        20                -           0.0000          -
34266.28/1727.40	c      1727           7529        6469        20                -           0.0000          -
34365.44/1732.45	c      1732           7529        6469        20                -           0.0000          -
34466.56/1737.50	c      1738           7529        6469        20                -           0.0000          -
34565.77/1742.55	c      1743           7529        6469        20                -           0.0000          -
34666.94/1747.60	c      1748           7529        6469        20                -           0.0000          -
34766.14/1752.65	c      1753           7529        6469        20                -           0.0000          -
34867.28/1757.70	c      1758           7529        6469        20                -           0.0000          -
34966.45/1762.75	c      1763           7529        6469        20                -           0.0000          -
35065.65/1767.79	c      1768           7529        6469        20                -           0.0000          -
35166.82/1772.85	c      1773           7529        6469        20                -           0.0000          -
35268.00/1777.90	c      1778           7235        6159        20                -           0.0000          -
35367.16/1782.95	c      1783           3920        3913        20                -           0.0000          -
35466.30/1788.00	c      1788           3937        3930        20                -           0.0000          -
35568.17/1793.05	c      1793           7355        6279        20                -           0.0000          -
35667.14/1798.10	c      1798           6499        5242        20                -           0.0000          -
35766.32/1803.11	c      1803           6526        5269        20                -           0.0000          -
35868.64/1808.20	c      1808           7487        6411        20                -           0.0000          -
35967.76/1813.25	c      1813           7843        6783        20                -           0.0000          -
36068.81/1818.30	c      1818           7507        6431        20                -           0.0000          -
36167.99/1823.35	c      1823           6623        5366        20                -           0.0000          -
36269.19/1828.40	c      1828           6623        5366        20                -           0.0000          -
36368.39/1833.45	c      1833           7604        6528        20                -           0.0000          -
36467.53/1838.50	c      1839           8081        7021        20                -           0.0000          -
36568.56/1843.55	c      1844           4169        4162        20                -           0.0000          -
36667.71/1848.58	c      1849           6684        5423        20                -           0.0000          -
36768.82/1853.65	c      1854           6684        5423        20                -           0.0000          -
36869.96/1858.70	c      1859           6684        5423        20                -           0.0000          -
36969.08/1863.75	c      1864           6684        5423        20                -           0.0000          -
37070.07/1868.80	c      1869           6684        5423        20                -           0.0000          -
37169.09/1873.85	c      1874           6684        5423        20                -           0.0000          -
37270.14/1878.90	c      1879           6684        5423        20                -           0.0000          -
37369.30/1883.95	c      1884           6684        5423        20                -           0.0000          -
37468.44/1889.00	c      1889           6684        5423        20                -           0.0000          -
37570.47/1894.05	c      1894           6684        5423        20                -           0.0000          -
37669.33/1899.10	c      1899           6684        5423        20                -           0.0000          -
37770.64/1904.15	c      1904           4358        4351        20                -           0.0000          -
37869.82/1909.17	c      1909           8270        7194        20                -           0.0000          -
37969.98/1914.25	c      1914           8291        7215        20                -           0.0000          -
38069.11/1919.27	c      1919           8299        7223        20                -           0.0000          -
38170.21/1924.35	c      1924           8299        7223        20                -           0.0000          -
38271.34/1929.40	c      1929           8299        7223        20                -           0.0000          -
38370.48/1934.43	c      1934           6826        5561        20                -           0.0000          -
38471.54/1939.50	c      1940           9006        7946        20                -           0.0000          -
38570.58/1944.55	c      1945           4484        4477        20                -           0.0000          -
38671.59/1949.60	c      1950           8445        7369        20                -           0.0000          -
38770.61/1954.65	c      1955           8481        7405        20                -           0.0000          -
38871.63/1959.70	c      1960           8481        7405        20                -           0.0000          -
38970.69/1964.75	c      1965           8481        7405        20                -           0.0000          -
39069.75/1969.80	c      1970           8481        7405        20                -           0.0000          -
39170.96/1974.85	c      1975           8481        7405        20                -           0.0000          -
39271.89/1979.90	c      1980           8481        7405        20                -           0.0000          -
39371.04/1984.93	c      1985           8481        7405        20                -           0.0000          -
39470.18/1990.00	c      1990           8481        7405        20                -           0.0000          -
39572.22/1995.05	c      1995           8481        7405        20                -           0.0000          -
39671.17/2000.10	c      2000           8481        7405        20                -           0.0000          -
39772.51/2005.15	c      2005           8481        7405        20                -           0.0000          -
39871.53/2010.16	c      2010           8481        7405        20                -           0.0000          -
39970.71/2015.17	c      2015           8481        7405        20                -           0.0000          -
40069.75/2020.19	c      2020           8481        7405        20                -           0.0000          -
40170.06/2025.29	c      2025           8481        7405        20                -           0.0000          -
40271.18/2030.37	c      2030           8481        7405        20                -           0.0000          -
40372.29/2035.43	c      2035           8481        7405        20                -           0.0000          -
40473.37/2040.50	c      2041           8481        7405        20                -           0.0000          -
40572.50/2045.53	c      2046          10149        9075        20                -           0.0000          -
40673.54/2050.60	c      2051           8564        7488        20                -           0.0000          -
40772.06/2055.65	c      2056           4856        4849        20                -           0.0000          -
40873.11/2060.70	c      2061           7423        6148        20                -           0.0000          -
40971.94/2065.75	c      2066           4908        4901        20                -           0.0000          -
41071.11/2070.78	c      2071           8780        7704        20                -           0.0000          -
41172.15/2075.82	c      2076          12119        9283        20                -           0.0000          -
41271.17/2080.83	c      2081           7523        6248        20                -           0.0000          -
41372.21/2085.93	c      2086           4957        4950        20                -           0.0000          -
41471.21/2090.99	c      2091           4969        4962        20                -           0.0000          -
41573.12/2096.05	c      2096           7583        6308        20                -           0.0000          -
41672.38/2101.10	c      2101           7604        6329        20                -           0.0000          -
41773.41/2106.15	c      2106           8915        7839        20                -           0.0000          -
41872.48/2111.16	c      2111           7644        6369        20                -           0.0000          -
41971.43/2116.17	c      2116          14435        9294        20                -           0.0000          -
42071.81/2121.26	c      2121           7652        6377        20                -           0.0000          -
42172.78/2126.32	c      2126           7652        6377        20                -           0.0000          -
42271.97/2131.36	c      2131           7658        6383        20                -           0.0000          -
42373.10/2136.41	c      2136           7688        6413        20                -           0.0000          -
42472.23/2141.46	c      2141           5079        5072        20                -           0.0000          -
42573.36/2146.55	c      2147           7732        6457        20                -           0.0000          -
42672.29/2151.60	c      2152           7752        6477        20                -           0.0000          -
42773.15/2156.65	c      2157           9291        8215        20                -           0.0000          -
42874.26/2161.70	c      2162           9307        8231        20                -           0.0000          -
42973.41/2166.75	c      2167           7803        6528        20                -           0.0000          -
43074.56/2171.80	c      2172           9387        8311        20                -           0.0000          -
43173.71/2176.85	c      2177           5194        5187        20                -           0.0000          -
43274.62/2181.90	c      2182        8899145         189        20                -           0.0000          -
43373.69/2186.95	c      2187           9483        8407        20                -           0.0000          -
43472.75/2191.99	c      2192           5250        5243        20                -           0.0000          -
43574.38/2197.05	c      2197           5273        5266        20                -           0.0000          -
43673.51/2202.10	c      2202           7969        6690        20                -           0.0000          -
43774.94/2207.15	c      2207           7994        6715        20                -           0.0000          -
43875.09/2212.20	c      2212           5326        5319        20                -           0.0000          -
43974.27/2217.25	c      2217           8045        6766        20                -           0.0000          -
44073.64/2222.27	c      2222           9883        8807        20                -           0.0000          -
44172.69/2227.28	c      2227           9903        8827        20                -           0.0000          -
44273.71/2232.36	c      2232           5356        5347        20                -           0.0000          -
44374.81/2237.41	c      2237           5379        5370        20                -           0.0000          -
44473.75/2242.43	c      2242          10050        8974        20                -           0.0000          -
44572.77/2247.45	c      2247          10090        9014        20                -           0.0000          -
44673.89/2252.52	c      2253          10155        9079        20                -           0.0000          -
44772.97/2257.59	c      2258           8235        6952        20                -           0.0000          -
44874.02/2262.67	c      2263           8267        6984        20                -           0.0000          -
44973.06/2267.69	c      2268           5490        5481        20                -           0.0000          -
45076.24/2272.80	c      2273           5494        5485        20                -           0.0000          -
45175.43/2277.85	c      2278          10405        9327        20                -           0.0000          -
45274.60/2282.86	c      2283          10405        9327        20                -           0.0000          -
45375.74/2287.91	c      2288           5512        5503        20                -           0.0000          -
45474.91/2292.92	c      2293           5528        5519        20                -           0.0000          -
45574.09/2297.97	c      2298          10513        9435        20                -           0.0000          -
45675.90/2303.05	c      2303           8435        7146        20                -           0.0000          -
45775.09/2308.12	c      2308           8445        7156        20                -           0.0000          -
45875.98/2313.19	c      2313           8445        7156        20                -           0.0000          -
45976.59/2318.25	c      2318           8445        7156        20                -           0.0000          -
46077.54/2323.30	c      2323           8445        7156        20                -           0.0000          -
46176.73/2328.35	c      2328           8445        7156        20                -           0.0000          -
46277.90/2333.40	c      2333           8445        7156        20                -           0.0000          -
46377.01/2338.45	c      2338           8445        7156        20                -           0.0000          -
46478.16/2343.50	c      2344           8445        7156        20                -           0.0000          -
46577.33/2348.55	c      2349           8445        7156        20                -           0.0000          -
46676.49/2353.56	c      2354           5763        5752        20                -           0.0000          -
46777.60/2358.64	c      2359        9233999         183        20                -           0.0000          -
46878.52/2363.70	c      2364           5796        5785        20                -           0.0000          -
46977.51/2368.75	c      2369          11200       10112        20                -           0.0000          -
47078.63/2373.80	c      2374          11205       10117        20                -           0.0000          -
47177.78/2378.85	c      2379           8569        7280        20                -           0.0000          -
47278.90/2383.90	c      2384           8569        7280        20                -           0.0000          -
47378.08/2388.95	c      2389          11335       10245        20                -           0.0000          -
47477.24/2393.96	c      2394           8615        7326        20                -           0.0000          -
47579.30/2399.05	c      2399           8615        7326        20                -           0.0000          -
47678.23/2404.10	c      2404           5910        5899        20                -           0.0000          -
47777.40/2409.14	c      2409           5910        5899        20                -           0.0000          -
47878.67/2414.16	c      2414           5910        5899        20                -           0.0000          -
47978.80/2419.25	c      2419           5910        5899        20                -           0.0000          -
48077.96/2424.27	c      2424           5910        5899        20                -           0.0000          -
48179.05/2429.35	c      2429           5910        5899        20                -           0.0000          -
48280.18/2434.40	c      2434           5910        5899        20                -           0.0000          -
48379.32/2439.45	c      2439           5910        5899        20                -           0.0000          -
48480.42/2444.50	c      2445           5910        5899        20                -           0.0000          -
48579.58/2449.54	c      2450           5910        5899        20                -           0.0000          -
48680.72/2454.60	c      2455           5910        5899        20                -           0.0000          -
48779.82/2459.65	c      2460           5910        5899        20                -           0.0000          -
48880.95/2464.70	c      2465           5910        5899        20                -           0.0000          -
48980.10/2469.75	c      2470           5910        5899        20                -           0.0000          -
49081.23/2474.80	c      2475           5910        5899        20                -           0.0000          -
49180.31/2479.85	c      2480           5910        5899        20                -           0.0000          -
49279.46/2484.88	c      2485           5910        5899        20                -           0.0000          -
49380.59/2489.95	c      2490           5910        5899        20                -           0.0000          -
49479.74/2495.00	c      2495           5910        5899        20                -           0.0000          -
49581.73/2500.05	c      2500           5910        5899        20                -           0.0000          -
49680.75/2505.06	c      2505           5910        5899        20                -           0.0000          -
49780.09/2510.11	c      2510           5910        5899        20                -           0.0000          -
49882.27/2515.20	c      2515           5910        5899        20                -           0.0000          -
49981.43/2520.25	c      2520           5910        5899        20                -           0.0000          -
50082.55/2525.30	c      2525           5910        5899        20                -           0.0000          -
50181.68/2530.35	c      2530           5910        5899        20                -           0.0000          -
50282.82/2535.40	c      2535           5910        5899        20                -           0.0000          -
50381.93/2540.41	c      2540           5910        5899        20                -           0.0000          -
50483.07/2545.50	c      2546           5910        5899        20                -           0.0000          -
50582.21/2550.55	c      2551           5910        5899        20                -           0.0000          -
50683.34/2555.60	c      2556           5910        5899        20                -           0.0000          -
50782.50/2560.65	c      2561           5910        5899        20                -           0.0000          -
50883.60/2565.70	c      2566           5910        5899        20                -           0.0000          -
50982.75/2570.75	c      2571           5910        5899        20                -           0.0000          -
51083.87/2575.80	c      2576           5910        5899        20                -           0.0000          -
51182.92/2580.85	c      2581           5910        5899        20                -           0.0000          -
51284.09/2585.90	c      2586           5910        5899        20                -           0.0000          -
51383.27/2590.95	c      2591           5910        5899        20                -           0.0000          -
51482.43/2596.00	c      2596           5910        5899        20                -           0.0000          -
51584.42/2601.05	c      2601           5910        5899        20                -           0.0000          -
51683.36/2606.06	c      2606           5910        5899        20                -           0.0000          -
51782.49/2611.09	c      2611           5910        5899        20                -           0.0000          -
51884.90/2616.20	c      2616          12562       11468        20                -           0.0000          -
51984.06/2621.25	c      2621          12562       11468        20                -           0.0000          -
52083.22/2626.29	c      2626          12562       11468        20                -           0.0000          -
52184.39/2631.35	c      2631          12562       11468        20                -           0.0000          -
52285.56/2636.40	c      2636          12562       11468        20                -           0.0000          -
52384.73/2641.45	c      2641          12562       11468        20                -           0.0000          -
52483.90/2646.48	c      2646           5962        5951        20                -           0.0000          -
52585.05/2651.55	c      2652        9675168         188        20                -           0.0000          -
52686.12/2656.60	c      2657          12720       11626        20                -           0.0000          -
52785.01/2661.65	c      2662          10145        8842        20                -           0.0000          -
52884.18/2666.69	c      2667          12731       11637        20                -           0.0000          -
52985.36/2671.74	c      2672          12763       11669        20                -           0.0000          -
53084.52/2676.77	c      2677          12801       11707        20                -           0.0000          -
53185.66/2681.85	c      2682          10345        9040        20                -           0.0000          -
53286.84/2686.90	c      2687           6163        6152        20                -           0.0000          -
53386.01/2691.92	c      2692           6168        6157        20                -           0.0000          -
53485.17/2696.99	c      2697          13027       11931        20                -           0.0000          -
53586.96/2702.05	c      2702           6245        6234        20                -           0.0000          -
53686.33/2707.08	c      2707           6263        6252        20                -           0.0000          -
53785.30/2712.12	c      2712          13099       12003        20                -           0.0000          -
53887.74/2717.20	c      2717          13099       12003        20                -           0.0000          -
53986.85/2722.21	c      2722          10678        9369        20                -           0.0000          -
54088.00/2727.30	c      2727           6340        6329        20                -           0.0000          -
54187.09/2732.35	c      2732          13224       12128        20                -           0.0000          -
54288.25/2737.40	c      2737          13259       12163        20                -           0.0000          -
54387.42/2742.45	c      2742           6401        6390        20                -           0.0000          -
54488.55/2747.50	c      2748           6416        6405        20                -           0.0000          -
54587.72/2752.51	c      2753          66409        9289        20                -           0.0000          -
54688.87/2757.60	c      2758          13409       12313        20                -           0.0000          -
54788.05/2762.65	c      2763           6467        6456        20                -           0.0000          -
54889.20/2767.70	c      2768           6472        6461        20                -           0.0000          -
54988.38/2772.72	c      2773          11143        9830        20                -           0.0000          -
55089.55/2777.80	c      2778           6489        6478        20                -           0.0000          -
55188.62/2782.85	c      2783          13621       12525        20                -           0.0000          -
55287.81/2787.87	c      2788          11332       10007        20                -           0.0000          -
55388.89/2792.95	c      2793          13653       12557        20                -           0.0000          -
55488.00/2798.00	c      2798           6567        6556        20                -           0.0000          -
55589.91/2803.05	c      2803          13778       12682        20                -           0.0000          -
55688.87/2808.10	c      2808          11481       10156        20                -           0.0000          -
55790.23/2813.15	c      2813          13846       12750        20                -           0.0000          -
55890.45/2818.20	c      2818          70586        9290        20                -           0.0000          -
55989.51/2823.25	c      2823          11556       10231        20                -           0.0000          -
56088.57/2828.29	c      2828          71078        9286        20                -           0.0000          -
56189.65/2833.35	c      2833          14038       12942        20                -           0.0000          -
56288.83/2838.39	c      2838          11613       10288        20                -           0.0000          -
56389.95/2843.41	c      2843           6878        6867        20                -           0.0000          -
56489.15/2848.49	c      2848          11652       10327        20                -           0.0000          -
56590.30/2853.55	c      2854          11652       10327        20                -           0.0000          -
56689.48/2858.60	c      2859          11652       10327        20                -           0.0000          -
56790.65/2863.61	c      2864          14255       13157        20                -           0.0000          -
56889.87/2868.65	c      2869           6989        6978        20                -           0.0000          -
56988.96/2873.67	c      2874           6995        6984        20                -           0.0000          -
57090.11/2878.73	c      2879           6996        6985        20                -           0.0000          -
57189.25/2883.74	c      2884          11752       10421        20                -           0.0000          -
57290.41/2888.87	c      2889          14513       13413        20                -           0.0000          -
57391.57/2893.94	c      2894          14513       13413        20                -           0.0000          -
57490.73/2899.00	c      2899          14513       13413        20                -           0.0000          -
57592.61/2904.05	c      2904          14513       13413        20                -           0.0000          -
57691.75/2909.10	c      2909           7121        7110        20                -           0.0000          -
57790.78/2914.14	c      2914          14527       13427        20                -           0.0000          -
57893.05/2919.20	c      2919          11953       10622        20                -           0.0000          -
57992.20/2924.25	c      2924          11953       10622        20                -           0.0000          -
58091.34/2929.27	c      2929          11980       10649        20                -           0.0000          -
58192.46/2934.32	c      2934          14740       13640        20                -           0.0000          -
58291.34/2939.36	c      2939          12028       10697        20                -           0.0000          -
58392.51/2944.42	c      2944          14815       13715        20                -           0.0000          -
58491.36/2949.49	c      2950          12064       10731        20                -           0.0000          -
58592.42/2954.53	c      2955          12064       10731        20                -           0.0000          -
58693.53/2959.60	c      2960          14913       13813        20                -           0.0000          -
58792.70/2964.65	c      2965          14913       13813        20                -           0.0000          -
58893.76/2969.70	c      2970          12074       10741        20                -           0.0000          -
58992.93/2974.75	c      2975           7596        7585        20                -           0.0000          -
59094.09/2979.80	c      2980           7596        7585        20                -           0.0000          -
59193.26/2984.85	c      2985           7602        7591        20                -           0.0000          -
59292.40/2989.88	c      2990          15055       13955        20                -           0.0000          -
59393.52/2994.95	c      2995           7641        7630        20                -           0.0000          -
59492.65/3000.00	c      3000           7641        7630        20                -           0.0000          -
59594.51/3005.05	c      3005          15149       14049        20                -           0.0000          -
59693.66/3010.10	c      3010          15149       14049        20                -           0.0000          -
59794.68/3015.15	c      3015          15183       14083        20                -           0.0000          -
59895.10/3020.20	c      3020          15191       14091        20                -           0.0000          -
59994.24/3025.25	c      3025           7802        7791        20                -           0.0000          -
60095.23/3030.31	c      3030          12309       10974        20                -           0.0000          -
60194.32/3035.33	c      3035          12309       10974        20                -           0.0000          -
60293.43/3040.34	c      3040          12309       10974        20                -           0.0000          -
60394.52/3045.46	c      3045          12309       10974        20                -           0.0000          -
60495.60/3050.51	c      3051          12309       10974        20                -           0.0000          -
60594.52/3055.56	c      3056          12309       10974        20                -           0.0000          -
60695.54/3060.61	c      3061          12309       10974        20                -           0.0000          -
60794.56/3065.66	c      3066          12309       10974        20                -           0.0000          -
60895.69/3070.71	c      3071          12309       10974        20                -           0.0000          -
60994.78/3075.76	c      3076          15599       14499        20                -           0.0000          -
61095.93/3080.81	c      3081          15599       14499        20                -           0.0000          -
61195.08/3085.83	c      3086          15599       14499        20                -           0.0000          -
61294.22/3090.84	c      3091          12407       11070        20                -           0.0000          -
61393.34/3095.86	c      3096          15697       14597        20                -           0.0000          -
61494.47/3100.96	c      3101          15765       14665        20                -           0.0000          -
61593.55/3105.98	c      3106          94862        9267        20                -           0.0000          -
61695.46/3111.08	c      3111          15879       14779        20                -           0.0000          -
61796.62/3116.16	c      3116          95526        9262        20                -           0.0000          -
61895.64/3121.20	c      3121          15930       14828        20                -           0.0000          -
61996.20/3126.26	c      3126           8132        8121        20                -           0.0000          -
62097.17/3131.31	c      3131           8150        8139        20                -           0.0000          -
62196.24/3136.36	c      3136           8169        8158        20                -           0.0000          -
62297.37/3141.40	c      3141          16025       14923        20                -           0.0000          -
62396.46/3146.46	c      3146           8204        8193        20                -           0.0000          -
62495.59/3151.49	c      3151           8209        8198        20                -           0.0000          -
62596.76/3156.54	c      3157          16121       15019        20                -           0.0000          -
62697.89/3161.61	c      3162          16129       15027        20                -           0.0000          -
62797.10/3166.66	c      3167          12781       11444        20                -           0.0000          -
62898.15/3171.71	c      3172       10035371         185        20                -           0.0000          -
62997.04/3176.76	c      3177          16264       15162        20                -           0.0000          -
63098.14/3181.81	c      3182          16264       15162        20                -           0.0000          -
63197.28/3186.86	c      3187          16264       15162        20                -           0.0000          -
63298.35/3191.91	c      3192          12891       11554        20                -           0.0000          -
63397.38/3196.93	c      3197           8368        8357        20                -           0.0000          -
63496.41/3202.01	c      3202           8368        8357        20                -           0.0000          -
63598.23/3207.06	c      3207          16383       15281        20                -           0.0000          -
63697.33/3212.09	c      3212          16383       15281        20                -           0.0000          -
63798.51/3217.16	c      3217          16383       15281        20                -           0.0000          -
63898.81/3222.21	c      3222          16383       15281        20                -           0.0000          -
63997.72/3227.26	c      3227          16383       15281        20                -           0.0000          -
64098.79/3232.31	c      3232          16383       15281        20                -           0.0000          -
64197.73/3237.35	c      3237          16383       15281        20                -           0.0000          -
64298.88/3242.41	c      3242          16383       15281        20                -           0.0000          -
64398.04/3247.46	c      3247          16383       15281        20                -           0.0000          -
64497.19/3252.48	c      3252          16383       15281        20                -           0.0000          -
64598.32/3257.50	c      3258          16383       15281        20                -           0.0000          -
64697.36/3262.57	c      3263          16383       15281        20                -           0.0000          -
64798.51/3267.61	c      3268          16383       15281        20                -           0.0000          -
64897.66/3272.65	c      3273          16383       15281        20                -           0.0000          -
64996.76/3277.69	c      3278          16383       15281        20                -           0.0000          -
65097.90/3282.74	c      3283          16383       15281        20                -           0.0000          -
65199.00/3287.84	c      3288          16383       15281        20                -           0.0000          -
65298.17/3292.85	c      3293          16383       15281        20                -           0.0000          -
65399.32/3297.96	c      3298          16383       15281        20                -           0.0000          -
65498.51/3302.97	c      3303          16383       15281        20                -           0.0000          -
65597.67/3308.00	c      3308          16383       15281        20                -           0.0000          -
65699.52/3313.08	c      3313          16393       15291        20                -           0.0000          -
65798.80/3318.11	c      3318           8781        8770        20                -           0.0000          -
65899.79/3323.18	c      3323           8795        8784        20                -           0.0000          -
66000.11/3328.25	c      3328          13401       12060        20                -           0.0000          -
66101.00/3333.31	c      3333          16513       15411        20                -           0.0000          -
66200.05/3338.36	c      3338           8831        8820        20                -           0.0000          -
66301.32/3343.41	c      3343           8855        8842        20                -           0.0000          -
66400.18/3348.43	c      3348          16601       15499        20                -           0.0000          -
66501.24/3353.51	c      3354           8879        8866        20                -           0.0000          -
66600.38/3358.56	c      3359          16662       15558        20                -           0.0000          -
66701.30/3363.61	c      3364          13589       12242        20                -           0.0000          -
66800.20/3368.63	c      3369          13589       12242        20                -           0.0000          -
66901.25/3373.71	c      3374          13608       12261        20                -           0.0000          -
67000.38/3378.76	c      3379          16771       15667        20                -           0.0000          -
67101.53/3383.81	c      3384           8983        8968        20                -           0.0000          -
67200.69/3388.86	c      3389           8988        8973        20                -           0.0000          -
67299.86/3393.88	c      3394          13714       12365        20                -           0.0000          -
67400.91/3398.93	c      3399          13743       12394        20                -           0.0000          -
67500.07/3404.00	c      3404          13743       12394        20                -           0.0000          -
67601.84/3409.06	c      3409          13758       12409        20                -           0.0000          -
67701.16/3414.11	c      3414          13786       12437        20                -           0.0000          -
67802.13/3419.16	c      3419          13786       12437        20                -           0.0000          -
67902.02/3424.21	c      3424          17027       15923        20                -           0.0000          -
68001.03/3429.26	c      3429          17027       15923        20                -           0.0000          -
68102.07/3434.30	c      3434         117366        9284        20                -           0.0000          -
68200.84/3439.35	c      3439          13876       12527        20                -           0.0000          -
68301.95/3444.41	c      3444           9171        9150        20                -           0.0000          -
68400.95/3449.46	c      3449          17219       16115        20                -           0.0000          -
68501.95/3454.50	c      3455          17219       16115        20                -           0.0000          -
68600.81/3459.56	c      3460          17219       16115        20                -           0.0000          -
68701.98/3464.61	c      3465          14000       12649        20                -           0.0000          -
68801.02/3469.62	c      3470          14000       12649        20                -           0.0000          -
68899.95/3474.67	c      3475          14000       12649        20                -           0.0000          -
69001.09/3479.73	c      3480           9289        9264        20                -           0.0000          -
69101.94/3484.81	c      3485          17349       16243        20                -           0.0000          -
69201.07/3489.86	c      3490          17349       16243        20                -           0.0000          -
69302.20/3494.91	c      3495           9338        9313        20                -           0.0000          -
69401.34/3499.92	c      3500          14099       12748        20                -           0.0000          -
69500.41/3505.01	c      3505          17430       16324        20                -           0.0000          -
69602.27/3510.06	c      3510          17430       16324        20                -           0.0000          -
69701.57/3515.11	c      3515           9406        9381        20                -           0.0000          -
69800.58/3520.13	c      3520           9426        9401        20                -           0.0000          -
69901.95/3525.19	c      3525          14221       12870        20                -           0.0000          -
70001.98/3530.26	c      3530          17676       16568        20                -           0.0000          -
70103.06/3535.31	c      3535           9485        9460        20                -           0.0000          -
70202.23/3540.36	c      3540          17732       16624        20                -           0.0000          -
70303.23/3545.41	c      3545          14268       12917        20                -           0.0000          -
70402.25/3550.46	c      3550          14268       12917        20                -           0.0000          -
70503.16/3555.51	c      3556          14268       12917        20                -           0.0000          -
70602.25/3560.56	c      3561          14268       12917        20                -           0.0000          -
70703.37/3565.61	c      3566          14268       12917        20                -           0.0000          -
70802.54/3570.66	c      3571          14268       12917        20                -           0.0000          -
70903.67/3575.71	c      3576          14268       12917        20                -           0.0000          -
71002.74/3580.76	c      3581          14268       12917        20                -           0.0000          -
71103.84/3585.81	c      3586          14268       12917        20                -           0.0000          -
71202.95/3590.82	c      3591          14268       12917        20                -           0.0000          -
71302.11/3595.88	c      3596          14268       12917        20                -           0.0000          -
71403.21/3600.90	c      3601           9668        9643        20                -           0.0000          -
71502.30/3605.95	c      3606          14294       12943        20                -           0.0000          -
71601.27/3610.96	c      3611           9672        9647        20                -           0.0000          -
71700.41/3615.98	c      3616           9697        9672        20                -           0.0000          -
71802.25/3621.08	c      3621           9706        9681        20                -           0.0000          -
71903.55/3626.17	c      3626           9713        9688        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (184709 MiB free)
  memory of node 1: 193494 MiB (187426 MiB free)
  memory of node 2: 193531 MiB (176530 MiB free)
  memory of node 3: 193531 MiB (190326 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-4467971-1723258261/watcher-4467971-1723258261 -o /tmp/evaluation-result-4467971-1723258261/solver-4467971-1723258261 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723252003-543893 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467971-1723258261.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100103 s]*
/proc/loadavg: 24.64 23.10 21.99 25/904 548339
/proc/meminfo: memFree=756696592/790760804 swapFree=131071996/131071996
[pid=548338] ppid=548335 vsize=56124 memory=45384 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/stat : 548338 (fscip) R 548335 548338 543880 0 -1 4194304 10269 0 0 0 10 1 0 0 20 0 1 0 92409232 57470976 11346 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
/proc/548338/statm: 14031 11346 2742 3035 0 10427 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 56124 KiB
Current children cumulated memory: 45384 KiB

[startup+0.218686 s]*
/proc/loadavg: 24.64 23.10 21.99 24/904 548339
/proc/meminfo: memFree=756690184/790760804 swapFree=131071996/131071996
[pid=548338] ppid=548335 vsize=1551284 memory=65504 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/stat : 548338 (fscip) R 548335 548338 543880 0 -1 4194304 14573 0 0 0 22 1 0 0 20 0 21 0 92409232 1588514816 16376 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
/proc/548338/statm: 387821 16376 2790 3035 0 57177 0
[pid=548338/tid=548340] ppid=548335 vsize=1551452 memory=7566154496440008734 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548340/stat : 548340 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1588686848 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548341] ppid=548335 vsize=1551452 memory=215621042501 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548341/stat : 548341 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1588686848 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548342] ppid=548335 vsize=1551452 memory=53009308738001 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548342/stat : 548342 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1588686848 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548343] ppid=548335 vsize=1551452 memory=61809713504955 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548343/stat : 548343 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1588686848 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548344] ppid=548335 vsize=1552476 memory=59619296961447 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548344/stat : 548344 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548345] ppid=548335 vsize=1552476 memory=58519818926381 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548345/stat : 548345 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548346] ppid=548335 vsize=1552476 memory=14971165894590678 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548346/stat : 548346 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548347] ppid=548335 vsize=1552476 memory=15253770481195846 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548347/stat : 548347 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548348] ppid=548335 vsize=1552476 memory=962677 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548348/stat : 548348 (fscip) S 548335 548338 543880 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548349] ppid=548335 vsize=1552476 memory=1027338 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548349/stat : 548349 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548350] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548350/stat : 548350 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548351] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548351/stat : 548351 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548352] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548352/stat : 548352 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548353] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548353/stat : 548353 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548354] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548354/stat : 548354 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16442 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548355] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548355/stat : 548355 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16508 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548356] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548356/stat : 548356 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16508 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548357] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548357/stat : 548357 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16508 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548358] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548358/stat : 548358 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16508 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548359] ppid=548335 vsize=1552476 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548359/stat : 548359 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1589735424 16508 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1551284 KiB
Current children cumulated memory: 65504 KiB

[startup+0.318871 s]*
/proc/loadavg: 24.64 23.10 21.99 24/924 548359
/proc/meminfo: memFree=756608664/790760804 swapFree=131071996/131071996
[pid=548338] ppid=548335 vsize=1545744 memory=143092 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/stat : 548338 (fscip) S 548335 548338 543880 0 -1 1077936128 35969 0 0 0 28 5 0 0 20 0 21 0 92409232 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
/proc/548338/statm: 386436 35773 2790 3035 0 77060 0
[pid=548338/tid=548340] ppid=548335 vsize=1545744 memory=-6514285793931082599 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548340/stat : 548340 (fscip) R 548335 548338 543880 0 -1 4194368 180 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548341] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548341/stat : 548341 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548342] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548342/stat : 548342 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548343] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548343/stat : 548343 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548344] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548344/stat : 548344 (fscip) S 548335 548338 543880 0 -1 1077936192 2607 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548345] ppid=548335 vsize=1545744 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548345/stat : 548345 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 1 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548346] ppid=548335 vsize=1545744 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548346/stat : 548346 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 1 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548347] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548347/stat : 548347 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548348] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548348/stat : 548348 (fscip) S 548335 548338 543880 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548349] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548349/stat : 548349 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548350] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548350/stat : 548350 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548351] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548351/stat : 548351 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548352] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548352/stat : 548352 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35773 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548353] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548353/stat : 548353 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548354] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548354/stat : 548354 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548355] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548355/stat : 548355 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548356] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548356/stat : 548356 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548357] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548357/stat : 548357 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548358] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548358/stat : 548358 (fscip) S 548335 548338 543880 0 -1 1077936192 2608 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548359] ppid=548335 vsize=1545744 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548359/stat : 548359 (fscip) S 548335 548338 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92409255 1582841856 35839 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1545744 KiB
Current children cumulated memory: 143092 KiB

[startup+0.700929 s]
/proc/loadavg: 24.64 23.10 21.99 41/944 548379
/proc/meminfo: memFree=756234756/790760804 swapFree=131071996/131071996
[pid=548338] ppid=548335 vsize=1709664 memory=768556 CPUtime=4.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/stat : 548338 (fscip) S 548335 548338 543880 0 -1 1077936128 191683 0 0 0 397 47 0 0 20 0 41 0 92409232 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 17 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
/proc/548338/statm: 427416 192139 2854 3035 0 281658 0
[pid=548338/tid=548340] ppid=548335 vsize=1709664 memory=5 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548340/stat : 548340 (fscip) R 548335 548338 543880 0 -1 4194368 9945 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548341] ppid=548335 vsize=1709664 memory=11448 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548341/stat : 548341 (fscip) R 548335 548338 543880 0 -1 4194368 7925 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548342] ppid=548335 vsize=1709664 memory=32096 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548342/stat : 548342 (fscip) R 548335 548338 543880 0 -1 4194368 7989 0 0 0 19 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548343] ppid=548335 vsize=1709664 memory=15776 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548343/stat : 548343 (fscip) R 548335 548338 543880 0 -1 4194368 9183 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548344] ppid=548335 vsize=1709664 memory=0 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548344/stat : 548344 (fscip) R 548335 548338 543880 0 -1 4194368 8686 0 0 0 19 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548345] ppid=548335 vsize=1709664 memory=10544 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548345/stat : 548345 (fscip) R 548335 548338 543880 0 -1 4194368 7997 0 0 0 19 1 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548346] ppid=548335 vsize=1709664 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548346/stat : 548346 (fscip) S 548335 548338 543880 0 -1 1077936192 9945 0 0 0 18 1 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548347] ppid=548335 vsize=1709664 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548347/stat : 548347 (fscip) R 548335 548338 543880 0 -1 4194368 7944 0 0 0 19 1 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548348] ppid=548335 vsize=1709664 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548348/stat : 548348 (fscip) R 548335 548338 543880 0 -1 4194368 7925 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548349] ppid=548335 vsize=1709664 memory=0 CPUtime=0.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548349/stat : 548349 (fscip) R 548335 548338 543880 0 -1 4194368 11279 0 0 0 17 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548350] ppid=548335 vsize=1709664 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548350/stat : 548350 (fscip) R 548335 548338 543880 0 -1 4194368 7929 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548351] ppid=548335 vsize=1709664 memory=0 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548351/stat : 548351 (fscip) R 548335 548338 543880 0 -1 4194368 7992 0 0 0 19 1 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548352] ppid=548335 vsize=1709664 memory=2500207799 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548352/stat : 548352 (fscip) R 548335 548338 543880 0 -1 4194368 11403 0 0 0 18 3 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548353] ppid=548335 vsize=1709664 memory=2316 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548353/stat : 548353 (fscip) R 548335 548338 543880 0 -1 4194368 8672 0 0 0 19 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548354] ppid=548335 vsize=1709664 memory=33000 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548354/stat : 548354 (fscip) R 548335 548338 543880 0 -1 4194368 7990 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548355] ppid=548335 vsize=1709664 memory=1804 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548355/stat : 548355 (fscip) R 548335 548338 543880 0 -1 4194368 9181 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548356] ppid=548335 vsize=1709664 memory=6048 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548356/stat : 548356 (fscip) R 548335 548338 543880 0 -1 4194368 7994 0 0 0 19 1 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548357] ppid=548335 vsize=1709664 memory=51200 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548357/stat : 548357 (fscip) R 548335 548338 543880 0 -1 4194368 7994 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548358] ppid=548335 vsize=1709664 memory=104 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548358/stat : 548358 (fscip) R 548335 548338 543880 0 -1 4194368 9944 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548359] ppid=548335 vsize=1709664 memory=25932 CPUtime=0.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548359/stat : 548359 (fscip) R 548335 548338 543880 0 -1 1077936192 8867 0 0 0 18 2 0 0 20 0 41 0 92409255 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548360] ppid=548335 vsize=1709664 memory=21392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548360/stat : 548360 (fscip) S 548335 548338 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92409281 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548361] ppid=548335 vsize=1709664 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548361/stat : 548361 (fscip) S 548335 548338 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92409281 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548362] ppid=548335 vsize=1709664 memory=2036 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548362/stat : 548362 (fscip) S 548335 548338 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92409281 1750695936 192139 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0

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

/proc/548338/task/548359/stat : 548359 (fscip) R 548335 548338 543880 0 -1 4194368 1862785 0 0 0 355507 303 0 0 20 0 41 0 92409255 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548360] ppid=548335 vsize=6962424 memory=2500207799 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548360/stat : 548360 (fscip) S 548335 548338 543880 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548361] ppid=548335 vsize=6962424 memory=280933680213648 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548361/stat : 548361 (fscip) S 548335 548338 543880 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548362] ppid=548335 vsize=6962424 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548362/stat : 548362 (fscip) S 548335 548338 543880 0 -1 1077936192 56 0 0 0 3 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548363] ppid=548335 vsize=6962424 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548363/stat : 548363 (fscip) S 548335 548338 543880 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548364] ppid=548335 vsize=6962424 memory=280933677069664 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548364/stat : 548364 (fscip) S 548335 548338 543880 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548365] ppid=548335 vsize=6962424 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548365/stat : 548365 (fscip) S 548335 548338 543880 0 -1 1077936192 134 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548366] ppid=548335 vsize=6962424 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548366/stat : 548366 (fscip) S 548335 548338 543880 0 -1 1077936192 74 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548367] ppid=548335 vsize=6962424 memory=5184092 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548367/stat : 548367 (fscip) S 548335 548338 543880 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548368] ppid=548335 vsize=6962424 memory=11448 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548368/stat : 548368 (fscip) S 548335 548338 543880 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548369] ppid=548335 vsize=6962424 memory=32096 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548369/stat : 548369 (fscip) S 548335 548338 543880 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548370] ppid=548335 vsize=6962424 memory=5314968 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548370/stat : 548370 (fscip) S 548335 548338 543880 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548371] ppid=548335 vsize=6962424 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548371/stat : 548371 (fscip) S 548335 548338 543880 0 -1 1077936192 112 0 0 0 1 1 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548372] ppid=548335 vsize=6962424 memory=280933678777408 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548372/stat : 548372 (fscip) S 548335 548338 543880 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548373] ppid=548335 vsize=6962424 memory=5314972 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548373/stat : 548373 (fscip) S 548335 548338 543880 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548374] ppid=548335 vsize=6962424 memory=11648 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548374/stat : 548374 (fscip) S 548335 548338 543880 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548375] ppid=548335 vsize=6962424 memory=5314972 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548375/stat : 548375 (fscip) S 548335 548338 543880 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548376] ppid=548335 vsize=6962424 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548376/stat : 548376 (fscip) S 548335 548338 543880 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548377] ppid=548335 vsize=6962424 memory=5512 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548377/stat : 548377 (fscip) S 548335 548338 543880 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548378] ppid=548335 vsize=6962424 memory=5315064 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548378/stat : 548378 (fscip) S 548335 548338 543880 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548379] ppid=548335 vsize=6962424 memory=2800 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548379/stat : 548379 (fscip) S 548335 548338 543880 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 92409281 7129522176 1328774 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
Current children cumulated CPU time: 71034.5 s
Current children cumulated vsize: 6962424 KiB
Current children cumulated memory: 5315096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631 s]*
/proc/loadavg: 80.57 80.46 77.05 81/1024 550525
/proc/meminfo: memFree=761833868/790760804 swapFree=131071996/131071996
[pid=548338] ppid=548335 vsize=7027960 memory=5367060 CPUtime=72000.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/stat : 548338 (fscip) S 548335 548338 543880 0 -1 1077936128 22548107 0 0 0 7182957 17094 0 0 20 0 41 0 92409232 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
/proc/548338/statm: 1756990 1341765 3334 3035 0 1586338 0
[pid=548338/tid=548340] ppid=548335 vsize=7027960 memory=6720662155793809258 CPUtime=3604.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548340/stat : 548340 (fscip) R 548335 548338 543880 0 -1 4194368 1054748 0 0 0 360252 188 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548341] ppid=548335 vsize=7027960 memory=8323350987516068516 CPUtime=3605.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548341/stat : 548341 (fscip) R 548335 548338 543880 0 -1 4194368 1770623 0 0 0 360259 284 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548342] ppid=548335 vsize=7027960 memory=6788 CPUtime=3602.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548342/stat : 548342 (fscip) R 548335 548338 543880 0 -1 4194368 595563 0 0 0 357717 2506 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548343] ppid=548335 vsize=7027960 memory=4534064 CPUtime=3600.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548343/stat : 548343 (fscip) R 548335 548338 543880 0 -1 4194368 804644 0 0 0 359959 109 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548344] ppid=548335 vsize=7027960 memory=2800 CPUtime=3605.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548344/stat : 548344 (fscip) R 548335 548338 543880 0 -1 4194368 2036422 0 0 0 360178 334 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548345] ppid=548335 vsize=7027960 memory=6704 CPUtime=3600.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548345/stat : 548345 (fscip) R 548335 548338 543880 0 -1 4194368 384159 0 0 0 358923 1135 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548346] ppid=548335 vsize=7027960 memory=280933680515312 CPUtime=3598.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548346/stat : 548346 (fscip) R 548335 548338 543880 0 -1 4194368 793254 0 0 0 359791 102 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548347] ppid=548335 vsize=7027960 memory=30962685530996822 CPUtime=3552.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548347/stat : 548347 (fscip) R 548335 548338 543880 0 -1 4194368 1557303 0 0 0 355048 185 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548348] ppid=548335 vsize=7027960 memory=0 CPUtime=3601.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548348/stat : 548348 (fscip) R 548335 548338 543880 0 -1 4194368 377242 0 0 0 358552 1640 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548349] ppid=548335 vsize=7027960 memory=-7374483429251476612 CPUtime=3584.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548349/stat : 548349 (fscip) R 548335 548338 543880 0 -1 4194368 1277193 0 0 0 358217 264 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548350] ppid=548335 vsize=7027960 memory=8514726395714820749 CPUtime=3604.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548350/stat : 548350 (fscip) R 548335 548338 543880 0 -1 4194368 1974456 0 0 0 360085 389 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548351] ppid=548335 vsize=7027960 memory=-7966001967256141664 CPUtime=3603.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548351/stat : 548351 (fscip) R 548335 548338 543880 0 -1 4194368 711894 0 0 0 357957 2359 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548352] ppid=548335 vsize=7027960 memory=-7087961436404368800 CPUtime=3605.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548352/stat : 548352 (fscip) R 548335 548338 543880 0 -1 4194368 866793 0 0 0 360474 115 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548353] ppid=548335 vsize=7027960 memory=25333125866717268 CPUtime=3606.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548353/stat : 548353 (fscip) R 548335 548338 543880 0 -1 4194368 1695720 0 0 0 360399 214 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548354] ppid=548335 vsize=7027960 memory=280933678371024 CPUtime=3601.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548354/stat : 548354 (fscip) R 548335 548338 543880 0 -1 4194368 480911 0 0 0 357204 2972 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548355] ppid=548335 vsize=7027960 memory=2357271259850986 CPUtime=3601.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548355/stat : 548355 (fscip) R 548335 548338 543880 0 -1 4194368 847775 0 0 0 360053 108 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548356] ppid=548335 vsize=7027960 memory=280933678066384 CPUtime=3604.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548356/stat : 548356 (fscip) R 548335 548338 543880 0 -1 4194368 1728571 0 0 0 360200 214 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548357] ppid=548335 vsize=7027960 memory=-1088251628401078322 CPUtime=3602 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548357/stat : 548357 (fscip) R 548335 548338 543880 0 -1 4194368 392979 0 0 0 356864 3336 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548358] ppid=548335 vsize=7027960 memory=-2541025636142767242 CPUtime=3606.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548358/stat : 548358 (fscip) R 548335 548338 543880 0 -1 4194368 1296519 0 0 0 360339 285 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548359] ppid=548335 vsize=7027960 memory=6935649255759568960 CPUtime=3606.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548359/stat : 548359 (fscip) R 548335 548338 543880 0 -1 4194368 1882747 0 0 0 360340 308 0 0 20 0 41 0 92409255 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548360] ppid=548335 vsize=7027960 memory=280933679870304 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548360/stat : 548360 (fscip) S 548335 548338 543880 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548361] ppid=548335 vsize=7027960 memory=30962685530996822 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548361/stat : 548361 (fscip) S 548335 548338 543880 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548362] ppid=548335 vsize=7027960 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548362/stat : 548362 (fscip) S 548335 548338 543880 0 -1 1077936192 57 0 0 0 3 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548363] ppid=548335 vsize=7027960 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548363/stat : 548363 (fscip) S 548335 548338 543880 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548364] ppid=548335 vsize=7027960 memory=280933678035632 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548364/stat : 548364 (fscip) S 548335 548338 543880 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548365] ppid=548335 vsize=7027960 memory=280933678281408 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548365/stat : 548365 (fscip) S 548335 548338 543880 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548366] ppid=548335 vsize=7027960 memory=6944656425122700657 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548366/stat : 548366 (fscip) S 548335 548338 543880 0 -1 1077936192 75 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548367] ppid=548335 vsize=7027960 memory=6528150735632433539 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548367/stat : 548367 (fscip) S 548335 548338 543880 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548368] ppid=548335 vsize=7027960 memory=38844130910404740 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548368/stat : 548368 (fscip) S 548335 548338 543880 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548369] ppid=548335 vsize=7027960 memory=2357271258467050 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548369/stat : 548369 (fscip) S 548335 548338 543880 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548370] ppid=548335 vsize=7027960 memory=2357271258467050 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548370/stat : 548370 (fscip) S 548335 548338 543880 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548371] ppid=548335 vsize=7027960 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548371/stat : 548371 (fscip) S 548335 548338 543880 0 -1 1077936192 114 0 0 0 1 1 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548372] ppid=548335 vsize=7027960 memory=-5921431000321636112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548372/stat : 548372 (fscip) S 548335 548338 543880 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548373] ppid=548335 vsize=7027960 memory=6944656575208382560 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548373/stat : 548373 (fscip) S 548335 548338 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548374] ppid=548335 vsize=7027960 memory=7161110682213980025 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548374/stat : 548374 (fscip) S 548335 548338 543880 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548375] ppid=548335 vsize=7027960 memory=3544649704067306219 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548375/stat : 548375 (fscip) S 548335 548338 543880 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548376] ppid=548335 vsize=7027960 memory=140466839628913 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548376/stat : 548376 (fscip) S 548335 548338 543880 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548377] ppid=548335 vsize=7027960 memory=2357271258467050 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548377/stat : 548377 (fscip) S 548335 548338 543880 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548378] ppid=548335 vsize=7027960 memory=2357271258466794 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548378/stat : 548378 (fscip) S 548335 548338 543880 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
[pid=548338/tid=548379] ppid=548335 vsize=7027960 memory=2357271258466794 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/548338/task/548379/stat : 548379 (fscip) S 548335 548338 543880 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 92409281 7196631040 1341765 809668444160 4194304 16622877 140723011134496 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 37076992 140723011142633 140723011142749 140723011142749 140723011149775 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 7027960 KiB
Current children cumulated memory: 5367060 KiB

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

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

# cumulated CPU time of all completed processes:  user=71829.9 s, system=171.148 s

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

[startup+3631.22 s]
/proc/loadavg: 80.57 80.46 77.05 63/985 550525
/proc/meminfo: memFree=765066324/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3631.26
CPU time (s): 72001.1
CPU user time (s): 71829.9
CPU system time (s): 171.148
CPU usage (%): 1982.81
Max. virtual memory (cumulated for all children) (KiB): 7027960
Max. memory (cumulated for all children) (KiB): 5367060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71829.9
system time used= 171.148
maximum resident set size= 5367080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22548110
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= 343233
involuntary context switches= 223081


# summary of solver processes directly reported to runsolver:
#   pid: 548338
#   total CPU time (s): 72001.1
#   total CPU user time (s): 71829.9
#   total CPU system time (s): 171.148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2781 second user time and 86.5454 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 04:51:01
IDJOB=4467971
IDBENCH=162177
IDSOLVER=3097
FILE ID=nodeD105/4467971-1723258261
RUNJOBID= nodeD105-1723252003-543893
SLURM_JOB_ID= 8266913
Free space on /tmp= 8622676 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-9.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467971-1723258261/watcher-4467971-1723258261 -o /tmp/evaluation-result-4467971-1723258261/solver-4467971-1723258261 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723252003-543893 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467971-1723258261.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bf1757ad4e21f2473915004abf7b1376
RANDOM SEED=127255218

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        756730564 kB
MemAvailable:   760532660 kB
Buffers:          968316 kB
Cached:          6135256 kB
SwapCached:            0 kB
Active:          1483652 kB
Inactive:       29335060 kB
Active(anon):       2168 kB
Inactive(anon): 23751880 kB
Active(file):    1481484 kB
Inactive(file):  5583180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28672 kB
Writeback:            72 kB
AnonPages:      23713124 kB
Mapped:           133624 kB
Shmem:             38920 kB
KReclaimable:     314268 kB
Slab:             729692 kB
SReclaimable:     314268 kB
SUnreclaim:       415424 kB
KernelStack:       15600 kB
PageTables:        56884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   21833124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           849408 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4603904 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:      937984 kB
DirectMap2M:    121194496 kB
DirectMap1G:    683671552 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD105 at 2024-08-10 05:51:33