Trace number 4465548

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.5 3642.92

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUM4e71f8d633240b9029e11e93d5a0a0b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9097
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.23/0.25	c Default LC presolving (default).
0.23/0.25	c ** Before presolving: virtualMemUsedAtLc = 233070202, getVmSize() = 170569728, SCIPgetMemUsed() = 106504485, SCIPgetMemTotal() = 142605357, SCIPgetMemExternEstim() = 90464845
0.23/0.25	c ** set memory limit for presolving in LC to 8.79536e+12 for SCIP **
2.00/2.04	c ** Estimated virtualMemUsedAtSolver = 386044281, getVmSize() = 534900736, SCIPgetMemUsed() = 267415153, SCIPgetMemTotal() = 488601577, SCIPgetMemExternEstim() = 90464845
2.00/2.04	c ** set memory limit for solvers to 4.1874e+11 for each SCIP **
2.00/2.04	c Original Problem   :
2.00/2.04	c   Problem name     : instance-4465548-1722454522
2.00/2.04	c   Variables        : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
2.00/2.04	c   Constraints      : 86040
2.00/2.04	c   Objective sense  : minimize
2.00/2.04	c Presolved Problem  :
2.00/2.04	c   Variables        : 1432 (1432 binary, 0 integer, 0 implicit integer, 0 continuous)
2.00/2.04	c   Constraints      : 85238
2.00/2.04	c Constraints        : Number
2.00/2.04	c   setppc           : 358 
2.00/2.04	c   orbitope         : 3 
2.00/2.04	c   logicor          : 84877 
2.00/2.04	c ** Instance transfer method used: 0
2.10/2.13	c ** ParaScipInstance copy increased the number of variables. **
4.00/4.06	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.00/4.06	c                                Nodes    Active                                            
4.00/4.06	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
34.06/5.73	c         6              2           1        20                -           0.0000          -
135.78/11.00	c        11           1405         335        20                -           0.0000          -
234.90/16.02	c        16           2340         435        20                -           0.0000          -
336.85/21.14	c        21           3636         364        20                -           0.0000          -
439.22/26.22	c        26           4519         362        20                -           0.0000          -
538.24/31.29	c        31           5510         361        20                -           0.0000          -
638.75/36.32	c        36           6177         368        20                -           0.0000          -
737.52/41.37	c        41           6855         375        20                -           0.0000          -
836.47/46.39	c        46           7708         374        20                -           0.0000          -
937.42/51.41	c        51           7979         357        20                -           0.0000          -
1036.39/56.48	c        56           8993         406        20                -           0.0000          -
1137.14/61.56	c        62          10020         405        20                -           0.0000          -
1238.08/66.61	c        67          11024         410        20                -           0.0000          -
1336.95/71.66	c        72          11997         403        20                -           0.0000          -
1437.78/76.75	c        77          12988         404        20                -           0.0000          -
1538.60/81.83	c        82          13924         406        20                -           0.0000          -
1637.30/86.87	c        87          14662         400        20                -           0.0000          -
1743.17/92.17	c        92             13          12        20                -           0.0000          -
1843.00/97.27	c        97             13          12        20                -           0.0000          -
1943.99/102.39	c       102             13          12        20                -           0.0000          -
2044.79/107.46	c       107             13          12        20                -           0.0000          -
2145.56/112.52	c       113              2           1        20                -           0.0000          -
2246.17/117.61	c       118              2           1        20                -           0.0000          -
2347.17/122.70	c       123              2           1        20                -           0.0000          -
2446.19/127.79	c       128              2           1        20                -           0.0000          -
2547.16/132.85	c       133              2           1        20                -           0.0000          -
2648.03/137.91	c       138              2           1        20                -           0.0000          -
2746.99/142.99	c       143             15          14        20                -           0.0000          -
2848.54/148.09	c       148             15          14        20                -           0.0000          -
2949.38/153.15	c       153              7           6        20                -           0.0000          -
3049.68/158.30	c       158             12          11        20                -           0.0000          -
3158.61/163.79	c       164             12          11        20                -           0.0000          -
3264.38/169.07	c       169             12          11        20                -           0.0000          -
3365.19/174.15	c       174             12          11        20                -           0.0000          -
3465.41/179.21	c       179             17          16        20                -           0.0000          -
3564.39/184.28	c       184             17          16        20                -           0.0000          -
3665.36/189.38	c       189             13          12        20                -           0.0000          -
3766.29/194.46	c       194             13          12        20                -           0.0000          -
3867.19/199.53	c       200             13          12        20                -           0.0000          -
3968.06/204.62	c       205             13          12        20                -           0.0000          -
4068.86/209.72	c       210             24          23        20                -           0.0000          -
4167.73/214.80	c       215             24          23        20                -           0.0000          -
4268.51/219.87	c       220             24          23        20                -           0.0000          -
4369.36/224.95	c       225             24          23        20                -           0.0000          -
4468.32/230.03	c       230             24          23        20                -           0.0000          -
4570.08/235.10	c       235             11          10        20                -           0.0000          -
4670.91/240.18	c       240             11          10        20                -           0.0000          -
4770.74/245.24	c       245             11          10        20                -           0.0000          -
4871.45/250.36	c       250             11          10        20                -           0.0000          -
4972.13/255.45	c       255             14          13        20                -           0.0000          -
5073.02/260.52	c       261             14          13        20                -           0.0000          -
5174.02/265.64	c       266             14          13        20                -           0.0000          -
5275.09/270.74	c       271             14          13        20                -           0.0000          -
5375.99/275.81	c       276             14          13        20                -           0.0000          -
5474.84/280.89	c       281             12          11        20                -           0.0000          -
5575.83/285.95	c       286             12          11        20                -           0.0000          -
5674.80/291.01	c       291             12          11        20                -           0.0000          -
5776.12/296.11	c       296             12          11        20                -           0.0000          -
5877.36/301.16	c       301             12          11        20                -           0.0000          -
5977.22/306.24	c       306             12          11        20                -           0.0000          -
6078.26/311.30	c       311             12          11        20                -           0.0000          -
6177.27/316.33	c       316             12          11        20                -           0.0000          -
6278.00/321.41	c       321             12          11        20                -           0.0000          -
6376.79/326.47	c       326             12          11        20                -           0.0000          -
6477.75/331.53	c       332             12          11        20                -           0.0000          -
6578.75/336.62	c       337             12          11        20                -           0.0000          -
6677.78/341.68	c       342             12          11        20                -           0.0000          -
6778.84/346.76	c       347             12          11        20                -           0.0000          -
6879.86/351.83	c       352             12          11        20                -           0.0000          -
6978.91/356.85	c       357             12          11        20                -           0.0000          -
7079.94/361.90	c       362             12          11        20                -           0.0000          -
7178.99/366.97	c       367             12          11        20                -           0.0000          -
7280.61/372.06	c       372             12          11        20                -           0.0000          -
7379.55/377.07	c       377             12          11        20                -           0.0000          -
7478.50/382.11	c       382             12          11        20                -           0.0000          -
7580.83/387.20	c       387             12          11        20                -           0.0000          -
7679.87/392.27	c       392             12          11        20                -           0.0000          -
7780.94/397.35	c       397             12          11        20                -           0.0000          -
7881.99/402.47	c       402             12          11        20                -           0.0000          -
7983.03/407.56	c       408             12          11        20                -           0.0000          -
8084.22/412.61	c       413             12          11        20                -           0.0000          -
8185.05/417.73	c       418             12          11        20                -           0.0000          -
8284.10/422.77	c       423             12          11        20                -           0.0000          -
8385.13/427.85	c       428             12          11        20                -           0.0000          -
8486.14/432.93	c       433             12          11        20                -           0.0000          -
8585.19/437.99	c       438             12          11        20                -           0.0000          -
8686.82/443.06	c       443             12          11        20                -           0.0000          -
8785.91/448.12	c       448             12          11        20                -           0.0000          -
8887.03/453.15	c       453             12          11        20                -           0.0000          -
8987.19/458.25	c       458             12          11        20                -           0.0000          -
9088.21/463.33	c       463             12          11        20                -           0.0000          -
9189.23/468.41	c       468             12          11        20                -           0.0000          -
9288.23/473.47	c       473             12          11        20                -           0.0000          -
9389.21/478.55	c       479             12          11        20                -           0.0000          -
9490.20/483.60	c       484             12          11        20                -           0.0000          -
9589.21/488.68	c       489             12          11        20                -           0.0000          -
9690.12/493.76	c       494             12          11        20                -           0.0000          -
9791.03/498.88	c       499             12          11        20                -           0.0000          -
9891.91/503.94	c       504             12          11        20                -           0.0000          -
9990.92/509.02	c       509             12          11        20                -           0.0000          -
10092.57/514.10	c       514             12          11        20                -           0.0000          -
10193.74/519.16	c       519             12          11        20                -           0.0000          -
10293.74/524.28	c       524             12          11        20                -           0.0000          -
10394.72/529.34	c       529             12          11        20                -           0.0000          -
10495.70/534.41	c       534             12          11        20                -           0.0000          -
10594.70/539.47	c       539             12          11        20                -           0.0000          -
10695.69/544.54	c       545             22          21        20                -           0.0000          -
10796.70/549.65	c       550             22          21        20                -           0.0000          -
10897.78/554.74	c       555             22          21        20                -           0.0000          -
10998.67/559.85	c       560             22          21        20                -           0.0000          -
11097.69/564.89	c       565             22          21        20                -           0.0000          -
11198.58/569.99	c       570             22          21        20                -           0.0000          -
11300.24/575.04	c       575             22          21        20                -           0.0000          -
11399.27/580.11	c       580             22          21        20                -           0.0000          -
11500.08/585.20	c       585             22          21        20                -           0.0000          -
11600.26/590.26	c       590             22          21        20                -           0.0000          -
11703.19/595.46	c       595             22          21        20                -           0.0000          -
11804.14/600.55	c       601             22          21        20                -           0.0000          -
11905.09/605.61	c       606             22          21        20                -           0.0000          -
12004.09/610.69	c       611             22          21        20                -           0.0000          -
12105.07/615.77	c       616             22          21        20                -           0.0000          -
12208.01/620.94	c       621             22          21        20                -           0.0000          -
12306.99/626.01	c       626             22          21        20                -           0.0000          -
12408.60/631.06	c       631             22          21        20                -           0.0000          -
12509.77/636.18	c       636             22          21        20                -           0.0000          -
12609.75/641.23	c       641             22          21        20                -           0.0000          -
12710.71/646.31	c       646             22          21        20                -           0.0000          -
12809.72/651.40	c       651             22          21        20                -           0.0000          -
12910.50/656.47	c       656             22          21        20                -           0.0000          -
13011.27/661.54	c       662             22          21        20                -           0.0000          -
13112.18/666.62	c       667             22          21        20                -           0.0000          -
13213.12/671.72	c       672             22          21        20                -           0.0000          -
13314.10/676.81	c       677             22          21        20                -           0.0000          -
13415.13/681.90	c       682             22          21        20                -           0.0000          -
13514.25/686.96	c       687             22          21        20                -           0.0000          -
13615.87/692.05	c       692             22          21        20                -           0.0000          -
13714.82/697.13	c       697             22          21        20                -           0.0000          -
13817.02/702.28	c       702             22          21        20                -           0.0000          -
13917.99/707.35	c       707             22          21        20                -           0.0000          -
14018.98/712.41	c       712             22          21        20                -           0.0000          -
14117.97/717.48	c       717             22          21        20                -           0.0000          -
14218.90/722.54	c       723             22          21        20                -           0.0000          -
14319.72/727.61	c       728             22          21        20                -           0.0000          -
14420.33/732.72	c       733             22          21        20                -           0.0000          -
14519.16/737.77	c       738             22          21        20                -           0.0000          -
14620.09/742.86	c       743             22          21        20                -           0.0000          -
14720.81/747.92	c       748             22          21        20                -           0.0000          -
14822.50/753.06	c       753             22          21        20                -           0.0000          -
14921.43/758.12	c       758             22          21        20                -           0.0000          -
15023.63/763.22	c       763             22          21        20                -           0.0000          -
15122.63/768.27	c       768             22          21        20                -           0.0000          -
15223.55/773.34	c       773             22          21        20                -           0.0000          -
15324.52/778.40	c       778             22          21        20                -           0.0000          -
15423.48/783.49	c       783             22          21        20                -           0.0000          -
15524.35/788.55	c       789             22          21        20                -           0.0000          -
15625.29/793.63	c       794             22          21        20                -           0.0000          -
15724.25/798.69	c       799             22          21        20                -           0.0000          -
15825.10/803.73	c       804             22          21        20                -           0.0000          -
15926.05/808.85	c       809             16          15        20                -           0.0000          -
16026.97/813.93	c       814             16          15        20                -           0.0000          -
16125.96/819.00	c       819             16          15        20                -           0.0000          -
16227.55/824.06	c       824             16          15        20                -           0.0000          -
16328.35/829.14	c       829             16          15        20                -           0.0000          -
16428.58/834.22	c       834             16          15        20                -           0.0000          -
16527.44/839.28	c       839             16          15        20                -           0.0000          -
16630.26/844.40	c       844             16          15        20                -           0.0000          -
16729.24/849.47	c       849             16          15        20                -           0.0000          -
16830.13/854.54	c       855             16          15        20                -           0.0000          -
16929.10/859.59	c       860             16          15        20                -           0.0000          -
17029.91/864.64	c       865             16          15        20                -           0.0000          -
17130.89/869.79	c       870             16          15        20                -           0.0000          -
17231.83/874.88	c       875             16          15        20                -           0.0000          -
17332.79/879.94	c       880             16          15        20                -           0.0000          -
17431.74/885.03	c       885             16          15        20                -           0.0000          -
17533.36/890.06	c       890             16          15        20                -           0.0000          -
17632.45/895.11	c       895             16          15        20                -           0.0000          -
17733.20/900.13	c       900             16          15        20                -           0.0000          -
17832.37/905.18	c       905             16          15        20                -           0.0000          -
17932.45/910.24	c       910             16          15        20                -           0.0000          -
18033.39/915.31	c       915             16          15        20                -           0.0000          -
18132.35/920.39	c       920             16          15        20                -           0.0000          -
18235.26/925.50	c       926             16          15        20                -           0.0000          -
18334.24/930.58	c       931             16          15        20                -           0.0000          -
18437.15/935.70	c       936             16          15        20                -           0.0000          -
18536.14/940.77	c       941             16          15        20                -           0.0000          -
18637.09/945.84	c       946             16          15        20                -           0.0000          -
18738.04/950.91	c       951             16          15        20                -           0.0000          -
18836.98/956.01	c       956             16          15        20                -           0.0000          -
18938.69/961.11	c       961             16          15        20                -           0.0000          -
19039.68/966.19	c       966             16          15        20                -           0.0000          -
19139.91/971.25	c       971             16          15        20                -           0.0000          -
19240.65/976.33	c       976             16          15        20                -           0.0000          -
19341.58/981.41	c       981             16          15        20                -           0.0000          -
19440.54/986.49	c       986             16          15        20                -           0.0000          -
19541.47/991.55	c       992             16          15        20                -           0.0000          -
19642.41/996.65	c       997             16          15        20                -           0.0000          -
19743.33/1001.71	c      1002             16          15        20                -           0.0000          -
19842.28/1006.78	c      1007             16          15        20                -           0.0000          -
19943.21/1011.84	c      1012             28          27        20                -           0.0000          -
20044.14/1016.91	c      1017             28          27        20                -           0.0000          -
20142.94/1021.97	c      1022             28          27        20                -           0.0000          -
20244.72/1027.08	c      1027             28          27        20                -           0.0000          -
20345.47/1032.15	c      1032             74          73        20                -           0.0000          -
20445.70/1037.21	c      1037             44          43        20                -           0.0000          -
20544.67/1042.28	c      1042             44          43        20                -           0.0000          -
20645.62/1047.34	c      1047             18          17        20                -           0.0000          -
20746.55/1052.41	c      1052             73          72        20                -           0.0000          -
20845.43/1057.48	c      1057             73          72        20                -           0.0000          -
20946.02/1062.56	c      1063             73          72        20                -           0.0000          -
21046.96/1067.64	c      1068             36          35        20                -           0.0000          -
21147.84/1072.71	c      1073             45          46        20                -           0.0000          -
21246.79/1077.80	c      1078             45          46        20                -           0.0000          -
21347.72/1082.84	c      1083             45          46        20                -           0.0000          -
21446.61/1087.89	c      1088             45          46        20                -           0.0000          -
21547.54/1092.96	c      1093             45          46        20                -           0.0000          -
21646.48/1098.03	c      1098             45          46        20                -           0.0000          -
21748.19/1103.12	c      1103             45          46        20                -           0.0000          -
21848.97/1108.17	c      1108             45          46        20                -           0.0000          -
21949.16/1113.23	c      1113             45          46        20                -           0.0000          -
22050.09/1118.33	c      1118             45          46        20                -           0.0000          -
22150.97/1123.41	c      1123             45          46        20                -           0.0000          -
22249.94/1128.46	c      1128             45          46        20                -           0.0000          -
22350.88/1133.54	c      1134             45          46        20                -           0.0000          -
22449.86/1138.59	c      1139             45          46        20                -           0.0000          -
22550.80/1143.67	c      1144             45          46        20                -           0.0000          -
22651.76/1148.74	c      1149             45          46        20                -           0.0000          -
22752.66/1153.84	c      1154             45          46        20                -           0.0000          -
22853.58/1158.91	c      1159             45          46        20                -           0.0000          -
22952.52/1163.97	c      1164             45          46        20                -           0.0000          -
23054.04/1169.04	c      1169             45          46        20                -           0.0000          -
23152.98/1174.10	c      1174             45          46        20                -           0.0000          -
23253.96/1179.19	c      1179             45          46        20                -           0.0000          -
23353.92/1184.24	c      1184             45          46        20                -           0.0000          -
23454.87/1189.32	c      1189             45          46        20                -           0.0000          -
23553.47/1194.39	c      1194             45          46        20                -           0.0000          -
23651.92/1199.47	c      1199             45          46        20                -           0.0000          -
23752.78/1204.54	c      1205             45          46        20                -           0.0000          -
23853.71/1209.60	c      1210             45          46        20                -           0.0000          -
23952.66/1214.68	c      1215             45          46        20                -           0.0000          -
24053.63/1219.76	c      1220             45          46        20                -           0.0000          -
24154.55/1224.81	c      1225             45          46        20                -           0.0000          -
24255.53/1229.91	c      1230             45          46        20                -           0.0000          -
24354.49/1234.97	c      1235             45          46        20                -           0.0000          -
24453.37/1240.02	c      1240             45          46        20                -           0.0000          -
24554.94/1245.08	c      1245             45          46        20                -           0.0000          -
24655.69/1250.18	c      1250             45          46        20                -           0.0000          -
24755.76/1255.24	c      1255             45          46        20                -           0.0000          -
24856.69/1260.31	c      1260             45          46        20                -           0.0000          -
24955.65/1265.39	c      1265             45          46        20                -           0.0000          -
25056.62/1270.42	c      1270             45          46        20                -           0.0000          -
25155.57/1275.50	c      1276             45          46        20                -           0.0000          -
25256.40/1280.58	c      1281             45          46        20                -           0.0000          -
25357.32/1285.64	c      1286             45          46        20                -           0.0000          -
25458.21/1290.70	c      1291             45          46        20                -           0.0000          -
25557.19/1295.77	c      1296             45          46        20                -           0.0000          -
25658.15/1300.88	c      1301             45          46        20                -           0.0000          -
25759.09/1305.98	c      1306             45          46        20                -           0.0000          -
25860.97/1311.07	c      1311             45          46        20                -           0.0000          -
25961.75/1316.14	c      1316             45          46        20                -           0.0000          -
26061.90/1321.23	c      1321             45          46        20                -           0.0000          -
26162.86/1326.30	c      1326             45          46        20                -           0.0000          -
26261.86/1331.36	c      1331             45          46        20                -           0.0000          -
26362.54/1336.48	c      1336             45          46        20                -           0.0000          -
26463.26/1341.54	c      1342             45          46        20                -           0.0000          -
26563.86/1346.62	c      1347             45          46        20                -           0.0000          -
26664.61/1351.71	c      1352             45          46        20                -           0.0000          -
26763.46/1356.79	c      1357             45          46        20                -           0.0000          -
26864.40/1361.87	c      1362             45          46        20                -           0.0000          -
26965.33/1366.96	c      1367             45          46        20                -           0.0000          -
27064.25/1372.03	c      1372             45          46        20                -           0.0000          -
27165.82/1377.09	c      1377             45          46        20                -           0.0000          -
27266.66/1382.17	c      1382            102         101        20                -           0.0000          -
27366.62/1387.23	c      1387            102         101        20                -           0.0000          -
27465.57/1392.30	c      1392            102         101        20                -           0.0000          -
27566.51/1397.34	c      1397            116         117        20                -           0.0000          -
27667.26/1402.40	c      1402            116         117        20                -           0.0000          -
27766.13/1407.49	c      1408             47          46        20                -           0.0000          -
27867.07/1412.57	c      1413             47          46        20                -           0.0000          -
27967.84/1417.66	c      1418             47          46        20                -           0.0000          -
28070.79/1422.81	c      1423             47          46        20                -           0.0000          -
28169.75/1427.86	c      1428            121         120        20                -           0.0000          -
28270.65/1432.93	c      1433            121         120        20                -           0.0000          -
28369.45/1438.01	c      1438            121         120        20                -           0.0000          -
28471.16/1443.09	c      1443            121         120        20                -           0.0000          -
28572.07/1448.15	c      1448            121         120        20                -           0.0000          -
28672.23/1453.26	c      1453            121         120        20                -           0.0000          -
28773.19/1458.30	c      1458             47          48        20                -           0.0000          -
28874.11/1463.40	c      1463             47          48        20                -           0.0000          -
28973.07/1468.47	c      1468             47          48        20                -           0.0000          -
29073.97/1473.53	c      1474             47          48        20                -           0.0000          -
29174.96/1478.61	c      1479             47          48        20                -           0.0000          -
29273.93/1483.69	c      1484             47          48        20                -           0.0000          -
29374.99/1488.74	c      1489             47          48        20                -           0.0000          -
29475.86/1493.81	c      1494             47          48        20                -           0.0000          -
29574.88/1498.88	c      1499             47          48        20                -           0.0000          -
29675.80/1503.94	c      1504             47          48        20                -           0.0000          -
29774.82/1508.98	c      1509             47          48        20                -           0.0000          -
29873.77/1513.99	c      1514             47          48        20                -           0.0000          -
29975.33/1519.06	c      1519             47          48        20                -           0.0000          -
30076.35/1524.15	c      1524             47          48        20                -           0.0000          -
30176.45/1529.27	c      1529             47          48        20                -           0.0000          -
30277.41/1534.36	c      1534             47          48        20                -           0.0000          -
30376.37/1539.38	c      1539             47          48        20                -           0.0000          -
30479.12/1544.51	c      1545             47          48        20                -           0.0000          -
30578.05/1549.59	c      1550             47          48        20                -           0.0000          -
30678.93/1554.63	c      1555             47          48        20                -           0.0000          -
30777.90/1559.69	c      1560             47          48        20                -           0.0000          -
30878.85/1564.79	c      1565             47          48        20                -           0.0000          -
30979.80/1569.86	c      1570             47          48        20                -           0.0000          -
31080.76/1574.93	c      1575             47          48        20                -           0.0000          -
31179.74/1579.99	c      1580             47          48        20                -           0.0000          -
31278.70/1585.04	c      1585             47          48        20                -           0.0000          -
31380.32/1590.10	c      1590             47          48        20                -           0.0000          -
31481.44/1595.19	c      1595             47          48        20                -           0.0000          -
31581.38/1600.27	c      1600             47          48        20                -           0.0000          -
31682.21/1605.32	c      1605             47          48        20                -           0.0000          -
31781.17/1610.39	c      1610             47          48        20                -           0.0000          -
31882.08/1615.45	c      1615             47          48        20                -           0.0000          -
31983.05/1620.52	c      1621             47          48        20                -           0.0000          -
32082.02/1625.59	c      1626             47          48        20                -           0.0000          -
32182.88/1630.67	c      1631             47          48        20                -           0.0000          -
32283.83/1635.73	c      1636             47          48        20                -           0.0000          -
32382.82/1640.76	c      1641             47          48        20                -           0.0000          -
32483.74/1645.85	c      1646             47          48        20                -           0.0000          -
32584.70/1650.93	c      1651             47          48        20                -           0.0000          -
32683.70/1656.02	c      1656             47          48        20                -           0.0000          -
32785.23/1661.10	c      1661             47          48        20                -           0.0000          -
32885.97/1666.19	c      1666             47          48        20                -           0.0000          -
32986.14/1671.26	c      1671             47          48        20                -           0.0000          -
33087.09/1676.36	c      1676             47          48        20                -           0.0000          -
33185.97/1681.37	c      1681             47          48        20                -           0.0000          -
33286.77/1686.49	c      1686             47          48        20                -           0.0000          -
33387.54/1691.52	c      1692             47          48        20                -           0.0000          -
33488.47/1696.68	c      1697             47          48        20                -           0.0000          -
33589.44/1701.76	c      1702             47          48        20                -           0.0000          -
33690.40/1706.81	c      1707             47          48        20                -           0.0000          -
33791.36/1711.93	c      1712             47          48        20                -           0.0000          -
33890.32/1717.02	c      1717             47          48        20                -           0.0000          -
33992.00/1722.10	c      1722             47          48        20                -           0.0000          -
34093.13/1727.19	c      1727             47          48        20                -           0.0000          -
34193.03/1732.25	c      1732             47          48        20                -           0.0000          -
34294.00/1737.30	c      1737             47          48        20                -           0.0000          -
34394.96/1742.41	c      1742             47          48        20                -           0.0000          -
34493.92/1747.47	c      1747             47          48        20                -           0.0000          -
34594.88/1752.53	c      1753             47          48        20                -           0.0000          -
34695.82/1757.64	c      1758             47          48        20                -           0.0000          -
34796.75/1762.75	c      1763             47          48        20                -           0.0000          -
34897.71/1767.80	c      1768             47          48        20                -           0.0000          -
34998.58/1772.91	c      1773             47          48        20                -           0.0000          -
35097.47/1777.99	c      1778             47          48        20                -           0.0000          -
35198.93/1783.06	c      1783             47          48        20                -           0.0000          -
35297.99/1788.11	c      1788             47          48        20                -           0.0000          -
35398.67/1793.20	c      1793             47          48        20                -           0.0000          -
35498.61/1798.27	c      1798             47          48        20                -           0.0000          -
35599.57/1803.36	c      1803             47          48        20                -           0.0000          -
35700.54/1808.46	c      1808             47          48        20                -           0.0000          -
35801.49/1813.54	c      1814             47          48        20                -           0.0000          -
35902.44/1818.60	c      1819             47          48        20                -           0.0000          -
36003.42/1823.72	c      1824             47          48        20                -           0.0000          -
36102.38/1828.78	c      1829             47          48        20                -           0.0000          -
36203.05/1833.84	c      1834             47          48        20                -           0.0000          -
36303.93/1838.92	c      1839             47          48        20                -           0.0000          -
36402.83/1843.99	c      1844             47          48        20                -           0.0000          -
36504.43/1849.05	c      1849             47          48        20                -           0.0000          -
36603.29/1854.06	c      1854             47          48        20                -           0.0000          -
36705.49/1859.27	c      1859             47          48        20                -           0.0000          -
36806.42/1864.33	c      1864             47          48        20                -           0.0000          -
36905.49/1869.39	c      1869             47          48        20                -           0.0000          -
37006.32/1874.45	c      1874             47          48        20                -           0.0000          -
37107.45/1879.53	c      1880             47          48        20                -           0.0000          -
37208.58/1884.60	c      1885             47          48        20                -           0.0000          -
37307.71/1889.67	c      1890             47          48        20                -           0.0000          -
37408.80/1894.79	c      1895             47          48        20                -           0.0000          -
37509.92/1899.88	c      1900             47          48        20                -           0.0000          -
37611.01/1904.98	c      1905             47          48        20                -           0.0000          -
37713.03/1910.08	c      1910             47          48        20                -           0.0000          -
37813.92/1915.17	c      1915             47          48        20                -           0.0000          -
37914.01/1920.25	c      1920             47          48        20                -           0.0000          -
38014.98/1925.35	c      1925             47          48        20                -           0.0000          -
38115.97/1930.40	c      1930             47          48        20                -           0.0000          -
38214.89/1935.48	c      1935             47          48        20                -           0.0000          -
38315.88/1940.57	c      1941             47          48        20                -           0.0000          -
38416.77/1945.61	c      1946             47          48        20                -           0.0000          -
38517.74/1950.71	c      1951             47          48        20                -           0.0000          -
38616.74/1955.78	c      1956             47          48        20                -           0.0000          -
38717.76/1960.87	c      1961             47          48        20                -           0.0000          -
38818.73/1965.92	c      1966             47          48        20                -           0.0000          -
38917.70/1971.00	c      1971             47          48        20                -           0.0000          -
39019.49/1976.10	c      1976            365         364        20                -           0.0000          -
39120.49/1981.16	c      1981            365         364        20                -           0.0000          -
39220.53/1986.23	c      1986            365         364        20                -           0.0000          -
39319.38/1991.26	c      1991            365         364        20                -           0.0000          -
39420.34/1996.39	c      1996            365         364        20                -           0.0000          -
39521.28/2001.48	c      2001            259         258        20                -           0.0000          -
39622.17/2006.53	c      2007            259         258        20                -           0.0000          -
39721.14/2011.59	c      2012            259         258        20                -           0.0000          -
39822.09/2016.67	c      2017            259         258        20                -           0.0000          -
39923.03/2021.75	c      2022            259         258        20                -           0.0000          -
40023.96/2026.80	c      2027            259         258        20                -           0.0000          -
40122.71/2031.90	c      2032            378         377        20                -           0.0000          -
40223.59/2036.98	c      2037             52          51        20                -           0.0000          -
40322.42/2042.03	c      2042             52          51        20                -           0.0000          -
40424.18/2047.11	c      2047             52          51        20                -           0.0000          -
40525.15/2052.18	c      2052             52          51        20                -           0.0000          -
40625.08/2057.23	c      2057             52          51        20                -           0.0000          -
40724.05/2062.28	c      2062             52          51        20                -           0.0000          -
40824.98/2067.34	c      2067             52          51        20                -           0.0000          -
40923.94/2072.37	c      2072             52          51        20                -           0.0000          -
41024.86/2077.49	c      2077            269         268        20                -           0.0000          -
41125.81/2082.54	c      2083            269         268        20                -           0.0000          -
41226.71/2087.61	c      2088            269         268        20                -           0.0000          -
41325.67/2092.67	c      2093             55          54        20                -           0.0000          -
41426.62/2097.73	c      2098             55          54        20                -           0.0000          -
41525.61/2102.77	c      2103             55          54        20                -           0.0000          -
41626.56/2107.88	c      2108             55          54        20                -           0.0000          -
41727.52/2112.94	c      2113             55          54        20                -           0.0000          -
41826.51/2118.01	c      2118             55          54        20                -           0.0000          -
41928.13/2123.09	c      2123             55          54        20                -           0.0000          -
42029.26/2128.18	c      2128            291         290        20                -           0.0000          -
42129.26/2133.24	c      2133            391         390        20                -           0.0000          -
42230.03/2138.31	c      2138            391         390        20                -           0.0000          -
42329.01/2143.37	c      2143            391         390        20                -           0.0000          -
42429.96/2148.44	c      2148             57          56        20                -           0.0000          -
42530.90/2153.50	c      2154             57          56        20                -           0.0000          -
42629.86/2158.57	c      2159             57          56        20                -           0.0000          -
42730.82/2163.67	c      2164             57          56        20                -           0.0000          -
42831.78/2168.77	c      2169             57          56        20                -           0.0000          -
42932.73/2173.82	c      2174            325         324        20                -           0.0000          -
43033.68/2178.90	c      2179            325         324        20                -           0.0000          -
43132.63/2183.96	c      2184             60          59        20                -           0.0000          -
43231.73/2189.03	c      2189             60          59        20                -           0.0000          -
43333.26/2194.11	c      2194             60          59        20                -           0.0000          -
43434.21/2199.16	c      2199             60          59        20                -           0.0000          -
43534.22/2204.22	c      2204             60          59        20                -           0.0000          -
43633.16/2209.29	c      2209             60          59        20                -           0.0000          -
43732.10/2214.30	c      2214             60          59        20                -           0.0000          -
43833.02/2219.35	c      2219             60          59        20                -           0.0000          -
43933.96/2224.40	c      2224             60          59        20                -           0.0000          -
44032.91/2229.47	c      2229            357         356        20                -           0.0000          -
44133.83/2234.54	c      2235            357         356        20                -           0.0000          -
44234.82/2239.61	c      2240            357         356        20                -           0.0000          -
44335.81/2244.72	c      2245            357         356        20                -           0.0000          -
44436.80/2249.83	c      2250            357         356        20                -           0.0000          -
44535.78/2254.89	c      2255             68          67        20                -           0.0000          -
44636.74/2259.96	c      2260             68          67        20                -           0.0000          -
44738.42/2265.04	c      2265             68          67        20                -           0.0000          -
44837.00/2270.13	c      2270             68          67        20                -           0.0000          -
44937.92/2275.19	c      2275             68          67        20                -           0.0000          -
45038.18/2280.28	c      2280             68          67        20                -           0.0000          -
45139.03/2285.33	c      2285             68          67        20                -           0.0000          -
45239.90/2290.40	c      2290             68          67        20                -           0.0000          -
45338.79/2295.49	c      2296            397         396        20                -           0.0000          -
45439.60/2300.55	c      2301            562         561        20                -           0.0000          -
45540.38/2305.62	c      2306             70          71        20                -           0.0000          -
45639.30/2310.69	c      2311             70          71        20                -           0.0000          -
45740.04/2315.70	c      2316             70          71        20                -           0.0000          -
45838.91/2320.75	c      2321             70          71        20                -           0.0000          -
45939.83/2325.80	c      2326             70          71        20                -           0.0000          -
46038.78/2330.83	c      2331             70          71        20                -           0.0000          -
46137.72/2335.89	c      2336             70          71        20                -           0.0000          -
46238.63/2341.00	c      2341             70          71        20                -           0.0000          -
46340.26/2346.06	c      2346             70          71        20                -           0.0000          -
46439.38/2351.12	c      2351             70          71        20                -           0.0000          -
46541.18/2356.23	c      2356             70          71        20                -           0.0000          -
46642.09/2361.30	c      2361             70          71        20                -           0.0000          -
46741.04/2366.35	c      2366             70          71        20                -           0.0000          -
46841.97/2371.44	c      2371             70          71        20                -           0.0000          -
46942.89/2376.50	c      2377             70          71        20                -           0.0000          -
47043.76/2381.60	c      2382             70          71        20                -           0.0000          -
47142.72/2386.66	c      2387             70          71        20                -           0.0000          -
47243.61/2391.73	c      2392             70          71        20                -           0.0000          -
47344.47/2396.81	c      2397             70          71        20                -           0.0000          -
47443.45/2401.86	c      2402             70          71        20                -           0.0000          -
47544.42/2406.94	c      2407             70          71        20                -           0.0000          -
47643.40/2411.98	c      2412             70          71        20                -           0.0000          -
47745.09/2417.07	c      2417             70          71        20                -           0.0000          -
47844.09/2422.12	c      2422             70          71        20                -           0.0000          -
47948.15/2427.31	c      2427             70          71        20                -           0.0000          -
48047.03/2432.38	c      2432             70          71        20                -           0.0000          -
48147.99/2437.48	c      2437             70          71        20                -           0.0000          -
48248.96/2442.56	c      2443             70          71        20                -           0.0000          -
48349.90/2447.68	c      2448             70          71        20                -           0.0000          -
48450.83/2452.75	c      2453             70          71        20                -           0.0000          -
48551.68/2457.81	c      2458             70          71        20                -           0.0000          -
48650.61/2462.84	c      2463             70          71        20                -           0.0000          -
48749.57/2467.87	c      2468             70          71        20                -           0.0000          -
48853.29/2473.05	c      2473             70          71        20                -           0.0000          -
48952.22/2478.13	c      2478             70          71        20                -           0.0000          -
49053.28/2483.19	c      2483             70          71        20                -           0.0000          -
49153.30/2488.28	c      2488             70          71        20                -           0.0000          -
49254.20/2493.37	c      2493             70          71        20                -           0.0000          -
49355.15/2498.41	c      2498             70          71        20                -           0.0000          -
49454.08/2503.50	c      2504             70          71        20                -           0.0000          -
49555.04/2508.55	c      2509             70          71        20                -           0.0000          -
49655.97/2513.63	c      2514             70          71        20                -           0.0000          -
49756.92/2518.72	c      2519             70          71        20                -           0.0000          -
49857.84/2523.82	c      2524             70          71        20                -           0.0000          -
49958.80/2528.90	c      2529             70          71        20                -           0.0000          -
50057.75/2533.97	c      2534             70          71        20                -           0.0000          -
50156.71/2538.98	c      2539             70          71        20                -           0.0000          -
50258.34/2544.13	c      2544             70          71        20                -           0.0000          -
50360.37/2549.21	c      2549             70          71        20                -           0.0000          -
50459.32/2554.27	c      2554             70          71        20                -           0.0000          -
50560.28/2559.37	c      2559             70          71        20                -           0.0000          -
50661.14/2564.45	c      2564             70          71        20                -           0.0000          -
50760.11/2569.50	c      2570             70          71        20                -           0.0000          -
50861.04/2574.57	c      2575             70          71        20                -           0.0000          -
50962.00/2579.61	c      2580             70          71        20                -           0.0000          -
51062.92/2584.70	c      2585             70          71        20                -           0.0000          -
51161.89/2589.79	c      2590             70          71        20                -           0.0000          -
51262.81/2594.88	c      2595             70          71        20                -           0.0000          -
51363.77/2599.95	c      2600             70          71        20                -           0.0000          -
51465.20/2605.06	c      2605             70          71        20                -           0.0000          -
51564.05/2610.11	c      2610             70          71        20                -           0.0000          -
51665.19/2615.17	c      2615             70          71        20                -           0.0000          -
51765.19/2620.25	c      2620             70          71        20                -           0.0000          -
51866.14/2625.34	c      2625             70          71        20                -           0.0000          -
51967.09/2630.41	c      2630             70          71        20                -           0.0000          -
52068.02/2635.51	c      2636             70          71        20                -           0.0000          -
52168.94/2640.60	c      2641             70          71        20                -           0.0000          -
52267.89/2645.63	c      2646             70          71        20                -           0.0000          -
52368.81/2650.74	c      2651             70          71        20                -           0.0000          -
52469.77/2655.80	c      2656             70          71        20                -           0.0000          -
52568.73/2660.87	c      2661             70          71        20                -           0.0000          -
52669.67/2665.92	c      2666             70          71        20                -           0.0000          -
52768.53/2670.98	c      2671             70          71        20                -           0.0000          -
52870.08/2676.09	c      2676             70          71        20                -           0.0000          -
52969.28/2681.14	c      2681            862         861        20                -           0.0000          -
53070.09/2686.19	c      2686            551         550        20                -           0.0000          -
53172.03/2691.30	c      2691            551         550        20                -           0.0000          -
53272.98/2696.41	c      2696            551         550        20                -           0.0000          -
53371.95/2701.48	c      2701             71          70        20                -           0.0000          -
53472.91/2706.54	c      2707             71          70        20                -           0.0000          -
53573.86/2711.62	c      2712             71          70        20                -           0.0000          -
53672.84/2716.67	c      2717             71          70        20                -           0.0000          -
53773.78/2721.77	c      2722             71          70        20                -           0.0000          -
53874.75/2726.84	c      2727             71          70        20                -           0.0000          -
53975.70/2731.91	c      2732             71          70        20                -           0.0000          -
54074.67/2736.99	c      2737             71          70        20                -           0.0000          -
54176.49/2742.06	c      2742             71          70        20                -           0.0000          -
54275.71/2747.15	c      2747            764         761        20                -           0.0000          -
54376.16/2752.17	c      2752            581         580        20                -           0.0000          -
54475.19/2757.18	c      2757            581         580        20                -           0.0000          -
54577.36/2762.33	c      2762             73          72        20                -           0.0000          -
54678.22/2767.42	c      2767             73          72        20                -           0.0000          -
54777.18/2772.48	c      2772             73          72        20                -           0.0000          -
54878.15/2777.54	c      2778             73          72        20                -           0.0000          -
54977.11/2782.56	c      2783            591         590        20                -           0.0000          -
55077.94/2787.65	c      2788             74          73        20                -           0.0000          -
55176.85/2792.66	c      2793             74          73        20                -           0.0000          -
55279.78/2797.84	c      2798             74          73        20                -           0.0000          -
55380.72/2802.91	c      2803           1057        1052        20                -           0.0000          -
55479.68/2807.96	c      2808            791         788        20                -           0.0000          -
55578.64/2813.03	c      2813           1027        1026        20                -           0.0000          -
55680.58/2818.10	c      2818           1027        1026        20                -           0.0000          -
55782.53/2823.24	c      2823           1027        1026        20                -           0.0000          -
55881.59/2828.26	c      2828             83          84        20                -           0.0000          -
55982.39/2833.33	c      2833             83          84        20                -           0.0000          -
56083.33/2838.40	c      2838             83          84        20                -           0.0000          -
56184.25/2843.55	c      2844             83          84        20                -           0.0000          -
56285.21/2848.60	c      2849             83          84        20                -           0.0000          -
56384.17/2853.66	c      2854             83          84        20                -           0.0000          -
56485.05/2858.72	c      2859             83          84        20                -           0.0000          -
56585.96/2863.80	c      2864             83          84        20                -           0.0000          -
56686.90/2868.92	c      2869             83          84        20                -           0.0000          -
56785.85/2873.97	c      2874             83          84        20                -           0.0000          -
56887.68/2879.09	c      2879           1050           0        20                -           0.0000          -
56988.57/2884.15	c      2884           1050           0        20                -           0.0000          -
57088.61/2889.22	c      2889           1050           0        20                -           0.0000          -
57187.43/2894.28	c      2894           1050           0        20                -           0.0000          -
57288.42/2899.37	c      2899           1050           0        20                -           0.0000          -
57389.31/2904.44	c      2904           1050           0        20                -           0.0000          -
57490.20/2909.51	c      2910           1050           0        20                -           0.0000          -
57589.13/2914.56	c      2915           1050           0        20                -           0.0000          -
57690.10/2919.61	c      2920           1050           0        20                -           0.0000          -
57789.06/2924.68	c      2925           1050           0        20                -           0.0000          -
57890.05/2929.74	c      2930           1050           0        20                -           0.0000          -
57990.86/2934.81	c      2935             89          88        20                -           0.0000          -
58089.86/2939.89	c      2940             89          88        20                -           0.0000          -
58190.84/2944.97	c      2945             89          88        20                -           0.0000          -
58292.67/2950.06	c      2950             89          88        20                -           0.0000          -
58393.53/2955.15	c      2955            857         854        20                -           0.0000          -
58493.73/2960.26	c      2960             92          93        20                -           0.0000          -
58594.72/2965.34	c      2965             92          93        20                -           0.0000          -
58695.71/2970.46	c      2970             92          93        20                -           0.0000          -
58796.68/2975.56	c      2976           1060          10        20                -           0.0000          -
58897.61/2980.63	c      2981           1060          10        20                -           0.0000          -
58998.51/2985.72	c      2986           1060          10        20                -           0.0000          -
59099.45/2990.81	c      2991           1060          10        20                -           0.0000          -
59198.03/2995.90	c      2996           1060          10        20                -           0.0000          -
59298.97/3001.03	c      3001           1060          10        20                -           0.0000          -
59400.74/3006.11	c      3006           1060          10        20                -           0.0000          -
59501.54/3011.20	c      3011           1060          10        20                -           0.0000          -
59601.66/3016.29	c      3016           1060          10        20                -           0.0000          -
59702.59/3021.33	c      3021             94          93        20                -           0.0000          -
59803.54/3026.41	c      3026             94          93        20                -           0.0000          -
59902.49/3031.44	c      3031             94          93        20                -           0.0000          -
60003.44/3036.57	c      3037             94          93        20                -           0.0000          -
60104.38/3041.66	c      3042             94          93        20                -           0.0000          -
60205.33/3046.72	c      3047             94          93        20                -           0.0000          -
60304.30/3051.77	c      3052             94          93        20                -           0.0000          -
60405.24/3056.85	c      3057           1070          20        20                -           0.0000          -
60506.17/3061.94	c      3062           1070          20        20                -           0.0000          -
60607.87/3067.08	c      3067            921         918        20                -           0.0000          -
60708.73/3072.15	c      3072            921         918        20                -           0.0000          -
60808.98/3077.20	c      3077           1074          24        20                -           0.0000          -
60907.94/3082.25	c      3082             99          98        20                -           0.0000          -
61006.78/3087.29	c      3087             99          98        20                -           0.0000          -
61109.64/3092.44	c      3092             99          98        20                -           0.0000          -
61210.53/3097.50	c      3098             99          98        20                -           0.0000          -
61309.43/3102.58	c      3103             99          98        20                -           0.0000          -
61410.24/3107.66	c      3108             99          98        20                -           0.0000          -
61511.18/3112.73	c      3113             99          98        20                -           0.0000          -
61612.13/3117.82	c      3118             99          98        20                -           0.0000          -
61711.10/3122.89	c      3123             99          98        20                -           0.0000          -
61812.06/3127.99	c      3128             99          98        20                -           0.0000          -
61914.05/3133.07	c      3133             99          98        20                -           0.0000          -
62012.75/3138.07	c      3138             99          98        20                -           0.0000          -
62111.90/3143.10	c      3143             99          98        20                -           0.0000          -
62215.99/3148.32	c      3148             99          98        20                -           0.0000          -
62314.98/3153.32	c      3153             99          98        20                -           0.0000          -
62415.97/3158.49	c      3158             99          98        20                -           0.0000          -
62516.95/3163.55	c      3164             99          98        20                -           0.0000          -
62617.94/3168.62	c      3169            730         729        20                -           0.0000          -
62716.88/3173.69	c      3174            730         729        20                -           0.0000          -
62817.89/3178.77	c      3179            730         729        20                -           0.0000          -
62918.88/3183.84	c      3184           1094          44        20                -           0.0000          -
63019.88/3188.93	c      3189           1094          44        20                -           0.0000          -
63118.81/3194.00	c      3194           1094          44        20                -           0.0000          -
63220.49/3199.09	c      3199           1094          44        20                -           0.0000          -
63321.65/3204.19	c      3204            100          99        20                -           0.0000          -
63421.55/3209.25	c      3209            100          99        20                -           0.0000          -
63522.51/3214.34	c      3214            100          99        20                -           0.0000          -
63623.46/3219.41	c      3219            100          99        20                -           0.0000          -
63722.43/3224.47	c      3224            100          99        20                -           0.0000          -
63823.38/3229.57	c      3230            100          99        20                -           0.0000          -
63924.28/3234.62	c      3235            100          99        20                -           0.0000          -
64025.21/3239.71	c      3240            100          99        20                -           0.0000          -
64124.12/3244.78	c      3245            100          99        20                -           0.0000          -
64225.05/3249.86	c      3250            100          99        20                -           0.0000          -
64325.98/3254.91	c      3255            100          99        20                -           0.0000          -
64424.95/3260.00	c      3260            100          99        20                -           0.0000          -
64526.75/3265.08	c      3265            100          99        20                -           0.0000          -
64627.76/3270.16	c      3270            100          99        20                -           0.0000          -
64727.99/3275.22	c      3275            100          99        20                -           0.0000          -
64826.83/3280.29	c      3280            100          99        20                -           0.0000          -
64927.75/3285.35	c      3285            100          99        20                -           0.0000          -
65028.70/3290.44	c      3290            100          99        20                -           0.0000          -
65129.60/3295.51	c      3296            100          99        20                -           0.0000          -
65228.59/3300.56	c      3301            100          99        20                -           0.0000          -
65329.55/3305.61	c      3306            100          99        20                -           0.0000          -
65430.45/3310.72	c      3311            100          99        20                -           0.0000          -
65529.41/3315.79	c      3316            100          99        20                -           0.0000          -
65630.38/3320.87	c      3321            100          99        20                -           0.0000          -
65731.35/3325.92	c      3326            100          99        20                -           0.0000          -
65833.16/3331.05	c      3331            100          99        20                -           0.0000          -
65932.18/3336.12	c      3336            100          99        20                -           0.0000          -
66033.26/3341.19	c      3341            100          99        20                -           0.0000          -
66133.44/3346.23	c      3346            100          99        20                -           0.0000          -
66234.53/3351.31	c      3351            100          99        20                -           0.0000          -
66333.67/3356.39	c      3356            100          99        20                -           0.0000          -
66434.80/3361.47	c      3361            100          99        20                -           0.0000          -
66535.90/3366.55	c      3367            100          99        20                -           0.0000          -
66636.95/3371.63	c      3372            100          99        20                -           0.0000          -
66738.05/3376.70	c      3377            100          99        20                -           0.0000          -
66836.98/3381.77	c      3382           1137        1134        20                -           0.0000          -
66937.97/3386.86	c      3387            100         101        20                -           0.0000          -
67039.03/3391.91	c      3392            809         808        20                -           0.0000          -
67138.15/3396.95	c      3397           1294         244        20                -           0.0000          -
67237.26/3401.97	c      3402            104         103        20                -           0.0000          -
67341.27/3407.16	c      3407            104         103        20                -           0.0000          -
67441.38/3412.22	c      3412            104         103        20                -           0.0000          -
67542.34/3417.31	c      3417           1151        1148        20                -           0.0000          -
67641.46/3422.37	c      3422            108         107        20                -           0.0000          -
67742.59/3427.46	c      3427            108         107        20                -           0.0000          -
67843.68/3432.52	c      3433            108         107        20                -           0.0000          -
67942.80/3437.57	c      3438            108         107        20                -           0.0000          -
68043.86/3442.66	c      3443            108         107        20                -           0.0000          -
68144.83/3447.76	c      3448            108         107        20                -           0.0000          -
68245.90/3452.81	c      3453            109         108        20                -           0.0000          -
68344.99/3457.88	c      3458            112         111        20                -           0.0000          -
68446.05/3462.92	c      3463           1374         324        20                -           0.0000          -
68548.02/3468.09	c      3468           1374         324        20                -           0.0000          -
68648.91/3473.15	c      3473            113         112        20                -           0.0000          -
68749.27/3478.23	c      3478            113         112        20                -           0.0000          -
68848.39/3483.26	c      3483            113         112        20                -           0.0000          -
68949.51/3488.38	c      3488           1392         342        20                -           0.0000          -
69050.62/3493.45	c      3493            850         849        20                -           0.0000          -
69149.75/3498.46	c      3498            850         849        20                -           0.0000          -
69248.85/3503.48	c      3503            850         849        20                -           0.0000          -
69349.96/3508.53	c      3509            850         849        20                -           0.0000          -
69451.07/3513.68	c      3514            122         121        20                -           0.0000          -
69554.17/3518.83	c      3519            122         121        20                -           0.0000          -
69653.26/3523.87	c      3524            122         121        20                -           0.0000          -
69754.29/3528.95	c      3529           1230        1227        20                -           0.0000          -
69853.25/3534.01	c      3534            860         859        20                -           0.0000          -
69954.86/3539.07	c      3539            127         126        20                -           0.0000          -
70053.46/3544.13	c      3544            127         126        20                -           0.0000          -
70155.72/3549.22	c      3549            127         126        20                -           0.0000          -
70254.69/3554.26	c      3554            127         126        20                -           0.0000          -
70355.65/3559.39	c      3559            127         126        20                -           0.0000          -
70456.59/3564.43	c      3564           2243        1937        20                -           0.0000          -
70557.55/3569.50	c      3570           2243        1937        20                -           0.0000          -
70656.51/3574.58	c      3575           1257        1254        20                -           0.0000          -
70757.47/3579.63	c      3580           1257        1254        20                -           0.0000          -
70856.40/3584.69	c      3585            886         885        20                -           0.0000          -
70957.33/3589.77	c      3590            132         131        20                -           0.0000          -
71058.20/3594.84	c      3595            132         131        20                -           0.0000          -
71159.20/3599.92	c      3600            132         131        20                -           0.0000          -
71260.79/3605.03	c      3605           1483         433        20                -           0.0000          -
71359.91/3610.10	c      3610           1270        1267        20                -           0.0000          -
71460.91/3615.16	c      3615            139         138        20                -           0.0000          -
71560.09/3620.19	c      3620            139         138        20                -           0.0000          -
71662.23/3625.30	c      3625            139         138        20                -           0.0000          -
71761.31/3630.37	c      3630            139         138        20                -           0.0000          -
71862.18/3635.45	c      3635            139         138        20                -           0.0000          -
71961.15/3640.50	c      3640            139         138        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (187678 MiB free)
  memory of node 1: 193531 MiB (178230 MiB free)
  memory of node 2: 193531 MiB (192034 MiB free)
  memory of node 3: 193531 MiB (187738 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-4465548-1722454522/watcher-4465548-1722454522 -o /tmp/evaluation-result-4465548-1722454522/solver-4465548-1722454522 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70627 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465548-1722454522.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 43.33 41.87 48.88 63/991 72389
/proc/meminfo: memFree=763981364/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=64044 memory=51688 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) R 72385 72388 70587 0 -1 4194304 10838 0 0 0 10 1 0 0 20 0 1 0 12034840 65581056 12922 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 16011 12922 2347 3035 0 12407 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 64044 KiB
Current children cumulated memory: 51688 KiB

[startup+0.220313 s]*
/proc/loadavg: 43.33 41.87 48.88 62/991 72389
/proc/meminfo: memFree=763645832/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=157444 memory=146316 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) R 72385 72388 70587 0 -1 4194304 35197 0 0 0 19 4 0 0 20 0 1 0 12034840 161222656 36579 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 39361 36579 2539 3035 0 35757 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 157444 KiB
Current children cumulated memory: 146316 KiB

[startup+0.320797 s]*
/proc/loadavg: 43.33 41.87 48.88 62/991 72389
/proc/meminfo: memFree=763616820/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=183568 memory=161972 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) R 72385 72388 70587 0 -1 4194304 38579 0 0 0 28 4 0 0 20 0 1 0 12034840 187973632 40493 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 45892 40493 2598 3035 0 42288 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 183568 KiB
Current children cumulated memory: 161972 KiB

[startup+0.700239 s]
/proc/loadavg: 43.33 41.87 48.88 63/991 72389
/proc/meminfo: memFree=763253748/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=196500 memory=183728 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) R 72385 72388 70587 0 -1 4194304 60111 0 0 0 60 9 0 0 20 0 1 0 12034840 201216000 45932 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 49125 45932 2694 3035 0 45521 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 196500 KiB
Current children cumulated memory: 183728 KiB

[startup+1.50029 s]
/proc/loadavg: 44.75 42.18 48.94 62/991 72389
/proc/meminfo: memFree=762873580/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=450272 memory=412144 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) R 72385 72388 70587 0 -1 4194304 73975 0 0 0 134 15 0 0 20 0 1 0 12034840 461078528 103036 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 112568 103036 2742 3035 0 108964 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 450272 KiB
Current children cumulated memory: 412144 KiB

[startup+3.12027 s]
/proc/loadavg: 44.75 42.18 48.94 62/1011 72411
/proc/meminfo: memFree=762194740/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=2039424 memory=1060324 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) S 72385 72388 70587 0 -1 1077936128 233027 0 0 0 273 37 0 0 20 0 21 0 12034840 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 509856 265081 2758 3035 0 313293 0
[pid=72388/tid=72390] ppid=72385 vsize=2039424 memory=11528 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72390/stat : 72390 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72391] ppid=72385 vsize=2039424 memory=10556 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72391/stat : 72391 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72392] ppid=72385 vsize=2039424 memory=13748 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72392/stat : 72392 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 8 1 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72393] ppid=72385 vsize=2039424 memory=16204 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72393/stat : 72393 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 8 1 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72394] ppid=72385 vsize=2039424 memory=5472 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72394/stat : 72394 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72395] ppid=72385 vsize=2039424 memory=279892818614032 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72395/stat : 72395 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72396] ppid=72385 vsize=2039424 memory=279892818318672 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72396/stat : 72396 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 7 2 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72397] ppid=72385 vsize=2039424 memory=6120 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72397/stat : 72397 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 7 2 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72398] ppid=72385 vsize=2039424 memory=1848 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72398/stat : 72398 (fscip) S 72385 72388 70587 0 -1 1077936192 12936 0 0 0 7 1 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72399] ppid=72385 vsize=2039424 memory=25333125866717268 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72399/stat : 72399 (fscip) R 72385 72388 70587 0 -1 4194368 3665 0 0 0 1 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72400] ppid=72385 vsize=2039424 memory=7384 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72400/stat : 72400 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72401] ppid=72385 vsize=2039424 memory=30888 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72401/stat : 72401 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72402] ppid=72385 vsize=2039424 memory=27932 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72402/stat : 72402 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 8 1 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72403] ppid=72385 vsize=2039424 memory=28748 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72403/stat : 72403 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 7 1 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72404] ppid=72385 vsize=2039424 memory=7384 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72404/stat : 72404 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 7 2 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72405] ppid=72385 vsize=2039424 memory=30888 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72405/stat : 72405 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 7 2 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72406] ppid=72385 vsize=2039424 memory=27932 CPUtime=0.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72406/stat : 72406 (fscip) S 72385 72388 70587 0 -1 1077936192 12935 0 0 0 7 1 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72407] ppid=72385 vsize=2039424 memory=781036 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72407/stat : 72407 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72408] ppid=72385 vsize=2039424 memory=30399726987509844 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72408/stat : 72408 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72409] ppid=72385 vsize=2039424 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72409/stat : 72409 (fscip) S 72385 72388 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12035045 2088370176 265081 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2039424 KiB
Current children cumulated memory: 1060324 KiB

[startup+6.30117 s]
/proc/loadavg: 47.57 42.81 49.11 80/1031 72431
/proc/meminfo: memFree=755963572/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=6660536 memory=5486872 CPUtime=45.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) S 72385 72388 70587 0 -1 1077936128 1336458 0 0 0 3349 1179 0 0 20 0 41 0 12034840 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 1665134 1371718 2838 3035 0 1497189 0
[pid=72388/tid=72390] ppid=72385 vsize=6660536 memory=887420 CPUtime=2.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72390/stat : 72390 (fscip) R 72385 72388 70587 0 -1 4194368 62058 0 0 0 123 89 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72391] ppid=72385 vsize=6660536 memory=5472 CPUtime=2.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72391/stat : 72391 (fscip) R 72385 72388 70587 0 -1 4194368 65624 0 0 0 147 65 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72392] ppid=72385 vsize=6660536 memory=16204 CPUtime=2.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72392/stat : 72392 (fscip) R 72385 72388 70587 0 -1 4194368 56424 0 0 0 208 12 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72393] ppid=72385 vsize=6660536 memory=2268 CPUtime=2.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72393/stat : 72393 (fscip) R 72385 72388 70587 0 -1 4194368 62056 0 0 0 122 89 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72394] ppid=72385 vsize=6660536 memory=5301120 CPUtime=2.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72394/stat : 72394 (fscip) R 72385 72388 70587 0 -1 4194368 65303 0 0 0 149 67 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72395] ppid=72385 vsize=6660536 memory=11528 CPUtime=2.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72395/stat : 72395 (fscip) R 72385 72388 70587 0 -1 4194368 56841 0 0 0 207 13 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72396] ppid=72385 vsize=6660536 memory=444544 CPUtime=2.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72396/stat : 72396 (fscip) R 72385 72388 70587 0 -1 4194368 62054 0 0 0 119 92 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72397] ppid=72385 vsize=6660536 memory=0 CPUtime=2.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72397/stat : 72397 (fscip) R 72385 72388 70587 0 -1 4194368 64709 0 0 0 151 63 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72398] ppid=72385 vsize=6660536 memory=5472 CPUtime=2.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72398/stat : 72398 (fscip) R 72385 72388 70587 0 -1 4194368 56060 0 0 0 207 14 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72399] ppid=72385 vsize=6660536 memory=11528 CPUtime=2.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72399/stat : 72399 (fscip) R 72385 72388 70587 0 -1 4194368 62054 0 0 0 118 89 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72400] ppid=72385 vsize=6660536 memory=10556 CPUtime=2.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72400/stat : 72400 (fscip) R 72385 72388 70587 0 -1 4194368 64924 0 0 0 147 68 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72401] ppid=72385 vsize=6660536 memory=4963368 CPUtime=2.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72401/stat : 72401 (fscip) R 72385 72388 70587 0 -1 4194368 56604 0 0 0 207 14 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72402] ppid=72385 vsize=6660536 memory=279892818435424 CPUtime=2.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72402/stat : 72402 (fscip) R 72385 72388 70587 0 -1 4194368 62055 0 0 0 122 85 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72403] ppid=72385 vsize=6660536 memory=279892818520624 CPUtime=2.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72403/stat : 72403 (fscip) R 72385 72388 70587 0 -1 4194368 65197 0 0 0 150 65 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72404] ppid=72385 vsize=6660536 memory=0 CPUtime=2.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72404/stat : 72404 (fscip) R 72385 72388 70587 0 -1 4194368 56018 0 0 0 206 14 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72405] ppid=72385 vsize=6660536 memory=25333125866717268 CPUtime=2.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72405/stat : 72405 (fscip) R 72385 72388 70587 0 -1 4194368 62055 0 0 0 122 90 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72406] ppid=72385 vsize=6660536 memory=8026370451048195938 CPUtime=2.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72406/stat : 72406 (fscip) R 72385 72388 70587 0 -1 4194368 65404 0 0 0 146 68 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72407] ppid=72385 vsize=6660536 memory=279892818421872 CPUtime=2.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72407/stat : 72407 (fscip) R 72385 72388 70587 0 -1 4194368 55936 0 0 0 207 13 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72408] ppid=72385 vsize=6660536 memory=13748 CPUtime=2.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72408/stat : 72408 (fscip) R 72385 72388 70587 0 -1 4194368 69789 0 0 0 132 81 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72409] ppid=72385 vsize=6660536 memory=10556 CPUtime=2.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72409/stat : 72409 (fscip) R 72385 72388 70587 0 -1 4194368 65286 0 0 0 149 65 0 0 20 0 41 0 12035045 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72412] ppid=72385 vsize=6660536 memory=22095312420301864 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72412/stat : 72412 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72413] ppid=72385 vsize=6660536 memory=279892818203240 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72413/stat : 72413 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72414] ppid=72385 vsize=6660536 memory=6120 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72414/stat : 72414 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72415] ppid=72385 vsize=6660536 memory=1848 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72415/stat : 72415 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72416] ppid=72385 vsize=6660536 memory=6120 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72416/stat : 72416 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72417] ppid=72385 vsize=6660536 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72417/stat : 72417 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72418] ppid=72385 vsize=6660536 memory=781036 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72418/stat : 72418 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72419] ppid=72385 vsize=6660536 memory=30399726987509844 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72419/stat : 72419 (fscip) S 72385 72388 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12035247 6820388864 1371718 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0

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

[pid=72388/tid=72415] ppid=72385 vsize=21683408 memory=6836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72415/stat : 72415 (fscip) S 72385 72388 70587 0 -1 1077936192 163 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72416] ppid=72385 vsize=21683408 memory=7032 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72416/stat : 72416 (fscip) S 72385 72388 70587 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72417] ppid=72385 vsize=21683408 memory=33100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72417/stat : 72417 (fscip) S 72385 72388 70587 0 -1 1077936192 111 0 0 0 1 1 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72418] ppid=72385 vsize=21683408 memory=279892820730256 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72418/stat : 72418 (fscip) S 72385 72388 70587 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72419] ppid=72385 vsize=21683408 memory=17206664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72419/stat : 72419 (fscip) S 72385 72388 70587 0 -1 1077936192 56 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72420] ppid=72385 vsize=21683408 memory=27932 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72420/stat : 72420 (fscip) S 72385 72388 70587 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72421] ppid=72385 vsize=21683408 memory=27932 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72421/stat : 72421 (fscip) S 72385 72388 70587 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72422] ppid=72385 vsize=21683408 memory=3760 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72422/stat : 72422 (fscip) S 72385 72388 70587 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72423] ppid=72385 vsize=21683408 memory=17255308 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72423/stat : 72423 (fscip) S 72385 72388 70587 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72424] ppid=72385 vsize=21683408 memory=17207220 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72424/stat : 72424 (fscip) S 72385 72388 70587 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72425] ppid=72385 vsize=21683408 memory=17206160 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72425/stat : 72425 (fscip) S 72385 72388 70587 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72426] ppid=72385 vsize=21683408 memory=16204 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72426/stat : 72426 (fscip) S 72385 72388 70587 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72427] ppid=72385 vsize=21683408 memory=20188 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72427/stat : 72427 (fscip) S 72385 72388 70587 0 -1 1077936192 161 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72428] ppid=72385 vsize=21683408 memory=5540 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72428/stat : 72428 (fscip) S 72385 72388 70587 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72429] ppid=72385 vsize=21683408 memory=20452 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72429/stat : 72429 (fscip) S 72385 72388 70587 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72430] ppid=72385 vsize=21683408 memory=6836 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72430/stat : 72430 (fscip) S 72385 72388 70587 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72431] ppid=72385 vsize=21683408 memory=17207428 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72431/stat : 72431 (fscip) S 72385 72388 70587 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
Current children cumulated CPU time: 71998.7 s
Current children cumulated vsize: 21683408 KiB
Current children cumulated memory: 17207428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642.4 s]
/proc/loadavg: 80.35 80.37 80.01 81/1021 74541
/proc/meminfo: memFree=740095492/790760804 swapFree=131071996/131071996
[pid=72388] ppid=72385 vsize=21683408 memory=17207428 CPUtime=72000.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/stat : 72388 (fscip) S 72385 72388 70587 0 -1 1077936128 40207955 0 0 0 7191964 8109 0 0 20 0 41 0 12034840 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
/proc/72388/statm: 5420852 4301857 3014 3035 0 5212298 0
[pid=72388/tid=72390] ppid=72385 vsize=21683408 memory=11688 CPUtime=3601.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72390/stat : 72390 (fscip) R 72385 72388 70587 0 -1 4194368 2189443 0 0 0 359883 282 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72391] ppid=72385 vsize=21683408 memory=-7451882351976604024 CPUtime=3606.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72391/stat : 72391 (fscip) R 72385 72388 70587 0 -1 4194368 2613049 0 0 0 360246 439 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72392] ppid=72385 vsize=21683408 memory=6772 CPUtime=3598.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72392/stat : 72392 (fscip) R 72385 72388 70587 0 -1 4194368 1188057 0 0 0 359276 544 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72393] ppid=72385 vsize=21683408 memory=17207216 CPUtime=3603.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72393/stat : 72393 (fscip) R 72385 72388 70587 0 -1 4194368 2097156 0 0 0 360064 278 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72394] ppid=72385 vsize=21683408 memory=2732 CPUtime=3603.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72394/stat : 72394 (fscip) R 72385 72388 70587 0 -1 4194368 1819788 0 0 0 360027 343 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72395] ppid=72385 vsize=21683408 memory=6668 CPUtime=3587.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72395/stat : 72395 (fscip) R 72385 72388 70587 0 -1 4194368 1227309 0 0 0 358165 562 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72396] ppid=72385 vsize=21683408 memory=20669508 CPUtime=3602.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72396/stat : 72396 (fscip) R 72385 72388 70587 0 -1 4194368 2250220 0 0 0 359985 299 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72397] ppid=72385 vsize=21683408 memory=-7451882351976604024 CPUtime=3606.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72397/stat : 72397 (fscip) R 72385 72388 70587 0 -1 4194368 3213626 0 0 0 360184 457 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72398] ppid=72385 vsize=21683408 memory=11528 CPUtime=3599.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72398/stat : 72398 (fscip) R 72385 72388 70587 0 -1 4194368 1169006 0 0 0 359458 503 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72399] ppid=72385 vsize=21683408 memory=13748 CPUtime=3604.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72399/stat : 72399 (fscip) R 72385 72388 70587 0 -1 4194368 2123808 0 0 0 360150 297 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72400] ppid=72385 vsize=21683408 memory=10556 CPUtime=3604.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72400/stat : 72400 (fscip) R 72385 72388 70587 0 -1 4194368 2074674 0 0 0 360040 369 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72401] ppid=72385 vsize=21683408 memory=11528 CPUtime=3592.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72401/stat : 72401 (fscip) R 72385 72388 70587 0 -1 4194368 1185466 0 0 0 358678 553 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72402] ppid=72385 vsize=21683408 memory=13748 CPUtime=3601.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72402/stat : 72402 (fscip) R 72385 72388 70587 0 -1 4194368 2116595 0 0 0 359822 282 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72403] ppid=72385 vsize=21683408 memory=20452 CPUtime=3597.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72403/stat : 72403 (fscip) R 72385 72388 70587 0 -1 4194368 2258617 0 0 0 359364 377 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72404] ppid=72385 vsize=21683408 memory=17207224 CPUtime=3582.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72404/stat : 72404 (fscip) R 72385 72388 70587 0 -1 4194368 1202274 0 0 0 357731 530 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72405] ppid=72385 vsize=21683408 memory=7032 CPUtime=3601.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72405/stat : 72405 (fscip) R 72385 72388 70587 0 -1 4194368 2062073 0 0 0 359838 274 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72406] ppid=72385 vsize=21683408 memory=28104 CPUtime=3600.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72406/stat : 72406 (fscip) R 72385 72388 70587 0 -1 4194368 2154479 0 0 0 359687 373 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72407] ppid=72385 vsize=21683408 memory=33692 CPUtime=3601.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72407/stat : 72407 (fscip) R 72385 72388 70587 0 -1 4194368 1153636 0 0 0 359601 526 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72408] ppid=72385 vsize=21683408 memory=63560 CPUtime=3598.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72408/stat : 72408 (fscip) R 72385 72388 70587 0 -1 4194368 2049394 0 0 0 359572 259 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72409] ppid=72385 vsize=21683408 memory=59 CPUtime=3603.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72409/stat : 72409 (fscip) R 72385 72388 70587 0 -1 4194368 3955220 0 0 0 359890 501 0 0 20 0 41 0 12035045 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72412] ppid=72385 vsize=21683408 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72412/stat : 72412 (fscip) S 72385 72388 70587 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72413] ppid=72385 vsize=21683408 memory=56 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72413/stat : 72413 (fscip) S 72385 72388 70587 0 -1 1077936192 159 0 0 0 0 3 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72414] ppid=72385 vsize=21683408 memory=30 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72414/stat : 72414 (fscip) S 72385 72388 70587 0 -1 1077936192 160 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72415] ppid=72385 vsize=21683408 memory=9 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72415/stat : 72415 (fscip) S 72385 72388 70587 0 -1 1077936192 163 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72416] ppid=72385 vsize=21683408 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72416/stat : 72416 (fscip) S 72385 72388 70587 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72417] ppid=72385 vsize=21683408 memory=-7379261807985254524 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72417/stat : 72417 (fscip) S 72385 72388 70587 0 -1 1077936192 111 0 0 0 1 1 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72418] ppid=72385 vsize=21683408 memory=30888 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72418/stat : 72418 (fscip) S 72385 72388 70587 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72419] ppid=72385 vsize=21683408 memory=27932 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72419/stat : 72419 (fscip) S 72385 72388 70587 0 -1 1077936192 56 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72420] ppid=72385 vsize=21683408 memory=3760 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72420/stat : 72420 (fscip) S 72385 72388 70587 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72421] ppid=72385 vsize=21683408 memory=40348 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72421/stat : 72421 (fscip) S 72385 72388 70587 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72422] ppid=72385 vsize=21683408 memory=8284 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72422/stat : 72422 (fscip) S 72385 72388 70587 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72423] ppid=72385 vsize=21683408 memory=3312 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72423/stat : 72423 (fscip) S 72385 72388 70587 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72424] ppid=72385 vsize=21683408 memory=1736 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72424/stat : 72424 (fscip) S 72385 72388 70587 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72425] ppid=72385 vsize=21683408 memory=8024 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72425/stat : 72425 (fscip) S 72385 72388 70587 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72426] ppid=72385 vsize=21683408 memory=28064 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72426/stat : 72426 (fscip) S 72385 72388 70587 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72427] ppid=72385 vsize=21683408 memory=32808 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72427/stat : 72427 (fscip) S 72385 72388 70587 0 -1 1077936192 161 0 0 0 0 2 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72428] ppid=72385 vsize=21683408 memory=7140 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72428/stat : 72428 (fscip) S 72385 72388 70587 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72429] ppid=72385 vsize=21683408 memory=36300 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72429/stat : 72429 (fscip) S 72385 72388 70587 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72430] ppid=72385 vsize=21683408 memory=4736 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72430/stat : 72430 (fscip) S 72385 72388 70587 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
[pid=72388/tid=72431] ppid=72385 vsize=21683408 memory=-7451882351976604024 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/72388/task/72431/stat : 72431 (fscip) S 72385 72388 70587 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 12035247 22203809792 4301857 809668444160 4194304 16623229 140723325131648 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 29855744 140723325137930 140723325138048 140723325138048 140723325145072 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 21683408 KiB
Current children cumulated memory: 17207428 KiB

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

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

# cumulated CPU time of all completed processes:  user=71919.9 s, system=81.5976 s

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

[startup+3642.8 s]
/proc/loadavg: 80.35 80.37 80.01 63/982 74541
/proc/meminfo: memFree=743230656/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.9 s]
/proc/loadavg: 80.35 80.37 80.01 63/982 74541
/proc/meminfo: memFree=743230656/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3642.92
CPU time (s): 72001.5
CPU user time (s): 71919.9
CPU system time (s): 81.5976
CPU usage (%): 1976.48
Max. virtual memory (cumulated for all children) (KiB): 21747648
Max. memory (cumulated for all children) (KiB): 17258012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71919.9
system time used= 81.5976
maximum resident set size= 17258012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40207955
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= 1159258
involuntary context switches= 268546


# summary of solver processes directly reported to runsolver:
#   pid: 72388
#   total CPU time (s): 72001.5
#   total CPU user time (s): 71919.9
#   total CPU system time (s): 81.5976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3127 second user time and 91.9772 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 21:35:22
IDJOB=4465548
IDBENCH=147893
IDSOLVER=3094
FILE ID=nodeD102/4465548-1722454522
RUNJOBID= nodeD102-1722454211-70627
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.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-4465548-1722454522/watcher-4465548-1722454522 -o /tmp/evaluation-result-4465548-1722454522/solver-4465548-1722454522 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70627 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465548-1722454522.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 4e71f8d633240b9029e11e93d5a0a0b4
RANDOM SEED=962559622

nodeD102.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		: 2933.401
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2616.958
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	: 5005.96
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		: 3081.312
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	: 5005.94
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		: 2933.251
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2211.894
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	: 5005.96
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		: 3091.760
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	: 5005.94
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		: 2933.271
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2497.184
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	: 5005.96
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		: 3080.906
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	: 5005.94
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		: 2933.332
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3616.887
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	: 5005.96
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		: 3061.792
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	: 5005.94
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		: 2933.363
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3520.116
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	: 5005.96
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		: 2811.893
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	: 5005.94
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		: 2933.417
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3428.303
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	: 5005.96
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		: 3091.656
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	: 5005.94
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		: 2933.479
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3201.261
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	: 5005.96
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		: 3091.651
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	: 5005.94
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		: 2933.530
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3566.681
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	: 5005.96
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		: 3061.737
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	: 5005.94
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		: 2933.589
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2400.338
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	: 5005.96
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		: 3056.439
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	: 5005.94
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		: 2933.660
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2663.575
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	: 5005.96
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		: 2813.696
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	: 5005.94
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		: 2933.697
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2175.532
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	: 5005.96
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		: 3091.630
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	: 5005.94
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		: 2933.756
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2193.606
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	: 5005.96
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		: 2805.558
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	: 5005.94
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		: 2933.810
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2402.265
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	: 5005.96
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		: 3091.624
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	: 5005.94
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		: 2933.877
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2402.491
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	: 5005.96
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		: 3050.973
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	: 5005.94
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		: 2933.945
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2414.913
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	: 5005.96
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		: 3068.887
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	: 5005.94
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		: 2934.023
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2409.745
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	: 5005.96
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		: 3067.204
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	: 5005.94
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		: 2934.099
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2422.924
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	: 5005.96
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		: 3091.606
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	: 5005.94
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		: 2934.142
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2419.828
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	: 5005.96
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		: 3091.601
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	: 5005.94
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		: 2934.106
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		: 3199.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2415.392
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	: 5005.96
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		: 3091.594
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	: 5005.94
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		: 2934.062
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		: 3200.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 1916.513
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	: 5005.96
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		: 3091.589
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        762992712 kB
MemAvailable:   761421716 kB
Buffers:          156220 kB
Cached:          1562824 kB
SwapCached:            0 kB
Active:           326224 kB
Inactive:       25032864 kB
Active(anon):       2260 kB
Inactive(anon): 23660316 kB
Active(file):     323964 kB
Inactive(file):  1372548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32512 kB
Writeback:            64 kB
AnonPages:      23628812 kB
Mapped:           125036 kB
Shmem:             22536 kB
KReclaimable:     148812 kB
Slab:             485324 kB
SReclaimable:     148812 kB
SUnreclaim:       336512 kB
KernelStack:       17008 kB
PageTables:        57204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3266628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           206208 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4681728 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:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD102 at 2024-07-31 22:36:05