Trace number 4465866

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) 72000.5 3633.25

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round21-4.opb
MD5SUMf504409cca969bd8c5b41a512643c0a3
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 benchmark13.3119
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 constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
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() = 18736129, SCIPgetMemTotal() = 22058905, SCIPgetMemExternEstim() = 11425808
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.14	c ** Estimated virtualMemUsedAtSolver = 33393334, getVmSize() = 62717952, SCIPgetMemUsed() = 21514010, SCIPgetMemTotal() = 38664194, SCIPgetMemExternEstim() = 11425808
0.11/0.14	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.11/0.14	c Original Problem   :
0.11/0.14	c   Problem name     : instance-4465866-1722585463
0.11/0.14	c   Variables        : 3968 (3968 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.14	c   Constraints      : 7904
0.11/0.14	c   Objective sense  : minimize
0.11/0.14	c Presolved Problem  :
0.11/0.14	c   Variables        : 3042 (3042 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.14	c   Constraints      : 6223
0.11/0.14	c Constraints        : Number
0.11/0.14	c   and              : 45 
0.11/0.14	c   xor              : 1 
0.11/0.14	c   linear           : 1174 
0.11/0.14	c   logicor          : 5003 
0.11/0.14	c ** Instance transfer method used: 0
0.11/0.15	c ** ParaScipInstance copy does not increase the number of variables. **
0.34/0.37	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.37	c                                Nodes    Active                                            
0.34/0.37	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.14/5.60	c         6           6544         355        20                -           0.0000          -
201.82/10.64	c        11          17311         355        20                -           0.0000          -
300.96/15.69	c        16          31609         357        20                -           0.0000          -
401.77/20.74	c        21             18          17        20                -           0.0000          -
500.91/25.79	c        26             22          21        20                -           0.0000          -
602.08/30.84	c        31             22          21        20                -           0.0000          -
701.24/35.89	c        36             12          11        20                -           0.0000          -
802.21/40.95	c        41             12          11        20                -           0.0000          -
901.23/45.99	c        46              4           3        20                -           0.0000          -
1003.00/51.04	c        51              4           3        20                -           0.0000          -
1101.95/56.09	c        56             36          35        20                -           0.0000          -
1201.36/61.13	c        61             14          13        20                -           0.0000          -
1302.57/66.19	c        66             78          77        20                -           0.0000          -
1402.69/71.25	c        71             16          15        20                -           0.0000          -
1501.92/76.26	c        76             16          15        20                -           0.0000          -
1603.09/81.35	c        81             16          15        20                -           0.0000          -
1702.29/86.39	c        86             16          15        20                -           0.0000          -
1803.28/91.44	c        91             16          15        20                -           0.0000          -
1902.45/96.49	c        96             16          15        20                -           0.0000          -
2003.59/101.54	c       102             16          15        20                -           0.0000          -
2102.67/106.59	c       107             16          15        20                -           0.0000          -
2203.86/111.64	c       112             16          15        20                -           0.0000          -
2303.27/116.69	c       117             16          15        20                -           0.0000          -
2404.28/121.74	c       122             16          15        20                -           0.0000          -
2503.49/126.80	c       127             16          15        20                -           0.0000          -
2604.69/131.84	c       132             16          15        20                -           0.0000          -
2703.89/136.88	c       137             16          15        20                -           0.0000          -
2805.09/141.93	c       142             16          15        20                -           0.0000          -
2904.23/146.99	c       147             16          15        20                -           0.0000          -
3003.30/152.03	c       152             16          15        20                -           0.0000          -
3105.31/157.08	c       157             16          15        20                -           0.0000          -
3204.35/162.13	c       162             16          15        20                -           0.0000          -
3305.60/167.15	c       167             16          15        20                -           0.0000          -
3406.01/172.23	c       172             16          15        20                -           0.0000          -
3505.21/177.29	c       177             16          15        20                -           0.0000          -
3606.39/182.33	c       182             16          15        20                -           0.0000          -
3705.57/187.39	c       187             16          15        20                -           0.0000          -
3806.66/192.43	c       192             16          15        20                -           0.0000          -
3905.85/197.49	c       198             16          15        20                -           0.0000          -
4006.96/202.54	c       203             16          15        20                -           0.0000          -
4106.16/207.59	c       208             16          15        20                -           0.0000          -
4207.40/212.64	c       213             16          15        20                -           0.0000          -
4306.45/217.69	c       218             16          15        20                -           0.0000          -
4407.56/222.74	c       223             16          15        20                -           0.0000          -
4506.69/227.79	c       228             16          15        20                -           0.0000          -
4607.89/232.84	c       233             16          15        20                -           0.0000          -
4706.98/237.89	c       238             16          15        20                -           0.0000          -
4808.07/242.94	c       243             16          15        20                -           0.0000          -
4907.30/247.97	c       248             16          15        20                -           0.0000          -
5008.74/253.03	c       253             16          15        20                -           0.0000          -
5108.44/258.09	c       258           1103          53        20                -           0.0000          -
5209.20/263.14	c       263           1103          53        20                -           0.0000          -
5308.47/268.15	c       268           1103          53        20                -           0.0000          -
5408.78/273.24	c       273           1103          53        20                -           0.0000          -
5507.99/278.29	c       278           1103          53        20                -           0.0000          -
5609.16/283.34	c       283           1311        1292        20                -           0.0000          -
5708.35/288.39	c       288         444903         110        20                -           0.0000          -
5809.54/293.44	c       293           1145        1134        20                -           0.0000          -
5908.73/298.49	c       298           1318        1299        20                -           0.0000          -
6009.94/303.54	c       304           1318        1299        20                -           0.0000          -
6109.15/308.59	c       309           1153        1142        20                -           0.0000          -
6210.36/313.64	c       314           1327         275        20                -           0.0000          -
6309.54/318.66	c       319           1190        1177        20                -           0.0000          -
6410.72/323.71	c       324           1330         278        20                -           0.0000          -
6509.90/328.79	c       329           1352         300        20                -           0.0000          -
6610.93/333.84	c       334           1352         300        20                -           0.0000          -
6710.04/338.86	c       339           1352         300        20                -           0.0000          -
6811.24/343.94	c       344           1239        1224        20                -           0.0000          -
6910.44/348.99	c       349           1907        1886        20                -           0.0000          -
7012.33/354.04	c       354           1960        1935        20                -           0.0000          -
7111.46/359.08	c       359           1960        1935        20                -           0.0000          -
7210.90/364.14	c       364           1375        1356        20                -           0.0000          -
7311.82/369.19	c       369            123         122        20                -           0.0000          -
7412.18/374.24	c       374           2028        2003        20                -           0.0000          -
7511.27/379.29	c       379           2028        2003        20                -           0.0000          -
7612.28/384.34	c       384           1582        1561        20                -           0.0000          -
7711.46/389.39	c       389           2107        2082        20                -           0.0000          -
7812.64/394.44	c       394           2107        2082        20                -           0.0000          -
7911.83/399.49	c       400           2107        2082        20                -           0.0000          -
8012.99/404.54	c       405           2107        2082        20                -           0.0000          -
8112.15/409.59	c       410           1691         639        20                -           0.0000          -
8213.29/414.64	c       415           2233        2208        20                -           0.0000          -
8312.43/419.69	c       420           1655        1634        20                -           0.0000          -
8413.57/424.74	c       425           1655        1634        20                -           0.0000          -
8512.70/429.79	c       430         627048         109        20                -           0.0000          -
8613.84/434.84	c       435           2384        2357        20                -           0.0000          -
8713.01/439.89	c       440           2384        2357        20                -           0.0000          -
8814.14/444.94	c       445           2384        2357        20                -           0.0000          -
8913.29/449.99	c       450           1708        1687        20                -           0.0000          -
9012.44/455.04	c       455           2499        2472        20                -           0.0000          -
9114.61/460.09	c       460           1723        1702        20                -           0.0000          -
9213.56/465.14	c       465           2638        2609        20                -           0.0000          -
9314.59/470.19	c       470           2707        2676        20                -           0.0000          -
9414.90/475.24	c       475            294         293        20                -           0.0000          -
9514.07/480.29	c       480           2764        2731        20                -           0.0000          -
9615.21/485.34	c       485           2153        1101        20                -           0.0000          -
9714.38/490.39	c       490           2153        1101        20                -           0.0000          -
9815.54/495.44	c       495           2160        1108        20                -           0.0000          -
9914.68/500.49	c       500           2298        2275        20                -           0.0000          -
10015.83/505.51	c       506           2298        2275        20                -           0.0000          -
10114.84/510.59	c       511           2891        2856        20                -           0.0000          -
10216.06/515.61	c       516           2891        2856        20                -           0.0000          -
10315.08/520.68	c       521           2891        2856        20                -           0.0000          -
10416.18/525.73	c       526           2305        2282        20                -           0.0000          -
10515.28/530.78	c       531           2305        2282        20                -           0.0000          -
10616.51/535.83	c       536           2654        1602        20                -           0.0000          -
10715.46/540.88	c       541            464         463        20                -           0.0000          -
10816.56/545.93	c       546           2980        2945        20                -           0.0000          -
10915.72/550.96	c       551           2980        2945        20                -           0.0000          -
11014.90/556.03	c       556            475         474        20                -           0.0000          -
11116.83/561.08	c       561           3042        3007        20                -           0.0000          -
11216.08/566.13	c       566           2536        2513        20                -           0.0000          -
11317.08/571.18	c       571           3046        3011        20                -           0.0000          -
11417.55/576.23	c       576           3070        3035        20                -           0.0000          -
11516.58/581.28	c       581           2776        2753        20                -           0.0000          -
11617.57/586.31	c       586           2776        2753        20                -           0.0000          -
11716.71/591.38	c       591           3206        3171        20                -           0.0000          -
11817.74/596.43	c       596           3206        3171        20                -           0.0000          -
11916.60/601.48	c       601           3206        3171        20                -           0.0000          -
12017.51/606.53	c       607           2985        2962        20                -           0.0000          -
12116.62/611.56	c       612           3250        3215        20                -           0.0000          -
12215.63/616.57	c       617           3250        3215        20                -           0.0000          -
12316.74/621.68	c       622           2988        2965        20                -           0.0000          -
12417.87/626.73	c       627            721         720        20                -           0.0000          -
12516.97/631.78	c       632            731         730        20                -           0.0000          -
12617.99/636.83	c       637           3100        3077        20                -           0.0000          -
12717.14/641.88	c       642           3435        3400        20                -           0.0000          -
12818.28/646.91	c       647            777         776        20                -           0.0000          -
12917.34/651.98	c       652         869853          88        20                -           0.0000          -
13016.28/657.03	c       657           3570        3535        20                -           0.0000          -
13117.96/662.08	c       662           3270        3247        20                -           0.0000          -
13216.79/667.12	c       667            828         827        20                -           0.0000          -
13316.19/672.15	c       672           3392        3369        20                -           0.0000          -
13417.96/677.23	c       677           3392        3369        20                -           0.0000          -
13517.04/682.28	c       682           3392        3369        20                -           0.0000          -
13618.25/687.33	c       687         894846          91        20                -           0.0000          -
13717.11/692.38	c       692          16456        2826        20                -           0.0000          -
13818.19/697.43	c       697          16643        2826        20                -           0.0000          -
13917.30/702.46	c       702            926         925        20                -           0.0000          -
14016.40/707.48	c       707           3572        3549        20                -           0.0000          -
14117.51/712.55	c       713            963         962        20                -           0.0000          -
14218.64/717.60	c       718         913512          87        20                -           0.0000          -
14317.72/722.68	c       723           3793        3770        20                -           0.0000          -
14418.76/727.72	c       728           3793        3770        20                -           0.0000          -
14517.89/732.78	c       733           4506        4465        20                -           0.0000          -
14618.78/737.83	c       738           1048        1047        20                -           0.0000          -
14717.83/742.86	c       743           1050           0        20                -           0.0000          -
14818.94/747.93	c       748           1050           0        20                -           0.0000          -
14917.92/752.96	c       753           1050           0        20                -           0.0000          -
15017.07/758.03	c       758           1050           0        20                -           0.0000          -
15118.91/763.08	c       763           1050           0        20                -           0.0000          -
15218.15/768.13	c       768           1050           0        20                -           0.0000          -
15319.24/773.18	c       773           1050           0        20                -           0.0000          -
15419.59/778.20	c       778           1050           0        20                -           0.0000          -
15518.75/783.21	c       783           1050           0        20                -           0.0000          -
15617.85/788.27	c       788           1050           0        20                -           0.0000          -
15716.89/793.28	c       793           4938        4893        20                -           0.0000          -
15817.86/798.32	c       798           4942        4897        20                -           0.0000          -
15918.92/803.41	c       803           4942        4897        20                -           0.0000          -
16018.02/808.47	c       808           4942        4897        20                -           0.0000          -
16119.03/813.54	c       814           1075          25        20                -           0.0000          -
16220.15/818.60	c       819           5023        4978        20                -           0.0000          -
16319.19/823.65	c       824           5053        5008        20                -           0.0000          -
16420.12/828.71	c       829           5098        5053        20                -           0.0000          -
16519.24/833.73	c       834           5113        5068        20                -           0.0000          -
16618.38/838.76	c       839           5113        5068        20                -           0.0000          -
16719.34/843.86	c       844           5362        5339        20                -           0.0000          -
16820.30/848.93	c       849           5362        5339        20                -           0.0000          -
16919.38/853.98	c       854           5217        5172        20                -           0.0000          -
17018.45/859.03	c       859        1120166         184        20                -           0.0000          -
17120.06/864.08	c       864           1191         141        20                -           0.0000          -
17219.15/869.13	c       869           1208         158        20                -           0.0000          -
17319.95/874.18	c       874           5753        5730        20                -           0.0000          -
17420.33/879.23	c       879           5845        5822        20                -           0.0000          -
17519.43/884.26	c       884        1164711         189        20                -           0.0000          -
17620.44/889.33	c       889           6011        5988        20                -           0.0000          -
17719.41/894.38	c       894           1275         217        20                -           0.0000          -
17820.49/899.43	c       899        1191289         185        20                -           0.0000          -
17919.63/904.48	c       904           6131        6081        20                -           0.0000          -
18020.75/909.50	c       910           6421        6398        20                -           0.0000          -
18119.81/914.54	c       915           6421        6398        20                -           0.0000          -
18218.95/919.58	c       920           6421        6398        20                -           0.0000          -
18319.91/924.68	c       925           6421        6398        20                -           0.0000          -
18420.86/929.73	c       930           6421        6398        20                -           0.0000          -
18519.93/934.78	c       935           6520        6470        20                -           0.0000          -
18620.84/939.83	c       940           6529        6479        20                -           0.0000          -
18719.91/944.88	c       945           6529        6479        20                -           0.0000          -
18820.97/949.93	c       950           6529        6479        20                -           0.0000          -
18920.00/954.98	c       955           1437         369        20                -           0.0000          -
19019.15/960.03	c       960           6658        6635        20                -           0.0000          -
19121.04/965.08	c       965           6723        6671        20                -           0.0000          -
19220.11/970.13	c       970        1327645         181        20                -           0.0000          -
19321.28/975.18	c       975           6950        6927        20                -           0.0000          -
19421.57/980.23	c       980           7037        6985        20                -           0.0000          -
19520.76/985.28	c       985           7057        7034        20                -           0.0000          -
19621.92/990.33	c       990        1367561         193        20                -           0.0000          -
19720.88/995.38	c       995           7146        7123        20                -           0.0000          -
19821.90/1000.43	c      1000           7378        7324        20                -           0.0000          -
19921.03/1005.47	c      1005           7369        7346        20                -           0.0000          -
20020.14/1010.48	c      1010           3097        1181        20                -           0.0000          -
20121.24/1015.53	c      1016           3545        1237        20                -           0.0000          -
20222.53/1020.63	c      1021           7615        7559        20                -           0.0000          -
20321.39/1025.68	c      1026           7615        7559        20                -           0.0000          -
20422.52/1030.73	c      1031        1440528         182        20                -           0.0000          -
20521.68/1035.78	c      1036           7904        7881        20                -           0.0000          -
20622.76/1040.83	c      1041           7904        7881        20                -           0.0000          -
20721.89/1045.88	c      1046        1467594         184        20                -           0.0000          -
20822.89/1050.93	c      1051        1477648         190        20                -           0.0000          -
20921.95/1055.98	c      1056           8064        8041        20                -           0.0000          -
21021.01/1061.03	c      1061        1498947         182        20                -           0.0000          -
21122.99/1066.08	c      1066        1508426         180        20                -           0.0000          -
21222.07/1071.13	c      1071           8184        8128        20                -           0.0000          -
21323.19/1076.18	c      1076           8214        8158        20                -           0.0000          -
21423.33/1081.23	c      1081        1534970         189        20                -           0.0000          -
21522.43/1086.28	c      1086        1543834         183        20                -           0.0000          -
21623.39/1091.33	c      1091           8566        8543        20                -           0.0000          -
21722.42/1096.34	c      1096           8430        8374        20                -           0.0000          -
21823.49/1101.43	c      1101           8430        8374        20                -           0.0000          -
21922.49/1106.48	c      1106           8739        8716        20                -           0.0000          -
22023.56/1111.53	c      1112           8456        8400        20                -           0.0000          -
22122.73/1116.56	c      1117           8456        8400        20                -           0.0000          -
22221.76/1121.57	c      1122           8491        8433        20                -           0.0000          -
22322.75/1126.62	c      1127           8491        8433        20                -           0.0000          -
22423.92/1131.73	c      1132           9252        9229        20                -           0.0000          -
22523.05/1136.78	c      1137          68195        2927        20                -           0.0000          -
22624.10/1141.83	c      1142           9467        9444        20                -           0.0000          -
22722.97/1146.88	c      1147           8809        8747        20                -           0.0000          -
22823.95/1151.93	c      1152           9579        9556        20                -           0.0000          -
22922.93/1156.98	c      1157           9579        9556        20                -           0.0000          -
23022.03/1162.03	c      1162        1688261         185        20                -           0.0000          -
23123.79/1167.08	c      1167           9646        9623        20                -           0.0000          -
23222.82/1172.12	c      1172           9664        9641        20                -           0.0000          -
23321.98/1177.14	c      1177           9664        9641        20                -           0.0000          -
23423.00/1182.15	c      1182           9103        9039        20                -           0.0000          -
23523.09/1187.21	c      1187           9103        9039        20                -           0.0000          -
23622.07/1192.27	c      1192           9103        9039        20                -           0.0000          -
23723.03/1197.33	c      1197           9103        9039        20                -           0.0000          -
23822.05/1202.39	c      1202           9107        9043        20                -           0.0000          -
23923.18/1207.44	c      1207          10168       10145        20                -           0.0000          -
24024.28/1212.52	c      1213          10168       10145        20                -           0.0000          -
24123.42/1217.58	c      1218          10168       10145        20                -           0.0000          -
24224.50/1222.63	c      1223          10168       10145        20                -           0.0000          -
24323.63/1227.68	c      1228          10168       10145        20                -           0.0000          -
24424.64/1232.70	c      1233          10168       10145        20                -           0.0000          -
24523.77/1237.76	c      1238          10243       10220        20                -           0.0000          -
24624.85/1242.83	c      1243          10243       10220        20                -           0.0000          -
24723.97/1247.87	c      1248          10243       10220        20                -           0.0000          -
24825.09/1252.93	c      1253          10304       10281        20                -           0.0000          -
24924.21/1257.98	c      1258        1897891         183        20                -           0.0000          -
25025.97/1263.03	c      1263          10384       10361        20                -           0.0000          -
25125.21/1268.08	c      1268          10397       10374        20                -           0.0000          -
25224.29/1273.10	c      1273          10461       10390        20                -           0.0000          -
25325.53/1278.17	c      1278          10461       10390        20                -           0.0000          -
25424.53/1283.18	c      1283          10461       10390        20                -           0.0000          -
25524.81/1288.28	c      1288        1961216         185        20                -           0.0000          -
25623.79/1293.30	c      1293        1972689         186        20                -           0.0000          -
25724.58/1298.32	c      1298        1982775         186        20                -           0.0000          -
25823.62/1303.36	c      1303          10803       10724        20                -           0.0000          -
25924.83/1308.48	c      1308          10803       10724        20                -           0.0000          -
26025.70/1313.53	c      1314          10825       10746        20                -           0.0000          -
26124.83/1318.58	c      1319          10825       10746        20                -           0.0000          -
26225.90/1323.63	c      1324        2034700         184        20                -           0.0000          -
26325.02/1328.68	c      1329          11465       11442        20                -           0.0000          -
26426.07/1333.71	c      1334        2054102         188        20                -           0.0000          -
26525.21/1338.72	c      1339        2064125         191        20                -           0.0000          -
26624.28/1343.75	c      1344        2073453         191        20                -           0.0000          -
26725.31/1348.82	c      1349        2082473         185        20                -           0.0000          -
26824.44/1353.86	c      1354          11931       11908        20                -           0.0000          -
26925.58/1358.94	c      1359          11931       11908        20                -           0.0000          -
27024.72/1364.03	c      1364          11953       11930        20                -           0.0000          -
27126.59/1369.08	c      1369          11953       11930        20                -           0.0000          -
27225.62/1374.13	c      1374        2127894         188        20                -           0.0000          -
27326.92/1379.18	c      1379          12010       11987        20                -           0.0000          -
27427.29/1384.23	c      1384          12010       11987        20                -           0.0000          -
27526.24/1389.25	c      1389          12010       11987        20                -           0.0000          -
27625.22/1394.26	c      1394        2161834         183        20                -           0.0000          -
27726.13/1399.31	c      1399        2171309         183        20                -           0.0000          -
27827.26/1404.41	c      1404        2180717         182        20                -           0.0000          -
27926.37/1409.48	c      1409          12286       12263        20                -           0.0000          -
28027.45/1414.53	c      1415        2200662         187        20                -           0.0000          -
28126.38/1419.58	c      1420          12292       12269        20                -           0.0000          -
28227.52/1424.63	c      1425        2219529         180        20                -           0.0000          -
28326.55/1429.68	c      1430          20221       11354        20                -           0.0000          -
28427.68/1434.73	c      1435          12551       12528        20                -           0.0000          -
28526.81/1439.78	c      1440        2250011         182        20                -           0.0000          -
28627.86/1444.83	c      1445        2259445         187        20                -           0.0000          -
28727.00/1449.85	c      1450          12840       12817        20                -           0.0000          -
28828.10/1454.93	c      1455        2274522         182        20                -           0.0000          -
28927.09/1459.98	c      1460        2282677         189        20                -           0.0000          -
29026.20/1465.04	c      1465        2290916         182        20                -           0.0000          -
29128.10/1470.09	c      1470         110098        3297        20                -           0.0000          -
29227.01/1475.14	c      1475          24132       11361        20                -           0.0000          -
29328.22/1480.19	c      1480          13532       13509        20                -           0.0000          -
29428.32/1485.24	c      1485        2324616         185        20                -           0.0000          -
29527.45/1490.29	c      1490        2333326         179        20                -           0.0000          -
29628.37/1495.34	c      1495        2341118         184        20                -           0.0000          -
29727.39/1500.37	c      1500        2350237         183        20                -           0.0000          -
29828.53/1505.44	c      1505          14089       14066        20                -           0.0000          -
29927.68/1510.49	c      1510          14089       14066        20                -           0.0000          -
30028.79/1515.54	c      1516          14089       14066        20                -           0.0000          -
30127.90/1520.56	c      1521          14104       14081        20                -           0.0000          -
30229.02/1525.64	c      1526        2401726         180        20                -           0.0000          -
30328.16/1530.66	c      1531          29693       11374        20                -           0.0000          -
30429.05/1535.74	c      1536          14374       14351        20                -           0.0000          -
30528.05/1540.79	c      1541          30435       11381        20                -           0.0000          -
30628.98/1545.84	c      1546          48071        1927        20                -           0.0000          -
30728.07/1550.89	c      1551        2452075         181        20                -           0.0000          -
30829.21/1555.94	c      1556          14706       14681        20                -           0.0000          -
30928.36/1560.97	c      1561        2474004         184        20                -           0.0000          -
31027.22/1566.03	c      1566        2484607         179        20                -           0.0000          -
31129.19/1571.08	c      1571          15024       14999        20                -           0.0000          -
31228.25/1576.14	c      1576          15120       15095        20                -           0.0000          -
31329.25/1581.17	c      1581          15176       15151        20                -           0.0000          -
31429.64/1586.24	c      1586          15176       15151        20                -           0.0000          -
31528.81/1591.29	c      1591          15176       15151        20                -           0.0000          -
31629.97/1596.34	c      1596          15228       15203        20                -           0.0000          -
31729.05/1601.39	c      1601        2543701         179        20                -           0.0000          -
31830.19/1606.44	c      1606        2551981         179        20                -           0.0000          -
31929.36/1611.49	c      1612          15576       15551        20                -           0.0000          -
32030.51/1616.54	c      1617          15576       15551        20                -           0.0000          -
32129.64/1621.59	c      1622          15576       15551        20                -           0.0000          -
32230.55/1626.61	c      1627          15576       15551        20                -           0.0000          -
32329.73/1631.69	c      1632          15576       15551        20                -           0.0000          -
32430.88/1636.74	c      1637        2602806         180        20                -           0.0000          -
32530.04/1641.79	c      1642          15696       15671        20                -           0.0000          -
32631.18/1646.84	c      1647        2622833         183        20                -           0.0000          -
32729.82/1651.89	c      1652        2631797         185        20                -           0.0000          -
32830.86/1656.94	c      1657        2641721         184        20                -           0.0000          -
32929.97/1661.99	c      1662         135543        3083        20                -           0.0000          -
33031.74/1667.04	c      1667        2660068         182        20                -           0.0000          -
33130.83/1672.08	c      1672        2669704         192        20                -           0.0000          -
33229.70/1677.13	c      1677          16408       16383        20                -           0.0000          -
33330.80/1682.16	c      1682        2688778         184        20                -           0.0000          -
33431.12/1687.22	c      1687        2698660         186        20                -           0.0000          -
33530.23/1692.29	c      1692          44937       11413        20                -           0.0000          -
33631.36/1697.34	c      1697          16914       16889        20                -           0.0000          -
33730.46/1702.39	c      1702        2724581         185        20                -           0.0000          -
33831.55/1707.44	c      1707        2733189         189        20                -           0.0000          -
33930.56/1712.49	c      1712        2741232         172        20                -           0.0000          -
34031.61/1717.50	c      1718          17288       17261        20                -           0.0000          -
34130.71/1722.58	c      1723        2760976         188        20                -           0.0000          -
34231.67/1727.64	c      1728          17476       17449        20                -           0.0000          -
34330.85/1732.66	c      1733          17588       17561        20                -           0.0000          -
34431.78/1737.74	c      1738        2785362         184        20                -           0.0000          -
34530.87/1742.79	c      1743        2793539         189        20                -           0.0000          -
34631.99/1747.84	c      1748         147934        3140        20                -           0.0000          -
34731.04/1752.89	c      1753         148589        3150        20                -           0.0000          -
34832.02/1757.94	c      1758          18152       18125        20                -           0.0000          -
34931.05/1762.99	c      1763          65982        2094        20                -           0.0000          -
35032.94/1768.04	c      1768        2836630         191        20                -           0.0000          -
35131.92/1773.09	c      1773        2845570         187        20                -           0.0000          -
35231.26/1778.12	c      1778          18476       18449        20                -           0.0000          -
35332.25/1783.15	c      1783        2863607         190        20                -           0.0000          -
35432.51/1788.20	c      1788        2875333         194        20                -           0.0000          -
35531.52/1793.27	c      1793        2887364         193        20                -           0.0000          -
35632.67/1798.34	c      1798          18914       18887        20                -           0.0000          -
35731.74/1803.35	c      1803          18914       18887        20                -           0.0000          -
35832.88/1808.44	c      1808        2919619         194        20                -           0.0000          -
35932.01/1813.49	c      1814          56177       11408        20                -           0.0000          -
36033.11/1818.51	c      1819          19047       19020        20                -           0.0000          -
36132.17/1823.57	c      1824          19047       19020        20                -           0.0000          -
36233.42/1828.64	c      1829          19136       19109        20                -           0.0000          -
36332.19/1833.69	c      1834          19228       19201        20                -           0.0000          -
36433.32/1838.70	c      1839          19228       19201        20                -           0.0000          -
36534.41/1843.80	c      1844          19228       19201        20                -           0.0000          -
36633.58/1848.84	c      1849          19257       19230        20                -           0.0000          -
36732.60/1853.89	c      1854          19257       19230        20                -           0.0000          -
36833.71/1858.90	c      1859        3020590         193        20                -           0.0000          -
36932.85/1863.95	c      1864          19400       19373        20                -           0.0000          -
37031.99/1869.00	c      1869          19469       19442        20                -           0.0000          -
37130.81/1874.01	c      1874        3051417         186        20                -           0.0000          -
37232.60/1879.04	c      1879        3061325         194        20                -           0.0000          -
37331.65/1884.11	c      1884          19855       19828        20                -           0.0000          -
37432.79/1889.19	c      1889          19987       19960        20                -           0.0000          -
37532.96/1894.24	c      1894          20026       19999        20                -           0.0000          -
37634.02/1899.30	c      1899          20134       20107        20                -           0.0000          -
37733.07/1904.31	c      1904          20230       20203        20                -           0.0000          -
37832.17/1909.39	c      1909          20285       20258        20                -           0.0000          -
37933.10/1914.45	c      1914          20285       20258        20                -           0.0000          -
38034.10/1919.50	c      1920          20285       20258        20                -           0.0000          -
38133.11/1924.55	c      1925          20285       20258        20                -           0.0000          -
38234.18/1929.60	c      1930          20285       20258        20                -           0.0000          -
38333.20/1934.65	c      1935        3167721         184        20                -           0.0000          -
38434.27/1939.73	c      1940          20449       20422        20                -           0.0000          -
38533.32/1944.78	c      1945          20449       20422        20                -           0.0000          -
38634.39/1949.84	c      1950          20449       20422        20                -           0.0000          -
38733.49/1954.89	c      1955          20497       20470        20                -           0.0000          -
38834.48/1959.92	c      1960        3220516         195        20                -           0.0000          -
38933.44/1964.97	c      1965          20758       20731        20                -           0.0000          -
39035.19/1970.04	c      1970          72259       11410        20                -           0.0000          -
39134.39/1975.09	c      1975        3249400         185        20                -           0.0000          -
39235.30/1980.14	c      1980          20950       20923        20                -           0.0000          -
39334.35/1985.19	c      1985         178298        3285        20                -           0.0000          -
39434.56/1990.21	c      1990        3279391         190        20                -           0.0000          -
39533.59/1995.29	c      1995        3289784         193        20                -           0.0000          -
39634.62/2000.34	c      2000          21391       21364        20                -           0.0000          -
39733.65/2005.39	c      2005          21490       21463        20                -           0.0000          -
39834.70/2010.44	c      2010         181160        3309        20                -           0.0000          -
39933.72/2015.49	c      2016          76897       11421        20                -           0.0000          -
40034.79/2020.54	c      2021          21759       21732        20                -           0.0000          -
40133.82/2025.59	c      2026          21856       21829        20                -           0.0000          -
40234.84/2030.64	c      2031        3355531         190        20                -           0.0000          -
40333.86/2035.66	c      2036          22002       21975        20                -           0.0000          -
40434.72/2040.74	c      2041        3376902         193        20                -           0.0000          -
40533.52/2045.79	c      2046         184761        3341        20                -           0.0000          -
40634.42/2050.83	c      2051          22250       22223        20                -           0.0000          -
40733.57/2055.88	c      2056          22250       22223        20                -           0.0000          -
40834.49/2060.93	c      2061         186747        3331        20                -           0.0000          -
40933.54/2065.98	c      2066        3435603         190        20                -           0.0000          -
41032.61/2071.03	c      2071          22497       22470        20                -           0.0000          -
41134.27/2076.05	c      2076        3460192         191        20                -           0.0000          -
41233.71/2081.11	c      2081          22681       22654        20                -           0.0000          -
41334.83/2086.18	c      2086          22681       22654        20                -           0.0000          -
41434.81/2091.23	c      2091        3493035         188        20                -           0.0000          -
41533.85/2096.26	c      2096        3503666         187        20                -           0.0000          -
41634.91/2101.31	c      2101          22879       22852        20                -           0.0000          -
41733.95/2106.37	c      2106          22908       22881        20                -           0.0000          -
41833.04/2111.39	c      2111          22908       22881        20                -           0.0000          -
41934.04/2116.45	c      2116        3545355         190        20                -           0.0000          -
42035.10/2121.53	c      2122          23010       22983        20                -           0.0000          -
42134.21/2126.58	c      2127          23107       23080        20                -           0.0000          -
42235.30/2131.63	c      2132          23107       23080        20                -           0.0000          -
42334.35/2136.68	c      2137        3588163         190        20                -           0.0000          -
42435.36/2141.73	c      2142          23312       23285        20                -           0.0000          -
42534.46/2146.78	c      2147        3611219         190        20                -           0.0000          -
42635.53/2151.83	c      2152          23492       23465        20                -           0.0000          -
42734.63/2156.88	c      2157          23537       23510        20                -           0.0000          -
42835.91/2161.93	c      2162        3645310         193        20                -           0.0000          -
42934.81/2166.98	c      2167        3656404         187        20                -           0.0000          -
43033.90/2172.01	c      2172        3668527         190        20                -           0.0000          -
43135.97/2177.08	c      2177        3680761         186        20                -           0.0000          -
43234.78/2182.13	c      2182          24048       24021        20                -           0.0000          -
43335.93/2187.18	c      2187          93051       11400        20                -           0.0000          -
43436.16/2192.21	c      2192          24220       24193        20                -           0.0000          -
43535.23/2197.28	c      2197          24232       24205        20                -           0.0000          -
43636.34/2202.33	c      2202          24232       24205        20                -           0.0000          -
43735.38/2207.38	c      2207          24232       24205        20                -           0.0000          -
43836.53/2212.43	c      2212        3751927         188        20                -           0.0000          -
43935.58/2217.48	c      2217          24405       24378        20                -           0.0000          -
44036.65/2222.53	c      2223        3774329         188        20                -           0.0000          -
44135.74/2227.55	c      2228          24566       24539        20                -           0.0000          -
44234.83/2232.59	c      2233          24566       24539        20                -           0.0000          -
44335.86/2237.67	c      2238          24566       24539        20                -           0.0000          -
44436.92/2242.71	c      2243          24566       24539        20                -           0.0000          -
44536.03/2247.75	c      2248          24566       24539        20                -           0.0000          -
44635.11/2252.76	c      2253          24566       24539        20                -           0.0000          -
44736.00/2257.82	c      2258         111664        2785        20                -           0.0000          -
44836.90/2262.93	c      2263          24713       24686        20                -           0.0000          -
44935.95/2267.98	c      2268          24872       24845        20                -           0.0000          -
45035.06/2273.03	c      2273         212535        3221        20                -           0.0000          -
45136.95/2278.08	c      2278          25072       25045        20                -           0.0000          -
45235.98/2283.12	c      2283         213252        3230        20                -           0.0000          -
45336.80/2288.18	c      2288          25239       25210        20                -           0.0000          -
45437.22/2293.23	c      2293          25276       25247        20                -           0.0000          -
45536.36/2298.26	c      2298          25334       25305        20                -           0.0000          -
45637.39/2303.33	c      2303        3933310         194        20                -           0.0000          -
45736.50/2308.37	c      2308        3944090         190        20                -           0.0000          -
45837.58/2313.40	c      2313          25608       25579        20                -           0.0000          -
45936.69/2318.42	c      2318         105360       11404        20                -           0.0000          -
46035.82/2323.46	c      2323          25782       25753        20                -           0.0000          -
46136.77/2328.50	c      2329        3985041         189        20                -           0.0000          -
46235.81/2333.54	c      2334        3995545         191        20                -           0.0000          -
46336.93/2338.62	c      2339        4005922         192        20                -           0.0000          -
46438.03/2343.70	c      2344          26180       26151        20                -           0.0000          -
46537.14/2348.76	c      2349          26240       26211        20                -           0.0000          -
46638.22/2353.83	c      2354          26325       26296        20                -           0.0000          -
46737.32/2358.87	c      2359        4048291         185        20                -           0.0000          -
46838.42/2363.93	c      2364        4057750         190        20                -           0.0000          -
46937.52/2368.98	c      2369         221727        3255        20                -           0.0000          -
47036.64/2374.03	c      2374          26947       26910        20                -           0.0000          -
47138.48/2379.08	c      2379          26947       26910        20                -           0.0000          -
47237.45/2384.10	c      2384          27102       27061        20                -           0.0000          -
47338.46/2389.18	c      2389         123273        3043        20                -           0.0000          -
47438.80/2394.23	c      2394          27647       27475        20                -           0.0000          -
47537.83/2399.28	c      2399         112500       11373        20                -           0.0000          -
47636.96/2404.29	c      2404          28310       27716        20                -           0.0000          -
47738.00/2409.32	c      2409        4146866         190        20                -           0.0000          -
47837.14/2414.33	c      2414         226831        3245        20                -           0.0000          -
47938.26/2419.42	c      2419        4167854         192        20                -           0.0000          -
48037.42/2424.48	c      2424          29710       27746        20                -           0.0000          -
48138.53/2429.54	c      2430        4189001         191        20                -           0.0000          -
48237.66/2434.56	c      2435         116710       11380        20                -           0.0000          -
48336.79/2439.59	c      2440        4211499         191        20                -           0.0000          -
48439.84/2444.70	c      2445        4220509         191        20                -           0.0000          -
48538.89/2449.78	c      2450         118523       11388        20                -           0.0000          -
48640.04/2454.82	c      2455        4239964         182        20                -           0.0000          -
48739.07/2459.88	c      2460         232451        3241        20                -           0.0000          -
48840.21/2464.93	c      2465        4258238         186        20                -           0.0000          -
48939.34/2469.95	c      2470        4269789         189        20                -           0.0000          -
49038.50/2474.98	c      2475        4279690         188        20                -           0.0000          -
49137.63/2479.99	c      2480        4289059         189        20                -           0.0000          -
49239.52/2485.06	c      2485        4299365         189        20                -           0.0000          -
49338.62/2490.13	c      2490        4310699         189        20                -           0.0000          -
49440.93/2495.20	c      2495        4321840         190        20                -           0.0000          -
49540.07/2500.28	c      2500         236098        3259        20                -           0.0000          -
49641.19/2505.31	c      2505        4344710         188        20                -           0.0000          -
49740.31/2510.38	c      2510         236910        3264        20                -           0.0000          -
49841.37/2515.43	c      2515          36817       27789        20                -           0.0000          -
49940.52/2520.48	c      2520          37115       27793        20                -           0.0000          -
50041.65/2525.53	c      2526        4386771         195        20                -           0.0000          -
50140.77/2530.57	c      2531        4397159         192        20                -           0.0000          -
50241.91/2535.63	c      2536        4407729         192        20                -           0.0000          -
50341.24/2540.68	c      2541        4419127         192        20                -           0.0000          -
50442.17/2545.73	c      2546        4429795         192        20                -           0.0000          -
50541.29/2550.78	c      2551         241659        3243        20                -           0.0000          -
50642.37/2555.83	c      2556          39924       27746        20                -           0.0000          -
50741.50/2560.88	c      2561         130550       11373        20                -           0.0000          -
50842.57/2565.93	c      2566        4477179         181        20                -           0.0000          -
50941.64/2570.98	c      2571         142316        3082        20                -           0.0000          -
51040.80/2576.03	c      2576        4499658         186        20                -           0.0000          -
51142.50/2581.08	c      2581        4510268         184        20                -           0.0000          -
51241.77/2586.13	c      2586        4520382         190        20                -           0.0000          -
51342.84/2591.16	c      2591        4532363         187        20                -           0.0000          -
51443.04/2596.22	c      2596        4545107         185        20                -           0.0000          -
51542.19/2601.28	c      2601        4557769         185        20                -           0.0000          -
51643.23/2606.33	c      2606        4570657         187        20                -           0.0000          -
51742.27/2611.38	c      2611        4582796         189        20                -           0.0000          -
51843.37/2616.44	c      2616         249933        3205        20                -           0.0000          -
51942.48/2621.48	c      2621        4606111         187        20                -           0.0000          -
52043.57/2626.53	c      2627        4616228         184        20                -           0.0000          -
52142.62/2631.58	c      2632          44011       27747        20                -           0.0000          -
52243.89/2636.63	c      2637        4636397         189        20                -           0.0000          -
52342.87/2641.68	c      2642        4646791         189        20                -           0.0000          -
52444.10/2646.72	c      2647        4659507         183        20                -           0.0000          -
52543.04/2651.73	c      2652        4671946         193        20                -           0.0000          -
52644.11/2656.83	c      2657        4683769         186        20                -           0.0000          -
52743.19/2661.88	c      2662         141977       11394        20                -           0.0000          -
52844.29/2666.93	c      2667        4704476         187        20                -           0.0000          -
52943.44/2671.98	c      2672          46883       27749        20                -           0.0000          -
53042.59/2677.03	c      2677          47098       27742        20                -           0.0000          -
53144.67/2682.08	c      2682        4727433         186        20                -           0.0000          -
53243.57/2687.13	c      2687        4740638         185        20                -           0.0000          -
53344.71/2692.18	c      2692         153715        3129        20                -           0.0000          -
53444.90/2697.23	c      2697         154151        3156        20                -           0.0000          -
53544.02/2702.28	c      2702         146598       11359        20                -           0.0000          -
53645.16/2707.33	c      2707          48537       27751        20                -           0.0000          -
53744.29/2712.38	c      2712         155497        3200        20                -           0.0000          -
53845.37/2717.43	c      2717        4805908         181        20                -           0.0000          -
53944.48/2722.44	c      2722        4815139         186        20                -           0.0000          -
54043.58/2727.45	c      2727          49562       27747        20                -           0.0000          -
54142.70/2732.47	c      2732        4834922         191        20                -           0.0000          -
54241.80/2737.48	c      2737         150122       11380        20                -           0.0000          -
54342.89/2742.54	c      2743         150734       11378        20                -           0.0000          -
54443.99/2747.61	c      2748         151371       11386        20                -           0.0000          -
54543.11/2752.64	c      2753        4878572         187        20                -           0.0000          -
54644.07/2757.71	c      2758        4889337         196        20                -           0.0000          -
54743.17/2762.76	c      2763        4900374         197        20                -           0.0000          -
54844.29/2767.83	c      2768         270742        3102        20                -           0.0000          -
54943.41/2772.89	c      2773         271387        3100        20                -           0.0000          -
55044.51/2777.94	c      2778          52844       27734        20                -           0.0000          -
55143.65/2782.99	c      2783        4947049         188        20                -           0.0000          -
55242.80/2788.01	c      2788          53557       27739        20                -           0.0000          -
55344.72/2793.10	c      2793         274420        3093        20                -           0.0000          -
55447.05/2798.21	c      2798        4981402         189        20                -           0.0000          -
55546.19/2803.27	c      2803          54376       27745        20                -           0.0000          -
55647.35/2808.33	c      2808          54555       27744        20                -           0.0000          -
55746.62/2813.38	c      2813         277415        3106        20                -           0.0000          -
55847.68/2818.43	c      2818        5023820         189        20                -           0.0000          -
55946.78/2823.48	c      2823         279048        3115        20                -           0.0000          -
56047.87/2828.53	c      2829        5041639         188        20                -           0.0000          -
56147.02/2833.58	c      2834         280499        3077        20                -           0.0000          -
56248.17/2838.63	c      2839         281037        3078        20                -           0.0000          -
56347.33/2843.68	c      2844        5072289         190        20                -           0.0000          -
56448.47/2848.73	c      2849         282159        3077        20                -           0.0000          -
56547.61/2853.78	c      2854        5095091         186        20                -           0.0000          -
56648.72/2858.83	c      2859        5106871         190        20                -           0.0000          -
56747.80/2863.86	c      2864        5118749         190        20                -           0.0000          -
56846.69/2868.87	c      2869        5130273         190        20                -           0.0000          -
56947.66/2873.98	c      2874        5143468         189        20                -           0.0000          -
57046.74/2879.03	c      2879         170500        3242        20                -           0.0000          -
57148.50/2884.06	c      2884        5164901         186        20                -           0.0000          -
57247.76/2889.10	c      2889          60931       27740        20                -           0.0000          -
57349.08/2894.15	c      2894        5188322         187        20                -           0.0000          -
57449.28/2899.23	c      2899         170035       11388        20                -           0.0000          -
57548.44/2904.28	c      2904         170668       11380        20                -           0.0000          -
57649.58/2909.33	c      2909         171281       11377        20                -           0.0000          -
57748.72/2914.38	c      2914         172018       11392        20                -           0.0000          -
57849.84/2919.43	c      2919         172683       11415        20                -           0.0000          -
57948.95/2924.48	c      2924         173337       11419        20                -           0.0000          -
58050.03/2929.53	c      2930         173831       11438        20                -           0.0000          -
58149.17/2934.58	c      2935         292676        3016        20                -           0.0000          -
58250.29/2939.63	c      2940         293403        3020        20                -           0.0000          -
58349.42/2944.66	c      2945        5291887         186        20                -           0.0000          -
58450.56/2949.70	c      2950        5303570         187        20                -           0.0000          -
58549.71/2954.78	c      2955          65657       27755        20                -           0.0000          -
58650.84/2959.83	c      2960          65919       27732        20                -           0.0000          -
58749.99/2964.88	c      2965         178262       11458        20                -           0.0000          -
58851.13/2969.93	c      2970         179035       11460        20                -           0.0000          -
58950.27/2974.95	c      2975          66770       27748        20                -           0.0000          -
59049.42/2979.97	c      2980        5375679         188        20                -           0.0000          -
59151.50/2985.08	c      2985        5385677         190        20                -           0.0000          -
59250.73/2990.13	c      2990         180653        3445        20                -           0.0000          -
59351.75/2995.18	c      2995         181100        3434        20                -           0.0000          -
59451.91/3000.23	c      3000          68217       27755        20                -           0.0000          -
59551.07/3005.28	c      3005         183380       11477        20                -           0.0000          -
59652.13/3010.33	c      3010          68777       27761        20                -           0.0000          -
59751.25/3015.38	c      3015          68993       27758        20                -           0.0000          -
59850.37/3020.40	c      3020        5470032         188        20                -           0.0000          -
59951.50/3025.41	c      3025          69562       27763        20                -           0.0000          -
60050.67/3030.43	c      3030        5492355         191        20                -           0.0000          -
60151.81/3035.51	c      3036        5502218         190        20                -           0.0000          -
60252.96/3040.62	c      3041        5513007         187        20                -           0.0000          -
60352.11/3045.68	c      3046          70843       27735        20                -           0.0000          -
60453.18/3050.73	c      3051          71237       27734        20                -           0.0000          -
60552.28/3055.78	c      3056          71457       27727        20                -           0.0000          -
60653.40/3060.83	c      3061         190557       11574        20                -           0.0000          -
60752.49/3065.88	c      3066         308943        2914        20                -           0.0000          -
60853.61/3070.93	c      3071        5583698         190        20                -           0.0000          -
60952.71/3075.98	c      3076         310169        2935        20                -           0.0000          -
61051.83/3081.03	c      3081         311067        2931        20                -           0.0000          -
61153.69/3086.08	c      3086         311918        2937        20                -           0.0000          -
61252.94/3091.13	c      3091         312543        2929        20                -           0.0000          -
61354.06/3096.17	c      3096        5643344         188        20                -           0.0000          -
61454.27/3101.21	c      3101        5653276         194        20                -           0.0000          -
61553.41/3106.28	c      3106          74661       27717        20                -           0.0000          -
61654.54/3111.33	c      3111          74817       27722        20                -           0.0000          -
61753.81/3116.38	c      3116         198739       11714        20                -           0.0000          -
61854.81/3121.43	c      3121         316720        2904        20                -           0.0000          -
61953.94/3126.48	c      3126          75824       27748        20                -           0.0000          -
62055.07/3131.51	c      3132        5723993         193        20                -           0.0000          -
62154.23/3136.53	c      3137         318425        2916        20                -           0.0000          -
62253.35/3141.57	c      3142         319060        2909        20                -           0.0000          -
62354.43/3146.65	c      3147         319775        2900        20                -           0.0000          -
62455.56/3151.72	c      3152        5776602         194        20                -           0.0000          -
62554.70/3156.76	c      3157         203800       11703        20                -           0.0000          -
62655.81/3161.82	c      3162         204104       11695        20                -           0.0000          -
62754.96/3166.86	c      3167        5815979         195        20                -           0.0000          -
62856.08/3171.92	c      3172        5827783         197        20                -           0.0000          -
62955.21/3176.94	c      3177         205760       11651        20                -           0.0000          -
63054.35/3181.96	c      3182        5851346         194        20                -           0.0000          -
63153.49/3187.01	c      3187        5865690         190        20                -           0.0000          -
63255.53/3192.07	c      3192        5879104         194        20                -           0.0000          -
63354.48/3197.07	c      3197          80479       27711        20                -           0.0000          -
63455.67/3202.17	c      3202        5903479         189        20                -           0.0000          -
63555.91/3207.25	c      3207        5915504         192        20                -           0.0000          -
63657.03/3212.33	c      3212          81716       27874        20                -           0.0000          -
63756.26/3217.38	c      3217          82301       27877        20                -           0.0000          -
63857.25/3222.43	c      3222          82768       27874        20                -           0.0000          -
63956.38/3227.48	c      3227          83302       27887        20                -           0.0000          -
64057.49/3232.53	c      3233          83672       27884        20                -           0.0000          -
64156.70/3237.58	c      3238         212709       11548        20                -           0.0000          -
64257.72/3242.63	c      3243         333632        2889        20                -           0.0000          -
64356.87/3247.68	c      3248         213671       11546        20                -           0.0000          -
64458.00/3252.73	c      3253         214488       11551        20                -           0.0000          -
64557.13/3257.78	c      3258         335376        2905        20                -           0.0000          -
64658.26/3262.80	c      3263         215707       11567        20                -           0.0000          -
64757.39/3267.86	c      3268         216471       11569        20                -           0.0000          -
64858.52/3272.91	c      3273        6094406         194        20                -           0.0000          -
64957.65/3277.97	c      3278        6105761         195        20                -           0.0000          -
65056.78/3283.01	c      3283        6118266         194        20                -           0.0000          -
65158.53/3288.08	c      3288         339279        2985        20                -           0.0000          -
65257.82/3293.11	c      3293        6142243         193        20                -           0.0000          -
65358.93/3298.18	c      3298        6155782         192        20                -           0.0000          -
65459.26/3303.23	c      3303         210066        3495        20                -           0.0000          -
65558.39/3308.26	c      3308        6180196         196        20                -           0.0000          -
65659.50/3313.33	c      3313        6192130         196        20                -           0.0000          -
65758.62/3318.38	c      3318          93114       27929        20                -           0.0000          -
65859.74/3323.42	c      3323        6218855         193        20                -           0.0000          -
65958.84/3328.48	c      3328         223890       11543        20                -           0.0000          -
66059.95/3333.53	c      3334         224179       11548        20                -           0.0000          -
66159.07/3338.58	c      3339          95300       27895        20                -           0.0000          -
66260.17/3343.63	c      3344          95767       27902        20                -           0.0000          -
66359.48/3348.68	c      3349          96299       27913        20                -           0.0000          -
66460.40/3353.73	c      3354          96857       27925        20                -           0.0000          -
66559.53/3358.78	c      3359          97470       27926        20                -           0.0000          -
66658.66/3363.79	c      3364        6319780         194        20                -           0.0000          -
66759.78/3368.86	c      3369        6330014         192        20                -           0.0000          -
66860.85/3373.93	c      3374         350650        3038        20                -           0.0000          -
66959.98/3378.98	c      3379         351285        3045        20                -           0.0000          -
67059.11/3384.03	c      3384         351926        3045        20                -           0.0000          -
67160.98/3389.08	c      3389         352559        3048        20                -           0.0000          -
67260.14/3394.13	c      3394         353187        3083        20                -           0.0000          -
67361.32/3399.17	c      3399        6394768         196        20                -           0.0000          -
67461.55/3404.20	c      3404         234295       11526        20                -           0.0000          -
67560.68/3409.26	c      3409        6417794         194        20                -           0.0000          -
67661.80/3414.33	c      3414         236035       11538        20                -           0.0000          -
67760.92/3419.38	c      3419         236927       11524        20                -           0.0000          -
67862.08/3424.43	c      3424         237755       11536        20                -           0.0000          -
67961.17/3429.44	c      3429        6462184         198        20                -           0.0000          -
68060.31/3434.45	c      3434         105719       27975        20                -           0.0000          -
68159.43/3439.48	c      3439        6484271         187        20                -           0.0000          -
68260.55/3444.59	c      3445         222727        3552        20                -           0.0000          -
68361.59/3449.63	c      3450        6509706         196        20                -           0.0000          -
68460.59/3454.64	c      3455        6523922         192        20                -           0.0000          -
68559.70/3459.68	c      3460         108013       28175        20                -           0.0000          -
68660.83/3464.73	c      3465         108627       28169        20                -           0.0000          -
68759.98/3469.77	c      3470         243158       11553        20                -           0.0000          -
68863.07/3474.91	c      3475         109742       28167        20                -           0.0000          -
68962.16/3479.96	c      3480        6586379         185        20                -           0.0000          -
69061.46/3485.02	c      3485        6599088         192        20                -           0.0000          -
69163.14/3490.07	c      3490        6613135         191        20                -           0.0000          -
69262.23/3495.08	c      3495        6625830         190        20                -           0.0000          -
69363.35/3500.15	c      3500        6639365         191        20                -           0.0000          -
69462.55/3505.16	c      3505         228532        4281        20                -           0.0000          -
69561.78/3510.18	c      3510        6664225         187        20                -           0.0000          -
69661.98/3515.25	c      3515        6676099         193        20                -           0.0000          -
69761.12/3520.28	c      3520         368878        3255        20                -           0.0000          -
69862.23/3525.34	c      3525         369574        3246        20                -           0.0000          -
69961.36/3530.39	c      3530         370257        3239        20                -           0.0000          -
70062.47/3535.46	c      3535         370898        3228        20                -           0.0000          -
70163.60/3540.51	c      3541        6741208         188        20                -           0.0000          -
70262.72/3545.56	c      3546        6750759         187        20                -           0.0000          -
70363.85/3550.62	c      3551        6763770         188        20                -           0.0000          -
70462.97/3555.68	c      3556        6775686         186        20                -           0.0000          -
70564.07/3560.72	c      3561        6786632         194        20                -           0.0000          -
70663.20/3565.80	c      3566        6799072         194        20                -           0.0000          -
70764.30/3570.86	c      3571        6811139         195        20                -           0.0000          -
70865.41/3575.92	c      3576        6823376         192        20                -           0.0000          -
70964.55/3580.98	c      3581         376503        3261        20                -           0.0000          -
71063.67/3586.03	c      3586         377148        3263        20                -           0.0000          -
71165.45/3591.04	c      3591         122032       28148        20                -           0.0000          -
71264.59/3596.06	c      3596         122406       28157        20                -           0.0000          -
71363.74/3601.11	c      3601        6888075         191        20                -           0.0000          -
71462.88/3606.12	c      3606         379544        3285        20                -           0.0000          -
71563.82/3611.13	c      3611         380199        3284        20                -           0.0000          -
71664.27/3616.21	c      3616         380848        3289        20                -           0.0000          -
71765.39/3621.30	c      3621        6938233         191        20                -           0.0000          -
71864.52/3626.36	c      3626        6951856         186        20                -           0.0000          -
71965.60/3631.42	c      3631        6964773         185        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (184584 MiB free)
  memory of node 1: 193494 MiB (187935 MiB free)
  memory of node 2: 193531 MiB (191060 MiB free)
  memory of node 3: 193531 MiB (187867 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-4465866-1722585463/watcher-4465866-1722585463 -o /tmp/evaluation-result-4465866-1722585463/solver-4465866-1722585463 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722581828-159986 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465866-1722585463.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=162966, runsolver pid=162963
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 80.67 80.46 80.55 62/983 162967
/proc/meminfo: memFree=769452952/790760804 swapFree=131071996/131071996
[pid=162966] ppid=162963 vsize=52996 memory=42156 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/162966/stat : 162966 (fscip) R 162963 162966 159974 0 -1 4194304 9150 0 0 0 10 1 0 0 20 0 1 0 25129392 54267904 10539 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
/proc/162966/statm: 13249 10539 2742 3035 0 9645 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 52996 KiB
Current children cumulated memory: 42156 KiB

[startup+0.219414 s]*
/proc/loadavg: 80.67 80.46 80.55 62/1003 162987
/proc/meminfo: memFree=769383244/790760804 swapFree=131071996/131071996
[pid=162966] ppid=162963 vsize=1539180 memory=128996 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/162966/stat : 162966 (fscip) S 162963 162966 159974 0 -1 1077936128 32056 0 0 0 20 4 0 0 20 0 21 0 25129392 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
/proc/162966/statm: 384795 32249 2774 3035 0 73465 0
[pid=162966/tid=162968] ppid=162963 vsize=1539180 memory=-6296430750503975785 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162968/stat : 162968 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162969] ppid=162963 vsize=1539180 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/162966/task/162969/stat : 162969 (fscip) R 162963 162966 159974 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162970] ppid=162963 vsize=1539180 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/162966/task/162970/stat : 162970 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162971] ppid=162963 vsize=1539180 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/162966/task/162971/stat : 162971 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162972] ppid=162963 vsize=1539180 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/162966/task/162972/stat : 162972 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162973] ppid=162963 vsize=1539180 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/162966/task/162973/stat : 162973 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162974] ppid=162963 vsize=1539180 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/162966/task/162974/stat : 162974 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162975] ppid=162963 vsize=1539180 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/162966/task/162975/stat : 162975 (fscip) S 162963 162966 159974 0 -1 1077936192 2486 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162976] ppid=162963 vsize=1539180 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/162966/task/162976/stat : 162976 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162977] ppid=162963 vsize=1539180 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/162966/task/162977/stat : 162977 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162978] ppid=162963 vsize=1539180 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/162966/task/162978/stat : 162978 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162979] ppid=162963 vsize=1539180 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/162966/task/162979/stat : 162979 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162980] ppid=162963 vsize=1539180 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/162966/task/162980/stat : 162980 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162981] ppid=162963 vsize=1539180 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/162966/task/162981/stat : 162981 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162982] ppid=162963 vsize=1539180 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/162966/task/162982/stat : 162982 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32249 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162983] ppid=162963 vsize=1539180 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/162966/task/162983/stat : 162983 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32315 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162984] ppid=162963 vsize=1539180 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/162966/task/162984/stat : 162984 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32315 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162985] ppid=162963 vsize=1539180 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/162966/task/162985/stat : 162985 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32315 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162986] ppid=162963 vsize=1539180 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/162966/task/162986/stat : 162986 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32315 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162987] ppid=162963 vsize=1539180 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/162966/task/162987/stat : 162987 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 32315 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1539180 KiB
Current children cumulated memory: 128996 KiB

[startup+0.320364 s]*
/proc/loadavg: 80.67 80.46 80.55 62/1003 162987
/proc/meminfo: memFree=769289852/790760804 swapFree=131071996/131071996
[pid=162966] ppid=162963 vsize=1539180 memory=219776 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/stat : 162966 (fscip) S 162963 162966 159974 0 -1 1077936128 55220 0 0 0 27 7 0 0 20 0 21 0 25129392 1576120320 54944 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
/proc/162966/statm: 384795 54944 2774 3035 0 96864 0
[pid=162966/tid=162968] ppid=162963 vsize=1539180 memory=-6296430750503975785 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162968/stat : 162968 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162969] ppid=162963 vsize=1539180 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/162966/task/162969/stat : 162969 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162970] ppid=162963 vsize=1539180 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/162966/task/162970/stat : 162970 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162971] ppid=162963 vsize=1539180 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/162966/task/162971/stat : 162971 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162972] ppid=162963 vsize=1539180 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/162966/task/162972/stat : 162972 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162973] ppid=162963 vsize=1539180 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/162966/task/162973/stat : 162973 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162974] ppid=162963 vsize=1539180 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/162966/task/162974/stat : 162974 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162975] ppid=162963 vsize=1539180 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/162966/task/162975/stat : 162975 (fscip) S 162963 162966 159974 0 -1 1077936192 2486 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162976] ppid=162963 vsize=1539180 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/162966/task/162976/stat : 162976 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162977] ppid=162963 vsize=1539180 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/162966/task/162977/stat : 162977 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162978] ppid=162963 vsize=1539180 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/162966/task/162978/stat : 162978 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162979] ppid=162963 vsize=1539180 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/162966/task/162979/stat : 162979 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162980] ppid=162963 vsize=1539180 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/162966/task/162980/stat : 162980 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162981] ppid=162963 vsize=1539180 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/162966/task/162981/stat : 162981 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162982] ppid=162963 vsize=1539180 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/162966/task/162982/stat : 162982 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162983] ppid=162963 vsize=1539180 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/162966/task/162983/stat : 162983 (fscip) R 162963 162966 159974 0 -1 4194368 98 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162984] ppid=162963 vsize=1539180 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/162966/task/162984/stat : 162984 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162985] ppid=162963 vsize=1539180 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/162966/task/162985/stat : 162985 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162986] ppid=162963 vsize=1539180 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/162966/task/162986/stat : 162986 (fscip) S 162963 162966 159974 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162987] ppid=162963 vsize=1539180 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/162966/task/162987/stat : 162987 (fscip) S 162963 162966 159974 0 -1 1077936192 2487 0 0 0 0 0 0 0 20 0 21 0 25129407 1576120320 55009 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1539180 KiB
Current children cumulated memory: 219776 KiB

[startup+0.706298 s]
/proc/loadavg: 80.67 80.46 80.55 82/1023 163008
/proc/meminfo: memFree=768878296/790760804 swapFree=131071996/131071996
[pid=162966] ppid=162963 vsize=1760668 memory=880136 CPUtime=6.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/stat : 162966 (fscip) S 162963 162966 159974 0 -1 1077936128 219793 0 0 0 553 76 0 0 20 0 41 0 25129392 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
/proc/162966/statm: 440167 220034 2966 3035 0 309698 0
[pid=162966/tid=162968] ppid=162963 vsize=1760668 memory=14 CPUtime=0.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162968/stat : 162968 (fscip) R 162963 162966 159974 0 -1 4194368 11701 0 0 0 26 3 0 0 20 0 41 0 25129407 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162969] ppid=162963 vsize=1760668 memory=10544 CPUtime=0.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162969/stat : 162969 (fscip) R 162963 162966 159974 0 -1 4194368 11086 0 0 0 22 6 0 0 20 0 41 0 25129407 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162970] ppid=162963 vsize=1760668 memory=15776 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162970/stat : 162970 (fscip) R 162963 162966 159974 0 -1 4194368 7551 0 0 0 28 2 0 0 20 0 41 0 25129407 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162971] ppid=162963 vsize=1760668 memory=33000 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162971/stat : 162971 (fscip) R 162963 162966 159974 0 -1 4194368 11700 0 0 0 28 2 0 0 20 0 41 0 25129407 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162972] ppid=162963 vsize=1760668 memory=2316 CPUtime=0.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162972/stat : 162972 (fscip) R 162963 162966 159974 0 -1 4194368 11312 0 0 0 24 5 0 0 20 0 41 0 25129407 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162973] ppid=162963 vsize=1760668 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162973/stat : 162973 (fscip) R 162963 162966 159974 0 -1 4194368 8040 0 0 0 29 2 0 0 20 0 41 0 25129407 1802924032 220034 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162974] ppid=162963 vsize=1760668 memory=5512 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162974/stat : 162974 (fscip) R 162963 162966 159974 0 -1 4194368 11636 0 0 0 28 2 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162975] ppid=162963 vsize=1760668 memory=0 CPUtime=0.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162975/stat : 162975 (fscip) R 162963 162966 159974 0 -1 4194368 11343 0 0 0 23 5 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162976] ppid=162963 vsize=1760668 memory=0 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162976/stat : 162976 (fscip) R 162963 162966 159974 0 -1 4194368 7813 0 0 0 29 2 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162977] ppid=162963 vsize=1760668 memory=0 CPUtime=0.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162977/stat : 162977 (fscip) R 162963 162966 159974 0 -1 4194368 10924 0 0 0 24 5 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162978] ppid=162963 vsize=1760668 memory=0 CPUtime=0.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162978/stat : 162978 (fscip) R 162963 162966 159974 0 -1 4194368 11159 0 0 0 21 6 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162979] ppid=162963 vsize=1760668 memory=0 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162979/stat : 162979 (fscip) R 162963 162966 159974 0 -1 4194368 7880 0 0 0 29 1 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162980] ppid=162963 vsize=1760668 memory=0 CPUtime=0.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162980/stat : 162980 (fscip) R 162963 162966 159974 0 -1 4194368 11321 0 0 0 23 5 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162981] ppid=162963 vsize=1760668 memory=1804 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162981/stat : 162981 (fscip) R 162963 162966 159974 0 -1 4194368 12021 0 0 0 28 3 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162982] ppid=162963 vsize=1760668 memory=6048 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162982/stat : 162982 (fscip) R 162963 162966 159974 0 -1 4194368 7589 0 0 0 28 2 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162983] ppid=162963 vsize=1760668 memory=4481 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162983/stat : 162983 (fscip) R 162963 162966 159974 0 -1 4194368 11656 0 0 0 27 3 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162984] ppid=162963 vsize=1760668 memory=4420 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162984/stat : 162984 (fscip) R 162963 162966 159974 0 -1 4194368 11128 0 0 0 27 4 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162985] ppid=162963 vsize=1760668 memory=25932 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162985/stat : 162985 (fscip) R 162963 162966 159974 0 -1 4194368 8128 0 0 0 28 2 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162986] ppid=162963 vsize=1760668 memory=21380 CPUtime=0.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162986/stat : 162986 (fscip) R 162963 162966 159974 0 -1 4194368 11826 0 0 0 28 2 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162987] ppid=162963 vsize=1760668 memory=2208 CPUtime=0.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162987/stat : 162987 (fscip) R 162963 162966 159974 0 -1 4194368 11168 0 0 0 26 5 0 0 20 0 41 0 25129407 1802924032 220100 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162988] ppid=162963 vsize=1760668 memory=2036 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162988/stat : 162988 (fscip) S 162963 162966 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25129430 1802924032 220166 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162989] ppid=162963 vsize=1760668 memory=31316 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162989/stat : 162989 (fscip) S 162963 162966 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25129430 1802924032 220166 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162990] ppid=162963 vsize=1760668 memory=11448 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162990/stat : 162990 (fscip) S 162963 162966 159974 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25129430 1802924032 220166 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0

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

/proc/162966/task/162987/stat : 162987 (fscip) R 162963 162966 159974 0 -1 4194368 1257761 0 0 0 353830 272 0 0 20 0 41 0 25129407 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162988] ppid=162963 vsize=5516932 memory=279846112529088 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/162966/task/162988/stat : 162988 (fscip) S 162963 162966 159974 0 -1 1077936192 57 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162989] ppid=162963 vsize=5516932 memory=6048 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/162966/task/162989/stat : 162989 (fscip) S 162963 162966 159974 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162990] ppid=162963 vsize=5516932 memory=279846111922880 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/162966/task/162990/stat : 162990 (fscip) S 162963 162966 159974 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162991] ppid=162963 vsize=5516932 memory=4120876 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/162966/task/162991/stat : 162991 (fscip) S 162963 162966 159974 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162992] ppid=162963 vsize=5516932 memory=4493456 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/162966/task/162992/stat : 162992 (fscip) S 162963 162966 159974 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162993] ppid=162963 vsize=5516932 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162993/stat : 162993 (fscip) S 162963 162966 159974 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162994] ppid=162963 vsize=5516932 memory=0 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/162966/task/162994/stat : 162994 (fscip) S 162963 162966 159974 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162995] ppid=162963 vsize=5516932 memory=11568 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/162966/task/162995/stat : 162995 (fscip) S 162963 162966 159974 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162996] ppid=162963 vsize=5516932 memory=279846112268368 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/162966/task/162996/stat : 162996 (fscip) S 162963 162966 159974 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162997] ppid=162963 vsize=5516932 memory=6720663255406231655 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/162966/task/162997/stat : 162997 (fscip) S 162963 162966 159974 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162998] ppid=162963 vsize=5516932 memory=10947392 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/162966/task/162998/stat : 162998 (fscip) S 162963 162966 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162999] ppid=162963 vsize=5516932 memory=4503440 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/162966/task/162999/stat : 162999 (fscip) S 162963 162966 159974 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163000] ppid=162963 vsize=5516932 memory=4503472 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/162966/task/163000/stat : 163000 (fscip) S 162963 162966 159974 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163001] ppid=162963 vsize=5516932 memory=2036 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/162966/task/163001/stat : 163001 (fscip) S 162963 162966 159974 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163003] ppid=162963 vsize=5516932 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/163003/stat : 163003 (fscip) S 162963 162966 159974 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163002] ppid=162963 vsize=5516932 memory=10544 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/162966/task/163002/stat : 163002 (fscip) S 162963 162966 159974 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163004] ppid=162963 vsize=5516932 memory=5512 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/162966/task/163004/stat : 163004 (fscip) S 162963 162966 159974 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163005] ppid=162963 vsize=5516932 memory=5500 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/162966/task/163005/stat : 163005 (fscip) S 162963 162966 159974 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163006] ppid=162963 vsize=5516932 memory=11556 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/162966/task/163006/stat : 163006 (fscip) S 162963 162966 159974 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163007] ppid=162963 vsize=5516932 memory=17412 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/163007/stat : 163007 (fscip) S 162963 162966 159974 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1125875 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
Current children cumulated CPU time: 70992.3 s
Current children cumulated vsize: 5516932 KiB
Current children cumulated memory: 4503500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.14 s]
/proc/loadavg: 81.40 81.26 80.80 83/1023 165224
/proc/meminfo: memFree=757141716/790760804 swapFree=131071996/131071996
[pid=162966] ppid=162963 vsize=5516932 memory=4505640 CPUtime=72000.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/stat : 162966 (fscip) S 162963 162966 159974 0 -1 1077936128 15232516 0 0 0 7183477 16535 0 0 20 0 41 0 25129392 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
/proc/162966/statm: 1379233 1126410 3334 3035 0 1215011 0
[pid=162966/tid=162968] ppid=162963 vsize=5516932 memory=1400073439476058 CPUtime=3598.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162968/stat : 162968 (fscip) R 162963 162966 159974 0 -1 4194368 1018863 0 0 0 359513 293 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162969] ppid=162963 vsize=5516932 memory=4477012 CPUtime=3605.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162969/stat : 162969 (fscip) R 162963 162966 159974 0 -1 4194368 1421443 0 0 0 360269 296 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162970] ppid=162963 vsize=5516932 memory=4493456 CPUtime=3600.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162970/stat : 162970 (fscip) R 162963 162966 159974 0 -1 4194368 309279 0 0 0 358288 1792 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162971] ppid=162963 vsize=5516932 memory=0 CPUtime=3606.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162971/stat : 162971 (fscip) R 162963 162966 159974 0 -1 4194368 858905 0 0 0 360341 265 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162972] ppid=162963 vsize=5516932 memory=11448 CPUtime=3602.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162972/stat : 162972 (fscip) R 162963 162966 159974 0 -1 4194368 1151446 0 0 0 359864 359 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162973] ppid=162963 vsize=5516932 memory=6048 CPUtime=3600.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162973/stat : 162973 (fscip) R 162963 162966 159974 0 -1 4194368 173029 0 0 0 358459 1590 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162974] ppid=162963 vsize=5516932 memory=1804 CPUtime=3598.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162974/stat : 162974 (fscip) R 162963 162966 159974 0 -1 4194368 446854 0 0 0 359652 233 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162975] ppid=162963 vsize=5516932 memory=279846110653248 CPUtime=3596.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162975/stat : 162975 (fscip) R 162963 162966 159974 0 -1 4194368 1444774 0 0 0 359338 327 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162976] ppid=162963 vsize=5516932 memory=2316 CPUtime=3599.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162976/stat : 162976 (fscip) R 162963 162966 159974 0 -1 4194368 168223 0 0 0 357280 2684 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162977] ppid=162963 vsize=5516932 memory=15776 CPUtime=3598.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162977/stat : 162977 (fscip) R 162963 162966 159974 0 -1 4194368 888828 0 0 0 359666 208 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162978] ppid=162963 vsize=5516932 memory=5512 CPUtime=3606.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162978/stat : 162978 (fscip) R 162963 162966 159974 0 -1 4194368 1083390 0 0 0 360501 190 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162979] ppid=162963 vsize=5516932 memory=33000 CPUtime=3602 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162979/stat : 162979 (fscip) R 162963 162966 159974 0 -1 4194368 163016 0 0 0 357805 2395 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162980] ppid=162963 vsize=5516932 memory=11568 CPUtime=3600.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162980/stat : 162980 (fscip) R 162963 162966 159974 0 -1 4194368 958052 0 0 0 359740 282 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162981] ppid=162963 vsize=5516932 memory=4504628 CPUtime=3595.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162981/stat : 162981 (fscip) R 162963 162966 159974 0 -1 4194368 969003 0 0 0 359234 287 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162982] ppid=162963 vsize=5516932 memory=0 CPUtime=3603.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162982/stat : 162982 (fscip) R 162963 162966 159974 0 -1 4194368 164165 0 0 0 358625 1724 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162983] ppid=162963 vsize=5516932 memory=7738373008402768227 CPUtime=3577.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162983/stat : 162983 (fscip) R 162963 162966 159974 0 -1 4194368 768313 0 0 0 357501 228 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162984] ppid=162963 vsize=5516932 memory=4503572 CPUtime=3604.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162984/stat : 162984 (fscip) R 162963 162966 159974 0 -1 4194368 912932 0 0 0 360194 292 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162985] ppid=162963 vsize=5516932 memory=4504500 CPUtime=3605.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162985/stat : 162985 (fscip) R 162963 162966 159974 0 -1 4194368 145201 0 0 0 358043 2469 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162986] ppid=162963 vsize=5516932 memory=279846112404144 CPUtime=3603.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162986/stat : 162986 (fscip) R 162963 162966 159974 0 -1 4194368 903011 0 0 0 360106 286 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162987] ppid=162963 vsize=5516932 memory=6744 CPUtime=3591.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162987/stat : 162987 (fscip) R 162963 162966 159974 0 -1 4194368 1267572 0 0 0 358877 275 0 0 20 0 41 0 25129407 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162988] ppid=162963 vsize=5516932 memory=6369053498010659687 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/162966/task/162988/stat : 162988 (fscip) S 162963 162966 159974 0 -1 1077936192 58 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162989] ppid=162963 vsize=5516932 memory=4503584 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/162966/task/162989/stat : 162989 (fscip) S 162963 162966 159974 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162990] ppid=162963 vsize=5516932 memory=4504500 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/162966/task/162990/stat : 162990 (fscip) S 162963 162966 159974 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162991] ppid=162963 vsize=5516932 memory=6720663255406231655 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/162966/task/162991/stat : 162991 (fscip) S 162963 162966 159974 0 -1 1077936192 130 0 0 0 1 1 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162992] ppid=162963 vsize=5516932 memory=7191011 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/162966/task/162992/stat : 162992 (fscip) S 162963 162966 159974 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162993] ppid=162963 vsize=5516932 memory=1400073439476058 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/162966/task/162993/stat : 162993 (fscip) S 162963 162966 159974 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162994] ppid=162963 vsize=5516932 memory=4120876 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/162966/task/162994/stat : 162994 (fscip) S 162963 162966 159974 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162995] ppid=162963 vsize=5516932 memory=0 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/162966/task/162995/stat : 162995 (fscip) S 162963 162966 159974 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162996] ppid=162963 vsize=5516932 memory=17412 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162996/stat : 162996 (fscip) S 162963 162966 159974 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162997] ppid=162963 vsize=5516932 memory=4504636 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/162966/task/162997/stat : 162997 (fscip) S 162963 162966 159974 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162998] ppid=162963 vsize=5516932 memory=17412 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/162998/stat : 162998 (fscip) S 162963 162966 159974 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=162999] ppid=162963 vsize=5516932 memory=4503500 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/162966/task/162999/stat : 162999 (fscip) S 162963 162966 159974 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163000] ppid=162963 vsize=5516932 memory=9588 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/162966/task/163000/stat : 163000 (fscip) S 162963 162966 159974 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163001] ppid=162963 vsize=5516932 memory=28648 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/162966/task/163001/stat : 163001 (fscip) S 162963 162966 159974 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163003] ppid=162963 vsize=5516932 memory=4503440 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/162966/task/163003/stat : 163003 (fscip) S 162963 162966 159974 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163002] ppid=162963 vsize=5516932 memory=4503472 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/162966/task/163002/stat : 163002 (fscip) S 162963 162966 159974 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163004] ppid=162963 vsize=5516932 memory=4504628 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/162966/task/163004/stat : 163004 (fscip) S 162963 162966 159974 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163005] ppid=162963 vsize=5516932 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/162966/task/163005/stat : 163005 (fscip) S 162963 162966 159974 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163006] ppid=162963 vsize=5516932 memory=279846111047488 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/162966/task/163006/stat : 163006 (fscip) S 162963 162966 159974 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
[pid=162966/tid=163007] ppid=162963 vsize=5516932 memory=4504628 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/162966/task/163007/stat : 163007 (fscip) S 162963 162966 159974 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 25129430 5649338368 1126410 809668444160 4194304 16623229 140736086713104 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 33050624 140736086721545 140736086721663 140736086721663 140736086728688 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 5516932 KiB
Current children cumulated memory: 4505640 KiB

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

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

# cumulated CPU time of all completed processes:  user=71835 s, system=165.456 s

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

[startup+3633.21 s]*
/proc/loadavg: 81.40 81.26 80.80 63/984 165224
/proc/meminfo: memFree=758276100/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3633.25
CPU time (s): 72000.5
CPU user time (s): 71835
CPU system time (s): 165.456
CPU usage (%): 1981.71
Max. virtual memory (cumulated for all children) (KiB): 5516932
Max. memory (cumulated for all children) (KiB): 4508504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71835
system time used= 165.456
maximum resident set size= 4510952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15232639
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= 266563
involuntary context switches= 269904


# summary of solver processes directly reported to runsolver:
#   pid: 162966
#   total CPU time (s): 72000.5
#   total CPU user time (s): 71835
#   total CPU system time (s): 165.456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.5615 second user time and 94.3577 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 09:57:43
IDJOB=4465866
IDBENCH=162276
IDSOLVER=3094
FILE ID=nodeD105/4465866-1722585463
RUNJOBID= nodeD105-1722581828-159986
SLURM_JOB_ID= 8254295
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= f504409cca969bd8c5b41a512643c0a3
RANDOM SEED=1174871626

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        769484784 kB
MemAvailable:   772040664 kB
Buffers:          373388 kB
Cached:          5487296 kB
SwapCached:            0 kB
Active:           567556 kB
Inactive:       18057788 kB
Active(anon):       2168 kB
Inactive(anon): 12785016 kB
Active(file):     565388 kB
Inactive(file):  5272772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28628 kB
Writeback:            12 kB
AnonPages:      12758188 kB
Mapped:           131040 kB
Shmem:             22536 kB
KReclaimable:     274844 kB
Slab:             649388 kB
SReclaimable:     274844 kB
SUnreclaim:       374544 kB
KernelStack:       16848 kB
PageTables:        36024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1918176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           309120 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4012032 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      657408 kB
DirectMap2M:    82677760 kB
DirectMap1G:    722468864 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-02 10:58:16