Trace number 4465871

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-3.opb
MD5SUM3a6a9e178c68ea233cbdb43dd005ad2a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 47267840, getVmSize() = 47267840, SCIPgetMemUsed() = 21373489, SCIPgetMemTotal() = 24920777, SCIPgetMemExternEstim() = 13408067
0.00/0.03	c ** set memory limit for presolving in LC to 8.79594e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 39292797, getVmSize() = 69885952, SCIPgetMemUsed() = 25132761, SCIPgetMemTotal() = 45531129, SCIPgetMemExternEstim() = 13408067
0.11/0.22	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4465871-1722583786
0.11/0.22	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 9520
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 3347 (3347 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 7753
0.11/0.22	c Constraints        : Number
0.11/0.22	c   and              : 32 
0.11/0.22	c   linear           : 1300 
0.11/0.22	c   logicor          : 6421 
0.11/0.22	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.48	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.49	c                                Nodes    Active                                            
0.43/0.49	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
104.87/5.80	c         6          11971         432        20                -           0.0000          -
203.82/10.85	c        11          31164         419        20                -           0.0000          -
304.01/15.90	c        16          48482         201        20                -           0.0000          -
403.11/20.95	c        21          55694         394        20                -           0.0000          -
502.21/26.00	c        26              2           1        20                -           0.0000          -
601.23/31.03	c        31              4           3        20                -           0.0000          -
703.01/36.09	c        36             13          12        20                -           0.0000          -
804.08/41.14	c        41             13          12        20                -           0.0000          -
903.27/46.19	c        46             13          12        20                -           0.0000          -
1003.75/51.24	c        51             13          12        20                -           0.0000          -
1102.90/56.29	c        56             13          12        20                -           0.0000          -
1204.10/61.34	c        61             13          12        20                -           0.0000          -
1303.32/66.38	c        66             13          12        20                -           0.0000          -
1404.48/71.43	c        71             13          12        20                -           0.0000          -
1503.62/76.48	c        76             13          12        20                -           0.0000          -
1604.74/81.53	c        82             13          12        20                -           0.0000          -
1703.72/86.58	c        87             31          30        20                -           0.0000          -
1804.92/91.63	c        92             36          35        20                -           0.0000          -
1904.06/96.68	c        97             36          35        20                -           0.0000          -
2005.24/101.73	c       102             36          35        20                -           0.0000          -
2104.46/106.78	c       107             36          35        20                -           0.0000          -
2205.57/111.83	c       112             36          35        20                -           0.0000          -
2304.74/116.88	c       117             36          35        20                -           0.0000          -
2405.84/121.93	c       122             36          35        20                -           0.0000          -
2504.94/126.98	c       127             36          35        20                -           0.0000          -
2604.13/132.03	c       132             36          35        20                -           0.0000          -
2705.84/137.08	c       137             36          35        20                -           0.0000          -
2805.07/142.11	c       142             36          35        20                -           0.0000          -
2906.10/147.18	c       147             36          35        20                -           0.0000          -
3006.67/152.23	c       152             36          35        20                -           0.0000          -
3105.80/157.28	c       157             36          35        20                -           0.0000          -
3207.03/162.33	c       162             36          35        20                -           0.0000          -
3306.24/167.38	c       167             36          35        20                -           0.0000          -
3407.47/172.43	c       172             36          35        20                -           0.0000          -
3506.70/177.48	c       177             36          35        20                -           0.0000          -
3607.88/182.51	c       183             36          35        20                -           0.0000          -
3706.86/187.58	c       188             36          35        20                -           0.0000          -
3808.02/192.63	c       193             36          35        20                -           0.0000          -
3907.14/197.68	c       198             36          35        20                -           0.0000          -
4008.39/202.73	c       203             36          35        20                -           0.0000          -
4107.54/207.78	c       208             36          35        20                -           0.0000          -
4208.40/212.83	c       213             36          35        20                -           0.0000          -
4307.40/217.88	c       218             36          35        20                -           0.0000          -
4408.47/222.93	c       223             36          35        20                -           0.0000          -
4507.68/227.98	c       228             36          35        20                -           0.0000          -
4606.87/233.03	c       233             36          35        20                -           0.0000          -
4708.65/238.08	c       238             36          35        20                -           0.0000          -
4807.93/243.13	c       243             36          35        20                -           0.0000          -
4909.11/248.17	c       248             24          23        20                -           0.0000          -
5009.59/253.23	c       253             24          23        20                -           0.0000          -
5108.63/258.24	c       258             24          23        20                -           0.0000          -
5209.84/263.33	c       263             24          23        20                -           0.0000          -
5308.98/268.38	c       268             24          23        20                -           0.0000          -
5410.17/273.43	c       273             24          23        20                -           0.0000          -
5509.39/278.48	c       278             24          23        20                -           0.0000          -
5610.52/283.53	c       284             24          23        20                -           0.0000          -
5709.68/288.58	c       289             24          23        20                -           0.0000          -
5810.88/293.63	c       294             24          23        20                -           0.0000          -
5910.10/298.65	c       299             24          23        20                -           0.0000          -
6011.29/303.73	c       304             24          23        20                -           0.0000          -
6110.50/308.78	c       309            650         639        20                -           0.0000          -
6211.70/313.83	c       314            650         639        20                -           0.0000          -
6310.82/318.88	c       319            650         639        20                -           0.0000          -
6411.85/323.93	c       324            669         665        20                -           0.0000          -
6511.01/328.98	c       329            665         654        20                -           0.0000          -
6610.07/334.03	c       334            102         101        20                -           0.0000          -
6712.07/339.08	c       339            605         604        20                -           0.0000          -
6811.07/344.12	c       344            605         604        20                -           0.0000          -
6912.22/349.18	c       349             40          39        20                -           0.0000          -
7012.70/354.23	c       354            629         628        20                -           0.0000          -
7111.83/359.28	c       359            888         882        20                -           0.0000          -
7212.96/364.33	c       364            888         882        20                -           0.0000          -
7312.19/369.38	c       369            780         769        20                -           0.0000          -
7413.39/374.42	c       374            780         769        20                -           0.0000          -
7512.33/379.46	c       379            900         894        20                -           0.0000          -
7613.28/384.53	c       385            772         771        20                -           0.0000          -
7712.50/389.58	c       390            772         771        20                -           0.0000          -
7813.67/394.63	c       395            772         771        20                -           0.0000          -
7912.78/399.65	c       400            772         771        20                -           0.0000          -
8011.96/404.68	c       405            772         771        20                -           0.0000          -
8113.14/409.78	c       410            772         771        20                -           0.0000          -
8214.29/414.83	c       415            772         771        20                -           0.0000          -
8313.42/419.88	c       420            772         771        20                -           0.0000          -
8414.62/424.93	c       425            918         905        20                -           0.0000          -
8513.59/429.98	c       430            780         779        20                -           0.0000          -
8612.76/435.03	c       435            780         779        20                -           0.0000          -
8714.46/440.08	c       440            780         779        20                -           0.0000          -
8815.43/445.13	c       445            455         454        20                -           0.0000          -
8914.64/450.18	c       450            806         805        20                -           0.0000          -
9014.91/455.23	c       455           1068        1046        20                -           0.0000          -
9113.86/460.28	c       460           1070           1        20                -           0.0000          -
9215.04/465.33	c       465           1081          12        20                -           0.0000          -
9314.22/470.38	c       470           1081          12        20                -           0.0000          -
9415.33/475.43	c       475            990         989        20                -           0.0000          -
9514.51/480.48	c       480            990         989        20                -           0.0000          -
9615.61/485.53	c       486            554         553        20                -           0.0000          -
9714.49/490.58	c       491           1254         179        20                -           0.0000          -
9815.51/495.63	c       496           1254         179        20                -           0.0000          -
9914.53/500.64	c       501           1299        1278        20                -           0.0000          -
10015.68/505.73	c       506           1299        1278        20                -           0.0000          -
10114.87/510.75	c       511           1299        1278        20                -           0.0000          -
10216.00/515.83	c       516            299         298        20                -           0.0000          -
10315.14/520.88	c       521           1376        1355        20                -           0.0000          -
10416.14/525.90	c       526           1416         337        20                -           0.0000          -
10515.33/530.98	c       531           1416         337        20                -           0.0000          -
10614.19/535.99	c       536           1436         357        20                -           0.0000          -
10715.97/541.08	c       541           1436         357        20                -           0.0000          -
10815.05/546.10	c       546           1436         357        20                -           0.0000          -
10914.34/551.11	c       551            333         332        20                -           0.0000          -
11016.39/556.23	c       556            339         338        20                -           0.0000          -
11115.52/561.28	c       561           1620        1595        20                -           0.0000          -
11216.64/566.33	c       566           1598         517        20                -           0.0000          -
11315.60/571.38	c       571           1547         495        20                -           0.0000          -
11416.60/576.43	c       576            374         373        20                -           0.0000          -
11515.56/581.48	c       581           1734        1709        20                -           0.0000          -
11616.42/586.53	c       587           1734        1709        20                -           0.0000          -
11715.51/591.58	c       592           1734        1709        20                -           0.0000          -
11816.42/596.63	c       597           1670         589        20                -           0.0000          -
11915.50/601.68	c       602           1670         589        20                -           0.0000          -
12016.56/606.73	c       607           1670         589        20                -           0.0000          -
12115.69/611.78	c       612           1670         589        20                -           0.0000          -
12216.31/616.83	c       617           1670         589        20                -           0.0000          -
12315.42/621.88	c       622           4028         871        20                -           0.0000          -
12416.43/626.91	c       627           1706         625        20                -           0.0000          -
12515.38/631.98	c       632           1706         625        20                -           0.0000          -
12614.36/637.03	c       637           1706         625        20                -           0.0000          -
12715.89/642.08	c       642           1747         666        20                -           0.0000          -
12815.01/647.13	c       647           1973        1944        20                -           0.0000          -
12915.93/652.15	c       652           1973        1944        20                -           0.0000          -
13016.10/657.23	c       657           1973        1944        20                -           0.0000          -
13115.24/662.28	c       662           1973        1944        20                -           0.0000          -
13216.39/667.33	c       667           1973        1944        20                -           0.0000          -
13315.52/672.38	c       672           1973        1944        20                -           0.0000          -
13416.42/677.43	c       677           1973        1944        20                -           0.0000          -
13515.58/682.48	c       682           1973        1944        20                -           0.0000          -
13616.43/687.52	c       688           1973        1944        20                -           0.0000          -
13715.18/692.58	c       693           1973        1944        20                -           0.0000          -
13816.04/697.63	c       698           1973        1944        20                -           0.0000          -
13915.21/702.68	c       703           1050           0        20                -           0.0000          -
14016.14/707.71	c       708           1050           0        20                -           0.0000          -
14115.15/712.73	c       713           1050           0        20                -           0.0000          -
14216.29/717.83	c       718           1050           0        20                -           0.0000          -
14315.45/722.88	c       723           1050           0        20                -           0.0000          -
14416.48/727.92	c       728           1050           0        20                -           0.0000          -
14515.45/732.98	c       733            809         806        20                -           0.0000          -
14614.25/737.99	c       738           2071        2042        20                -           0.0000          -
14713.24/743.00	c       743            815         812        20                -           0.0000          -
14814.76/748.12	c       748          11458         924        20                -           0.0000          -
14915.65/753.15	c       753           1089          39        20                -           0.0000          -
15016.20/758.23	c       758           2970        1872        20                -           0.0000          -
15115.31/763.28	c       763           2970        1872        20                -           0.0000          -
15216.44/768.33	c       768           2970        1872        20                -           0.0000          -
15315.27/773.38	c       773           1137          87        20                -           0.0000          -
15416.42/778.43	c       778           2346        2315        20                -           0.0000          -
15515.48/783.48	c       783           2346        2315        20                -           0.0000          -
15616.58/788.54	c       789           2346        2315        20                -           0.0000          -
15715.78/793.56	c       794           1169         119        20                -           0.0000          -
15816.65/798.62	c       799           1033        1028        20                -           0.0000          -
15915.83/803.68	c       804           3511        2405        20                -           0.0000          -
16016.78/808.73	c       809           3578        2470        20                -           0.0000          -
16115.77/813.78	c       814           3578        2470        20                -           0.0000          -
16216.77/818.83	c       819           2600        2563        20                -           0.0000          -
16316.00/823.88	c       824          15577         932        20                -           0.0000          -
16417.01/828.93	c       829           1065        1060        20                -           0.0000          -
16516.15/833.98	c       834           3756        2644        20                -           0.0000          -
16615.31/839.00	c       839           3756        2644        20                -           0.0000          -
16716.98/844.08	c       844           1098        1093        20                -           0.0000          -
16816.13/849.11	c       849           1098        1093        20                -           0.0000          -
16917.13/854.18	c       854           2704        2667        20                -           0.0000          -
17017.51/859.23	c       859           2704        2667        20                -           0.0000          -
17116.61/864.28	c       864           3975        2861        20                -           0.0000          -
17217.72/869.31	c       869           1232        1227        20                -           0.0000          -
17316.85/874.32	c       874           1377         327        20                -           0.0000          -
17417.96/879.43	c       879           1377         327        20                -           0.0000          -
17517.07/884.48	c       884           4115        3001        20                -           0.0000          -
17618.27/889.51	c       890           4115        3001        20                -           0.0000          -
17717.31/894.54	c       895           1283           0        20                -           0.0000          -
17818.43/899.63	c       900           1283           0        20                -           0.0000          -
17917.55/904.64	c       905           1283           0        20                -           0.0000          -
18018.54/909.73	c       910           1283           0        20                -           0.0000          -
18117.58/914.78	c       915           1283           0        20                -           0.0000          -
18218.39/919.80	c       920           1283           0        20                -           0.0000          -
18317.54/924.85	c       925           1283           0        20                -           0.0000          -
18418.60/929.90	c       930           1283           0        20                -           0.0000          -
18517.44/934.91	c       935           1283           0        20                -           0.0000          -
18616.28/939.93	c       940           1283           0        20                -           0.0000          -
18717.77/945.07	c       945           4568        3446        20                -           0.0000          -
18817.15/950.10	c       950           1586         536        20                -           0.0000          -
18918.07/955.18	c       955           4600        3478        20                -           0.0000          -
19018.64/960.23	c       960           1307          24        20                -           0.0000          -
19117.78/965.26	c       965           1311          28        20                -           0.0000          -
19216.92/970.29	c       970           1702         652        20                -           0.0000          -
19318.01/975.38	c       975           1324          41        20                -           0.0000          -
19418.98/980.43	c       980           3760        3707        20                -           0.0000          -
19518.04/985.47	c       985           3760        3707        20                -           0.0000          -
19619.10/990.53	c       991           3760        3707        20                -           0.0000          -
19718.19/995.58	c       996           5242        4100        20                -           0.0000          -
19819.37/1000.63	c      1001           3832        3779        20                -           0.0000          -
19918.06/1005.64	c      1006           3844        3791        20                -           0.0000          -
20017.23/1010.66	c      1011           5410        4268        20                -           0.0000          -
20118.35/1015.78	c      1016           5410        4268        20                -           0.0000          -
20219.45/1020.83	c      1021           5410        4268        20                -           0.0000          -
20318.63/1025.87	c      1026           5410        4268        20                -           0.0000          -
20419.33/1030.92	c      1031           5410        4268        20                -           0.0000          -
20518.22/1035.97	c      1036           1943         885        20                -           0.0000          -
20617.12/1041.02	c      1041           4048        3995        20                -           0.0000          -
20718.90/1046.07	c      1046           4048        3995        20                -           0.0000          -
20818.28/1051.09	c      1051           1998         940        20                -           0.0000          -
20919.27/1056.17	c      1056           4154        4101        20                -           0.0000          -
21019.59/1061.22	c      1061           4154        4101        20                -           0.0000          -
21118.59/1066.27	c      1066           2047         702        20                -           0.0000          -
21219.54/1071.32	c      1071           2082        1024        20                -           0.0000          -
21318.49/1076.34	c      1076           2316         812        20                -           0.0000          -
21419.55/1081.42	c      1081           4301        4248        20                -           0.0000          -
21518.59/1086.47	c      1086           4301        4248        20                -           0.0000          -
21619.53/1091.52	c      1092           4301        4248        20                -           0.0000          -
21718.31/1096.54	c      1097           2185        1125        20                -           0.0000          -
21819.52/1101.62	c      1102           2185        1125        20                -           0.0000          -
21918.65/1106.67	c      1107           2185        1125        20                -           0.0000          -
22019.85/1111.72	c      1112           2185        1125        20                -           0.0000          -
22118.92/1116.77	c      1117           2185        1125        20                -           0.0000          -
22218.09/1121.78	c      1122           2185        1125        20                -           0.0000          -
22317.10/1126.80	c      1127           2185        1125        20                -           0.0000          -
22418.18/1131.81	c      1132           2185        1125        20                -           0.0000          -
22517.21/1136.87	c      1137           2185        1125        20                -           0.0000          -
22618.34/1141.90	c      1142           2185        1125        20                -           0.0000          -
22717.38/1146.96	c      1147           2185        1125        20                -           0.0000          -
22819.01/1152.05	c      1152           2185        1125        20                -           0.0000          -
22918.08/1157.12	c      1157           2185        1125        20                -           0.0000          -
23020.48/1162.22	c      1162           2185        1125        20                -           0.0000          -
23119.55/1167.27	c      1167           2185        1125        20                -           0.0000          -
23220.69/1172.32	c      1172           2185        1125        20                -           0.0000          -
23319.75/1177.37	c      1177           2185        1125        20                -           0.0000          -
23420.76/1182.42	c      1182           2185        1125        20                -           0.0000          -
23519.83/1187.45	c      1187           2185        1125        20                -           0.0000          -
23619.07/1192.50	c      1192           2185        1125        20                -           0.0000          -
23720.06/1197.55	c      1198           2185        1125        20                -           0.0000          -
23821.16/1202.62	c      1203           2185        1125        20                -           0.0000          -
23920.26/1207.67	c      1208           2185        1125        20                -           0.0000          -
24018.89/1212.68	c      1213           2185        1125        20                -           0.0000          -
24119.76/1217.77	c      1218           2185        1125        20                -           0.0000          -
24220.69/1222.82	c      1223           2185        1125        20                -           0.0000          -
24319.65/1227.87	c      1228           2185        1125        20                -           0.0000          -
24420.54/1232.92	c      1233           2185        1125        20                -           0.0000          -
24519.62/1237.97	c      1238           2185        1125        20                -           0.0000          -
24618.57/1243.02	c      1243           2185        1125        20                -           0.0000          -
24719.96/1248.07	c      1248           2185        1125        20                -           0.0000          -
24819.18/1253.13	c      1253           2185        1125        20                -           0.0000          -
24920.25/1258.17	c      1258           2185        1125        20                -           0.0000          -
25020.67/1263.22	c      1263           2185        1125        20                -           0.0000          -
25119.81/1268.27	c      1268           2185        1125        20                -           0.0000          -
25220.99/1273.32	c      1273           2185        1125        20                -           0.0000          -
25319.85/1278.37	c      1278           2185        1125        20                -           0.0000          -
25420.66/1283.42	c      1283           2185        1125        20                -           0.0000          -
25519.68/1288.44	c      1288           2185        1125        20                -           0.0000          -
25620.67/1293.52	c      1294           2185        1125        20                -           0.0000          -
25719.82/1298.53	c      1299           4996        4939        20                -           0.0000          -
25818.97/1303.56	c      1304           2193        1133        20                -           0.0000          -
25918.03/1308.58	c      1309           5071        5014        20                -           0.0000          -
26021.06/1313.72	c      1314           8820        7608        20                -           0.0000          -
26120.05/1318.77	c      1319           8820        7608        20                -           0.0000          -
26221.05/1323.82	c      1324           8820        7608        20                -           0.0000          -
26320.17/1328.87	c      1329           8820        7608        20                -           0.0000          -
26421.34/1333.92	c      1334           8820        7608        20                -           0.0000          -
26520.31/1338.93	c      1339           8820        7608        20                -           0.0000          -
26619.46/1343.98	c      1344           8820        7608        20                -           0.0000          -
26721.16/1349.06	c      1349           8820        7608        20                -           0.0000          -
26820.40/1354.10	c      1354           8820        7608        20                -           0.0000          -
26921.38/1359.17	c      1359           8820        7608        20                -           0.0000          -
27021.95/1364.20	c      1364           2397        1335        20                -           0.0000          -
27121.09/1369.27	c      1369           2413        1351        20                -           0.0000          -
27222.16/1374.32	c      1374          51227        1285        20                -           0.0000          -
27321.13/1379.37	c      1379          51575        1297        20                -           0.0000          -
27422.28/1384.42	c      1384           9076        7862        20                -           0.0000          -
27521.38/1389.47	c      1389           9076        7862        20                -           0.0000          -
27622.47/1394.52	c      1395           9120        7906        20                -           0.0000          -
27721.53/1399.54	c      1400           9120        7906        20                -           0.0000          -
27822.72/1404.62	c      1405           9120        7906        20                -           0.0000          -
27921.91/1409.67	c      1410           9120        7906        20                -           0.0000          -
28022.96/1414.72	c      1415           5670        5609        20                -           0.0000          -
28122.02/1419.77	c      1420           5670        5609        20                -           0.0000          -
28222.87/1424.82	c      1425           5670        5609        20                -           0.0000          -
28321.97/1429.87	c      1430           9376        8156        20                -           0.0000          -
28423.13/1434.92	c      1435           9376        8156        20                -           0.0000          -
28522.28/1439.97	c      1440           5683        5622        20                -           0.0000          -
28621.48/1445.02	c      1445           2760        1696        20                -           0.0000          -
28723.04/1450.07	c      1450           2760        1696        20                -           0.0000          -
28822.31/1455.12	c      1455           9465        8243        20                -           0.0000          -
28923.40/1460.16	c      1460           5729        5668        20                -           0.0000          -
29023.67/1465.22	c      1465           2806        1742        20                -           0.0000          -
29122.72/1470.23	c      1470           5844        5783        20                -           0.0000          -
29221.63/1475.24	c      1475           2849        1783        20                -           0.0000          -
29322.71/1480.30	c      1480           2873        1807        20                -           0.0000          -
29421.83/1485.37	c      1485           2873        1807        20                -           0.0000          -
29522.78/1490.47	c      1490           6074        6011        20                -           0.0000          -
29621.77/1495.50	c      1496           9980        8745        20                -           0.0000          -
29722.61/1500.57	c      1501           9980        8745        20                -           0.0000          -
29823.57/1505.62	c      1506           6140        6077        20                -           0.0000          -
29922.68/1510.65	c      1511           6140        6077        20                -           0.0000          -
30023.20/1515.72	c      1516          37167        2200        20                -           0.0000          -
30119.82/1520.77	c      1521           6259        6196        20                -           0.0000          -
30220.92/1525.82	c      1526          37932        2224        20                -           0.0000          -
30319.97/1530.87	c      1531           3087        2021        20                -           0.0000          -
30420.76/1535.92	c      1536           3114        2046        20                -           0.0000          -
30519.79/1540.97	c      1541           6521        6458        20                -           0.0000          -
30618.89/1546.02	c      1546          63934        1351        20                -           0.0000          -
30720.65/1551.07	c      1551           6662        6599        20                -           0.0000          -
30819.74/1556.12	c      1556           6662        6599        20                -           0.0000          -
30920.62/1561.17	c      1561          11016        9763        20                -           0.0000          -
31021.03/1566.22	c      1566           3322        2254        20                -           0.0000          -
31120.24/1571.27	c      1571           3327        2259        20                -           0.0000          -
31221.37/1576.30	c      1576          11262       10003        20                -           0.0000          -
31320.59/1581.37	c      1581          11262       10003        20                -           0.0000          -
31421.67/1586.42	c      1586          66508        1343        20                -           0.0000          -
31520.67/1591.47	c      1591           3427        2359        20                -           0.0000          -
31621.84/1596.52	c      1597           3429        2361        20                -           0.0000          -
31721.03/1601.57	c      1602          11465       10198        20                -           0.0000          -
31821.98/1606.62	c      1607          11465       10198        20                -           0.0000          -
31921.17/1611.67	c      1612           7148        7069        20                -           0.0000          -
32020.33/1616.69	c      1617           3509        2441        20                -           0.0000          -
32121.51/1621.77	c      1622          45345        2554        20                -           0.0000          -
32222.66/1626.82	c      1627           7277        7196        20                -           0.0000          -
32321.82/1631.84	c      1632           7277        7196        20                -           0.0000          -
32422.96/1636.92	c      1637           3647        2579        20                -           0.0000          -
32522.17/1641.97	c      1642           7318        7235        20                -           0.0000          -
32621.33/1646.99	c      1647           7318        7235        20                -           0.0000          -
32720.51/1652.03	c      1652          70403        1344        20                -           0.0000          -
32822.30/1657.07	c      1657           7390        7307        20                -           0.0000          -
32921.40/1662.11	c      1662           7390        7307        20                -           0.0000          -
33023.83/1667.22	c      1667           7390        7307        20                -           0.0000          -
33122.95/1672.27	c      1672           7390        7307        20                -           0.0000          -
33224.03/1677.32	c      1677           3780        2712        20                -           0.0000          -
33323.16/1682.37	c      1682           3829        2761        20                -           0.0000          -
33424.18/1687.42	c      1687          71985        1325        20                -           0.0000          -
33523.35/1692.47	c      1692           7544        7457        20                -           0.0000          -
33621.99/1697.48	c      1697           3872        2804        20                -           0.0000          -
33723.11/1702.57	c      1703          12923       11606        20                -           0.0000          -
33824.21/1707.63	c      1708          12923       11606        20                -           0.0000          -
33923.41/1712.67	c      1713           7691        7600        20                -           0.0000          -
34024.59/1717.72	c      1718           7691        7600        20                -           0.0000          -
34123.70/1722.76	c      1723           7691        7600        20                -           0.0000          -
34224.86/1727.80	c      1728           7691        7600        20                -           0.0000          -
34324.07/1732.87	c      1733           7691        7600        20                -           0.0000          -
34425.16/1737.90	c      1738          13147       11826        20                -           0.0000          -
34524.32/1742.97	c      1743           3996        2928        20                -           0.0000          -
34623.41/1748.02	c      1748          13228       11903        20                -           0.0000          -
34725.17/1753.07	c      1753           4007        2939        20                -           0.0000          -
34824.12/1758.12	c      1758          13274       11949        20                -           0.0000          -
34925.60/1763.17	c      1763           8060        7963        20                -           0.0000          -
35025.79/1768.21	c      1768           8126        8029        20                -           0.0000          -
35125.01/1773.23	c      1773           8126        8029        20                -           0.0000          -
35226.00/1778.32	c      1778           4121        3053        20                -           0.0000          -
35325.05/1783.33	c      1783           4125        3057        20                -           0.0000          -
35423.96/1788.34	c      1788           4134        3066        20                -           0.0000          -
35524.87/1793.47	c      1793           4139        3071        20                -           0.0000          -
35626.05/1798.52	c      1799           8417        8318        20                -           0.0000          -
35725.11/1803.57	c      1804           8417        8318        20                -           0.0000          -
35826.12/1808.62	c      1809           8417        8318        20                -           0.0000          -
35925.32/1813.67	c      1814           8417        8318        20                -           0.0000          -
36026.48/1818.73	c      1819           4235        3167        20                -           0.0000          -
36125.67/1823.73	c      1824          81938        1361        20                -           0.0000          -
36224.82/1828.78	c      1829           4280        3212        20                -           0.0000          -
36325.85/1833.87	c      1834          82427        1391        20                -           0.0000          -
36427.00/1838.90	c      1839           4308        3240        20                -           0.0000          -
36526.23/1843.97	c      1844           4308        3240        20                -           0.0000          -
36625.44/1849.02	c      1849           4311        3243        20                -           0.0000          -
36727.10/1854.07	c      1854          14756       13204        20                -           0.0000          -
36826.31/1859.12	c      1859           8877        8770        20                -           0.0000          -
36927.42/1864.17	c      1864           8877        8770        20                -           0.0000          -
37027.65/1869.22	c      1869           4343        3275        20                -           0.0000          -
37126.83/1874.25	c      1874          15338       13253        20                -           0.0000          -
37227.60/1879.32	c      1879           4370        3302        20                -           0.0000          -
37326.85/1884.37	c      1884           9164        9055        20                -           0.0000          -
37427.95/1889.42	c      1889           9192        9083        20                -           0.0000          -
37527.14/1894.47	c      1894           9192        9083        20                -           0.0000          -
37628.12/1899.52	c      1900           9192        9083        20                -           0.0000          -
37727.06/1904.57	c      1905           4442        3372        20                -           0.0000          -
37828.27/1909.62	c      1910           9299        9190        20                -           0.0000          -
37927.44/1914.67	c      1915          88049        1400        20                -           0.0000          -
38028.46/1919.72	c      1920           4496        3426        20                -           0.0000          -
38127.67/1924.77	c      1925           9538        9429        20                -           0.0000          -
38228.80/1929.81	c      1930           4500        3430        20                -           0.0000          -
38327.76/1934.87	c      1935          18304       13269        20                -           0.0000          -
38428.65/1939.92	c      1940           9752        9641        20                -           0.0000          -
38527.63/1944.97	c      1945          18617       13255        20                -           0.0000          -
38626.81/1950.02	c      1950           9878        9765        20                -           0.0000          -
38728.37/1955.07	c      1955           9878        9765        20                -           0.0000          -
38827.64/1960.12	c      1960           9878        9765        20                -           0.0000          -
38928.67/1965.17	c      1965           4637        3567        20                -           0.0000          -
39029.06/1970.22	c      1970          10007        9894        20                -           0.0000          -
39127.97/1975.23	c      1975           4695        3623        20                -           0.0000          -
39229.06/1980.31	c      1980           4712        3640        20                -           0.0000          -
39328.03/1985.37	c      1985           4723        3651        20                -           0.0000          -
39429.20/1990.42	c      1990           4744        3672        20                -           0.0000          -
39528.26/1995.45	c      1995           4764        3692        20                -           0.0000          -
39627.40/2000.45	c      2000          74714        3174        20                -           0.0000          -
39726.41/2005.47	c      2005          20765       13279        20                -           0.0000          -
39827.55/2010.55	c      2011           4793        3721        20                -           0.0000          -
39928.67/2015.67	c      2016          10643       10522        20                -           0.0000          -
40029.86/2020.72	c      2021          10643       10522        20                -           0.0000          -
40129.03/2025.77	c      2026          10643       10522        20                -           0.0000          -
40230.17/2030.81	c      2031          10643       10522        20                -           0.0000          -
40329.31/2035.87	c      2036          10643       10522        20                -           0.0000          -
40430.48/2040.92	c      2041          10643       10522        20                -           0.0000          -
40529.68/2045.97	c      2046          10643       10522        20                -           0.0000          -
40628.83/2051.02	c      2051          10643       10522        20                -           0.0000          -
40727.49/2056.03	c      2056          10643       10522        20                -           0.0000          -
40829.17/2061.12	c      2061          10643       10522        20                -           0.0000          -
40930.39/2066.16	c      2066          10643       10522        20                -           0.0000          -
41029.23/2071.18	c      2071          10643       10522        20                -           0.0000          -
41129.92/2076.24	c      2076          10643       10522        20                -           0.0000          -
41231.02/2081.32	c      2081          10643       10522        20                -           0.0000          -
41330.22/2086.37	c      2086          10643       10522        20                -           0.0000          -
41431.30/2091.42	c      2091          82016        3292        20                -           0.0000          -
41530.19/2096.47	c      2096          10802       10681        20                -           0.0000          -
41631.37/2101.52	c      2102           5050        3976        20                -           0.0000          -
41730.54/2106.57	c      2107          11031       10908        20                -           0.0000          -
41829.72/2111.58	c      2112           5094        4020        20                -           0.0000          -
41930.73/2116.65	c      2117           5099        4025        20                -           0.0000          -
42031.84/2121.72	c      2122           5121        4047        20                -           0.0000          -
42130.96/2126.74	c      2127          11342       11215        20                -           0.0000          -
42232.09/2131.82	c      2132          26437       13272        20                -           0.0000          -
42331.20/2136.84	c      2137          26632       13275        20                -           0.0000          -
42432.32/2141.90	c      2142          11653       11524        20                -           0.0000          -
42531.36/2146.97	c      2147          27097       13282        20                -           0.0000          -
42630.21/2152.01	c      2152           5240        4164        20                -           0.0000          -
42731.97/2157.07	c      2157          11846       11715        20                -           0.0000          -
42830.84/2162.10	c      2162          11846       11715        20                -           0.0000          -
42929.94/2167.12	c      2167          27905       13268        20                -           0.0000          -
43032.35/2172.22	c      2172           5284        4208        20                -           0.0000          -
43131.45/2177.27	c      2177          11962       11829        20                -           0.0000          -
43232.36/2182.32	c      2182           5302        4226        20                -           0.0000          -
43331.40/2187.34	c      2187           5349        4273        20                -           0.0000          -
43432.42/2192.41	c      2192           5376        4300        20                -           0.0000          -
43531.37/2197.47	c      2197          90399        3445        20                -           0.0000          -
43632.41/2202.52	c      2203          90570        3456        20                -           0.0000          -
43731.28/2207.57	c      2208           5459        4381        20                -           0.0000          -
43832.27/2212.62	c      2213           5459        4381        20                -           0.0000          -
43931.26/2217.67	c      2218          12578       12441        20                -           0.0000          -
44032.10/2222.70	c      2223          12657       12520        20                -           0.0000          -
44131.14/2227.73	c      2228          12721       12582        20                -           0.0000          -
44230.16/2232.77	c      2233           5502        4424        20                -           0.0000          -
44330.95/2237.82	c      2238          93193        3512        20                -           0.0000          -
44432.16/2242.91	c      2243          12843       12704        20                -           0.0000          -
44531.26/2247.96	c      2248          12850       12711        20                -           0.0000          -
44630.26/2252.97	c      2253          12850       12711        20                -           0.0000          -
44731.84/2258.05	c      2258          12850       12711        20                -           0.0000          -
44831.01/2263.12	c      2263          12871       12732        20                -           0.0000          -
44932.06/2268.17	c      2268          12965       12822        20                -           0.0000          -
45031.26/2273.18	c      2273          12965       12822        20                -           0.0000          -
45131.71/2278.27	c      2278           5700        4620        20                -           0.0000          -
45232.89/2283.31	c      2283           5710        4630        20                -           0.0000          -
45332.08/2288.37	c      2288          13155       13012        20                -           0.0000          -
45433.17/2293.42	c      2293          13273       13126        20                -           0.0000          -
45532.16/2298.47	c      2298           5739        4659        20                -           0.0000          -
45633.35/2303.52	c      2304          13423       13274        20                -           0.0000          -
45732.49/2308.57	c      2309          13423       13274        20                -           0.0000          -
45833.72/2313.60	c      2314          33260       13260        20                -           0.0000          -
45932.92/2318.67	c      2319           5792        4712        20                -           0.0000          -
46034.11/2323.72	c      2324          13540       13387        20                -           0.0000          -
46133.32/2328.73	c      2329          13540       13387        20                -           0.0000          -
46232.50/2333.76	c      2334          13540       13387        20                -           0.0000          -
46333.70/2338.81	c      2339          13540       13387        20                -           0.0000          -
46434.85/2343.92	c      2344          13585       13432        20                -           0.0000          -
46533.92/2348.97	c      2349          13585       13432        20                -           0.0000          -
46633.09/2354.00	c      2354          13623       13470        20                -           0.0000          -
46734.68/2359.06	c      2359           5909        4829        20                -           0.0000          -
46833.92/2364.12	c      2364          13647       13494        20                -           0.0000          -
46935.08/2369.17	c      2369          13647       13494        20                -           0.0000          -
47034.35/2374.18	c      2374          13647       13494        20                -           0.0000          -
47134.83/2379.24	c      2379           6000        4920        20                -           0.0000          -
47234.06/2384.27	c      2384          36162       13283        20                -           0.0000          -
47335.26/2389.30	c      2389           6025        4945        20                -           0.0000          -
47436.47/2394.40	c      2394           6025        4945        20                -           0.0000          -
47535.66/2399.46	c      2399           6029        4949        20                -           0.0000          -
47636.87/2404.52	c      2405         127331        1332        20                -           0.0000          -
47736.12/2409.57	c      2410           6056        4976        20                -           0.0000          -
47837.17/2414.62	c      2415          14341       14184        20                -           0.0000          -
47936.14/2419.67	c      2420          38255       13288        20                -           0.0000          -
48035.36/2424.68	c      2425           6093        5013        20                -           0.0000          -
48136.52/2429.77	c      2430         108511        3884        20                -           0.0000          -
48237.56/2434.82	c      2435           6133        5053        20                -           0.0000          -
48336.69/2439.87	c      2440           6148        5068        20                -           0.0000          -
48437.89/2444.92	c      2445          14814       14655        20                -           0.0000          -
48536.99/2449.97	c      2450         131274        1317        20                -           0.0000          -
48636.05/2455.02	c      2455           6206        5126        20                -           0.0000          -
48737.69/2460.07	c      2460          15044       14883        20                -           0.0000          -
48836.65/2465.12	c      2465           6248        5168        20                -           0.0000          -
48938.04/2470.17	c      2470          15080       14919        20                -           0.0000          -
49038.28/2475.22	c      2475          15097       14934        20                -           0.0000          -
49137.31/2480.23	c      2480          15117       14954        20                -           0.0000          -
49236.36/2485.26	c      2485          15117       14954        20                -           0.0000          -
49337.48/2490.37	c      2490           6360        5276        20                -           0.0000          -
49438.54/2495.42	c      2495          15188       15025        20                -           0.0000          -
49537.52/2500.45	c      2500          15188       15025        20                -           0.0000          -
49638.52/2505.52	c      2506          15188       15025        20                -           0.0000          -
49737.27/2510.54	c      2511           6431        5347        20                -           0.0000          -
49836.29/2515.55	c      2516          15262       15097        20                -           0.0000          -
49937.24/2520.66	c      2521           6485        5401        20                -           0.0000          -
50038.37/2525.72	c      2526          15487       15322        20                -           0.0000          -
50137.41/2530.77	c      2531          15497       15332        20                -           0.0000          -
50238.38/2535.82	c      2536          15497       15332        20                -           0.0000          -
50337.57/2540.87	c      2541           6560        5476        20                -           0.0000          -
50438.55/2545.92	c      2546           6560        5476        20                -           0.0000          -
50537.59/2550.93	c      2551         140026        1351        20                -           0.0000          -
50636.70/2556.02	c      2556           6600        5516        20                -           0.0000          -
50738.48/2561.05	c      2561         118564        4162        20                -           0.0000          -
50837.55/2566.07	c      2566           6639        5555        20                -           0.0000          -
50938.66/2571.17	c      2571          15998       15833        20                -           0.0000          -
51039.12/2576.22	c      2576           6699        5615        20                -           0.0000          -
51138.31/2581.27	c      2581           6709        5625        20                -           0.0000          -
51237.41/2586.28	c      2586           6724        5640        20                -           0.0000          -
51338.59/2591.33	c      2591          16328       16163        20                -           0.0000          -
51437.62/2596.37	c      2596          16440       16275        20                -           0.0000          -
51538.72/2601.40	c      2601          16492       16327        20                -           0.0000          -
51637.88/2606.47	c      2606          47650       13286        20                -           0.0000          -
51738.95/2611.56	c      2612          47892       13284        20                -           0.0000          -
51839.74/2616.62	c      2617           6855        5771        20                -           0.0000          -
51938.68/2621.65	c      2622          16763       16594        20                -           0.0000          -
52037.74/2626.69	c      2627          16856       16687        20                -           0.0000          -
52138.81/2631.76	c      2632           6910        5826        20                -           0.0000          -
52239.84/2636.82	c      2637           6916        5832        20                -           0.0000          -
52338.92/2641.87	c      2642         124537        4346        20                -           0.0000          -
52440.18/2646.92	c      2647           6927        5843        20                -           0.0000          -
52539.20/2651.97	c      2652         125362        4346        20                -           0.0000          -
52638.32/2656.99	c      2657         125760        4344        20                -           0.0000          -
52740.18/2662.07	c      2662         126174        4323        20                -           0.0000          -
52839.34/2667.12	c      2667         126667        4339        20                -           0.0000          -
52940.44/2672.17	c      2672           7020        5936        20                -           0.0000          -
53040.94/2677.20	c      2677         150335        1313        20                -           0.0000          -
53140.19/2682.27	c      2682           7033        5949        20                -           0.0000          -
53241.32/2687.32	c      2687          52140       13285        20                -           0.0000          -
53340.40/2692.37	c      2692          52428       13287        20                -           0.0000          -
53441.49/2697.42	c      2697           7112        6028        20                -           0.0000          -
53540.70/2702.47	c      2702         152471        1337        20                -           0.0000          -
53641.87/2707.52	c      2708           7127        6043        20                -           0.0000          -
53740.99/2712.57	c      2713           7136        6052        20                -           0.0000          -
53840.17/2717.59	c      2718         153602        1351        20                -           0.0000          -
53941.38/2722.67	c      2723           7185        6101        20                -           0.0000          -
54042.59/2727.72	c      2728           7196        6112        20                -           0.0000          -
54141.74/2732.77	c      2733           7211        6127        20                -           0.0000          -
54242.93/2737.82	c      2738         132404        4383        20                -           0.0000          -
54342.15/2742.87	c      2743           7278        6194        20                -           0.0000          -
54441.17/2747.88	c      2748          28978       17283        20                -           0.0000          -
54542.29/2752.97	c      2753          56241       13283        20                -           0.0000          -
54641.45/2758.01	c      2758           7341        6257        20                -           0.0000          -
54743.22/2763.07	c      2763           7349        6265        20                -           0.0000          -
54842.33/2768.12	c      2768           7356        6272        20                -           0.0000          -
54943.18/2773.17	c      2773           7362        6278        20                -           0.0000          -
55043.63/2778.22	c      2778          57463       13283        20                -           0.0000          -
55142.49/2783.24	c      2783          33032       17275        20                -           0.0000          -
55241.51/2788.28	c      2788          57934       13284        20                -           0.0000          -
55342.56/2793.32	c      2793           7391        6307        20                -           0.0000          -
55441.46/2798.38	c      2798           7395        6311        20                -           0.0000          -
55542.62/2803.41	c      2803           7419        6335        20                -           0.0000          -
55643.72/2808.52	c      2809         160989        1506        20                -           0.0000          -
55742.91/2813.54	c      2814         138783        4512        20                -           0.0000          -
55843.98/2818.62	c      2819           7470        6386        20                -           0.0000          -
55943.20/2823.67	c      2824         139558        4553        20                -           0.0000          -
56044.37/2828.72	c      2829           7515        6431        20                -           0.0000          -
56143.55/2833.77	c      2834         162880        1617        20                -           0.0000          -
56244.61/2838.82	c      2839          60700       13303        20                -           0.0000          -
56343.76/2843.87	c      2844           7582        6498        20                -           0.0000          -
56442.95/2848.88	c      2849          61009       13299        20                -           0.0000          -
56543.97/2853.97	c      2854           7594        6510        20                -           0.0000          -
56643.15/2859.01	c      2859           7609        6525        20                -           0.0000          -
56744.89/2864.07	c      2864           7618        6534        20                -           0.0000          -
56843.98/2869.12	c      2869           7644        6560        20                -           0.0000          -
56945.21/2874.17	c      2874          43147       17251        20                -           0.0000          -
57045.77/2879.22	c      2879           7672        6588        20                -           0.0000          -
57144.79/2884.27	c      2884           7672        6588        20                -           0.0000          -
57245.95/2889.32	c      2889          44886       17241        20                -           0.0000          -
57345.14/2894.34	c      2894         167940        1670        20                -           0.0000          -
57446.18/2899.42	c      2899           7700        6616        20                -           0.0000          -
57545.37/2904.48	c      2904           7700        6616        20                -           0.0000          -
57646.45/2909.50	c      2910           7708        6624        20                -           0.0000          -
57745.63/2914.55	c      2915           7720        6636        20                -           0.0000          -
57844.74/2919.58	c      2920         147385        4735        20                -           0.0000          -
57945.82/2924.61	c      2925          48858       17223        20                -           0.0000          -
58045.01/2929.64	c      2930           7778        6694        20                -           0.0000          -
58146.17/2934.72	c      2935           7781        6697        20                -           0.0000          -
58247.35/2939.80	c      2940         171325        1724        20                -           0.0000          -
58346.55/2944.81	c      2945           7803        6719        20                -           0.0000          -
58447.72/2949.92	c      2950           7812        6728        20                -           0.0000          -
58546.87/2954.97	c      2955          52481       17246        20                -           0.0000          -
58645.89/2960.02	c      2960           7864        6778        20                -           0.0000          -
58747.58/2965.07	c      2965          53793       17234        20                -           0.0000          -
58846.75/2970.09	c      2970          68073       13287        20                -           0.0000          -
58947.80/2975.16	c      2975          68411       13292        20                -           0.0000          -
59048.15/2980.21	c      2980          68770       13299        20                -           0.0000          -
59147.33/2985.27	c      2985          68944       13295        20                -           0.0000          -
59248.49/2990.32	c      2990           7970        6883        20                -           0.0000          -
59347.66/2995.33	c      2995           7970        6883        20                -           0.0000          -
59448.82/3000.40	c      3000           7990        6903        20                -           0.0000          -
59547.97/3005.46	c      3005          57976       17350        20                -           0.0000          -
59649.15/3010.51	c      3011         176767        1771        20                -           0.0000          -
59748.18/3015.57	c      3016           8055        6968        20                -           0.0000          -
59849.10/3020.60	c      3021           8059        6972        20                -           0.0000          -
59948.22/3025.65	c      3026         177750        1790        20                -           0.0000          -
60049.29/3030.72	c      3031           8078        6991        20                -           0.0000          -
60148.33/3035.73	c      3036         178583        1765        20                -           0.0000          -
60249.47/3040.82	c      3041           8117        7030        20                -           0.0000          -
60348.64/3045.87	c      3046         178992        1784        20                -           0.0000          -
60449.78/3050.92	c      3051         158068        4870        20                -           0.0000          -
60548.84/3055.97	c      3056           8164        7077        20                -           0.0000          -
60647.99/3060.98	c      3061           8164        7077        20                -           0.0000          -
60747.17/3065.99	c      3066         180324        1784        20                -           0.0000          -
60848.99/3071.12	c      3071         180653        1798        20                -           0.0000          -
60949.98/3076.17	c      3076         180949        1793        20                -           0.0000          -
61050.52/3081.22	c      3081           8243        7156        20                -           0.0000          -
61149.70/3086.27	c      3086           8258        7169        20                -           0.0000          -
61250.89/3091.32	c      3091         181917        1795        20                -           0.0000          -
61350.05/3096.37	c      3096         182255        1820        20                -           0.0000          -
61451.24/3101.42	c      3101           8282        7193        20                -           0.0000          -
61550.42/3106.47	c      3106           8289        7198        20                -           0.0000          -
61651.54/3111.52	c      3112          75337       13287        20                -           0.0000          -
61750.70/3116.57	c      3117           8319        7228        20                -           0.0000          -
61849.97/3121.58	c      3122          75934       13299        20                -           0.0000          -
61951.04/3126.65	c      3127           8387        7296        20                -           0.0000          -
62050.23/3131.69	c      3132         164721        4955        20                -           0.0000          -
62151.25/3136.77	c      3137           8414        7323        20                -           0.0000          -
62252.36/3141.82	c      3142           8444        7353        20                -           0.0000          -
62351.30/3146.86	c      3147         186462        1865        20                -           0.0000          -
62450.47/3151.88	c      3152           8476        7385        20                -           0.0000          -
62551.57/3156.94	c      3157           8500        7409        20                -           0.0000          -
62650.68/3162.00	c      3162           8517        7426        20                -           0.0000          -
62752.38/3167.07	c      3167           8533        7442        20                -           0.0000          -
62851.25/3172.12	c      3172         188512        1878        20                -           0.0000          -
62952.59/3177.17	c      3177           8547        7456        20                -           0.0000          -
63053.06/3182.22	c      3182         189033        1884        20                -           0.0000          -
63152.26/3187.23	c      3187           8566        7475        20                -           0.0000          -
63251.44/3192.25	c      3192           8569        7478        20                -           0.0000          -
63350.56/3197.30	c      3197           8579        7488        20                -           0.0000          -
63451.78/3202.32	c      3202         190218        1872        20                -           0.0000          -
63550.84/3207.35	c      3207           8615        7524        20                -           0.0000          -
63653.89/3212.51	c      3213           8639        7548        20                -           0.0000          -
63753.08/3217.57	c      3218           8644        7553        20                -           0.0000          -
63854.03/3222.62	c      3223           8648        7557        20                -           0.0000          -
63953.04/3227.66	c      3228           8655        7564        20                -           0.0000          -
64054.25/3232.71	c      3233         191934        1866        20                -           0.0000          -
64153.36/3237.71	c      3238         173864        5003        20                -           0.0000          -
64252.60/3242.72	c      3243           8701        7610        20                -           0.0000          -
64353.78/3247.87	c      3248           8714        7623        20                -           0.0000          -
64454.78/3252.92	c      3253         175175        4980        20                -           0.0000          -
64553.68/3257.97	c      3258           8760        7669        20                -           0.0000          -
64652.79/3263.02	c      3263           8769        7678        20                -           0.0000          -
64754.67/3268.06	c      3268         176469        5037        20                -           0.0000          -
64853.86/3273.11	c      3273         176876        5034        20                -           0.0000          -
64954.88/3278.14	c      3278           8815        7722        20                -           0.0000          -
65055.20/3283.21	c      3283         196198        1855        20                -           0.0000          -
65154.29/3288.27	c      3288           8867        7774        20                -           0.0000          -
65255.32/3293.32	c      3293           8897        7804        20                -           0.0000          -
65354.40/3298.37	c      3298           8908        7815        20                -           0.0000          -
65455.49/3303.42	c      3303           8923        7830        20                -           0.0000          -
65554.56/3308.47	c      3308           8925        7832        20                -           0.0000          -
65655.80/3313.52	c      3314           8925        7832        20                -           0.0000          -
65754.12/3318.55	c      3319           8938        7845        20                -           0.0000          -
65853.19/3323.57	c      3324           8939        7846        20                -           0.0000          -
65954.05/3328.63	c      3329           8959        7866        20                -           0.0000          -
66054.99/3333.71	c      3334           8986        7893        20                -           0.0000          -
66153.65/3338.76	c      3339          93676       17500        20                -           0.0000          -
66254.53/3343.82	c      3344          87195       13288        20                -           0.0000          -
66353.58/3348.88	c      3349         202155        1850        20                -           0.0000          -
66454.50/3353.93	c      3354           9081        7988        20                -           0.0000          -
66553.61/3358.98	c      3359           9097        8004        20                -           0.0000          -
66652.77/3364.03	c      3364           9124        8031        20                -           0.0000          -
66754.40/3369.05	c      3369          95963       17496        20                -           0.0000          -
66853.57/3374.09	c      3374           9142        8049        20                -           0.0000          -
66954.57/3379.16	c      3379         185786        5106        20                -           0.0000          -
67055.05/3384.23	c      3384           9155        8062        20                -           0.0000          -
67154.20/3389.25	c      3389           9155        8062        20                -           0.0000          -
67253.34/3394.27	c      3394         205934        1857        20                -           0.0000          -
67352.51/3399.29	c      3399         206092        1849        20                -           0.0000          -
67453.67/3404.34	c      3404         206377        1850        20                -           0.0000          -
67554.67/3409.47	c      3409           9239        8146        20                -           0.0000          -
67655.73/3414.53	c      3415           9248        8155        20                -           0.0000          -
67754.83/3419.58	c      3420         101914       17497        20                -           0.0000          -
67855.92/3424.63	c      3425           9264        8171        20                -           0.0000          -
67955.07/3429.68	c      3430           9264        8171        20                -           0.0000          -
68056.17/3434.73	c      3435           9264        8171        20                -           0.0000          -
68155.33/3439.78	c      3440           9264        8171        20                -           0.0000          -
68256.38/3444.83	c      3445           9264        8171        20                -           0.0000          -
68355.53/3449.88	c      3450           9264        8171        20                -           0.0000          -
68456.70/3454.93	c      3455           9264        8171        20                -           0.0000          -
68555.88/3459.98	c      3460           9264        8171        20                -           0.0000          -
68655.04/3465.03	c      3465           9264        8171        20                -           0.0000          -
68756.83/3470.08	c      3470           9264        8171        20                -           0.0000          -
68855.96/3475.13	c      3475           9264        8171        20                -           0.0000          -
68957.10/3480.18	c      3480           9264        8171        20                -           0.0000          -
69057.64/3485.23	c      3485           9264        8171        20                -           0.0000          -
69156.88/3490.28	c      3490           9264        8171        20                -           0.0000          -
69257.98/3495.30	c      3495           9264        8171        20                -           0.0000          -
69357.07/3500.38	c      3500           9264        8171        20                -           0.0000          -
69458.29/3505.43	c      3505           9264        8171        20                -           0.0000          -
69557.52/3510.44	c      3510           9264        8171        20                -           0.0000          -
69656.59/3515.46	c      3515           9264        8171        20                -           0.0000          -
69757.72/3520.58	c      3521           9264        8171        20                -           0.0000          -
69858.91/3525.63	c      3526           9264        8171        20                -           0.0000          -
69958.16/3530.68	c      3531           9264        8171        20                -           0.0000          -
70059.38/3535.73	c      3536           9264        8171        20                -           0.0000          -
70158.62/3540.76	c      3541           9264        8171        20                -           0.0000          -
70259.78/3545.83	c      3546           9264        8171        20                -           0.0000          -
70359.02/3550.88	c      3551           9264        8171        20                -           0.0000          -
70460.23/3555.93	c      3556           9264        8171        20                -           0.0000          -
70559.37/3560.98	c      3561           9264        8171        20                -           0.0000          -
70658.59/3566.03	c      3566           9264        8171        20                -           0.0000          -
70760.50/3571.08	c      3571           9264        8171        20                -           0.0000          -
70859.71/3576.13	c      3576           9264        8171        20                -           0.0000          -
70960.97/3581.18	c      3581           9264        8171        20                -           0.0000          -
71061.49/3586.23	c      3586           9264        8171        20                -           0.0000          -
71160.73/3591.28	c      3591           9264        8171        20                -           0.0000          -
71261.95/3596.33	c      3596           9264        8171        20                -           0.0000          -
71361.21/3601.38	c      3601           9264        8171        20                -           0.0000          -
71462.36/3606.43	c      3606           9264        8171        20                -           0.0000          -
71561.45/3611.48	c      3611           9264        8171        20                -           0.0000          -
71662.44/3616.53	c      3617           9264        8171        20                -           0.0000          -
71761.50/3621.55	c      3622           9264        8171        20                -           0.0000          -
71862.72/3626.63	c      3627           9264        8171        20                -           0.0000          -
71961.95/3631.68	c      3632           9264        8171        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 (187827 MiB free)
  memory of node 1: 193531 MiB (188182 MiB free)
  memory of node 2: 193531 MiB (190252 MiB free)
  memory of node 3: 193493 MiB (170973 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-4465871-1722583786/watcher-4465871-1722583786 -o /tmp/evaluation-result-4465871-1722583786/solver-4465871-1722583786 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152141 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465871-1722583786.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100101 s]*
/proc/loadavg: 61.09 61.13 54.95 62/984 156803
/proc/meminfo: memFree=754897288/790760800 swapFree=131071996/131071996
[pid=156802] ppid=156799 vsize=57100 memory=46368 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/stat : 156802 (fscip) R 156799 156802 152131 0 -1 4194304 10490 0 0 0 10 1 0 0 20 0 1 0 24958004 58470400 11592 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
/proc/156802/statm: 14275 11592 2726 3035 0 10671 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57100 KiB
Current children cumulated memory: 46368 KiB

[startup+0.219704 s]*
/proc/loadavg: 61.09 61.13 54.95 63/984 156803
/proc/meminfo: memFree=754889740/790760800 swapFree=131071996/131071996
[pid=156802] ppid=156799 vsize=1553792 memory=69924 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/stat : 156802 (fscip) R 156799 156802 152131 0 -1 4194304 15140 0 0 0 21 2 0 0 20 0 21 0 24958004 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
/proc/156802/statm: 388448 17481 2774 3035 0 57804 0
[pid=156802/tid=156804] ppid=156799 vsize=1553792 memory=8318255677412212789 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156804/stat : 156804 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156805] ppid=156799 vsize=1553792 memory=237112656212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156805/stat : 156805 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156806] ppid=156799 vsize=1553792 memory=59610673479151 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156806/stat : 156806 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156807] ppid=156799 vsize=1553792 memory=57420256935643 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156807/stat : 156807 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156808] ppid=156799 vsize=1553792 memory=52987884240835 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156808/stat : 156808 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156809] ppid=156799 vsize=1553792 memory=61818370608595 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156809/stat : 156809 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156810] ppid=156799 vsize=1553792 memory=13564890522630604 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156810/stat : 156810 (fscip) S 156799 156802 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156811] ppid=156799 vsize=1553792 memory=13563786850307096 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156811/stat : 156811 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156812] ppid=156799 vsize=1553792 memory=3906651890477561012 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156812/stat : 156812 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156813] ppid=156799 vsize=1553792 memory=3760842367868228464 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156813/stat : 156813 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156814] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156814/stat : 156814 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156815] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156815/stat : 156815 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156816] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156816/stat : 156816 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156817] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156817/stat : 156817 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156818] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156818/stat : 156818 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156819] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156819/stat : 156819 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156820] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156820/stat : 156820 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156821] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156821/stat : 156821 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156822] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156822/stat : 156822 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156823] ppid=156799 vsize=1553792 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156823/stat : 156823 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1591083008 17481 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1553792 KiB
Current children cumulated memory: 69924 KiB

[startup+0.321308 s]*
/proc/loadavg: 61.09 61.13 54.95 63/1004 156823
/proc/meminfo: memFree=754807868/790760800 swapFree=131071996/131071996
[pid=156802] ppid=156799 vsize=1546380 memory=147692 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/stat : 156802 (fscip) S 156799 156802 152131 0 -1 1077936128 36712 0 0 0 28 5 0 0 20 0 21 0 24958004 1583493120 36923 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
/proc/156802/statm: 386595 36923 2774 3035 0 77764 0
[pid=156802/tid=156804] ppid=156799 vsize=1546380 memory=-6080816524592069475 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156804/stat : 156804 (fscip) S 156799 156802 152131 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156805] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156805/stat : 156805 (fscip) R 156799 156802 152131 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156806] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156806/stat : 156806 (fscip) S 156799 156802 152131 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156807] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156807/stat : 156807 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156808] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156808/stat : 156808 (fscip) S 156799 156802 152131 0 -1 1077936192 2681 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156809] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156809/stat : 156809 (fscip) S 156799 156802 152131 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156810] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156810/stat : 156810 (fscip) S 156799 156802 152131 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156811] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156811/stat : 156811 (fscip) S 156799 156802 152131 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156812] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156812/stat : 156812 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156813] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156813/stat : 156813 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156814] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156814/stat : 156814 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156815] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156815/stat : 156815 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156816] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156816/stat : 156816 (fscip) S 156799 156802 152131 0 -1 1077936192 2683 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156817] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156817/stat : 156817 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156818] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156818/stat : 156818 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156819] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156819/stat : 156819 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156820] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156820/stat : 156820 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156821] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156821/stat : 156821 (fscip) S 156799 156802 152131 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156822] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156822/stat : 156822 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156823] ppid=156799 vsize=1546380 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156823/stat : 156823 (fscip) S 156799 156802 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24958026 1583493120 36989 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1546380 KiB
Current children cumulated memory: 147692 KiB

[startup+0.70168 s]
/proc/loadavg: 61.09 61.13 54.95 73/1024 156843
/proc/meminfo: memFree=754449636/790760800 swapFree=131071996/131071996
[pid=156802] ppid=156799 vsize=1710300 memory=762432 CPUtime=4.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/stat : 156802 (fscip) S 156799 156802 152131 0 -1 1077936128 190107 0 0 0 386 41 0 0 20 0 41 0 24958004 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 17 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
/proc/156802/statm: 427575 190608 2854 3035 0 279801 0
[pid=156802/tid=156804] ppid=156799 vsize=1710300 memory=4 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156804/stat : 156804 (fscip) R 156799 156802 152131 0 -1 4194368 9721 0 0 0 17 2 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156805] ppid=156799 vsize=1710300 memory=11572 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156805/stat : 156805 (fscip) R 156799 156802 152131 0 -1 4194368 8244 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156806] ppid=156799 vsize=1710300 memory=5556 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156806/stat : 156806 (fscip) R 156799 156802 152131 0 -1 4194368 8176 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156807] ppid=156799 vsize=1710300 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156807/stat : 156807 (fscip) R 156799 156802 152131 0 -1 4194368 10195 0 0 0 16 3 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156808] ppid=156799 vsize=1710300 memory=15780 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156808/stat : 156808 (fscip) R 156799 156802 152131 0 -1 4194368 8177 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156809] ppid=156799 vsize=1710300 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156809/stat : 156809 (fscip) R 156799 156802 152131 0 -1 4194368 8014 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156810] ppid=156799 vsize=1710300 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156810/stat : 156810 (fscip) R 156799 156802 152131 0 -1 4194368 9419 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156811] ppid=156799 vsize=1710300 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156811/stat : 156811 (fscip) R 156799 156802 152131 0 -1 4194368 8240 0 0 0 19 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156812] ppid=156799 vsize=1710300 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156812/stat : 156812 (fscip) R 156799 156802 152131 0 -1 4194368 8240 0 0 0 19 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156813] ppid=156799 vsize=1710300 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156813/stat : 156813 (fscip) R 156799 156802 152131 0 -1 4194368 11485 0 0 0 18 2 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156814] ppid=156799 vsize=1710300 memory=0 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156814/stat : 156814 (fscip) R 156799 156802 152131 0 -1 4194368 8176 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156815] ppid=156799 vsize=1710300 memory=16088 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156815/stat : 156815 (fscip) R 156799 156802 152131 0 -1 4194368 8176 0 0 0 18 2 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156816] ppid=156799 vsize=1710300 memory=0 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156816/stat : 156816 (fscip) R 156799 156802 152131 0 -1 4194368 8355 0 0 0 17 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156817] ppid=156799 vsize=1710300 memory=2212 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156817/stat : 156817 (fscip) R 156799 156802 152131 0 -1 4194368 8237 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156818] ppid=156799 vsize=1710300 memory=6096 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156818/stat : 156818 (fscip) R 156799 156802 152131 0 -1 4194368 8173 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156819] ppid=156799 vsize=1710300 memory=1968 CPUtime=0.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156819/stat : 156819 (fscip) R 156799 156802 152131 0 -1 4194368 10202 0 0 0 16 2 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156820] ppid=156799 vsize=1710300 memory=54204 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156820/stat : 156820 (fscip) R 156799 156802 152131 0 -1 4194368 8179 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156821] ppid=156799 vsize=1710300 memory=33196 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156821/stat : 156821 (fscip) R 156799 156802 152131 0 -1 4194368 8239 0 0 0 18 2 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156822] ppid=156799 vsize=1710300 memory=21532 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156822/stat : 156822 (fscip) R 156799 156802 152131 0 -1 4194368 8349 0 0 0 17 2 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156823] ppid=156799 vsize=1710300 memory=280580550346304 CPUtime=0.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156823/stat : 156823 (fscip) R 156799 156802 152131 0 -1 4194368 8989 0 0 0 18 1 0 0 20 0 41 0 24958026 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156824] ppid=156799 vsize=1710300 memory=-1598831813028945288 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156824/stat : 156824 (fscip) S 156799 156802 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24958052 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156825] ppid=156799 vsize=1710300 memory=4122823495831539371 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156825/stat : 156825 (fscip) S 156799 156802 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24958052 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156826] ppid=156799 vsize=1710300 memory=280580549972112 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156826/stat : 156826 (fscip) S 156799 156802 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24958053 1751347200 190608 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0

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

/proc/156802/task/156811/stat : 156811 (fscip) S 156799 156802 152131 0 -1 4195904 2121819 0 0 0 359507 566 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 140175761967168 14964469 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156812] ppid=156799 vsize=5457452 memory=14690781856356779 CPUtime=3597.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156812/stat : 156812 (fscip) D 156799 156802 152131 0 -1 1077937220 241357 0 0 0 356462 3264 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156813] ppid=156799 vsize=5457452 memory=5862913072047740753 CPUtime=3604.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156813/stat : 156813 (fscip) D 156799 156802 152131 0 -1 1077937220 754779 0 0 0 360388 92 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156814] ppid=156799 vsize=5457452 memory=64 CPUtime=3598.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156814/stat : 156814 (fscip) D 156799 156802 152131 0 -1 1077937220 1812880 0 0 0 359518 307 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156815] ppid=156799 vsize=5457452 memory=32195 CPUtime=3595.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156815/stat : 156815 (fscip) D 156799 156802 152131 0 -1 1077937220 336962 0 0 0 357009 2520 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156816] ppid=156799 vsize=5457452 memory=32534 CPUtime=3600.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156816/stat : 156816 (fscip) D 156799 156802 152131 0 -1 1077937220 1009749 0 0 0 359748 257 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156817] ppid=156799 vsize=5457452 memory=32864 CPUtime=3604.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156817/stat : 156817 (fscip) D 156799 156802 152131 0 -1 1077937220 1875974 0 0 0 360211 217 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156818] ppid=156799 vsize=5457452 memory=33195 CPUtime=3600.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156818/stat : 156818 (fscip) D 156799 156802 152131 0 -1 1077937220 306580 0 0 0 357250 2813 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156819] ppid=156799 vsize=5457452 memory=85743 CPUtime=3600.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156819/stat : 156819 (fscip) D 156799 156802 152131 0 -1 1077937220 1008659 0 0 0 359807 217 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156820] ppid=156799 vsize=5457452 memory=11660 CPUtime=3599.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156820/stat : 156820 (fscip) D 156799 156802 152131 0 -1 1077937220 1977362 0 0 0 359611 296 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156821] ppid=156799 vsize=5457452 memory=2716 CPUtime=3590.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156821/stat : 156821 (fscip) D 156799 156802 152131 0 -1 1077937220 253640 0 0 0 356395 2640 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156822] ppid=156799 vsize=5457452 memory=6704 CPUtime=3602.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156822/stat : 156822 (fscip) D 156799 156802 152131 0 -1 1077937220 1036417 0 0 0 360046 211 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156823] ppid=156799 vsize=5457452 memory=4285988 CPUtime=3600.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156823/stat : 156823 (fscip) D 156799 156802 152131 0 -1 1077937220 1758015 0 0 0 359782 274 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156824] ppid=156799 vsize=5457452 memory=2812 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156824/stat : 156824 (fscip) D 156799 156802 152131 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 24958052 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156825] ppid=156799 vsize=5457452 memory=6912 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156825/stat : 156825 (fscip) D 156799 156802 152131 0 -1 1077937220 110 0 0 0 3 0 0 0 20 0 41 0 24958052 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156826] ppid=156799 vsize=5457452 memory=3082552 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156826/stat : 156826 (fscip) D 156799 156802 152131 0 -1 1077937220 92 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156827] ppid=156799 vsize=5457452 memory=6720668752847322978 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156827/stat : 156827 (fscip) D 156799 156802 152131 0 -1 1077937220 71 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156828] ppid=156799 vsize=5457452 memory=6432431753834751290 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156828/stat : 156828 (fscip) D 156799 156802 152131 0 -1 1077937220 111 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156829] ppid=156799 vsize=5457452 memory=2180 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156829/stat : 156829 (fscip) D 156799 156802 152131 0 -1 1077937220 142 0 0 0 1 1 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156830] ppid=156799 vsize=5457452 memory=1744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156830/stat : 156830 (fscip) D 156799 156802 152131 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156831] ppid=156799 vsize=5457452 memory=9652 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156831/stat : 156831 (fscip) D 156799 156802 152131 0 -1 1077937220 142 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156832] ppid=156799 vsize=5457452 memory=28188 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156832/stat : 156832 (fscip) D 156799 156802 152131 0 -1 1077937220 125 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156833] ppid=156799 vsize=5457452 memory=33772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156833/stat : 156833 (fscip) D 156799 156802 152131 0 -1 1077937220 135 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156834] ppid=156799 vsize=5457452 memory=50608 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156834/stat : 156834 (fscip) D 156799 156802 152131 0 -1 1077937220 110 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156835] ppid=156799 vsize=5457452 memory=7964 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156835/stat : 156835 (fscip) D 156799 156802 152131 0 -1 1077937220 141 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156836] ppid=156799 vsize=5457452 memory=18736 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156836/stat : 156836 (fscip) D 156799 156802 152131 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156837] ppid=156799 vsize=5457452 memory=20204 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156837/stat : 156837 (fscip) D 156799 156802 152131 0 -1 1077937220 111 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156838] ppid=156799 vsize=5457452 memory=25988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156838/stat : 156838 (fscip) D 156799 156802 152131 0 -1 1077937220 136 0 0 0 2 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156839] ppid=156799 vsize=5457452 memory=2244 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156839/stat : 156839 (fscip) D 156799 156802 152131 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156840] ppid=156799 vsize=5457452 memory=31232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156840/stat : 156840 (fscip) D 156799 156802 152131 0 -1 1077937220 110 0 0 0 1 1 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156841] ppid=156799 vsize=5457452 memory=28656 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156841/stat : 156841 (fscip) D 156799 156802 152131 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156842] ppid=156799 vsize=5457452 memory=7492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156842/stat : 156842 (fscip) D 156799 156802 152131 0 -1 1077937220 140 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156843] ppid=156799 vsize=5457452 memory=26972 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156843/stat : 156843 (fscip) D 156799 156802 152131 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 5457452 KiB
Current children cumulated memory: 4289700 KiB

[startup+3636.6 s]
/proc/loadavg: 81.85 80.66 80.06 62/1029 159111
/proc/meminfo: memFree=766450852/790760800 swapFree=131071996/131071996
[pid=156802] ppid=156799 vsize=5457452 memory=4289700 CPUtime=72001 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/stat : 156802 (fscip) D 156799 156802 152131 0 -1 1077937156 21347899 0 0 0 7180361 19737 0 0 20 0 41 0 24958004 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
/proc/156802/statm: 1364363 1072425 3334 3035 0 1254732 0
[pid=156802/tid=156804] ppid=156799 vsize=5457452 memory=32864 CPUtime=3602.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156804/stat : 156804 (fscip) D 156799 156802 152131 0 -1 1077937220 844910 0 0 0 360118 101 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156805] ppid=156799 vsize=5457452 memory=6720669865327607651 CPUtime=3602.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156805/stat : 156805 (fscip) D 156799 156802 152131 0 -1 1077937220 1856367 0 0 0 359944 268 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156806] ppid=156799 vsize=5457452 memory=3664 CPUtime=3596.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156806/stat : 156806 (fscip) D 156799 156802 152131 0 -1 1077937220 397471 0 0 0 357330 2363 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156807] ppid=156799 vsize=5457452 memory=39996 CPUtime=3600.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156807/stat : 156807 (fscip) D 156799 156802 152131 0 -1 1077937220 768099 0 0 0 359917 95 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156808] ppid=156799 vsize=5457452 memory=8148 CPUtime=3603.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156808/stat : 156808 (fscip) D 156799 156802 152131 0 -1 1077937220 1833314 0 0 0 360132 210 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156809] ppid=156799 vsize=5457452 memory=-1891255765032775953 CPUtime=3596.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156809/stat : 156809 (fscip) D 156799 156802 152131 0 -1 1077937220 259827 0 0 0 356736 2865 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156810] ppid=156799 vsize=5457452 memory=-6935123813691779986 CPUtime=3603.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156810/stat : 156810 (fscip) D 156799 156802 152131 0 -1 1077937220 874988 0 0 0 360283 107 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156811] ppid=156799 vsize=5457452 memory=6720669865327607651 CPUtime=3600.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156811/stat : 156811 (fscip) S 156799 156802 152131 0 -1 4195904 2121819 0 0 0 359507 566 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 140175761967168 14964469 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 0
[pid=156802/tid=156812] ppid=156799 vsize=5457452 memory=6720669865327607651 CPUtime=3597.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156812/stat : 156812 (fscip) D 156799 156802 152131 0 -1 1077937220 241357 0 0 0 356462 3264 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156813] ppid=156799 vsize=5457452 memory=293486 CPUtime=3604.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156813/stat : 156813 (fscip) D 156799 156802 152131 0 -1 1077937220 754779 0 0 0 360388 92 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156814] ppid=156799 vsize=5457452 memory=446840 CPUtime=3598.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156814/stat : 156814 (fscip) D 156799 156802 152131 0 -1 1077937220 1812880 0 0 0 359518 307 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156815] ppid=156799 vsize=5457452 memory=2716 CPUtime=3595.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156815/stat : 156815 (fscip) D 156799 156802 152131 0 -1 1077937220 336962 0 0 0 357009 2520 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156816] ppid=156799 vsize=5457452 memory=4289408 CPUtime=3600.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156816/stat : 156816 (fscip) D 156799 156802 152131 0 -1 1077937220 1009749 0 0 0 359748 257 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156817] ppid=156799 vsize=5457452 memory=4289408 CPUtime=3604.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156817/stat : 156817 (fscip) D 156799 156802 152131 0 -1 1077937220 1875974 0 0 0 360211 217 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156818] ppid=156799 vsize=5457452 memory=2812 CPUtime=3600.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156818/stat : 156818 (fscip) D 156799 156802 152131 0 -1 1077937220 306580 0 0 0 357250 2813 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156819] ppid=156799 vsize=5457452 memory=6912 CPUtime=3600.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156819/stat : 156819 (fscip) D 156799 156802 152131 0 -1 1077937220 1008659 0 0 0 359807 217 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156820] ppid=156799 vsize=5457452 memory=3396372 CPUtime=3599.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156820/stat : 156820 (fscip) D 156799 156802 152131 0 -1 1077937220 1977362 0 0 0 359611 296 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156821] ppid=156799 vsize=5457452 memory=6720669865327607651 CPUtime=3590.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156821/stat : 156821 (fscip) D 156799 156802 152131 0 -1 1077937220 253640 0 0 0 356395 2640 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156822] ppid=156799 vsize=5457452 memory=2180 CPUtime=3602.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156822/stat : 156822 (fscip) D 156799 156802 152131 0 -1 1077937220 1036417 0 0 0 360046 211 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156823] ppid=156799 vsize=5457452 memory=1744 CPUtime=3600.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156823/stat : 156823 (fscip) D 156799 156802 152131 0 -1 1077937220 1758015 0 0 0 359782 274 0 0 20 0 41 0 24958026 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156824] ppid=156799 vsize=5457452 memory=9652 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156824/stat : 156824 (fscip) D 156799 156802 152131 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 24958052 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156825] ppid=156799 vsize=5457452 memory=28716 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156825/stat : 156825 (fscip) D 156799 156802 152131 0 -1 1077937220 110 0 0 0 3 0 0 0 20 0 41 0 24958052 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156826] ppid=156799 vsize=5457452 memory=8148 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156826/stat : 156826 (fscip) D 156799 156802 152131 0 -1 1077937220 92 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156827] ppid=156799 vsize=5457452 memory=3428 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156827/stat : 156827 (fscip) D 156799 156802 152131 0 -1 1077937220 71 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156828] ppid=156799 vsize=5457452 memory=2180 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156828/stat : 156828 (fscip) D 156799 156802 152131 0 -1 1077937220 111 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156829] ppid=156799 vsize=5457452 memory=1744 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156829/stat : 156829 (fscip) D 156799 156802 152131 0 -1 1077937220 142 0 0 0 1 1 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156830] ppid=156799 vsize=5457452 memory=9652 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156830/stat : 156830 (fscip) D 156799 156802 152131 0 -1 1077937220 145 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156831] ppid=156799 vsize=5457452 memory=20452 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156831/stat : 156831 (fscip) D 156799 156802 152131 0 -1 1077937220 142 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156832] ppid=156799 vsize=5457452 memory=6836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156832/stat : 156832 (fscip) D 156799 156802 152131 0 -1 1077937220 125 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156833] ppid=156799 vsize=5457452 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156833/stat : 156833 (fscip) D 156799 156802 152131 0 -1 1077937220 135 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156834] ppid=156799 vsize=5457452 memory=28188 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156834/stat : 156834 (fscip) D 156799 156802 152131 0 -1 1077937220 110 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156835] ppid=156799 vsize=5457452 memory=33772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156835/stat : 156835 (fscip) D 156799 156802 152131 0 -1 1077937220 141 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156836] ppid=156799 vsize=5457452 memory=50084 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156836/stat : 156836 (fscip) D 156799 156802 152131 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156837] ppid=156799 vsize=5457452 memory=7964 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156837/stat : 156837 (fscip) D 156799 156802 152131 0 -1 1077937220 111 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156838] ppid=156799 vsize=5457452 memory=6720669865327607651 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156838/stat : 156838 (fscip) D 156799 156802 152131 0 -1 1077937220 136 0 0 0 2 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156839] ppid=156799 vsize=5457452 memory=4286144 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156839/stat : 156839 (fscip) D 156799 156802 152131 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156840] ppid=156799 vsize=5457452 memory=4286316 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156840/stat : 156840 (fscip) D 156799 156802 152131 0 -1 1077937220 110 0 0 0 1 1 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156841] ppid=156799 vsize=5457452 memory=5556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156841/stat : 156841 (fscip) D 156799 156802 152131 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156842] ppid=156799 vsize=5457452 memory=7100804672306304080 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156842/stat : 156842 (fscip) D 156799 156802 152131 0 -1 1077937220 140 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
[pid=156802/tid=156843] ppid=156799 vsize=5457452 memory=280580551683520 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/156802/task/156843/stat : 156843 (fscip) D 156799 156802 152131 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 24958053 5588430848 1072425 809668444160 4194304 16623229 140723532839280 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38522880 140723532841993 140723532842111 140723532842111 140723532849136 24
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 5457452 KiB
Current children cumulated memory: 4289700 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3636.73
CPU time (s): 72001.1
CPU user time (s): 71803.6
CPU system time (s): 197.506
CPU usage (%): 1979.83
Max. virtual memory (cumulated for all children) (KiB): 5457452
Max. memory (cumulated for all children) (KiB): 4307664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71803.6
system time used= 197.506
maximum resident set size= 4308252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21347899
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= 241359
involuntary context switches= 411332


# summary of solver processes directly reported to runsolver:
#   pid: 156802
#   total CPU time (s): 72001.1
#   total CPU user time (s): 71803.6
#   total CPU system time (s): 197.506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.5806 second user time and 82.5003 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 09:29:46
IDJOB=4465871
IDBENCH=162225
IDSOLVER=3094
FILE ID=nodeD104/4465871-1722583786
RUNJOBID= nodeD104-1722578068-152141
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 3a6a9e178c68ea233cbdb43dd005ad2a
RANDOM SEED=1721655743

nodeD104.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		: 2269.318
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		: 2886.217
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	: 5006.76
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		: 2848.503
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	: 5013.48
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		: 3087.129
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	: 5010.76
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		: 3331.457
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		: 2880.668
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	: 5006.76
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		: 3111.544
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	: 5013.48
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		: 3085.946
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	: 5010.76
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		: 2457.380
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		: 2886.172
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	: 5006.76
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		: 3118.996
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	: 5013.48
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		: 3090.629
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	: 5010.76
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.166
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		: 2886.166
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	: 5006.76
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		: 3119.013
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	: 5013.48
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		: 3081.870
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	: 5010.76
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		: 3602.996
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		: 2883.896
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	: 5006.76
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		: 3119.026
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	: 5013.48
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		: 3090.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	: 5010.76
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		: 3515.608
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		: 2886.149
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	: 5006.76
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		: 3119.034
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	: 5013.48
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		: 3072.491
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	: 5010.76
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		: 3316.681
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		: 2886.138
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	: 5006.76
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		: 3119.047
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	: 5013.48
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		: 3090.604
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	: 5010.76
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		: 3289.098
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		: 2886.130
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	: 5006.76
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		: 3115.615
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	: 5013.48
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		: 3088.872
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	: 5010.76
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		: 3130.049
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		: 2885.550
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	: 5006.76
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		: 3119.066
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	: 5013.48
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		: 3066.063
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	: 5010.76
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		: 3339.564
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		: 2886.118
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	: 5006.76
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		: 3119.077
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	: 5013.48
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		: 3077.823
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	: 5010.76
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		: 2628.000
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		: 2882.897
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	: 5006.76
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		: 3110.791
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	: 5013.48
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		: 3090.583
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	: 5010.76
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		: 2084.295
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		: 2884.914
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	: 5006.76
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		: 3119.120
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	: 5013.48
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		: 3090.571
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	: 5010.76
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		: 1881.930
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		: 2886.071
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	: 5006.76
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		: 3112.764
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	: 5013.48
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		: 3090.564
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	: 5010.76
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		: 1753.399
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		: 2886.072
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	: 5006.76
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		: 3119.143
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
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		: 3081.801
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	: 5010.76
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		: 1342.505
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		: 2883.105
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	: 5006.76
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		: 3119.149
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	: 5013.48
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		: 3088.792
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	: 5010.76
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		: 1988.911
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		: 2886.052
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	: 5006.76
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		: 3119.167
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	: 5013.48
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		: 3076.498
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	: 5010.76
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		: 3002.046
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		: 2886.038
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	: 5006.76
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		: 3119.180
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	: 5013.48
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		: 3090.539
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	: 5010.76
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		: 1987.013
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		: 2886.035
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	: 5006.76
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		: 2912.941
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	: 5013.48
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		: 3090.536
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	: 5010.76
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		: 2425.042
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		: 2886.020
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	: 5006.76
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		: 2886.633
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	: 5013.48
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		: 3090.528
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	: 5010.76
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		: 2606.033
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		: 2881.931
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	: 5006.76
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		: 3119.226
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	: 5013.48
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		: 3082.006
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        754931604 kB
MemAvailable:   756761324 kB
Buffers:          359856 kB
Cached:          4785196 kB
SwapCached:            0 kB
Active:           534984 kB
Inactive:       32647556 kB
Active(anon):       2212 kB
Inactive(anon): 28057828 kB
Active(file):     532772 kB
Inactive(file):  4589728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28748 kB
Writeback:             0 kB
AnonPages:      28037460 kB
Mapped:           129728 kB
Shmem:             22536 kB
KReclaimable:     253868 kB
Slab:             617996 kB
SReclaimable:     253868 kB
SUnreclaim:       364128 kB
KernelStack:       16864 kB
PageTables:        83556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4135108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           292224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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:      651264 kB
DirectMap2M:    58566656 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-08-02 10:30:23