Trace number 4465868

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-2.opb
MD5SUM47ea31a7c9031906789706eba8e52740
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: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47267840, getVmSize() = 47267840, SCIPgetMemUsed() = 21359537, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13393220
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.11/0.23	c ** Estimated virtualMemUsedAtSolver = 39654970, getVmSize() = 70438912, SCIPgetMemUsed() = 25265875, SCIPgetMemTotal() = 46089235, SCIPgetMemExternEstim() = 13393220
0.11/0.23	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.23	c Original Problem   :
0.11/0.23	c   Problem name     : instance-4465868-1722581830
0.11/0.23	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.23	c   Constraints      : 9504
0.11/0.23	c   Objective sense  : minimize
0.11/0.23	c Presolved Problem  :
0.11/0.23	c   Variables        : 3386 (3386 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.23	c   Constraints      : 7798
0.11/0.23	c Constraints        : Number
0.11/0.23	c   and              : 32 
0.11/0.23	c   linear           : 1334 
0.11/0.23	c   logicor          : 6432 
0.11/0.23	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.49	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.49	c                                Nodes    Active                                            
0.43/0.49	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.98/5.75	c         6          12998         279        20                -           0.0000          -
203.95/10.80	c        11          26303         194        20                -           0.0000          -
302.56/15.85	c        16          45904         187        20                -           0.0000          -
401.71/20.89	c        21          67602         201        20                -           0.0000          -
502.85/25.94	c        26              2           1        20                -           0.0000          -
601.86/30.99	c        31             24          23        20                -           0.0000          -
703.80/36.04	c        36             12          11        20                -           0.0000          -
802.80/41.09	c        41             12          11        20                -           0.0000          -
904.06/46.14	c        46             12          11        20                -           0.0000          -
1002.97/51.19	c        51             12          11        20                -           0.0000          -
1103.19/56.24	c        56             12          11        20                -           0.0000          -
1202.34/61.29	c        61             12          11        20                -           0.0000          -
1303.49/66.33	c        66             28          27        20                -           0.0000          -
1402.56/71.38	c        71             26          25        20                -           0.0000          -
1503.76/76.43	c        76             32          31        20                -           0.0000          -
1602.99/81.48	c        81             42          41        20                -           0.0000          -
1704.18/86.53	c        87             46          45        20                -           0.0000          -
1803.39/91.57	c        92             35          34        20                -           0.0000          -
1904.64/96.63	c        97             35          34        20                -           0.0000          -
2003.89/101.65	c       102             35          34        20                -           0.0000          -
2104.86/106.73	c       107             35          34        20                -           0.0000          -
2204.08/111.77	c       112             35          34        20                -           0.0000          -
2305.35/116.83	c       117             35          34        20                -           0.0000          -
2404.60/121.88	c       122             35          34        20                -           0.0000          -
2505.86/126.93	c       127             35          34        20                -           0.0000          -
2605.05/131.98	c       132             35          34        20                -           0.0000          -
2704.30/137.03	c       137             35          34        20                -           0.0000          -
2806.08/142.08	c       142             35          34        20                -           0.0000          -
2905.49/147.13	c       147             35          34        20                -           0.0000          -
3006.57/152.18	c       152             35          34        20                -           0.0000          -
3107.04/157.23	c       157             35          34        20                -           0.0000          -
3206.28/162.28	c       162             35          34        20                -           0.0000          -
3307.56/167.33	c       167             35          34        20                -           0.0000          -
3406.84/172.38	c       172             35          34        20                -           0.0000          -
3508.07/177.43	c       177             35          34        20                -           0.0000          -
3607.33/182.48	c       182             35          34        20                -           0.0000          -
3708.58/187.53	c       188             35          34        20                -           0.0000          -
3807.83/192.58	c       193             35          34        20                -           0.0000          -
3909.10/197.63	c       198             35          34        20                -           0.0000          -
4008.35/202.68	c       203             35          34        20                -           0.0000          -
4109.59/207.73	c       208             35          34        20                -           0.0000          -
4208.87/212.78	c       213             35          34        20                -           0.0000          -
4310.07/217.83	c       218             35          34        20                -           0.0000          -
4409.09/222.88	c       223             35          34        20                -           0.0000          -
4510.29/227.93	c       228             35          34        20                -           0.0000          -
4609.55/232.98	c       233             35          34        20                -           0.0000          -
4708.81/238.03	c       238             35          34        20                -           0.0000          -
4810.86/243.07	c       243             35          34        20                -           0.0000          -
4909.94/248.13	c       248             35          34        20                -           0.0000          -
5010.96/253.18	c       253             35          34        20                -           0.0000          -
5111.40/258.23	c       258             35          34        20                -           0.0000          -
5210.59/263.28	c       263             35          34        20                -           0.0000          -
5311.60/268.33	c       268             35          34        20                -           0.0000          -
5410.74/273.35	c       273             35          34        20                -           0.0000          -
5511.98/278.43	c       278            292         291        20                -           0.0000          -
5611.18/283.48	c       283            517         514        20                -           0.0000          -
5712.42/288.53	c       289            315         314        20                -           0.0000          -
5811.68/293.58	c       294            315         314        20                -           0.0000          -
5912.71/298.63	c       299            315         314        20                -           0.0000          -
6011.86/303.68	c       304            654         651        20                -           0.0000          -
6113.05/308.70	c       309            654         651        20                -           0.0000          -
6212.28/313.78	c       314            855         854        20                -           0.0000          -
6313.44/318.83	c       319            668         665        20                -           0.0000          -
6412.67/323.88	c       324            668         665        20                -           0.0000          -
6513.83/328.93	c       329            358         357        20                -           0.0000          -
6613.03/333.98	c       334            358         357        20                -           0.0000          -
6714.80/339.03	c       339            705         702        20                -           0.0000          -
6814.12/344.08	c       344            705         702        20                -           0.0000          -
6913.44/349.10	c       349            705         702        20                -           0.0000          -
7014.33/354.15	c       354            705         702        20                -           0.0000          -
7114.71/359.23	c       359            731         728        20                -           0.0000          -
7213.89/364.28	c       364            731         728        20                -           0.0000          -
7315.07/369.30	c       369            731         728        20                -           0.0000          -
7414.18/374.38	c       374           1051           1        20                -           0.0000          -
7515.23/379.40	c       379           1051           1        20                -           0.0000          -
7614.40/384.48	c       384            742         739        20                -           0.0000          -
7715.40/389.51	c       390           1112          62        20                -           0.0000          -
7814.63/394.58	c       395           1112          62        20                -           0.0000          -
7915.83/399.63	c       400            608         607        20                -           0.0000          -
8015.22/404.68	c       405            608         607        20                -           0.0000          -
8116.20/409.73	c       410           1137          87        20                -           0.0000          -
8215.46/414.78	c       415           1137          87        20                -           0.0000          -
8316.70/419.83	c       420            613         612        20                -           0.0000          -
8415.94/424.88	c       425            613         612        20                -           0.0000          -
8517.15/429.93	c       430            613         612        20                -           0.0000          -
8616.41/434.98	c       435            902         897        20                -           0.0000          -
8718.06/440.03	c       440           1092        1089        20                -           0.0000          -
8817.50/445.08	c       445           1092        1089        20                -           0.0000          -
8916.45/450.13	c       450           1092        1089        20                -           0.0000          -
9017.47/455.18	c       455           1092        1089        20                -           0.0000          -
9118.02/460.23	c       460           1183         133        20                -           0.0000          -
9217.25/465.28	c       465           1183         133        20                -           0.0000          -
9318.46/470.33	c       470           1183         133        20                -           0.0000          -
9417.66/475.38	c       475           1183         133        20                -           0.0000          -
9518.84/480.43	c       480           1183         133        20                -           0.0000          -
9618.07/485.48	c       485           1183         133        20                -           0.0000          -
9719.27/490.52	c       491           1183         133        20                -           0.0000          -
9818.49/495.58	c       496           1063          13        20                -           0.0000          -
9917.72/500.60	c       501           1188         138        20                -           0.0000          -
10018.95/505.68	c       506           1188         138        20                -           0.0000          -
10120.03/510.73	c       511           1069          19        20                -           0.0000          -
10219.23/515.78	c       516           1231         177        20                -           0.0000          -
10320.44/520.83	c       521           1352        1349        20                -           0.0000          -
10419.57/525.88	c       526           1105          55        20                -           0.0000          -
10520.77/530.93	c       531           1105          55        20                -           0.0000          -
10620.00/535.94	c       536           1099          49        20                -           0.0000          -
10719.22/541.03	c       541           1099          49        20                -           0.0000          -
10821.13/546.08	c       546           1099          49        20                -           0.0000          -
10920.38/551.13	c       551           1099          49        20                -           0.0000          -
11021.63/556.18	c       556           1099          49        20                -           0.0000          -
11122.25/561.23	c       561           1099          49        20                -           0.0000          -
11221.30/566.28	c       566           1099          49        20                -           0.0000          -
11322.50/571.31	c       571           1099          49        20                -           0.0000          -
11421.72/576.38	c       576           1099          49        20                -           0.0000          -
11522.91/581.43	c       581           1099          49        20                -           0.0000          -
11622.10/586.48	c       586           1099          49        20                -           0.0000          -
11723.31/591.53	c       592           1099          49        20                -           0.0000          -
11822.53/596.58	c       597           1099          49        20                -           0.0000          -
11923.74/601.63	c       602           1099          49        20                -           0.0000          -
12022.98/606.68	c       607           1099          49        20                -           0.0000          -
12124.11/611.73	c       612           1288         236        20                -           0.0000          -
12223.14/616.78	c       617           1288         236        20                -           0.0000          -
12324.31/621.83	c       622           1288         236        20                -           0.0000          -
12423.40/626.88	c       627           1288         236        20                -           0.0000          -
12524.51/631.93	c       632           1288         236        20                -           0.0000          -
12623.53/636.98	c       637           1288         236        20                -           0.0000          -
12722.59/642.03	c       642           1288         236        20                -           0.0000          -
12824.38/647.08	c       647           1288         236        20                -           0.0000          -
12923.65/652.13	c       652           1288         236        20                -           0.0000          -
13024.83/657.18	c       657           1288         236        20                -           0.0000          -
13125.15/662.22	c       662           2422        2419        20                -           0.0000          -
13224.32/667.28	c       667           2422        2419        20                -           0.0000          -
13324.96/672.33	c       672           2422        2419        20                -           0.0000          -
13423.95/677.38	c       677           2422        2419        20                -           0.0000          -
13525.16/682.43	c       682           2422        2419        20                -           0.0000          -
13624.25/687.48	c       687           2422        2419        20                -           0.0000          -
13725.41/692.53	c       693           1322         270        20                -           0.0000          -
13824.63/697.58	c       698           2435        2432        20                -           0.0000          -
13923.80/702.59	c       703           2435        2432        20                -           0.0000          -
14024.86/707.63	c       708           2435        2432        20                -           0.0000          -
14125.94/712.73	c       713           2466        2463        20                -           0.0000          -
14225.08/717.78	c       718           1389         337        20                -           0.0000          -
14326.25/722.83	c       723           1389         337        20                -           0.0000          -
14425.45/727.88	c       728           1389         337        20                -           0.0000          -
14526.53/732.93	c       733           2611        2608        20                -           0.0000          -
14625.68/737.98	c       738           4361        3181        20                -           0.0000          -
14724.91/743.03	c       743           4361        3181        20                -           0.0000          -
14826.73/748.08	c       748           4361        3181        20                -           0.0000          -
14925.86/753.13	c       753           1487         435        20                -           0.0000          -
15027.09/758.18	c       758           2662        2659        20                -           0.0000          -
15127.61/763.23	c       763           2662        2659        20                -           0.0000          -
15226.83/768.28	c       768           2662        2659        20                -           0.0000          -
15327.91/773.33	c       773           1172        1169        20                -           0.0000          -
15427.02/778.38	c       778           1172        1169        20                -           0.0000          -
15528.23/783.43	c       783           1172        1169        20                -           0.0000          -
15627.44/788.48	c       788           1172        1169        20                -           0.0000          -
15728.63/793.53	c       794           1172        1169        20                -           0.0000          -
15827.91/798.57	c       799           1172        1169        20                -           0.0000          -
15929.09/803.60	c       804           1172        1169        20                -           0.0000          -
16028.21/808.68	c       809           1172        1169        20                -           0.0000          -
16129.35/813.73	c       814           1172        1169        20                -           0.0000          -
16228.68/818.78	c       819           1172        1169        20                -           0.0000          -
16329.75/823.83	c       824           1172        1169        20                -           0.0000          -
16429.02/828.86	c       829           1172        1169        20                -           0.0000          -
16530.26/833.90	c       834           1172        1169        20                -           0.0000          -
16629.49/838.98	c       839           1172        1169        20                -           0.0000          -
16728.70/844.03	c       844           1172        1169        20                -           0.0000          -
16830.09/849.08	c       849           1172        1169        20                -           0.0000          -
16929.68/854.13	c       854           1172        1169        20                -           0.0000          -
17030.63/859.18	c       859           1172        1169        20                -           0.0000          -
17131.24/864.23	c       864           1172        1169        20                -           0.0000          -
17230.50/869.28	c       869           1172        1169        20                -           0.0000          -
17331.64/874.33	c       874           1172        1169        20                -           0.0000          -
17430.82/879.38	c       879           1172        1169        20                -           0.0000          -
17532.04/884.43	c       884           1172        1169        20                -           0.0000          -
17631.14/889.48	c       889           1172        1169        20                -           0.0000          -
17732.20/894.53	c       895           1172        1169        20                -           0.0000          -
17831.37/899.58	c       900           1172        1169        20                -           0.0000          -
17932.57/904.63	c       905           1172        1169        20                -           0.0000          -
18031.73/909.66	c       910           1172        1169        20                -           0.0000          -
18132.96/914.70	c       915           1172        1169        20                -           0.0000          -
18232.05/919.72	c       920           1172        1169        20                -           0.0000          -
18331.34/924.77	c       925           1172        1169        20                -           0.0000          -
18430.41/929.77	c       930           1172        1169        20                -           0.0000          -
18533.61/934.93	c       935           1172        1169        20                -           0.0000          -
18632.85/939.98	c       940           1172        1169        20                -           0.0000          -
18732.12/945.03	c       945           1172        1169        20                -           0.0000          -
18833.99/950.07	c       950           1172        1169        20                -           0.0000          -
18933.46/955.14	c       955           1172        1169        20                -           0.0000          -
19034.47/960.14	c       960           1172        1169        20                -           0.0000          -
19134.99/965.21	c       965           1172        1169        20                -           0.0000          -
19234.22/970.28	c       970           1172        1169        20                -           0.0000          -
19335.44/975.31	c       975           1172        1169        20                -           0.0000          -
19434.68/980.38	c       980           1172        1169        20                -           0.0000          -
19535.91/985.43	c       985           1172        1169        20                -           0.0000          -
19635.12/990.48	c       990           1172        1169        20                -           0.0000          -
19736.21/995.53	c       996           1172        1169        20                -           0.0000          -
19835.44/1000.58	c      1001           1172        1169        20                -           0.0000          -
19936.68/1005.60	c      1006           1172        1169        20                -           0.0000          -
20035.91/1010.68	c      1011           1172        1169        20                -           0.0000          -
20137.18/1015.73	c      1016           1172        1169        20                -           0.0000          -
20236.26/1020.78	c      1021           1172        1169        20                -           0.0000          -
20337.49/1025.83	c      1026           1172        1169        20                -           0.0000          -
20436.74/1030.88	c      1031           1172        1169        20                -           0.0000          -
20537.97/1035.93	c      1036           1172        1169        20                -           0.0000          -
20637.21/1040.98	c      1041           1172        1169        20                -           0.0000          -
20736.38/1046.03	c      1046           1172        1169        20                -           0.0000          -
20838.23/1051.06	c      1051           1172        1169        20                -           0.0000          -
20937.52/1056.13	c      1056           1172        1169        20                -           0.0000          -
21038.62/1061.16	c      1061           1172        1169        20                -           0.0000          -
21139.13/1066.23	c      1066           1172        1169        20                -           0.0000          -
21238.36/1071.28	c      1071           2922        1868        20                -           0.0000          -
21339.60/1076.33	c      1076           2922        1868        20                -           0.0000          -
21438.79/1081.38	c      1081           2922        1868        20                -           0.0000          -
21540.01/1086.43	c      1086           2922        1868        20                -           0.0000          -
21639.19/1091.48	c      1091           2922        1868        20                -           0.0000          -
21740.42/1096.53	c      1097           2922        1868        20                -           0.0000          -
21839.64/1101.57	c      1102           2922        1868        20                -           0.0000          -
21940.88/1106.62	c      1107           2922        1868        20                -           0.0000          -
22040.06/1111.68	c      1112           2922        1868        20                -           0.0000          -
22139.32/1116.70	c      1117           2922        1868        20                -           0.0000          -
22240.45/1121.74	c      1122           2922        1868        20                -           0.0000          -
22341.69/1126.81	c      1127           2922        1868        20                -           0.0000          -
22440.91/1131.88	c      1132           2922        1868        20                -           0.0000          -
22542.13/1136.93	c      1137           2939        1885        20                -           0.0000          -
22641.35/1141.96	c      1142           4998        4991        20                -           0.0000          -
22740.54/1147.03	c      1147           2980        1926        20                -           0.0000          -
22842.40/1152.08	c      1152           2981        1927        20                -           0.0000          -
22941.66/1157.12	c      1157           1346        1343        20                -           0.0000          -
23042.90/1162.18	c      1162           5133        5126        20                -           0.0000          -
23143.30/1167.23	c      1167           3035        1981        20                -           0.0000          -
23242.40/1172.26	c      1172           5260        5253        20                -           0.0000          -
23343.62/1177.32	c      1177           5260        5253        20                -           0.0000          -
23442.89/1182.38	c      1182           5260        5253        20                -           0.0000          -
23544.08/1187.43	c      1187           5260        5253        20                -           0.0000          -
23643.33/1192.44	c      1192           1456        1453        20                -           0.0000          -
23744.56/1197.53	c      1198           1456        1453        20                -           0.0000          -
23843.75/1202.58	c      1203           3521        2453        20                -           0.0000          -
23944.95/1207.63	c      1208           3521        2453        20                -           0.0000          -
24044.20/1212.68	c      1213           3521        2453        20                -           0.0000          -
24145.38/1217.73	c      1218           3521        2453        20                -           0.0000          -
24244.64/1222.78	c      1223           3521        2453        20                -           0.0000          -
24345.87/1227.83	c      1228           3521        2453        20                -           0.0000          -
24445.11/1232.88	c      1233           5508        5501        20                -           0.0000          -
24546.38/1237.93	c      1238           3275        2221        20                -           0.0000          -
24645.65/1242.98	c      1243           1584        1581        20                -           0.0000          -
24744.68/1248.03	c      1248           3294        2240        20                -           0.0000          -
24846.70/1253.08	c      1253           1615        1612        20                -           0.0000          -
24945.76/1258.11	c      1258           3327        2273        20                -           0.0000          -
25046.88/1263.14	c      1263           5728        5721        20                -           0.0000          -
25147.32/1268.23	c      1268           5744        5737        20                -           0.0000          -
25246.43/1273.28	c      1273           5763        5756        20                -           0.0000          -
25347.66/1278.33	c      1278           5763        5756        20                -           0.0000          -
25446.92/1283.38	c      1283           5763        5756        20                -           0.0000          -
25547.95/1288.43	c      1288           5763        5756        20                -           0.0000          -
25647.18/1293.47	c      1293          20524        5965        20                -           0.0000          -
25748.39/1298.53	c      1299           3882        2814        20                -           0.0000          -
25847.59/1303.58	c      1304           5858        5851        20                -           0.0000          -
25948.83/1308.63	c      1309           5858        5851        20                -           0.0000          -
26047.99/1313.68	c      1314           5858        5851        20                -           0.0000          -
26149.11/1318.73	c      1319           1749        1746        20                -           0.0000          -
26248.34/1323.78	c      1324           3575        2521        20                -           0.0000          -
26349.56/1328.81	c      1329           1759        1756        20                -           0.0000          -
26448.70/1333.88	c      1334           3581        2527        20                -           0.0000          -
26549.88/1338.93	c      1339           6026        6019        20                -           0.0000          -
26649.13/1343.98	c      1344           6026        6019        20                -           0.0000          -
26748.34/1349.01	c      1349           1788        1785        20                -           0.0000          -
26850.35/1354.07	c      1354           1794        1791        20                -           0.0000          -
26949.31/1359.13	c      1359           6058        6051        20                -           0.0000          -
27050.61/1364.18	c      1364           6058        6051        20                -           0.0000          -
27151.04/1369.23	c      1369           4216        3142        20                -           0.0000          -
27250.28/1374.28	c      1374           4223        3149        20                -           0.0000          -
27351.42/1379.33	c      1379           4232        3158        20                -           0.0000          -
27450.56/1384.38	c      1384           4247        3173        20                -           0.0000          -
27551.80/1389.43	c      1389           4247        3173        20                -           0.0000          -
27650.89/1394.48	c      1394           4247        3173        20                -           0.0000          -
27751.84/1399.53	c      1400           6188        6181        20                -           0.0000          -
27851.06/1404.58	c      1405           4307        3233        20                -           0.0000          -
27952.18/1409.64	c      1410           1952        1949        20                -           0.0000          -
28051.43/1414.68	c      1415           4327        3253        20                -           0.0000          -
28152.62/1419.70	c      1420           4020        2966        20                -           0.0000          -
28251.82/1424.78	c      1425           4060        3006        20                -           0.0000          -
28353.03/1429.83	c      1430           4067        3013        20                -           0.0000          -
28452.24/1434.88	c      1435           4073        3019        20                -           0.0000          -
28553.35/1439.93	c      1440           2062        2059        20                -           0.0000          -
28652.51/1444.98	c      1445           2062        2059        20                -           0.0000          -
28751.62/1450.03	c      1450           4479        3401        20                -           0.0000          -
28853.40/1455.08	c      1455           4198        3144        20                -           0.0000          -
28952.61/1460.13	c      1460           4251        3197        20                -           0.0000          -
29053.74/1465.16	c      1465           6603        6596        20                -           0.0000          -
29153.96/1470.21	c      1470           6633        6626        20                -           0.0000          -
29253.15/1475.28	c      1475           6633        6626        20                -           0.0000          -
29354.33/1480.33	c      1480           6633        6626        20                -           0.0000          -
29453.55/1485.39	c      1485           6633        6626        20                -           0.0000          -
29554.70/1490.43	c      1490           2179        2176        20                -           0.0000          -
29653.94/1495.47	c      1495           4391        3337        20                -           0.0000          -
29755.15/1500.52	c      1501           2192        2189        20                -           0.0000          -
29854.39/1505.58	c      1506           6708        6701        20                -           0.0000          -
29955.62/1510.63	c      1511           6708        6701        20                -           0.0000          -
30054.86/1515.68	c      1516           6708        6701        20                -           0.0000          -
30156.05/1520.73	c      1521           6708        6701        20                -           0.0000          -
30255.13/1525.78	c      1526           6708        6701        20                -           0.0000          -
30356.18/1530.83	c      1531           6708        6701        20                -           0.0000          -
30455.39/1535.84	c      1536           6708        6701        20                -           0.0000          -
30554.30/1540.88	c      1541           6708        6701        20                -           0.0000          -
30655.50/1545.95	c      1546           6708        6701        20                -           0.0000          -
30754.72/1550.98	c      1551           6708        6701        20                -           0.0000          -
30856.57/1556.04	c      1556           6708        6701        20                -           0.0000          -
30955.60/1561.11	c      1561           6708        6701        20                -           0.0000          -
31056.78/1566.17	c      1566           6708        6701        20                -           0.0000          -
31157.22/1571.23	c      1571           6708        6701        20                -           0.0000          -
31256.44/1576.28	c      1576           4653        3599        20                -           0.0000          -
31357.72/1581.31	c      1581           4653        3599        20                -           0.0000          -
31456.85/1586.34	c      1586           4653        3599        20                -           0.0000          -
31558.02/1591.43	c      1591           4653        3599        20                -           0.0000          -
31657.23/1596.48	c      1596           4653        3599        20                -           0.0000          -
31758.46/1601.53	c      1602           4653        3599        20                -           0.0000          -
31857.66/1606.54	c      1607           4653        3599        20                -           0.0000          -
31958.89/1611.61	c      1612           4653        3599        20                -           0.0000          -
32058.11/1616.66	c      1617           4653        3599        20                -           0.0000          -
32159.21/1621.71	c      1622           4653        3599        20                -           0.0000          -
32258.41/1626.73	c      1627           4653        3599        20                -           0.0000          -
32359.61/1631.83	c      1632           7281        7272        20                -           0.0000          -
32458.77/1636.88	c      1637           4659        3605        20                -           0.0000          -
32559.86/1641.93	c      1642           4659        3605        20                -           0.0000          -
32658.99/1646.97	c      1647           5566        4456        20                -           0.0000          -
32758.14/1652.02	c      1652           7409        7400        20                -           0.0000          -
32859.97/1657.08	c      1657           7409        7400        20                -           0.0000          -
32959.24/1662.13	c      1662           5626        4516        20                -           0.0000          -
33060.53/1667.18	c      1667           5658        4548        20                -           0.0000          -
33160.76/1672.23	c      1672           2664        2661        20                -           0.0000          -
33259.85/1677.28	c      1677           7554        7545        20                -           0.0000          -
33360.98/1682.33	c      1682           7554        7545        20                -           0.0000          -
33460.11/1687.38	c      1687           7554        7545        20                -           0.0000          -
33561.24/1692.43	c      1692           7554        7545        20                -           0.0000          -
33660.48/1697.48	c      1697           5766        4652        20                -           0.0000          -
33761.66/1702.53	c      1703           5766        4652        20                -           0.0000          -
33860.85/1707.54	c      1708           5766        4652        20                -           0.0000          -
33962.09/1712.61	c      1713           5766        4652        20                -           0.0000          -
34061.31/1717.68	c      1718           2855        2852        20                -           0.0000          -
34162.50/1722.73	c      1723           5827        4711        20                -           0.0000          -
34261.69/1727.78	c      1728           5045        3989        20                -           0.0000          -
34362.90/1732.83	c      1733           7884        7875        20                -           0.0000          -
34462.03/1737.88	c      1738           7884        7875        20                -           0.0000          -
34563.00/1742.93	c      1743           7884        7875        20                -           0.0000          -
34661.98/1747.97	c      1748           2960        2957        20                -           0.0000          -
34760.97/1752.98	c      1753           5116        4060        20                -           0.0000          -
34862.66/1758.07	c      1758           2989        2986        20                -           0.0000          -
34963.70/1763.13	c      1763           2989        2986        20                -           0.0000          -
35063.05/1768.18	c      1768           6085        4969        20                -           0.0000          -
35163.27/1773.23	c      1773           6100        4984        20                -           0.0000          -
35262.40/1778.28	c      1778           8149        8140        20                -           0.0000          -
35363.54/1783.33	c      1783           3055        3052        20                -           0.0000          -
35462.73/1788.38	c      1788           3062        3059        20                -           0.0000          -
35563.77/1793.43	c      1793           5345        4289        20                -           0.0000          -
35662.99/1798.46	c      1798           6219        5103        20                -           0.0000          -
35762.07/1803.46	c      1803           6219        5103        20                -           0.0000          -
35863.19/1808.51	c      1809           5376        4320        20                -           0.0000          -
35963.98/1813.61	c      1814           8475        8464        20                -           0.0000          -
36063.20/1818.66	c      1819           8475        8464        20                -           0.0000          -
36162.42/1823.68	c      1824           5434        4378        20                -           0.0000          -
36263.55/1828.73	c      1829           3235        3232        20                -           0.0000          -
36364.55/1833.83	c      1834           8610        8599        20                -           0.0000          -
36463.68/1838.88	c      1839           8610        8599        20                -           0.0000          -
36564.81/1843.91	c      1844           8610        8599        20                -           0.0000          -
36663.88/1848.98	c      1849           6465        5349        20                -           0.0000          -
36762.91/1854.03	c      1854           6467        5351        20                -           0.0000          -
36864.89/1859.08	c      1859           5643        4587        20                -           0.0000          -
36963.88/1864.10	c      1864           5655        4599        20                -           0.0000          -
37065.21/1869.15	c      1869           6563        5447        20                -           0.0000          -
37165.54/1874.22	c      1874           5698        4642        20                -           0.0000          -
37264.76/1879.23	c      1879           3440        3437        20                -           0.0000          -
37365.89/1884.33	c      1884           8885        8874        20                -           0.0000          -
37464.99/1889.38	c      1889           8885        8874        20                -           0.0000          -
37566.15/1894.43	c      1894           8885        8874        20                -           0.0000          -
37665.28/1899.45	c      1899           6727        5607        20                -           0.0000          -
37766.28/1904.53	c      1905           3525        3522        20                -           0.0000          -
37865.44/1909.58	c      1910           3525        3522        20                -           0.0000          -
37966.48/1914.63	c      1915           9071        9060        20                -           0.0000          -
38065.63/1919.67	c      1920           9071        9060        20                -           0.0000          -
38166.64/1924.73	c      1925           9071        9060        20                -           0.0000          -
38265.87/1929.78	c      1930           6062        5006        20                -           0.0000          -
38366.92/1934.83	c      1935           9112        9101        20                -           0.0000          -
38466.08/1939.88	c      1940           9112        9101        20                -           0.0000          -
38567.15/1944.93	c      1945           9112        9101        20                -           0.0000          -
38666.27/1949.98	c      1950           3649        3646        20                -           0.0000          -
38767.98/1955.03	c      1955           6162        5106        20                -           0.0000          -
38867.26/1960.08	c      1960           7012        5888        20                -           0.0000          -
38966.50/1965.13	c      1965           7012        5888        20                -           0.0000          -
39067.59/1970.18	c      1970           7012        5888        20                -           0.0000          -
39167.92/1975.23	c      1975           7012        5888        20                -           0.0000          -
39267.05/1980.25	c      1980           7012        5888        20                -           0.0000          -
39366.14/1985.27	c      1985           7012        5888        20                -           0.0000          -
39467.27/1990.34	c      1990           7012        5888        20                -           0.0000          -
39568.38/1995.40	c      1995           7012        5888        20                -           0.0000          -
39667.58/2000.43	c      2000           7012        5888        20                -           0.0000          -
39768.60/2005.50	c      2006           7012        5888        20                -           0.0000          -
39867.79/2010.58	c      2011           7012        5888        20                -           0.0000          -
39968.95/2015.61	c      2016           7012        5888        20                -           0.0000          -
40068.12/2020.62	c      2021           7012        5888        20                -           0.0000          -
40169.19/2025.73	c      2026           9570        9559        20                -           0.0000          -
40268.36/2030.78	c      2031           7042        5918        20                -           0.0000          -
40369.41/2035.83	c      2036           7042        5918        20                -           0.0000          -
40468.64/2040.88	c      2041           3981        3978        20                -           0.0000          -
40569.55/2045.90	c      2046           6606        5550        20                -           0.0000          -
40668.63/2050.98	c      2051           4000        3997        20                -           0.0000          -
40767.72/2056.03	c      2056           4005        4002        20                -           0.0000          -
40869.66/2061.08	c      2061           6752        5696        20                -           0.0000          -
40968.54/2066.13	c      2066           7189        6065        20                -           0.0000          -
41069.64/2071.18	c      2071           6859        5803        20                -           0.0000          -
41169.79/2076.24	c      2076           6929        5873        20                -           0.0000          -
41268.94/2081.28	c      2081           7248        6124        20                -           0.0000          -
41369.99/2086.33	c      2086          10100       10089        20                -           0.0000          -
41468.99/2091.38	c      2091          10100       10089        20                -           0.0000          -
41570.09/2096.43	c      2096          10100       10089        20                -           0.0000          -
41669.26/2101.48	c      2101          10100       10089        20                -           0.0000          -
41770.27/2106.53	c      2107          10100       10089        20                -           0.0000          -
41869.46/2111.58	c      2112          10100       10089        20                -           0.0000          -
41970.59/2116.63	c      2117          10100       10089        20                -           0.0000          -
42069.74/2121.68	c      2122          10100       10089        20                -           0.0000          -
42170.79/2126.73	c      2127          10100       10089        20                -           0.0000          -
42269.98/2131.78	c      2132          10100       10089        20                -           0.0000          -
42371.15/2136.81	c      2137           7103        6047        20                -           0.0000          -
42470.34/2141.83	c      2142           7103        6047        20                -           0.0000          -
42571.49/2146.90	c      2147           7488        6360        20                -           0.0000          -
42670.68/2151.93	c      2152           7230        6174        20                -           0.0000          -
42769.82/2156.96	c      2157           7530        6402        20                -           0.0000          -
42869.00/2162.01	c      2162           7249        6193        20                -           0.0000          -
42970.77/2167.09	c      2167           7249        6193        20                -           0.0000          -
43070.02/2172.12	c      2172           7249        6193        20                -           0.0000          -
43171.01/2177.15	c      2177           7614        6486        20                -           0.0000          -
43271.42/2182.28	c      2182           7614        6486        20                -           0.0000          -
43372.55/2187.33	c      2187           7614        6486        20                -           0.0000          -
43471.70/2192.37	c      2192          10610       10599        20                -           0.0000          -
43572.80/2197.43	c      2197          10610       10599        20                -           0.0000          -
43671.97/2202.47	c      2202          10610       10599        20                -           0.0000          -
43772.95/2207.53	c      2208           7385        6327        20                -           0.0000          -
43872.18/2212.58	c      2213          10634       10623        20                -           0.0000          -
43973.12/2217.60	c      2218          10634       10623        20                -           0.0000          -
44072.33/2222.68	c      2223          10634       10623        20                -           0.0000          -
44173.45/2227.73	c      2228           7814        6686        20                -           0.0000          -
44272.63/2232.78	c      2233           7814        6686        20                -           0.0000          -
44373.48/2237.83	c      2238          10649       10638        20                -           0.0000          -
44472.59/2242.88	c      2243          10649       10638        20                -           0.0000          -
44573.70/2247.93	c      2248           7583        6525        20                -           0.0000          -
44672.78/2252.98	c      2253           7605        6547        20                -           0.0000          -
44774.50/2258.03	c      2258          10797       10786        20                -           0.0000          -
44873.42/2263.08	c      2263          10845       10834        20                -           0.0000          -
44972.30/2268.09	c      2268          10896       10885        20                -           0.0000          -
45073.37/2273.14	c      2273           7663        6605        20                -           0.0000          -
45173.70/2278.23	c      2278           4695        4692        20                -           0.0000          -
45272.66/2283.24	c      2283           7736        6678        20                -           0.0000          -
45371.74/2288.29	c      2288           7742        6684        20                -           0.0000          -
45472.79/2293.32	c      2293           4729        4726        20                -           0.0000          -
45571.99/2298.38	c      2298           8168        7034        20                -           0.0000          -
45673.05/2303.44	c      2303           4741        4738        20                -           0.0000          -
45774.20/2308.51	c      2309           7819        6761        20                -           0.0000          -
45873.31/2313.53	c      2314          11312       11301        20                -           0.0000          -
45974.50/2318.63	c      2319          11312       11301        20                -           0.0000          -
46073.36/2323.64	c      2324           8216        7082        20                -           0.0000          -
46172.31/2328.66	c      2329           4827        4824        20                -           0.0000          -
46273.29/2333.73	c      2334           7913        6855        20                -           0.0000          -
46374.45/2338.83	c      2339           7913        6855        20                -           0.0000          -
46473.61/2343.88	c      2344           7913        6855        20                -           0.0000          -
46574.59/2348.93	c      2349           7913        6855        20                -           0.0000          -
46673.78/2353.94	c      2354           8295        7161        20                -           0.0000          -
46772.96/2359.01	c      2359          11697       11686        20                -           0.0000          -
46874.83/2364.05	c      2364           4947        4944        20                -           0.0000          -
46974.03/2369.06	c      2369           7988        6930        20                -           0.0000          -
47075.25/2374.18	c      2374           7992        6934        20                -           0.0000          -
47175.68/2379.23	c      2379           7992        6934        20                -           0.0000          -
47274.87/2384.28	c      2384           7992        6934        20                -           0.0000          -
47375.90/2389.33	c      2389           7992        6934        20                -           0.0000          -
47474.88/2394.38	c      2394           7992        6934        20                -           0.0000          -
47575.84/2399.43	c      2399           7992        6934        20                -           0.0000          -
47674.86/2404.46	c      2404           7992        6934        20                -           0.0000          -
47775.95/2409.53	c      2410           7992        6934        20                -           0.0000          -
47875.15/2414.58	c      2415           7992        6934        20                -           0.0000          -
47976.33/2419.63	c      2420           7992        6934        20                -           0.0000          -
48075.51/2424.68	c      2425           7992        6934        20                -           0.0000          -
48176.71/2429.71	c      2430           7992        6934        20                -           0.0000          -
48275.92/2434.78	c      2435           7992        6934        20                -           0.0000          -
48377.22/2439.83	c      2440          12318       12305        20                -           0.0000          -
48476.32/2444.88	c      2445          12318       12305        20                -           0.0000          -
48577.51/2449.93	c      2450          12318       12305        20                -           0.0000          -
48676.59/2454.98	c      2455           8756        7620        20                -           0.0000          -
48775.77/2459.99	c      2460           8756        7620        20                -           0.0000          -
48874.70/2465.02	c      2465           8756        7620        20                -           0.0000          -
48976.42/2470.06	c      2470           8204        7146        20                -           0.0000          -
49075.79/2475.07	c      2475           8769        7633        20                -           0.0000          -
49174.72/2480.13	c      2480           8769        7633        20                -           0.0000          -
49275.95/2485.18	c      2485           8769        7633        20                -           0.0000          -
49376.37/2490.23	c      2490           8769        7633        20                -           0.0000          -
49477.55/2495.37	c      2495           8769        7633        20                -           0.0000          -
49576.79/2500.38	c      2500           8769        7633        20                -           0.0000          -
49677.94/2505.48	c      2505           8769        7633        20                -           0.0000          -
49779.16/2510.53	c      2511           8769        7633        20                -           0.0000          -
49878.17/2515.57	c      2516           8769        7633        20                -           0.0000          -
49979.30/2520.63	c      2521          12743       12730        20                -           0.0000          -
50078.47/2525.68	c      2526          12743       12730        20                -           0.0000          -
50179.70/2530.71	c      2531           8846        7710        20                -           0.0000          -
50278.66/2535.73	c      2536           8867        7731        20                -           0.0000          -
50377.75/2540.78	c      2541           8888        7752        20                -           0.0000          -
50478.69/2545.87	c      2546           8471        7413        20                -           0.0000          -
50579.75/2550.92	c      2551           8471        7413        20                -           0.0000          -
50678.49/2555.98	c      2556          12971       12958        20                -           0.0000          -
50777.55/2561.03	c      2561           8580        7522        20                -           0.0000          -
50879.22/2566.08	c      2566           8609        7551        20                -           0.0000          -
50978.39/2571.13	c      2571           5552        5549        20                -           0.0000          -
51079.33/2576.18	c      2576           8681        7623        20                -           0.0000          -
51179.58/2581.23	c      2581           9078        7938        20                -           0.0000          -
51278.36/2586.28	c      2586           5605        5602        20                -           0.0000          -
51379.62/2591.33	c      2591           5605        5602        20                -           0.0000          -
51478.65/2596.38	c      2596           9158        8018        20                -           0.0000          -
51579.62/2601.43	c      2601           8849        7791        20                -           0.0000          -
51678.63/2606.46	c      2606           9234        8090        20                -           0.0000          -
51777.85/2611.47	c      2611          13418       13405        20                -           0.0000          -
51878.97/2616.52	c      2617           5651        5648        20                -           0.0000          -
51980.22/2621.61	c      2622           8921        7863        20                -           0.0000          -
52079.40/2626.69	c      2627          13464       13451        20                -           0.0000          -
52180.61/2631.73	c      2632           8935        7877        20                -           0.0000          -
52279.53/2636.78	c      2637           5712        5709        20                -           0.0000          -
52380.57/2641.83	c      2642          13499       13486        20                -           0.0000          -
52479.67/2646.88	c      2647           5745        5742        20                -           0.0000          -
52580.80/2651.93	c      2652          13514       13501        20                -           0.0000          -
52679.89/2656.94	c      2657          13514       13501        20                -           0.0000          -
52779.16/2662.01	c      2662           9534        8386        20                -           0.0000          -
52880.73/2667.06	c      2667          13558       13545        20                -           0.0000          -
52980.07/2672.07	c      2672          13564       13551        20                -           0.0000          -
53081.02/2677.17	c      2677          13564       13551        20                -           0.0000          -
53181.37/2682.24	c      2682          13564       13551        20                -           0.0000          -
53280.37/2687.29	c      2687          13564       13551        20                -           0.0000          -
53381.54/2692.34	c      2692           9715        8565        20                -           0.0000          -
53480.72/2697.36	c      2697          13689       13676        20                -           0.0000          -
53579.97/2702.38	c      2702          13704       13691        20                -           0.0000          -
53680.86/2707.49	c      2708          13704       13691        20                -           0.0000          -
53781.94/2712.51	c      2713           9278        8218        20                -           0.0000          -
53881.05/2717.59	c      2718          13764       13751        20                -           0.0000          -
53982.23/2722.64	c      2723           5985        5982        20                -           0.0000          -
54081.35/2727.69	c      2728           9342        8282        20                -           0.0000          -
54182.35/2732.74	c      2733          13784       13771        20                -           0.0000          -
54281.31/2737.78	c      2738          13784       13771        20                -           0.0000          -
54382.44/2742.84	c      2743          13784       13771        20                -           0.0000          -
54481.57/2747.86	c      2748          13827       13814        20                -           0.0000          -
54582.59/2752.94	c      2753           9475        8415        20                -           0.0000          -
54681.77/2757.99	c      2758           9485        8425        20                -           0.0000          -
54780.90/2763.04	c      2763          13994       13981        20                -           0.0000          -
54882.30/2768.09	c      2768          13994       13981        20                -           0.0000          -
54981.41/2773.10	c      2773           6116        6113        20                -           0.0000          -
55082.50/2778.17	c      2778          14032       14019        20                -           0.0000          -
55182.81/2783.21	c      2783           6120        6117        20                -           0.0000          -
55281.95/2788.23	c      2788          10292        9134        20                -           0.0000          -
55381.09/2793.30	c      2793          10320        9160        20                -           0.0000          -
55482.18/2798.39	c      2798           9714        8652        20                -           0.0000          -
55583.29/2803.44	c      2803          14234       14221        20                -           0.0000          -
55682.47/2808.49	c      2808          10382        9222        20                -           0.0000          -
55783.59/2813.54	c      2814          14321       14308        20                -           0.0000          -
55882.76/2818.59	c      2819          10427        9267        20                -           0.0000          -
55983.71/2823.61	c      2824           6246        6243        20                -           0.0000          -
56082.84/2828.69	c      2829           6269        6266        20                -           0.0000          -
56183.88/2833.74	c      2834          10500        9340        20                -           0.0000          -
56283.04/2838.75	c      2839          10534        9372        20                -           0.0000          -
56384.20/2843.81	c      2844          14604       14591        20                -           0.0000          -
56483.22/2848.84	c      2849          14604       14591        20                -           0.0000          -
56582.13/2853.85	c      2854          14604       14591        20                -           0.0000          -
56683.30/2858.95	c      2859          14604       14591        20                -           0.0000          -
56782.43/2864.00	c      2864          14604       14591        20                -           0.0000          -
56884.32/2869.08	c      2869          14604       14591        20                -           0.0000          -
56985.07/2874.14	c      2874          14604       14591        20                -           0.0000          -
57084.12/2879.19	c      2879          14604       14591        20                -           0.0000          -
57184.34/2884.24	c      2884          14604       14591        20                -           0.0000          -
57283.42/2889.29	c      2889          14604       14591        20                -           0.0000          -
57384.57/2894.34	c      2894          14604       14591        20                -           0.0000          -
57485.60/2899.40	c      2899          14604       14591        20                -           0.0000          -
57584.66/2904.45	c      2904          10519        9448        20                -           0.0000          -
57685.80/2909.50	c      2910           6592        6589        20                -           0.0000          -
57784.87/2914.52	c      2915          10641        9479        20                -           0.0000          -
57886.07/2919.60	c      2920          10668        9595        20                -           0.0000          -
57985.19/2924.64	c      2925          10668        9595        20                -           0.0000          -
58086.21/2929.70	c      2930           6695        6692        20                -           0.0000          -
58185.19/2934.75	c      2935           6713        6710        20                -           0.0000          -
58284.25/2939.79	c      2940          10767        9601        20                -           0.0000          -
58385.13/2944.85	c      2945          10767        9601        20                -           0.0000          -
58486.21/2949.90	c      2950          10789        9623        20                -           0.0000          -
58585.34/2954.95	c      2955           6762        6759        20                -           0.0000          -
58684.52/2959.98	c      2960          10823        9657        20                -           0.0000          -
58786.28/2965.05	c      2965          15198       15185        20                -           0.0000          -
58885.27/2970.09	c      2970          10894        9728        20                -           0.0000          -
58986.59/2975.15	c      2975          15249       15236        20                -           0.0000          -
59087.02/2980.20	c      2980          11790       10030        20                -           0.0000          -
59186.20/2985.25	c      2985          11790       10030        20                -           0.0000          -
59287.37/2990.30	c      2990          10954        9788        20                -           0.0000          -
59386.55/2995.34	c      2995           6906        6903        20                -           0.0000          -
59485.74/3000.39	c      3000          12691       10095        20                -           0.0000          -
59586.75/3005.45	c      3005          12751       10105        20                -           0.0000          -
59687.93/3010.50	c      3011          11069        9903        20                -           0.0000          -
59787.11/3015.52	c      3016          13497       10137        20                -           0.0000          -
59886.30/3020.59	c      3021          13497       10137        20                -           0.0000          -
59987.46/3025.65	c      3026          11158        9992        20                -           0.0000          -
60088.59/3030.70	c      3031          13601       10143        20                -           0.0000          -
60187.78/3035.75	c      3036          15764       15751        20                -           0.0000          -
60288.98/3040.80	c      3041          15764       15751        20                -           0.0000          -
60387.95/3045.85	c      3046          15826       15813        20                -           0.0000          -
60487.08/3050.90	c      3051          14925       10019        20                -           0.0000          -
60588.17/3055.95	c      3056          14925       10019        20                -           0.0000          -
60687.23/3060.97	c      3061          14925       10019        20                -           0.0000          -
60789.00/3066.05	c      3066          15950       15937        20                -           0.0000          -
60888.19/3071.10	c      3071          15950       15937        20                -           0.0000          -
60989.33/3076.15	c      3076          15950       15937        20                -           0.0000          -
61089.75/3081.20	c      3081          11490       10322        20                -           0.0000          -
61188.90/3086.25	c      3086          11505       10337        20                -           0.0000          -
61288.15/3091.27	c      3091          16429       10311        20                -           0.0000          -
61389.18/3096.33	c      3096           7199        7196        20                -           0.0000          -
61488.33/3101.36	c      3101          16066       16053        20                -           0.0000          -
61589.43/3106.45	c      3106          16069       16056        20                -           0.0000          -
61688.58/3111.46	c      3111          17191       10336        20                -           0.0000          -
61789.75/3116.54	c      3117          16155       16142        20                -           0.0000          -
61890.93/3121.60	c      3122           7267        7264        20                -           0.0000          -
61989.98/3126.65	c      3127          11737       10567        20                -           0.0000          -
62089.11/3131.66	c      3132          16245       16232        20                -           0.0000          -
62190.28/3136.71	c      3137          16264       16251        20                -           0.0000          -
62289.46/3141.72	c      3142          16264       16251        20                -           0.0000          -
62390.66/3146.85	c      3147          16285       16272        20                -           0.0000          -
62491.64/3151.90	c      3152          16285       16272        20                -           0.0000          -
62590.83/3156.95	c      3157          16285       16272        20                -           0.0000          -
62690.02/3162.00	c      3162          16285       16272        20                -           0.0000          -
62791.88/3167.05	c      3167          11869       10699        20                -           0.0000          -
62891.04/3172.10	c      3172          20350       10339        20                -           0.0000          -
62992.24/3177.15	c      3177           7497        7494        20                -           0.0000          -
63092.61/3182.20	c      3182          11956       10786        20                -           0.0000          -
63191.66/3187.25	c      3187          16580       16563        20                -           0.0000          -
63292.63/3192.30	c      3192          16580       16563        20                -           0.0000          -
63391.68/3197.35	c      3197          16593       16576        20                -           0.0000          -
63492.77/3202.40	c      3202           7564        7561        20                -           0.0000          -
63591.88/3207.42	c      3207          22086       10322        20                -           0.0000          -
63693.04/3212.50	c      3213           7577        7574        20                -           0.0000          -
63792.15/3217.55	c      3218          12176       11006        20                -           0.0000          -
63893.34/3222.60	c      3223           7610        7607        20                -           0.0000          -
63992.54/3227.65	c      3228          16978       16961        20                -           0.0000          -
64093.70/3232.70	c      3233          23254       10314        20                -           0.0000          -
64192.89/3237.71	c      3238           7655        7652        20                -           0.0000          -
64294.06/3242.80	c      3243           7673        7670        20                -           0.0000          -
64393.16/3247.85	c      3248           7675        7672        20                -           0.0000          -
64494.32/3252.90	c      3253           7692        7689        20                -           0.0000          -
64593.41/3257.95	c      3258          17380       17361        20                -           0.0000          -
64692.61/3263.00	c      3263           7711        7708        20                -           0.0000          -
64794.31/3268.05	c      3268          17473       17454        20                -           0.0000          -
64893.62/3273.10	c      3273          17473       17454        20                -           0.0000          -
64994.80/3278.15	c      3278          12515       11345        20                -           0.0000          -
65095.24/3283.20	c      3283           7766        7763        20                -           0.0000          -
65194.43/3288.25	c      3288          17508       17489        20                -           0.0000          -
65295.58/3293.30	c      3293          17508       17489        20                -           0.0000          -
65394.64/3298.35	c      3298           7792        7789        20                -           0.0000          -
65495.68/3303.40	c      3303          17551       17532        20                -           0.0000          -
65594.73/3308.45	c      3308           7841        7838        20                -           0.0000          -
65695.73/3313.50	c      3314          12704       11526        20                -           0.0000          -
65794.89/3318.52	c      3319           7869        7866        20                -           0.0000          -
65893.95/3323.54	c      3324         163068        6140        20                -           0.0000          -
65995.11/3328.65	c      3329           7892        7889        20                -           0.0000          -
66094.27/3333.67	c      3334          29278       10354        20                -           0.0000          -
66193.47/3338.69	c      3339         164504        6143        20                -           0.0000          -
66294.63/3343.76	c      3344          17974       17955        20                -           0.0000          -
66395.79/3348.84	c      3349          12881       11703        20                -           0.0000          -
66496.93/3353.90	c      3354          12881       11703        20                -           0.0000          -
66596.11/3358.95	c      3359          18170       18151        20                -           0.0000          -
66695.10/3364.00	c      3364           7972        7969        20                -           0.0000          -
66794.26/3369.01	c      3369          12907       11729        20                -           0.0000          -
66896.00/3374.06	c      3374          12922       11744        20                -           0.0000          -
66995.29/3379.12	c      3379          12922       11744        20                -           0.0000          -
67096.03/3384.15	c      3384          12922       11744        20                -           0.0000          -
67195.59/3389.16	c      3389          12922       11744        20                -           0.0000          -
67297.87/3394.30	c      3394          12922       11744        20                -           0.0000          -
67397.00/3399.35	c      3399          12922       11744        20                -           0.0000          -
67498.16/3404.40	c      3404          12922       11744        20                -           0.0000          -
67597.30/3409.45	c      3409          12922       11744        20                -           0.0000          -
67698.42/3414.50	c      3415          12922       11744        20                -           0.0000          -
67797.61/3419.51	c      3420           8195        8192        20                -           0.0000          -
67896.60/3424.57	c      3425          34998       10346        20                -           0.0000          -
67995.79/3429.58	c      3430         172575        6205        20                -           0.0000          -
68096.93/3434.66	c      3435           8218        8215        20                -           0.0000          -
68198.01/3439.73	c      3440          13035       11855        20                -           0.0000          -
68297.16/3444.75	c      3445          19102       19083        20                -           0.0000          -
68396.30/3449.78	c      3450          19102       19083        20                -           0.0000          -
68497.38/3454.88	c      3455          19102       19083        20                -           0.0000          -
68598.48/3459.92	c      3460          19102       19083        20                -           0.0000          -
68697.58/3465.00	c      3465          19102       19083        20                -           0.0000          -
68799.45/3470.05	c      3470          19102       19083        20                -           0.0000          -
68898.70/3475.10	c      3475          19102       19083        20                -           0.0000          -
68997.97/3480.12	c      3480          19102       19083        20                -           0.0000          -
69098.62/3485.18	c      3485          19102       19083        20                -           0.0000          -
69199.02/3490.21	c      3490          19102       19083        20                -           0.0000          -
69300.21/3495.30	c      3495          19102       19083        20                -           0.0000          -
69399.39/3500.35	c      3500          19102       19083        20                -           0.0000          -
69498.55/3505.39	c      3505           8404        8401        20                -           0.0000          -
69599.71/3510.45	c      3510         178602        6239        20                -           0.0000          -
69700.87/3515.50	c      3516          19249       19230        20                -           0.0000          -
69800.05/3520.52	c      3521          19249       19230        20                -           0.0000          -
69901.23/3525.61	c      3526          13370       12188        20                -           0.0000          -
70000.42/3530.65	c      3531          19353       19334        20                -           0.0000          -
70099.59/3535.69	c      3536           8492        8489        20                -           0.0000          -
70200.74/3540.71	c      3541           8497        8494        20                -           0.0000          -
70301.91/3545.80	c      3546          19523       19504        20                -           0.0000          -
70401.02/3550.85	c      3551           8518        8515        20                -           0.0000          -
70502.19/3555.90	c      3556           8530        8527        20                -           0.0000          -
70601.30/3560.95	c      3561           8530        8527        20                -           0.0000          -
70700.48/3566.00	c      3566           8536        8533        20                -           0.0000          -
70802.26/3571.05	c      3571          13613       12429        20                -           0.0000          -
70901.42/3576.10	c      3576         184665        6236        20                -           0.0000          -
71002.65/3581.15	c      3581          19997       19978        20                -           0.0000          -
71103.16/3586.20	c      3586          20033       20014        20                -           0.0000          -
71202.35/3591.22	c      3591           8599        8596        20                -           0.0000          -
71301.55/3596.26	c      3596           8608        8605        20                -           0.0000          -
71402.73/3601.34	c      3601          20218       20199        20                -           0.0000          -
71501.93/3606.37	c      3606          20248       20229        20                -           0.0000          -
71603.02/3611.45	c      3611          20268       20249        20                -           0.0000          -
71704.21/3616.50	c      3617          20268       20249        20                -           0.0000          -
71803.38/3621.52	c      3622          20268       20249        20                -           0.0000          -
71902.60/3626.59	c      3627          20268       20249        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 (187856 MiB free)
  memory of node 1: 193494 MiB (191414 MiB free)
  memory of node 2: 193531 MiB (191058 MiB free)
  memory of node 3: 193531 MiB (191021 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-4465868-1722581830/watcher-4465868-1722581830 -o /tmp/evaluation-result-4465868-1722581830/solver-4465868-1722581830 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159986 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465868-1722581830.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=160728, runsolver pid=160725
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 77.77 82.68 83.63 31/931 160729
/proc/meminfo: memFree=779528516/790760804 swapFree=131071996/131071996
[pid=160728] ppid=160725 vsize=58124 memory=47228 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/stat : 160728 (fscip) R 160725 160728 159974 0 -1 4194304 10742 0 0 0 10 1 0 0 20 0 1 0 24766145 59518976 11807 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
/proc/160728/statm: 14531 11807 2726 3035 0 10927 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 58124 KiB
Current children cumulated memory: 47228 KiB

[startup+0.219355 s]*
/proc/loadavg: 77.77 82.68 83.63 31/931 160729
/proc/meminfo: memFree=779452468/790760804 swapFree=131071996/131071996
[pid=160728] ppid=160725 vsize=1545848 memory=61772 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/stat : 160728 (fscip) R 160725 160728 159974 0 -1 4194304 13103 0 0 0 21 2 0 0 20 0 21 0 24766145 1582948352 15443 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
/proc/160728/statm: 386596 15443 2774 3035 0 55952 0
[pid=160728/tid=160730] ppid=160725 vsize=1546384 memory=3472328300254199927 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160730/stat : 160730 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15443 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160731] ppid=160725 vsize=1546384 memory=25153 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160731/stat : 160731 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160732] ppid=160725 vsize=1546384 memory=59614968414677 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160732/stat : 160732 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160733] ppid=160725 vsize=1546384 memory=56282107347530 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160733/stat : 160733 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160734] ppid=160725 vsize=1546384 memory=54091690803904 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160734/stat : 160734 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160735] ppid=160725 vsize=1546384 memory=54083167978556 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160735/stat : 160735 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160736] ppid=160725 vsize=1546384 memory=14976667747616358 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160736/stat : 160736 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160737] ppid=160725 vsize=1546384 memory=115698 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160737/stat : 160737 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160738] ppid=160725 vsize=1546384 memory=3616724972179160436 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160738/stat : 160738 (fscip) S 160725 160728 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160739] ppid=160725 vsize=1546384 memory=3689635795830205449 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160739/stat : 160739 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160740] ppid=160725 vsize=1546384 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160740/stat : 160740 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160741] ppid=160725 vsize=1546384 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160741/stat : 160741 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15509 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160742] ppid=160725 vsize=1546384 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160742/stat : 160742 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583497216 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160743] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160743/stat : 160743 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160744] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160744/stat : 160744 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160745] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160745/stat : 160745 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160746] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160746/stat : 160746 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160747] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160747/stat : 160747 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160748] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160748/stat : 160748 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160749] ppid=160725 vsize=1546840 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160749/stat : 160749 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583964160 15575 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1545848 KiB
Current children cumulated memory: 61772 KiB

[startup+0.3186 s]*
/proc/loadavg: 77.77 82.68 83.63 28/948 160749
/proc/meminfo: memFree=779406096/790760804 swapFree=131071996/131071996
[pid=160728] ppid=160725 vsize=1545904 memory=139084 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/stat : 160728 (fscip) S 160725 160728 159974 0 -1 1077936128 34765 0 0 0 28 5 0 0 20 0 21 0 24766145 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
/proc/160728/statm: 386476 34771 2774 3035 0 75660 0
[pid=160728/tid=160730] ppid=160725 vsize=1545904 memory=-6585226275632364391 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160730/stat : 160730 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160731] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160731/stat : 160731 (fscip) S 160725 160728 159974 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160732] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160732/stat : 160732 (fscip) S 160725 160728 159974 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160733] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160733/stat : 160733 (fscip) S 160725 160728 159974 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160734] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160734/stat : 160734 (fscip) S 160725 160728 159974 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160735] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160735/stat : 160735 (fscip) S 160725 160728 159974 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34771 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160736] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160736/stat : 160736 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160737] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160737/stat : 160737 (fscip) R 160725 160728 159974 0 -1 4194368 794 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160738] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160738/stat : 160738 (fscip) S 160725 160728 159974 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160739] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160739/stat : 160739 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160740] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160740/stat : 160740 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160741] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160741/stat : 160741 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160742] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160742/stat : 160742 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160743] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160743/stat : 160743 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160744] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160744/stat : 160744 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160745] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160745/stat : 160745 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160746] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160746/stat : 160746 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160747] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160747/stat : 160747 (fscip) S 160725 160728 159974 0 -1 1077936192 2680 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160748] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160748/stat : 160748 (fscip) S 160725 160728 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160749] ppid=160725 vsize=1545904 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160749/stat : 160749 (fscip) S 160725 160728 159974 0 -1 1077936192 2679 0 0 0 0 0 0 0 20 0 21 0 24766169 1583005696 34837 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1545904 KiB
Current children cumulated memory: 139084 KiB

[startup+0.700765 s]
/proc/loadavg: 77.77 82.68 83.63 36/968 160769
/proc/meminfo: memFree=778902952/790760804 swapFree=131071996/131071996
[pid=160728] ppid=160725 vsize=1709824 memory=747244 CPUtime=4.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/stat : 160728 (fscip) S 160725 160728 159974 0 -1 1077936128 186323 0 0 0 363 43 0 0 20 0 41 0 24766145 1750859776 186811 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
/proc/160728/statm: 427456 186811 2854 3035 0 276013 0
[pid=160728/tid=160730] ppid=160725 vsize=1709824 memory=3 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160730/stat : 160730 (fscip) R 160725 160728 159974 0 -1 4194368 8934 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186811 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160731] ppid=160725 vsize=1709824 memory=10544 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160731/stat : 160731 (fscip) R 160725 160728 159974 0 -1 4194368 8168 0 0 0 17 1 0 0 20 0 41 0 24766169 1750859776 186811 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160732] ppid=160725 vsize=1709824 memory=11448 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160732/stat : 160732 (fscip) R 160725 160728 159974 0 -1 4194368 8172 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186811 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160733] ppid=160725 vsize=1709824 memory=17288 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160733/stat : 160733 (fscip) R 160725 160728 159974 0 -1 1077936192 9424 0 0 0 17 2 0 0 20 0 41 0 24766169 1750859776 186811 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160734] ppid=160725 vsize=1709824 memory=2316 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160734/stat : 160734 (fscip) R 160725 160728 159974 0 -1 4194368 8744 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186811 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160735] ppid=160725 vsize=1709824 memory=15776 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160735/stat : 160735 (fscip) R 160725 160728 159974 0 -1 4194368 8004 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160736] ppid=160725 vsize=1709824 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160736/stat : 160736 (fscip) R 160725 160728 159974 0 -1 4194368 9092 0 0 0 17 1 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160737] ppid=160725 vsize=1709824 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160737/stat : 160737 (fscip) R 160725 160728 159974 0 -1 4194368 8139 0 0 0 16 1 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160738] ppid=160725 vsize=1709824 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160738/stat : 160738 (fscip) R 160725 160728 159974 0 -1 4194368 8133 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160739] ppid=160725 vsize=1709824 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160739/stat : 160739 (fscip) R 160725 160728 159974 0 -1 4194368 11437 0 0 0 17 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160740] ppid=160725 vsize=1709824 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160740/stat : 160740 (fscip) R 160725 160728 159974 0 -1 4194368 8140 0 0 0 17 1 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160741] ppid=160725 vsize=1709824 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160741/stat : 160741 (fscip) R 160725 160728 159974 0 -1 4194368 8167 0 0 0 17 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160742] ppid=160725 vsize=1709824 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160742/stat : 160742 (fscip) R 160725 160728 159974 0 -1 4194368 9009 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160743] ppid=160725 vsize=1709824 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160743/stat : 160743 (fscip) R 160725 160728 159974 0 -1 4194368 8067 0 0 0 18 1 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160744] ppid=160725 vsize=1709824 memory=994478657 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160744/stat : 160744 (fscip) R 160725 160728 159974 0 -1 4194368 8174 0 0 0 17 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160745] ppid=160725 vsize=1709824 memory=280331576998976 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160745/stat : 160745 (fscip) R 160725 160728 159974 0 -1 4194368 8344 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186877 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160746] ppid=160725 vsize=1709824 memory=33000 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160746/stat : 160746 (fscip) R 160725 160728 159974 0 -1 4194368 8130 0 0 0 16 1 0 0 20 0 41 0 24766169 1750859776 186943 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160747] ppid=160725 vsize=1709824 memory=1804 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160747/stat : 160747 (fscip) R 160725 160728 159974 0 -1 4194368 8452 0 0 0 17 1 0 0 20 0 41 0 24766169 1750859776 186943 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160748] ppid=160725 vsize=1709824 memory=6048 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160748/stat : 160748 (fscip) R 160725 160728 159974 0 -1 4194368 8347 0 0 0 17 1 0 0 20 0 41 0 24766169 1750859776 186943 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160749] ppid=160725 vsize=1709824 memory=51200 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160749/stat : 160749 (fscip) R 160725 160728 159974 0 -1 4194368 8167 0 0 0 16 2 0 0 20 0 41 0 24766169 1750859776 186943 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160750] ppid=160725 vsize=1709824 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160750/stat : 160750 (fscip) S 160725 160728 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24766195 1750859776 187009 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160751] ppid=160725 vsize=1709824 memory=280331576085312 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160751/stat : 160751 (fscip) S 160725 160728 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24766195 1750859776 187009 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160752] ppid=160725 vsize=1709824 memory=62913520075324 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160752/stat : 160752 (fscip) S 160725 160728 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24766195 1750859776 187009 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0

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

/proc/160728/task/160749/stat : 160749 (fscip) R 160725 160728 159974 0 -1 4194368 1784314 0 0 0 355090 226 0 0 20 0 41 0 24766169 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160750] ppid=160725 vsize=5654984 memory=280331579891984 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160750/stat : 160750 (fscip) S 160725 160728 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160751] ppid=160725 vsize=5654984 memory=1668 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160751/stat : 160751 (fscip) S 160725 160728 159974 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160752] ppid=160725 vsize=5654984 memory=4446824 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160752/stat : 160752 (fscip) S 160725 160728 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160753] ppid=160725 vsize=5654984 memory=280331579342512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160753/stat : 160753 (fscip) S 160725 160728 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160754] ppid=160725 vsize=5654984 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160754/stat : 160754 (fscip) S 160725 160728 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160755] ppid=160725 vsize=5654984 memory=17412 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160755/stat : 160755 (fscip) S 160725 160728 159974 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160756] ppid=160725 vsize=5654984 memory=1804 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160756/stat : 160756 (fscip) S 160725 160728 159974 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160757] ppid=160725 vsize=5654984 memory=4459052 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160757/stat : 160757 (fscip) S 160725 160728 159974 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160758] ppid=160725 vsize=5654984 memory=132 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160758/stat : 160758 (fscip) S 160725 160728 159974 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160759] ppid=160725 vsize=5654984 memory=280331576424192 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160759/stat : 160759 (fscip) S 160725 160728 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160760] ppid=160725 vsize=5654984 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160760/stat : 160760 (fscip) S 160725 160728 159974 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160761] ppid=160725 vsize=5654984 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160761/stat : 160761 (fscip) S 160725 160728 159974 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160762] ppid=160725 vsize=5654984 memory=4688 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160762/stat : 160762 (fscip) S 160725 160728 159974 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160763] ppid=160725 vsize=5654984 memory=20660 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160763/stat : 160763 (fscip) S 160725 160728 159974 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160764] ppid=160725 vsize=5654984 memory=15776 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160764/stat : 160764 (fscip) S 160725 160728 159974 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160765] ppid=160725 vsize=5654984 memory=6720665437215932521 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160765/stat : 160765 (fscip) S 160725 160728 159974 0 -1 1077936192 109 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160766] ppid=160725 vsize=5654984 memory=4459048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160766/stat : 160766 (fscip) S 160725 160728 159974 0 -1 1077936192 69 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160767] ppid=160725 vsize=5654984 memory=4459052 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160767/stat : 160767 (fscip) S 160725 160728 159974 0 -1 1077936192 70 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160768] ppid=160725 vsize=5654984 memory=4459056 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160768/stat : 160768 (fscip) S 160725 160728 159974 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160769] ppid=160725 vsize=5654984 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160769/stat : 160769 (fscip) S 160725 160728 159974 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 24766195 5790703616 1114767 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
Current children cumulated CPU time: 71025.8 s
Current children cumulated vsize: 5654984 KiB
Current children cumulated memory: 4459068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.5 s]
/proc/loadavg: 80.67 80.46 80.55 81/1023 162920
/proc/meminfo: memFree=765025200/790760804 swapFree=131071996/131071996
[pid=160728] ppid=160725 vsize=5655168 memory=4457488 CPUtime=72001.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/stat : 160728 (fscip) S 160725 160728 159974 0 -1 1077936128 21954774 0 0 0 7179053 21126 0 0 20 0 41 0 24766145 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
/proc/160728/statm: 1413792 1114372 3334 3035 0 1288488 0
[pid=160728/tid=160730] ppid=160725 vsize=5655168 memory=1380849165854686 CPUtime=3599.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160730/stat : 160730 (fscip) R 160725 160728 159974 0 -1 4194368 1459687 0 0 0 359657 329 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160731] ppid=160725 vsize=5655168 memory=4446824 CPUtime=3603.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160731/stat : 160731 (fscip) R 160725 160728 159974 0 -1 4194368 2054290 0 0 0 359983 363 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160732] ppid=160725 vsize=5655168 memory=6952 CPUtime=3598.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160732/stat : 160732 (fscip) R 160725 160728 159974 0 -1 4194368 262910 0 0 0 357492 2352 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160733] ppid=160725 vsize=5655168 memory=280331577868448 CPUtime=3599 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160733/stat : 160733 (fscip) R 160725 160728 159974 0 -1 4194368 1144439 0 0 0 359624 276 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160734] ppid=160725 vsize=5655168 memory=25333125866717268 CPUtime=3600.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160734/stat : 160734 (fscip) R 160725 160728 159974 0 -1 4194368 1490704 0 0 0 359740 295 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160735] ppid=160725 vsize=5655168 memory=4457256 CPUtime=3594.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160735/stat : 160735 (fscip) R 160725 160728 159974 0 -1 4194368 286137 0 0 0 355870 3615 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160736] ppid=160725 vsize=5655168 memory=4457256 CPUtime=3597 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160736/stat : 160736 (fscip) R 160725 160728 159974 0 -1 4194368 1185903 0 0 0 359438 262 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160737] ppid=160725 vsize=5655168 memory=33000 CPUtime=3602.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160737/stat : 160737 (fscip) R 160725 160728 159974 0 -1 4194368 1588480 0 0 0 360103 184 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160738] ppid=160725 vsize=5655168 memory=2316 CPUtime=3598.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160738/stat : 160738 (fscip) R 160725 160728 159974 0 -1 4194368 283041 0 0 0 356987 2893 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160739] ppid=160725 vsize=5655168 memory=17288 CPUtime=3602.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160739/stat : 160739 (fscip) R 160725 160728 159974 0 -1 4194368 1297299 0 0 0 359993 235 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160740] ppid=160725 vsize=5655168 memory=11448 CPUtime=3600.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160740/stat : 160740 (fscip) R 160725 160728 159974 0 -1 4194368 1862302 0 0 0 359786 220 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160741] ppid=160725 vsize=5655168 memory=10544 CPUtime=3599.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160741/stat : 160741 (fscip) R 160725 160728 159974 0 -1 4194368 247866 0 0 0 357003 2957 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160742] ppid=160725 vsize=5655168 memory=1380849165854686 CPUtime=3604.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160742/stat : 160742 (fscip) R 160725 160728 159974 0 -1 4194368 1291745 0 0 0 360187 279 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160743] ppid=160725 vsize=5655168 memory=2208 CPUtime=3593.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160743/stat : 160743 (fscip) R 160725 160728 159974 0 -1 4194368 1891038 0 0 0 359159 235 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160744] ppid=160725 vsize=5655168 memory=280331576064576 CPUtime=3592.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160744/stat : 160744 (fscip) R 160725 160728 159974 0 -1 4194368 301885 0 0 0 356175 3050 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160745] ppid=160725 vsize=5655168 memory=0 CPUtime=3603.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160745/stat : 160745 (fscip) R 160725 160728 159974 0 -1 4194368 794029 0 0 0 360240 101 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160746] ppid=160725 vsize=5655168 memory=4457144 CPUtime=3601.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160746/stat : 160746 (fscip) R 160725 160728 159974 0 -1 4194368 1681950 0 0 0 359909 237 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160747] ppid=160725 vsize=5655168 memory=280331576040192 CPUtime=3602.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160747/stat : 160747 (fscip) R 160725 160728 159974 0 -1 4194368 208857 0 0 0 357389 2863 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160748] ppid=160725 vsize=5655168 memory=4457308 CPUtime=3602.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160748/stat : 160748 (fscip) R 160725 160728 159974 0 -1 4194368 787292 0 0 0 360162 104 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160749] ppid=160725 vsize=5655168 memory=25333125866717268 CPUtime=3602.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160749/stat : 160749 (fscip) R 160725 160728 159974 0 -1 4194368 1816202 0 0 0 359975 230 0 0 20 0 41 0 24766169 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160750] ppid=160725 vsize=5655168 memory=51200 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160750/stat : 160750 (fscip) S 160725 160728 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160751] ppid=160725 vsize=5655168 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160751/stat : 160751 (fscip) S 160725 160728 159974 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160752] ppid=160725 vsize=5655168 memory=19092 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160752/stat : 160752 (fscip) S 160725 160728 159974 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160753] ppid=160725 vsize=5655168 memory=280331578015136 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160753/stat : 160753 (fscip) S 160725 160728 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160754] ppid=160725 vsize=5655168 memory=4457308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160754/stat : 160754 (fscip) S 160725 160728 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160755] ppid=160725 vsize=5655168 memory=4375160 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160755/stat : 160755 (fscip) S 160725 160728 159974 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160756] ppid=160725 vsize=5655168 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160756/stat : 160756 (fscip) S 160725 160728 159974 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160757] ppid=160725 vsize=5655168 memory=994478657 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160757/stat : 160757 (fscip) S 160725 160728 159974 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160758] ppid=160725 vsize=5655168 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160758/stat : 160758 (fscip) S 160725 160728 159974 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160759] ppid=160725 vsize=5655168 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160759/stat : 160759 (fscip) S 160725 160728 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160760] ppid=160725 vsize=5655168 memory=4457308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160760/stat : 160760 (fscip) S 160725 160728 159974 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160761] ppid=160725 vsize=5655168 memory=4457296 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160761/stat : 160761 (fscip) S 160725 160728 159974 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160762] ppid=160725 vsize=5655168 memory=25932 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160762/stat : 160762 (fscip) S 160725 160728 159974 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160763] ppid=160725 vsize=5655168 memory=21380 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160763/stat : 160763 (fscip) S 160725 160728 159974 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160764] ppid=160725 vsize=5655168 memory=4459048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160764/stat : 160764 (fscip) S 160725 160728 159974 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160765] ppid=160725 vsize=5655168 memory=4457308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160765/stat : 160765 (fscip) S 160725 160728 159974 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160766] ppid=160725 vsize=5655168 memory=4457308 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160766/stat : 160766 (fscip) S 160725 160728 159974 0 -1 1077936192 70 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160767] ppid=160725 vsize=5655168 memory=8196 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160767/stat : 160767 (fscip) S 160725 160728 159974 0 -1 1077936192 71 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160768] ppid=160725 vsize=5655168 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160768/stat : 160768 (fscip) S 160725 160728 159974 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
[pid=160728/tid=160769] ppid=160725 vsize=5655168 memory=17412 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/160728/task/160769/stat : 160769 (fscip) S 160725 160728 159974 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 24766195 5790892032 1114372 809668444160 4194304 16623229 140735671740768 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42909696 140735671743497 140735671743615 140735671743615 140735671750640 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 5655168 KiB
Current children cumulated memory: 4457488 KiB

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

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

# cumulated CPU time of all completed processes:  user=71790.8 s, system=211.459 s

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

[startup+3631.61 s]*
/proc/loadavg: 80.67 80.46 80.55 62/984 162920
/proc/meminfo: memFree=767368912/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.71
CPU time (s): 72002.2
CPU user time (s): 71790.8
CPU system time (s): 211.459
CPU usage (%): 1982.6
Max. virtual memory (cumulated for all children) (KiB): 5720340
Max. memory (cumulated for all children) (KiB): 4459072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71790.8
system time used= 211.459
maximum resident set size= 4459072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21954824
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= 280723
involuntary context switches= 315656


# summary of solver processes directly reported to runsolver:
#   pid: 160728
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71790.8
#   total CPU system time (s): 211.459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6156 second user time and 83.2902 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 08:57:10
IDJOB=4465868
IDBENCH=162158
IDSOLVER=3094
FILE ID=nodeD105/4465868-1722581830
RUNJOBID= nodeD105-1722581828-159986
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-2.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-4465868-1722581830/watcher-4465868-1722581830 -o /tmp/evaluation-result-4465868-1722581830/solver-4465868-1722581830 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159986 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465868-1722581830.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 47ea31a7c9031906789706eba8e52740
RANDOM SEED=866791036

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		: 3209.144
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		: 3348.908
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		: 3613.390
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		: 3148.390
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		: 3202.105
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		: 3402.205
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		: 3487.029
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		: 3199.999
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		: 3011.289
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		: 3445.393
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		: 2961.050
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		: 2946.140
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		: 3030.951
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		: 3586.862
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		: 3233.367
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		: 3199.999
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		: 3054.640
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		: 3559.122
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		: 3047.153
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		: 3001.384
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		: 3058.535
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		: 3588.477
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		: 1865.549
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		: 3178.694
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		: 2999.114
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		: 3120.160
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		: 2157.433
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		: 3172.193
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		: 2975.534
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		: 3286.944
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		: 1380.177
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		: 3176.539
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		: 3145.135
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		: 3777.867
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		: 1701.879
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		: 3199.999
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		: 3026.003
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		: 2620.024
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		: 2600.998
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		: 3200.000
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		: 3219.399
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		: 2612.090
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		: 1620.840
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		: 3059.638
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		: 3052.290
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		: 2626.242
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		: 2602.641
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		: 3199.999
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		: 3009.391
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		: 2617.459
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		: 2602.707
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		: 3199.999
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		: 3078.900
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		: 2649.069
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		: 2630.886
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		: 3099.758
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		: 3228.284
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		: 2645.527
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		: 2628.305
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		: 3199.999
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		: 3050.087
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		: 2635.335
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		: 2632.491
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		: 3101.804
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		: 3196.218
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		: 2627.460
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		: 2620.631
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		: 3126.920
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		: 3052.925
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		: 2942.842
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		: 2662.848
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		: 3200.000
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		: 3028.573
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		: 2644.692
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		: 2652.457
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		: 3169.650
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		: 3033.833
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		: 3688.544
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		: 2650.950
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		: 3199.999
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:        779652360 kB
MemAvailable:   782242104 kB
Buffers:          365276 kB
Cached:          5529508 kB
SwapCached:            0 kB
Active:           560272 kB
Inactive:        7917784 kB
Active(anon):       2160 kB
Inactive(anon):  2603644 kB
Active(file):     558112 kB
Inactive(file):  5314140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            124320 kB
Writeback:             4 kB
AnonPages:       2577344 kB
Mapped:           124152 kB
Shmem:             22536 kB
KReclaimable:     274392 kB
Slab:             649108 kB
SReclaimable:     274392 kB
SUnreclaim:       374716 kB
KernelStack:       16016 kB
PageTables:        15040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1189448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           306816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-02 09:57:42