Trace number 4467285

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72002.2 3643.67

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUM1adddfdbf1ced655bc7cf87afdf2cbda
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40292
Best CPU time to get the best result obtained on this benchmark72000.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
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: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 56381440, getVmSize() = 56381440, SCIPgetMemUsed() = 25416165, SCIPgetMemTotal() = 33623581, SCIPgetMemExternEstim() = 18919918
0.00/0.05	c ** set memory limit for presolving in LC to 8.79592e+12 for SCIP **
0.42/0.52	c ** Estimated virtualMemUsedAtSolver = 96964734, getVmSize() = 151834624, SCIPgetMemUsed() = 81945015, SCIPgetMemTotal() = 126527183, SCIPgetMemExternEstim() = 18919918
0.42/0.52	c ** set memory limit for solvers to 4.18831e+11 for each SCIP **
0.42/0.52	c Original Problem   :
0.42/0.52	c   Problem name     : instance-4467285-1723206158
0.42/0.52	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.52	c   Constraints      : 16096
0.42/0.52	c   Objective sense  : minimize
0.42/0.52	c Presolved Problem  :
0.42/0.52	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.52	c   Constraints      : 16096
0.42/0.52	c Constraints        : Number
0.42/0.52	c   knapsack         : 7496 
0.42/0.52	c   setppc           : 2016 
0.42/0.52	c   logicor          : 6584 
0.42/0.52	c ** Instance transfer method used: 0
0.52/0.55	c ** ParaScipInstance copy does not increase the number of variables. **
0.90/0.98	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.90/0.99	c                                Nodes    Active                                            
0.90/0.99	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
19.95/2.09	c *       2              0           1        20       56001.0000                -          -
1177.67/60.54	c        61              2           1        20       56001.0000       31916.0000     75.46%
1278.30/65.62	c        66              2           1        20       56001.0000       31916.0000     75.46%
1400.87/71.82	c        72              2           1        20       56001.0000       31916.0000     75.46%
1537.21/78.70	c        79              2           1        20       56001.0000       31916.0000     75.46%
1665.65/85.24	c        85              2           1        20       56001.0000       31916.0000     75.46%
1775.71/90.86	c        91              5           4        20       56001.0000       31916.0000     75.46%
1884.41/96.33	c        96              5           4        20       56001.0000       31916.0000     75.46%
2005.02/102.41	c       102              3           4        20       56001.0000       31916.0000     75.46%
2109.33/107.79	c       108              3           4        20       56001.0000       31916.0000     75.46%
2225.40/113.60	c       114              3           4        20       56001.0000       31916.0000     75.46%
2324.00/118.68	c       119              3           4        20       56001.0000       31916.0000     75.46%
2433.17/124.14	c       124              3           4        20       56001.0000       31916.0000     75.46%
2578.80/131.55	c       132              3           4        20       56001.0000       31916.0000     75.46%
2691.39/137.23	c       137              3           4        20       56001.0000       31916.0000     75.46%
2829.30/144.23	c       144              3           4        20       56001.0000       31916.0000     75.46%
2930.32/149.32	c       149              3           4        20       56001.0000       31916.0000     75.46%
3029.26/154.32	c       154              3           4        20       56001.0000       31916.0000     75.46%
3130.17/159.43	c       159              3           4        20       56001.0000       31916.0000     75.46%
3241.63/165.13	c       165              3           4        20       56001.0000       31916.0000     75.46%
3342.67/170.15	c       170              3           4        20       56001.0000       31916.0000     75.46%
3444.53/175.30	c       175              3           4        20       56001.0000       31916.0000     75.46%
3551.18/180.74	c       181              3           4        20       56001.0000       31916.0000     75.46%
3616.96/184.07	c *     184              3           4        20       54444.0000       31916.0000     70.59%
3653.93/185.98	c       186              3           4        20       54444.0000       31916.0000     70.59%
3760.36/191.31	c       191              3           4        20       54444.0000       31916.0000     70.59%
3865.21/196.69	c       197              3           4        20       54444.0000       31916.0000     70.59%
3970.02/202.01	c       202              3           4        20       54444.0000       31916.0000     70.59%
4088.65/208.02	c       208              3           4        20       54444.0000       31916.0000     70.59%
4197.17/213.46	c       213              3           4        20       54444.0000       31916.0000     70.59%
4299.53/218.66	c       219              3           4        20       54444.0000       31916.0000     70.59%
4400.32/223.73	c       224              3           4        20       54444.0000       31916.0000     70.59%
4501.19/228.86	c *     229              3           4        20       51836.0000       31916.0000     62.41%
4501.19/228.86	c       229              3           4        20       51836.0000       31916.0000     62.41%
4601.82/234.03	c       234             74          73        20       51836.0000       31916.0000     62.41%
4703.04/239.05	c       239              5           4        20       51836.0000       31916.0000     62.41%
4802.05/244.12	c       244              4           3        20       51836.0000       31916.0000     62.41%
4903.00/249.17	c       249            645           3        20       51836.0000       31916.0000     62.41%
5002.93/254.25	c       254            645           3        20       51836.0000       31916.0000     62.41%
5101.45/259.29	c       259            645           3        20       51836.0000       31916.0000     62.41%
5204.09/264.45	c       264            100          99        20       51836.0000       31916.0000     62.41%
5306.81/269.64	c       270            763         121        20       51836.0000       31916.0000     62.41%
5414.09/275.12	c       275            763         121        20       51836.0000       31916.0000     62.41%
5518.15/280.31	c       280            763         121        20       51836.0000       31916.0000     62.41%
5626.96/285.81	c       286            763         121        20       51836.0000       31916.0000     62.41%
5727.83/291.03	c       291             34          31        20       51836.0000       31916.0000     62.41%
5832.69/296.22	c       296           1041         120        20       51836.0000       31916.0000     62.41%
5933.64/301.38	c       301           1041         120        20       51836.0000       31916.0000     62.41%
6038.51/306.61	c       307           1041         120        20       51836.0000       31916.0000     62.41%
6137.14/311.65	c       312           1041         120        20       51836.0000       31916.0000     62.41%
6247.77/317.26	c       317           1041         120        20       51836.0000       31916.0000     62.41%
6354.36/322.68	c       323             34          33        20       51836.0000       31916.0000     62.41%
6455.13/327.72	c       328             34          33        20       51836.0000       31916.0000     62.41%
6554.09/332.77	c       333             34          33        20       51836.0000       31916.0000     62.41%
6670.83/338.63	c       339             34          33        20       51836.0000       31916.0000     62.41%
6769.75/343.67	c       344             34          33        20       51836.0000       31916.0000     62.41%
6854.79/347.96	c *     348             34          33        20       51063.0000       31916.0000     59.99%
6854.79/347.98	c *     348             34          33        20       50807.0000       31916.0000     59.19%
6874.56/348.98	c       349             34          33        20       50807.0000       31916.0000     59.19%
6976.10/354.09	c       354             34          33        20       50807.0000       31916.0000     59.19%
7076.59/359.15	c       359           2715         175        20       50807.0000       31916.0000     59.19%
7176.78/364.22	c       364           2715         175        20       50807.0000       31916.0000     59.19%
7285.30/369.78	c       370           2715         175        20       50807.0000       31916.0000     59.19%
7385.93/374.88	c       375             48          47        20       50807.0000       31916.0000     59.19%
7486.67/379.98	c       380             48          47        20       50807.0000       31916.0000     59.19%
7588.12/385.06	c       385             48          47        20       50807.0000       31916.0000     59.19%
7700.00/390.72	c       391             48          47        20       50807.0000       31916.0000     59.19%
7800.89/395.83	c       396             48          47        20       50807.0000       31916.0000     59.19%
7899.74/400.88	c       401             48          47        20       50807.0000       31916.0000     59.19%
8006.29/406.24	c       406             48          47        20       50807.0000       31916.0000     59.19%
8109.12/411.41	c       411             48          47        20       50807.0000       31916.0000     59.19%
8209.77/416.54	c       417             48          47        20       50807.0000       31916.0000     59.19%
8314.40/421.81	c       422             48          47        20       50807.0000       31916.0000     59.19%
8415.20/426.96	c       427             48          47        20       50807.0000       31916.0000     59.19%
8516.81/432.08	c       432             48          47        20       50807.0000       31916.0000     59.19%
8615.52/437.13	c       437            189         188        20       50807.0000       31916.0000     59.19%
8717.59/442.20	c       442           7138         166        20       50807.0000       31916.0000     59.19%
8836.20/448.20	c       448           7138         166        20       50807.0000       31916.0000     59.19%
8944.72/453.76	c       454           7138         166        20       50807.0000       31916.0000     59.19%
9047.52/458.96	c       459           7138         166        20       50807.0000       31916.0000     59.19%
9146.42/464.03	c       464           7138         166        20       50807.0000       31916.0000     59.19%
9248.22/469.09	c       469           7138         166        20       50807.0000       31916.0000     59.19%
9354.16/474.42	c       474             60          59        20       50807.0000       31916.0000     59.19%
9453.00/479.47	c       479             60          59        20       50807.0000       31916.0000     59.19%
9555.84/484.64	c       485          11279         177        20       50807.0000       31916.0000     59.19%
9660.55/490.00	c       490          11279         177        20       50807.0000       31916.0000     59.19%
9761.90/495.05	c       495          11279         177        20       50807.0000       31916.0000     59.19%
9860.51/500.08	c       500            184         183        20       50807.0000       31916.0000     59.19%
9909.30/502.51	c *     503            184         183        20       48783.0000       31916.0000     52.85%
9909.30/502.53	c *     503            184         183        20       48782.0000       31916.0000     52.84%
9964.35/505.38	c       505            184         183        20       48782.0000       31916.0000     52.84%
10067.18/510.54	c       511            184         183        20       48782.0000       31916.0000     52.84%
10173.98/515.92	c       516            184         183        20       48782.0000       31916.0000     52.84%
10272.55/520.95	c       521            184         183        20       48782.0000       31916.0000     52.84%
10373.92/526.04	c       526            184         183        20       48782.0000       31916.0000     52.84%
10476.07/531.24	c       531            184         183        20       48782.0000       31916.0000     52.84%
10576.69/536.32	c       536            184         183        20       48782.0000       31916.0000     52.84%
10624.19/538.71	c *     539            184         183        20       48649.0000       31916.0000     52.43%
10681.57/541.68	c       542            184         183        20       48649.0000       31916.0000     52.43%
10782.32/546.73	c       547            184         183        20       48649.0000       31916.0000     52.43%
10882.96/551.84	c       552            184         183        20       48649.0000       31916.0000     52.43%
10983.78/556.90	c       557            184         183        20       48649.0000       31916.0000     52.43%
11085.05/562.08	c       562            184         183        20       48649.0000       31916.0000     52.43%
11189.01/567.30	c       567            184         183        20       48649.0000       31916.0000     52.43%
11287.90/572.32	c       572            184         183        20       48649.0000       31916.0000     52.43%
11386.77/577.37	c       577            184         183        20       48649.0000       31916.0000     52.43%
11485.57/582.38	c       582          13573           0        20       48649.0000       31916.0000     52.43%
11590.14/587.60	c       588          13573           0        20       48649.0000       31916.0000     52.43%
11692.89/592.87	c       593          13573           0        20       48649.0000       31916.0000     52.43%
11793.61/597.96	c       598          13573           0        20       48649.0000       31916.0000     52.43%
11892.56/603.03	c       603            192         191        20       48649.0000       31916.0000     52.43%
11994.15/608.07	c       608            192         191        20       48649.0000       31916.0000     52.43%
12096.19/613.21	c       613            192         191        20       48649.0000       31916.0000     52.43%
12200.98/618.51	c       619            192         191        20       48649.0000       31916.0000     52.43%
12299.73/623.53	c       624            192         191        20       48649.0000       31916.0000     52.43%
12400.64/628.61	c       629            192         191        20       48649.0000       31916.0000     52.43%
12499.50/633.67	c       634            192         191        20       48649.0000       31916.0000     52.43%
12600.43/638.72	c       639            192         191        20       48649.0000       31916.0000     52.43%
12705.81/644.04	c       644            192         191        20       48649.0000       31916.0000     52.43%
12807.99/649.28	c       649            192         191        20       48649.0000       31916.0000     52.43%
12908.81/654.39	c       654            313         312        20       48649.0000       31916.0000     52.43%
13011.68/659.55	c       660          21714         156        20       48649.0000       31916.0000     52.43%
13116.46/664.86	c       665          21714         156        20       48649.0000       31916.0000     52.43%
13217.10/669.90	c       670            325         324        20       48649.0000       31916.0000     52.43%
13315.74/674.96	c       675            204         203        20       48649.0000       31916.0000     52.43%
13420.47/680.25	c       680            204         203        20       48649.0000       31916.0000     52.43%
13519.11/685.28	c       685            204         203        20       48649.0000       31916.0000     52.43%
13620.00/690.34	c       690            204         203        20       48649.0000       31916.0000     52.43%
13730.65/695.94	c       696            204         203        20       48649.0000       31916.0000     52.43%
13829.53/701.00	c       701            204         203        20       48649.0000       31916.0000     52.43%
13931.17/706.10	c       706            204         201        20       48649.0000       31916.0000     52.43%
14033.38/711.29	c       711            346         345        20       48649.0000       31916.0000     52.43%
14136.24/716.42	c       716          25202         147        20       48649.0000       31916.0000     52.43%
14235.22/721.44	c       721          25202         147        20       48649.0000       31916.0000     52.43%
14304.37/725.03	c *     725          25202         147        20       47851.0000       31916.0000     49.93%
14339.93/726.80	c       727          25202         147        20       47851.0000       31916.0000     49.93%
14440.93/731.82	c       732          25202         147        20       47851.0000       31916.0000     49.93%
14541.61/736.92	c       737          25202         147        20       47851.0000       31916.0000     49.93%
14640.50/741.98	c       742          25202         147        20       47851.0000       31916.0000     49.93%
14741.88/747.06	c       747            544         543        20       47851.0000       31916.0000     49.93%
14843.89/752.20	c       752            246         243        20       47851.0000       31916.0000     49.93%
14944.66/757.34	c       757            244         243        20       47851.0000       31916.0000     49.93%
15049.47/762.60	c       763            244         243        20       47851.0000       31916.0000     49.93%
15150.31/767.74	c       768            244         243        20       47851.0000       31916.0000     49.93%
15251.05/772.82	c       773            244         243        20       47851.0000       31916.0000     49.93%
15349.50/777.84	c       778            244         243        20       47851.0000       31916.0000     49.93%
15448.18/782.89	c       783            244         243        20       47851.0000       31916.0000     49.93%
15554.90/788.24	c       788          36260         218        20       47851.0000       31916.0000     49.93%
15661.66/793.65	c       794          36260         218        20       47851.0000       31916.0000     49.93%
15760.49/798.69	c       799            279         276        20       47851.0000       31916.0000     49.93%
15861.05/803.76	c       804          37021         219        20       47851.0000       31916.0000     49.93%
15963.55/808.92	c       809          37021         219        20       47851.0000       31916.0000     49.93%
16064.68/814.12	c       814          37021         219        20       47851.0000       31916.0000     49.93%
16163.65/819.14	c       819            411         410        20       47851.0000       31916.0000     49.93%
16265.64/824.25	c       824            270         267        20       47851.0000       31916.0000     49.93%
16366.47/829.40	c       829          39638         222        20       47851.0000       31916.0000     49.93%
16473.25/834.70	c       835          39638         222        20       47851.0000       31916.0000     49.93%
16572.05/839.75	c       840          39638         222        20       47851.0000       31916.0000     49.93%
16672.81/844.84	c       845          39638         222        20       47851.0000       31916.0000     49.93%
16773.47/849.90	c       850            270         269        20       47851.0000       31916.0000     49.93%
16872.31/854.93	c       855            270         269        20       47851.0000       31916.0000     49.93%
16973.91/860.05	c       860            270         269        20       47851.0000       31916.0000     49.93%
17072.68/865.10	c       865            270         269        20       47851.0000       31916.0000     49.93%
17173.39/870.16	c       870            270         269        20       47851.0000       31916.0000     49.93%
17273.59/875.25	c       875          45297         237        20       47851.0000       31916.0000     49.93%
17374.16/880.32	c       880          45297         237        20       47851.0000       31916.0000     49.93%
17472.86/885.40	c       885            337         336        20       47851.0000       31916.0000     49.93%
17573.73/890.41	c       890            337         336        20       47851.0000       31916.0000     49.93%
17672.41/895.45	c       895            337         336        20       47851.0000       31916.0000     49.93%
17773.24/900.51	c       901            337         336        20       47851.0000       31916.0000     49.93%
17872.04/905.57	c       906          50025         218        20       47851.0000       31916.0000     49.93%
17973.04/910.63	c       911          50073           0        20       47851.0000       31916.0000     49.93%
18071.85/915.68	c       916          50073           0        20       47851.0000       31916.0000     49.93%
18172.73/920.73	c       921          50073           0        20       47851.0000       31916.0000     49.93%
18271.45/925.76	c       926            481         480        20       47851.0000       31916.0000     49.93%
18372.37/930.82	c       931            484         483        20       47851.0000       31916.0000     49.93%
18471.28/935.87	c       936            383         380        20       47851.0000       31916.0000     49.93%
18570.21/940.89	c       941            697         696        20       47851.0000       31916.0000     49.93%
18671.09/945.93	c       946            697         696        20       47851.0000       31916.0000     49.93%
18770.01/950.98	c       951            492         491        20       47851.0000       31916.0000     49.93%
18868.79/955.99	c       956            708         707        20       47851.0000       31916.0000     49.93%
18967.70/961.01	c       961            339         336        20       47851.0000       31916.0000     49.93%
19069.14/966.08	c       966            716         715        20       47851.0000       31916.0000     49.93%
19170.23/971.16	c       971            423         422        20       47851.0000       31916.0000     49.93%
19270.25/976.23	c       976            423         422        20       47851.0000       31916.0000     49.93%
19369.17/981.29	c       981            423         422        20       47851.0000       31916.0000     49.93%
19470.04/986.34	c       986            423         422        20       47851.0000       31916.0000     49.93%
19570.91/991.40	c       991            423         422        20       47851.0000       31916.0000     49.93%
19669.83/996.48	c       996            423         422        20       47851.0000       31916.0000     49.93%
19770.67/1001.55	c      1002            423         422        20       47851.0000       31916.0000     49.93%
19871.57/1006.60	c      1007            423         422        20       47851.0000       31916.0000     49.93%
19970.32/1011.65	c      1012            423         422        20       47851.0000       31916.0000     49.93%
20071.16/1016.70	c      1017            423         422        20       47851.0000       31916.0000     49.93%
20169.71/1021.76	c      1022            423         422        20       47851.0000       31916.0000     49.93%
20270.52/1026.81	c      1027            423         422        20       47851.0000       31916.0000     49.93%
20371.06/1031.95	c      1032            423         422        20       47851.0000       31916.0000     49.93%
20472.67/1037.09	c      1037            423         422        20       47851.0000       31916.0000     49.93%
20571.39/1042.13	c      1042          80247         142        20       47851.0000       31916.0000     49.93%
20673.30/1047.24	c      1047          80247         142        20       47851.0000       31916.0000     49.93%
20773.84/1052.32	c      1052          80247         142        20       47851.0000       31916.0000     49.93%
20872.42/1057.33	c      1057            425         424        20       47851.0000       31916.0000     49.93%
20971.17/1062.36	c      1062            425         424        20       47851.0000       31916.0000     49.93%
21071.99/1067.42	c      1067            425         424        20       47851.0000       31916.0000     49.93%
21170.85/1072.46	c      1072            425         424        20       47851.0000       31916.0000     49.93%
21271.62/1077.51	c      1078            425         424        20       47851.0000       31916.0000     49.93%
21372.29/1082.65	c      1083            425         424        20       47851.0000       31916.0000     49.93%
21473.26/1087.73	c      1088            425         424        20       47851.0000       31916.0000     49.93%
21573.96/1092.80	c      1093            425         424        20       47851.0000       31916.0000     49.93%
21672.87/1097.81	c      1098            425         424        20       47851.0000       31916.0000     49.93%
21773.67/1102.95	c      1103            425         424        20       47851.0000       31916.0000     49.93%
21875.07/1108.08	c      1108            425         424        20       47851.0000       31916.0000     49.93%
21974.07/1113.14	c      1113            425         424        20       47851.0000       31916.0000     49.93%
22074.69/1118.17	c      1118          97651         139        20       47851.0000       31916.0000     49.93%
22174.63/1123.22	c      1123            425         424        20       47851.0000       31916.0000     49.93%
22275.48/1128.33	c      1128            425         424        20       47851.0000       31916.0000     49.93%
22374.34/1133.39	c      1133          99884           0        20       47851.0000       31916.0000     49.93%
22475.26/1138.44	c      1138          99884           0        20       47851.0000       31916.0000     49.93%
22576.04/1143.59	c      1144          99884           0        20       47851.0000       31916.0000     49.93%
22676.82/1148.62	c      1149          99884           0        20       47851.0000       31916.0000     49.93%
22775.73/1153.68	c      1154          99884           0        20       47851.0000       31916.0000     49.93%
22880.45/1158.96	c      1159          99884           0        20       47851.0000       31916.0000     49.93%
22981.97/1164.07	c      1164            885         884        20       47851.0000       31916.0000     49.93%
23084.03/1169.28	c      1169            889         888        20       47851.0000       31916.0000     49.93%
23186.88/1174.45	c      1174            497         496        20       47851.0000       31916.0000     49.93%
23287.75/1179.52	c      1180            895         894        20       47851.0000       31916.0000     49.93%
23386.65/1184.52	c      1185            502         501        20       47851.0000       31916.0000     49.93%
23487.44/1189.60	c      1190            502         501        20       47851.0000       31916.0000     49.93%
23586.32/1194.68	c      1195            503         500        20       47851.0000       31916.0000     49.93%
23687.22/1199.75	c      1200            680         679        20       47851.0000       31916.0000     49.93%
23786.13/1204.79	c      1205            506         505        20       47851.0000       31916.0000     49.93%
23886.99/1209.82	c      1210            913         912        20       47851.0000       31916.0000     49.93%
23987.93/1214.90	c      1215            915         914        20       47851.0000       31916.0000     49.93%
24086.84/1219.96	c      1220            920         919        20       47851.0000       31916.0000     49.93%
24185.65/1225.03	c      1225            522         521        20       47851.0000       31916.0000     49.93%
24287.29/1230.08	c      1230            523         520        20       47851.0000       31916.0000     49.93%
24386.18/1235.13	c      1235            535         532        20       47851.0000       31916.0000     49.93%
24486.77/1240.18	c      1240            536         535        20       47851.0000       31916.0000     49.93%
24587.08/1245.24	c      1245            536         535        20       47851.0000       31916.0000     49.93%
24686.01/1250.28	c      1250            724         723        20       47851.0000       31916.0000     49.93%
24786.92/1255.34	c      1255            724         723        20       47851.0000       31916.0000     49.93%
24887.80/1260.40	c      1260            553         552        20       47851.0000       31916.0000     49.93%
24986.62/1265.47	c      1265            553         552        20       47851.0000       31916.0000     49.93%
25087.54/1270.53	c      1271            531         530        20       47851.0000       31916.0000     49.93%
25186.48/1275.59	c      1276            532         529        20       47851.0000       31916.0000     49.93%
25287.41/1280.64	c      1281            558         557        20       47851.0000       31916.0000     49.93%
25388.25/1285.70	c      1286            534         533        20       47851.0000       31916.0000     49.93%
25487.16/1290.75	c      1291            565         562        20       47851.0000       31916.0000     49.93%
25588.05/1295.80	c      1296            565         564        20       47851.0000       31916.0000     49.93%
25686.93/1300.86	c      1301            566         563        20       47851.0000       31916.0000     49.93%
25787.77/1305.92	c      1306            545         544        20       47851.0000       31916.0000     49.93%
25886.56/1310.98	c      1311            545         544        20       47851.0000       31916.0000     49.93%
25988.09/1316.04	c      1316            778         777        20       47851.0000       31916.0000     49.93%
26087.24/1321.09	c      1321            548         547        20       47851.0000       31916.0000     49.93%
26188.12/1326.16	c      1326            551         548        20       47851.0000       31916.0000     49.93%
26288.20/1331.23	c      1331           1021        1020        20       47851.0000       31916.0000     49.93%
26387.09/1336.26	c      1336            605         602        20       47851.0000       31916.0000     49.93%
26488.00/1341.32	c      1341            803         802        20       47851.0000       31916.0000     49.93%
26588.76/1346.40	c      1346            618         615        20       47851.0000       31916.0000     49.93%
26687.62/1351.45	c      1351           1037        1036        20       47851.0000       31916.0000     49.93%
26788.43/1356.50	c      1357            623         622        20       47851.0000       31916.0000     49.93%
26887.19/1361.57	c      1362            579         578        20       47851.0000       31916.0000     49.93%
26988.19/1366.62	c      1367            632         629        20       47851.0000       31916.0000     49.93%
27086.97/1371.67	c      1372            634         633        20       47851.0000       31916.0000     49.93%
27189.87/1376.81	c      1377            634         633        20       47851.0000       31916.0000     49.93%
27288.76/1381.89	c      1382           1049        1048        20       47851.0000       31916.0000     49.93%
27389.62/1387.03	c      1387           1049        1048        20       47851.0000       31916.0000     49.93%
27491.11/1392.09	c      1392           1049        1048        20       47851.0000       31916.0000     49.93%
27590.35/1397.10	c      1397           1049        1048        20       47851.0000       31916.0000     49.93%
27692.40/1402.21	c      1402           1049        1048        20       47851.0000       31916.0000     49.93%
27791.19/1407.25	c      1407           1049        1048        20       47851.0000       31916.0000     49.93%
27890.09/1412.27	c      1412           1049        1048        20       47851.0000       31916.0000     49.93%
27990.88/1417.33	c      1417           1049        1048        20       47851.0000       31916.0000     49.93%
28089.66/1422.34	c      1422           1049        1048        20       47851.0000       31916.0000     49.93%
28190.37/1427.47	c      1427           1049        1048        20       47851.0000       31916.0000     49.93%
28291.01/1432.59	c      1433            614         611        20       47851.0000       31916.0000     49.93%
28393.93/1437.74	c      1438            679         676        20       47851.0000       31916.0000     49.93%
28492.88/1442.77	c      1443            679         676        20       47851.0000       31916.0000     49.93%
28593.68/1447.84	c      1448           1062          12        20       47851.0000       31916.0000     49.93%
28692.54/1452.89	c      1453            688         683        20       47851.0000       31916.0000     49.93%
28793.48/1457.95	c      1458            638         637        20       47851.0000       31916.0000     49.93%
28894.97/1463.04	c      1463           1065          15        20       47851.0000       31916.0000     49.93%
28997.16/1468.23	c      1468            641         640        20       47851.0000       31916.0000     49.93%
29096.06/1473.27	c      1473            920         919        20       47851.0000       31916.0000     49.93%
29196.83/1478.36	c      1478            924         923        20       47851.0000       31916.0000     49.93%
29297.77/1483.47	c      1483            643         642        20       47851.0000       31916.0000     49.93%
29398.54/1488.55	c      1489            648         645        20       47851.0000       31916.0000     49.93%
29497.39/1493.56	c      1494            648         645        20       47851.0000       31916.0000     49.93%
29598.18/1498.64	c      1499            718         715        20       47851.0000       31916.0000     49.93%
29703.03/1503.97	c      1504            718         715        20       47851.0000       31916.0000     49.93%
29801.98/1509.04	c      1509         204107           0        20       47851.0000       31916.0000     49.93%
29903.60/1514.12	c      1514         204107           0        20       47851.0000       31916.0000     49.93%
30005.36/1519.25	c      1519         204107           0        20       47851.0000       31916.0000     49.93%
30104.13/1524.27	c      1524         204107           0        20       47851.0000       31916.0000     49.93%
30205.04/1529.33	c      1529            668         667        20       47851.0000       31916.0000     49.93%
30303.94/1534.37	c      1534            668         667        20       47851.0000       31916.0000     49.93%
30404.86/1539.43	c      1539            739         734        20       47851.0000       31916.0000     49.93%
30503.75/1544.48	c      1544            969         968        20       47851.0000       31916.0000     49.93%
30604.54/1549.56	c      1550            746         741        20       47851.0000       31916.0000     49.93%
30703.38/1554.56	c      1555            751         746        20       47851.0000       31916.0000     49.93%
30804.27/1559.68	c      1560            980         979        20       47851.0000       31916.0000     49.93%
30905.11/1564.71	c      1565           1132          82        20       47851.0000       31916.0000     49.93%
31003.91/1569.75	c      1570           1136          86        20       47851.0000       31916.0000     49.93%
31104.77/1574.88	c      1575            767         762        20       47851.0000       31916.0000     49.93%
31203.72/1579.90	c      1580            767         762        20       47851.0000       31916.0000     49.93%
31304.63/1585.01	c      1585            995         994        20       47851.0000       31916.0000     49.93%
31406.29/1590.08	c      1590            715         714        20       47851.0000       31916.0000     49.93%
31505.28/1595.09	c      1595           1002        1001        20       47851.0000       31916.0000     49.93%
31611.29/1600.40	c      1600           1163         113        20       47851.0000       31916.0000     49.93%
31712.06/1605.56	c      1606            729         726        20       47851.0000       31916.0000     49.93%
31812.90/1610.61	c      1611           1012        1011        20       47851.0000       31916.0000     49.93%
31911.81/1615.68	c      1616            739         736        20       47851.0000       31916.0000     49.93%
32012.71/1620.74	c      1621            739         736        20       47851.0000       31916.0000     49.93%
32111.57/1625.79	c      1626           1015        1014        20       47851.0000       31916.0000     49.93%
32212.30/1630.86	c      1631            820         815        20       47851.0000       31916.0000     49.93%
32313.28/1635.90	c      1636            751         748        20       47851.0000       31916.0000     49.93%
32412.16/1640.96	c      1641            826         821        20       47851.0000       31916.0000     49.93%
32511.02/1646.01	c      1646            826         821        20       47851.0000       31916.0000     49.93%
32612.75/1651.07	c      1651            769         766        20       47851.0000       31916.0000     49.93%
32711.73/1656.12	c      1656           1195         145        20       47851.0000       31916.0000     49.93%
32812.41/1661.18	c      1661            834         829        20       47851.0000       31916.0000     49.93%
32912.66/1666.24	c      1666           1201         151        20       47851.0000       31916.0000     49.93%
33011.62/1671.30	c      1671           1203         153        20       47851.0000       31916.0000     49.93%
33112.57/1676.36	c      1676           1050           0        20       47851.0000       31916.0000     49.93%
33213.52/1681.45	c      1681           1050           0        20       47851.0000       31916.0000     49.93%
33314.41/1686.54	c      1687           1050           0        20       47851.0000       31916.0000     49.93%
33413.39/1691.60	c      1692           1050           0        20       47851.0000       31916.0000     49.93%
33514.31/1696.66	c      1697           1050           0        20       47851.0000       31916.0000     49.93%
33615.23/1701.71	c      1702           1050           0        20       47851.0000       31916.0000     49.93%
33714.00/1706.77	c      1707           1050           0        20       47851.0000       31916.0000     49.93%
33814.92/1711.82	c      1712           1050           0        20       47851.0000       31916.0000     49.93%
33913.75/1716.87	c      1717           1050           0        20       47851.0000       31916.0000     49.93%
34014.71/1721.92	c      1722           1050           0        20       47851.0000       31916.0000     49.93%
34113.67/1726.97	c      1727           1050           0        20       47851.0000       31916.0000     49.93%
34212.55/1732.03	c      1732           1050           0        20       47851.0000       31916.0000     49.93%
34316.27/1737.15	c      1737           1050           0        20       47851.0000       31916.0000     49.93%
34416.32/1742.23	c      1742            828         827        20       47851.0000       31916.0000     49.93%
34515.26/1747.28	c      1747            909         904        20       47851.0000       31916.0000     49.93%
34614.17/1752.29	c      1752            831         828        20       47851.0000       31916.0000     49.93%
34717.03/1757.41	c      1757           1062          12        20       47851.0000       31916.0000     49.93%
34815.98/1762.45	c      1762            837         834        20       47851.0000       31916.0000     49.93%
34914.89/1767.49	c      1768            837         834        20       47851.0000       31916.0000     49.93%
35015.69/1772.58	c      1773           1069          19        20       47851.0000       31916.0000     49.93%
35116.62/1777.60	c      1778           1071          21        20       47851.0000       31916.0000     49.93%
35215.67/1782.67	c      1783           1295         245        20       47851.0000       31916.0000     49.93%
35288.77/1786.33	c *    1786           1299         249        20       47832.0000       31916.0000     49.87%
35318.48/1787.85	c      1788            956         951        20       47832.0000       31916.0000     49.87%
35425.28/1793.21	c      1793         279316         234        20       47832.0000       31916.0000     49.87%
35526.15/1798.33	c      1798         279316         234        20       47832.0000       31916.0000     49.87%
35624.93/1803.34	c      1803         279316         234        20       47832.0000       31916.0000     49.87%
35720.00/1808.15	c *    1808         279316         234        20       47544.0000       31916.0000     48.97%
35727.36/1808.52	c      1809         279316         234        20       47544.0000       31916.0000     48.97%
35825.96/1813.59	c      1814            974         969        20       47544.0000       31916.0000     48.97%
35928.79/1818.79	c      1819         279322         233        20       47544.0000       31916.0000     48.97%
36029.57/1823.81	c      1824         279322         233        20       47544.0000       31916.0000     48.97%
36128.35/1828.83	c      1829         279322         233        20       47544.0000       31916.0000     48.97%
36229.02/1834.04	c      1834         279322         233        20       47544.0000       31916.0000     48.97%
36345.32/1839.84	c      1840            887         886        20       47544.0000       31916.0000     48.97%
36448.71/1845.04	c      1845            887         886        20       47544.0000       31916.0000     48.97%
36547.71/1850.13	c      1850         279333         234        20       47544.0000       31916.0000     48.97%
36649.55/1855.26	c      1855         279333         234        20       47544.0000       31916.0000     48.97%
36754.01/1860.58	c      1861         279333         234        20       47544.0000       31916.0000     48.97%
36856.78/1865.75	c      1866         279338         234        20       47544.0000       31916.0000     48.97%
36957.62/1870.82	c      1871         279338         234        20       47544.0000       31916.0000     48.97%
37072.34/1876.63	c      1877         279338         234        20       47544.0000       31916.0000     48.97%
37171.05/1881.70	c      1882         279338         234        20       47544.0000       31916.0000     48.97%
37275.64/1886.93	c      1887            920         919        20       47544.0000       31916.0000     48.97%
37374.45/1891.96	c      1892         279347         235        20       47544.0000       31916.0000     48.97%
37476.10/1897.07	c      1897         279347         235        20       47544.0000       31916.0000     48.97%
37581.91/1902.41	c      1902         279347         235        20       47544.0000       31916.0000     48.97%
37680.50/1907.45	c      1907           1038        1033        20       47544.0000       31916.0000     48.97%
37783.11/1912.60	c      1913         279436         230        20       47544.0000       31916.0000     48.97%
37885.84/1917.82	c      1918         279436         230        20       47544.0000       31916.0000     48.97%
37984.47/1922.84	c      1923         279436         230        20       47544.0000       31916.0000     48.97%
38085.16/1927.98	c      1928           1050           0        20       47544.0000       31916.0000     48.97%
38189.81/1933.29	c      1933           1050           0        20       47544.0000       31916.0000     48.97%
38294.48/1938.52	c      1939           1050           0        20       47544.0000       31916.0000     48.97%
38395.25/1943.61	c      1944           1050           0        20       47544.0000       31916.0000     48.97%
38495.66/1948.70	c      1949           1050           0        20       47544.0000       31916.0000     48.97%
38612.22/1954.62	c      1955           1050           0        20       47544.0000       31916.0000     48.97%
38712.97/1959.73	c      1960            986         983        20       47544.0000       31916.0000     48.97%
38811.78/1964.76	c      1965           1050           0        20       47544.0000       31916.0000     48.97%
38912.55/1969.83	c      1970           1443         391        20       47544.0000       31916.0000     48.97%
39013.43/1974.90	c      1975           1443         391        20       47544.0000       31916.0000     48.97%
39112.32/1979.95	c      1980           1445         393        20       47544.0000       31916.0000     48.97%
39211.15/1985.01	c      1985           1224         174        20       47544.0000       31916.0000     48.97%
39312.78/1990.05	c      1990           1020        1017        20       47544.0000       31916.0000     48.97%
39414.84/1995.23	c      1995         291216         236        20       47544.0000       31916.0000     48.97%
39513.78/2000.28	c      2000         291216         236        20       47544.0000       31916.0000     48.97%
39614.57/2005.31	c      2005         291216         236        20       47544.0000       31916.0000     48.97%
39715.51/2010.47	c      2010         291216         236        20       47544.0000       31916.0000     48.97%
39816.29/2015.51	c      2016           1040        1037        20       47544.0000       31916.0000     48.97%
39915.19/2020.54	c      2021           1103          53        20       47544.0000       31916.0000     48.97%
40015.88/2025.64	c      2026           1109          59        20       47544.0000       31916.0000     48.97%
40116.71/2030.71	c      2031           1049        1046        20       47544.0000       31916.0000     48.97%
40215.62/2035.76	c      2036           1049        1046        20       47544.0000       31916.0000     48.97%
40316.54/2040.80	c      2041           1049        1046        20       47544.0000       31916.0000     48.97%
40415.39/2045.84	c      2046           1049        1046        20       47544.0000       31916.0000     48.97%
40516.19/2050.98	c      2051           1049        1046        20       47544.0000       31916.0000     48.97%
40617.68/2056.08	c      2056           1049        1046        20       47544.0000       31916.0000     48.97%
40718.56/2061.17	c      2061           1049        1046        20       47544.0000       31916.0000     48.97%
40822.64/2066.43	c      2066           1049        1046        20       47544.0000       31916.0000     48.97%
40921.26/2071.48	c      2071           1049        1046        20       47544.0000       31916.0000     48.97%
41022.05/2076.55	c      2077         305205         232        20       47544.0000       31916.0000     48.97%
41122.85/2081.60	c      2082           1286         236        20       47544.0000       31916.0000     48.97%
41221.74/2086.65	c      2087           1522         470        20       47544.0000       31916.0000     48.97%
41322.49/2091.71	c      2092           1164         114        20       47544.0000       31916.0000     48.97%
41421.30/2096.78	c      2097           1299         249        20       47544.0000       31916.0000     48.97%
41522.21/2101.89	c      2102           1079          29        20       47544.0000       31916.0000     48.97%
41623.13/2106.93	c      2107           1305         255        20       47544.0000       31916.0000     48.97%
41629.05/2107.28	c *    2107           1082          32        20       47252.0000       31916.0000     48.05%
41721.95/2111.98	c      2112         313189         231        20       47252.0000       31916.0000     48.05%
41823.43/2117.12	c      2117         313189         231        20       47252.0000       31916.0000     48.05%
41923.92/2122.17	c      2122         313189         231        20       47252.0000       31916.0000     48.05%
42023.72/2127.20	c      2127         313189         231        20       47252.0000       31916.0000     48.05%
42124.30/2132.39	c      2132         313189         231        20       47252.0000       31916.0000     48.05%
42227.13/2137.55	c      2138         313203         231        20       47252.0000       31916.0000     48.05%
42338.56/2143.14	c      2143         313203         231        20       47252.0000       31916.0000     48.05%
42438.51/2148.25	c      2148         313203         231        20       47252.0000       31916.0000     48.05%
42545.00/2153.63	c      2154         313203         231        20       47252.0000       31916.0000     48.05%
42654.24/2159.19	c      2159         313203         231        20       47252.0000       31916.0000     48.05%
42756.28/2164.32	c      2164         313210         232        20       47252.0000       31916.0000     48.05%
42857.04/2169.40	c      2169         313210         232        20       47252.0000       31916.0000     48.05%
42955.77/2174.49	c      2174         313210         232        20       47252.0000       31916.0000     48.05%
43062.39/2179.88	c      2180         313210         232        20       47252.0000       31916.0000     48.05%
43163.13/2184.97	c      2185           1138          88        20       47252.0000       31916.0000     48.05%
43264.53/2190.09	c      2190         313255         231        20       47252.0000       31916.0000     48.05%
43365.31/2195.17	c      2195         313255         231        20       47252.0000       31916.0000     48.05%
43467.44/2200.35	c      2200         313255         231        20       47252.0000       31916.0000     48.05%
43566.23/2205.36	c      2205         313255         231        20       47252.0000       31916.0000     48.05%
43668.92/2210.54	c      2211           1148          98        20       47252.0000       31916.0000     48.05%
43769.77/2215.67	c      2216           1613         561        20       47252.0000       31916.0000     48.05%
43870.50/2220.71	c      2221         313369         235        20       47252.0000       31916.0000     48.05%
43971.21/2225.82	c      2226         313369         235        20       47252.0000       31916.0000     48.05%
44071.91/2230.99	c      2231         313369         235        20       47252.0000       31916.0000     48.05%
44182.68/2236.53	c      2237         313390         236        20       47252.0000       31916.0000     48.05%
44289.32/2241.90	c      2242         313390         236        20       47252.0000       31916.0000     48.05%
44387.90/2247.01	c      2247         313390         236        20       47252.0000       31916.0000     48.05%
44491.45/2252.17	c      2252         313390         236        20       47252.0000       31916.0000     48.05%
44591.41/2257.23	c      2257         313390         236        20       47252.0000       31916.0000     48.05%
44692.29/2262.30	c      2262           1429         379        20       47252.0000       31916.0000     48.05%
44791.16/2267.31	c      2267           1326         276        20       47252.0000       31916.0000     48.05%
44891.76/2272.45	c      2272           1639         587        20       47252.0000       31916.0000     48.05%
44990.54/2277.49	c      2277           1643         591        20       47252.0000       31916.0000     48.05%
45091.38/2282.51	c      2283           1340         290        20       47252.0000       31916.0000     48.05%
45190.12/2287.56	c      2288         319775         233        20       47252.0000       31916.0000     48.05%
45290.94/2292.69	c      2293         319775         233        20       47252.0000       31916.0000     48.05%
45391.59/2297.73	c      2298         319775         233        20       47252.0000       31916.0000     48.05%
45490.32/2302.77	c      2303         319775         233        20       47252.0000       31916.0000     48.05%
45590.94/2307.82	c      2308         319775         233        20       47252.0000       31916.0000     48.05%
45689.75/2312.85	c      2313           1363         313        20       47252.0000       31916.0000     48.05%
45788.64/2317.85	c      2318           1480         430        20       47252.0000       31916.0000     48.05%
45889.43/2322.95	c      2323           1665         613        20       47252.0000       31916.0000     48.05%
45990.83/2328.04	c      2328           1667         615        20       47252.0000       31916.0000     48.05%
46089.85/2333.12	c      2333           1380         332        20       47252.0000       31916.0000     48.05%
46192.05/2338.21	c      2338           1380         332        20       47252.0000       31916.0000     48.05%
46290.95/2343.26	c      2343           1675         623        20       47252.0000       31916.0000     48.05%
46391.81/2348.32	c      2348           1381         333        20       47252.0000       31916.0000     48.05%
46490.64/2353.38	c      2353           1507         457        20       47252.0000       31916.0000     48.05%
46593.46/2358.58	c      2359           1284         234        20       47252.0000       31916.0000     48.05%
46694.17/2363.63	c      2364           1284         234        20       47252.0000       31916.0000     48.05%
46794.72/2368.72	c      2369         336012         238        20       47252.0000       31916.0000     48.05%
46895.30/2373.81	c      2374         336012         238        20       47252.0000       31916.0000     48.05%
46998.92/2379.04	c      2379         336012         238        20       47252.0000       31916.0000     48.05%
47097.73/2384.06	c      2384           1535         485        20       47252.0000       31916.0000     48.05%
47199.87/2389.21	c      2389           1700         648        20       47252.0000       31916.0000     48.05%
47300.51/2394.35	c      2394           1320         270        20       47252.0000       31916.0000     48.05%
47401.37/2399.41	c      2399           1408         358        20       47252.0000       31916.0000     48.05%
47500.27/2404.43	c      2404           1408         358        20       47252.0000       31916.0000     48.05%
47603.01/2409.66	c      2410           1332         282        20       47252.0000       31916.0000     48.05%
47703.89/2414.79	c      2415           1335         285        20       47252.0000       31916.0000     48.05%
47804.80/2419.87	c      2420           1724         672        20       47252.0000       31916.0000     48.05%
47905.61/2424.99	c      2425           1423         375        20       47252.0000       31916.0000     48.05%
48007.24/2430.11	c      2430           1423         375        20       47252.0000       31916.0000     48.05%
48105.84/2435.13	c      2435           1579         529        20       47252.0000       31916.0000     48.05%
48207.75/2440.25	c      2440           1737         685        20       47252.0000       31916.0000     48.05%
48310.61/2445.40	c      2445           1588         538        20       47252.0000       31916.0000     48.05%
48409.41/2450.46	c      2450           1356         306        20       47252.0000       31916.0000     48.05%
48508.19/2455.48	c      2455         354691         235        20       47252.0000       31916.0000     48.05%
48609.09/2460.55	c      2461         354691         235        20       47252.0000       31916.0000     48.05%
48711.98/2465.70	c      2466         354691         235        20       47252.0000       31916.0000     48.05%
48810.83/2470.72	c      2471         354691         235        20       47252.0000       31916.0000     48.05%
48913.59/2476.03	c      2476           1617         567        20       47252.0000       31916.0000     48.05%
49015.18/2481.07	c      2481           1379         329        20       47252.0000       31916.0000     48.05%
49116.03/2486.19	c      2486           1623         573        20       47252.0000       31916.0000     48.05%
49218.11/2491.35	c      2491           1379         331        20       47252.0000       31916.0000     48.05%
49319.03/2496.47	c      2496           1379         331        20       47252.0000       31916.0000     48.05%
49420.00/2501.57	c      2502           1490         442        20       47252.0000       31916.0000     48.05%
49518.93/2506.59	c      2507           1491         441        20       47252.0000       31916.0000     48.05%
49621.85/2511.70	c      2512           1788         736        20       47252.0000       31916.0000     48.05%
49720.68/2516.72	c      2517         365688         234        20       47252.0000       31916.0000     48.05%
49819.64/2521.75	c      2522           1402         352        20       47252.0000       31916.0000     48.05%
49918.47/2526.79	c      2527           1792         740        20       47252.0000       31916.0000     48.05%
50019.31/2531.85	c      2532           1526         476        20       47252.0000       31916.0000     48.05%
50118.22/2536.89	c      2537           1795         743        20       47252.0000       31916.0000     48.05%
50221.69/2542.12	c      2542           1530         480        20       47252.0000       31916.0000     48.05%
50322.70/2547.19	c      2547           1533         483        20       47252.0000       31916.0000     48.05%
50422.79/2552.21	c      2552           1802         750        20       47252.0000       31916.0000     48.05%
50523.73/2557.30	c      2557           1805         753        20       47252.0000       31916.0000     48.05%
50622.56/2562.35	c      2562           1805         753        20       47252.0000       31916.0000     48.05%
50723.30/2567.43	c      2567           1552         504        20       47252.0000       31916.0000     48.05%
50822.23/2572.47	c      2572           1812         760        20       47252.0000       31916.0000     48.05%
50923.16/2577.52	c      2578           1558         508        20       47252.0000       31916.0000     48.05%
51022.00/2582.58	c      2583           1558         508        20       47252.0000       31916.0000     48.05%
51122.73/2587.63	c      2588           1818         766        20       47252.0000       31916.0000     48.05%
51221.58/2592.68	c      2593           1820         768        20       47252.0000       31916.0000     48.05%
51322.43/2597.74	c      2598           1572         522        20       47252.0000       31916.0000     48.05%
51421.29/2602.75	c      2603           1490         438        20       47252.0000       31916.0000     48.05%
51520.02/2607.76	c      2608           1491         439        20       47252.0000       31916.0000     48.05%
51618.30/2612.79	c      2613           1584         534        20       47252.0000       31916.0000     48.05%
51719.07/2617.84	c      2618           1829         777        20       47252.0000       31916.0000     48.05%
51817.97/2622.89	c      2623           1501         451        20       47252.0000       31916.0000     48.05%
51918.86/2627.91	c      2628           1505         453        20       47252.0000       31916.0000     48.05%
52020.55/2633.05	c      2633           1505         455        20       47252.0000       31916.0000     48.05%
52119.26/2638.10	c      2638           1840         788        20       47252.0000       31916.0000     48.05%
52220.40/2643.16	c      2643           1508         456        20       47252.0000       31916.0000     48.05%
52322.13/2648.35	c      2648           1510         460        20       47252.0000       31916.0000     48.05%
52422.97/2653.48	c      2653           1845         793        20       47252.0000       31916.0000     48.05%
52523.80/2658.53	c      2659           1517         465        20       47252.0000       31916.0000     48.05%
52622.64/2663.56	c      2664           1853         801        20       47252.0000       31916.0000     48.05%
52721.43/2668.58	c      2669           1857         805        20       47252.0000       31916.0000     48.05%
52822.23/2673.66	c      2674           1527         477        20       47252.0000       31916.0000     48.05%
52923.16/2678.70	c      2679           1527         477        20       47252.0000       31916.0000     48.05%
53022.12/2683.75	c      2684           1773         723        20       47252.0000       31916.0000     48.05%
53122.86/2688.86	c      2689           1872         820        20       47252.0000       31916.0000     48.05%
53221.78/2693.87	c      2694           1531         481        20       47252.0000       31916.0000     48.05%
53325.39/2699.11	c      2699           1780         730        20       47252.0000       31916.0000     48.05%
53435.24/2704.67	c      2705           1537         485        20       47252.0000       31916.0000     48.05%
53535.97/2709.75	c      2710           1784         734        20       47252.0000       31916.0000     48.05%
53634.83/2714.79	c      2715           1539         489        20       47252.0000       31916.0000     48.05%
53735.72/2719.86	c      2720           1539         489        20       47252.0000       31916.0000     48.05%
53841.13/2725.16	c      2725           1539         489        20       47252.0000       31916.0000     48.05%
53941.27/2730.25	c      2730         420471         240        20       47252.0000       31916.0000     48.05%
54042.09/2735.30	c      2735         420471         240        20       47252.0000       31916.0000     48.05%
54141.00/2740.39	c      2740         420471         240        20       47252.0000       31916.0000     48.05%
54241.81/2745.45	c      2745         420471         240        20       47252.0000       31916.0000     48.05%
54342.72/2750.51	c      2751         420471         240        20       47252.0000       31916.0000     48.05%
54441.26/2755.59	c      2756         420471         240        20       47252.0000       31916.0000     48.05%
54541.97/2760.65	c      2761         420471         240        20       47252.0000       31916.0000     48.05%
54642.73/2765.79	c      2766           1942         890        20       47252.0000       31916.0000     48.05%
54743.53/2770.84	c      2771           1947         895        20       47252.0000       31916.0000     48.05%
54844.41/2775.97	c      2776         422887         230        20       47252.0000       31916.0000     48.05%
54943.05/2781.03	c      2781         422887         230        20       47252.0000       31916.0000     48.05%
55044.35/2786.09	c      2786         422887         230        20       47252.0000       31916.0000     48.05%
55143.32/2791.11	c      2791         422887         230        20       47252.0000       31916.0000     48.05%
55245.28/2796.22	c      2796         422887         230        20       47252.0000       31916.0000     48.05%
55344.26/2801.26	c      2801           1588         536        20       47252.0000       31916.0000     48.05%
55444.99/2806.37	c      2806           1972         920        20       47252.0000       31916.0000     48.05%
55545.85/2811.42	c      2811           1875         825        20       47252.0000       31916.0000     48.05%
55646.61/2816.50	c      2816           1597         547        20       47252.0000       31916.0000     48.05%
55745.51/2821.54	c      2822           1597         547        20       47252.0000       31916.0000     48.05%
55844.30/2826.59	c      2827           1886         836        20       47252.0000       31916.0000     48.05%
55945.01/2831.65	c      2832           1599         549        20       47252.0000       31916.0000     48.05%
56043.89/2836.69	c      2837           2003         951        20       47252.0000       31916.0000     48.05%
56144.76/2841.74	c      2842           1843         793        20       47252.0000       31916.0000     48.05%
56243.31/2846.79	c      2847           1603         553        20       47252.0000       31916.0000     48.05%
56346.18/2851.91	c      2852           2016         964        20       47252.0000       31916.0000     48.05%
56445.07/2856.98	c      2857           2022         970        20       47252.0000       31916.0000     48.05%
56546.57/2862.04	c      2862           1916         866        20       47252.0000       31916.0000     48.05%
56645.56/2867.10	c      2867           1877         827        20       47252.0000       31916.0000     48.05%
56746.23/2872.15	c      2872           1884         834        20       47252.0000       31916.0000     48.05%
56845.15/2877.16	c      2877           1635         583        20       47252.0000       31916.0000     48.05%
56944.94/2882.29	c      2882           1938         888        20       47252.0000       31916.0000     48.05%
57045.77/2887.36	c      2887           1642         592        20       47252.0000       31916.0000     48.05%
57146.69/2892.42	c      2892           1908         858        20       47252.0000       31916.0000     48.05%
57245.61/2897.44	c      2897           1954         904        20       47252.0000       31916.0000     48.05%
57344.54/2902.46	c      2902           2063        1011        20       47252.0000       31916.0000     48.05%
57443.28/2907.49	c      2908           1658         606        20       47252.0000       31916.0000     48.05%
57544.19/2912.52	c      2913           1964         914        20       47252.0000       31916.0000     48.05%
57643.07/2917.54	c      2918           1969         919        20       47252.0000       31916.0000     48.05%
57741.98/2922.56	c      2923           1955         905        20       47252.0000       31916.0000     48.05%
57842.80/2927.68	c      2928           1962         912        20       47252.0000       31916.0000     48.05%
57943.72/2932.75	c      2933           1987         937        20       47252.0000       31916.0000     48.05%
58042.61/2937.79	c      2938           1990         940        20       47252.0000       31916.0000     48.05%
58143.55/2942.87	c      2943           2101        1049        20       47252.0000       31916.0000     48.05%
58244.46/2947.92	c      2948           2102        1050        20       47252.0000       31916.0000     48.05%
58343.39/2952.98	c      2953           1712         660        20       47252.0000       31916.0000     48.05%
58444.80/2958.05	c      2958           2110        1058        20       47252.0000       31916.0000     48.05%
58543.95/2963.13	c      2963           1718         666        20       47252.0000       31916.0000     48.05%
58645.74/2968.21	c      2968           2018         968        20       47252.0000       31916.0000     48.05%
58744.68/2973.26	c      2973           2123        1071        20       47252.0000       31916.0000     48.05%
58845.56/2978.31	c      2978           2037         987        20       47252.0000       31916.0000     48.05%
58944.46/2983.37	c      2983           2043         993        20       47252.0000       31916.0000     48.05%
59045.22/2988.44	c      2988           2031         981        20       47252.0000       31916.0000     48.05%
59144.22/2993.49	c      2994           2051        1001        20       47252.0000       31916.0000     48.05%
59245.10/2998.56	c      2999           2036         986        20       47252.0000       31916.0000     48.05%
59344.05/3003.59	c      3004           2036         986        20       47252.0000       31916.0000     48.05%
59446.91/3008.71	c      3009           2074        1024        20       47252.0000       31916.0000     48.05%
59545.82/3013.76	c      3014           2046         996        20       47252.0000       31916.0000     48.05%
59644.67/3018.79	c      3019           2169        1117        20       47252.0000       31916.0000     48.05%
59745.49/3023.82	c      3024           2175        1123        20       47252.0000       31916.0000     48.05%
59846.34/3028.92	c      3029           1783         731        20       47252.0000       31916.0000     48.05%
59945.19/3033.95	c      3034           2186        1134        20       47252.0000       31916.0000     48.05%
60044.02/3038.97	c      3039           2189        1137        20       47252.0000       31916.0000     48.05%
60145.61/3044.13	c      3044           2194        1142        20       47252.0000       31916.0000     48.05%
60246.54/3049.17	c      3049           2075        1025        20       47252.0000       31916.0000     48.05%
60346.50/3054.23	c      3054           2205        1153        20       47252.0000       31916.0000     48.05%
60445.38/3059.30	c      3059           2081        1031        20       47252.0000       31916.0000     48.05%
60546.17/3064.30	c      3064           1816         764        20       47252.0000       31916.0000     48.05%
60645.08/3069.35	c      3069           2221        1169        20       47252.0000       31916.0000     48.05%
60747.93/3074.53	c      3075           2092        1042        20       47252.0000       31916.0000     48.05%
60848.61/3079.61	c      3080           2096        1046        20       47252.0000       31916.0000     48.05%
60947.43/3084.67	c      3085           2100        1050        20       47252.0000       31916.0000     48.05%
61048.18/3089.72	c      3090           2240        1188        20       47252.0000       31916.0000     48.05%
61146.99/3094.78	c      3095           2193        1143        20       47252.0000       31916.0000     48.05%
61247.82/3099.81	c      3100           2199        1149        20       47252.0000       31916.0000     48.05%
61346.71/3104.87	c      3105           2209        1159        20       47252.0000       31916.0000     48.05%
61447.60/3109.92	c      3110           2217        1167        20       47252.0000       31916.0000     48.05%
61546.47/3114.92	c      3115           2129        1079        20       47252.0000       31916.0000     48.05%
61647.90/3120.03	c      3120           1874         822        20       47252.0000       31916.0000     48.05%
61746.87/3125.12	c      3125           2142        1092        20       47252.0000       31916.0000     48.05%
61849.02/3130.24	c      3130           2285        1231        20       47252.0000       31916.0000     48.05%
61947.89/3135.25	c      3135           1895         843        20       47252.0000       31916.0000     48.05%
62048.79/3140.39	c      3140           2160        1110        20       47252.0000       31916.0000     48.05%
62149.52/3145.41	c      3145           1905         853        20       47252.0000       31916.0000     48.05%
62248.45/3150.44	c      3150           2303        1249        20       47252.0000       31916.0000     48.05%
62351.32/3155.61	c      3156           2306        1252        20       47252.0000       31916.0000     48.05%
62450.01/3160.65	c      3161           1923         871        20       47252.0000       31916.0000     48.05%
62548.97/3165.66	c      3166           2315        1261        20       47252.0000       31916.0000     48.05%
62647.96/3170.69	c      3171           2317        1263        20       47252.0000       31916.0000     48.05%
62752.88/3175.91	c      3176           2199        1149        20       47252.0000       31916.0000     48.05%
62851.80/3180.95	c      3181           2202        1152        20       47252.0000       31916.0000     48.05%
62950.66/3185.97	c      3186           2330        1276        20       47252.0000       31916.0000     48.05%
63052.28/3191.08	c      3191           2337        1287        20       47252.0000       31916.0000     48.05%
63154.49/3196.28	c      3196           2215        1165        20       47252.0000       31916.0000     48.05%
63255.26/3201.30	c      3201           1967         915        20       47252.0000       31916.0000     48.05%
63354.13/3206.32	c      3206           2221        1171        20       47252.0000       31916.0000     48.05%
63453.09/3211.33	c      3211           2222        1172        20       47252.0000       31916.0000     48.05%
63555.78/3216.51	c      3217           2226        1176        20       47252.0000       31916.0000     48.05%
63654.69/3221.52	c      3222           2226        1176        20       47252.0000       31916.0000     48.05%
63755.58/3226.64	c      3227           2365        1311        20       47252.0000       31916.0000     48.05%
63854.44/3231.65	c      3232           2366        1312        20       47252.0000       31916.0000     48.05%
63955.35/3236.78	c      3237           2237        1187        20       47252.0000       31916.0000     48.05%
64056.31/3241.84	c      3242           2240        1190        20       47252.0000       31916.0000     48.05%
64155.12/3246.88	c      3247           2400        1350        20       47252.0000       31916.0000     48.05%
64256.04/3251.95	c      3252           2244        1194        20       47252.0000       31916.0000     48.05%
64354.99/3257.01	c      3257           2248        1198        20       47252.0000       31916.0000     48.05%
64453.94/3262.03	c      3262           2253        1203        20       47252.0000       31916.0000     48.05%
64555.37/3267.12	c      3267           2030         978        20       47252.0000       31916.0000     48.05%
64656.40/3272.17	c      3272           2258        1208        20       47252.0000       31916.0000     48.05%
64756.46/3277.23	c      3277           2416        1362        20       47252.0000       31916.0000     48.05%
64855.37/3282.29	c      3282           2451        1401        20       47252.0000       31916.0000     48.05%
64956.25/3287.37	c      3287           2050         998        20       47252.0000       31916.0000     48.05%
65055.20/3292.39	c      3292           2054        1002        20       47252.0000       31916.0000     48.05%
65158.09/3297.54	c      3298           2277        1227        20       47252.0000       31916.0000     48.05%
65256.84/3302.56	c      3303           2065        1013        20       47252.0000       31916.0000     48.05%
65357.62/3307.66	c      3308           2068        1016        20       47252.0000       31916.0000     48.05%
65458.12/3312.72	c      3313           2072        1020        20       47252.0000       31916.0000     48.05%
65556.68/3317.77	c      3318           2499        1449        20       47252.0000       31916.0000     48.05%
65657.59/3322.82	c      3323           2304        1254        20       47252.0000       31916.0000     48.05%
65756.43/3327.87	c      3328           2090        1038        20       47252.0000       31916.0000     48.05%
65857.29/3332.91	c      3333           2475        1419        20       47252.0000       31934.6757     47.96%
65956.12/3337.93	c      3338           2481        1425        20       47252.0000       31934.6757     47.96%
66054.99/3342.94	c      3343           2484        1428        20       47252.0000       31934.6757     47.96%
66153.83/3347.97	c      3348           2485        1429        20       47252.0000       31934.6757     47.96%
66255.24/3353.06	c      3353           2488        1432        20       47252.0000       31934.6757     47.96%
66357.48/3358.30	c      3358           2494        1438        20       47252.0000       31934.6757     47.96%
66458.41/3363.31	c      3363           2496        1440        20       47252.0000       31934.6757     47.96%
66557.30/3368.34	c      3368           2502        1446        20       47252.0000       31934.6757     47.96%
66658.14/3373.48	c      3373           2508        1452        20       47252.0000       31934.6757     47.96%
66758.84/3378.56	c      3379           2515        1459        20       47252.0000       31934.6757     47.96%
66859.76/3383.61	c      3384           2515        1459        20       47252.0000       31934.6757     47.96%
66958.73/3388.68	c      3389           2522        1466        20       47252.0000       31934.6757     47.96%
67059.70/3393.71	c      3394           2524        1468        20       47252.0000       31934.6757     47.96%
67160.58/3398.84	c      3399           2531        1475        20       47252.0000       31934.6757     47.96%
67261.52/3403.97	c      3404           2532        1476        20       47252.0000       31934.6757     47.96%
67360.42/3409.00	c      3409           2533        1477        20       47252.0000       31934.6757     47.96%
67461.96/3414.04	c      3414           2533        1477        20       47252.0000       31934.6757     47.96%
67560.69/3419.09	c      3419           2538        1482        20       47252.0000       31934.6757     47.96%
67662.96/3424.21	c      3424           2544        1488        20       47252.0000       31934.6757     47.96%
67761.86/3429.22	c      3429           2552        1496        20       47252.0000       31934.6757     47.96%
67862.77/3434.32	c      3434           2554        1498        20       47252.0000       31934.6757     47.96%
67963.67/3439.45	c      3439           2558        1502        20       47252.0000       31934.6757     47.96%
68064.54/3444.51	c      3445           2561        1505        20       47252.0000       31934.6757     47.96%
68163.29/3449.53	c      3450           2563        1507        20       47252.0000       31934.6757     47.96%
68264.28/3454.70	c      3455           2569        1513        20       47252.0000       31934.6757     47.96%
68364.99/3459.74	c      3460           2570        1514        20       47252.0000       31934.6757     47.96%
68465.85/3464.80	c      3465           2574        1518        20       47252.0000       31934.6757     47.96%
68564.72/3469.86	c      3470           2581        1525        20       47252.0000       31934.6757     47.96%
68665.57/3474.90	c      3475           2587        1531        20       47252.0000       31934.6757     47.96%
68764.39/3479.95	c      3480           2589        1533        20       47252.0000       31934.6757     47.96%
68863.27/3484.99	c      3485           2598        1542        20       47252.0000       31934.6757     47.96%
68964.78/3490.06	c      3490           2603        1547        20       47252.0000       31934.6757     47.96%
69065.66/3495.16	c      3495           2610        1554        20       47252.0000       31934.6757     47.96%
69165.66/3500.25	c      3500           2616        1560        20       47252.0000       31934.6757     47.96%
69266.43/3505.33	c      3505           2621        1565        20       47252.0000       31934.6757     47.96%
69367.31/3510.47	c      3510           2628        1572        20       47252.0000       31934.6757     47.96%
69468.27/3515.56	c      3516           2633        1577        20       47252.0000       31934.6757     47.96%
69569.35/3520.64	c      3521           2638        1582        20       47252.0000       31934.6757     47.96%
69668.45/3525.70	c      3526           2644        1588        20       47252.0000       31934.6757     47.96%
69769.53/3530.77	c      3531           2652        1596        20       47252.0000       31934.6757     47.96%
69870.59/3535.81	c      3536           2657        1601        20       47252.0000       31934.6757     47.96%
69969.68/3540.88	c      3541           2661        1605        20       47252.0000       31934.6757     47.96%
70070.63/3545.96	c      3546           2667        1611        20       47252.0000       31934.6757     47.96%
70169.66/3551.01	c      3551           2674        1618        20       47252.0000       31934.6757     47.96%
70271.33/3556.04	c      3556           2679        1623        20       47252.0000       31934.6757     47.96%
70370.34/3561.10	c      3561           2685        1629        20       47252.0000       31934.6757     47.96%
70469.20/3566.11	c      3566           2692        1636        20       47252.0000       31934.6757     47.96%
70570.11/3571.18	c      3571           2696        1640        20       47252.0000       31934.6757     47.96%
70670.37/3576.21	c      3576           2704        1648        20       47252.0000       31934.6757     47.96%
70771.40/3581.39	c      3581           2708        1652        20       47252.0000       31934.6757     47.96%
70872.47/3586.41	c      3586           2714        1658        20       47252.0000       31934.6757     47.96%
70971.65/3591.46	c      3591           2717        1661        20       47252.0000       31934.6757     47.96%
71070.59/3596.49	c      3596           2718        1662        20       47252.0000       31934.6757     47.96%
71169.72/3601.49	c      3602           2726        1670        20       47252.0000       31934.6757     47.96%
71274.73/3606.77	c      3607           2728        1672        20       47252.0000       31934.6757     47.96%
71375.82/3611.82	c      3612           2733        1677        20       47252.0000       31934.6757     47.96%
71474.82/3616.87	c      3617           2737        1681        20       47252.0000       31934.6757     47.96%
71575.77/3621.95	c      3622           2744        1688        20       47252.0000       31934.6757     47.96%
71674.71/3626.97	c      3627           2744        1688        20       47252.0000       31934.6757     47.96%
71776.42/3632.08	c      3632           2748        1692        20       47252.0000       31934.6757     47.96%
71875.57/3637.11	c      3637           2754        1698        20       47252.0000       31934.6757     47.96%
71976.42/3642.16	c      3642           2760        1704        20       47252.0000       31934.6757     47.96%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (165087 MiB free)
  memory of node 1: 193531 MiB (184697 MiB free)
  memory of node 2: 193531 MiB (175288 MiB free)
  memory of node 3: 193493 MiB (167130 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-4467285-1723206158/watcher-4467285-1723206158 -o /tmp/evaluation-result-4467285-1723206158/solver-4467285-1723206158 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723200315-507549 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467285-1723206158.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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=512079, runsolver pid=512076
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 75.39 78.60 79.54 63/964 512080
/proc/meminfo: memFree=708771284/790760800 swapFree=131071996/131071996
[pid=512079] ppid=512076 vsize=73900 memory=62736 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/stat : 512079 (fscip) R 512076 512079 507538 0 -1 4194304 15417 0 0 0 8 2 0 0 20 0 1 0 87195189 75673600 15684 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
/proc/512079/statm: 18475 15684 2710 3035 0 14871 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 73900 KiB
Current children cumulated memory: 62736 KiB

[startup+0.220277 s]*
/proc/loadavg: 75.39 78.60 79.54 62/964 512080
/proc/meminfo: memFree=708764172/790760800 swapFree=131071996/131071996
[pid=512079] ppid=512076 vsize=76492 memory=66104 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/stat : 512079 (fscip) R 512076 512079 507538 0 -1 4194304 18244 0 0 0 20 3 0 0 20 0 1 0 87195189 78327808 16526 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
/proc/512079/statm: 19123 16526 2790 3035 0 15519 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 76492 KiB
Current children cumulated memory: 66104 KiB

[startup+0.318549 s]*
/proc/loadavg: 75.39 78.60 79.54 62/964 512080
/proc/meminfo: memFree=708760928/790760800 swapFree=131071996/131071996
[pid=512079] ppid=512076 vsize=78872 memory=68092 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/stat : 512079 (fscip) R 512076 512079 507538 0 -1 4194304 18779 0 0 0 30 3 0 0 20 0 1 0 87195189 80764928 17023 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
/proc/512079/statm: 19718 17023 2790 3035 0 16114 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 78872 KiB
Current children cumulated memory: 68092 KiB

[startup+0.700515 s]
/proc/loadavg: 75.39 78.60 79.54 62/964 512080
/proc/meminfo: memFree=708705716/790760800 swapFree=131071996/131071996
[pid=512079] ppid=512076 vsize=1625632 memory=232496 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/stat : 512079 (fscip) S 512076 512079 507538 0 -1 1077936128 54928 0 0 0 60 9 0 0 20 0 21 0 87195189 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
/proc/512079/statm: 406408 58124 2806 3035 0 101080 0
[pid=512079/tid=512081] ppid=512076 vsize=1625632 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512081/stat : 512081 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512082] ppid=512076 vsize=1625632 memory=16088 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512082/stat : 512082 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512083] ppid=512076 vsize=1625632 memory=5556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512083/stat : 512083 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512084] ppid=512076 vsize=1625632 memory=2212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512084/stat : 512084 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512085] ppid=512076 vsize=1625632 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512085/stat : 512085 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512086] ppid=512076 vsize=1625632 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512086/stat : 512086 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512087] ppid=512076 vsize=1625632 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512087/stat : 512087 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512088] ppid=512076 vsize=1625632 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512088/stat : 512088 (fscip) S 512076 512079 507538 0 -1 1077936192 3716 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512089] ppid=512076 vsize=1625632 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512089/stat : 512089 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512090] ppid=512076 vsize=1625632 memory=1968 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512090/stat : 512090 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512091] ppid=512076 vsize=1625632 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512091/stat : 512091 (fscip) S 512076 512079 507538 0 -1 1077936192 3716 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512092] ppid=512076 vsize=1625632 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512092/stat : 512092 (fscip) S 512076 512079 507538 0 -1 1077936192 3717 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512093] ppid=512076 vsize=1625632 memory=54204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512093/stat : 512093 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512094] ppid=512076 vsize=1625632 memory=33196 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512094/stat : 512094 (fscip) S 512076 512079 507538 0 -1 1077936192 3716 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512095] ppid=512076 vsize=1625632 memory=21544 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512095/stat : 512095 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512096] ppid=512076 vsize=1625632 memory=100 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512096/stat : 512096 (fscip) S 512076 512079 507538 0 -1 1077936192 3716 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512097] ppid=512076 vsize=1625632 memory=1836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512097/stat : 512097 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512098] ppid=512076 vsize=1625632 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512098/stat : 512098 (fscip) S 512076 512079 507538 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512099] ppid=512076 vsize=1625632 memory=2212 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512099/stat : 512099 (fscip) R 512076 512079 507538 0 -1 4194368 3024 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512100] ppid=512076 vsize=1625632 memory=31232 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512100/stat : 512100 (fscip) S 512076 512079 507538 0 -1 1077936192 3715 0 0 0 1 0 0 0 20 0 21 0 87195242 1664647168 58124 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1625632 KiB
Current children cumulated memory: 232496 KiB

[startup+1.50131 s]
/proc/loadavg: 75.39 78.60 79.54 67/1004 512120
/proc/meminfo: memFree=708333168/790760800 swapFree=131071996/131071996
[pid=512079] ppid=512076 vsize=3153912 memory=2088492 CPUtime=10.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/stat : 512079 (fscip) S 512076 512079 507538 0 -1 1077936128 532555 0 0 0 876 128 0 0 20 0 41 0 87195189 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
/proc/512079/statm: 788478 522123 2822 3035 0 641850 0
[pid=512079/tid=512081] ppid=512076 vsize=3153912 memory=31232 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512081/stat : 512081 (fscip) R 512076 512079 507538 0 -1 4194368 24110 0 0 0 41 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512082] ppid=512076 vsize=3153912 memory=0 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512082/stat : 512082 (fscip) R 512076 512079 507538 0 -1 4194368 26940 0 0 0 41 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512083] ppid=512076 vsize=3153912 memory=16088 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512083/stat : 512083 (fscip) R 512076 512079 507538 0 -1 4194368 26088 0 0 0 40 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512084] ppid=512076 vsize=3153912 memory=5556 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512084/stat : 512084 (fscip) D 512076 512079 507538 0 -1 4194368 22052 0 0 0 42 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512085] ppid=512076 vsize=3153912 memory=0 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512085/stat : 512085 (fscip) R 512076 512079 507538 0 -1 4194368 27056 0 0 0 39 7 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512086] ppid=512076 vsize=3153912 memory=177860 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512086/stat : 512086 (fscip) R 512076 512079 507538 0 -1 4194368 27041 0 0 0 40 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512087] ppid=512076 vsize=3153912 memory=1968 CPUtime=0.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512087/stat : 512087 (fscip) R 512076 512079 507538 0 -1 4194368 23926 0 0 0 43 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512088] ppid=512076 vsize=3153912 memory=25333125866717268 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512088/stat : 512088 (fscip) R 512076 512079 507538 0 -1 4194368 27424 0 0 0 40 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512089] ppid=512076 vsize=3153912 memory=0 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512089/stat : 512089 (fscip) R 512076 512079 507538 0 -1 4194368 26071 0 0 0 40 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512090] ppid=512076 vsize=3153912 memory=0 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512090/stat : 512090 (fscip) R 512076 512079 507538 0 -1 4194368 22560 0 0 0 42 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512091] ppid=512076 vsize=3153912 memory=0 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512091/stat : 512091 (fscip) R 512076 512079 507538 0 -1 4194368 24432 0 0 0 41 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512092] ppid=512076 vsize=3153912 memory=0 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512092/stat : 512092 (fscip) R 512076 512079 507538 0 -1 4194368 26926 0 0 0 41 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512093] ppid=512076 vsize=3153912 memory=0 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512093/stat : 512093 (fscip) R 512076 512079 507538 0 -1 4194368 21904 0 0 0 41 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512094] ppid=512076 vsize=3153912 memory=54204 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512094/stat : 512094 (fscip) R 512076 512079 507538 0 -1 4194368 27576 0 0 0 40 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512095] ppid=512076 vsize=3153912 memory=33196 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512095/stat : 512095 (fscip) R 512076 512079 507538 0 -1 4194368 26910 0 0 0 40 7 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512096] ppid=512076 vsize=3153912 memory=21544 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512096/stat : 512096 (fscip) R 512076 512079 507538 0 -1 4194368 21480 0 0 0 41 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512097] ppid=512076 vsize=3153912 memory=11572 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512097/stat : 512097 (fscip) R 512076 512079 507538 0 -1 4194368 27130 0 0 0 40 6 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512098] ppid=512076 vsize=3153912 memory=29312 CPUtime=0.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512098/stat : 512098 (fscip) R 512076 512079 507538 0 -1 4194368 24480 0 0 0 41 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512099] ppid=512076 vsize=3153912 memory=10824 CPUtime=0.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512099/stat : 512099 (fscip) R 512076 512079 507538 0 -1 4194368 24650 0 0 0 43 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512100] ppid=512076 vsize=3153912 memory=100 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512100/stat : 512100 (fscip) D 512076 512079 507538 0 -1 4194368 24175 0 0 0 42 5 0 0 20 0 41 0 87195242 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512101] ppid=512076 vsize=3153912 memory=1836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512101/stat : 512101 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512102] ppid=512076 vsize=3153912 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512102/stat : 512102 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512103] ppid=512076 vsize=3153912 memory=2212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512103/stat : 512103 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512104] ppid=512076 vsize=3153912 memory=-6226906452664171366 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512104/stat : 512104 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512105] ppid=512076 vsize=3153912 memory=2840 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512105/stat : 512105 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512106] ppid=512076 vsize=3153912 memory=6716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512106/stat : 512106 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512107] ppid=512076 vsize=3153912 memory=5556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512107/stat : 512107 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512108] ppid=512076 vsize=3153912 memory=16088 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512108/stat : 512108 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512109] ppid=512076 vsize=3153912 memory=2212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512109/stat : 512109 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512110] ppid=512076 vsize=3153912 memory=6096 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512110/stat : 512110 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512111] ppid=512076 vsize=3153912 memory=1968 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512111/stat : 512111 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512112] ppid=512076 vsize=3153912 memory=54204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512112/stat : 512112 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512113] ppid=512076 vsize=3153912 memory=279761822093264 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512113/stat : 512113 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512114] ppid=512076 vsize=3153912 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512114/stat : 512114 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512115] ppid=512076 vsize=3153912 memory=8302762611297233 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512115/stat : 512115 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512116] ppid=512076 vsize=3153912 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512116/stat : 512116 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512117] ppid=512076 vsize=3153912 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512117/stat : 512117 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512118] ppid=512076 vsize=3153912 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512118/stat : 512118 (fscip) S 512076 512079 507538 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87195288 3229605888 522123 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0

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

/proc/512079/task/512100/stat : 512100 (fscip) R 512076 512079 507538 0 -1 4194368 2146652 0 0 0 359296 272 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512101] ppid=512076 vsize=12128064 memory=9906580 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512101/stat : 512101 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 1 1 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512102] ppid=512076 vsize=12128064 memory=9909012 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512102/stat : 512102 (fscip) S 512076 512079 507538 0 -1 1077936192 91 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512103] ppid=512076 vsize=12128064 memory=6720666558085086062 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512103/stat : 512103 (fscip) S 512076 512079 507538 0 -1 1077936192 79 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512104] ppid=512076 vsize=12128064 memory=9898400 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512104/stat : 512104 (fscip) S 512076 512079 507538 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512105] ppid=512076 vsize=12128064 memory=9909012 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512105/stat : 512105 (fscip) S 512076 512079 507538 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512106] ppid=512076 vsize=12128064 memory=13292 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512106/stat : 512106 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512107] ppid=512076 vsize=12128064 memory=9886492 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512107/stat : 512107 (fscip) S 512076 512079 507538 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512108] ppid=512076 vsize=12128064 memory=9898388 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512108/stat : 512108 (fscip) S 512076 512079 507538 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512109] ppid=512076 vsize=12128064 memory=9909012 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512109/stat : 512109 (fscip) S 512076 512079 507538 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512110] ppid=512076 vsize=12128064 memory=9898400 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512110/stat : 512110 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512111] ppid=512076 vsize=12128064 memory=9848060 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512111/stat : 512111 (fscip) S 512076 512079 507538 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512112] ppid=512076 vsize=12128064 memory=9906524 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512112/stat : 512112 (fscip) S 512076 512079 507538 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512113] ppid=512076 vsize=12128064 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512113/stat : 512113 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 1 1 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512114] ppid=512076 vsize=12128064 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512114/stat : 512114 (fscip) S 512076 512079 507538 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512115] ppid=512076 vsize=12128064 memory=6720666558085086062 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512115/stat : 512115 (fscip) S 512076 512079 507538 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512116] ppid=512076 vsize=12128064 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512116/stat : 512116 (fscip) S 512076 512079 507538 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512117] ppid=512076 vsize=12128064 memory=29464 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512117/stat : 512117 (fscip) S 512076 512079 507538 0 -1 1077936192 141 0 0 0 1 1 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512118] ppid=512076 vsize=12128064 memory=9909012 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512118/stat : 512118 (fscip) S 512076 512079 507538 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512119] ppid=512076 vsize=12128064 memory=6744 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512119/stat : 512119 (fscip) S 512076 512079 507538 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512120] ppid=512076 vsize=12128064 memory=9906592 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512120/stat : 512120 (fscip) S 512076 512079 507538 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
Current children cumulated CPU time: 71979.9 s
Current children cumulated vsize: 12128064 KiB
Current children cumulated memory: 9919532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.4 s]
/proc/loadavg: 80.47 80.51 80.52 81/1022 514316
/proc/meminfo: memFree=676347384/790760800 swapFree=131071996/131071996
[pid=512079] ppid=512076 vsize=12128064 memory=9919532 CPUtime=72001.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/stat : 512079 (fscip) S 512076 512079 507538 0 -1 1077936128 40881990 0 0 0 7190617 9554 0 0 20 0 41 0 87195189 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
/proc/512079/statm: 3032016 2479883 3334 3035 0 2922819 0
[pid=512079/tid=512081] ppid=512076 vsize=12128064 memory=40296 CPUtime=3603.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512081/stat : 512081 (fscip) R 512076 512079 507538 0 -1 4194368 1193103 0 0 0 360209 181 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512082] ppid=512076 vsize=12128064 memory=8148 CPUtime=3603.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512082/stat : 512082 (fscip) R 512076 512079 507538 0 -1 4194368 2108787 0 0 0 360030 281 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512083] ppid=512076 vsize=12128064 memory=3428 CPUtime=3594.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512083/stat : 512083 (fscip) R 512076 512079 507538 0 -1 4194368 2800557 0 0 0 358372 1045 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512084] ppid=512076 vsize=12128064 memory=2180 CPUtime=3595.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512084/stat : 512084 (fscip) R 512076 512079 507538 0 -1 4194368 1302963 0 0 0 359337 184 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512085] ppid=512076 vsize=12128064 memory=1744 CPUtime=3597.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512085/stat : 512085 (fscip) R 512076 512079 507538 0 -1 4194368 2094877 0 0 0 359425 281 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512086] ppid=512076 vsize=12128064 memory=14848 CPUtime=3600.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512086/stat : 512086 (fscip) R 512076 512079 507538 0 -1 4194368 2807529 0 0 0 359001 1028 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512087] ppid=512076 vsize=12128064 memory=28716 CPUtime=3602.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512087/stat : 512087 (fscip) R 512076 512079 507538 0 -1 4194368 1283319 0 0 0 360100 179 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512088] ppid=512076 vsize=12128064 memory=6720666558085086062 CPUtime=3598.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512088/stat : 512088 (fscip) R 512076 512079 507538 0 -1 4194368 2243334 0 0 0 359554 279 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512089] ppid=512076 vsize=12128064 memory=36196 CPUtime=3597.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512089/stat : 512089 (fscip) R 512076 512079 507538 0 -1 4194368 3079376 0 0 0 358623 1109 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512090] ppid=512076 vsize=12128064 memory=6608 CPUtime=3602.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512090/stat : 512090 (fscip) R 512076 512079 507538 0 -1 4194368 1126220 0 0 0 360066 174 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512091] ppid=512076 vsize=12128064 memory=20452 CPUtime=3598.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512091/stat : 512091 (fscip) R 512076 512079 507538 0 -1 4194368 2100817 0 0 0 359604 277 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512092] ppid=512076 vsize=12128064 memory=6836 CPUtime=3596.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512092/stat : 512092 (fscip) R 512076 512079 507538 0 -1 4194368 3126497 0 0 0 358580 1044 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512093] ppid=512076 vsize=12128064 memory=7044 CPUtime=3601.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512093/stat : 512093 (fscip) R 512076 512079 507538 0 -1 4194368 1209698 0 0 0 359945 176 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512094] ppid=512076 vsize=12128064 memory=30236 CPUtime=3603 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512094/stat : 512094 (fscip) R 512076 512079 507538 0 -1 4194368 2199162 0 0 0 360007 293 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512095] ppid=512076 vsize=12128064 memory=33772 CPUtime=3600.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512095/stat : 512095 (fscip) R 512076 512079 507538 0 -1 4194368 2859941 0 0 0 358972 1060 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512096] ppid=512076 vsize=12128064 memory=6720666558085086062 CPUtime=3601.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512096/stat : 512096 (fscip) R 512076 512079 507538 0 -1 4194368 1147075 0 0 0 359940 170 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512097] ppid=512076 vsize=12128064 memory=11580 CPUtime=3601.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512097/stat : 512097 (fscip) R 512076 512079 507538 0 -1 4194368 2116405 0 0 0 359889 281 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512098] ppid=512076 vsize=12128064 memory=13292 CPUtime=3603.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512098/stat : 512098 (fscip) R 512076 512079 507538 0 -1 4194368 2732520 0 0 0 359343 1007 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512099] ppid=512076 vsize=12128064 memory=2764 CPUtime=3602.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512099/stat : 512099 (fscip) R 512076 512079 507538 0 -1 4194368 1161747 0 0 0 360058 167 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512100] ppid=512076 vsize=12128064 memory=6744 CPUtime=3596.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512100/stat : 512100 (fscip) R 512076 512079 507538 0 -1 4194368 2152630 0 0 0 359405 273 0 0 20 0 41 0 87195242 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512101] ppid=512076 vsize=12128064 memory=9919532 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512101/stat : 512101 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 1 1 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512102] ppid=512076 vsize=12128064 memory=2740 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512102/stat : 512102 (fscip) S 512076 512079 507538 0 -1 1077936192 91 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512103] ppid=512076 vsize=12128064 memory=6668 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512103/stat : 512103 (fscip) S 512076 512079 507538 0 -1 1077936192 79 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512104] ppid=512076 vsize=12128064 memory=40296 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512104/stat : 512104 (fscip) S 512076 512079 507538 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512105] ppid=512076 vsize=12128064 memory=8148 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512105/stat : 512105 (fscip) S 512076 512079 507538 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512106] ppid=512076 vsize=12128064 memory=3428 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512106/stat : 512106 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512107] ppid=512076 vsize=12128064 memory=2180 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512107/stat : 512107 (fscip) S 512076 512079 507538 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512108] ppid=512076 vsize=12128064 memory=1744 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512108/stat : 512108 (fscip) S 512076 512079 507538 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512109] ppid=512076 vsize=12128064 memory=14848 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512109/stat : 512109 (fscip) S 512076 512079 507538 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512110] ppid=512076 vsize=12128064 memory=28716 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512110/stat : 512110 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512111] ppid=512076 vsize=12128064 memory=32852 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512111/stat : 512111 (fscip) S 512076 512079 507538 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512112] ppid=512076 vsize=12128064 memory=1836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512112/stat : 512112 (fscip) S 512076 512079 507538 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512113] ppid=512076 vsize=12128064 memory=25988 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512113/stat : 512113 (fscip) S 512076 512079 507538 0 -1 1077936192 142 0 0 0 1 1 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512114] ppid=512076 vsize=12128064 memory=2244 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512114/stat : 512114 (fscip) S 512076 512079 507538 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512115] ppid=512076 vsize=12128064 memory=31232 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512115/stat : 512115 (fscip) S 512076 512079 507538 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512116] ppid=512076 vsize=12128064 memory=28656 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512116/stat : 512116 (fscip) S 512076 512079 507538 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512117] ppid=512076 vsize=12128064 memory=7492 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512117/stat : 512117 (fscip) S 512076 512079 507538 0 -1 1077936192 141 0 0 0 1 1 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512118] ppid=512076 vsize=12128064 memory=26980 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512118/stat : 512118 (fscip) S 512076 512079 507538 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512119] ppid=512076 vsize=12128064 memory=3664 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512119/stat : 512119 (fscip) S 512076 512079 507538 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
[pid=512079/tid=512120] ppid=512076 vsize=12128064 memory=14848 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/512079/task/512120/stat : 512120 (fscip) S 512076 512079 507538 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 87195288 12419137536 2479883 809668444160 4194304 16622877 140723364783952 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29982720 140723364787177 140723364787293 140723364787293 140723364794319 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 12128064 KiB
Current children cumulated memory: 9919532 KiB

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

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

# cumulated CPU time of all completed processes:  user=71906.4 s, system=95.8056 s

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

[startup+3643.62 s]
/proc/loadavg: 80.43 80.50 80.52 63/983 514317
/proc/meminfo: memFree=681979324/790760800 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): 3643.67
CPU time (s): 72002.2
CPU user time (s): 71906.4
CPU system time (s): 95.8056
CPU usage (%): 1976.09
Max. virtual memory (cumulated for all children) (KiB): 12128064
Max. memory (cumulated for all children) (KiB): 9935216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71906.4
system time used= 95.8056
maximum resident set size= 9935452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40882089
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= 513491
involuntary context switches= 339808


# summary of solver processes directly reported to runsolver:
#   pid: 512079
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71906.4
#   total CPU system time (s): 95.8056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 29.3009 second user time and 87.0062 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-09 14:22:38
IDJOB=4467285
IDBENCH=147018
IDSOLVER=3097
FILE ID=nodeD104/4467285-1723206158
RUNJOBID= nodeD104-1723200315-507549
SLURM_JOB_ID= 8266896
Free space on /tmp= 8587892 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467285-1723206158/watcher-4467285-1723206158 -o /tmp/evaluation-result-4467285-1723206158/solver-4467285-1723206158 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723200315-507549 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467285-1723206158.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=760252840

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        708818512 kB
MemAvailable:   763025404 kB
Buffers:          915932 kB
Cached:         56129236 kB
SwapCached:            0 kB
Active:          2370000 kB
Inactive:       75416464 kB
Active(anon):       2212 kB
Inactive(anon): 20769764 kB
Active(file):    2367788 kB
Inactive(file): 54646700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29000 kB
Writeback:             8 kB
AnonPages:      20733744 kB
Mapped:           133192 kB
Shmem:             30728 kB
KReclaimable:    1224236 kB
Slab:            1734204 kB
SReclaimable:    1224236 kB
SUnreclaim:       509968 kB
KernelStack:       16560 kB
PageTables:        50840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3682844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           786432 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3102720 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:      759808 kB
DirectMap2M:    68943872 kB
DirectMap1G:    736100352 kB

Free space on /tmp at the end= 8587868 MiB
End job on nodeD104 at 2024-08-09 15:23:22