Trace number 4465679

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-55.opb
MD5SUMaafbab4e203601a49fdc88cf5a6cbbb7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark63.7946
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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.43/0.49	c Default LC presolving (default).
0.43/0.49	c ** Before presolving: virtualMemUsedAtLc = 440692300, getVmSize() = 286457856, SCIPgetMemUsed() = 226961010, SCIPgetMemTotal() = 251795130, SCIPgetMemExternEstim() = 188897170
0.43/0.49	c ** set memory limit for presolving in LC to 8.7947e+12 for SCIP **
7.67/7.75	c ** Estimated virtualMemUsedAtSolver = 555210051, getVmSize() = 703774720, SCIPgetMemUsed() = 437915843, SCIPgetMemTotal() = 643917907, SCIPgetMemExternEstim() = 188897170
7.67/7.75	c ** set memory limit for solvers to 4.18687e+11 for each SCIP **
7.67/7.75	c Original Problem   :
7.67/7.75	c   Problem name     : instance-4465679-1723619306
7.67/7.75	c   Variables        : 7936 (7936 binary, 0 integer, 0 implicit integer, 0 continuous)
7.67/7.75	c   Constraints      : 176837
7.67/7.75	c   Objective sense  : minimize
7.67/7.75	c Presolved Problem  :
7.67/7.75	c   Variables        : 7935 (7935 binary, 0 integer, 0 implicit integer, 0 continuous)
7.67/7.75	c   Constraints      : 174631
7.67/7.75	c Constraints        : Number
7.67/7.75	c   knapsack         : 17621 
7.67/7.75	c   setppc           : 37799 
7.67/7.75	c   linear           : 1 
7.67/7.75	c   logicor          : 119210 
7.67/7.75	c ** Instance transfer method used: 0
7.86/7.99	c ** ParaScipInstance copy does not increase the number of variables. **
11.77/11.83	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.77/11.84	c                                Nodes    Active                                            
11.77/11.84	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
202.66/21.72	c        22              2           1        20                -           0.0000          -
302.29/26.87	c        27            314          14        20                -           0.0000          -
403.20/31.92	c        32            721         341        20                -           0.0000          -
502.09/36.97	c        37           1550         641        20                -           0.0000          -
603.57/42.03	c        42           1897         200        20                -           0.0000          -
704.46/47.15	c        47           2943         719        20                -           0.0000          -
810.51/52.54	c        53           3175         795        20                -           0.0000          -
909.38/57.57	c        58           3391         543        20                -           0.0000          -
1008.27/62.58	c        63           4027         319        20                -           0.0000          -
1111.11/67.78	c        68           4599         770        20                -           0.0000          -
1213.95/72.99	c        73           5033         697        20                -           0.0000          -
1317.47/78.17	c        78           4959         435        20                -           0.0000          -
1419.57/83.35	c        83           5612         212        20                -           0.0000          -
1520.39/88.43	c        88           5749          77        20                -           0.0000          -
1619.26/93.46	c        93           6112          78        20                -           0.0000          -
1720.12/98.55	c        99           6585          75        20                -           0.0000          -
1822.98/103.70	c       104           6935          77        20                -           0.0000          -
1923.88/108.89	c       109           7178          66        20                -           0.0000          -
2024.75/114.03	c       114           7699         374        20                -           0.0000          -
2129.56/119.26	c       119           8298         537        20                -           0.0000          -
2232.41/124.48	c       124           9156         278        20                -           0.0000          -
2335.30/129.65	c       130          10542         172        20                -           0.0000          -
2436.20/134.75	c       135          11930          53        20                -           0.0000          -
2537.11/139.87	c       140          12245         168        20                -           0.0000          -
2638.00/144.97	c       145          12738         110        20                -           0.0000          -
2739.70/150.07	c       150          13163         580        20                -           0.0000          -
2841.72/155.21	c       155          14249           0        20                -           0.0000          -
2940.62/160.29	c       160          15008         328        20                -           0.0000          -
3041.50/165.35	c       165          14409         109        20                -           0.0000          -
3142.39/170.47	c       170          14855         104        20                -           0.0000          -
3241.31/175.49	c       175          17436         621        20                -           0.0000          -
3342.22/180.53	c       181          18662         421        20                -           0.0000          -
3445.13/185.70	c       186          19894         350        20                -           0.0000          -
3546.06/190.88	c       191          16559         108        20                -           0.0000          -
3649.54/196.04	c       196          16966          96        20                -           0.0000          -
3748.54/201.10	c       201          19288          90        20                -           0.0000          -
3849.77/206.19	c       206          19627          89        20                -           0.0000          -
3949.73/211.28	c       211          20043          90        20                -           0.0000          -
4050.66/216.38	c       216          18308         105        20                -           0.0000          -
4153.58/221.53	c       222          21005          87        20                -           0.0000          -
4254.51/226.67	c       227          21578          86        20                -           0.0000          -
4355.45/231.76	c       232          22048          88        20                -           0.0000          -
4456.45/236.85	c       237          25322          65        20                -           0.0000          -
4557.43/241.92	c       242          25710          67        20                -           0.0000          -
4659.02/247.11	c       247          26100          68        20                -           0.0000          -
4761.34/252.22	c       252          26538          82        20                -           0.0000          -
4862.37/257.40	c       257          26863          79        20                -           0.0000          -
4963.35/262.47	c       262          27155          77        20                -           0.0000          -
5064.28/267.58	c       268          27472          71        20                -           0.0000          -
5167.24/272.72	c       273          27811          77        20                -           0.0000          -
5268.26/277.81	c       278          28207          74        20                -           0.0000          -
5367.29/282.87	c       283          25126          72        20                -           0.0000          -
5468.29/287.92	c       288          25675         445        20                -           0.0000          -
5567.17/293.03	c       293          28874         424        20                -           0.0000          -
5668.79/298.10	c       298          29500         404        20                -           0.0000          -
5771.02/303.23	c       303              6           5        20                -           0.0000          -
5876.04/308.58	c       309              8           7        20                -           0.0000          -
5979.07/313.71	c       314              8           7        20                -           0.0000          -
6078.06/318.78	c       319             10           9        20                -           0.0000          -
6179.15/323.82	c       324             12          11        20                -           0.0000          -
6280.25/328.97	c       329             12          11        20                -           0.0000          -
6382.00/334.13	c       334          33001         309        20                -           0.0000          -
6486.29/339.30	c       339             13          12        20                -           0.0000          -
6585.35/344.34	c       344             13          12        20                -           0.0000          -
6684.41/349.35	c       349             13          12        20                -           0.0000          -
6787.38/354.52	c       355             14          13        20                -           0.0000          -
6886.39/359.54	c       360          34432          61        20                -           0.0000          -
6985.38/364.54	c       365             10           5        20                -           0.0000          -
7086.37/369.66	c       370             25          24        20                -           0.0000          -
7187.35/374.79	c       375             25          24        20                -           0.0000          -
7288.34/379.86	c       380             12           7        20                -           0.0000          -
7387.38/384.87	c       385             12           7        20                -           0.0000          -
7488.41/389.96	c       390             12           7        20                -           0.0000          -
7587.45/395.02	c       395             12           7        20                -           0.0000          -
7689.24/400.10	c       400             12           7        20                -           0.0000          -
7790.28/405.18	c       405             12           7        20                -           0.0000          -
7890.50/410.25	c       410             12           7        20                -           0.0000          -
7989.51/415.28	c       415             12           7        20                -           0.0000          -
8090.48/420.35	c       420             49          46        20                -           0.0000          -
8191.43/425.45	c       425             49          46        20                -           0.0000          -
8292.39/430.51	c       431             15          10        20                -           0.0000          -
8391.35/435.55	c       436             15          10        20                -           0.0000          -
8492.36/440.62	c       441             15          10        20                -           0.0000          -
8591.37/445.62	c       446             15          10        20                -           0.0000          -
8692.38/450.72	c       451             15          10        20                -           0.0000          -
8791.38/455.78	c       456             15          10        20                -           0.0000          -
8892.34/460.87	c       461             15          10        20                -           0.0000          -
8993.33/465.92	c       466             70          67        20                -           0.0000          -
9092.33/470.97	c       471             70          67        20                -           0.0000          -
9191.30/476.00	c       476             18          17        20                -           0.0000          -
9290.33/481.03	c       481             18          17        20                -           0.0000          -
9392.07/486.12	c       486             18          17        20                -           0.0000          -
9493.02/491.19	c       491             18          17        20                -           0.0000          -
9595.30/496.31	c       496             18          17        20                -           0.0000          -
9694.26/501.36	c       501             18          17        20                -           0.0000          -
9795.22/506.46	c       506             84          79        20                -           0.0000          -
9896.18/511.52	c       512             24          23        20                -           0.0000          -
9995.17/516.54	c       517             24          23        20                -           0.0000          -
10096.15/521.68	c       522             24          23        20                -           0.0000          -
10197.14/526.73	c       527             24          23        20                -           0.0000          -
10298.14/531.88	c       532             24          23        20                -           0.0000          -
10399.17/536.93	c       537             24          23        20                -           0.0000          -
10498.19/541.99	c       542             24          23        20                -           0.0000          -
10600.00/547.06	c       547             50          45        20                -           0.0000          -
10700.98/552.15	c       552             26          25        20                -           0.0000          -
10801.18/557.24	c       557             26          25        20                -           0.0000          -
10902.18/562.31	c       562             57          52        20                -           0.0000          -
11001.24/567.34	c       567             57          52        20                -           0.0000          -
11102.23/572.48	c       572             30          29        20                -           0.0000          -
11203.28/577.58	c       578             30          29        20                -           0.0000          -
11304.33/582.64	c       583             30          29        20                -           0.0000          -
11407.33/587.88	c       588             72          67        20                -           0.0000          -
11511.03/593.11	c       593            121         116        20                -           0.0000          -
11613.13/598.21	c       598             33          32        20                -           0.0000          -
11714.16/603.36	c       603             33          32        20                -           0.0000          -
11815.21/608.47	c       608             78          73        20                -           0.0000          -
11918.22/613.65	c       614            129         124        20                -           0.0000          -
12019.25/618.74	c       619             82          77        20                -           0.0000          -
12120.31/623.82	c       624            135         130        20                -           0.0000          -
12224.07/629.10	c       629             89          84        20                -           0.0000          -
12325.10/634.18	c       634             93          88        20                -           0.0000          -
12425.41/639.25	c       639             60          59        20                -           0.0000          -
12526.27/644.37	c       644            144         139        20                -           0.0000          -
12627.17/649.46	c       649            100          95        20                -           0.0000          -
12730.06/654.61	c       655             69          68        20                -           0.0000          -
12830.98/659.73	c       660             69          68        20                -           0.0000          -
12929.91/664.78	c       665             69          68        20                -           0.0000          -
13032.82/669.93	c       670              6           5        20                -           0.0000          -
13134.66/675.07	c       675              6           5        20                -           0.0000          -
13236.64/680.20	c       680             72          71        20                -           0.0000          -
13337.58/685.36	c       685            156         151        20                -           0.0000          -
13438.51/690.49	c       690            156         151        20                -           0.0000          -
13541.41/695.61	c       696            156         151        20                -           0.0000          -
13640.31/700.70	c       701            156         151        20                -           0.0000          -
13743.32/705.80	c       706             10           9        20                -           0.0000          -
13842.39/710.81	c       711            122         117        20                -           0.0000          -
13943.40/715.91	c       716             13          12        20                -           0.0000          -
14042.49/721.02	c       721             13          12        20                -           0.0000          -
14146.28/726.17	c       726             13          12        20                -           0.0000          -
14246.57/731.25	c       731             13          12        20                -           0.0000          -
14347.62/736.37	c       736             13          12        20                -           0.0000          -
14448.58/741.47	c       741             14          13        20                -           0.0000          -
14549.54/746.56	c       747             14          13        20                -           0.0000          -
14650.46/751.62	c       752            117         116        20                -           0.0000          -
14751.37/756.74	c       757            196         191        20                -           0.0000          -
14852.31/761.86	c       762             23          22        20                -           0.0000          -
14953.14/766.91	c       767             23          22        20                -           0.0000          -
15052.01/772.03	c       772             23          22        20                -           0.0000          -
15153.51/777.10	c       777             23          22        20                -           0.0000          -
15255.60/782.25	c       782             23          22        20                -           0.0000          -
15356.41/787.37	c       787             23          22        20                -           0.0000          -
15457.35/792.49	c       792             23          22        20                -           0.0000          -
15558.17/797.58	c       798            132         131        20                -           0.0000          -
15661.05/802.72	c       803            132         131        20                -           0.0000          -
15761.78/807.81	c       808            132         131        20                -           0.0000          -
15860.68/812.88	c       813            132         131        20                -           0.0000          -
15964.25/818.05	c       818            132         131        20                -           0.0000          -
16065.04/823.14	c       823            132         131        20                -           0.0000          -
16167.03/828.31	c       828            132         131        20                -           0.0000          -
16267.95/833.41	c       833            132         131        20                -           0.0000          -
16366.86/838.48	c       838            168         163        20                -           0.0000          -
16471.70/843.71	c       844            139         138        20                -           0.0000          -
16572.62/848.80	c       849            170         165        20                -           0.0000          -
16671.57/853.86	c       854             38          37        20                -           0.0000          -
16772.53/859.01	c       859             38          37        20                -           0.0000          -
16874.07/864.08	c       864             38          37        20                -           0.0000          -
16976.29/869.21	c       869             38          37        20                -           0.0000          -
17075.28/874.28	c       874             38          37        20                -           0.0000          -
17178.25/879.43	c       879             38          37        20                -           0.0000          -
17279.21/884.55	c       885             38          37        20                -           0.0000          -
17382.06/889.70	c       890             38          37        20                -           0.0000          -
17483.00/894.84	c       895             38          37        20                -           0.0000          -
17583.88/899.93	c       900             38          37        20                -           0.0000          -
17685.73/905.05	c       905             38          37        20                -           0.0000          -
17787.74/910.22	c       910             38          37        20                -           0.0000          -
17886.69/915.28	c       915             38          37        20                -           0.0000          -
17989.56/920.46	c       920             38          37        20                -           0.0000          -
18092.49/925.61	c       926             38          37        20                -           0.0000          -
18193.25/930.71	c       931             38          37        20                -           0.0000          -
18292.26/935.79	c       936             38          37        20                -           0.0000          -
18394.80/940.91	c       941             38          37        20                -           0.0000          -
18496.52/946.13	c       946             38          37        20                -           0.0000          -
18598.49/951.24	c       951             38          37        20                -           0.0000          -
18699.39/956.34	c       956             38          37        20                -           0.0000          -
18800.26/961.49	c       962             38          37        20                -           0.0000          -
18901.15/966.57	c       967             38          37        20                -           0.0000          -
19004.02/971.78	c       972             38          37        20                -           0.0000          -
19104.92/976.87	c       977            315         310        20                -           0.0000          -
19205.75/982.01	c       982            315         310        20                -           0.0000          -
19309.33/987.14	c       987            315         310        20                -           0.0000          -
19411.57/992.30	c       992            315         310        20                -           0.0000          -
19514.49/997.58	c       998            315         310        20                -           0.0000          -
19615.44/1002.65	c      1003            315         310        20                -           0.0000          -
19716.17/1007.75	c      1008            315         310        20                -           0.0000          -
19815.14/1012.80	c      1013            191         190        20                -           0.0000          -
19916.16/1017.80	c      1018            191         190        20                -           0.0000          -
20017.15/1022.97	c      1023            191         190        20                -           0.0000          -
20119.09/1028.07	c      1028            191         190        20                -           0.0000          -
20218.09/1033.14	c      1033            191         190        20                -           0.0000          -
20319.99/1038.21	c      1038            191         190        20                -           0.0000          -
20420.74/1043.35	c      1043            330         325        20                -           0.0000          -
20521.69/1048.46	c      1048             62          61        20                -           0.0000          -
20622.59/1053.59	c      1054            197         196        20                -           0.0000          -
20723.51/1058.61	c      1059            197         196        20                -           0.0000          -
20824.37/1063.70	c      1064            197         196        20                -           0.0000          -
20923.26/1068.75	c      1069             72          71        20                -           0.0000          -
21024.13/1073.84	c      1074             72          71        20                -           0.0000          -
21127.74/1079.07	c      1079             72          71        20                -           0.0000          -
21228.95/1084.17	c      1084             72          71        20                -           0.0000          -
21328.75/1089.29	c      1089             72          71        20                -           0.0000          -
21429.61/1094.32	c      1094             72          71        20                -           0.0000          -
21530.53/1099.41	c      1099             72          71        20                -           0.0000          -
21631.47/1104.55	c      1105             72          71        20                -           0.0000          -
21734.17/1109.71	c      1110             72          71        20                -           0.0000          -
21833.13/1114.72	c      1115             72          71        20                -           0.0000          -
21934.07/1119.87	c      1120             72          71        20                -           0.0000          -
22035.01/1124.95	c      1125             72          71        20                -           0.0000          -
22133.85/1130.03	c      1130            394         389        20                -           0.0000          -
22235.55/1135.05	c      1135            394         389        20                -           0.0000          -
22334.62/1140.09	c      1140             78          77        20                -           0.0000          -
22435.65/1145.15	c      1145            395         390        20                -           0.0000          -
22535.71/1150.21	c      1150            395         390        20                -           0.0000          -
22636.70/1155.33	c      1155            395         390        20                -           0.0000          -
22737.61/1160.44	c      1160            395         390        20                -           0.0000          -
22838.55/1165.53	c      1166            395         390        20                -           0.0000          -
22937.55/1170.59	c      1171            395         390        20                -           0.0000          -
23038.37/1175.67	c      1176            395         390        20                -           0.0000          -
23139.25/1180.73	c      1181            395         390        20                -           0.0000          -
23240.19/1185.86	c      1186            395         390        20                -           0.0000          -
23341.11/1190.95	c      1191            395         390        20                -           0.0000          -
23440.09/1195.96	c      1196            395         390        20                -           0.0000          -
23541.79/1201.10	c      1201            395         390        20                -           0.0000          -
23640.78/1206.13	c      1206            395         390        20                -           0.0000          -
23742.87/1211.22	c      1211            395         390        20                -           0.0000          -
23841.97/1216.26	c      1216            395         390        20                -           0.0000          -
23942.86/1221.39	c      1221            395         390        20                -           0.0000          -
24043.82/1226.47	c      1226            395         390        20                -           0.0000          -
24146.62/1231.61	c      1232            395         390        20                -           0.0000          -
24247.54/1236.71	c      1237            395         390        20                -           0.0000          -
24346.52/1241.79	c      1242            395         390        20                -           0.0000          -
24447.46/1246.82	c      1247            395         390        20                -           0.0000          -
24548.33/1251.97	c      1252            395         390        20                -           0.0000          -
24650.20/1257.07	c      1257            395         390        20                -           0.0000          -
24749.10/1262.10	c      1262            395         390        20                -           0.0000          -
24851.28/1267.23	c      1267            395         390        20                -           0.0000          -
24952.30/1272.30	c      1272            395         390        20                -           0.0000          -
25051.26/1277.38	c      1277            395         390        20                -           0.0000          -
25154.26/1282.51	c      1283            395         390        20                -           0.0000          -
25257.18/1287.72	c      1288            395         390        20                -           0.0000          -
25358.17/1292.80	c      1293            395         390        20                -           0.0000          -
25457.15/1297.88	c      1298            395         390        20                -           0.0000          -
25558.12/1303.01	c      1303            395         390        20                -           0.0000          -
25657.06/1308.03	c      1308            395         390        20                -           0.0000          -
25758.81/1313.13	c      1313            395         390        20                -           0.0000          -
25861.02/1318.21	c      1318            395         390        20                -           0.0000          -
25960.03/1323.28	c      1323            395         390        20                -           0.0000          -
26061.05/1328.36	c      1328            395         390        20                -           0.0000          -
26160.06/1333.39	c      1333            395         390        20                -           0.0000          -
26261.02/1338.44	c      1338            126         125        20                -           0.0000          -
26366.09/1343.75	c      1344            126         125        20                -           0.0000          -
26466.84/1348.88	c      1349            427         426        20                -           0.0000          -
26567.75/1353.97	c      1354            427         426        20                -           0.0000          -
26669.42/1359.07	c      1359            427         426        20                -           0.0000          -
26771.67/1364.24	c      1364            427         426        20                -           0.0000          -
26872.71/1369.39	c      1369            128         127        20                -           0.0000          -
26973.63/1374.47	c      1374            128         127        20                -           0.0000          -
27074.42/1379.50	c      1380            128         127        20                -           0.0000          -
27175.28/1384.64	c      1385            442         441        20                -           0.0000          -
27276.03/1389.77	c      1390            442         441        20                -           0.0000          -
27376.86/1394.83	c      1395            130         129        20                -           0.0000          -
27477.86/1399.96	c      1400            130         129        20                -           0.0000          -
27579.61/1405.05	c      1405            130         129        20                -           0.0000          -
27678.39/1410.07	c      1410            130         129        20                -           0.0000          -
27779.00/1415.15	c      1415            130         129        20                -           0.0000          -
27878.15/1420.18	c      1420            404         399        20                -           0.0000          -
27978.21/1425.28	c      1425            450         445        20                -           0.0000          -
28079.14/1430.39	c      1430            135         134        20                -           0.0000          -
28179.95/1435.50	c      1436            135         134        20                -           0.0000          -
28282.76/1440.64	c      1441            451         446        20                -           0.0000          -
28383.62/1445.77	c      1446            451         446        20                -           0.0000          -
28484.61/1450.81	c      1451            478         477        20                -           0.0000          -
28583.69/1455.85	c      1456            478         477        20                -           0.0000          -
28682.69/1460.87	c      1461            137         136        20                -           0.0000          -
28783.32/1465.94	c      1466            137         136        20                -           0.0000          -
28887.07/1471.15	c      1471            137         136        20                -           0.0000          -
28989.05/1476.33	c      1476            137         136        20                -           0.0000          -
29089.99/1481.48	c      1481            137         136        20                -           0.0000          -
29193.05/1486.60	c      1487            137         136        20                -           0.0000          -
29294.10/1491.71	c      1492            137         136        20                -           0.0000          -
29395.14/1496.80	c      1497            505         504        20                -           0.0000          -
29494.20/1501.82	c      1502            489         484        20                -           0.0000          -
29595.22/1506.97	c      1507            138         137        20                -           0.0000          -
29700.19/1512.27	c      1512            138         137        20                -           0.0000          -
29801.15/1517.39	c      1517            450         445        20                -           0.0000          -
29906.15/1522.65	c      1523            139         138        20                -           0.0000          -
30009.20/1527.83	c      1528            536         535        20                -           0.0000          -
30110.20/1532.92	c      1533            523         518        20                -           0.0000          -
30212.03/1538.05	c      1538            142         141        20                -           0.0000          -
30312.98/1543.17	c      1543            142         141        20                -           0.0000          -
30415.09/1548.30	c      1548            533         528        20                -           0.0000          -
30516.12/1553.41	c      1553            533         528        20                -           0.0000          -
30615.15/1558.46	c      1558            465         460        20                -           0.0000          -
30716.08/1563.60	c      1564            465         460        20                -           0.0000          -
30817.05/1568.62	c      1569            465         460        20                -           0.0000          -
30918.06/1573.78	c      1574            562         561        20                -           0.0000          -
31018.93/1578.86	c      1579            149         148        20                -           0.0000          -
31119.96/1583.95	c      1584            149         148        20                -           0.0000          -
31219.11/1589.03	c      1589            473         468        20                -           0.0000          -
31322.68/1594.14	c      1594            152         151        20                -           0.0000          -
31423.15/1599.27	c      1599            152         151        20                -           0.0000          -
31524.12/1604.31	c      1604            152         151        20                -           0.0000          -
31625.18/1609.47	c      1609            152         151        20                -           0.0000          -
31726.22/1614.56	c      1615            152         151        20                -           0.0000          -
31826.91/1619.67	c      1620            152         151        20                -           0.0000          -
31927.88/1624.73	c      1625            152         151        20                -           0.0000          -
32026.82/1629.79	c      1630            152         151        20                -           0.0000          -
32127.93/1634.88	c      1635            152         151        20                -           0.0000          -
32228.79/1639.97	c      1640            152         151        20                -           0.0000          -
32327.67/1644.98	c      1645            617         616        20                -           0.0000          -
32426.69/1650.00	c      1650            156         155        20                -           0.0000          -
32531.59/1655.23	c      1655            156         155        20                -           0.0000          -
32630.65/1660.29	c      1660            156         155        20                -           0.0000          -
32731.68/1665.39	c      1665            156         155        20                -           0.0000          -
32832.50/1670.45	c      1670            156         155        20                -           0.0000          -
32933.55/1675.54	c      1676            156         155        20                -           0.0000          -
33034.52/1680.66	c      1681            156         155        20                -           0.0000          -
33135.54/1685.71	c      1686            158         157        20                -           0.0000          -
33234.63/1690.75	c      1691            640         639        20                -           0.0000          -
33335.69/1695.86	c      1696            640         639        20                -           0.0000          -
33436.70/1700.97	c      1701            640         639        20                -           0.0000          -
33538.57/1706.07	c      1706            160         159        20                -           0.0000          -
33639.36/1711.17	c      1711            160         159        20                -           0.0000          -
33739.75/1716.25	c      1716            160         159        20                -           0.0000          -
33840.62/1721.31	c      1721            633         628        20                -           0.0000          -
33939.66/1726.36	c      1726            163         162        20                -           0.0000          -
34040.68/1731.44	c      1731            535         530        20                -           0.0000          -
34141.73/1736.52	c      1737            535         530        20                -           0.0000          -
34240.78/1741.58	c      1742            164         165        20                -           0.0000          -
34341.67/1746.64	c      1747            164         165        20                -           0.0000          -
34442.66/1751.73	c      1752            164         165        20                -           0.0000          -
34543.74/1756.86	c      1757            164         165        20                -           0.0000          -
34642.77/1761.89	c      1762            164         165        20                -           0.0000          -
34743.85/1766.94	c      1767            547         542        20                -           0.0000          -
34845.46/1772.07	c      1772            659         654        20                -           0.0000          -
34946.41/1777.19	c      1777            165         164        20                -           0.0000          -
35048.68/1782.40	c      1782            554         549        20                -           0.0000          -
35149.61/1787.50	c      1788            554         549        20                -           0.0000          -
35250.60/1792.54	c      1793            168         167        20                -           0.0000          -
35351.59/1797.63	c      1798            675         668        20                -           0.0000          -
35450.51/1802.63	c      1803            675         668        20                -           0.0000          -
35551.55/1807.77	c      1808            675         668        20                -           0.0000          -
35652.61/1812.84	c      1813            172         171        20                -           0.0000          -
35753.61/1817.95	c      1818            747         746        20                -           0.0000          -
35855.36/1823.06	c      1823            679         672        20                -           0.0000          -
35957.56/1828.22	c      1828            174         173        20                -           0.0000          -
36056.63/1833.28	c      1833            174         173        20                -           0.0000          -
36159.68/1838.41	c      1838            174         173        20                -           0.0000          -
36258.75/1843.49	c      1844            174         173        20                -           0.0000          -
36359.79/1848.56	c      1849            174         173        20                -           0.0000          -
36460.85/1853.67	c      1854            174         173        20                -           0.0000          -
36559.93/1858.69	c      1859            695         688        20                -           0.0000          -
36662.94/1863.86	c      1864            770         769        20                -           0.0000          -
36763.99/1868.94	c      1869            770         769        20                -           0.0000          -
36863.04/1874.01	c      1874            598         593        20                -           0.0000          -
36966.82/1879.17	c      1879            178         177        20                -           0.0000          -
37067.06/1884.27	c      1884            178         177        20                -           0.0000          -
37168.04/1889.35	c      1889            178         177        20                -           0.0000          -
37271.05/1894.51	c      1895            178         177        20                -           0.0000          -
37370.11/1899.55	c      1900            603         598        20                -           0.0000          -
37473.12/1904.73	c      1905            603         598        20                -           0.0000          -
37574.15/1909.80	c      1910            180         179        20                -           0.0000          -
37673.21/1914.87	c      1915            180         179        20                -           0.0000          -
37774.44/1919.94	c      1920            180         179        20                -           0.0000          -
37873.33/1924.97	c      1925            180         179        20                -           0.0000          -
37972.41/1929.98	c      1930            180         179        20                -           0.0000          -
38071.47/1935.00	c      1935            180         179        20                -           0.0000          -
38173.26/1940.12	c      1940            180         179        20                -           0.0000          -
38275.47/1945.22	c      1945            180         179        20                -           0.0000          -
38378.39/1950.41	c      1950            750         743        20                -           0.0000          -
38479.20/1955.54	c      1956            752         745        20                -           0.0000          -
38580.14/1960.63	c      1961            186         185        20                -           0.0000          -
38681.18/1965.75	c      1966            624         619        20                -           0.0000          -
38782.23/1970.85	c      1971            188         187        20                -           0.0000          -
38883.40/1975.96	c      1976            188         187        20                -           0.0000          -
38985.17/1981.11	c      1981            188         187        20                -           0.0000          -
39087.28/1986.20	c      1986            876         875        20                -           0.0000          -
39188.26/1991.37	c      1991            876         875        20                -           0.0000          -
39289.32/1996.49	c      1996            876         875        20                -           0.0000          -
39390.39/2001.57	c      2002            190         189        20                -           0.0000          -
39491.42/2006.64	c      2007            190         189        20                -           0.0000          -
39592.21/2011.76	c      2012            190         189        20                -           0.0000          -
39692.94/2016.84	c      2017            190         189        20                -           0.0000          -
39793.84/2021.93	c      2022            655         646        20                -           0.0000          -
39895.66/2027.06	c      2027            655         646        20                -           0.0000          -
39994.73/2032.06	c      2032            655         646        20                -           0.0000          -
40095.60/2037.16	c      2037            655         646        20                -           0.0000          -
40195.86/2042.25	c      2042            194         193        20                -           0.0000          -
40294.90/2047.27	c      2047            194         193        20                -           0.0000          -
40397.69/2052.43	c      2052            194         193        20                -           0.0000          -
40496.72/2057.46	c      2057            194         193        20                -           0.0000          -
40599.63/2062.63	c      2063            892         891        20                -           0.0000          -
40702.59/2067.82	c      2068            896         895        20                -           0.0000          -
40803.56/2072.90	c      2073            197         196        20                -           0.0000          -
40902.48/2077.96	c      2078            841         832        20                -           0.0000          -
41001.39/2083.00	c      2083            841         832        20                -           0.0000          -
41106.13/2088.23	c      2088            911         908        20                -           0.0000          -
41205.26/2093.29	c      2093            911         908        20                -           0.0000          -
41306.05/2098.36	c      2098            207         206        20                -           0.0000          -
41405.10/2103.38	c      2103            207         206        20                -           0.0000          -
41506.13/2108.43	c      2108            207         206        20                -           0.0000          -
41609.13/2113.60	c      2114            207         206        20                -           0.0000          -
41708.07/2118.67	c      2119            208         207        20                -           0.0000          -
41808.94/2123.73	c      2124            714         703        20                -           0.0000          -
41909.92/2128.81	c      2129            714         703        20                -           0.0000          -
42010.81/2133.91	c      2134            212         211        20                -           0.0000          -
42114.51/2139.17	c      2139            212         211        20                -           0.0000          -
42214.74/2144.24	c      2144            212         211        20                -           0.0000          -
42315.50/2149.31	c      2149            212         211        20                -           0.0000          -
42414.46/2154.38	c      2154            212         211        20                -           0.0000          -
42515.43/2159.46	c      2159            212         211        20                -           0.0000          -
42616.48/2164.53	c      2165            212         211        20                -           0.0000          -
42715.54/2169.55	c      2170            212         211        20                -           0.0000          -
42816.62/2174.65	c      2175            212         211        20                -           0.0000          -
42915.69/2179.67	c      2180            951         948        20                -           0.0000          -
43018.61/2184.84	c      2185            216         215        20                -           0.0000          -
43119.45/2189.92	c      2190            216         215        20                -           0.0000          -
43221.00/2195.05	c      2195            216         215        20                -           0.0000          -
43319.90/2200.07	c      2200            216         215        20                -           0.0000          -
43422.02/2205.28	c      2205            969         966        20                -           0.0000          -
43520.98/2210.29	c      2210            969         966        20                -           0.0000          -
43623.63/2215.49	c      2216            218         217        20                -           0.0000          -
43724.51/2220.58	c      2221            218         217        20                -           0.0000          -
43825.38/2225.63	c      2226            218         217        20                -           0.0000          -
43926.18/2230.73	c      2231            983         980        20                -           0.0000          -
44027.03/2235.85	c      2236            931         920        20                -           0.0000          -
44127.87/2240.93	c      2241            931         920        20                -           0.0000          -
44226.57/2246.03	c      2246            220         219        20                -           0.0000          -
44325.35/2251.03	c      2251            220         219        20                -           0.0000          -
44430.08/2256.23	c      2256            220         219        20                -           0.0000          -
44530.92/2261.33	c      2261            220         219        20                -           0.0000          -
44631.75/2266.40	c      2266            220         219        20                -           0.0000          -
44732.46/2271.53	c      2272            220         219        20                -           0.0000          -
44831.17/2276.59	c      2277            941         930        20                -           0.0000          -
44932.01/2281.68	c      2282            771         760        20                -           0.0000          -
45036.80/2286.91	c      2287            771         760        20                -           0.0000          -
45138.37/2292.12	c      2292            222         221        20                -           0.0000          -
45240.37/2297.20	c      2297            222         221        20                -           0.0000          -
45339.22/2302.24	c      2302            222         221        20                -           0.0000          -
45440.10/2307.34	c      2307            222         221        20                -           0.0000          -
45540.87/2312.42	c      2312            781         770        20                -           0.0000          -
45639.69/2317.49	c      2318           1074        1071        20                -           0.0000          -
45740.49/2322.52	c      2323            224         223        20                -           0.0000          -
45839.24/2327.57	c      2328            224         223        20                -           0.0000          -
45939.95/2332.68	c      2333            224         223        20                -           0.0000          -
46038.63/2337.69	c      2338            224         223        20                -           0.0000          -
46139.29/2342.71	c      2343            224         223        20                -           0.0000          -
46238.08/2347.74	c      2348            224         223        20                -           0.0000          -
46340.86/2353.03	c      2353            224         223        20                -           0.0000          -
46445.62/2358.24	c      2358            224         223        20                -           0.0000          -
46546.43/2363.38	c      2363            224         223        20                -           0.0000          -
46647.20/2368.46	c      2368           1081        1078        20                -           0.0000          -
46747.83/2373.55	c      2374            801         788        20                -           0.0000          -
46848.65/2378.68	c      2379            226         225        20                -           0.0000          -
46949.47/2383.77	c      2384            802         789        20                -           0.0000          -
47052.27/2388.95	c      2389            231         230        20                -           0.0000          -
47153.87/2394.09	c      2394            231         230        20                -           0.0000          -
47252.60/2399.11	c      2399            231         230        20                -           0.0000          -
47354.44/2404.23	c      2404            231         230        20                -           0.0000          -
47455.14/2409.36	c      2409            231         230        20                -           0.0000          -
47555.96/2414.45	c      2414            231         230        20                -           0.0000          -
47656.81/2419.52	c      2420            827         812        20                -           0.0000          -
47757.63/2424.60	c      2425           1111        1108        20                -           0.0000          -
47858.35/2429.71	c      2430           1111        1108        20                -           0.0000          -
47959.19/2434.84	c      2435            234         233        20                -           0.0000          -
48059.88/2440.04	c      2440            234         233        20                -           0.0000          -
48163.58/2445.16	c      2445            234         233        20                -           0.0000          -
48263.42/2450.25	c      2450            234         233        20                -           0.0000          -
48366.22/2455.42	c      2455            234         233        20                -           0.0000          -
48465.02/2460.44	c      2460            234         233        20                -           0.0000          -
48565.95/2465.51	c      2466            234         233        20                -           0.0000          -
48664.92/2470.52	c      2471           1131        1128        20                -           0.0000          -
48767.52/2475.71	c      2476            852         837        20                -           0.0000          -
48870.13/2480.95	c      2481           1141        1138        20                -           0.0000          -
48971.69/2486.06	c      2486            238         237        20                -           0.0000          -
49070.51/2491.11	c      2491            238         237        20                -           0.0000          -
49176.35/2496.44	c      2496            238         237        20                -           0.0000          -
49277.20/2501.56	c      2502            238         237        20                -           0.0000          -
49378.19/2506.64	c      2507            238         237        20                -           0.0000          -
49476.83/2511.69	c      2512           1087        1072        20                -           0.0000          -
49577.56/2516.75	c      2517           1087        1072        20                -           0.0000          -
49678.39/2521.84	c      2522           1167        1164        20                -           0.0000          -
49777.24/2526.86	c      2527           1167        1164        20                -           0.0000          -
49878.11/2531.94	c      2532           1167        1164        20                -           0.0000          -
49976.99/2537.01	c      2537           1171        1168        20                -           0.0000          -
50081.80/2542.21	c      2542            242         241        20                -           0.0000          -
50182.62/2547.32	c      2547           1112        1097        20                -           0.0000          -
50283.49/2552.47	c      2552           1173        1170        20                -           0.0000          -
50384.34/2557.56	c      2558            244         243        20                -           0.0000          -
50485.30/2562.64	c      2563            244         243        20                -           0.0000          -
50586.37/2567.72	c      2568            933         918        20                -           0.0000          -
50689.28/2572.90	c      2573           1190        1187        20                -           0.0000          -
50790.98/2578.06	c      2578            248         247        20                -           0.0000          -
50893.25/2583.22	c      2583            250         249        20                -           0.0000          -
50994.20/2588.39	c      2588            250         249        20                -           0.0000          -
51097.09/2593.53	c      2594            250         249        20                -           0.0000          -
51195.93/2598.55	c      2599            250         249        20                -           0.0000          -
51296.76/2603.67	c      2604            250         249        20                -           0.0000          -
51399.55/2608.85	c      2609            250         249        20                -           0.0000          -
51500.37/2613.90	c      2614            250         249        20                -           0.0000          -
51599.24/2618.95	c      2619            252         251        20                -           0.0000          -
51697.89/2623.99	c      2624            252         251        20                -           0.0000          -
51799.43/2629.07	c      2629            252         251        20                -           0.0000          -
51901.38/2634.22	c      2634           1172        1154        20                -           0.0000          -
52000.19/2639.28	c      2639           1172        1154        20                -           0.0000          -
52100.88/2644.37	c      2644            256         255        20                -           0.0000          -
52203.69/2649.58	c      2650            256         255        20                -           0.0000          -
52304.51/2654.63	c      2655            256         255        20                -           0.0000          -
52405.34/2659.79	c      2660            256         255        20                -           0.0000          -
52506.17/2664.83	c      2665            256         255        20                -           0.0000          -
52607.00/2670.01	c      2670            256         255        20                -           0.0000          -
52708.71/2675.09	c      2675            977         962        20                -           0.0000          -
52809.20/2680.17	c      2680            977         962        20                -           0.0000          -
52909.28/2685.26	c      2685            977         962        20                -           0.0000          -
53010.12/2690.35	c      2690            977         962        20                -           0.0000          -
53110.95/2695.46	c      2695            268         267        20                -           0.0000          -
53213.59/2700.65	c      2701            268         267        20                -           0.0000          -
53316.40/2705.82	c      2706            268         267        20                -           0.0000          -
53417.10/2710.94	c      2711            268         267        20                -           0.0000          -
53518.71/2716.05	c      2716            982         967        20                -           0.0000          -
53619.43/2721.18	c      2721            276         275        20                -           0.0000          -
53719.45/2726.21	c      2726            276         275        20                -           0.0000          -
53818.30/2731.22	c      2731            276         275        20                -           0.0000          -
53919.12/2736.33	c      2736            276         275        20                -           0.0000          -
54019.89/2741.46	c      2741           1232        1213        20                -           0.0000          -
54120.69/2746.57	c      2747           1005         987        20                -           0.0000          -
54225.28/2751.80	c      2752           1005         987        20                -           0.0000          -
54323.99/2756.89	c      2757           1005         987        20                -           0.0000          -
54427.41/2762.06	c      2762           1005         987        20                -           0.0000          -
54529.16/2767.22	c      2767           1005         987        20                -           0.0000          -
54627.89/2772.28	c      2772           1005         987        20                -           0.0000          -
54732.64/2777.56	c      2778           1005         987        20                -           0.0000          -
54837.38/2782.84	c      2783           1005         987        20                -           0.0000          -
54941.16/2788.09	c      2788           1005         987        20                -           0.0000          -
55039.84/2793.12	c      2793           1005         987        20                -           0.0000          -
55143.79/2798.37	c      2798           1005         987        20                -           0.0000          -
55244.62/2803.49	c      2804           1005         987        20                -           0.0000          -
55347.01/2808.62	c      2809           1005         987        20                -           0.0000          -
55447.84/2813.72	c      2814           1005         987        20                -           0.0000          -
55548.70/2818.86	c      2819           1005         987        20                -           0.0000          -
55649.65/2823.96	c      2824           1005         987        20                -           0.0000          -
55751.11/2829.09	c      2829           1005         987        20                -           0.0000          -
55853.14/2834.21	c      2834           1005         987        20                -           0.0000          -
55953.94/2839.34	c      2839           1005         987        20                -           0.0000          -
56054.77/2844.50	c      2844           1005         987        20                -           0.0000          -
56157.61/2849.63	c      2850           1005         987        20                -           0.0000          -
56262.40/2854.96	c      2855           1005         987        20                -           0.0000          -
56363.89/2860.08	c      2860           1005         987        20                -           0.0000          -
56462.73/2865.11	c      2865           1005         987        20                -           0.0000          -
56564.85/2870.27	c      2870           1005         987        20                -           0.0000          -
56665.63/2875.37	c      2875           1005         987        20                -           0.0000          -
56766.40/2880.48	c      2880           1005         987        20                -           0.0000          -
56867.24/2885.56	c      2886           1005         987        20                -           0.0000          -
56968.06/2890.61	c      2891           1005         987        20                -           0.0000          -
57070.88/2895.80	c      2896           1005         987        20                -           0.0000          -
57171.74/2900.97	c      2901           1005         987        20                -           0.0000          -
57273.30/2906.06	c      2906           1005         987        20                -           0.0000          -
57374.24/2911.20	c      2911           1005         987        20                -           0.0000          -
57476.19/2916.31	c      2916           1005         987        20                -           0.0000          -
57576.91/2921.45	c      2921           1005         987        20                -           0.0000          -
57677.74/2926.51	c      2927           1005         987        20                -           0.0000          -
57776.60/2931.59	c      2932           1005         987        20                -           0.0000          -
57879.16/2936.79	c      2937           1005         987        20                -           0.0000          -
57979.94/2941.84	c      2942           1005         987        20                -           0.0000          -
58080.73/2946.95	c      2947           1005         987        20                -           0.0000          -
58179.55/2951.98	c      2952           1005         987        20                -           0.0000          -
58284.31/2957.21	c      2957           1005         987        20                -           0.0000          -
58385.16/2962.30	c      2962           1005         987        20                -           0.0000          -
58483.97/2967.39	c      2967           1005         987        20                -           0.0000          -
58584.83/2972.48	c      2972           1005         987        20                -           0.0000          -
58685.66/2977.52	c      2978           1005         987        20                -           0.0000          -
58786.50/2982.63	c      2983           1410        1394        20                -           0.0000          -
58885.51/2987.69	c      2988           1410        1394        20                -           0.0000          -
58985.99/2992.71	c      2993           1410        1394        20                -           0.0000          -
59084.83/2997.74	c      2998           1410        1394        20                -           0.0000          -
59185.68/3002.84	c      3003           1410        1394        20                -           0.0000          -
59286.49/3007.91	c      3008           1410        1394        20                -           0.0000          -
59385.24/3012.95	c      3013           1410        1394        20                -           0.0000          -
59484.11/3018.01	c      3018           1410        1394        20                -           0.0000          -
59585.62/3023.09	c      3023           1410        1394        20                -           0.0000          -
59686.49/3028.18	c      3028           1410        1394        20                -           0.0000          -
59786.48/3033.25	c      3033           1410        1394        20                -           0.0000          -
59887.24/3038.32	c      3038           1410        1394        20                -           0.0000          -
59986.00/3043.37	c      3043           1410        1394        20                -           0.0000          -
60086.84/3048.41	c      3048           1410        1394        20                -           0.0000          -
60185.68/3053.45	c      3053           1410        1394        20                -           0.0000          -
60286.51/3058.54	c      3059           1410        1394        20                -           0.0000          -
60387.29/3063.61	c      3064           1410        1394        20                -           0.0000          -
60488.06/3068.75	c      3069           1410        1394        20                -           0.0000          -
60588.88/3073.85	c      3074           1410        1394        20                -           0.0000          -
60689.72/3078.92	c      3079           1410        1394        20                -           0.0000          -
60791.23/3084.05	c      3084           1410        1394        20                -           0.0000          -
60892.12/3089.17	c      3089           1410        1394        20                -           0.0000          -
60992.07/3094.21	c      3094           1410        1394        20                -           0.0000          -
61090.93/3099.29	c      3099           1410        1394        20                -           0.0000          -
61193.73/3104.40	c      3104           1410        1394        20                -           0.0000          -
61294.40/3109.50	c      3110           1410        1394        20                -           0.0000          -
61395.14/3114.65	c      3115           1410        1394        20                -           0.0000          -
61495.84/3119.75	c      3120           1410        1394        20                -           0.0000          -
61596.67/3124.87	c      3125           1410        1394        20                -           0.0000          -
61697.43/3129.95	c      3130           1410        1394        20                -           0.0000          -
61799.05/3135.11	c      3135            376         375        20                -           0.0000          -
61900.99/3140.25	c      3140            376         375        20                -           0.0000          -
62001.98/3145.37	c      3145            376         375        20                -           0.0000          -
62102.91/3150.40	c      3150            376         375        20                -           0.0000          -
62203.73/3155.57	c      3156           1115        1097        20                -           0.0000          -
62306.73/3160.72	c      3161            381         380        20                -           0.0000          -
62409.62/3165.95	c      3166           1126        1108        20                -           0.0000          -
62511.05/3171.04	c      3171           1126        1108        20                -           0.0000          -
62609.84/3176.12	c      3176           1126        1108        20                -           0.0000          -
62711.91/3181.23	c      3181           1452        1426        20                -           0.0000          -
62812.75/3186.30	c      3186           1452        1426        20                -           0.0000          -
62915.47/3191.51	c      3192           1452        1426        20                -           0.0000          -
63016.28/3196.61	c      3197           1452        1426        20                -           0.0000          -
63115.12/3201.66	c      3202           1452        1426        20                -           0.0000          -
63215.93/3206.72	c      3207           1147        1129        20                -           0.0000          -
63314.70/3211.76	c      3212           1490        1468        20                -           0.0000          -
63417.43/3216.91	c      3217            401         400        20                -           0.0000          -
63516.22/3222.03	c      3222           1153        1135        20                -           0.0000          -
63617.97/3227.06	c      3227           1457        1431        20                -           0.0000          -
63718.96/3232.19	c      3232           1457        1431        20                -           0.0000          -
63820.89/3237.37	c      3237            407         406        20                -           0.0000          -
63923.60/3242.52	c      3243           1164        1146        20                -           0.0000          -
64024.52/3247.63	c      3248            410         409        20                -           0.0000          -
64125.46/3252.71	c      3253            410         409        20                -           0.0000          -
64224.43/3257.78	c      3258            410         409        20                -           0.0000          -
64327.38/3262.93	c      3263            410         409        20                -           0.0000          -
64426.34/3268.04	c      3268            410         409        20                -           0.0000          -
64530.34/3273.19	c      3273            410         409        20                -           0.0000          -
64632.09/3278.39	c      3278            410         409        20                -           0.0000          -
64735.03/3283.51	c      3284            410         409        20                -           0.0000          -
64833.79/3288.58	c      3289            410         409        20                -           0.0000          -
64934.62/3293.65	c      3294           1571        1547        20                -           0.0000          -
65035.52/3298.77	c      3299           1571        1547        20                -           0.0000          -
65136.52/3303.88	c      3304           1571        1547        20                -           0.0000          -
65237.33/3309.00	c      3309            421         420        20                -           0.0000          -
65338.92/3314.10	c      3314            421         420        20                -           0.0000          -
65439.84/3319.16	c      3319            421         420        20                -           0.0000          -
65543.83/3324.42	c      3324            421         420        20                -           0.0000          -
65642.77/3329.47	c      3329            421         420        20                -           0.0000          -
65745.54/3334.69	c      3335            421         420        20                -           0.0000          -
65846.39/3339.77	c      3340            421         420        20                -           0.0000          -
65947.24/3344.87	c      3345            421         420        20                -           0.0000          -
66046.14/3349.90	c      3350            421         420        20                -           0.0000          -
66149.73/3355.04	c      3355            421         420        20                -           0.0000          -
66248.70/3360.08	c      3360            421         420        20                -           0.0000          -
66349.59/3365.15	c      3365           1531        1502        20                -           0.0000          -
66449.57/3370.20	c      3370           1531        1502        20                -           0.0000          -
66548.38/3375.25	c      3375           1531        1502        20                -           0.0000          -
66647.12/3380.29	c      3380           1531        1502        20                -           0.0000          -
66747.92/3385.35	c      3385            425         424        20                -           0.0000          -
66846.84/3390.36	c      3390            425         424        20                -           0.0000          -
66947.54/3395.44	c      3395            425         424        20                -           0.0000          -
67048.36/3400.52	c      3401            425         424        20                -           0.0000          -
67147.16/3405.58	c      3406            425         424        20                -           0.0000          -
67247.91/3410.60	c      3411            425         424        20                -           0.0000          -
67348.67/3415.70	c      3416            425         424        20                -           0.0000          -
67451.46/3420.92	c      3421            425         424        20                -           0.0000          -
67550.26/3425.97	c      3426            425         424        20                -           0.0000          -
67649.14/3431.03	c      3431            425         424        20                -           0.0000          -
67750.63/3436.05	c      3436            425         424        20                -           0.0000          -
67849.50/3441.10	c      3441            425         424        20                -           0.0000          -
67951.40/3446.24	c      3446            425         424        20                -           0.0000          -
68052.23/3451.35	c      3451            425         424        20                -           0.0000          -
68153.07/3456.45	c      3456            425         424        20                -           0.0000          -
68255.89/3461.61	c      3462            425         424        20                -           0.0000          -
68356.66/3466.75	c      3467            425         424        20                -           0.0000          -
68457.46/3471.83	c      3472            431         430        20                -           0.0000          -
68558.12/3476.90	c      3477            431         430        20                -           0.0000          -
68657.00/3482.04	c      3482            431         430        20                -           0.0000          -
68760.70/3487.15	c      3487            431         430        20                -           0.0000          -
68860.65/3492.25	c      3492            431         430        20                -           0.0000          -
68961.48/3497.34	c      3497            431         430        20                -           0.0000          -
69062.31/3502.49	c      3502           1603        1574        20                -           0.0000          -
69163.06/3507.50	c      3508           1603        1574        20                -           0.0000          -
69265.81/3512.76	c      3513           1605        1576        20                -           0.0000          -
69366.64/3517.82	c      3518           1605        1576        20                -           0.0000          -
69467.53/3522.92	c      3523            442         441        20                -           0.0000          -
69566.46/3527.99	c      3528            445         444        20                -           0.0000          -
69668.32/3533.08	c      3533            445         444        20                -           0.0000          -
69768.73/3538.17	c      3538           1627        1598        20                -           0.0000          -
69869.12/3543.20	c      3543            447         446        20                -           0.0000          -
69968.19/3548.23	c      3548            447         446        20                -           0.0000          -
70067.26/3553.23	c      3553            447         446        20                -           0.0000          -
70168.27/3558.30	c      3558            447         446        20                -           0.0000          -
70267.24/3563.38	c      3563            447         446        20                -           0.0000          -
70368.25/3568.40	c      3568           1648        1619        20                -           0.0000          -
70467.28/3573.41	c      3573           1314        1296        20                -           0.0000          -
70566.36/3578.47	c      3578           1792        1758        20                -           0.0000          -
70669.27/3583.60	c      3584            456         455        20                -           0.0000          -
70770.30/3588.70	c      3589           1321        1303        20                -           0.0000          -
70869.20/3593.79	c      3594           1323        1305        20                -           0.0000          -
70970.16/3598.89	c      3599            463         462        20                -           0.0000          -
71073.88/3604.12	c      3604            463         462        20                -           0.0000          -
71175.99/3609.23	c      3609            463         462        20                -           0.0000          -
71276.79/3614.31	c      3614            463         462        20                -           0.0000          -
71377.80/3619.46	c      3619            463         462        20                -           0.0000          -
71480.75/3624.62	c      3625            463         462        20                -           0.0000          -
71581.70/3629.73	c      3630            463         462        20                -           0.0000          -
71682.74/3634.80	c      3635            463         462        20                -           0.0000          -
71781.81/3639.84	c      3640            463         462        20                -           0.0000          -
71882.92/3645.01	c      3645            463         462        20                -           0.0000          -
71984.45/3650.07	c      3650           1857        1819        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 (188291 MiB free)
  memory of node 1: 193494 MiB (190715 MiB free)
  memory of node 2: 193531 MiB (191702 MiB free)
  memory of node 3: 193531 MiB (189805 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-4465679-1723619306/watcher-4465679-1723619306 -o /tmp/evaluation-result-4465679-1723619306/solver-4465679-1723619306 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757988 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465679-1723619306.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=758026, runsolver pid=758023
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 18.48 24.59 45.77 6/860 758042
/proc/meminfo: memFree=778818264/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=65192 memory=52920 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/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 11109 0 0 0 10 1 0 0 20 0 1 0 128513748 66756608 13230 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 16298 13230 2347 3035 0 12694 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 65192 KiB
Current children cumulated memory: 52920 KiB

[startup+0.222176 s]*
/proc/loadavg: 18.48 24.59 45.77 6/863 758048
/proc/meminfo: memFree=778664016/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=109320 memory=96896 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/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 22130 0 0 0 21 3 0 0 20 0 1 0 128513748 111943680 24224 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 27330 24224 2347 3035 0 23726 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 109320 KiB
Current children cumulated memory: 96896 KiB

[startup+0.325107 s]*
/proc/loadavg: 18.48 24.59 45.77 6/863 758048
/proc/meminfo: memFree=778517436/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=167348 memory=156148 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 37409 0 0 0 28 5 0 0 20 0 1 0 128513748 171364352 39037 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 41837 39037 2539 3035 0 38233 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 167348 KiB
Current children cumulated memory: 156148 KiB

[startup+0.700223 s]
/proc/loadavg: 18.48 24.59 45.77 6/863 758048
/proc/meminfo: memFree=778148176/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=318808 memory=278064 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 67360 0 0 0 59 10 0 0 20 0 1 0 128513748 326459392 69516 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 79702 69516 2614 3035 0 76098 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 318808 KiB
Current children cumulated memory: 278064 KiB

[startup+1.50027 s]
/proc/loadavg: 18.48 24.59 45.77 7/864 758049
/proc/meminfo: memFree=777570088/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=336012 memory=318160 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 83677 0 0 0 133 15 0 0 20 0 1 0 128513748 344076288 79540 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 84003 79540 2710 3035 0 80399 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 336012 KiB
Current children cumulated memory: 318160 KiB

[startup+3.11968 s]
/proc/loadavg: 18.48 24.59 45.77 6/868 758060
/proc/meminfo: memFree=776147092/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=415740 memory=398292 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 103658 0 0 0 291 19 0 0 20 0 1 0 128513748 425717760 99573 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 103935 99573 2758 3035 0 100331 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 415740 KiB
Current children cumulated memory: 398292 KiB

[startup+6.30021 s]
/proc/loadavg: 17.32 24.25 45.55 6/888 758080
/proc/meminfo: memFree=774191888/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=415740 memory=398532 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) R 758023 758026 757976 0 -1 4194304 103684 0 0 0 608 19 0 0 20 0 1 0 128513748 425717760 99633 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 103935 99633 2758 3035 0 100331 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 415740 KiB
Current children cumulated memory: 398532 KiB

[startup+12.7009 s]
/proc/loadavg: 16.25 23.91 45.33 45/948 758141
/proc/meminfo: memFree=759531720/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=8132532 memory=6797932 CPUtime=27.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) S 758023 758026 757976 0 -1 1077936128 1525960 0 0 0 2406 324 0 0 20 0 41 0 128513748 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 2033133 1699483 2790 3035 0 1875240 0
[pid=758026/tid=758082] ppid=758023 vsize=8132532 memory=0 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758082/stat : 758082 (fscip) R 758023 758026 757976 0 -1 4194368 73680 0 0 0 80 15 0 0 20 0 41 0 128514524 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758083] ppid=758023 vsize=8132532 memory=1804 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758083/stat : 758083 (fscip) D 758023 758026 757976 0 -1 4194368 67085 0 0 0 83 12 0 0 20 0 41 0 128514524 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758084] ppid=758023 vsize=8132532 memory=33000 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758084/stat : 758084 (fscip) D 758023 758026 757976 0 -1 4194368 66962 0 0 0 82 14 0 0 20 0 41 0 128514524 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758085] ppid=758023 vsize=8132532 memory=655320 CPUtime=0.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758085/stat : 758085 (fscip) D 758023 758026 757976 0 -1 4194368 73114 0 0 0 81 16 0 0 20 0 41 0 128514524 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758086] ppid=758023 vsize=8132532 memory=1338084 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758086/stat : 758086 (fscip) D 758023 758026 757976 0 -1 4194368 66431 0 0 0 82 14 0 0 20 0 41 0 128514524 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758087] ppid=758023 vsize=8132532 memory=11448 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758087/stat : 758087 (fscip) D 758023 758026 757976 0 -1 4194368 67141 0 0 0 83 13 0 0 20 0 41 0 128514524 8327712768 1699483 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758088] ppid=758023 vsize=8132532 memory=1447308 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758088/stat : 758088 (fscip) R 758023 758026 757976 0 -1 4194368 73718 0 0 0 78 17 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758089] ppid=758023 vsize=8132532 memory=279568414100992 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758089/stat : 758089 (fscip) D 758023 758026 757976 0 -1 4194368 66465 0 0 0 82 14 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758090] ppid=758023 vsize=8132532 memory=5512 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758090/stat : 758090 (fscip) R 758023 758026 757976 0 -1 4194368 67478 0 0 0 82 13 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758091] ppid=758023 vsize=8132532 memory=0 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758091/stat : 758091 (fscip) R 758023 758026 757976 0 -1 4194368 72250 0 0 0 81 15 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758092] ppid=758023 vsize=8132532 memory=25333125866717268 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758092/stat : 758092 (fscip) R 758023 758026 757976 0 -1 4194368 66456 0 0 0 81 14 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758093] ppid=758023 vsize=8132532 memory=25333125866717268 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758093/stat : 758093 (fscip) D 758023 758026 757976 0 -1 4194368 66971 0 0 0 82 13 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758094] ppid=758023 vsize=8132532 memory=0 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758094/stat : 758094 (fscip) R 758023 758026 757976 0 -1 4194368 72250 0 0 0 81 14 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758095] ppid=758023 vsize=8132532 memory=33000 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758095/stat : 758095 (fscip) D 758023 758026 757976 0 -1 4194368 66979 0 0 0 82 14 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758096] ppid=758023 vsize=8132532 memory=0 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758096/stat : 758096 (fscip) D 758023 758026 757976 0 -1 4194368 68608 0 0 0 82 14 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758097] ppid=758023 vsize=8132532 memory=3255683996131929 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758097/stat : 758097 (fscip) R 758023 758026 757976 0 -1 4194368 73096 0 0 0 80 16 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758098] ppid=758023 vsize=8132532 memory=0 CPUtime=0.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758098/stat : 758098 (fscip) D 758023 758026 757976 0 -1 4194368 66471 0 0 0 81 15 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758099] ppid=758023 vsize=8132532 memory=0 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758099/stat : 758099 (fscip) D 758023 758026 757976 0 -1 4194368 68732 0 0 0 82 13 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758100] ppid=758023 vsize=8132532 memory=1994748 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758100/stat : 758100 (fscip) R 758023 758026 757976 0 -1 4194368 72194 0 0 0 80 15 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758101] ppid=758023 vsize=8132532 memory=788532 CPUtime=0.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758101/stat : 758101 (fscip) D 758023 758026 757976 0 -1 4194368 67360 0 0 0 82 13 0 0 20 0 41 0 128514524 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758122] ppid=758023 vsize=8132532 memory=1288868 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758122/stat : 758122 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758123] ppid=758023 vsize=8132532 memory=4049078241679347816 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758123/stat : 758123 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758124] ppid=758023 vsize=8132532 memory=2650884 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758124/stat : 758124 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758125] ppid=758023 vsize=8132532 memory=6935654826065224000 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758125/stat : 758125 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758126] ppid=758023 vsize=8132532 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/758026/task/758126/stat : 758126 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758127] ppid=758023 vsize=8132532 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/758026/task/758127/stat : 758127 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758128] ppid=758023 vsize=8132532 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/758026/task/758128/stat : 758128 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758129] ppid=758023 vsize=8132532 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/758026/task/758129/stat : 758129 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758130] ppid=758023 vsize=8132532 memory=1667076 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758130/stat : 758130 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758131] ppid=758023 vsize=8132532 memory=30399726987509844 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758131/stat : 758131 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758132] ppid=758023 vsize=8132532 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/758026/task/758132/stat : 758132 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758133] ppid=758023 vsize=8132532 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/758026/task/758133/stat : 758133 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758134] ppid=758023 vsize=8132532 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/758026/task/758134/stat : 758134 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758135] ppid=758023 vsize=8132532 memory=31572 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758135/stat : 758135 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758136] ppid=758023 vsize=8132532 memory=28568 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758136/stat : 758136 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758137] ppid=758023 vsize=8132532 memory=7312 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758137/stat : 758137 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1699995 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758138] ppid=758023 vsize=8132532 memory=26988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758138/stat : 758138 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1701019 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758139] ppid=758023 vsize=8132532 memory=3776 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758139/stat : 758139 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1701019 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758140] ppid=758023 vsize=8132532 memory=40480 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758140/stat : 758140 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1701019 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758141] ppid=758023 vsize=8132532 memory=8196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758141/stat : 758141 (fscip) S 758023 758026 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514932 8327712768 1701019 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
Current children cumulated CPU time: 27.3 s
Current children cumulated vsize: 8132532 KiB
Current children cumulated memory: 6797932 KiB

[startup+25.5015 s]
/proc/loadavg: 21.89 24.78 45.27 43/948 758143

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

[pid=758026/tid=758125] ppid=758023 vsize=42843844 memory=31395916 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/758026/task/758125/stat : 758125 (fscip) S 758023 758026 757976 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758126] ppid=758023 vsize=42843844 memory=16164 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/758026/task/758126/stat : 758126 (fscip) S 758023 758026 757976 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758127] ppid=758023 vsize=42843844 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/758026/task/758127/stat : 758127 (fscip) S 758023 758026 757976 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758128] ppid=758023 vsize=42843844 memory=32792 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/758026/task/758128/stat : 758128 (fscip) S 758023 758026 757976 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758129] ppid=758023 vsize=42843844 memory=50604 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/758026/task/758129/stat : 758129 (fscip) S 758023 758026 757976 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758130] ppid=758023 vsize=42843844 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/758026/task/758130/stat : 758130 (fscip) S 758023 758026 757976 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758131] ppid=758023 vsize=42843844 memory=40960 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/758026/task/758131/stat : 758131 (fscip) S 758023 758026 757976 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758132] ppid=758023 vsize=42843844 memory=6720663238075760493 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/758026/task/758132/stat : 758132 (fscip) S 758023 758026 757976 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758133] ppid=758023 vsize=42843844 memory=3776 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/758026/task/758133/stat : 758133 (fscip) S 758023 758026 757976 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758134] ppid=758023 vsize=42843844 memory=279568415480656 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/758026/task/758134/stat : 758134 (fscip) S 758023 758026 757976 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758135] ppid=758023 vsize=42843844 memory=31512096 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/758026/task/758135/stat : 758135 (fscip) S 758023 758026 757976 0 -1 1077936192 173 0 0 0 2 1 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758136] ppid=758023 vsize=42843844 memory=11248 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/758026/task/758136/stat : 758136 (fscip) S 758023 758026 757976 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758137] ppid=758023 vsize=42843844 memory=11248 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/758026/task/758137/stat : 758137 (fscip) S 758023 758026 757976 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758138] ppid=758023 vsize=42843844 memory=31504048 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/758026/task/758138/stat : 758138 (fscip) S 758023 758026 757976 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758139] ppid=758023 vsize=42843844 memory=6935654753317707840 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/758026/task/758139/stat : 758139 (fscip) S 758023 758026 757976 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758140] ppid=758023 vsize=42843844 memory=279568416949088 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/758026/task/758140/stat : 758140 (fscip) S 758023 758026 757976 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758141] ppid=758023 vsize=42843844 memory=6720663238075760493 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/758026/task/758141/stat : 758141 (fscip) S 758023 758026 757976 0 -1 1077936192 128 0 0 0 1 2 0 0 20 0 41 0 128514932 43872096256 7878054 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
Current children cumulated CPU time: 71831.3 s
Current children cumulated vsize: 42843844 KiB
Current children cumulated memory: 31512216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3650.9 s]
/proc/loadavg: 81.44 81.26 80.02 62/981 760215
/proc/meminfo: memFree=650502700/790760804 swapFree=131071996/131071996
[pid=758026] ppid=758023 vsize=42843844 memory=31520124 CPUtime=72001.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/stat : 758026 (fscip) S 758023 758026 757976 0 -1 1077936128 63382237 0 0 0 7188150 12014 0 0 20 0 41 0 128513748 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
/proc/758026/statm: 10710961 7880031 3030 3035 0 10442037 0
[pid=758026/tid=758082] ppid=758023 vsize=42843844 memory=33000 CPUtime=3580.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758082/stat : 758082 (fscip) R 758023 758026 757976 0 -1 4194368 2930857 0 0 0 357658 403 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758083] ppid=758023 vsize=42843844 memory=25333125866717268 CPUtime=3605.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758083/stat : 758083 (fscip) R 758023 758026 757976 0 -1 4194368 4113129 0 0 0 359989 575 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758084] ppid=758023 vsize=42843844 memory=16164 CPUtime=3600.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758084/stat : 758084 (fscip) R 758023 758026 757976 0 -1 4194368 1830160 0 0 0 359223 825 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758085] ppid=758023 vsize=42843844 memory=25333125866717268 CPUtime=3596.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758085/stat : 758085 (fscip) R 758023 758026 757976 0 -1 4194368 3201261 0 0 0 359226 404 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758086] ppid=758023 vsize=42843844 memory=0 CPUtime=3603.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758086/stat : 758086 (fscip) R 758023 758026 757976 0 -1 4194368 4325482 0 0 0 359718 656 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758087] ppid=758023 vsize=42843844 memory=5512 CPUtime=3599.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758087/stat : 758087 (fscip) R 758023 758026 757976 0 -1 4194368 2039405 0 0 0 359169 800 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758088] ppid=758023 vsize=42843844 memory=33000 CPUtime=3602.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758088/stat : 758088 (fscip) R 758023 758026 757976 0 -1 4194368 3242676 0 0 0 359827 422 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758089] ppid=758023 vsize=42843844 memory=31512860 CPUtime=3605.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758089/stat : 758089 (fscip) R 758023 758026 757976 0 -1 4194368 4192712 0 0 0 359911 593 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758090] ppid=758023 vsize=42843844 memory=31512096 CPUtime=3597.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758090/stat : 758090 (fscip) R 758023 758026 757976 0 -1 4194368 1832620 0 0 0 358864 845 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758091] ppid=758023 vsize=42843844 memory=279568415259472 CPUtime=3603.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758091/stat : 758091 (fscip) R 758023 758026 757976 0 -1 4194368 3007933 0 0 0 359943 384 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758092] ppid=758023 vsize=42843844 memory=655320 CPUtime=3604.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758092/stat : 758092 (fscip) R 758023 758026 757976 0 -1 4194368 4512029 0 0 0 359785 681 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758093] ppid=758023 vsize=42843844 memory=25333125866717268 CPUtime=3593.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758093/stat : 758093 (fscip) R 758023 758026 757976 0 -1 4194368 1999628 0 0 0 358590 788 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758094] ppid=758023 vsize=42843844 memory=6048 CPUtime=3600.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758094/stat : 758094 (fscip) R 758023 758026 757976 0 -1 4194368 3035594 0 0 0 359616 400 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758095] ppid=758023 vsize=42843844 memory=25333125866717268 CPUtime=3604.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758095/stat : 758095 (fscip) R 758023 758026 757976 0 -1 4194368 4338446 0 0 0 359749 657 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758096] ppid=758023 vsize=42843844 memory=279568417598768 CPUtime=3590.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758096/stat : 758096 (fscip) R 758023 758026 757976 0 -1 4194368 1816321 0 0 0 358376 702 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758097] ppid=758023 vsize=42843844 memory=279568414067728 CPUtime=3602.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758097/stat : 758097 (fscip) R 758023 758026 757976 0 -1 4194368 3214364 0 0 0 359819 434 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758098] ppid=758023 vsize=42843844 memory=42199488 CPUtime=3605.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758098/stat : 758098 (fscip) R 758023 758026 757976 0 -1 4194368 4168199 0 0 0 359935 663 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758099] ppid=758023 vsize=42843844 memory=279568414106224 CPUtime=3598.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758099/stat : 758099 (fscip) R 758023 758026 757976 0 -1 4194368 1782002 0 0 0 359295 603 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758100] ppid=758023 vsize=42843844 memory=31395916 CPUtime=3596.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758100/stat : 758100 (fscip) R 758023 758026 757976 0 -1 4194368 3294044 0 0 0 359199 410 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758101] ppid=758023 vsize=42843844 memory=16164 CPUtime=3600.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758101/stat : 758101 (fscip) R 758023 758026 757976 0 -1 4194368 4357657 0 0 0 359365 690 0 0 20 0 41 0 128514524 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758122] ppid=758023 vsize=42843844 memory=40960 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/758026/task/758122/stat : 758122 (fscip) S 758023 758026 757976 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758123] ppid=758023 vsize=42843844 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/758026/task/758123/stat : 758123 (fscip) S 758023 758026 757976 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758124] ppid=758023 vsize=42843844 memory=40960 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/758026/task/758124/stat : 758124 (fscip) S 758023 758026 757976 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758125] ppid=758023 vsize=42843844 memory=31390340 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/758026/task/758125/stat : 758125 (fscip) S 758023 758026 757976 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758126] ppid=758023 vsize=42843844 memory=1804 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/758026/task/758126/stat : 758126 (fscip) S 758023 758026 757976 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758127] ppid=758023 vsize=42843844 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/758026/task/758127/stat : 758127 (fscip) S 758023 758026 757976 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758128] ppid=758023 vsize=42843844 memory=6720663238075760493 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/758026/task/758128/stat : 758128 (fscip) S 758023 758026 757976 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758129] ppid=758023 vsize=42843844 memory=31512216 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/758026/task/758129/stat : 758129 (fscip) S 758023 758026 757976 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758130] ppid=758023 vsize=42843844 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/758026/task/758130/stat : 758130 (fscip) S 758023 758026 757976 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758131] ppid=758023 vsize=42843844 memory=40960 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/758026/task/758131/stat : 758131 (fscip) S 758023 758026 757976 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758132] ppid=758023 vsize=42843844 memory=31512540 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/758026/task/758132/stat : 758132 (fscip) S 758023 758026 757976 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758133] ppid=758023 vsize=42843844 memory=8196 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/758026/task/758133/stat : 758133 (fscip) S 758023 758026 757976 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758134] ppid=758023 vsize=42843844 memory=10544 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/758026/task/758134/stat : 758134 (fscip) S 758023 758026 757976 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758135] ppid=758023 vsize=42843844 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/758026/task/758135/stat : 758135 (fscip) S 758023 758026 757976 0 -1 1077936192 173 0 0 0 2 1 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758136] ppid=758023 vsize=42843844 memory=50604 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/758026/task/758136/stat : 758136 (fscip) S 758023 758026 757976 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758137] ppid=758023 vsize=42843844 memory=7640 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/758026/task/758137/stat : 758137 (fscip) S 758023 758026 757976 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758138] ppid=758023 vsize=42843844 memory=7312 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/758026/task/758138/stat : 758138 (fscip) S 758023 758026 757976 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758139] ppid=758023 vsize=42843844 memory=26988 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/758026/task/758139/stat : 758139 (fscip) S 758023 758026 757976 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758140] ppid=758023 vsize=42843844 memory=31572 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/758026/task/758140/stat : 758140 (fscip) S 758023 758026 757976 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
[pid=758026/tid=758141] ppid=758023 vsize=42843844 memory=28568 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/758026/task/758141/stat : 758141 (fscip) S 758023 758026 757976 0 -1 1077936192 128 0 0 0 1 2 0 0 20 0 41 0 128514932 43872096256 7880031 809668444160 4194304 16623229 140729378799664 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 44961792 140729378804742 140729378804860 140729378804860 140729378811888 0
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 42843844 KiB
Current children cumulated memory: 31520124 KiB

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

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

# cumulated CPU time of all completed processes:  user=71881.7 s, system=120.883 s

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

[startup+3651.2 s]
/proc/loadavg: 79.88 80.94 79.92 43/942 760215
/proc/meminfo: memFree=656287668/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3651.6 s]
/proc/loadavg: 79.88 80.94 79.92 43/942 760215
/proc/meminfo: memFree=656287668/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): 3651.68
CPU time (s): 72002.6
CPU user time (s): 71881.7
CPU system time (s): 120.883
CPU usage (%): 1971.77
Max. virtual memory (cumulated for all children) (KiB): 42843844
Max. memory (cumulated for all children) (KiB): 31520124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71881.7
system time used= 120.883
maximum resident set size= 31520124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63382241
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= 1795553
involuntary context switches= 303230


# summary of solver processes directly reported to runsolver:
#   pid: 758026
#   total CPU time (s): 72002.6
#   total CPU user time (s): 71881.7
#   total CPU system time (s): 120.883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.4912 second user time and 96.6719 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 09:08:26
IDJOB=4465679
IDBENCH=155560
IDSOLVER=3094
FILE ID=nodeD105/4465679-1723619306
RUNJOBID= nodeD105-1723619306-757988
SLURM_JOB_ID= 8267910
Free space on /tmp= 8622844 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-55.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-4465679-1723619306/watcher-4465679-1723619306 -o /tmp/evaluation-result-4465679-1723619306/solver-4465679-1723619306 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757988 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465679-1723619306.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= aafbab4e203601a49fdc88cf5a6cbbb7
RANDOM SEED=1520831339

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		: 3324.218
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		: 3668.348
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		: 3679.145
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		: 2923.496
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		: 2661.238
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		: 3667.522
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		: 3682.389
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		: 3785.100
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		: 2639.869
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		: 2630.179
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		: 3680.416
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		: 2643.676
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		: 2667.947
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		: 2644.403
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		: 2649.650
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		: 3794.286
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		: 3612.028
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		: 2565.673
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		: 2639.280
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		: 2805.618
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		: 2650.502
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		: 2642.568
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		: 2655.720
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		: 2643.506
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		: 2659.597
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		: 2631.624
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		: 2636.730
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		: 2634.844
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		: 2658.139
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		: 2643.990
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		: 2647.333
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		: 2655.431
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		: 3617.475
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		: 2633.930
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		: 2632.307
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		: 2642.843
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		: 3695.061
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		: 2642.663
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		: 2642.877
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		: 2656.423
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		: 3534.734
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2652.739
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		: 2637.617
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		: 2646.481
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		: 2787.953
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		: 2768.360
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		: 2655.130
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		: 2632.730
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		: 3681.391
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		: 2640.985
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		: 2630.926
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:        778537664 kB
MemAvailable:   783592928 kB
Buffers:         1210932 kB
Cached:          7128060 kB
SwapCached:            0 kB
Active:          1641004 kB
Inactive:        7104168 kB
Active(anon):       2108 kB
Inactive(anon):   444024 kB
Active(file):    1638896 kB
Inactive(file):  6660144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            555308 kB
Writeback:            88 kB
AnonPages:        407116 kB
Mapped:           102488 kB
Shmem:             38924 kB
KReclaimable:     351852 kB
Slab:             788928 kB
SReclaimable:     351852 kB
SUnreclaim:       437076 kB
KernelStack:       14768 kB
PageTables:        10708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     378472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1139712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622732 MiB
End job on nodeD105 at 2024-08-14 10:09:18