Trace number 4467324

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.1 3632.7

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM0e700fc92a231fc1e477aebd59f20b52
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 benchmark138
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
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.07	c Default LC presolving (default).
0.00/0.07	c ** Before presolving: virtualMemUsedAtLc = 83050496, getVmSize() = 83050496, SCIPgetMemUsed() = 28303971, SCIPgetMemTotal() = 60777403, SCIPgetMemExternEstim() = 15170608
0.00/0.07	c ** set memory limit for presolving in LC to 8.79583e+12 for SCIP **
0.43/0.45	c ** Estimated virtualMemUsedAtSolver = 102730726, getVmSize() = 162639872, SCIPgetMemUsed() = 82676074, SCIPgetMemTotal() = 138925482, SCIPgetMemExternEstim() = 15170608
0.43/0.45	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.43/0.45	c Original Problem   :
0.43/0.45	c   Problem name     : instance-4467324-1723218812
0.43/0.45	c   Variables        : 3296 (3296 binary, 0 integer, 0 implicit integer, 0 continuous)
0.43/0.45	c   Constraints      : 6384
0.43/0.45	c   Objective sense  : minimize
0.43/0.45	c Presolved Problem  :
0.43/0.45	c   Variables        : 3295 (3295 binary, 0 integer, 0 implicit integer, 0 continuous)
0.43/0.45	c   Constraints      : 4902
0.43/0.45	c Constraints        : Number
0.43/0.45	c   knapsack         : 679 
0.43/0.45	c   setppc           : 1371 
0.43/0.45	c   linear           : 2852 
0.43/0.45	c ** Instance transfer method used: 0
0.43/0.47	c ** ParaScipInstance copy does not increase the number of variables. **
0.69/0.74	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.69/0.74	c                                Nodes    Active                                            
0.69/0.74	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
89.36/5.35	c         5              2           1        20                -          91.0000          -
188.52/10.37	c        10             52          45        20                -          91.0000          -
287.68/15.39	c        15             50          41        20                -          91.0000          -
388.87/20.41	c        20            112          67        20                -          91.0000          -
488.07/25.48	c        25             88          53        20                -          91.0000          -
589.27/30.53	c        31            123          69        20                -          91.0000          -
688.47/35.54	c        36            142          86        20                -          91.0000          -
787.67/40.56	c        41            160         145        20                -          91.0000          -
888.87/45.66	c        46            169          93        20                -          91.0000          -
990.07/50.78	c        51            180          98        20                -          91.0000          -
1093.23/55.91	c        56            254         229        20                -          91.0000          -
1192.42/61.02	c        61           1330         406        20                -          91.0000          -
1294.22/66.04	c        66            636         416        20                -          91.0000          -
1393.37/71.10	c        71            393         160        20                -          91.0000          -
1495.93/76.28	c        76            494         189        20                -          91.0000          -
1599.10/81.42	c        81            584         216        20                -          91.0000          -
1698.34/86.49	c        86            718         249        20                -          91.0000          -
1799.52/91.55	c        92           1069           0        20                -          91.0000          -
1898.72/96.59	c        97            866         267        20                -          91.0000          -
1999.79/101.60	c       102           1214         143        20                -          91.0000          -
2098.97/106.66	c       107           1396         291        20                -          91.0000          -
2198.16/111.69	c       112            735         271        20                -          91.0000          -
2299.37/116.76	c       117           1577         391        20                -          91.0000          -
2400.55/121.81	c       122           2042         530        20                -          91.0000          -
2499.74/126.86	c       127           1901         378        20                -          91.0000          -
2600.95/131.91	c       132            761         587        20                -          91.0000          -
2700.12/136.97	c       137            819         618        20                -          91.0000          -
2799.29/142.01	c       142           2429         460        20                -          91.0000          -
2901.00/147.06	c       147            971         709        20                -          91.0000          -
3000.24/152.11	c       152           3207         865        20                -          91.0000          -
3101.49/157.16	c       157           1020         724        20                -          91.0000          -
3201.96/162.22	c       162           2775         484        20                -          91.0000          -
3301.13/167.22	c       167           1192         830        20                -          91.0000          -
3400.31/172.30	c       172           1226         858        20                -          91.0000          -
3501.49/177.31	c       177           1197         508        20                -          91.0000          -
3602.69/182.40	c       182           3376         484        20                -          91.0000          -
3701.87/187.41	c       187           1222           0        20                -          91.0000          -
3801.04/192.50	c       192           1342          82        20                -          91.0000          -
3902.21/197.53	c       198           1342          82        20                -          91.0000          -
4003.38/202.69	c       203           1351          87        20                -          91.0000          -
4104.55/207.72	c       208           1255          31        20                -          91.0000          -
4172.49/211.16	c *     211           1472         147        20         191.0000          91.0000    109.89%
4207.66/212.95	c       213           4205         608        20         191.0000          91.0000    109.89%
4309.36/218.10	c       218           4205         608        20         191.0000          91.0000    109.89%
4408.48/223.11	c       223           4205         608        20         191.0000          91.0000    109.89%
4509.83/228.15	c       228           4205         608        20         191.0000          91.0000    109.89%
4610.22/233.25	c       233           1606         196        20         191.0000          91.0000    109.89%
4709.43/238.27	c       238           1693         224        20         191.0000          91.0000    109.89%
4731.25/239.40	c *     239           1693         224        20         188.0000          91.0000    106.59%
4814.53/243.50	c       244           1693         224        20         188.0000          91.0000    106.59%
4913.73/248.55	c       249           1693         224        20         188.0000          91.0000    106.59%
5012.92/253.58	c       254           4266           1        20         188.0000          91.0000    106.59%
5114.09/258.61	c       259           1706         225        20         188.0000          91.0000    106.59%
5213.27/263.68	c       264           5317        1320        20         188.0000          91.0000    106.59%
5314.44/268.78	c       269           1508         246        20         188.0000          91.0000    106.59%
5415.54/273.85	c       274           1542         276        20         188.0000          91.0000    106.59%
5514.71/278.86	c       279           1935         260        20         188.0000          91.0000    106.59%
5615.88/283.91	c       284           1949         262        20         188.0000          91.0000    106.59%
5715.06/288.94	c       289           4528         213        20         188.0000          91.0000    106.59%
5814.25/293.94	c       294           1629         353        20         188.0000          91.0000    106.59%
5913.41/299.00	c       299           2036         258        20         188.0000          91.0000    106.59%
6015.17/304.05	c       304           4770         341        20         188.0000          91.0000    106.59%
6114.27/309.11	c       309           4770         341        20         188.0000          91.0000    106.59%
6215.57/314.17	c       314           4771         342        20         188.0000          91.0000    106.59%
6316.04/319.22	c       319           6124        1459        20         188.0000          91.0000    106.59%
6415.19/324.28	c       324           2216         332        20         188.0000          91.0000    106.59%
6516.34/329.32	c       329           2067         652        20         188.0000          91.0000    106.59%
6615.52/334.37	c       334           6233         595        20         188.0000          91.0000    106.59%
6615.52/334.39	c *     334           6233         595        20         184.0000          91.0000    102.20%
6714.63/339.39	c       339           2298         374        20         184.0000          91.0000    102.20%
6817.77/344.53	c       345           7196        2131        20         184.0000          91.0000    102.20%
6920.92/349.73	c       350           6465         663        20         184.0000          91.0000    102.20%
7022.08/354.82	c       355           6465         663        20         184.0000          91.0000    102.20%
7125.90/360.08	c       360           6465         663        20         184.0000          91.0000    102.20%
7227.09/365.15	c       365           6466         662        20         184.0000          91.0000    102.20%
7327.56/370.20	c       370           2913         450        20         184.0000          91.0000    102.20%
7426.73/375.25	c       375           7110        1606        20         184.0000          91.0000    102.20%
7527.90/380.30	c       380           7132        1608        20         184.0000          91.0000    102.20%
7629.08/385.40	c       385           3219         479        20         184.0000          91.0000    102.20%
7728.28/390.45	c       390           6530         684        20         184.0000          91.0000    102.20%
7829.45/395.50	c       396           3253         489        20         184.0000          91.0000    102.20%
7928.62/400.55	c       401           3253         489        20         184.0000          91.0000    102.20%
7932.77/400.75	c *     401           3253         489        20         176.0000          91.0000     93.41%
8029.75/405.64	c       406           3312         466        20         176.0000          91.0000     93.41%
8128.92/410.65	c       411           6701         718        20         176.0000          91.0000     93.41%
8230.08/415.72	c       416           9943        2688        20         176.0000          91.0000     93.41%
8329.25/420.79	c       421           6830         760        20         176.0000          91.0000     93.41%
8432.39/425.96	c       426           6830         760        20         176.0000          91.0000     93.41%
8534.15/431.05	c       431           6830         760        20         176.0000          91.0000     93.41%
8635.45/436.15	c       436           6870         770        20         176.0000          91.0000     93.41%
8735.80/441.26	c       441           6870         770        20         176.0000          91.0000     93.41%
8834.97/446.27	c       446           6871         769        20         176.0000          91.0000     93.41%
8934.15/451.29	c       451           4732         591        20         176.0000          91.0000     93.41%
9035.31/456.31	c       456           8939        1852        20         176.0000          91.0000     93.41%
9134.47/461.35	c       461           6965         831        20         176.0000          91.0000     93.41%
9235.65/466.40	c       466           5575         642        20         176.0000          91.0000     93.41%
9334.81/471.47	c       471           5575         642        20         176.0000          91.0000     93.41%
9439.92/476.71	c       477           7269         917        20         176.0000          91.0000     93.41%
9539.10/481.72	c *     482           4381        1518        20         172.0000          91.0000     89.01%
9540.99/481.80	c       482           5843         694        20         172.0000          91.0000     89.01%
9642.10/486.97	c       487           7623        1019        20         172.0000          91.0000     89.01%
9743.89/492.06	c       492           6099         707        20         172.0000          91.0000     89.01%
9843.00/497.07	c       497           6099         707        20         172.0000          91.0000     89.01%
9945.54/502.21	c       502           6099         707        20         172.0000          91.0000     89.01%
10044.68/507.26	c       507           6099         707        20         172.0000          91.0000     89.01%
10145.80/512.33	c       512           6367         761        20         172.0000          91.0000     89.01%
10244.97/517.36	c       517           8793        1331        20         172.0000          91.0000     89.01%
10346.18/522.41	c       522           8990        1364        20         172.0000          91.0000     89.01%
10445.27/527.44	c       527           6679         829        20         172.0000          91.0000     89.01%
10544.43/532.50	c       532           9113        1384        20         172.0000          91.0000     89.01%
10645.56/537.59	c       538           7212         898        20         172.0000          91.0000     89.01%
10746.69/542.68	c       543           9569        1481        20         172.0000          91.0000     89.01%
10847.82/547.73	c       548           9569        1481        20         172.0000          91.0000     89.01%
10946.97/552.77	c       553           8319         863        20         172.0000          91.0000     89.01%
11048.11/557.84	c       558           8455         874        20         172.0000          91.0000     89.01%
11149.24/562.91	c       563          10616        1726        20         172.0000          91.0000     89.01%
11248.40/568.00	c       568          12654        2163        20         172.0000          91.0000     89.01%
11352.19/573.15	c       573           8985        1032        20         172.0000          91.0000     89.01%
11452.64/578.27	c       578           8985        1032        20         172.0000          91.0000     89.01%
11553.79/583.30	c       583          13327        2192        20         172.0000          91.0000     89.01%
11652.93/588.31	c       588           9216        1080        20         172.0000          91.0000     89.01%
11754.07/593.42	c       593          12120        1982        20         172.0000          91.0000     89.01%
11855.21/598.55	c       599           9292        1088        20         172.0000          91.0000     89.01%
11956.33/603.63	c       604           9383        1107        20         172.0000          91.0000     89.01%
12055.48/608.68	c       609           9579        1174        20         172.0000          91.0000     89.01%
12156.60/613.77	c       614          12622        2113        20         172.0000          91.0000     89.01%
12257.74/618.88	c       619          10210        1242        20         172.0000          91.0000     89.01%
12358.86/623.90	c       624          10210        1242        20         172.0000          91.0000     89.01%
12458.02/628.98	c       629          13796        2591        20         172.0000          91.0000     89.01%
12557.17/633.99	c       634          10360        1261        20         172.0000          91.0000     89.01%
12658.96/639.04	c       639          10360        1261        20         172.0000          91.0000     89.01%
12758.27/644.10	c       644          10360        1261        20         172.0000          91.0000     89.01%
12857.30/649.10	c       649          10499        1296        20         172.0000          91.0000     89.01%
12959.72/654.28	c       654          14994        3063        20         172.0000          91.0000     89.01%
13060.84/659.33	c       659          14994        3063        20         172.0000          91.0000     89.01%
13159.96/664.39	c       664          11548        1533        20         172.0000          91.0000     89.01%
13261.08/669.43	c       669           8539        3432        20         172.0000          91.0000     89.01%
13364.21/674.69	c       675          15721        3280        20         172.0000          91.0000     89.01%
13465.36/679.78	c       680          15721        3280        20         172.0000          91.0000     89.01%
13566.47/684.83	c       685          15926        3338        20         172.0000          91.0000     89.01%
13665.63/689.88	c       690          12332        1884        20         172.0000          91.0000     89.01%
13766.76/694.93	c       695          16395        3522        20         172.0000          91.0000     89.01%
13865.92/699.95	c       700          23178        5887        20         172.0000          91.0000     89.01%
13965.07/704.95	c       705          16490        3596        20         172.0000          91.0000     89.01%
14064.23/710.02	c       710          16499        3605        20         172.0000          91.0000     89.01%
14165.95/715.13	c       715          13841        2582        20         172.0000          91.0000     89.01%
14268.47/720.22	c       720          13923        2641        20         172.0000          91.0000     89.01%
14367.65/725.26	c       725          13923        2641        20         172.0000          91.0000     89.01%
14468.79/730.32	c       730          14019        2688        20         172.0000          91.0000     89.01%
14567.87/735.36	c       735          24472        6335        20         172.0000          91.0000     89.01%
14669.02/740.42	c       740          14283        2832        20         172.0000          91.0000     89.01%
14768.20/745.48	c       745          17402        3917        20         172.0000          91.0000     89.01%
14869.35/750.52	c       751          14294        2838        20         172.0000          91.0000     89.01%
14968.53/755.57	c       756          14294        2838        20         172.0000          91.0000     89.01%
15069.63/760.61	c       761          14369        2874        20         172.0000          91.0000     89.01%
15168.77/765.67	c       766          18278        4123        20         172.0000          91.0000     89.01%
15269.91/770.72	c       771          15121        2998        20         172.0000          91.0000     89.01%
15369.06/775.72	c       776          20675        2539        20         172.0000          91.0000     89.01%
15468.20/780.74	c       781          15478        3071        20         172.0000          91.0000     89.01%
15569.35/785.84	c       786          25863        6865        20         172.0000          91.0000     89.01%
15668.55/790.90	c       791          26001        6909        20         172.0000          91.0000     89.01%
15769.76/795.94	c       796          12506        4608        20         172.0000          91.0000     89.01%
15868.97/800.97	c       801          26438        7036        20         172.0000          91.0000     89.01%
15970.77/806.05	c       806          21690        2649        20         172.0000          91.0000     89.01%
16070.13/811.10	c       811          21570        4254        20         172.0000          91.0000     89.01%
16171.35/816.15	c       816          21866        4260        20         172.0000          91.0000     89.01%
16270.65/821.20	c       821          21929        4254        20         172.0000          91.0000     89.01%
16371.06/826.21	c       826          17629        3853        20         172.0000          91.0000     89.01%
16470.28/831.22	c       831          22716        4259        20         172.0000          91.0000     89.01%
16571.49/836.35	c       836          22930        2733        20         172.0000          91.0000     89.01%
16672.69/841.40	c       841          28533        7318        20         172.0000          91.0000     89.01%
16771.93/846.45	c       846          24004        4274        20         172.0000          91.0000     89.01%
16873.15/851.50	c       852          18643        4206        20         172.0000          91.0000     89.01%
16972.39/856.53	c       857          14505        5130        20         172.0000          91.0000     89.01%
17071.60/861.55	c       862          24436        4271        20         172.0000          91.0000     89.01%
17172.80/866.60	c       867          19414        4540        20         172.0000          91.0000     89.01%
17271.98/871.61	c       872          19721        4683        20         172.0000          91.0000     89.01%
17373.17/876.72	c       877          14994        5343        20         172.0000          91.0000     89.01%
17472.35/881.76	c       882          20393        4918        20         172.0000          91.0000     89.01%
17573.55/886.82	c       887          25725        4234        20         172.0000          91.0000     89.01%
17672.75/891.83	c       892          26017        4209        20         172.0000          91.0000     89.01%
17773.93/896.92	c       897          26017        4209        20         172.0000          91.0000     89.01%
17873.10/901.99	c       902          26017        4209        20         172.0000          91.0000     89.01%
17972.31/907.02	c       907          26017        4209        20         172.0000          91.0000     89.01%
18074.30/912.12	c       912          21866        5241        20         172.0000          91.0000     89.01%
18175.44/917.19	c       917          22171        5391        20         172.0000          91.0000     89.01%
18275.82/922.23	c       922          16007        5726        20         172.0000          91.0000     89.01%
18375.00/927.28	c       927          27526        4233        20         172.0000          91.0000     89.01%
18476.21/932.33	c       932          22622        5665        20         172.0000          91.0000     89.01%
18575.41/937.38	c       937          22682        5699        20         172.0000          91.0000     89.01%
18674.60/942.39	c       942          22682        5699        20         172.0000          91.0000     89.01%
18775.79/947.43	c       947          22682        5699        20         172.0000          91.0000     89.01%
18877.01/952.53	c       953          29821        4328        20         172.0000          91.0000     89.01%
18976.21/957.59	c       958          23151        5946        20         172.0000          91.0000     89.01%
19077.41/962.66	c       963          33515        7787        20         172.0000          91.0000     89.01%
19178.58/967.72	c       968          33715        7822        20         172.0000          91.0000     89.01%
19277.80/972.76	c       973          31516        4375        20         172.0000          91.0000     89.01%
19377.05/977.79	c       978          31842        4402        20         172.0000          91.0000     89.01%
19478.24/982.86	c       983          28699        4129        20         172.0000          91.0000     89.01%
19579.46/987.91	c       988          24766        6618        20         172.0000          91.0000     89.01%
19678.68/992.94	c       993          32959        4433        20         172.0000          91.0000     89.01%
19777.84/998.01	c       998          25649        6956        20         172.0000          91.0000     89.01%
19876.93/1003.04	c      1003          25882        7070        20         172.0000          91.0000     89.01%
19978.82/1008.07	c      1008          18301        6353        20         172.0000          91.0000     89.01%
20079.92/1013.16	c      1013          35173        8267        20         172.0000          91.0000     89.01%
20180.02/1018.21	c      1018          35328        8329        20         172.0000          91.0000     89.01%
20279.19/1023.27	c      1023          35473        8389        20         172.0000          91.0000     89.01%
20378.39/1028.29	c      1028          36018        4542        20         172.0000          91.0000     89.01%
20479.58/1033.30	c      1033          36292        4539        20         172.0000          91.0000     89.01%
20578.75/1038.35	c      1038          27897        8323        20         172.0000          91.0000     89.01%
20677.85/1043.37	c      1043          28241        8586        20         172.0000          91.0000     89.01%
20778.79/1048.41	c      1048          28640        8868        20         172.0000          91.0000     89.01%
20879.96/1053.50	c      1054          38112        4498        20         172.0000          91.0000     89.01%
20979.05/1058.54	c      1059          29050        9120        20         172.0000          91.0000     89.01%
21080.12/1063.60	c      1064          37053        8757        20         172.0000          91.0000     89.01%
21179.28/1068.69	c      1069          29557        9468        20         172.0000          91.0000     89.01%
21280.32/1073.78	c      1074          39416        4468        20         172.0000          91.0000     89.01%
21381.49/1078.82	c      1079          20989        7063        20         172.0000          91.0000     89.01%
21480.69/1083.87	c      1084          32878        4329        20         172.0000          91.0000     89.01%
21581.85/1088.92	c      1089          30924       10003        20         172.0000          91.0000     89.01%
21681.02/1093.95	c      1094          31325       10156        20         172.0000          91.0000     89.01%
21780.23/1099.03	c      1099          31451       10188        20         172.0000          91.0000     89.01%
21882.30/1104.08	c      1104          42058        4523        20         172.0000          91.0000     89.01%
21983.30/1109.14	c      1109          42058        4523        20         172.0000          91.0000     89.01%
22082.43/1114.19	c      1114          42058        4523        20         172.0000          91.0000     89.01%
22182.93/1119.21	c      1119          22593        7528        20         172.0000          91.0000     89.01%
22282.11/1124.25	c      1124          33273       11004        20         172.0000          91.0000     89.01%
22381.31/1129.29	c      1129          43160        4524        20         172.0000          91.0000     89.01%
22482.42/1134.34	c      1134          43351        4519        20         172.0000          91.0000     89.01%
22583.41/1139.41	c      1139          43651        4495        20         172.0000          91.0000     89.01%
22682.72/1144.46	c      1144          39715        9588        20         172.0000          91.0000     89.01%
22783.74/1149.51	c      1150          35014       11785        20         172.0000          91.0000     89.01%
22882.95/1154.56	c      1155          35836        4779        20         172.0000          91.0000     89.01%
22984.15/1159.62	c      1160          45005        4482        20         172.0000          91.0000     89.01%
23083.37/1164.69	c      1165          45242        4467        20         172.0000          91.0000     89.01%
23184.58/1169.71	c      1170          36334       12373        20         172.0000          91.0000     89.01%
23283.76/1174.74	c      1175          45905        4445        20         172.0000          91.0000     89.01%
23384.92/1179.86	c      1180          46095        4460        20         172.0000          91.0000     89.01%
23484.10/1184.87	c      1185          46328        4513        20         172.0000          91.0000     89.01%
23585.27/1189.94	c      1190          37071       12729        20         172.0000          91.0000     89.01%
23684.45/1195.00	c      1195          37227       12804        20         172.0000          91.0000     89.01%
23783.59/1200.02	c      1200          41395       10248        20         172.0000          91.0000     89.01%
23885.32/1205.10	c      1205          37759        4965        20         172.0000          91.0000     89.01%
23986.84/1210.15	c      1210          37808       13159        20         172.0000          91.0000     89.01%
24087.10/1215.20	c      1215          38096       13338        20         172.0000          91.0000     89.01%
24186.15/1220.25	c      1220          38410       13543        20         172.0000          91.0000     89.01%
24285.06/1225.26	c      1225          26812        8450        20         172.0000          91.0000     89.01%
24386.28/1230.31	c      1230          50434        4559        20         172.0000          91.0000     89.01%
24485.29/1235.36	c      1235          50726        4589        20         172.0000          91.0000     89.01%
24586.39/1240.40	c      1240          39201       13956        20         172.0000          91.0000     89.01%
24685.55/1245.45	c      1245          39514       14066        20         172.0000          91.0000     89.01%
24784.77/1250.46	c      1250          39615        5256        20         172.0000          91.0000     89.01%
24885.84/1255.54	c      1256          39815        5277        20         172.0000          91.0000     89.01%
24985.14/1260.54	c      1261          52354        4706        20         172.0000          91.0000     89.01%
25084.22/1265.57	c      1266          40751       14752        20         172.0000          91.0000     89.01%
25185.43/1270.60	c      1271          40400        5397        20         172.0000          91.0000     89.01%
25284.63/1275.68	c      1276          41260       15070        20         172.0000          91.0000     89.01%
25385.74/1280.73	c      1281          40895        5433        20         172.0000          91.0000     89.01%
25484.93/1285.75	c      1286          29518        8773        20         172.0000          91.0000     89.01%
25586.10/1290.83	c      1291          41798       15338        20         172.0000          91.0000     89.01%
25685.18/1295.89	c      1296          41798       15338        20         172.0000          91.0000     89.01%
25786.24/1300.95	c      1301          44700       11440        20         172.0000          91.0000     89.01%
25885.43/1306.00	c      1306          56002        5270        20         172.0000          91.0000     89.01%
25987.18/1311.06	c      1311          44991       11535        20         172.0000          91.0000     89.01%
26086.48/1316.11	c      1316          57091        5389        20         172.0000          91.0000     89.01%
26187.61/1321.17	c      1321          42248        5731        20         172.0000          91.0000     89.01%
26288.11/1326.20	c      1326          43218       16016        20         172.0000          91.0000     89.01%
26387.31/1331.24	c      1331          45536       11767        20         172.0000          91.0000     89.01%
26488.48/1336.37	c      1336          45686       11842        20         172.0000          91.0000     89.01%
26589.63/1341.45	c      1341          45911       11905        20         172.0000          91.0000     89.01%
26690.78/1346.58	c      1347          44208       16531        20         172.0000          91.0000     89.01%
26789.93/1351.60	c      1352          60485        5582        20         172.0000          91.0000     89.01%
26893.10/1356.78	c      1357          60485        5582        20         172.0000          91.0000     89.01%
26994.24/1361.83	c      1362          60485        5582        20         172.0000          91.0000     89.01%
27093.40/1366.88	c      1367          60485        5582        20         172.0000          91.0000     89.01%
27194.55/1371.93	c      1372          60648        5588        20         172.0000          91.0000     89.01%
27293.70/1376.98	c      1377          45876       17344        20         172.0000          91.0000     89.01%
27392.68/1382.03	c      1382          61565        5723        20         172.0000          91.0000     89.01%
27494.44/1387.08	c      1387          61565        5723        20         172.0000          91.0000     89.01%
27593.60/1392.12	c      1392          46558       17707        20         172.0000          91.0000     89.01%
27694.84/1397.18	c      1397          61907        5779        20         172.0000          91.0000     89.01%
27795.02/1402.23	c      1402          46759       17795        20         172.0000          91.0000     89.01%
27894.17/1407.28	c      1407          61960        5819        20         172.0000          91.0000     89.01%
27995.32/1412.33	c      1412          61990        5841        20         172.0000          91.0000     89.01%
28094.50/1417.39	c      1417          62052        5877        20         172.0000          91.0000     89.01%
28195.65/1422.44	c      1422          48116       18382        20         172.0000          91.0000     89.01%
28294.83/1427.49	c      1428          62267        5918        20         172.0000          91.0000     89.01%
28395.91/1432.55	c      1433          48735       18669        20         172.0000          91.0000     89.01%
28495.01/1437.56	c      1438          48057       13098        20         172.0000          91.0000     89.01%
28596.15/1442.63	c      1443          36125        9898        20         172.0000          91.0000     89.01%
28695.32/1447.68	c      1448          63428        6224        20         172.0000          91.0000     89.01%
28796.46/1452.73	c      1453          50236       19210        20         172.0000          91.0000     89.01%
28895.60/1457.78	c      1458          63700        6311        20         172.0000          91.0000     89.01%
28996.74/1462.81	c      1463          50859       19391        20         172.0000          91.0000     89.01%
29095.92/1467.89	c      1468          47935        6605        20         172.0000          91.0000     89.01%
29197.09/1472.94	c      1473          48106        6600        20         172.0000          91.0000     89.01%
29296.03/1478.03	c      1478          37547       10255        20         172.0000          91.0000     89.01%
29395.19/1483.04	c      1483          52379       19896        20         172.0000          91.0000     89.01%
29497.02/1488.06	c      1488          48588        6647        20         172.0000          91.0000     89.01%
29598.30/1493.19	c      1493          53173       20335        20         172.0000          91.0000     89.01%
29698.61/1498.24	c      1498          53625       20571        20         172.0000          91.0000     89.01%
29797.78/1503.29	c      1503          49189        6744        20         172.0000          91.0000     89.01%
29898.96/1508.34	c      1508          38910       10479        20         172.0000          91.0000     89.01%
29998.12/1513.36	c      1513          66521        7254        20         172.0000          91.0000     89.01%
30099.25/1518.44	c      1518          66521        7254        20         172.0000          91.0000     89.01%
30198.37/1523.49	c      1524          50055        6978        20         172.0000          91.0000     89.01%
30299.44/1528.54	c      1529          55341       21287        20         172.0000          91.0000     89.01%
30398.53/1533.59	c      1534          55629       21424        20         172.0000          91.0000     89.01%
30499.63/1538.64	c      1539          40093       10732        20         172.0000          91.0000     89.01%
30598.38/1543.69	c      1544          68216        7728        20         172.0000          91.0000     89.01%
30699.38/1548.73	c      1549          56542       21784        20         172.0000          91.0000     89.01%
30798.47/1553.76	c      1554          68625        7840        20         172.0000          91.0000     89.01%
30899.57/1558.82	c      1559          56872       21907        20         172.0000          91.0000     89.01%
30998.70/1563.84	c      1564          69148        8058        20         172.0000          91.0000     89.01%
31097.85/1568.90	c      1569          57019       21989        20         172.0000          91.0000     89.01%
31198.94/1573.92	c      1574          57019       21989        20         172.0000          91.0000     89.01%
31300.79/1579.04	c      1579          57019       21989        20         172.0000          91.0000     89.01%
31399.84/1584.05	c      1584          50960       15301        20         172.0000          91.0000     89.01%
31498.61/1589.11	c      1589          70581        8546        20         172.0000          91.0000     89.01%
31599.55/1594.19	c      1594          42333       11126        20         172.0000          91.0000     89.01%
31698.84/1599.18	c *    1599          42535       11133        20         171.0000          91.0000     87.91%
31699.90/1599.23	c      1599          42535       11133        20         171.0000          91.0000     87.91%
31798.76/1604.27	c      1604          70911        8601        20         171.0000          91.0000     87.91%
31899.89/1609.40	c      1609          70911        8601        20         171.0000          91.0000     87.91%
32004.99/1614.66	c      1615          70911        8601        20         171.0000          91.0000     87.91%
32108.13/1619.83	c      1620          70911        8601        20         171.0000          91.0000     87.91%
32211.83/1625.06	c      1625          58177       22008        20         171.0000          91.0000     87.91%
32312.93/1630.13	c      1630          58177       22008        20         171.0000          91.0000     87.91%
32412.18/1635.18	c      1635          70926        8602        20         171.0000          91.0000     87.91%
32514.57/1640.36	c      1640          70926        8602        20         171.0000          91.0000     87.91%
32617.74/1645.51	c      1646          70926        8602        20         171.0000          91.0000     87.91%
32716.88/1650.54	c      1651          70926        8602        20         171.0000          91.0000     87.91%
32816.04/1655.58	c      1656          70934        8604        20         171.0000          91.0000     87.91%
32909.15/1660.22	c *    1660          70934        8604        20         170.0000          91.0000     86.81%
32917.05/1660.67	c      1661          70934        8604        20         170.0000          91.0000     86.81%
33017.95/1665.71	c      1666          58344       22031        20         170.0000          91.0000     86.81%
33116.94/1670.73	c      1671          58344       22031        20         170.0000          91.0000     86.81%
33218.09/1675.87	c      1676          58344       22031        20         170.0000          91.0000     86.81%
33319.08/1680.91	c      1681          58344       22031        20         170.0000          91.0000     86.81%
33417.98/1686.00	c      1686          58362       22039        20         170.0000          91.0000     86.81%
33519.77/1691.06	c      1691          58367       22042        20         170.0000          91.0000     86.81%
33618.93/1696.10	c      1696          71104        8689        20         170.0000          91.0000     86.81%
33717.96/1701.12	c      1701          71104        8689        20         170.0000          91.0000     86.81%
33820.33/1706.22	c      1706          71104        8689        20         170.0000          91.0000     86.81%
33919.28/1711.24	c      1711          71104        8689        20         170.0000          91.0000     86.81%
34018.48/1716.26	c      1716          71104        8689        20         170.0000          91.0000     86.81%
34119.58/1721.32	c      1721          71104        8689        20         170.0000          91.0000     86.81%
34218.76/1726.39	c      1726          71170        8698        20         170.0000          91.0000     86.81%
34319.93/1731.43	c      1731          71170        8698        20         170.0000          91.0000     86.81%
34418.93/1736.47	c      1736          71170        8698        20         170.0000          91.0000     86.81%
34517.86/1741.48	c      1741          71463        8771        20         170.0000          91.0000     86.81%
34617.02/1746.49	c      1746          71531        8768        20         170.0000          91.0000     86.81%
34718.06/1751.50	c      1752          60627        8250        20         170.0000          91.0000     86.81%
34817.03/1756.52	c      1757          59838       22692        20         170.0000          91.0000     86.81%
34915.86/1761.52	c      1762          55201       17148        20         170.0000          91.0000     86.81%
35016.95/1766.68	c      1767          48583       11718        20         170.0000          91.0000     86.81%
35117.92/1771.74	c      1772          72689        9157        20         170.0000          91.0000     86.81%
35216.85/1776.75	c      1777          72689        9157        20         170.0000          91.0000     86.81%
35226.76/1777.21	c *    1777          72689        9157        20         169.0000          91.0000     85.71%
35317.66/1781.80	c      1782          61165       23269        20         169.0000          91.0000     85.71%
35416.74/1786.86	c      1787          61165       23269        20         169.0000          91.0000     85.71%
35520.24/1792.12	c      1792          72944        9204        20         169.0000          91.0000     85.71%
35621.69/1797.20	c      1797          72944        9204        20         169.0000          91.0000     85.71%
35721.70/1802.26	c      1802          72944        9204        20         169.0000          91.0000     85.71%
35822.89/1807.30	c      1807          72944        9204        20         169.0000          91.0000     85.71%
35921.80/1812.39	c      1812          72944        9204        20         169.0000          91.0000     85.71%
36024.73/1817.51	c      1818          72944        9204        20         169.0000          91.0000     85.71%
36125.80/1822.63	c      1823          61367       23322        20         169.0000          91.0000     85.71%
36226.79/1827.74	c      1828          72950        9208        20         169.0000          91.0000     85.71%
36325.76/1832.79	c      1833          72950        9208        20         169.0000          91.0000     85.71%
36426.47/1837.82	c      1838          72950        9208        20         169.0000          91.0000     85.71%
36525.61/1842.89	c      1843          57105       18043        20         169.0000          91.0000     85.71%
36626.61/1847.94	c      1848          62403       23761        20         169.0000          91.0000     85.71%
36725.48/1852.99	c      1853          73577        9429        20         169.0000          91.0000     85.71%
36814.66/1857.46	c *    1857          73596        9445        20         166.0000          91.0000     82.42%
36827.13/1858.06	c      1858          63025       24052        20         166.0000          91.0000     82.42%
36931.34/1863.34	c      1863          63083       23873        20         166.0000          91.0000     82.42%
37030.52/1868.36	c      1868          73810        9502        20         166.0000          91.0000     82.42%
37131.59/1873.41	c      1873          73810        9502        20         166.0000          91.0000     82.42%
37232.65/1878.55	c      1879          73810        9502        20         166.0000          91.0000     82.42%
37333.63/1883.67	c      1884          73810        9502        20         166.0000          91.0000     82.42%
37436.68/1888.81	c      1889          73810        9502        20         166.0000          91.0000     82.42%
37535.80/1893.89	c      1894          53943       12859        20         166.0000          91.0000     82.42%
37636.63/1898.90	c      1899          73962        9546        20         166.0000          91.0000     82.42%
37735.35/1904.01	c      1904          74227        9638        20         166.0000          91.0000     82.42%
37837.17/1909.09	c      1909          64330       24464        20         166.0000          91.0000     82.42%
37938.21/1914.14	c      1914          74774        9819        20         166.0000          91.0000     82.42%
38037.49/1919.19	c      1919          75071        9899        20         166.0000          91.0000     82.42%
38139.60/1924.30	c      1924          75099        9907        20         166.0000          91.0000     82.42%
38238.70/1929.36	c      1929          67989        9291        20         166.0000          91.0000     82.42%
38250.55/1929.91	c *    1930          59767       18899        20         155.0000          91.0000     70.33%
38337.34/1934.39	c      1934          68268        8436        20         155.0000          91.0000     70.33%
38438.43/1939.48	c      1939          68622        8430        20         155.0000          91.0000     70.33%
38539.32/1944.53	c      1945          76366        9242        20         155.0000          91.0000     70.33%
38638.08/1949.59	c      1950          60271       15491        20         155.0000          91.0000     70.33%
38739.22/1954.68	c      1955          77022        9437        20         155.0000          91.0000     70.33%
38840.22/1959.73	c      1960          67547       20172        20         155.0000          91.0000     70.33%
38941.36/1964.84	c      1965          69920        8462        20         155.0000          91.0000     70.33%
39042.35/1969.92	c      1970          68332       20449        20         155.0000          91.0000     70.33%
39144.03/1975.05	c      1975          78243        9715        20         155.0000          91.0000     70.33%
39245.16/1980.18	c      1980          68821       20631        20         155.0000          91.0000     70.33%
39345.62/1985.23	c      1985          61155       15935        20         155.0000          91.0000     70.33%
39444.76/1990.30	c      1990          79398       10113        20         155.0000          91.0000     70.33%
39545.91/1995.34	c      1995          69694       21035        20         155.0000          91.0000     70.33%
39647.04/2000.40	c      2000          58549       11403        20         155.0000          91.0000     70.33%
39746.18/2005.44	c      2005          80347       10547        20         155.0000          91.0000     70.33%
39845.26/2010.46	c      2010          80805       10637        20         155.0000          91.0000     70.33%
39946.40/2015.54	c      2016          71040       21504        20         155.0000          91.0000     70.33%
40045.54/2020.56	c      2021          71347       21692        20         155.0000          91.0000     70.33%
40146.68/2025.60	c      2026          71556       21798        20         155.0000          91.0000     70.33%
40245.71/2030.69	c      2031          59887       11702        20         155.0000          91.0000     70.33%
40346.80/2035.70	c      2036          81912       11041        20         155.0000          91.0000     70.33%
40445.91/2040.75	c      2041          72445       22196        20         155.0000          91.0000     70.33%
40547.04/2045.81	c      2046          72721       22339        20         155.0000          91.0000     70.33%
40646.20/2050.88	c      2051          62921       16848        20         155.0000          91.0000     70.33%
40745.38/2055.88	c      2056          73543        9167        20         155.0000          91.0000     70.33%
40846.51/2060.93	c      2061          83025       11483        20         155.0000          91.0000     70.33%
40945.78/2065.99	c      2066          74125        9227        20         155.0000          91.0000     70.33%
41047.41/2071.05	c      2071          74360        9304        20         155.0000          91.0000     70.33%
41148.67/2076.15	c      2076          74672       23259        20         155.0000          91.0000     70.33%
41249.05/2081.21	c      2081          62109       12062        20         155.0000          91.0000     70.33%
41348.21/2086.25	c      2086          84234       11913        20         155.0000          91.0000     70.33%
41449.23/2091.30	c      2091          84317       11929        20         155.0000          91.0000     70.33%
41548.21/2096.34	c      2096          75640       23791        20         155.0000          91.0000     70.33%
41649.13/2101.40	c      2101          64369       17565        20         155.0000          91.0000     70.33%
41748.31/2106.45	c      2106          75915        9749        20         155.0000          91.0000     70.33%
41849.42/2111.50	c      2112          85491       12371        20         155.0000          91.0000     70.33%
41948.59/2116.55	c      2117          85906       12487        20         155.0000          91.0000     70.33%
42047.63/2121.56	c      2122          63972       12298        20         155.0000          91.0000     70.33%
42148.77/2126.65	c      2127          65227       17916        20         155.0000          91.0000     70.33%
42247.86/2131.67	c      2132          65374       17982        20         155.0000          91.0000     70.33%
42349.01/2136.75	c      2137          87122       12952        20         155.0000          91.0000     70.33%
42448.16/2141.77	c      2142          87489       13095        20         155.0000          91.0000     70.33%
42549.34/2146.83	c      2147          87643       13115        20         155.0000          91.0000     70.33%
42650.48/2151.90	c      2152          65961       18224        20         155.0000          91.0000     70.33%
42749.65/2156.95	c      2157          88019       13236        20         155.0000          91.0000     70.33%
42848.80/2162.03	c      2162          65795       12693        20         155.0000          91.0000     70.33%
42950.66/2167.06	c      2167          78807       10209        20         155.0000          91.0000     70.33%
43049.67/2172.11	c      2172          66597       18481        20         155.0000          91.0000     70.33%
43150.85/2177.19	c      2177          89210       13638        20         155.0000          91.0000     70.33%
43251.39/2182.23	c      2182          66747       12897        20         155.0000          91.0000     70.33%
43279.17/2183.69	c *    2184          89762       13703        20         154.0000          91.0000     69.23%
43350.35/2187.29	c      2187          80869       26103        20         154.0000          91.0000     69.23%
43451.51/2192.37	c      2192          89813       13700        20         154.0000          91.0000     69.23%
43552.62/2197.42	c      2197          89919       13719        20         154.0000          91.0000     69.23%
43653.73/2202.51	c      2203          90011       13758        20         154.0000          91.0000     69.23%
43754.94/2207.65	c      2208          90011       13758        20         154.0000          91.0000     69.23%
43856.14/2212.76	c      2213          90011       13758        20         154.0000          91.0000     69.23%
43959.26/2217.92	c      2218          81009       26177        20         154.0000          91.0000     69.23%
44058.46/2222.96	c      2223          81009       26177        20         154.0000          91.0000     69.23%
44157.66/2228.02	c      2228          80710       10685        20         154.0000          91.0000     69.23%
44256.85/2233.02	c      2233          81222       26232        20         154.0000          91.0000     69.23%
44360.68/2238.17	c      2238          81222       26232        20         154.0000          91.0000     69.23%
44459.68/2243.20	c      2243          69743       12962        20         154.0000          91.0000     69.23%
44562.10/2248.31	c      2248          81575       26406        20         154.0000          91.0000     69.23%
44663.28/2253.41	c      2253          81941       26557        20         154.0000          91.0000     69.23%
44762.51/2258.46	c      2258          69508       19440        20         154.0000          91.0000     69.23%
44865.68/2263.60	c      2264          69621       19498        20         154.0000          91.0000     69.23%
44964.89/2268.67	c      2269          82692       26960        20         154.0000          91.0000     69.23%
45066.05/2273.75	c      2274          92715       14531        20         154.0000          91.0000     69.23%
45165.27/2278.76	c      2279          70037       19633        20         154.0000          91.0000     69.23%
45266.41/2283.81	c      2284          83328       11132        20         154.0000          91.0000     69.23%
45365.52/2288.86	c      2289          93809       14764        20         154.0000          91.0000     69.23%
45466.72/2293.93	c      2294          83659       11230        20         154.0000          91.0000     69.23%
45565.87/2298.95	c      2299          83853       11280        20         154.0000          91.0000     69.23%
45667.60/2304.05	c      2304          94878       15030        20         154.0000          91.0000     69.23%
45766.41/2309.10	c      2309          84068       11409        20         154.0000          91.0000     69.23%
45867.91/2314.18	c      2314          86853       27680        20         154.0000          91.0000     69.23%
45970.11/2319.33	c      2319          71710       19967        20         154.0000          91.0000     69.23%
46069.13/2324.39	c      2324          71842       20025        20         154.0000          91.0000     69.23%
46170.19/2329.44	c      2329          87678       27910        20         154.0000          91.0000     69.23%
46269.20/2334.49	c      2334          84701       11694        20         154.0000          91.0000     69.23%
46370.23/2339.50	c      2340          72272       20123        20         154.0000          91.0000     69.23%
46469.40/2344.57	c      2345          88479       28245        20         154.0000          91.0000     69.23%
46570.51/2349.62	c      2350          97344       15585        20         154.0000          91.0000     69.23%
46669.49/2354.65	c      2355          88764       28360        20         154.0000          91.0000     69.23%
46770.65/2359.75	c      2360          85526       11961        20         154.0000          91.0000     69.23%
46869.75/2364.75	c      2365          73026       20334        20         154.0000          91.0000     69.23%
46970.96/2369.81	c      2370          85786       12073        20         154.0000          91.0000     69.23%
47070.14/2374.88	c      2375          98742       16016        20         154.0000          91.0000     69.23%
47169.28/2379.89	c      2380          98987       16096        20         154.0000          91.0000     69.23%
47270.44/2384.93	c      2385          91101       29027        20         154.0000          91.0000     69.23%
47369.52/2389.98	c      2390          99245       16189        20         154.0000          91.0000     69.23%
47471.34/2395.07	c      2395          87098       12286        20         154.0000          91.0000     69.23%
47570.19/2400.11	c      2400          77086       13828        20         154.0000          91.0000     69.23%
47671.46/2405.16	c      2405          74406       20855        20         154.0000          91.0000     69.23%
47771.78/2410.21	c      2410          92583       29605        20         154.0000          91.0000     69.23%
47872.96/2415.30	c      2415          92969       29731        20         154.0000          91.0000     69.23%
47972.17/2420.31	c      2420          93398       29864        20         154.0000          91.0000     69.23%
48071.32/2425.37	c      2425          78169       13953        20         154.0000          91.0000     69.23%
48170.51/2430.37	c      2430          75356       21069        20         154.0000          91.0000     69.23%
48269.67/2435.38	c      2435         102124       17168        20         154.0000          91.0000     69.23%
48370.86/2440.41	c      2440          75733       21160        20         154.0000          91.0000     69.23%
48470.10/2445.42	c      2445         102705       17314        20         154.0000          91.0000     69.23%
48569.32/2450.43	c      2450         102727       17325        20         154.0000          91.0000     69.23%
48668.54/2455.46	c      2455          95700       30880        20         154.0000          91.0000     69.23%
48769.73/2460.51	c      2461          90007       12876        20         154.0000          91.0000     69.23%
48868.94/2465.55	c      2466          90328       12895        20         154.0000          91.0000     69.23%
48968.17/2470.55	c      2471          96480       31214        20         154.0000          91.0000     69.23%
49067.38/2475.57	c      2476          80640       14049        20         154.0000          91.0000     69.23%
49168.55/2480.66	c      2481          80870       14073        20         154.0000          91.0000     69.23%
49267.73/2485.70	c      2486          97938       31620        20         154.0000          91.0000     69.23%
49368.88/2490.75	c      2491         105788       17940        20         154.0000          91.0000     69.23%
49468.10/2495.77	c      2496          98592       31771        20         154.0000          91.0000     69.23%
49567.28/2500.79	c      2501         106046       17939        20         154.0000          91.0000     69.23%
49668.49/2505.81	c      2506          77734       22099        20         154.0000          91.0000     69.23%
49769.67/2510.91	c      2511          92251       13196        20         154.0000          91.0000     69.23%
49868.87/2515.99	c      2516         100114       32360        20         154.0000          91.0000     69.23%
49970.74/2521.06	c      2521          92715       13340        20         154.0000          91.0000     69.23%
50070.10/2526.11	c      2526         107169       18106        20         154.0000          91.0000     69.23%
50171.07/2531.17	c      2531         101465       32869        20         154.0000          91.0000     69.23%
50271.58/2536.25	c      2536          78869       22463        20         154.0000          91.0000     69.23%
50372.75/2541.31	c      2541         102305       33147        20         154.0000          91.0000     69.23%
50471.85/2546.36	c      2546          93819       13539        20         154.0000          91.0000     69.23%
50572.65/2551.41	c      2551          84100       14484        20         154.0000          91.0000     69.23%
50671.96/2556.46	c      2556         103202       33541        20         154.0000          91.0000     69.23%
50773.06/2561.51	c      2562         103202       33541        20         154.0000          91.0000     69.23%
50872.24/2566.56	c      2567         108544       18571        20         154.0000          91.0000     69.23%
50971.24/2571.58	c      2572         108761       18653        20         154.0000          91.0000     69.23%
51070.46/2576.59	c      2577          95299       13822        20         154.0000          91.0000     69.23%
51171.45/2581.65	c      2582          95513       13860        20         154.0000          91.0000     69.23%
51270.49/2586.70	c      2587          85710       14676        20         154.0000          91.0000     69.23%
51373.57/2591.85	c      2592          85981       14712        20         154.0000          91.0000     69.23%
51474.76/2596.96	c      2597         105334       34168        20         154.0000          91.0000     69.23%
51573.97/2602.00	c      2602         109609       18963        20         154.0000          91.0000     69.23%
51675.86/2607.06	c      2607          96596       14062        20         154.0000          91.0000     69.23%
51775.06/2612.11	c      2612          81581       23647        20         154.0000          91.0000     69.23%
51874.15/2617.12	c      2617         106648       34668        20         154.0000          91.0000     69.23%
51976.72/2622.20	c      2622          81901       23793        20         154.0000          91.0000     69.23%
52075.89/2627.28	c      2627          97332       14216        20         154.0000          91.0000     69.23%
52178.86/2632.40	c      2632         110402       19283        20         154.0000          91.0000     69.23%
52278.07/2637.45	c      2637          82300       23939        20         154.0000          91.0000     69.23%
52379.24/2642.50	c      2643         110644       19410        20         154.0000          91.0000     69.23%
52478.40/2647.55	c      2648         108827       35545        20         154.0000          91.0000     69.23%
52577.54/2652.56	c      2653         109185       35702        20         154.0000          91.0000     69.23%
52676.51/2657.58	c      2658          89569       15147        20         154.0000          91.0000     69.23%
52777.64/2662.63	c      2663          98750       14472        20         154.0000          91.0000     69.23%
52878.64/2667.73	c      2668          83409       24275        20         154.0000          91.0000     69.23%
52977.84/2672.77	c      2673          83595       24344        20         154.0000          91.0000     69.23%
53078.89/2677.85	c      2678         111935       19770        20         154.0000          91.0000     69.23%
53180.00/2682.91	c      2683         111585       36700        20         154.0000          91.0000     69.23%
53279.11/2687.96	c      2688         112267       19869        20         154.0000          91.0000     69.23%
53378.18/2692.98	c      2693          91558       15373        20         154.0000          91.0000     69.23%
53477.40/2698.04	c      2698          91783       15385        20         154.0000          91.0000     69.23%
53579.22/2703.11	c      2703         112877       37244        20         154.0000          91.0000     69.23%
53678.41/2708.14	c      2708         112955       20094        20         154.0000          91.0000     69.23%
53779.54/2713.15	c      2713         113357       37377        20         154.0000          91.0000     69.23%
53878.65/2718.15	c      2718          85383       24793        20         154.0000          91.0000     69.23%
53977.75/2723.17	c      2723          93186       15415        20         154.0000          91.0000     69.23%
54078.18/2728.22	c      2728         101242       15163        20         154.0000          91.0000     69.23%
54177.38/2733.26	c      2733         101492       15199        20         154.0000          91.0000     69.23%
54280.46/2738.44	c      2738          86129       25031        20         154.0000          91.0000     69.23%
54381.18/2743.51	c      2744          86227       25069        20         154.0000          91.0000     69.23%
54480.27/2748.56	c      2749         115785       38180        20         154.0000          91.0000     69.23%
54579.47/2753.59	c      2754         116085       38244        20         154.0000          91.0000     69.23%
54680.67/2758.65	c      2759          94879       15713        20         154.0000          91.0000     69.23%
54781.85/2763.71	c      2764          95199       15744        20         154.0000          91.0000     69.23%
54881.01/2768.76	c      2769         117142       38698        20         154.0000          91.0000     69.23%
54982.22/2773.81	c      2774         115830       20841        20         154.0000          91.0000     69.23%
55081.26/2778.86	c      2779          95960       15847        20         154.0000          91.0000     69.23%
55182.40/2783.91	c      2784         116066       20890        20         154.0000          91.0000     69.23%
55281.41/2788.94	c      2789         116275       20917        20         154.0000          91.0000     69.23%
55380.53/2793.95	c      2794          88162       25625        20         154.0000          91.0000     69.23%
55482.23/2799.05	c      2799         103982       16459        20         154.0000          91.0000     69.23%
55581.62/2804.09	c      2804         104148       16589        20         154.0000          91.0000     69.23%
55680.64/2809.10	c      2809         117156       21078        20         154.0000          91.0000     69.23%
55782.91/2814.21	c      2814         119661       40177        20         154.0000          91.0000     69.23%
55882.13/2819.26	c      2819         119661       40177        20         154.0000          91.0000     69.23%
55983.24/2824.31	c      2824         119661       40177        20         154.0000          91.0000     69.23%
56082.46/2829.32	c      2829         117834       21187        20         154.0000          91.0000     69.23%
56181.67/2834.38	c      2834         117834       21187        20         154.0000          91.0000     69.23%
56282.87/2839.44	c      2839         117847       21193        20         154.0000          91.0000     69.23%
56384.01/2844.52	c      2845         120755       40819        20         154.0000          91.0000     69.23%
56483.20/2849.57	c      2850         121181       41013        20         154.0000          91.0000     69.23%
56582.40/2854.58	c      2855         118699       21539        20         154.0000          91.0000     69.23%
56683.57/2859.67	c      2860         121865       41348        20         154.0000          91.0000     69.23%
56784.77/2864.72	c      2865         106539       18246        20         154.0000          91.0000     69.23%
56883.86/2869.77	c      2870         106743       18408        20         154.0000          91.0000     69.23%
56985.01/2874.82	c      2875         119795       21792        20         154.0000          91.0000     69.23%
57084.06/2879.87	c      2880         100895       16313        20         154.0000          91.0000     69.23%
57185.25/2884.92	c      2885          91236       26900        20         154.0000          91.0000     69.23%
57284.44/2889.94	c      2890         123806       42207        20         154.0000          91.0000     69.23%
57383.39/2894.96	c      2895         124041       42283        20         154.0000          91.0000     69.23%
57485.40/2900.08	c      2900         108050       19252        20         154.0000          91.0000     69.23%
57584.54/2905.10	c      2905         124854       42617        20         154.0000          91.0000     69.23%
57683.75/2910.14	c      2910         121576       22211        20         154.0000          91.0000     69.23%
57786.14/2915.20	c      2915         102539       16402        20         154.0000          91.0000     69.23%
57885.33/2920.25	c      2920         121986       22269        20         154.0000          91.0000     69.23%
57986.53/2925.30	c      2925         108958       19914        20         154.0000          91.0000     69.23%
58085.77/2930.35	c      2930         103245       16481        20         154.0000          91.0000     69.23%
58186.97/2935.41	c      2935          93283       27542        20         154.0000          91.0000     69.23%
58286.16/2940.45	c      2940          93463       27630        20         154.0000          91.0000     69.23%
58387.34/2945.51	c      2946         123118       22495        20         154.0000          91.0000     69.23%
58488.54/2950.60	c      2951         123127       22496        20         154.0000          91.0000     69.23%
58587.75/2955.65	c      2956         104488       16521        20         154.0000          91.0000     69.23%
58686.88/2960.67	c      2961         128471       44241        20         154.0000          91.0000     69.23%
58788.06/2965.75	c      2966         123824       22603        20         154.0000          91.0000     69.23%
58887.25/2970.76	c      2971         128787       44385        20         154.0000          91.0000     69.23%
58986.45/2975.79	c      2976         128787       44385        20         154.0000          91.0000     69.23%
59087.62/2980.81	c      2981         128787       44385        20         154.0000          91.0000     69.23%
59186.82/2985.83	c      2986          95076       28137        20         154.0000          91.0000     69.23%
59286.03/2990.85	c      2991         125137       22861        20         154.0000          91.0000     69.23%
59387.21/2995.90	c      2996         111564       21536        20         154.0000          91.0000     69.23%
59486.34/3000.91	c      3001         130118       44987        20         154.0000          91.0000     69.23%
59585.48/3005.92	c      3006         130531       45122        20         154.0000          91.0000     69.23%
59684.62/3010.95	c      3011          96241       28424        20         154.0000          91.0000     69.23%
59783.79/3016.01	c      3016         107364       16954        20         154.0000          91.0000     69.23%
59882.97/3021.02	c      3021         126531       23033        20         154.0000          91.0000     69.23%
59985.00/3026.06	c      3026         131652       45750        20         154.0000          91.0000     69.23%
60084.01/3031.13	c      3031          96925       28680        20         154.0000          91.0000     69.23%
60185.45/3036.17	c      3036          97216       28755        20         154.0000          91.0000     69.23%
60285.77/3041.26	c      3041         127348       23148        20         154.0000          91.0000     69.23%
60384.98/3046.27	c      3046         127348       23148        20         154.0000          91.0000     69.23%
60486.17/3051.33	c      3051         127434       23167        20         154.0000          91.0000     69.23%
60587.38/3056.42	c      3056         113958       22948        20         154.0000          91.0000     69.23%
60686.53/3061.44	c      3061          98274       29083        20         154.0000          91.0000     69.23%
60787.76/3066.51	c      3067         110095       17307        20         154.0000          91.0000     69.23%
60886.97/3071.56	c      3072         110345       17345        20         154.0000          91.0000     69.23%
60988.18/3076.61	c      3077         128786       23373        20         154.0000          91.0000     69.23%
61087.38/3081.62	c      3082         110861       17370        20         154.0000          91.0000     69.23%
61186.60/3086.69	c      3087         135683       47787        20         154.0000          91.0000     69.23%
61287.78/3091.75	c      3092         136182       48012        20         154.0000          91.0000     69.23%
61388.98/3096.81	c      3097         136581       48196        20         154.0000          91.0000     69.23%
61488.16/3101.86	c      3102         137002       48416        20         154.0000          91.0000     69.23%
61587.17/3106.87	c      3107         130364       23668        20         154.0000          91.0000     69.23%
61688.29/3111.97	c      3112         116266       24305        20         154.0000          91.0000     69.23%
61787.47/3117.01	c      3117         116476       24413        20         154.0000          91.0000     69.23%
61889.16/3122.04	c      3122         138560       49132        20         154.0000          91.0000     69.23%
61987.94/3127.06	c      3127         116823       24557        20         154.0000          91.0000     69.23%
62086.84/3132.12	c      3132         131838       23835        20         154.0000          91.0000     69.23%
62187.89/3137.17	c      3137         132156       23900        20         154.0000          91.0000     69.23%
62287.10/3142.17	c      3142         139833       49694        20         154.0000          91.0000     69.23%
62387.57/3147.25	c      3147         101389       29932        20         154.0000          91.0000     69.23%
62486.69/3152.26	c      3152         140462       49857        20         154.0000          91.0000     69.23%
62587.83/3157.31	c      3157         140462       49857        20         154.0000          91.0000     69.23%
62687.01/3162.35	c      3162         140462       49857        20         154.0000          91.0000     69.23%
62786.21/3167.36	c      3167         140462       49857        20         154.0000          91.0000     69.23%
62887.20/3172.41	c      3172         134376       24086        20         154.0000          91.0000     69.23%
62986.36/3177.41	c      3177         102260       30239        20         154.0000          91.0000     69.23%
63085.52/3182.48	c      3182         102453       30321        20         154.0000          91.0000     69.23%
63186.91/3187.53	c      3188         141622       50327        20         154.0000          91.0000     69.23%
63285.89/3192.58	c      3193         141633       50337        20         154.0000          91.0000     69.23%
63387.10/3197.69	c      3198         119942       25930        20         154.0000          91.0000     69.23%
63490.24/3202.81	c      3203         120215       26018        20         154.0000          91.0000     69.23%
63589.43/3207.87	c      3208         135757       24389        20         154.0000          91.0000     69.23%
63690.59/3212.98	c      3213         135757       24389        20         154.0000          91.0000     69.23%
63792.35/3218.03	c      3218         117797       18300        20         154.0000          91.0000     69.23%
63891.61/3223.05	c      3223         143710       51223        20         154.0000          91.0000     69.23%
63990.63/3228.09	c      3228         136125       24470        20         154.0000          91.0000     69.23%
64091.78/3233.14	c      3233         136125       24470        20         154.0000          91.0000     69.23%
64192.26/3238.24	c      3238         136223       24494        20         154.0000          91.0000     69.23%
64291.36/3243.28	c      3243         136456       24557        20         154.0000          91.0000     69.23%
64390.55/3248.29	c      3248         136703       24655        20         154.0000          91.0000     69.23%
64491.73/3253.33	c      3253         145981       52091        20         154.0000          91.0000     69.23%
64590.92/3258.38	c      3258         123007       27182        20         154.0000          91.0000     69.23%
64691.93/3263.49	c      3264         137307       24819        20         154.0000          91.0000     69.23%
64793.11/3268.52	c      3269         105842       31129        20         154.0000          91.0000     69.23%
64892.23/3273.59	c      3274         137638       24881        20         154.0000          91.0000     69.23%
64993.36/3278.64	c      3279         137839       24959        20         154.0000          91.0000     69.23%
65092.43/3283.65	c      3284         106397       31301        20         154.0000          91.0000     69.23%
65191.51/3288.67	c      3289         106580       31363        20         154.0000          91.0000     69.23%
65290.65/3293.69	c      3294         148882       53224        20         154.0000          91.0000     69.23%
65391.80/3298.71	c      3299         149270       53403        20         154.0000          91.0000     69.23%
65492.89/3303.82	c      3304         149664       53578        20         154.0000          91.0000     69.23%
65592.06/3308.84	c      3309         124645       28250        20         154.0000          91.0000     69.23%
65693.20/3313.91	c      3314         150299       53855        20         154.0000          91.0000     69.23%
65792.38/3319.03	c      3319         139653       25359        20         154.0000          91.0000     69.23%
65894.12/3324.03	c      3324         150911       54172        20         154.0000          91.0000     69.23%
65995.51/3329.16	c      3329         151277       54315        20         154.0000          91.0000     69.23%
66095.75/3334.22	c      3334         151585       54496        20         154.0000          91.0000     69.23%
66194.78/3339.23	c      3339         151924       54665        20         154.0000          91.0000     69.23%
66293.91/3344.25	c      3344         152253       54834        20         154.0000          91.0000     69.23%
66395.04/3349.30	c      3349         152559       54996        20         154.0000          91.0000     69.23%
66494.20/3354.31	c      3354         125668       29098        20         154.0000          91.0000     69.23%
66593.27/3359.35	c      3359         109405       32200        20         154.0000          91.0000     69.23%
66694.35/3364.43	c      3364         109635       32284        20         154.0000          91.0000     69.23%
66795.42/3369.57	c      3370         153899       55607        20         154.0000          91.0000     69.23%
66896.40/3374.61	c      3375         142893       25829        20         154.0000          91.0000     69.23%
66995.57/3379.66	c      3380         126385       29557        20         154.0000          91.0000     69.23%
67094.70/3384.68	c      3385         126607       29670        20         154.0000          91.0000     69.23%
67195.81/3389.76	c      3390         154933       56080        20         154.0000          91.0000     69.23%
67296.98/3394.81	c      3395         110935       32608        20         154.0000          91.0000     69.23%
67396.13/3399.87	c      3400         111182       32681        20         154.0000          91.0000     69.23%
67495.32/3404.88	c      3405         111459       32784        20         154.0000          91.0000     69.23%
67596.49/3409.91	c      3410         144904       26054        20         154.0000          91.0000     69.23%
67695.65/3414.91	c      3415         128181       30173        20         154.0000          91.0000     69.23%
67794.82/3420.02	c      3420         128385       30251        20         154.0000          91.0000     69.23%
67896.68/3425.04	c      3425         112338       32923        20         154.0000          91.0000     69.23%
67995.80/3430.06	c      3430         112498       32975        20         154.0000          91.0000     69.23%
68098.03/3435.21	c      3435         129743       19249        20         154.0000          91.0000     69.23%
68196.97/3440.22	c      3440         130001       19284        20         154.0000          91.0000     69.23%
68295.93/3445.24	c      3445         159177       57703        20         154.0000          91.0000     69.23%
68396.88/3450.36	c      3450         147331       26286        20         154.0000          91.0000     69.23%
68497.77/3455.41	c      3455         113478       33298        20         154.0000          91.0000     69.23%
68596.87/3460.46	c      3460         113671       33340        20         154.0000          91.0000     69.23%
68696.03/3465.48	c      3465         130016       30986        20         154.0000          91.0000     69.23%
68796.71/3470.56	c      3471         131538       19407        20         154.0000          91.0000     69.23%
68895.89/3475.57	c      3476         130545       31186        20         154.0000          91.0000     69.23%
68997.05/3480.62	c      3481         114329       33761        20         154.0000          91.0000     69.23%
69098.20/3485.70	c      3486         114486       33859        20         154.0000          91.0000     69.23%
69197.34/3490.75	c      3491         163371       58639        20         154.0000          91.0000     69.23%
69296.38/3495.79	c      3496         149691       26754        20         154.0000          91.0000     69.23%
69397.37/3500.85	c      3501         133121       19455        20         154.0000          91.0000     69.23%
69496.40/3505.86	c      3506         150216       26817        20         154.0000          91.0000     69.23%
69597.27/3510.96	c      3511         150446       26886        20         154.0000          91.0000     69.23%
69696.32/3516.01	c      3516         165297       59188        20         154.0000          91.0000     69.23%
69798.16/3521.06	c      3521         134365       19449        20         154.0000          91.0000     69.23%
69897.11/3526.07	c      3526         150903       26952        20         154.0000          91.0000     69.23%
69998.03/3531.14	c      3531         150903       26952        20         154.0000          91.0000     69.23%
70097.28/3536.17	c      3536         150903       26952        20         154.0000          91.0000     69.23%
70197.34/3541.27	c      3541         116472       34563        20         154.0000          91.0000     69.23%
70298.25/3546.32	c      3546         133871       32422        20         154.0000          91.0000     69.23%
70397.25/3551.34	c      3551         116813       34656        20         154.0000          91.0000     69.23%
70496.38/3556.36	c      3556         116981       34706        20         154.0000          91.0000     69.23%
70597.34/3561.41	c      3561         152024       27069        20         154.0000          91.0000     69.23%
70696.52/3566.48	c      3566         169267       60268        20         154.0000          91.0000     69.23%
70797.66/3571.57	c      3572         137146       19542        20         154.0000          91.0000     69.23%
70898.80/3576.63	c      3577         169982       60507        20         154.0000          91.0000     69.23%
70997.80/3581.66	c      3582         153249       27161        20         154.0000          91.0000     69.23%
71098.96/3586.73	c      3587         118204       35048        20         154.0000          91.0000     69.23%
71198.10/3591.79	c      3592         135932       33200        20         154.0000          91.0000     69.23%
71299.27/3596.80	c      3597         154035       27253        20         154.0000          91.0000     69.23%
71398.33/3601.88	c      3602         154344       27280        20         154.0000          91.0000     69.23%
71499.52/3606.94	c      3607         172256       61137        20         154.0000          91.0000     69.23%
71598.68/3611.99	c      3612         172723       61308        20         154.0000          91.0000     69.23%
71697.84/3617.01	c      3617         137272       33520        20         154.0000          91.0000     69.23%
71799.32/3622.09	c      3622         155364       27387        20         154.0000          91.0000     69.23%
71900.58/3627.14	c      3627         173713       61639        20         154.0000          91.0000     69.23%
71999.89/3632.19	c      3632         155829       27458        20         154.0000          91.0000     69.23%

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 (152793 MiB free)
  memory of node 1: 193531 MiB (182727 MiB free)
  memory of node 2: 193531 MiB (173961 MiB free)
  memory of node 3: 193493 MiB (176720 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-4467324-1723218812/watcher-4467324-1723218812 -o /tmp/evaluation-result-4467324-1723218812/solver-4467324-1723218812 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723211538-534524 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467324-1723218812.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=540105, runsolver pid=540102
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 75.89 79.30 79.93 63/984 540106
/proc/meminfo: memFree=702612436/790760804 swapFree=131071996/131071996
[pid=540105] ppid=540102 vsize=94596 memory=75752 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/stat : 540105 (fscip) R 540102 540105 534513 0 -1 4194304 16532 0 0 0 9 2 0 0 20 0 1 0 88463936 96866304 18938 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
/proc/540105/statm: 23649 18938 2662 3035 0 20045 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 94596 KiB
Current children cumulated memory: 75752 KiB

[startup+0.219434 s]*
/proc/loadavg: 75.89 79.30 79.93 63/984 540106
/proc/meminfo: memFree=702590000/790760804 swapFree=131071996/131071996
[pid=540105] ppid=540102 vsize=100224 memory=87084 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/stat : 540105 (fscip) R 540102 540105 534513 0 -1 4194304 22284 0 0 0 19 3 0 0 20 0 1 0 88463936 102629376 21771 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
/proc/540105/statm: 25056 21771 2742 3035 0 21452 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 100224 KiB
Current children cumulated memory: 87084 KiB

[startup+0.319413 s]*
/proc/loadavg: 75.89 79.30 79.93 64/984 540106
/proc/meminfo: memFree=702554988/790760804 swapFree=131071996/131071996
[pid=540105] ppid=540102 vsize=110716 memory=95448 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/540105/stat : 540105 (fscip) R 540102 540105 534513 0 -1 4194304 23372 0 0 0 29 4 0 0 20 0 1 0 88463936 113373184 23862 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
/proc/540105/statm: 27679 23862 2790 3035 0 24075 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 110716 KiB
Current children cumulated memory: 95448 KiB

[startup+0.700488 s]
/proc/loadavg: 75.89 79.30 79.93 62/1004 540126
/proc/meminfo: memFree=702385876/790760804 swapFree=131071996/131071996
[pid=540105] ppid=540102 vsize=1643896 memory=321836 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/540105/stat : 540105 (fscip) S 540102 540105 534513 0 -1 1077936128 79807 0 0 0 57 12 0 0 20 0 21 0 88463936 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
/proc/540105/statm: 410974 80459 2806 3035 0 124572 0
[pid=540105/tid=540107] ppid=540102 vsize=1643896 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/540105/task/540107/stat : 540107 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540108] ppid=540102 vsize=1643896 memory=16108 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/540105/task/540108/stat : 540108 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 1 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540109] ppid=540102 vsize=1643896 memory=5440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540109/stat : 540109 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540110] ppid=540102 vsize=1643896 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/540105/task/540110/stat : 540110 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 1 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540111] ppid=540102 vsize=1643896 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/540105/task/540111/stat : 540111 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540112] ppid=540102 vsize=1643896 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/540105/task/540112/stat : 540112 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540113] ppid=540102 vsize=1643896 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/540105/task/540113/stat : 540113 (fscip) S 540102 540105 534513 0 -1 1077936192 2594 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540114] ppid=540102 vsize=1643896 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/540105/task/540114/stat : 540114 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540115] ppid=540102 vsize=1643896 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/540105/task/540115/stat : 540115 (fscip) S 540102 540105 534513 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540116] ppid=540102 vsize=1643896 memory=1952 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540116/stat : 540116 (fscip) S 540102 540105 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540117] ppid=540102 vsize=1643896 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/540105/task/540117/stat : 540117 (fscip) S 540102 540105 534513 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540118] ppid=540102 vsize=1643896 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/540105/task/540118/stat : 540118 (fscip) R 540102 540105 534513 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540119] ppid=540102 vsize=1643896 memory=1852 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540119/stat : 540119 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540120] ppid=540102 vsize=1643896 memory=33108 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/540105/task/540120/stat : 540120 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 1 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540121] ppid=540102 vsize=1643896 memory=2208 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/540105/task/540121/stat : 540121 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 1 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540122] ppid=540102 vsize=1643896 memory=280720941845424 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/540105/task/540122/stat : 540122 (fscip) S 540102 540105 534513 0 -1 1077936192 2592 0 0 0 1 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540123] ppid=540102 vsize=1643896 memory=8204327061249 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540123/stat : 540123 (fscip) S 540102 540105 534513 0 -1 1077936192 2592 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540124] ppid=540102 vsize=1643896 memory=280720941680992 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540124/stat : 540124 (fscip) S 540102 540105 534513 0 -1 1077936192 2591 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540125] ppid=540102 vsize=1643896 memory=8024700576001 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/540105/task/540125/stat : 540125 (fscip) S 540102 540105 534513 0 -1 1077936192 2592 0 0 0 1 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540126] ppid=540102 vsize=1643896 memory=8144959660289 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540126/stat : 540126 (fscip) S 540102 540105 534513 0 -1 1077936192 2593 0 0 0 0 0 0 0 20 0 21 0 88463982 1683349504 80459 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1643896 KiB
Current children cumulated memory: 321836 KiB

[startup+1.50123 s]
/proc/loadavg: 75.89 79.30 79.93 81/1024 540146
/proc/meminfo: memFree=700726512/790760804 swapFree=131071996/131071996
[pid=540105] ppid=540102 vsize=3139520 memory=2264284 CPUtime=14.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/stat : 540105 (fscip) S 540102 540105 534513 0 -1 1077936128 557708 0 0 0 1126 289 0 0 20 0 41 0 88463936 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
/proc/540105/statm: 784880 566071 2966 3035 0 689658 0
[pid=540105/tid=540107] ppid=540102 vsize=3139520 memory=5440 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/540105/task/540107/stat : 540107 (fscip) R 540102 540105 534513 0 -1 4194368 20187 0 0 0 57 12 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540108] ppid=540102 vsize=3139520 memory=1952 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540108/stat : 540108 (fscip) R 540102 540105 534513 0 -1 4194368 29995 0 0 0 52 15 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540109] ppid=540102 vsize=3139520 memory=16108 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540109/stat : 540109 (fscip) R 540102 540105 534513 0 -1 4194368 29123 0 0 0 49 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540110] ppid=540102 vsize=3139520 memory=260084 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540110/stat : 540110 (fscip) R 540102 540105 534513 0 -1 4194368 20190 0 0 0 55 13 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540111] ppid=540102 vsize=3139520 memory=25333125866717268 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540111/stat : 540111 (fscip) R 540102 540105 534513 0 -1 4194368 29875 0 0 0 53 14 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540112] ppid=540102 vsize=3139520 memory=0 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540112/stat : 540112 (fscip) R 540102 540105 534513 0 -1 4194368 28941 0 0 0 51 15 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540113] ppid=540102 vsize=3139520 memory=0 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/540105/task/540113/stat : 540113 (fscip) R 540102 540105 534513 0 -1 4194368 20342 0 0 0 62 7 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540114] ppid=540102 vsize=3139520 memory=0 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540114/stat : 540114 (fscip) R 540102 540105 534513 0 -1 4194368 29141 0 0 0 50 16 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540115] ppid=540102 vsize=3139520 memory=0 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540115/stat : 540115 (fscip) R 540102 540105 534513 0 -1 4194368 29942 0 0 0 51 16 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540116] ppid=540102 vsize=3139520 memory=0 CPUtime=0.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540116/stat : 540116 (fscip) R 540102 540105 534513 0 -1 4194368 20289 0 0 0 66 5 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540117] ppid=540102 vsize=3139520 memory=1852 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540117/stat : 540117 (fscip) R 540102 540105 534513 0 -1 4194368 29907 0 0 0 50 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540118] ppid=540102 vsize=3139520 memory=33108 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540118/stat : 540118 (fscip) R 540102 540105 534513 0 -1 4194368 28884 0 0 0 50 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540119] ppid=540102 vsize=3139520 memory=2208 CPUtime=0.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540119/stat : 540119 (fscip) R 540102 540105 534513 0 -1 4194368 20189 0 0 0 59 11 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540120] ppid=540102 vsize=3139520 memory=1841 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540120/stat : 540120 (fscip) R 540102 540105 534513 0 -1 4194368 28805 0 0 0 49 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540121] ppid=540102 vsize=3139520 memory=413 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540121/stat : 540121 (fscip) R 540102 540105 534513 0 -1 4194368 28943 0 0 0 50 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540122] ppid=540102 vsize=3139520 memory=122 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540122/stat : 540122 (fscip) R 540102 540105 534513 0 -1 4194368 20176 0 0 0 56 10 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540123] ppid=540102 vsize=3139520 memory=280720941845424 CPUtime=0.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540123/stat : 540123 (fscip) R 540102 540105 534513 0 -1 4194368 29664 0 0 0 49 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540124] ppid=540102 vsize=3139520 memory=8204327061249 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540124/stat : 540124 (fscip) R 540102 540105 534513 0 -1 4194368 28804 0 0 0 50 17 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540125] ppid=540102 vsize=3139520 memory=280720941680992 CPUtime=0.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540125/stat : 540125 (fscip) R 540102 540105 534513 0 -1 4194368 20146 0 0 0 65 5 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540126] ppid=540102 vsize=3139520 memory=8024700576001 CPUtime=0.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540126/stat : 540126 (fscip) R 540102 540105 534513 0 -1 4194368 28206 0 0 0 51 16 0 0 20 0 41 0 88463982 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540127] ppid=540102 vsize=3139520 memory=8144959660289 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540127/stat : 540127 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540128] ppid=540102 vsize=3139520 memory=3924943692258686316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540128/stat : 540128 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540129] ppid=540102 vsize=3139520 memory=140360470908512 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540129/stat : 540129 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540130] ppid=540102 vsize=3139520 memory=140360471219072 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540130/stat : 540130 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540131] ppid=540102 vsize=3139520 memory=140360471219216 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540131/stat : 540131 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540132] ppid=540102 vsize=3139520 memory=140360471216448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540132/stat : 540132 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540133] ppid=540102 vsize=3139520 memory=140360471219456 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540133/stat : 540133 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540134] ppid=540102 vsize=3139520 memory=140360471219600 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540134/stat : 540134 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540135] ppid=540102 vsize=3139520 memory=140360471219040 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540135/stat : 540135 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540136] ppid=540102 vsize=3139520 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/540105/task/540136/stat : 540136 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540137] ppid=540102 vsize=3139520 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/540105/task/540137/stat : 540137 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540138] ppid=540102 vsize=3139520 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540138/stat : 540138 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540139] ppid=540102 vsize=3139520 memory=6082463553882247504 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540139/stat : 540139 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540140] ppid=540102 vsize=3139520 memory=7379218771957078369 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540140/stat : 540140 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540141] ppid=540102 vsize=3139520 memory=6368442130219881040 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540141/stat : 540141 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540142] ppid=540102 vsize=3139520 memory=6082463553881986128 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540142/stat : 540142 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540143] ppid=540102 vsize=3139520 memory=7162526883082823001 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540143/stat : 540143 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540144] ppid=540102 vsize=3139520 memory=7812738683640041574 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540144/stat : 540144 (fscip) S 540102 540105 534513 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88464011 3214868480 566071 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0

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

[pid=540105/tid=540130] ppid=540102 vsize=16244508 memory=14962300 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/540105/task/540130/stat : 540130 (fscip) S 540102 540105 534513 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540131] ppid=540102 vsize=16244508 memory=11636 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/540105/task/540131/stat : 540131 (fscip) S 540102 540105 534513 0 -1 1077936192 72 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540132] ppid=540102 vsize=16244508 memory=15017764 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/540105/task/540132/stat : 540132 (fscip) S 540102 540105 534513 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540133] ppid=540102 vsize=16244508 memory=6720662129990450794 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/540105/task/540133/stat : 540133 (fscip) S 540102 540105 534513 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540134] ppid=540102 vsize=16244508 memory=6732 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/540105/task/540134/stat : 540134 (fscip) S 540102 540105 534513 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540135] ppid=540102 vsize=16244508 memory=280720942250704 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/540105/task/540135/stat : 540135 (fscip) S 540102 540105 534513 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540136] ppid=540102 vsize=16244508 memory=11636 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/540105/task/540136/stat : 540136 (fscip) S 540102 540105 534513 0 -1 1077936192 116 0 0 0 2 1 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540137] ppid=540102 vsize=16244508 memory=25333125866717268 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/540105/task/540137/stat : 540137 (fscip) S 540102 540105 534513 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540138] ppid=540102 vsize=16244508 memory=15017764 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/540105/task/540138/stat : 540138 (fscip) S 540102 540105 534513 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540139] ppid=540102 vsize=16244508 memory=30088 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/540105/task/540139/stat : 540139 (fscip) S 540102 540105 534513 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540140] ppid=540102 vsize=16244508 memory=14967584 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/540105/task/540140/stat : 540140 (fscip) S 540102 540105 534513 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540141] ppid=540102 vsize=16244508 memory=-7593766778227156605 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/540105/task/540141/stat : 540141 (fscip) S 540102 540105 534513 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540142] ppid=540102 vsize=16244508 memory=3516 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/540105/task/540142/stat : 540142 (fscip) S 540102 540105 534513 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540143] ppid=540102 vsize=16244508 memory=2300 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/540105/task/540143/stat : 540143 (fscip) S 540102 540105 534513 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540144] ppid=540102 vsize=16244508 memory=30088 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/540105/task/540144/stat : 540144 (fscip) S 540102 540105 534513 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540145] ppid=540102 vsize=16244508 memory=10528 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/540105/task/540145/stat : 540145 (fscip) S 540102 540105 534513 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540146] ppid=540102 vsize=16244508 memory=5440 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/540105/task/540146/stat : 540146 (fscip) S 540102 540105 534513 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 88464011 16634376192 3764355 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
Current children cumulated CPU time: 71011.7 s
Current children cumulated vsize: 16244508 KiB
Current children cumulated memory: 15057420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.21 s]
/proc/loadavg: 76.07 79.81 80.11 41/931 542388
/proc/meminfo: memFree=696428312/790760804 swapFree=131071996/131071996
[pid=540105] ppid=540102 vsize=16322044 memory=15133624 CPUtime=72001.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/stat : 540105 (fscip) S 540102 540105 534513 0 -1 1077936128 53928535 0 0 0 7187942 12195 0 0 20 0 41 0 88463936 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 17 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
/proc/540105/statm: 4080511 3783406 3334 3035 0 3966876 0
[pid=540105/tid=540107] ppid=540102 vsize=16322044 memory=27608 CPUtime=3602 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540107/stat : 540107 (fscip) R 540102 540105 534513 0 -1 4194368 2246849 0 0 0 359816 384 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540108] ppid=540102 vsize=16322044 memory=3736 CPUtime=3606.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540108/stat : 540108 (fscip) R 540102 540105 534513 0 -1 4194368 3167084 0 0 0 360167 447 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540109] ppid=540102 vsize=16322044 memory=40232 CPUtime=3592.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540109/stat : 540109 (fscip) R 540102 540105 534513 0 -1 4194368 2048005 0 0 0 358347 857 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540110] ppid=540102 vsize=16322044 memory=280720944810000 CPUtime=3602.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540110/stat : 540110 (fscip) R 540102 540105 534513 0 -1 4194368 2230609 0 0 0 359817 389 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540111] ppid=540102 vsize=16322044 memory=3472328296227696481 CPUtime=3603.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540111/stat : 540111 (fscip) R 540102 540105 534513 0 -1 4194368 2822712 0 0 0 359987 396 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540112] ppid=540102 vsize=16322044 memory=6943526294502006880 CPUtime=3602.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540112/stat : 540112 (fscip) R 540102 540105 534513 0 -1 4194368 1897970 0 0 0 359325 886 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540113] ppid=540102 vsize=16322044 memory=-2970219127290161514 CPUtime=3601.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540113/stat : 540113 (fscip) R 540102 540105 534513 0 -1 4194368 2999974 0 0 0 359612 572 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540114] ppid=540102 vsize=16322044 memory=133510614 CPUtime=3601.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540114/stat : 540114 (fscip) R 540102 540105 534513 0 -1 4194368 3147942 0 0 0 359647 483 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540115] ppid=540102 vsize=16322044 memory=20829457518821444 CPUtime=3596.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540115/stat : 540115 (fscip) R 540102 540105 534513 0 -1 4194368 2116974 0 0 0 358855 834 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540116] ppid=540102 vsize=16322044 memory=6646024012932948107 CPUtime=3602.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540116/stat : 540116 (fscip) R 540102 540105 534513 0 -1 4194368 3083261 0 0 0 359737 498 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540117] ppid=540102 vsize=16322044 memory=7451329172987336044 CPUtime=3604.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540117/stat : 540117 (fscip) R 540102 540105 534513 0 -1 4194368 3044889 0 0 0 359954 509 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540118] ppid=540102 vsize=16322044 memory=6720662129990450794 CPUtime=3596.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540118/stat : 540118 (fscip) R 540102 540105 534513 0 -1 4194368 1988987 0 0 0 358818 836 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540119] ppid=540102 vsize=16322044 memory=6720667640534220389 CPUtime=3599.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540119/stat : 540119 (fscip) R 540102 540105 534513 0 -1 4194368 2975526 0 0 0 359510 472 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540120] ppid=540102 vsize=16322044 memory=-7593766778227156605 CPUtime=3604.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540120/stat : 540120 (fscip) R 540102 540105 534513 0 -1 4194368 3190672 0 0 0 359845 572 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540121] ppid=540102 vsize=16322044 memory=16108 CPUtime=3605.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540121/stat : 540121 (fscip) R 540102 540105 534513 0 -1 4194368 2226443 0 0 0 359627 879 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540122] ppid=540102 vsize=16322044 memory=2212 CPUtime=3569.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540122/stat : 540122 (fscip) R 540102 540105 534513 0 -1 4194368 2568916 0 0 0 356547 443 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540123] ppid=540102 vsize=16322044 memory=52808 CPUtime=3603.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540123/stat : 540123 (fscip) R 540102 540105 534513 0 -1 4194368 3666073 0 0 0 359725 632 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540124] ppid=540102 vsize=16322044 memory=1952 CPUtime=3603.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540124/stat : 540124 (fscip) R 540102 540105 534513 0 -1 4194368 2243481 0 0 0 359482 828 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540125] ppid=540102 vsize=16322044 memory=1852 CPUtime=3597.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540125/stat : 540125 (fscip) R 540102 540105 534513 0 -1 4194368 3262339 0 0 0 359048 710 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540126] ppid=540102 vsize=16322044 memory=33108 CPUtime=3603.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540126/stat : 540126 (fscip) R 540102 540105 534513 0 -1 4194368 2951826 0 0 0 359867 491 0 0 20 0 41 0 88463982 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540127] ppid=540102 vsize=16322044 memory=3736 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/540105/task/540127/stat : 540127 (fscip) S 540102 540105 534513 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540128] ppid=540102 vsize=16322044 memory=6720662129990450794 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/540105/task/540128/stat : 540128 (fscip) S 540102 540105 534513 0 -1 1077936192 119 0 0 0 2 1 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540129] ppid=540102 vsize=16322044 memory=8072 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/540105/task/540129/stat : 540129 (fscip) S 540102 540105 534513 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540130] ppid=540102 vsize=16322044 memory=3516 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540105/task/540130/stat : 540130 (fscip) S 540102 540105 534513 0 -1 1077936192 123 0 0 0 4 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540131] ppid=540102 vsize=16322044 memory=2300 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/540105/task/540131/stat : 540131 (fscip) S 540102 540105 534513 0 -1 1077936192 73 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540132] ppid=540102 vsize=16322044 memory=1692 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/540105/task/540132/stat : 540132 (fscip) S 540102 540105 534513 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540133] ppid=540102 vsize=16322044 memory=14984 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/540105/task/540133/stat : 540133 (fscip) S 540102 540105 534513 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540134] ppid=540102 vsize=16322044 memory=28008 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/540105/task/540134/stat : 540134 (fscip) S 540102 540105 534513 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540135] ppid=540102 vsize=16322044 memory=32820 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/540105/task/540135/stat : 540135 (fscip) S 540102 540105 534513 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540136] ppid=540102 vsize=16322044 memory=6720662129990450794 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/540105/task/540136/stat : 540136 (fscip) S 540102 540105 534513 0 -1 1077936192 118 0 0 0 2 1 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540137] ppid=540102 vsize=16322044 memory=7108 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/540105/task/540137/stat : 540137 (fscip) S 540102 540105 534513 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540138] ppid=540102 vsize=16322044 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/540105/task/540138/stat : 540138 (fscip) S 540102 540105 534513 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540139] ppid=540102 vsize=16322044 memory=29836768444022866 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/540105/task/540139/stat : 540139 (fscip) S 540102 540105 534513 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540140] ppid=540102 vsize=16322044 memory=-4546129931942301828 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/540105/task/540140/stat : 540140 (fscip) S 540102 540105 534513 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540141] ppid=540102 vsize=16322044 memory=-7454403553323287134 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/540105/task/540141/stat : 540141 (fscip) S 540102 540105 534513 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540142] ppid=540102 vsize=16322044 memory=4638778398332698726 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/540105/task/540142/stat : 540142 (fscip) S 540102 540105 534513 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540143] ppid=540102 vsize=16322044 memory=280720946394144 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/540105/task/540143/stat : 540143 (fscip) S 540102 540105 534513 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540144] ppid=540102 vsize=16322044 memory=27608 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/540105/task/540144/stat : 540144 (fscip) S 540102 540105 534513 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540145] ppid=540102 vsize=16322044 memory=28720 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/540105/task/540145/stat : 540145 (fscip) S 540102 540105 534513 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
[pid=540105/tid=540146] ppid=540102 vsize=16322044 memory=7384 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/540105/task/540146/stat : 540146 (fscip) S 540102 540105 534513 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 88464011 16713773056 3783406 809668444160 4194304 16622877 140724759865360 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42790912 140724759872489 140724759872605 140724759872605 140724759879631 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 16322044 KiB
Current children cumulated memory: 15133624 KiB

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

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

# cumulated CPU time of all completed processes:  user=71879.7 s, system=122.425 s

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

[startup+3632.42 s]
/proc/loadavg: 76.07 79.81 80.11 22/892 542388
/proc/meminfo: memFree=699289472/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3632.6 s]
/proc/loadavg: 76.07 79.81 80.11 22/892 542388
/proc/meminfo: memFree=699289472/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3632.7
CPU time (s): 72002.1
CPU user time (s): 71879.7
CPU system time (s): 122.425
CPU usage (%): 1982.06
Max. virtual memory (cumulated for all children) (KiB): 16375580
Max. memory (cumulated for all children) (KiB): 15133624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71879.7
system time used= 122.425
maximum resident set size= 15133840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53928833
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= 434287
involuntary context switches= 311312


# summary of solver processes directly reported to runsolver:
#   pid: 540105
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71879.7
#   total CPU system time (s): 122.425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.143 second user time and 84.0164 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-09 17:53:32
IDJOB=4467324
IDBENCH=147690
IDSOLVER=3097
FILE ID=nodeD103/4467324-1723218812
RUNJOBID= nodeD103-1723211538-534524
SLURM_JOB_ID= 8266898
Free space on /tmp= 8586668 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.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-4467324-1723218812/watcher-4467324-1723218812 -o /tmp/evaluation-result-4467324-1723218812/solver-4467324-1723218812 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1723211538-534524 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467324-1723218812.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0e700fc92a231fc1e477aebd59f20b52
RANDOM SEED=218418652

nodeD103.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		: 3200.000
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		: 2289.653
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	: 5007.12
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		: 3162.447
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	: 5012.87
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		: 3054.324
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.67
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		: 3197.564
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		: 2604.462
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	: 5007.12
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		: 3162.486
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	: 5012.87
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		: 3054.295
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.67
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		: 2867.808
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		: 2286.495
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	: 5007.12
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		: 3072.991
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	: 5012.87
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		: 3054.244
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.67
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		: 3200.000
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		: 2603.224
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	: 5007.12
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		: 3162.585
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	: 5012.87
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		: 3054.197
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.67
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		: 2958.868
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		: 2598.878
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	: 5007.12
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		: 2812.159
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	: 5012.87
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		: 3054.154
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.67
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		: 2825.215
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		: 2626.124
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	: 5007.12
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		: 2984.419
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	: 5012.87
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		: 3052.918
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.67
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		: 2926.395
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		: 2619.144
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	: 5007.12
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		: 3162.626
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	: 5012.87
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		: 3054.041
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.67
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		: 2879.623
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		: 3648.575
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	: 5007.12
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		: 2819.281
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	: 5012.87
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		: 3050.857
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.67
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		: 2831.088
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		: 3454.271
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	: 5007.12
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		: 3105.282
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	: 5012.87
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		: 3054.022
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.67
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		: 2953.727
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		: 1585.063
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	: 5007.12
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		: 3134.953
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	: 5012.87
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		: 3053.989
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.67
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		: 2830.727
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		: 1857.449
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	: 5007.12
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		: 3162.669
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	: 5012.87
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		: 3053.950
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.67
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		: 2930.557
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		: 2794.034
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	: 5007.12
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		: 3150.990
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	: 5012.87
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		: 3053.929
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.67
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		: 2819.217
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		: 3131.910
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	: 5007.12
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		: 3083.270
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	: 5012.87
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		: 3053.900
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.67
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		: 2876.074
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		: 2634.507
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	: 5007.12
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		: 3162.715
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	: 5012.87
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		: 3053.844
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.67
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		: 3200.000
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		: 3303.873
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	: 5007.12
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		: 2814.169
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	: 5012.87
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		: 3053.818
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.67
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		: 2997.780
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		: 2627.644
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	: 5007.12
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		: 2813.832
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	: 5012.87
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		: 3053.756
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.67
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		: 3082.379
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		: 2644.452
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	: 5007.12
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		: 3105.344
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	: 5012.87
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		: 3052.645
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.67
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		: 2973.287
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.820
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	: 5007.12
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		: 3162.730
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	: 5012.87
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		: 3053.726
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.67
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		: 2816.295
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		: 2647.495
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	: 5007.12
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		: 2810.708
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	: 5012.87
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		: 3053.722
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.67
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		: 2909.744
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		: 2646.281
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	: 5007.12
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		: 3126.233
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	: 5012.87
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		: 3053.719
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        702673364 kB
MemAvailable:   766536328 kB
Buffers:          936264 kB
Cached:         65730344 kB
SwapCached:            0 kB
Active:          9280920 kB
Inactive:       74575660 kB
Active(anon):       2132 kB
Inactive(anon): 17218560 kB
Active(file):    9278788 kB
Inactive(file): 57357100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             89628 kB
Writeback:             0 kB
AnonPages:      17186632 kB
Mapped:           133776 kB
Shmem:             30728 kB
KReclaimable:    1293580 kB
Slab:            1804612 kB
SReclaimable:    1293580 kB
SUnreclaim:       511032 kB
KernelStack:       16928 kB
PageTables:        44132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5710064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           801024 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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:      600064 kB
DirectMap2M:    71200768 kB
DirectMap1G:    734003200 kB

Free space on /tmp at the end= 8586696 MiB
End job on nodeD103 at 2024-08-09 18:54:05