Trace number 4465876

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) 72001.8 3632.49

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round21-6.opb
MD5SUM3275beafb3ca308b178248aae5ff03d5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.31798
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7856
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints832
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 = 44355584, getVmSize() = 44355584, SCIPgetMemUsed() = 18694273, SCIPgetMemTotal() = 22058905, SCIPgetMemExternEstim() = 11381264
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.18	c ** Estimated virtualMemUsedAtSolver = 34529326, getVmSize() = 64512000, SCIPgetMemUsed() = 22360757, SCIPgetMemTotal() = 40412725, SCIPgetMemExternEstim() = 11381264
0.11/0.18	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.11/0.18	c Original Problem   :
0.11/0.18	c   Problem name     : instance-4465876-1722587343
0.11/0.18	c   Variables        : 3968 (3968 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.18	c   Constraints      : 7856
0.11/0.18	c   Objective sense  : minimize
0.11/0.18	c Presolved Problem  :
0.11/0.18	c   Variables        : 3213 (3213 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.18	c   Constraints      : 6531
0.11/0.18	c Constraints        : Number
0.11/0.18	c   and              : 37 
0.11/0.18	c   xor              : 1 
0.11/0.18	c   linear           : 1299 
0.11/0.18	c   logicor          : 5194 
0.11/0.18	c ** Instance transfer method used: 0
0.11/0.20	c ** ParaScipInstance copy does not increase the number of variables. **
0.35/0.43	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.35/0.43	c                                Nodes    Active                                            
0.35/0.43	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.40/5.70	c         6           8207         451        20                -           0.0000          -
202.03/10.75	c        11          22861         163        20                -           0.0000          -
301.15/15.79	c        16          33616         285        20                -           0.0000          -
402.09/20.85	c        21              9           8        20                -           0.0000          -
503.20/25.90	c        26             12          11        20                -           0.0000          -
602.29/30.95	c        31             12          11        20                -           0.0000          -
701.36/36.00	c        36             13          12        20                -           0.0000          -
803.36/41.05	c        41             13          12        20                -           0.0000          -
902.12/46.10	c        46             20          19        20                -           0.0000          -
1003.29/51.15	c        51              4           3        20                -           0.0000          -
1103.65/56.20	c        56             32          31        20                -           0.0000          -
1202.67/61.25	c        61             44          43        20                -           0.0000          -
1301.78/66.27	c        66             44          43        20                -           0.0000          -
1402.93/71.35	c        71             44          43        20                -           0.0000          -
1504.07/76.40	c        76             16          15        20                -           0.0000          -
1603.21/81.44	c        81             16          15        20                -           0.0000          -
1704.34/86.50	c        87             16          15        20                -           0.0000          -
1803.49/91.55	c        92             16          15        20                -           0.0000          -
1904.61/96.60	c        97             16          15        20                -           0.0000          -
2003.68/101.65	c       102             16          15        20                -           0.0000          -
2104.78/106.70	c       107             16          15        20                -           0.0000          -
2203.89/111.75	c       112             16          15        20                -           0.0000          -
2305.03/116.80	c       117             16          15        20                -           0.0000          -
2404.14/121.85	c       122             16          15        20                -           0.0000          -
2505.21/126.90	c       127             16          15        20                -           0.0000          -
2604.31/131.94	c       132             16          15        20                -           0.0000          -
2703.42/136.99	c       137             16          15        20                -           0.0000          -
2802.45/142.04	c       142             16          15        20                -           0.0000          -
2904.36/147.09	c       147             16          15        20                -           0.0000          -
3005.35/152.14	c       152             16          15        20                -           0.0000          -
3104.49/157.19	c       157             16          15        20                -           0.0000          -
3204.75/162.24	c       162             16          15        20                -           0.0000          -
3303.88/167.29	c       167             16          15        20                -           0.0000          -
3404.99/172.34	c       172             16          15        20                -           0.0000          -
3504.07/177.39	c       177             16          15        20                -           0.0000          -
3605.17/182.44	c       182             16          15        20                -           0.0000          -
3704.29/187.49	c       188             16          15        20                -           0.0000          -
3805.36/192.54	c       193             16          15        20                -           0.0000          -
3904.47/197.59	c       198             16          15        20                -           0.0000          -
4005.62/202.65	c       203             16          15        20                -           0.0000          -
4104.78/207.69	c       208             16          15        20                -           0.0000          -
4205.90/212.74	c       213             16          15        20                -           0.0000          -
4305.03/217.79	c       218             16          15        20                -           0.0000          -
4406.18/222.84	c       223             16          15        20                -           0.0000          -
4505.33/227.89	c       228             16          15        20                -           0.0000          -
4606.43/232.94	c       233             16          15        20                -           0.0000          -
4705.55/237.95	c       238             16          15        20                -           0.0000          -
4807.31/243.04	c       243             16          15        20                -           0.0000          -
4906.58/248.09	c       248             16          15        20                -           0.0000          -
5005.87/253.14	c       253            950         949        20                -           0.0000          -
5106.69/258.19	c       258            950         949        20                -           0.0000          -
5207.02/263.24	c       263             20          19        20                -           0.0000          -
5306.10/268.29	c       268            963         962        20                -           0.0000          -
5407.20/273.34	c       273             23          22        20                -           0.0000          -
5506.25/278.39	c       278           1050        1037        20                -           0.0000          -
5607.33/283.44	c       283         556041         203        20                -           0.0000          -
5706.37/288.49	c       288           1090        1077        20                -           0.0000          -
5807.46/293.54	c       294             36          35        20                -           0.0000          -
5906.56/298.59	c       299             38          37        20                -           0.0000          -
6007.65/303.64	c       304           1244        1231        20                -           0.0000          -
6106.78/308.69	c       309           1244        1231        20                -           0.0000          -
6207.87/313.72	c       314           1249        1236        20                -           0.0000          -
6306.96/318.72	c       319           1307        1294        20                -           0.0000          -
6406.06/323.79	c       324           1350        1337        20                -           0.0000          -
6507.15/328.89	c       329           1350        1337        20                -           0.0000          -
6608.16/333.92	c       334           1350        1337        20                -           0.0000          -
6707.27/338.94	c       339             81          80        20                -           0.0000          -
6809.04/344.04	c       344             85          84        20                -           0.0000          -
6908.17/349.09	c       349           1439        1424        20                -           0.0000          -
7009.25/354.14	c       354           1439        1424        20                -           0.0000          -
7108.51/359.19	c       359             95          94        20                -           0.0000          -
7208.77/364.24	c       364           1470        1455        20                -           0.0000          -
7307.88/369.29	c       369            129         128        20                -           0.0000          -
7409.00/374.34	c       374            138         137        20                -           0.0000          -
7508.06/379.39	c       379           1557        1540        20                -           0.0000          -
7609.15/384.44	c       384         409243         167        20                -           0.0000          -
7708.28/389.49	c       390            153         152        20                -           0.0000          -
7809.40/394.54	c       395           1702        1685        20                -           0.0000          -
7908.52/399.59	c       400           1702        1685        20                -           0.0000          -
8009.61/404.64	c       405            176         175        20                -           0.0000          -
8108.70/409.69	c       410           1761        1744        20                -           0.0000          -
8209.79/414.74	c       415           1761        1744        20                -           0.0000          -
8308.88/419.78	c       420            199         198        20                -           0.0000          -
8409.97/424.81	c       425            205         204        20                -           0.0000          -
8509.06/429.89	c       430         451469         165        20                -           0.0000          -
8610.13/434.94	c       435            231         230        20                -           0.0000          -
8709.25/439.99	c       440           1938        1921        20                -           0.0000          -
8811.08/445.04	c       445           1971        1954        20                -           0.0000          -
8910.19/450.05	c       450            250         249        20                -           0.0000          -
9011.40/455.14	c       455           1997        1980        20                -           0.0000          -
9110.64/460.19	c       460           1997        1980        20                -           0.0000          -
9210.70/465.24	c       465           2094        2077        20                -           0.0000          -
9309.80/470.29	c       470           2094        2077        20                -           0.0000          -
9410.90/475.34	c       475           2110        2093        20                -           0.0000          -
9510.01/480.39	c       480           2110        2093        20                -           0.0000          -
9611.08/485.44	c       485           2110        2093        20                -           0.0000          -
9710.18/490.49	c       490           2141        2124        20                -           0.0000          -
9811.29/495.54	c       496           2177        2160        20                -           0.0000          -
9910.40/500.59	c       501         519149         165        20                -           0.0000          -
10011.47/505.64	c       506           2291        2274        20                -           0.0000          -
10110.59/510.69	c       511           2403        2386        20                -           0.0000          -
10211.69/515.72	c       516           2403        2386        20                -           0.0000          -
10310.70/520.79	c       521            510         509        20                -           0.0000          -
10411.79/525.84	c       526         542687         167        20                -           0.0000          -
10510.83/530.89	c       531            530         529        20                -           0.0000          -
10611.89/535.92	c       536            543         542        20                -           0.0000          -
10710.95/540.99	c       541           2758        2719        20                -           0.0000          -
10812.69/546.04	c       546            575         574        20                -           0.0000          -
10911.75/551.09	c       551            588         587        20                -           0.0000          -
11010.94/556.11	c       556           3003        2960        20                -           0.0000          -
11111.96/561.14	c       561           3003        2960        20                -           0.0000          -
11212.32/566.24	c       566           3003        2960        20                -           0.0000          -
11311.38/571.29	c       571            621         620        20                -           0.0000          -
11412.49/576.34	c       576            630         629        20                -           0.0000          -
11511.58/581.39	c       581           3108        3065        20                -           0.0000          -
11612.70/586.44	c       586            642         641        20                -           0.0000          -
11711.80/591.49	c       591         620201         167        20                -           0.0000          -
11812.92/596.52	c       597            744         743        20                -           0.0000          -
11912.00/601.58	c       602           3460        3417        20                -           0.0000          -
12013.08/606.64	c       607           3532        3489        20                -           0.0000          -
12112.13/611.69	c       612           3532        3489        20                -           0.0000          -
12213.23/616.74	c       617           3532        3489        20                -           0.0000          -
12312.36/621.79	c       622           3583        3540        20                -           0.0000          -
12413.42/626.84	c       627            919         918        20                -           0.0000          -
12512.50/631.89	c       632           3713        3670        20                -           0.0000          -
12613.60/636.94	c       637           3713        3670        20                -           0.0000          -
12712.70/641.99	c       642        1079591         205        20                -           0.0000          -
12814.52/647.04	c       647           3773        3730        20                -           0.0000          -
12913.94/652.09	c       652           3773        3730        20                -           0.0000          -
13014.71/657.14	c       657           3776        3733        20                -           0.0000          -
13113.54/662.19	c       662           1050           0        20                -           0.0000          -
13214.05/667.21	c       667           1050           0        20                -           0.0000          -
13313.14/672.29	c       672           1050           0        20                -           0.0000          -
13414.21/677.32	c       677           1050           0        20                -           0.0000          -
13513.32/682.39	c       682           1050           0        20                -           0.0000          -
13614.42/687.44	c       687           1050           0        20                -           0.0000          -
13713.41/692.46	c       692           1050           0        20                -           0.0000          -
13814.50/697.54	c       698           1050           0        20                -           0.0000          -
13913.62/702.59	c       703           1050           0        20                -           0.0000          -
14014.70/707.64	c       708           1050           0        20                -           0.0000          -
14113.79/712.69	c       713           4393        4350        20                -           0.0000          -
14214.89/717.74	c       718           4393        4350        20                -           0.0000          -
14314.01/722.79	c       723           1063          13        20                -           0.0000          -
14415.10/727.84	c       728           1064          14        20                -           0.0000          -
14514.26/732.89	c       733           1066          16        20                -           0.0000          -
14615.25/737.92	c       738           1076          26        20                -           0.0000          -
14714.38/742.93	c       743           4803        4760        20                -           0.0000          -
14813.41/748.03	c       748         840313         167        20                -           0.0000          -
14915.44/753.05	c       753           4815        4772        20                -           0.0000          -
15016.19/758.14	c       758           4815        4772        20                -           0.0000          -
15115.41/763.19	c       763           4831        4788        20                -           0.0000          -
15215.71/768.24	c       768           4888        4845        20                -           0.0000          -
15314.83/773.29	c       773           4888        4845        20                -           0.0000          -
15415.92/778.34	c       778           4899        4856        20                -           0.0000          -
15515.05/783.39	c       783         890028         168        20                -           0.0000          -
15616.19/788.41	c       788           1203         153        20                -           0.0000          -
15715.31/793.49	c       794           1211         161        20                -           0.0000          -
15816.44/798.54	c       799           1217         167        20                -           0.0000          -
15915.59/803.58	c       804           5213        5170        20                -           0.0000          -
16016.72/808.61	c       809           1587         525        20                -           0.0000          -
16115.85/813.64	c       814           5273        5230        20                -           0.0000          -
16215.00/818.65	c       819           5273        5230        20                -           0.0000          -
16316.01/823.71	c       824           5273        5230        20                -           0.0000          -
16417.13/828.84	c       829           5348        5305        20                -           0.0000          -
16516.24/833.89	c       834         962244         166        20                -           0.0000          -
16617.33/838.91	c       839           5398        5355        20                -           0.0000          -
16716.45/843.99	c       844           5398        5355        20                -           0.0000          -
16815.57/849.04	c       849           5492        5449        20                -           0.0000          -
16917.33/854.09	c       854           5492        5449        20                -           0.0000          -
17016.55/859.11	c       859           5492        5449        20                -           0.0000          -
17117.82/864.19	c       864           5492        5449        20                -           0.0000          -
17217.93/869.24	c       869           5492        5449        20                -           0.0000          -
17317.06/874.29	c       874           5492        5449        20                -           0.0000          -
17418.18/879.33	c       879        1440938         204        20                -           0.0000          -
17517.31/884.39	c       884        1033647         167        20                -           0.0000          -
17618.40/889.44	c       889        1469816         202        20                -           0.0000          -
17717.53/894.49	c       894           5818        5775        20                -           0.0000          -
17818.64/899.54	c       900           5909        5866        20                -           0.0000          -
17917.79/904.59	c       905           5909        5866        20                -           0.0000          -
18018.92/909.63	c       910           5909        5866        20                -           0.0000          -
18118.05/914.65	c       915        1502708         210        20                -           0.0000          -
18219.14/919.70	c       920           6056        6013        20                -           0.0000          -
18318.25/924.78	c       925        1090806         166        20                -           0.0000          -
18419.37/929.84	c       930        1098630         166        20                -           0.0000          -
18518.53/934.85	c       935        1542755         207        20                -           0.0000          -
18619.65/939.94	c       940           6358        6315        20                -           0.0000          -
18718.80/944.99	c       945           6358        6315        20                -           0.0000          -
18820.58/950.04	c       950        1569507         207        20                -           0.0000          -
18919.85/955.09	c       955        1133887         163        20                -           0.0000          -
19020.90/960.14	c       960        1140937         167        20                -           0.0000          -
19120.04/965.15	c       965        1147985         165        20                -           0.0000          -
19220.27/970.21	c       970           6833        6790        20                -           0.0000          -
19319.42/975.29	c       975           6833        6790        20                -           0.0000          -
19420.52/980.34	c       980           6883        6840        20                -           0.0000          -
19519.64/985.39	c       985           6972        6929        20                -           0.0000          -
19620.77/990.44	c       990           7012        6969        20                -           0.0000          -
19719.92/995.49	c       996        1667155         201        20                -           0.0000          -
19821.05/1000.54	c      1001        1198842         166        20                -           0.0000          -
19920.17/1005.59	c      1006        1205514         166        20                -           0.0000          -
20021.27/1010.64	c      1011           7456        7413        20                -           0.0000          -
20120.38/1015.69	c      1016        1219781         161        20                -           0.0000          -
20221.48/1020.74	c      1021           7570        7527        20                -           0.0000          -
20320.63/1025.78	c      1026           7570        7527        20                -           0.0000          -
20421.77/1030.83	c      1031           7570        7527        20                -           0.0000          -
20520.86/1035.88	c      1036           7616        7573        20                -           0.0000          -
20621.89/1040.93	c      1041           7616        7573        20                -           0.0000          -
20721.01/1045.98	c      1046        1776419         203        20                -           0.0000          -
20820.10/1051.03	c      1051        1791916         204        20                -           0.0000          -
20921.92/1056.08	c      1056        1803510         206        20                -           0.0000          -
21021.18/1061.13	c      1061        1820890         206        20                -           0.0000          -
21122.13/1066.18	c      1066        1838640         204        20                -           0.0000          -
21222.47/1071.23	c      1071           8188        8143        20                -           0.0000          -
21321.50/1076.29	c      1076           8245        8200        20                -           0.0000          -
21422.46/1081.33	c      1081        1866988         206        20                -           0.0000          -
21521.56/1086.38	c      1086        1873898         202        20                -           0.0000          -
21622.66/1091.43	c      1091           8512        8467        20                -           0.0000          -
21721.73/1096.44	c      1096           8512        8467        20                -           0.0000          -
21822.82/1101.53	c      1102           8512        8467        20                -           0.0000          -
21921.98/1106.58	c      1107           8521        8476        20                -           0.0000          -
22023.11/1111.63	c      1112        1915437         205        20                -           0.0000          -
22122.24/1116.68	c      1117           8674        8629        20                -           0.0000          -
22223.37/1121.73	c      1122        1933703         203        20                -           0.0000          -
22322.51/1126.74	c      1127        1373684         166        20                -           0.0000          -
22423.60/1131.83	c      1132        1950836         204        20                -           0.0000          -
22522.74/1136.85	c      1137           9054        9009        20                -           0.0000          -
22621.90/1141.89	c      1142           9054        9009        20                -           0.0000          -
22723.05/1146.98	c      1147           9054        9009        20                -           0.0000          -
22822.12/1152.04	c      1152           9054        9009        20                -           0.0000          -
22923.95/1157.09	c      1157           9054        9009        20                -           0.0000          -
23023.31/1162.14	c      1162           9054        9009        20                -           0.0000          -
23124.16/1167.18	c      1167           9096        9051        20                -           0.0000          -
23224.54/1172.24	c      1172           9196        9151        20                -           0.0000          -
23323.69/1177.29	c      1177        1427902         168        20                -           0.0000          -
23424.86/1182.34	c      1182        2057197         205        20                -           0.0000          -
23524.00/1187.39	c      1187        2066181         203        20                -           0.0000          -
23625.08/1192.44	c      1192        1441060         168        20                -           0.0000          -
23724.21/1197.49	c      1198           9696        9651        20                -           0.0000          -
23825.31/1202.54	c      1203           9765        9720        20                -           0.0000          -
23924.46/1207.58	c      1208        2120033         203        20                -           0.0000          -
24025.58/1212.62	c      1213        2134177         205        20                -           0.0000          -
24124.67/1217.63	c      1218        2144876         208        20                -           0.0000          -
24225.75/1222.74	c      1223          10024        9979        20                -           0.0000          -
24324.93/1227.78	c      1228          10024        9979        20                -           0.0000          -
24426.12/1232.84	c      1233          10046       10001        20                -           0.0000          -
24525.25/1237.89	c      1238        2179157         207        20                -           0.0000          -
24626.35/1242.90	c      1243        2186751         203        20                -           0.0000          -
24725.43/1247.99	c      1248        1494175         167        20                -           0.0000          -
24824.48/1253.01	c      1253        1498470         166        20                -           0.0000          -
24926.31/1258.06	c      1258          10470       10423        20                -           0.0000          -
25025.32/1263.12	c      1263        1509409         165        20                -           0.0000          -
25124.51/1268.12	c      1268        1514206         168        20                -           0.0000          -
25225.84/1273.15	c      1273          57779        1183        20                -           0.0000          -
25326.03/1278.23	c      1278          10842       10793        20                -           0.0000          -
25425.18/1283.29	c      1283          58863        1171        20                -           0.0000          -
25526.32/1288.37	c      1288          59427        1172        20                -           0.0000          -
25627.45/1293.42	c      1293          60075        1162        20                -           0.0000          -
25726.69/1298.49	c      1298          11185       11136        20                -           0.0000          -
25827.75/1303.54	c      1304          11185       11136        20                -           0.0000          -
25926.91/1308.59	c      1309          11185       11136        20                -           0.0000          -
26028.06/1313.64	c      1314        2321932         206        20                -           0.0000          -
26127.17/1318.69	c      1319        2327351         207        20                -           0.0000          -
26228.21/1323.74	c      1324        2333238         208        20                -           0.0000          -
26327.34/1328.79	c      1329        2338995         207        20                -           0.0000          -
26428.40/1333.84	c      1334        2344898         206        20                -           0.0000          -
26527.51/1338.85	c      1339          11712       11663        20                -           0.0000          -
26626.60/1343.86	c      1344        1585028         164        20                -           0.0000          -
26727.60/1348.99	c      1349          11942       11893        20                -           0.0000          -
26829.41/1354.04	c      1354          12002       11953        20                -           0.0000          -
26928.48/1359.06	c      1359          12155       12106        20                -           0.0000          -
27028.00/1364.14	c      1364          12230       12181        20                -           0.0000          -
27128.74/1369.19	c      1369          12356       12307        20                -           0.0000          -
27229.14/1374.24	c      1374        2387810         206        20                -           0.0000          -
27328.24/1379.28	c      1379        1619075         165        20                -           0.0000          -
27429.32/1384.34	c      1384          12610       12561        20                -           0.0000          -
27528.39/1389.36	c      1389          12610       12561        20                -           0.0000          -
27629.50/1394.44	c      1394          12629       12580        20                -           0.0000          -
27728.64/1399.49	c      1400          12629       12580        20                -           0.0000          -
27829.77/1404.54	c      1405        2418419         203        20                -           0.0000          -
27928.88/1409.59	c      1410        2430409         201        20                -           0.0000          -
28029.98/1414.64	c      1415          12785       12736        20                -           0.0000          -
28129.12/1419.69	c      1420          12785       12736        20                -           0.0000          -
28230.25/1424.74	c      1425          12851       12802        20                -           0.0000          -
28329.41/1429.75	c      1430          12851       12802        20                -           0.0000          -
28430.55/1434.83	c      1435        1692056         168        20                -           0.0000          -
28529.69/1439.88	c      1440        1699459         165        20                -           0.0000          -
28630.82/1444.93	c      1445        1706251         167        20                -           0.0000          -
28729.91/1449.99	c      1450          13123       13074        20                -           0.0000          -
28831.75/1455.04	c      1455          13123       13074        20                -           0.0000          -
28931.06/1460.09	c      1460          13123       13074        20                -           0.0000          -
29030.31/1465.14	c      1465        2504006         210        20                -           0.0000          -
29131.40/1470.19	c      1470          13190       13141        20                -           0.0000          -
29231.51/1475.20	c      1475          13190       13141        20                -           0.0000          -
29330.63/1480.24	c      1480          13190       13141        20                -           0.0000          -
29431.72/1485.30	c      1485        1755345         165        20                -           0.0000          -
29530.82/1490.37	c      1490        1759627         169        20                -           0.0000          -
29631.90/1495.43	c      1495        1764613         171        20                -           0.0000          -
29730.97/1500.49	c      1500          13367       13316        20                -           0.0000          -
29832.06/1505.54	c      1506          13420       13367        20                -           0.0000          -
29931.16/1510.59	c      1511        2551495         205        20                -           0.0000          -
30032.26/1515.64	c      1516          13516       13463        20                -           0.0000          -
30131.42/1520.69	c      1521          13534       13481        20                -           0.0000          -
30232.56/1525.74	c      1526          13534       13481        20                -           0.0000          -
30331.62/1530.79	c      1531        2608865         205        20                -           0.0000          -
30432.72/1535.84	c      1536        2622208         206        20                -           0.0000          -
30531.85/1540.89	c      1541          13792       13739        20                -           0.0000          -
30632.98/1545.95	c      1546          13848       13791        20                -           0.0000          -
30732.05/1550.99	c      1551          13848       13791        20                -           0.0000          -
30831.21/1556.04	c      1556          13848       13791        20                -           0.0000          -
30933.25/1561.09	c      1561          13867       13810        20                -           0.0000          -
31033.92/1566.14	c      1566          13867       13810        20                -           0.0000          -
31133.20/1571.19	c      1571        2682798         200        20                -           0.0000          -
31233.57/1576.24	c      1576        2694021         205        20                -           0.0000          -
31332.85/1581.29	c      1581          13968       13911        20                -           0.0000          -
31433.88/1586.34	c      1586        2711960         202        20                -           0.0000          -
31533.01/1591.39	c      1591          14120       14063        20                -           0.0000          -
31633.96/1596.44	c      1596          14195       14138        20                -           0.0000          -
31733.11/1601.49	c      1602        2736549         201        20                -           0.0000          -
31834.24/1606.51	c      1607        1871116         166        20                -           0.0000          -
31933.41/1611.59	c      1612        2754316         202        20                -           0.0000          -
32034.58/1616.64	c      1617        2765872         206        20                -           0.0000          -
32133.70/1621.69	c      1622          14507       14450        20                -           0.0000          -
32234.80/1626.74	c      1627        2792951         203        20                -           0.0000          -
32333.91/1631.78	c      1632        1895462         168        20                -           0.0000          -
32433.03/1636.79	c      1637        1899760         166        20                -           0.0000          -
32534.07/1641.88	c      1642          14766       14709        20                -           0.0000          -
32635.20/1646.94	c      1647        2818432         208        20                -           0.0000          -
32734.31/1652.00	c      1652        2823675         203        20                -           0.0000          -
32836.18/1657.04	c      1657          14988       14931        20                -           0.0000          -
32935.66/1662.09	c      1662        2833799         205        20                -           0.0000          -
33034.63/1667.14	c      1667        2839351         205        20                -           0.0000          -
33135.81/1672.19	c      1672          15138       15079        20                -           0.0000          -
33236.01/1677.22	c      1677        1937722         164        20                -           0.0000          -
33335.17/1682.28	c      1682        1943384         166        20                -           0.0000          -
33436.28/1687.34	c      1687        2861591         203        20                -           0.0000          -
33535.45/1692.39	c      1692          15415       15356        20                -           0.0000          -
33636.51/1697.44	c      1697        2871255         205        20                -           0.0000          -
33735.70/1702.49	c      1702          15564       15505        20                -           0.0000          -
33836.83/1707.54	c      1708          15602       15543        20                -           0.0000          -
33935.96/1712.59	c      1713        2886497         201        20                -           0.0000          -
34037.16/1717.64	c      1718          15713       15652        20                -           0.0000          -
34136.26/1722.69	c      1723          15748       15687        20                -           0.0000          -
34237.36/1727.74	c      1728          15837       15776        20                -           0.0000          -
34336.51/1732.79	c      1733        2917799         203        20                -           0.0000          -
34437.67/1737.84	c      1738          15866       15805        20                -           0.0000          -
34536.75/1742.89	c      1743          15866       15805        20                -           0.0000          -
34637.87/1747.94	c      1748          15866       15805        20                -           0.0000          -
34737.00/1752.99	c      1753          15866       15805        20                -           0.0000          -
34838.76/1758.04	c      1758          15866       15805        20                -           0.0000          -
34938.21/1763.09	c      1763        2960203         205        20                -           0.0000          -
35038.98/1768.14	c      1768          16041       15980        20                -           0.0000          -
35138.04/1773.19	c      1773        2971090         202        20                -           0.0000          -
35238.32/1778.24	c      1778        2976586         204        20                -           0.0000          -
35337.48/1783.29	c      1783        2982099         207        20                -           0.0000          -
35438.54/1788.30	c      1788        2162570         166        20                -           0.0000          -
35537.71/1793.31	c      1793          16376       16315        20                -           0.0000          -
35636.87/1798.33	c      1798          16376       16315        20                -           0.0000          -
35738.03/1803.42	c      1803        2200839         165        20                -           0.0000          -
35839.07/1808.54	c      1809          16547       16484        20                -           0.0000          -
35938.25/1813.59	c      1814        3012861         207        20                -           0.0000          -
36039.25/1818.64	c      1819          16635       16572        20                -           0.0000          -
36138.41/1823.69	c      1824          16635       16572        20                -           0.0000          -
36239.56/1828.74	c      1829          16635       16572        20                -           0.0000          -
36338.71/1833.78	c      1834          16698       16635        20                -           0.0000          -
36439.85/1838.84	c      1839        3045168         202        20                -           0.0000          -
36539.02/1843.89	c      1844          16783       16716        20                -           0.0000          -
36640.16/1848.94	c      1849        3069891         207        20                -           0.0000          -
36739.31/1853.96	c      1854        2331156         168        20                -           0.0000          -
36838.46/1859.00	c      1859        2337466         168        20                -           0.0000          -
36940.27/1864.08	c      1864          17054       16987        20                -           0.0000          -
37041.41/1869.14	c      1869          17126       17059        20                -           0.0000          -
37140.60/1874.19	c      1874          17180       17113        20                -           0.0000          -
37240.88/1879.24	c      1879        3128747         201        20                -           0.0000          -
37340.00/1884.29	c      1884          17290       17221        20                -           0.0000          -
37441.14/1889.34	c      1889        3153737         199        20                -           0.0000          -
37540.30/1894.36	c      1894        2386455         169        20                -           0.0000          -
37639.45/1899.36	c      1899        2393175         167        20                -           0.0000          -
37740.59/1904.42	c      1904        2400162         168        20                -           0.0000          -
37839.74/1909.44	c      1909          17620       17551        20                -           0.0000          -
37940.91/1914.56	c      1915          17620       17551        20                -           0.0000          -
38042.00/1919.60	c      1920          17659       17590        20                -           0.0000          -
38141.15/1924.68	c      1925          17740       17671        20                -           0.0000          -
38242.29/1929.72	c      1930        2435377         169        20                -           0.0000          -
38341.47/1934.77	c      1935          17949       17880        20                -           0.0000          -
38442.61/1939.82	c      1940          17949       17880        20                -           0.0000          -
38541.77/1944.89	c      1945          17949       17880        20                -           0.0000          -
38642.91/1949.94	c      1950        2457672         170        20                -           0.0000          -
38742.04/1954.99	c      1955          18014       17945        20                -           0.0000          -
38841.21/1960.04	c      1960          18014       17945        20                -           0.0000          -
38943.26/1965.09	c      1965        3298298         204        20                -           0.0000          -
39044.22/1970.14	c      1970        3307073         201        20                -           0.0000          -
39143.62/1975.19	c      1975          18297       18228        20                -           0.0000          -
39243.80/1980.22	c      1980          18297       18228        20                -           0.0000          -
39342.97/1985.23	c      1985        2490416         168        20                -           0.0000          -
39442.12/1990.29	c      1990          18489       18420        20                -           0.0000          -
39543.26/1995.38	c      1995        2500445         165        20                -           0.0000          -
39644.41/2000.44	c      2000          18711       18642        20                -           0.0000          -
39743.55/2005.49	c      2006          18711       18642        20                -           0.0000          -
39844.69/2010.54	c      2011          18711       18642        20                -           0.0000          -
39943.83/2015.59	c      2016        3403556         202        20                -           0.0000          -
40044.95/2020.64	c      2021        3412476         204        20                -           0.0000          -
40144.03/2025.69	c      2026          18932       18863        20                -           0.0000          -
40245.20/2030.74	c      2031          18932       18863        20                -           0.0000          -
40344.25/2035.79	c      2036        3450871         199        20                -           0.0000          -
40445.36/2040.81	c      2041        2543420         168        20                -           0.0000          -
40544.47/2045.89	c      2046          19252       19183        20                -           0.0000          -
40645.60/2050.92	c      2051        2552135         165        20                -           0.0000          -
40744.75/2055.99	c      2056        3477912         204        20                -           0.0000          -
40843.90/2061.04	c      2061        3484854         206        20                -           0.0000          -
40945.69/2066.09	c      2066        3501408         206        20                -           0.0000          -
41045.05/2071.14	c      2071        3518384         202        20                -           0.0000          -
41146.01/2076.19	c      2076          19886       19817        20                -           0.0000          -
41246.30/2081.24	c      2081          20000       19931        20                -           0.0000          -
41345.43/2086.28	c      2086          20099       20030        20                -           0.0000          -
41446.59/2091.34	c      2091          20099       20030        20                -           0.0000          -
41545.68/2096.37	c      2096          20099       20030        20                -           0.0000          -
41646.82/2101.44	c      2101          20099       20030        20                -           0.0000          -
41745.94/2106.49	c      2106          20099       20030        20                -           0.0000          -
41847.06/2111.53	c      2112        2608390         164        20                -           0.0000          -
41946.19/2116.59	c      2117        3618362         202        20                -           0.0000          -
42047.37/2121.64	c      2122        3624171         199        20                -           0.0000          -
42146.47/2126.67	c      2127        2623836         168        20                -           0.0000          -
42247.57/2131.74	c      2132        3641705         203        20                -           0.0000          -
42346.73/2136.79	c      2137          20710       20641        20                -           0.0000          -
42447.87/2141.84	c      2142        3662412         202        20                -           0.0000          -
42547.02/2146.89	c      2147          20860       20791        20                -           0.0000          -
42648.20/2151.94	c      2152          20860       20791        20                -           0.0000          -
42747.34/2156.99	c      2157        3686140         200        20                -           0.0000          -
42849.18/2162.04	c      2162        3695480         200        20                -           0.0000          -
42948.50/2167.09	c      2167          21066       20997        20                -           0.0000          -
43047.65/2172.14	c      2172          21066       20997        20                -           0.0000          -
43148.67/2177.19	c      2177          21136       21067        20                -           0.0000          -
43248.98/2182.20	c      2182         168799        1371        20                -           0.0000          -
43348.10/2187.25	c      2187          21397       21328        20                -           0.0000          -
43447.25/2192.25	c      2192        2687864         170        20                -           0.0000          -
43548.37/2197.39	c      2197        3773408         206        20                -           0.0000          -
43649.52/2202.44	c      2202        3781200         204        20                -           0.0000          -
43748.65/2207.49	c      2208          21843       21774        20                -           0.0000          -
43849.76/2212.54	c      2213          21968       21899        20                -           0.0000          -
43948.84/2217.57	c      2218        2721594         168        20                -           0.0000          -
44049.97/2222.64	c      2223          22401       22330        20                -           0.0000          -
44149.08/2227.69	c      2228        3830832         202        20                -           0.0000          -
44250.20/2232.74	c      2233        3844638         206        20                -           0.0000          -
44349.33/2237.75	c      2238        2747359         165        20                -           0.0000          -
44450.45/2242.80	c      2243          23627       23037        20                -           0.0000          -
44549.60/2247.86	c      2248        2761124         168        20                -           0.0000          -
44650.69/2252.94	c      2253        3871446         204        20                -           0.0000          -
44749.85/2257.99	c      2258        3879199         207        20                -           0.0000          -
44851.69/2263.04	c      2263        3889049         205        20                -           0.0000          -
44951.06/2268.05	c      2268        2788151         165        20                -           0.0000          -
45050.20/2273.07	c      2273        2794647         165        20                -           0.0000          -
45151.02/2278.15	c      2278        2800433         171        20                -           0.0000          -
45251.40/2283.21	c      2283        2804692         168        20                -           0.0000          -
45350.56/2288.28	c      2288        2808967         169        20                -           0.0000          -
45451.71/2293.34	c      2293        3944686         204        20                -           0.0000          -
45550.87/2298.39	c      2298        3953401         205        20                -           0.0000          -
45652.02/2303.44	c      2303        3959836         202        20                -           0.0000          -
45751.21/2308.49	c      2308        3966657         203        20                -           0.0000          -
45852.34/2313.54	c      2314        3975511         207        20                -           0.0000          -
45951.49/2318.56	c      2319        2837422         168        20                -           0.0000          -
46052.64/2323.64	c      2324        3994644         202        20                -           0.0000          -
46151.91/2328.69	c      2329        4004971         205        20                -           0.0000          -
46252.94/2333.74	c      2334          32539       23060        20                -           0.0000          -
46352.03/2338.79	c      2339        4022176         202        20                -           0.0000          -
46452.99/2343.80	c      2344        2861451         167        20                -           0.0000          -
46552.14/2348.83	c      2349        2865709         165        20                -           0.0000          -
46651.28/2353.88	c      2354        2869982         166        20                -           0.0000          -
46752.44/2358.94	c      2359         189303        1359        20                -           0.0000          -
46851.62/2364.02	c      2364        2880302         164        20                -           0.0000          -
46953.46/2369.06	c      2369        2885497         167        20                -           0.0000          -
47052.72/2374.11	c      2374        2889807         167        20                -           0.0000          -
47153.91/2379.18	c      2379        2894125         165        20                -           0.0000          -
47254.26/2384.24	c      2384        2898383         163        20                -           0.0000          -
47353.49/2389.29	c      2389        4095412         206        20                -           0.0000          -
47454.41/2394.32	c      2394        2908499         167        20                -           0.0000          -
47553.58/2399.35	c      2399        2913805         167        20                -           0.0000          -
47652.74/2404.37	c      2404        2918116         166        20                -           0.0000          -
47753.81/2409.49	c      2410        4134403         205        20                -           0.0000          -
47854.96/2414.54	c      2415          38616       23063        20                -           0.0000          -
47954.13/2419.55	c      2420        2931336         170        20                -           0.0000          -
48055.29/2424.64	c      2425        4160985         203        20                -           0.0000          -
48154.44/2429.65	c      2430        2942237         167        20                -           0.0000          -
48255.60/2434.74	c      2435        4176064         200        20                -           0.0000          -
48354.73/2439.79	c      2440        4182735         199        20                -           0.0000          -
48455.87/2444.83	c      2445        2955090         164        20                -           0.0000          -
48554.99/2449.88	c      2450        2959575         163        20                -           0.0000          -
48656.11/2454.94	c      2455        2965081         167        20                -           0.0000          -
48755.25/2459.95	c      2460        2970517         161        20                -           0.0000          -
48857.18/2465.04	c      2465        4229089         201        20                -           0.0000          -
48956.25/2470.07	c      2470        2979082         168        20                -           0.0000          -
49055.56/2475.14	c      2475          43258       23087        20                -           0.0000          -
49156.49/2480.15	c      2480        2987707         165        20                -           0.0000          -
49256.89/2485.24	c      2485          43921       23091        20                -           0.0000          -
49356.06/2490.29	c      2490        4270450         200        20                -           0.0000          -
49457.19/2495.34	c      2495        4277145         205        20                -           0.0000          -
49556.35/2500.39	c      2500        4284637         201        20                -           0.0000          -
49657.50/2505.44	c      2505        4292825         203        20                -           0.0000          -
49756.64/2510.45	c      2510          45254       23089        20                -           0.0000          -
49857.78/2515.54	c      2516        4315932         208        20                -           0.0000          -
49956.93/2520.59	c      2521        4328515         207        20                -           0.0000          -
50058.06/2525.64	c      2526        4344150         204        20                -           0.0000          -
50157.19/2530.69	c      2531        4355814         204        20                -           0.0000          -
50258.23/2535.72	c      2536        3063108         170        20                -           0.0000          -
50357.37/2540.79	c      2541        3075630         162        20                -           0.0000          -
50458.54/2545.84	c      2546        4381894         204        20                -           0.0000          -
50557.62/2550.89	c      2551        4395228         204        20                -           0.0000          -
50658.76/2555.94	c      2556        4410388         202        20                -           0.0000          -
50757.91/2560.99	c      2561        4424524         202        20                -           0.0000          -
50859.79/2566.04	c      2566        4431180         202        20                -           0.0000          -
50959.18/2571.09	c      2571        4437867         201        20                -           0.0000          -
51060.05/2576.14	c      2576        4444710         204        20                -           0.0000          -
51159.35/2581.19	c      2581        4452401         201        20                -           0.0000          -
51259.46/2586.24	c      2586        4460324         202        20                -           0.0000          -
51358.60/2591.29	c      2591        4470295         205        20                -           0.0000          -
51459.75/2596.34	c      2596        4484685         203        20                -           0.0000          -
51558.84/2601.39	c      2601        4498389         205        20                -           0.0000          -
51659.96/2606.40	c      2606        3246624         164        20                -           0.0000          -
51758.98/2611.44	c      2611        3258417         163        20                -           0.0000          -
51860.11/2616.54	c      2617        4528790         202        20                -           0.0000          -
51959.23/2621.57	c      2622        3284478         160        20                -           0.0000          -
52060.39/2626.64	c      2627        4549611         201        20                -           0.0000          -
52159.59/2631.69	c      2632        4562033         205        20                -           0.0000          -
52260.72/2636.74	c      2637        4577738         200        20                -           0.0000          -
52359.85/2641.79	c      2642        4590843         205        20                -           0.0000          -
52461.00/2646.81	c      2647        3350227         165        20                -           0.0000          -
52560.12/2651.86	c      2652        3363225         163        20                -           0.0000          -
52661.25/2656.91	c      2657        3376450         160        20                -           0.0000          -
52760.39/2661.97	c      2662        3386876         170        20                -           0.0000          -
52859.44/2667.04	c      2667        4623503         207        20                -           0.0000          -
52961.37/2672.09	c      2672        4629684         202        20                -           0.0000          -
53060.55/2677.14	c      2677        4636787         205        20                -           0.0000          -
53161.72/2682.15	c      2682        3405894         170        20                -           0.0000          -
53261.89/2687.21	c      2687        3410860         166        20                -           0.0000          -
53361.03/2692.29	c      2692        4664804         204        20                -           0.0000          -
53462.11/2697.34	c      2697        4674411         201        20                -           0.0000          -
53561.23/2702.39	c      2702        4683294         206        20                -           0.0000          -
53662.40/2707.44	c      2707        4692545         203        20                -           0.0000          -
53761.54/2712.49	c      2712        4701894         202        20                -           0.0000          -
53862.66/2717.54	c      2718        4711022         204        20                -           0.0000          -
53961.82/2722.55	c      2723        3444140         164        20                -           0.0000          -
54062.96/2727.63	c      2728        3449156         168        20                -           0.0000          -
54162.10/2732.69	c      2733        3453317         169        20                -           0.0000          -
54263.24/2737.74	c      2738        4741323         205        20                -           0.0000          -
54362.39/2742.79	c      2743        4750934         204        20                -           0.0000          -
54463.55/2747.84	c      2748        3467097         169        20                -           0.0000          -
54562.68/2752.86	c      2753        3471516         168        20                -           0.0000          -
54663.77/2757.94	c      2758        4778616         206        20                -           0.0000          -
54762.87/2762.99	c      2763        4786553         201        20                -           0.0000          -
54862.03/2768.04	c      2768        3485126         168        20                -           0.0000          -
54963.93/2773.09	c      2773        4804895         199        20                -           0.0000          -
55063.25/2778.14	c      2778          63600       23222        20                -           0.0000          -
55164.19/2783.19	c      2783        4818375         199        20                -           0.0000          -
55264.61/2788.24	c      2788        4824672         206        20                -           0.0000          -
55363.75/2793.29	c      2793        4831098         202        20                -           0.0000          -
55464.90/2798.34	c      2798        4838136         202        20                -           0.0000          -
55564.06/2803.39	c      2803        4844488         200        20                -           0.0000          -
55665.23/2808.44	c      2808        4851457         199        20                -           0.0000          -
55764.44/2813.49	c      2814        4860360         204        20                -           0.0000          -
55865.61/2818.54	c      2819          66483       23197        20                -           0.0000          -
55964.79/2823.58	c      2824        3536220         168        20                -           0.0000          -
56065.99/2828.64	c      2829        4889328         202        20                -           0.0000          -
56165.11/2833.66	c      2834        3545230         168        20                -           0.0000          -
56266.24/2838.72	c      2839        3550027         167        20                -           0.0000          -
56365.36/2843.78	c      2844        3554146         166        20                -           0.0000          -
56466.47/2848.80	c      2849        3558788         166        20                -           0.0000          -
56565.46/2853.89	c      2854        4932594         202        20                -           0.0000          -
56666.59/2858.94	c      2859        4938853         203        20                -           0.0000          -
56765.73/2863.99	c      2864        4945524         200        20                -           0.0000          -
56867.70/2869.04	c      2869        4954384         200        20                -           0.0000          -
56967.05/2874.09	c      2874        4964242         200        20                -           0.0000          -
57066.10/2879.14	c      2879        4973791         203        20                -           0.0000          -
57167.08/2884.15	c      2884        3590962         164        20                -           0.0000          -
57266.09/2889.17	c      2889        3595528         168        20                -           0.0000          -
57366.43/2894.21	c      2894        3600085         169        20                -           0.0000          -
57465.56/2899.27	c      2899        3604312         168        20                -           0.0000          -
57564.73/2904.29	c      2904        3609179         169        20                -           0.0000          -
57665.79/2909.39	c      2909        3613279         165        20                -           0.0000          -
57766.91/2914.47	c      2914        3618047         165        20                -           0.0000          -
57867.99/2919.54	c      2920        5039356         202        20                -           0.0000          -
57967.15/2924.59	c      2925        5046906         200        20                -           0.0000          -
58068.29/2929.64	c      2930        5054931         201        20                -           0.0000          -
58167.39/2934.69	c      2935        5062428         200        20                -           0.0000          -
58268.46/2939.74	c      2940          75079       23098        20                -           0.0000          -
58367.61/2944.79	c      2945        5089976         206        20                -           0.0000          -
58468.73/2949.80	c      2950        3649197         167        20                -           0.0000          -
58567.90/2954.85	c      2955        3654228         168        20                -           0.0000          -
58669.02/2959.93	c      2960        3658340         170        20                -           0.0000          -
58768.14/2964.98	c      2965        3662646         166        20                -           0.0000          -
58867.12/2970.00	c      2970        3667775         169        20                -           0.0000          -
58969.15/2975.09	c      2975        5156014         202        20                -           0.0000          -
59068.05/2980.12	c      2980        3675984         166        20                -           0.0000          -
59169.15/2985.14	c      2985        3681160         166        20                -           0.0000          -
59269.57/2990.20	c      2990        3685435         167        20                -           0.0000          -
59368.74/2995.25	c      2995        3689509         167        20                -           0.0000          -
59467.90/3000.27	c      3000         268851        1133        20                -           0.0000          -
59569.01/3005.36	c      3005          80630       23058        20                -           0.0000          -
59670.11/3010.41	c      3010         270211        1117        20                -           0.0000          -
59769.19/3015.48	c      3015        3708044         168        20                -           0.0000          -
59870.31/3020.51	c      3021         271533        1122        20                -           0.0000          -
59969.45/3025.56	c      3026         272274        1116        20                -           0.0000          -
60070.62/3030.64	c      3031        3721502         164        20                -           0.0000          -
60169.80/3035.69	c      3036        5283627         203        20                -           0.0000          -
60270.90/3040.74	c      3041        5289830         196        20                -           0.0000          -
60369.98/3045.76	c      3046        3735001         167        20                -           0.0000          -
60471.05/3050.84	c      3051        5309562         204        20                -           0.0000          -
60570.10/3055.89	c      3056        5322683         197        20                -           0.0000          -
60671.34/3060.92	c      3061        3749358         172        20                -           0.0000          -
60770.40/3065.99	c      3066          85178       23045        20                -           0.0000          -
60872.08/3071.04	c      3071        5358003         197        20                -           0.0000          -
60971.33/3076.09	c      3076        3763558         168        20                -           0.0000          -
61072.40/3081.14	c      3081        5374105         225        20                -           0.0000          -
61171.63/3086.19	c      3086        5387104         220        20                -           0.0000          -
61272.01/3091.22	c      3091        3777639         167        20                -           0.0000          -
61371.18/3096.29	c      3096        5406400         225        20                -           0.0000          -
61472.22/3101.34	c      3101        5418007         222        20                -           0.0000          -
61571.39/3106.36	c      3106        3791454         166        20                -           0.0000          -
61670.54/3111.38	c      3111        3796144         166        20                -           0.0000          -
61769.68/3116.39	c      3116        3801001         165        20                -           0.0000          -
61870.80/3121.49	c      3122        3805055         169        20                -           0.0000          -
61971.93/3126.55	c      3127        3809032         168        20                -           0.0000          -
62071.05/3131.56	c      3132        3814032         170        20                -           0.0000          -
62172.17/3136.68	c      3137        3818332         168        20                -           0.0000          -
62273.30/3141.74	c      3142        5503808         219        20                -           0.0000          -
62372.48/3146.79	c      3147        5520011         218        20                -           0.0000          -
62473.57/3151.81	c      3152        3831724         166        20                -           0.0000          -
62572.58/3156.89	c      3157        5543575         224        20                -           0.0000          -
62673.72/3161.92	c      3162        3840092         168        20                -           0.0000          -
62773.00/3166.93	c      3167          92073       23058        20                -           0.0000          -
62871.95/3172.02	c      3172        3848986         168        20                -           0.0000          -
62971.12/3177.02	c      3177          92632       23059        20                -           0.0000          -
63073.01/3182.11	c      3182        3858203         163        20                -           0.0000          -
63174.07/3187.17	c      3187        3862298         168        20                -           0.0000          -
63274.46/3192.24	c      3192        5627829         218        20                -           0.0000          -
63373.58/3197.28	c      3197        3871176         168        20                -           0.0000          -
63474.84/3202.33	c      3202          94895       23060        20                -           0.0000          -
63573.88/3207.39	c      3207        5663818         221        20                -           0.0000          -
63675.03/3212.44	c      3212        5674784         223        20                -           0.0000          -
63774.21/3217.49	c      3218        5685231         220        20                -           0.0000          -
63875.37/3222.54	c      3223        5695464         225        20                -           0.0000          -
63974.52/3227.59	c      3228        5705385         218        20                -           0.0000          -
64075.60/3232.64	c      3233        5714696         221        20                -           0.0000          -
64174.77/3237.69	c      3238        5725466         221        20                -           0.0000          -
64275.93/3242.74	c      3243        5736019         218        20                -           0.0000          -
64375.02/3247.78	c      3248        3915114         164        20                -           0.0000          -
64476.16/3252.80	c      3253        3919292         168        20                -           0.0000          -
64575.23/3257.89	c      3258        5769230         221        20                -           0.0000          -
64676.38/3262.90	c      3263        3927864         166        20                -           0.0000          -
64775.47/3267.99	c      3268        5794206         219        20                -           0.0000          -
64877.38/3273.04	c      3273        5805360         219        20                -           0.0000          -
64976.35/3278.09	c      3278        5814325         216        20                -           0.0000          -
65075.79/3283.13	c      3283        3945459         167        20                -           0.0000          -
65176.80/3288.19	c      3288        5837154         219        20                -           0.0000          -
65277.02/3293.20	c      3293        3954325         165        20                -           0.0000          -
65376.19/3298.24	c      3298        3958388         166        20                -           0.0000          -
65475.32/3303.29	c      3303        3963056         162        20                -           0.0000          -
65576.50/3308.38	c      3308        3967014         168        20                -           0.0000          -
65677.67/3313.44	c      3313        5892847         218        20                -           0.0000          -
65776.88/3318.47	c      3318        3975992         166        20                -           0.0000          -
65876.05/3323.49	c      3324        3980424         168        20                -           0.0000          -
65977.16/3328.51	c      3329        3984384         168        20                -           0.0000          -
66076.36/3333.57	c      3334        3988947         167        20                -           0.0000          -
66177.52/3338.69	c      3339        3993677         167        20                -           0.0000          -
66278.64/3343.74	c      3344        5958103         220        20                -           0.0000          -
66377.85/3348.79	c      3349        5967577         216        20                -           0.0000          -
66479.14/3353.82	c      3354        4006958         170        20                -           0.0000          -
66577.96/3358.83	c      3359        4010929         169        20                -           0.0000          -
66678.98/3363.94	c      3364         109763       23068        20                -           0.0000          -
66778.07/3368.99	c      3369        6009684         221        20                -           0.0000          -
66879.83/3374.04	c      3374         110466       23066        20                -           0.0000          -
66979.10/3379.09	c      3379        6031169         222        20                -           0.0000          -
67077.98/3384.12	c      3384        4033048         162        20                -           0.0000          -
67176.98/3389.13	c      3389        4037572         168        20                -           0.0000          -
67279.33/3394.24	c      3394        6065378         221        20                -           0.0000          -
67378.49/3399.29	c      3399        6077595         222        20                -           0.0000          -
67479.65/3404.33	c      3404        4050973         167        20                -           0.0000          -
67578.78/3409.38	c      3409        4054916         164        20                -           0.0000          -
67679.93/3414.44	c      3414        6116232         225        20                -           0.0000          -
67779.12/3419.49	c      3420        6130504         225        20                -           0.0000          -
67880.21/3424.54	c      3425        6145567         220        20                -           0.0000          -
67979.38/3429.59	c      3430        6158997         220        20                -           0.0000          -
68080.49/3434.61	c      3435        4077360         162        20                -           0.0000          -
68179.64/3439.63	c      3440        4081645         167        20                -           0.0000          -
68278.90/3444.67	c      3445        4085642         162        20                -           0.0000          -
68379.86/3449.74	c      3450        4090410         160        20                -           0.0000          -
68478.96/3454.78	c      3455        4098571         171        20                -           0.0000          -
68580.09/3459.84	c      3460        4104392         168        20                -           0.0000          -
68681.21/3464.90	c      3465        4108662         170        20                -           0.0000          -
68780.29/3469.95	c      3470        4117534         168        20                -           0.0000          -
68879.41/3474.96	c      3475        4123452         166        20                -           0.0000          -
68978.45/3480.00	c      3480        4132346         170        20                -           0.0000          -
69077.52/3485.01	c      3485         121695       23056        20                -           0.0000          -
69179.49/3490.06	c      3490         334991        1167        20                -           0.0000          -
69280.62/3495.15	c      3495         335683        1180        20                -           0.0000          -
69379.52/3500.19	c      3500         123417       23049        20                -           0.0000          -
69479.86/3505.30	c      3505         337007        1190        20                -           0.0000          -
69580.95/3510.38	c      3510         337675        1158        20                -           0.0000          -
69682.06/3515.43	c      3515        4177670         170        20                -           0.0000          -
69781.16/3520.49	c      3520        6380094         217        20                -           0.0000          -
69882.26/3525.50	c      3526        4192276         168        20                -           0.0000          -
69981.45/3530.56	c      3531        4196553         169        20                -           0.0000          -
70082.55/3535.64	c      3536        6421367         218        20                -           0.0000          -
70181.52/3540.66	c      3541        4210404         170        20                -           0.0000          -
70282.60/3545.74	c      3546        6446183         216        20                -           0.0000          -
70381.73/3550.79	c      3551        6457219         212        20                -           0.0000          -
70482.82/3555.81	c      3556        4228578         166        20                -           0.0000          -
70581.85/3560.88	c      3561        4237688         168        20                -           0.0000          -
70682.94/3565.94	c      3566        6487979         178        20                -           0.0000          -
70782.11/3570.99	c      3571        6494967         176        20                -           0.0000          -
70883.80/3576.04	c      3576        6498899         172        20                -           0.0000          -
70983.16/3581.09	c      3581        6509750         169        20                -           0.0000          -
71084.15/3586.14	c      3586        6520339         162        20                -           0.0000          -
71183.34/3591.16	c      3591        4281961         171        20                -           0.0000          -
71283.57/3596.21	c      3596        4286687         167        20                -           0.0000          -
71382.73/3601.23	c      3601        4295963         169        20                -           0.0000          -
71481.85/3606.28	c      3606        4302422         168        20                -           0.0000          -
71582.96/3611.38	c      3611        4311365         169        20                -           0.0000          -
71684.06/3616.44	c      3616        6578597         208        20                -           0.0000          -
71783.24/3621.49	c      3622        6587319         208        20                -           0.0000          -
71884.41/3626.54	c      3627        6594580         207        20                -           0.0000          -
71983.59/3631.59	c      3632        6604530         209        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: 191633 MiB (189971 MiB free)
  memory of node 1: 193531 MiB (191722 MiB free)
  memory of node 2: 193531 MiB (191949 MiB free)
  memory of node 3: 193531 MiB (192219 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-4465876-1722587343/watcher-4465876-1722587343 -o /tmp/evaluation-result-4465876-1722587343/solver-4465876-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157285 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465876-1722587343.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=157405, runsolver pid=157402
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 64.31 79.14 82.34 46/985 157466
/proc/meminfo: memFree=783727208/790760800 swapFree=131071996/131071996
[pid=157405] ppid=157402 vsize=53368 memory=42452 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/157405/stat : 157405 (fscip) R 157402 157405 157273 0 -1 4194304 9265 0 0 0 10 1 0 0 20 0 1 0 25321048 54648832 10613 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
/proc/157405/statm: 13342 10613 2742 3035 0 9738 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 53368 KiB
Current children cumulated memory: 42452 KiB

[startup+0.220368 s]*
/proc/loadavg: 64.04 78.84 82.22 66/1005 157486
/proc/meminfo: memFree=783159072/790760800 swapFree=131071996/131071996
[pid=157405] ppid=157402 vsize=1540928 memory=92468 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/stat : 157405 (fscip) S 157402 157405 157273 0 -1 1077936128 22804 0 0 0 19 5 0 0 20 0 21 0 25321048 1577910272 23117 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
/proc/157405/statm: 385232 23117 2774 3035 0 64262 0
[pid=157405/tid=157467] ppid=157402 vsize=1540928 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/157405/task/157467/stat : 157467 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23183 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157468] ppid=157402 vsize=1540928 memory=74245 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157468/stat : 157468 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23183 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157469] ppid=157402 vsize=1540928 memory=57415945159124 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157469/stat : 157469 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23183 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157470] ppid=157402 vsize=1540928 memory=55182595719753 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157470/stat : 157470 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23183 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157471] ppid=157402 vsize=1540928 memory=61783977231038 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157471/stat : 157471 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23183 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157472] ppid=157402 vsize=1540928 memory=58498377581572 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157472/stat : 157472 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23183 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157473] ppid=157402 vsize=1540928 memory=15255939406104047 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157473/stat : 157473 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157474] ppid=157402 vsize=1540928 memory=26095 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157474/stat : 157474 (fscip) S 157402 157405 157273 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157475] ppid=157402 vsize=1540928 memory=4049635685383407196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157475/stat : 157475 (fscip) S 157402 157405 157273 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157476] ppid=157402 vsize=1540928 memory=3833185834929382397 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157476/stat : 157476 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157477] ppid=157402 vsize=1540928 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/157405/task/157477/stat : 157477 (fscip) R 157402 157405 157273 0 -1 4194368 1941 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157478] ppid=157402 vsize=1540928 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/157405/task/157478/stat : 157478 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157479] ppid=157402 vsize=1540928 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/157405/task/157479/stat : 157479 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157480] ppid=157402 vsize=1540928 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/157405/task/157480/stat : 157480 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157481] ppid=157402 vsize=1540928 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/157405/task/157481/stat : 157481 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157482] ppid=157402 vsize=1540928 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/157405/task/157482/stat : 157482 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157483] ppid=157402 vsize=1540928 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/157405/task/157483/stat : 157483 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 23249 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157484] ppid=157402 vsize=1540928 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/157405/task/157484/stat : 157484 (fscip) S 157402 157405 157273 0 -1 1077936192 2533 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 23315 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157485] ppid=157402 vsize=1540928 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/157405/task/157485/stat : 157485 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 23315 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157486] ppid=157402 vsize=1540928 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/157405/task/157486/stat : 157486 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 23315 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1540928 KiB
Current children cumulated memory: 92468 KiB

[startup+0.325884 s]*
/proc/loadavg: 64.04 78.84 82.22 60/1005 157486
/proc/meminfo: memFree=782976620/790760800 swapFree=131071996/131071996
[pid=157405] ppid=157402 vsize=1540928 memory=185360 CPUtime=0.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/stat : 157405 (fscip) S 157402 157405 157273 0 -1 1077936128 46214 0 0 0 26 9 0 0 20 0 21 0 25321048 1577910272 46274 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
/proc/157405/statm: 385232 46274 2774 3035 0 87810 0
[pid=157405/tid=157467] ppid=157402 vsize=1540928 memory=-6730178196351925098 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157467/stat : 157467 (fscip) R 157402 157405 157273 0 -1 4194368 2472 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157468] ppid=157402 vsize=1540928 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/157405/task/157468/stat : 157468 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157469] ppid=157402 vsize=1540928 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/157405/task/157469/stat : 157469 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157470] ppid=157402 vsize=1540928 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/157405/task/157470/stat : 157470 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157471] ppid=157402 vsize=1540928 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/157405/task/157471/stat : 157471 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157472] ppid=157402 vsize=1540928 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/157405/task/157472/stat : 157472 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157473] ppid=157402 vsize=1540928 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/157405/task/157473/stat : 157473 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157474] ppid=157402 vsize=1540928 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/157405/task/157474/stat : 157474 (fscip) S 157402 157405 157273 0 -1 1077936192 2535 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157475] ppid=157402 vsize=1540928 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/157405/task/157475/stat : 157475 (fscip) S 157402 157405 157273 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157476] ppid=157402 vsize=1540928 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/157405/task/157476/stat : 157476 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157477] ppid=157402 vsize=1540928 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/157405/task/157477/stat : 157477 (fscip) S 157402 157405 157273 0 -1 1077936192 2533 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157478] ppid=157402 vsize=1540928 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/157405/task/157478/stat : 157478 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157479] ppid=157402 vsize=1540928 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/157405/task/157479/stat : 157479 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157480] ppid=157402 vsize=1540928 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/157405/task/157480/stat : 157480 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321066 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157481] ppid=157402 vsize=1540928 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/157405/task/157481/stat : 157481 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157482] ppid=157402 vsize=1540928 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/157405/task/157482/stat : 157482 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157483] ppid=157402 vsize=1540928 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/157405/task/157483/stat : 157483 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 46340 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157484] ppid=157402 vsize=1540928 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/157405/task/157484/stat : 157484 (fscip) S 157402 157405 157273 0 -1 1077936192 2533 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 46406 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157485] ppid=157402 vsize=1540928 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/157405/task/157485/stat : 157485 (fscip) S 157402 157405 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 46406 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157486] ppid=157402 vsize=1540928 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/157405/task/157486/stat : 157486 (fscip) S 157402 157405 157273 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 25321067 1577910272 46406 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 1540928 KiB
Current children cumulated memory: 185360 KiB

[startup+0.701152 s]
/proc/loadavg: 64.04 78.84 82.22 79/1025 157506
/proc/meminfo: memFree=782383140/790760800 swapFree=131071996/131071996
[pid=157405] ppid=157402 vsize=1766528 memory=815088 CPUtime=4.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/stat : 157405 (fscip) S 157402 157405 157273 0 -1 1077936128 203112 0 0 0 432 54 0 0 20 0 41 0 25321048 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
/proc/157405/statm: 441632 203772 2950 3035 0 292714 0
[pid=157405/tid=157467] ppid=157402 vsize=1766528 memory=10392 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157467/stat : 157467 (fscip) R 157402 157405 157273 0 -1 4194368 10983 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157468] ppid=157402 vsize=1766528 memory=2268 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157468/stat : 157468 (fscip) R 157402 157405 157273 0 -1 4194368 8207 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157469] ppid=157402 vsize=1766528 memory=16108 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/157405/task/157469/stat : 157469 (fscip) R 157402 157405 157273 0 -1 4194368 8208 0 0 0 21 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157470] ppid=157402 vsize=1766528 memory=5432 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157470/stat : 157470 (fscip) R 157402 157405 157273 0 -1 4194368 10829 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157471] ppid=157402 vsize=1766528 memory=15400 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157471/stat : 157471 (fscip) R 157402 157405 157273 0 -1 4194368 10500 0 0 0 19 3 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157472] ppid=157402 vsize=1766528 memory=0 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/157405/task/157472/stat : 157472 (fscip) R 157402 157405 157273 0 -1 4194368 8163 0 0 0 21 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157473] ppid=157402 vsize=1766528 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157473/stat : 157473 (fscip) R 157402 157405 157273 0 -1 4194368 10731 0 0 0 19 3 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157474] ppid=157402 vsize=1766528 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157474/stat : 157474 (fscip) R 157402 157405 157273 0 -1 4194368 10264 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157475] ppid=157402 vsize=1766528 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157475/stat : 157475 (fscip) R 157402 157405 157273 0 -1 4194368 8293 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157476] ppid=157402 vsize=1766528 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157476/stat : 157476 (fscip) R 157402 157405 157273 0 -1 4194368 11087 0 0 0 19 3 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157477] ppid=157402 vsize=1766528 memory=280269433380704 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157477/stat : 157477 (fscip) R 157402 157405 157273 0 -1 4194368 10506 0 0 0 19 3 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157478] ppid=157402 vsize=1766528 memory=1996 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/157405/task/157478/stat : 157478 (fscip) R 157402 157405 157273 0 -1 4194368 7996 0 0 0 22 1 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157479] ppid=157402 vsize=1766528 memory=1836 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157479/stat : 157479 (fscip) R 157402 157405 157273 0 -1 4194368 11099 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157480] ppid=157402 vsize=1766528 memory=38468 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157480/stat : 157480 (fscip) R 157402 157405 157273 0 -1 4194368 8205 0 0 0 20 2 0 0 20 0 41 0 25321066 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157481] ppid=157402 vsize=1766528 memory=25333125866717268 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157481/stat : 157481 (fscip) R 157402 157405 157273 0 -1 4194368 8191 0 0 0 21 1 0 0 20 0 41 0 25321067 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157482] ppid=157402 vsize=1766528 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157482/stat : 157482 (fscip) R 157402 157405 157273 0 -1 4194368 10991 0 0 0 19 3 0 0 20 0 41 0 25321067 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157483] ppid=157402 vsize=1766528 memory=6056 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157483/stat : 157483 (fscip) R 157402 157405 157273 0 -1 4194368 8176 0 0 0 21 1 0 0 20 0 41 0 25321067 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157484] ppid=157402 vsize=1766528 memory=104 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157484/stat : 157484 (fscip) R 157402 157405 157273 0 -1 4194368 8248 0 0 0 21 1 0 0 20 0 41 0 25321067 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157485] ppid=157402 vsize=1766528 memory=33100 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157485/stat : 157485 (fscip) R 157402 157405 157273 0 -1 4194368 10877 0 0 0 19 3 0 0 20 0 41 0 25321067 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157486] ppid=157402 vsize=1766528 memory=19588 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157486/stat : 157486 (fscip) R 157402 157405 157273 0 -1 4194368 8226 0 0 0 20 2 0 0 20 0 41 0 25321067 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157487] ppid=157402 vsize=1766528 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/157405/task/157487/stat : 157487 (fscip) S 157402 157405 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321091 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157488] ppid=157402 vsize=1766528 memory=2388 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157488/stat : 157488 (fscip) S 157402 157405 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321091 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157489] ppid=157402 vsize=1766528 memory=56316450308662 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157489/stat : 157489 (fscip) S 157402 157405 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321091 1808924672 203772 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0

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

[pid=157405/tid=157483] ppid=157402 vsize=5337944 memory=16108 CPUtime=3548.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157483/stat : 157483 (fscip) R 157402 157405 157273 0 -1 4194368 1649451 0 0 0 354558 270 0 0 20 0 41 0 25321067 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157484] ppid=157402 vsize=5337944 memory=352967 CPUtime=3554.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157484/stat : 157484 (fscip) R 157402 157405 157273 0 -1 4194368 304801 0 0 0 353807 1671 0 0 20 0 41 0 25321067 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157485] ppid=157402 vsize=5337944 memory=25333125866717268 CPUtime=3547.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157485/stat : 157485 (fscip) R 157402 157405 157273 0 -1 4194368 650967 0 0 0 354718 81 0 0 20 0 41 0 25321067 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157486] ppid=157402 vsize=5337944 memory=280269436051184 CPUtime=3548.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157486/stat : 157486 (fscip) R 157402 157405 157273 0 -1 4194368 1264677 0 0 0 354735 158 0 0 20 0 41 0 25321067 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157487] ppid=157402 vsize=5337944 memory=25333125866717268 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/157405/task/157487/stat : 157487 (fscip) S 157402 157405 157273 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157488] ppid=157402 vsize=5337944 memory=4406644 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/157405/task/157488/stat : 157488 (fscip) S 157402 157405 157273 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157489] ppid=157402 vsize=5337944 memory=4407848 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/157405/task/157489/stat : 157489 (fscip) S 157402 157405 157273 0 -1 1077936192 56 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157490] ppid=157402 vsize=5337944 memory=4333592 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/157405/task/157490/stat : 157490 (fscip) S 157402 157405 157273 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157491] ppid=157402 vsize=5337944 memory=4406644 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/157405/task/157491/stat : 157491 (fscip) S 157402 157405 157273 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157492] ppid=157402 vsize=5337944 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/157405/task/157492/stat : 157492 (fscip) S 157402 157405 157273 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157493] ppid=157402 vsize=5337944 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/157405/task/157493/stat : 157493 (fscip) S 157402 157405 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157494] ppid=157402 vsize=5337944 memory=5432 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/157405/task/157494/stat : 157494 (fscip) S 157402 157405 157273 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157495] ppid=157402 vsize=5337944 memory=4408212 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/157405/task/157495/stat : 157495 (fscip) S 157402 157405 157273 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157496] ppid=157402 vsize=5337944 memory=6720662130041241446 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/157405/task/157496/stat : 157496 (fscip) S 157402 157405 157273 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157497] ppid=157402 vsize=5337944 memory=6696 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/157405/task/157497/stat : 157497 (fscip) S 157402 157405 157273 0 -1 1077936192 137 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157498] ppid=157402 vsize=5337944 memory=25333125866717268 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/157405/task/157498/stat : 157498 (fscip) S 157402 157405 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157499] ppid=157402 vsize=5337944 memory=4405440 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/157405/task/157499/stat : 157499 (fscip) S 157402 157405 157273 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157500] ppid=157402 vsize=5337944 memory=6720662130041241446 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/157405/task/157500/stat : 157500 (fscip) S 157402 157405 157273 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157501] ppid=157402 vsize=5337944 memory=7176 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/157405/task/157501/stat : 157501 (fscip) S 157402 157405 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157502] ppid=157402 vsize=5337944 memory=4373144 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/157405/task/157502/stat : 157502 (fscip) S 157402 157405 157273 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157503] ppid=157402 vsize=5337944 memory=11424 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/157405/task/157503/stat : 157503 (fscip) S 157402 157405 157273 0 -1 1077936192 121 0 0 0 0 2 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157504] ppid=157402 vsize=5337944 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/157405/task/157504/stat : 157504 (fscip) S 157402 157405 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157505] ppid=157402 vsize=5337944 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/157405/task/157505/stat : 157505 (fscip) S 157402 157405 157273 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157506] ppid=157402 vsize=5337944 memory=15400 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/157405/task/157506/stat : 157506 (fscip) S 157402 157405 157273 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1102264 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
Current children cumulated CPU time: 71008 s
Current children cumulated vsize: 5337944 KiB
Current children cumulated memory: 4409056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 80.41 80.30 80.36 83/1025 159366
/proc/meminfo: memFree=726792460/790760800 swapFree=131071996/131071996
[pid=157405] ppid=157402 vsize=5337944 memory=4437280 CPUtime=72001.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/stat : 157405 (fscip) S 157402 157405 157273 0 -1 1077936128 17878381 0 0 0 7187140 13003 0 0 20 0 41 0 25321048 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 17 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
/proc/157405/statm: 1334486 1109320 3334 3035 0 1212840 0
[pid=157405/tid=157467] ppid=157402 vsize=5337944 memory=7644 CPUtime=3602.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157467/stat : 157467 (fscip) R 157402 157405 157273 0 -1 4194368 823774 0 0 0 360180 101 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157468] ppid=157402 vsize=5337944 memory=6720662130041241446 CPUtime=3605.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157468/stat : 157468 (fscip) R 157402 157405 157273 0 -1 4194368 1469516 0 0 0 360163 343 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157469] ppid=157402 vsize=5337944 memory=19588 CPUtime=3589.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157469/stat : 157469 (fscip) R 157402 157405 157273 0 -1 4194368 217620 0 0 0 356894 2095 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157470] ppid=157402 vsize=5337944 memory=54528 CPUtime=3598.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157470/stat : 157470 (fscip) R 157402 157405 157273 0 -1 4194368 794892 0 0 0 359767 101 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157471] ppid=157402 vsize=5337944 memory=6720662130041241446 CPUtime=3601.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157471/stat : 157471 (fscip) R 157402 157405 157273 0 -1 4194368 1480912 0 0 0 359976 189 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157472] ppid=157402 vsize=5337944 memory=6912 CPUtime=3603.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157472/stat : 157472 (fscip) R 157402 157405 157273 0 -1 4194368 243400 0 0 0 358512 1824 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157473] ppid=157402 vsize=5337944 memory=2696 CPUtime=3605 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157473/stat : 157473 (fscip) R 157402 157405 157273 0 -1 4194368 801502 0 0 0 360398 102 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157474] ppid=157402 vsize=5337944 memory=6800 CPUtime=3604.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157474/stat : 157474 (fscip) R 157402 157405 157273 0 -1 4194368 1650210 0 0 0 360113 293 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157475] ppid=157402 vsize=5337944 memory=19788608 CPUtime=3604.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157475/stat : 157475 (fscip) R 157402 157405 157273 0 -1 4194368 197465 0 0 0 359382 1074 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157476] ppid=157402 vsize=5337944 memory=15654960 CPUtime=3592.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157476/stat : 157476 (fscip) R 157402 157405 157273 0 -1 4194368 953132 0 0 0 358994 286 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157477] ppid=157402 vsize=5337944 memory=2724 CPUtime=3602.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157477/stat : 157477 (fscip) R 157402 157405 157273 0 -1 4194368 1297339 0 0 0 360111 180 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157478] ppid=157402 vsize=5337944 memory=6708 CPUtime=3591.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157478/stat : 157478 (fscip) R 157402 157405 157273 0 -1 4194368 246688 0 0 0 357543 1566 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157479] ppid=157402 vsize=5337944 memory=33100 CPUtime=3603.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157479/stat : 157479 (fscip) R 157402 157405 157273 0 -1 4194368 979919 0 0 0 360056 263 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157480] ppid=157402 vsize=5337944 memory=19588 CPUtime=3597.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157480/stat : 157480 (fscip) R 157402 157405 157273 0 -1 4194368 1588353 0 0 0 359519 258 0 0 20 0 41 0 25321066 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157481] ppid=157402 vsize=5337944 memory=54528 CPUtime=3601.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157481/stat : 157481 (fscip) R 157402 157405 157273 0 -1 4194368 225313 0 0 0 358324 1786 0 0 20 0 41 0 25321067 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157482] ppid=157402 vsize=5337944 memory=28496 CPUtime=3598.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157482/stat : 157482 (fscip) R 157402 157405 157273 0 -1 4194368 1009612 0 0 0 359511 296 0 0 20 0 41 0 25321067 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157483] ppid=157402 vsize=5337944 memory=7644 CPUtime=3596.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157483/stat : 157483 (fscip) R 157402 157405 157273 0 -1 4194368 1657201 0 0 0 359367 273 0 0 20 0 41 0 25321067 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157484] ppid=157402 vsize=5337944 memory=26960 CPUtime=3604.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157484/stat : 157484 (fscip) R 157402 157405 157273 0 -1 4194368 305187 0 0 0 358769 1683 0 0 20 0 41 0 25321067 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157485] ppid=157402 vsize=5337944 memory=31356 CPUtime=3597.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157485/stat : 157485 (fscip) R 157402 157405 157273 0 -1 4194368 651786 0 0 0 359694 81 0 0 20 0 41 0 25321067 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157486] ppid=157402 vsize=5337944 memory=3672 CPUtime=3598.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/157405/task/157486/stat : 157486 (fscip) R 157402 157405 157273 0 -1 4194368 1267541 0 0 0 359711 159 0 0 20 0 41 0 25321067 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157487] ppid=157402 vsize=5337944 memory=40372 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/157405/task/157487/stat : 157487 (fscip) S 157402 157405 157273 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157488] ppid=157402 vsize=5337944 memory=8240 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/157405/task/157488/stat : 157488 (fscip) S 157402 157405 157273 0 -1 1077936192 146 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157489] ppid=157402 vsize=5337944 memory=2112 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/157405/task/157489/stat : 157489 (fscip) S 157402 157405 157273 0 -1 1077936192 57 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157490] ppid=157402 vsize=5337944 memory=3308 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/157405/task/157490/stat : 157490 (fscip) S 157402 157405 157273 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157491] ppid=157402 vsize=5337944 memory=6720662130041241446 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/157405/task/157491/stat : 157491 (fscip) S 157402 157405 157273 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157492] ppid=157402 vsize=5337944 memory=33860 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/157405/task/157492/stat : 157492 (fscip) S 157402 157405 157273 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157493] ppid=157402 vsize=5337944 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/157405/task/157493/stat : 157493 (fscip) S 157402 157405 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157494] ppid=157402 vsize=5337944 memory=30399726987509844 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/157405/task/157494/stat : 157494 (fscip) S 157402 157405 157273 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157495] ppid=157402 vsize=5337944 memory=6856 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/157405/task/157495/stat : 157495 (fscip) S 157402 157405 157273 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157496] ppid=157402 vsize=5337944 memory=7112 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/157405/task/157496/stat : 157496 (fscip) S 157402 157405 157273 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157497] ppid=157402 vsize=5337944 memory=28196 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/157405/task/157497/stat : 157497 (fscip) S 157402 157405 157273 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157498] ppid=157402 vsize=5337944 memory=-2897801490638248215 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/157405/task/157498/stat : 157498 (fscip) S 157402 157405 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157499] ppid=157402 vsize=5337944 memory=-4695043397844020537 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/157405/task/157499/stat : 157499 (fscip) S 157402 157405 157273 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157500] ppid=157402 vsize=5337944 memory=6935649255759570006 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/157405/task/157500/stat : 157500 (fscip) S 157402 157405 157273 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157501] ppid=157402 vsize=5337944 memory=6009584650427973734 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/157405/task/157501/stat : 157501 (fscip) S 157402 157405 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157502] ppid=157402 vsize=5337944 memory=6009584650427973734 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/157405/task/157502/stat : 157502 (fscip) S 157402 157405 157273 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157503] ppid=157402 vsize=5337944 memory=6009584650427973734 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/157405/task/157503/stat : 157503 (fscip) S 157402 157405 157273 0 -1 1077936192 123 0 0 0 0 2 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157504] ppid=157402 vsize=5337944 memory=1704 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/157405/task/157504/stat : 157504 (fscip) S 157402 157405 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157505] ppid=157402 vsize=5337944 memory=9216 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/157405/task/157505/stat : 157505 (fscip) S 157402 157405 157273 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
[pid=157405/tid=157506] ppid=157402 vsize=5337944 memory=28356 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/157405/task/157506/stat : 157506 (fscip) S 157402 157405 157273 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 25321091 5466054656 1109320 809668444160 4194304 16623229 140734485602048 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25673728 140734485603337 140734485603455 140734485603455 140734485610480 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 5337944 KiB
Current children cumulated memory: 4437280 KiB

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

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

# cumulated CPU time of all completed processes:  user=71871.6 s, system=130.116 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.49
CPU time (s): 72001.8
CPU user time (s): 71871.6
CPU system time (s): 130.116
CPU usage (%): 1982.16
Max. virtual memory (cumulated for all children) (KiB): 5403480
Max. memory (cumulated for all children) (KiB): 4437280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71871.6
system time used= 130.116
maximum resident set size= 4447164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17878382
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= 234240
involuntary context switches= 172991


# summary of solver processes directly reported to runsolver:
#   pid: 157405
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71871.6
#   total CPU system time (s): 130.116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.9816 second user time and 91.5581 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 10:29:03
IDJOB=4465876
IDBENCH=162326
IDSOLVER=3094
FILE ID=nodeD101/4465876-1722587343
RUNJOBID= nodeD101-1722587343-157285
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round21-6.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-4465876-1722587343/watcher-4465876-1722587343 -o /tmp/evaluation-result-4465876-1722587343/solver-4465876-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157285 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465876-1722587343.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 3275beafb3ca308b178248aae5ff03d5
RANDOM SEED=225220662

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        784304120 kB
MemAvailable:   784464232 kB
Buffers:          349720 kB
Cached:          3151592 kB
SwapCached:            0 kB
Active:           526060 kB
Inactive:        3387856 kB
Active(anon):       2024 kB
Inactive(anon):   433140 kB
Active(file):     524036 kB
Inactive(file):  2954716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112716 kB
Writeback:             0 kB
AnonPages:        405312 kB
Mapped:            90696 kB
Shmem:             22536 kB
KReclaimable:     201776 kB
Slab:             557320 kB
SReclaimable:     201776 kB
SUnreclaim:       355544 kB
KernelStack:       14736 kB
PageTables:        11452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     754768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           316416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD101 at 2024-08-02 11:29:35