Trace number 4465872

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30SAT 37518.8 1893.41

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round21-1.opb
MD5SUM24b841e180e6c10fba8d79de5f0eab8c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.02162
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 44355584, getVmSize() = 44355584, SCIPgetMemUsed() = 18764033, SCIPgetMemTotal() = 22058905, SCIPgetMemExternEstim() = 11455504
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.18	c ** Estimated virtualMemUsedAtSolver = 33754110, getVmSize() = 63238144, SCIPgetMemUsed() = 21917021, SCIPgetMemTotal() = 39175661, SCIPgetMemExternEstim() = 11455504
0.11/0.18	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.11/0.18	c Original Problem   :
0.11/0.18	c   Problem name     : instance-4465872-1722583884
0.11/0.18	c   Variables        : 3968 (3968 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.18	c   Constraints      : 7936
0.11/0.18	c   Objective sense  : minimize
0.11/0.18	c Presolved Problem  :
0.11/0.18	c   Variables        : 2929 (2929 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.18	c   Constraints      : 6096
0.11/0.18	c Constraints        : Number
0.11/0.18	c   and              : 32 
0.11/0.18	c   xor              : 1 
0.11/0.18	c   linear           : 1135 
0.11/0.18	c   logicor          : 4928 
0.11/0.18	c ** Instance transfer method used: 0
0.11/0.19	c ** ParaScipInstance copy does not increase the number of variables. **
0.34/0.39	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.40	c                                Nodes    Active                                            
0.34/0.40	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.56/5.61	c         6           9913         293        20                -           0.0000          -
201.24/10.65	c        11          21160         294        20                -           0.0000          -
302.39/15.70	c        16          21293         155        20                -           0.0000          -
401.54/20.75	c        21              2           1        20                -           0.0000          -
502.71/25.80	c        26             22          21        20                -           0.0000          -
601.90/30.85	c        31             12          11        20                -           0.0000          -
703.06/35.90	c        36             12          11        20                -           0.0000          -
802.20/40.95	c        41             12          11        20                -           0.0000          -
901.34/46.00	c        46             41          40        20                -           0.0000          -
1003.03/51.05	c        51             41          40        20                -           0.0000          -
1102.12/56.10	c        56             41          40        20                -           0.0000          -
1202.91/61.15	c        61             41          40        20                -           0.0000          -
1302.12/66.19	c        66             24          23        20                -           0.0000          -
1402.86/71.24	c        71             24          23        20                -           0.0000          -
1502.08/76.29	c        76             24          23        20                -           0.0000          -
1603.30/81.34	c        81             24          23        20                -           0.0000          -
1702.57/86.39	c        86             24          23        20                -           0.0000          -
1803.79/91.44	c        91             24          23        20                -           0.0000          -
1903.04/96.49	c        96             24          23        20                -           0.0000          -
2004.28/101.54	c       102             24          23        20                -           0.0000          -
2103.53/106.58	c       107             24          23        20                -           0.0000          -
2204.74/111.64	c       112             24          23        20                -           0.0000          -
2303.93/116.69	c       117             24          23        20                -           0.0000          -
2405.07/121.74	c       122             24          23        20                -           0.0000          -
2504.30/126.78	c       127             24          23        20                -           0.0000          -
2605.34/131.84	c       132             24          23        20                -           0.0000          -
2704.60/136.89	c       137             24          23        20                -           0.0000          -
2805.67/141.94	c       142             24          23        20                -           0.0000          -
2904.90/146.99	c       147             24          23        20                -           0.0000          -
3006.77/152.04	c       152             24          23        20                -           0.0000          -
3105.84/157.08	c       157             24          23        20                -           0.0000          -
3206.78/162.14	c       162             24          23        20                -           0.0000          -
3306.05/167.19	c       167             24          23        20                -           0.0000          -
3406.46/172.24	c       172             24          23        20                -           0.0000          -
3505.67/177.29	c       177             24          23        20                -           0.0000          -
3606.79/182.34	c       182             24          23        20                -           0.0000          -
3705.93/187.39	c       187             24          23        20                -           0.0000          -
3807.15/192.44	c       192            358         357        20                -           0.0000          -
3906.31/197.49	c       198            358         357        20                -           0.0000          -
4007.51/202.54	c       203            358         357        20                -           0.0000          -
4106.86/207.59	c       208            358         357        20                -           0.0000          -
4207.87/212.64	c       213            358         357        20                -           0.0000          -
4307.12/217.69	c       218            358         357        20                -           0.0000          -
4408.28/222.74	c       223            358         357        20                -           0.0000          -
4507.57/227.79	c       228            598         597        20                -           0.0000          -
4608.65/232.83	c       233            651         650        20                -           0.0000          -
4707.88/237.89	c       238            499         498        20                -           0.0000          -
4808.80/242.91	c       243             71          70        20                -           0.0000          -
4907.98/247.99	c       248             74          73        20                -           0.0000          -
5009.61/253.04	c       253            734         733        20                -           0.0000          -
5109.25/258.09	c       258            603         602        20                -           0.0000          -
5209.94/263.14	c       263             82          81        20                -           0.0000          -
5309.33/268.19	c       268            624         623        20                -           0.0000          -
5409.99/273.23	c       273            782         781        20                -           0.0000          -
5509.08/278.29	c       278            636         635        20                -           0.0000          -
5610.12/283.34	c       283            152         151        20                -           0.0000          -
5709.28/288.38	c       288            847         846        20                -           0.0000          -
5810.47/293.44	c       293           1173        1170        20                -           0.0000          -
5909.61/298.49	c       298           1242        1239        20                -           0.0000          -
6010.86/303.54	c       304            734         733        20                -           0.0000          -
6110.00/308.59	c       309            734         733        20                -           0.0000          -
6211.13/313.64	c       314            935         934        20                -           0.0000          -
6310.32/318.68	c       319            935         934        20                -           0.0000          -
6411.52/323.74	c       324            208         207        20                -           0.0000          -
6510.73/328.79	c       329            212         211        20                -           0.0000          -
6611.90/333.81	c       334            802         801        20                -           0.0000          -
6711.01/338.89	c       339           1524        1521        20                -           0.0000          -
6812.14/343.94	c       344           1050           0        20                -           0.0000          -
6911.25/348.96	c       349            858         857        20                -           0.0000          -
7012.82/354.04	c       354            858         857        20                -           0.0000          -
7111.94/359.09	c       359           1576        1573        20                -           0.0000          -
7211.00/364.13	c       364           1576        1573        20                -           0.0000          -
7312.09/369.14	c       369           1576        1573        20                -           0.0000          -
7411.14/374.15	c       374           1576        1573        20                -           0.0000          -
7511.61/379.29	c       379           1576        1573        20                -           0.0000          -
7612.75/384.34	c       384           1231         181        20                -           0.0000          -
7711.94/389.39	c       389           1231         181        20                -           0.0000          -
7813.11/394.44	c       394            522         521        20                -           0.0000          -
7912.07/399.49	c       400           1050           0        20                -           0.0000          -
8013.16/404.54	c       405           1050           0        20                -           0.0000          -
8112.22/409.57	c       410           1065          15        20                -           0.0000          -
8213.39/414.64	c       415           1478         428        20                -           0.0000          -
8312.58/419.69	c       420           1478         428        20                -           0.0000          -
8413.70/424.74	c       425           1169         117        20                -           0.0000          -
8512.90/429.79	c       430           1169         117        20                -           0.0000          -
8614.10/434.84	c       435            689         688        20                -           0.0000          -
8713.29/439.89	c       440           1557         507        20                -           0.0000          -
8814.43/444.94	c       445           1217         165        20                -           0.0000          -
8913.60/449.99	c       450           2408        2401        20                -           0.0000          -
9015.31/455.04	c       455           1582         532        20                -           0.0000          -
9114.67/460.09	c       460           1582         532        20                -           0.0000          -
9215.81/465.14	c       465        1264614         152        20                -           0.0000          -
9314.92/470.19	c       470           1627         577        20                -           0.0000          -
9415.29/475.24	c       475           2612        2601        20                -           0.0000          -
9514.33/480.29	c       480           2619        2608        20                -           0.0000          -
9615.35/485.34	c       485           1883         636        20                -           0.0000          -
9714.54/490.38	c       490           2760        2745        20                -           0.0000          -
9815.71/495.44	c       495           2760        2745        20                -           0.0000          -
9914.87/500.47	c       500           2760        2745        20                -           0.0000          -
10016.10/505.53	c       506           2791        2776        20                -           0.0000          -
10115.04/510.54	c       511            916         915        20                -           0.0000          -
10216.13/515.63	c       516           2182        1132        20                -           0.0000          -
10315.31/520.68	c       521           2242        1192        20                -           0.0000          -
10416.45/525.73	c       526           2242        1192        20                -           0.0000          -
10515.63/530.78	c       531           2242        1192        20                -           0.0000          -
10616.79/535.83	c       536           2242        1192        20                -           0.0000          -
10715.95/540.88	c       541           2242        1192        20                -           0.0000          -
10817.07/545.93	c       546           2242        1192        20                -           0.0000          -
10916.26/550.98	c       551           2242        1192        20                -           0.0000          -
11015.42/556.03	c       556           3611        3596        20                -           0.0000          -
11117.26/561.08	c       561           1042        1041        20                -           0.0000          -
11218.16/566.13	c       566           3672        3657        20                -           0.0000          -
11317.32/571.18	c       571           3672        3657        20                -           0.0000          -
11418.01/576.23	c       576           2372        1322        20                -           0.0000          -
11517.17/581.24	c       581           1050           0        20                -           0.0000          -
11616.31/586.28	c       586           1050           0        20                -           0.0000          -
11717.47/591.34	c       591           1050           0        20                -           0.0000          -
11818.62/596.43	c       596           1050           0        20                -           0.0000          -
11917.78/601.48	c       601           1050           0        20                -           0.0000          -
12018.89/606.53	c       607           1050           0        20                -           0.0000          -
12118.08/611.58	c       612           4050        4033        20                -           0.0000          -
12219.22/616.63	c       617           2642        1592        20                -           0.0000          -
12318.42/621.65	c       622           1088          38        20                -           0.0000          -
12419.56/626.73	c       627           1092          42        20                -           0.0000          -
12518.73/631.79	c       632           4410        4393        20                -           0.0000          -
12619.88/636.83	c       637           3016        1966        20                -           0.0000          -
12719.04/641.88	c       642           3032        1982        20                -           0.0000          -
12820.17/646.93	c       647           1139          89        20                -           0.0000          -
12919.34/651.98	c       652           3129        2079        20                -           0.0000          -
13021.10/657.03	c       657           3129        2079        20                -           0.0000          -
13120.21/662.08	c       662           3129        2079        20                -           0.0000          -
13219.45/667.12	c       667           1177         127        20                -           0.0000          -
13320.72/672.18	c       672           1195         145        20                -           0.0000          -
13420.99/677.23	c       677           1205         155        20                -           0.0000          -
13520.21/682.25	c       682           3342        2292        20                -           0.0000          -
13621.28/687.31	c       687           5472        5453        20                -           0.0000          -
13720.47/692.32	c       692           3477        2427        20                -           0.0000          -
13819.63/697.33	c       697        1615268         154        20                -           0.0000          -
13918.78/702.38	c       702        1622322         160        20                -           0.0000          -
14021.94/707.53	c       708           5756        5737        20                -           0.0000          -
14121.10/712.56	c       713           5756        5737        20                -           0.0000          -
14222.24/717.63	c       718           3872        2822        20                -           0.0000          -
14321.38/722.68	c       723           3902        2852        20                -           0.0000          -
14422.47/727.73	c       728           6176        6157        20                -           0.0000          -
14521.63/732.78	c       733           1375         323        20                -           0.0000          -
14622.76/737.83	c       738           1418         366        20                -           0.0000          -
14721.91/742.88	c       743           6434        6415        20                -           0.0000          -
14823.04/747.93	c       748           6434        6415        20                -           0.0000          -
14922.18/752.97	c       753           1482         430        20                -           0.0000          -
15021.36/758.03	c       758           1502         450        20                -           0.0000          -
15123.20/763.08	c       763           6697        6678        20                -           0.0000          -
15222.16/768.11	c       768           6697        6678        20                -           0.0000          -
15323.51/773.18	c       773           6732        6713        20                -           0.0000          -
15423.97/778.23	c       778           6732        6713        20                -           0.0000          -
15523.12/783.27	c       783           4753        3701        20                -           0.0000          -
15624.22/788.33	c       788           4799        3747        20                -           0.0000          -
15723.36/793.38	c       793           4799        3747        20                -           0.0000          -
15824.52/798.43	c       798           4799        3747        20                -           0.0000          -
15923.67/803.46	c       803           7090        7071        20                -           0.0000          -
16024.81/808.53	c       809           7090        7071        20                -           0.0000          -
16123.98/813.58	c       814           7090        7071        20                -           0.0000          -
16225.10/818.61	c       819           7090        7071        20                -           0.0000          -
16324.25/823.64	c       824           4976        3924        20                -           0.0000          -
16425.37/828.73	c       829           4992        3940        20                -           0.0000          -
16524.50/833.78	c       834          41067         795        20                -           0.0000          -
16625.66/838.83	c       839           5172        4120        20                -           0.0000          -
16724.81/843.86	c       844        1825439         153        20                -           0.0000          -
16825.90/848.93	c       849           5245        4193        20                -           0.0000          -
16925.04/853.98	c       854           5245        4193        20                -           0.0000          -
17024.19/859.02	c       859        1846386         156        20                -           0.0000          -
17125.92/864.08	c       864           5250        4198        20                -           0.0000          -
17227.04/869.13	c       869           5250        4198        20                -           0.0000          -
17326.30/874.14	c       874           5250        4198        20                -           0.0000          -
17425.69/879.19	c       879           5250        4198        20                -           0.0000          -
17525.92/884.27	c       884           5250        4198        20                -           0.0000          -
17625.09/889.30	c       889           5250        4198        20                -           0.0000          -
17726.15/894.36	c       894           5250        4198        20                -           0.0000          -
17827.27/899.41	c       899           8359        8340        20                -           0.0000          -
17926.37/904.44	c       904        1925820         154        20                -           0.0000          -
18027.49/909.51	c       910        1942616         152        20                -           0.0000          -
18126.64/914.54	c       915        1960712         156        20                -           0.0000          -
18225.84/919.56	c       920           8733        8714        20                -           0.0000          -
18326.88/924.67	c       925           8868        8849        20                -           0.0000          -
18428.05/929.73	c       930           5651        4599        20                -           0.0000          -
18527.23/934.78	c       935           5651        4599        20                -           0.0000          -
18628.39/939.83	c       940           8951        8932        20                -           0.0000          -
18727.52/944.85	c       945           9019        9000        20                -           0.0000          -
18828.51/949.92	c       950           5807        4755        20                -           0.0000          -
18927.69/954.98	c       955           5872        4820        20                -           0.0000          -
19029.40/960.03	c       960           5872        4820        20                -           0.0000          -
19128.61/965.04	c       965        2094069         159        20                -           0.0000          -
19227.86/970.12	c       970           5918        4866        20                -           0.0000          -
19329.27/975.18	c       975           5918        4866        20                -           0.0000          -
19429.52/980.23	c       980           5969        4917        20                -           0.0000          -
19528.65/985.28	c       985           6023        4971        20                -           0.0000          -
19629.79/990.33	c       990           9945        9922        20                -           0.0000          -
19728.92/995.38	c       995           6088        5036        20                -           0.0000          -
19830.13/1000.43	c      1000           6088        5036        20                -           0.0000          -
19929.38/1005.48	c      1005          10094       10071        20                -           0.0000          -
20030.37/1010.53	c      1011          10136       10113        20                -           0.0000          -
20129.51/1015.54	c      1016          10175       10152        20                -           0.0000          -
20228.45/1020.59	c      1021          60413         920        20                -           0.0000          -
20329.41/1025.66	c      1026           6370        5318        20                -           0.0000          -
20430.46/1030.70	c      1031           6370        5318        20                -           0.0000          -
20529.58/1035.78	c      1036          10517       10492        20                -           0.0000          -
20630.73/1040.83	c      1041          10517       10492        20                -           0.0000          -
20729.85/1045.88	c      1046           6535        5483        20                -           0.0000          -
20830.89/1050.93	c      1051          33442        1417        20                -           0.0000          -
20930.07/1055.98	c      1056        2226836         158        20                -           0.0000          -
21031.84/1061.03	c      1061        2233980         150        20                -           0.0000          -
21130.81/1066.08	c      1066           6683        5631        20                -           0.0000          -
21230.04/1071.13	c      1071          11023       10998        20                -           0.0000          -
21331.49/1076.18	c      1076          11057       11032        20                -           0.0000          -
21431.86/1081.23	c      1081        2263807         157        20                -           0.0000          -
21530.92/1086.28	c      1086           6923        5871        20                -           0.0000          -
21631.98/1091.33	c      1091           6923        5871        20                -           0.0000          -
21731.14/1096.38	c      1096        2284946         152        20                -           0.0000          -
21832.34/1101.43	c      1101           7031        5979        20                -           0.0000          -
21931.52/1106.48	c      1106          69939         920        20                -           0.0000          -
22032.81/1111.53	c      1112           7153        6099        20                -           0.0000          -
22131.88/1116.58	c      1117           7171        6117        20                -           0.0000          -
22233.10/1121.63	c      1122           7171        6117        20                -           0.0000          -
22332.29/1126.68	c      1127          11747       11722        20                -           0.0000          -
22433.55/1131.73	c      1132          11747       11722        20                -           0.0000          -
22532.58/1136.78	c      1137          11747       11722        20                -           0.0000          -
22633.73/1141.83	c      1142          11747       11722        20                -           0.0000          -
22732.79/1146.85	c      1147           7399        6345        20                -           0.0000          -
22833.94/1151.92	c      1152           7465        6411        20                -           0.0000          -
22933.05/1156.98	c      1157          11967       11942        20                -           0.0000          -
23032.24/1162.03	c      1162        2379714         154        20                -           0.0000          -
23134.23/1167.05	c      1167           7681        6625        20                -           0.0000          -
23233.22/1172.09	c      1172           7723        6667        20                -           0.0000          -
23334.43/1177.18	c      1177           7723        6667        20                -           0.0000          -
23434.88/1182.23	c      1182          12472       12447        20                -           0.0000          -
23534.05/1187.28	c      1187          12582       12557        20                -           0.0000          -
23635.23/1192.33	c      1192           7891        6835        20                -           0.0000          -
23734.42/1197.36	c      1197           7933        6877        20                -           0.0000          -
23833.53/1202.38	c      1202           7975        6919        20                -           0.0000          -
23934.63/1207.42	c      1207          12933       12906        20                -           0.0000          -
24035.71/1212.53	c      1213          13068       13041        20                -           0.0000          -
24134.79/1217.58	c      1218           8181        7125        20                -           0.0000          -
24235.94/1222.63	c      1223           8250        7194        20                -           0.0000          -
24335.10/1227.68	c      1228          13318       13291        20                -           0.0000          -
24434.26/1232.69	c      1233        2503878         152        20                -           0.0000          -
24535.30/1237.78	c      1238           8432        7374        20                -           0.0000          -
24636.40/1242.83	c      1243           8457        7399        20                -           0.0000          -
24735.52/1247.88	c      1248        2561474         152        20                -           0.0000          -
24836.67/1252.93	c      1253           8589        7531        20                -           0.0000          -
24935.84/1257.98	c      1258           8605        7545        20                -           0.0000          -
25035.00/1263.03	c      1263          13918       13891        20                -           0.0000          -
25136.78/1268.08	c      1268           8772        7712        20                -           0.0000          -
25236.16/1273.11	c      1273          13949       13922        20                -           0.0000          -
25337.06/1278.16	c      1278          13949       13922        20                -           0.0000          -
25437.51/1283.21	c      1283           8956        7894        20                -           0.0000          -
25536.68/1288.28	c      1288           8956        7894        20                -           0.0000          -
25637.86/1293.31	c      1293           8956        7894        20                -           0.0000          -
25737.06/1298.37	c      1298           8956        7894        20                -           0.0000          -
25838.07/1303.43	c      1303           8956        7894        20                -           0.0000          -
25937.19/1308.48	c      1308           8956        7894        20                -           0.0000          -
26038.21/1313.53	c      1314           8956        7894        20                -           0.0000          -
26137.38/1318.58	c      1319           8956        7894        20                -           0.0000          -
26238.52/1323.63	c      1324          14403       14376        20                -           0.0000          -
26337.67/1328.68	c      1329          14403       14376        20                -           0.0000          -
26438.84/1333.73	c      1334          65530        1374        20                -           0.0000          -
26537.99/1338.78	c      1339           9159        8097        20                -           0.0000          -
26639.16/1343.83	c      1344           9187        8125        20                -           0.0000          -
26738.32/1348.88	c      1349          93941        1033        20                -           0.0000          -
26839.51/1353.93	c      1354           9342        8280        20                -           0.0000          -
26938.81/1358.99	c      1359          14970       14943        20                -           0.0000          -
27037.88/1364.03	c      1364          14977       14950        20                -           0.0000          -
27139.89/1369.08	c      1369          14977       14950        20                -           0.0000          -
27238.83/1374.11	c      1374           9625        8563        20                -           0.0000          -
27340.11/1379.18	c      1379           9625        8563        20                -           0.0000          -
27440.62/1384.23	c      1384           9634        8572        20                -           0.0000          -
27539.80/1389.28	c      1389           9634        8572        20                -           0.0000          -
27640.89/1394.33	c      1394          15281       15254        20                -           0.0000          -
27740.07/1399.38	c      1399          15281       15254        20                -           0.0000          -
27841.23/1404.43	c      1404          15281       15254        20                -           0.0000          -
27940.23/1409.48	c      1409          15281       15254        20                -           0.0000          -
28041.32/1414.53	c      1415          15320       15293        20                -           0.0000          -
28140.28/1419.58	c      1420        2908694         152        20                -           0.0000          -
28241.34/1424.63	c      1425        2915808         152        20                -           0.0000          -
28340.48/1429.68	c      1430          76554        1382        20                -           0.0000          -
28441.58/1434.71	c      1435          15579       15550        20                -           0.0000          -
28540.72/1439.74	c      1440          15579       15550        20                -           0.0000          -
28639.89/1444.79	c      1445        2974463         157        20                -           0.0000          -
28740.95/1449.88	c      1450          10299        9235        20                -           0.0000          -
28842.09/1454.93	c      1455          15750       15721        20                -           0.0000          -
28941.29/1459.98	c      1460          15750       15721        20                -           0.0000          -
29040.47/1465.00	c      1465          10500        9436        20                -           0.0000          -
29142.19/1470.05	c      1470          10503        9439        20                -           0.0000          -
29241.51/1475.11	c      1475        3095191         153        20                -           0.0000          -
29342.87/1480.17	c      1480        3114827         157        20                -           0.0000          -
29443.16/1485.20	c      1485          10741        9673        20                -           0.0000          -
29542.34/1490.21	c      1490          10792        9724        20                -           0.0000          -
29641.66/1495.27	c      1495          16473       16444        20                -           0.0000          -
29742.73/1500.34	c      1500          10867        9799        20                -           0.0000          -
29843.88/1505.41	c      1505          16559       16530        20                -           0.0000          -
29943.02/1510.44	c      1510          16559       16530        20                -           0.0000          -
30044.20/1515.53	c      1516          16561       16532        20                -           0.0000          -
30143.40/1520.58	c      1521          11066        9992        20                -           0.0000          -
30244.55/1525.63	c      1526          16709       16680        20                -           0.0000          -
30343.73/1530.68	c      1531          16709       16680        20                -           0.0000          -
30444.67/1535.73	c      1536        3235654         154        20                -           0.0000          -
30543.84/1540.76	c      1541          11234       10158        20                -           0.0000          -
30645.03/1545.83	c      1546          11234       10158        20                -           0.0000          -
30744.23/1550.88	c      1551          17064       17035        20                -           0.0000          -
30845.32/1555.93	c      1556          17064       17035        20                -           0.0000          -
30944.45/1560.97	c      1561          17064       17035        20                -           0.0000          -
31046.03/1566.03	c      1566         116749        1037        20                -           0.0000          -
31144.98/1571.05	c      1571          11519       10439        20                -           0.0000          -
31244.22/1576.06	c      1576          11551       10471        20                -           0.0000          -
31343.33/1581.11	c      1581          11551       10471        20                -           0.0000          -
31444.41/1586.17	c      1586          11551       10471        20                -           0.0000          -
31544.76/1591.23	c      1591          17604       17575        20                -           0.0000          -
31645.91/1596.30	c      1596          11719       10637        20                -           0.0000          -
31744.62/1601.35	c      1601          11725       10643        20                -           0.0000          -
31845.58/1606.40	c      1606         120984         993        20                -           0.0000          -
31944.66/1611.42	c      1611          11839       10757        20                -           0.0000          -
32045.82/1616.53	c      1617          11911       10829        20                -           0.0000          -
32145.03/1621.58	c      1622          11940       10858        20                -           0.0000          -
32246.13/1626.63	c      1627          11969       10887        20                -           0.0000          -
32345.26/1631.68	c      1632          11969       10887        20                -           0.0000          -
32446.46/1636.73	c      1637          12029       10947        20                -           0.0000          -
32545.63/1641.78	c      1642          18515       18486        20                -           0.0000          -
32646.79/1646.83	c      1647          12091       11009        20                -           0.0000          -
32745.96/1651.88	c      1652          12139       11057        20                -           0.0000          -
32847.16/1656.93	c      1657          18771       18742        20                -           0.0000          -
32946.38/1661.98	c      1662          18771       18742        20                -           0.0000          -
33048.02/1667.03	c      1667          18771       18742        20                -           0.0000          -
33147.26/1672.08	c      1672          18771       18742        20                -           0.0000          -
33248.30/1677.13	c      1677          12485       11403        20                -           0.0000          -
33347.61/1682.18	c      1682         129006        1123        20                -           0.0000          -
33448.04/1687.21	c      1687         104044        1393        20                -           0.0000          -
33547.22/1692.28	c      1692          12625       11543        20                -           0.0000          -
33648.41/1697.33	c      1697          19193       19164        20                -           0.0000          -
33747.70/1702.38	c      1702        3616283         155        20                -           0.0000          -
33848.81/1707.43	c      1707          12744       11660        20                -           0.0000          -
33948.01/1712.48	c      1712          12759       11675        20                -           0.0000          -
34049.22/1717.51	c      1718          19467       19436        20                -           0.0000          -
34148.45/1722.58	c      1723        3687512         150        20                -           0.0000          -
34249.42/1727.63	c      1728          12898       11814        20                -           0.0000          -
34348.59/1732.68	c      1733          12898       11814        20                -           0.0000          -
34449.73/1737.73	c      1738          12898       11814        20                -           0.0000          -
34548.71/1742.75	c      1743          12898       11814        20                -           0.0000          -
34647.75/1747.76	c      1748          12898       11814        20                -           0.0000          -
34748.69/1752.82	c      1753          12898       11814        20                -           0.0000          -
34847.93/1757.87	c      1758          12898       11814        20                -           0.0000          -
34949.14/1762.93	c      1763          12898       11814        20                -           0.0000          -
35048.32/1768.03	c      1768          12898       11814        20                -           0.0000          -
35150.32/1773.08	c      1773        3865122         150        20                -           0.0000          -
35249.39/1778.13	c      1778          20038       20005        20                -           0.0000          -
35350.69/1783.18	c      1783          12963       11879        20                -           0.0000          -
35451.06/1788.23	c      1788          20088       20055        20                -           0.0000          -
35550.29/1793.28	c      1793          20118       20085        20                -           0.0000          -
35651.48/1798.33	c      1798          20198       20165        20                -           0.0000          -
35750.71/1803.38	c      1803        3956015         151        20                -           0.0000          -
35851.90/1808.43	c      1808          13186       12098        20                -           0.0000          -
35951.13/1813.48	c      1813          13186       12098        20                -           0.0000          -
36052.27/1818.52	c      1819          13186       12098        20                -           0.0000          -
36151.56/1823.58	c      1824          20471       20438        20                -           0.0000          -
36252.64/1828.63	c      1829          20488       20455        20                -           0.0000          -
36351.88/1833.68	c      1834        4018589         153        20                -           0.0000          -
36453.09/1838.73	c      1839          13405       12315        20                -           0.0000          -
36552.12/1843.78	c      1844          13414       12324        20                -           0.0000          -
36653.26/1848.83	c      1849          13414       12324        20                -           0.0000          -
36752.48/1853.88	c      1854          13414       12324        20                -           0.0000          -
36853.68/1858.93	c      1859          13425       12335        20                -           0.0000          -
36952.82/1863.98	c      1864          20764       20729        20                -           0.0000          -
37051.96/1869.01	c      1869          20764       20729        20                -           0.0000          -
37153.93/1874.07	c      1874         148274        1337        20                -           0.0000          -
37254.94/1879.13	c      1879          13766       12674        20                -           0.0000          -
37354.20/1884.17	c      1884          13779       12687        20                -           0.0000          -
37453.54/1889.19	c      1889          13779       12687        20                -           0.0000          -
37512.88/1892.14	c *    1892         125186        1425        20           0.0000           0.0000      0.00%
37512.88/1892.14	c      1892        5601136           0         0           0.0000           0.0000      0.00%
37512.88/1892.14	c      1892        5906348           0         0           0.0000           0.0000      0.00%
37518.64/1893.33	c      1893        5906348           0         0           0.0000           0.0000      0.00%
37518.64/1893.33	c SCIP Status        : c problem is solved
37518.64/1893.33	c Total Time         : 1893.33
37518.64/1893.33	c   solving          : 1893.33
37518.64/1893.33	c   presolving       : 0.15 (included in solving)
37518.64/1893.33	c B&B Tree           :
37518.64/1893.33	c   nodes (total)    : 5906348
37518.64/1893.33	c Solution           :
37518.64/1893.33	c   Solutions found  : 1
37518.64/1893.33	c   Primal Bound     : +0.00000000000000e+00
37518.64/1893.33	c   Dual Bound       : +0.00000000000000e+00
37518.64/1893.33	c Gap                : 0.00000 %
37518.64/1893.33	s SATISFIABLE
37518.64/1893.33	v x3968 -x992 -x3967 x991 -x3966 -x990 -x3965 x989 -x3964 x988 x3963 -x987 x3962 x986 x3961 x985 x3960 -x984 x3959 x983 x3958 -x982 
37518.64/1893.33	v x3957 -x981 -x3956 x980 -x3955 x979 x3954 -x978 x3953 -x977 x3952 x976 x3951 x975 x3950 -x974 -x3949 x973 x3948 -x972 x3947 
37518.64/1893.33	v -x971 x3946 -x970 x3945 x969 x3944 x968 x3943 x967 x3942 x966 x3941 -x965 -x3940 -x964 -x3939 -x963 -x3938 -x962 -x3937 -x961 
37518.64/1893.33	v -x3936 -x960 -x3935 x959 -x3934 -x958 -x3933 x957 -x3932 x956 -x3931 x955 -x3930 -x954 -x3929 x953 -x3928 x952 x3927 -x951 
37518.64/1893.33	v x3926 -x950 x3925 -x949 -x3924 x948 -x3923 x947 x3922 -x946 -x3921 -x945 -x3920 x944 x3919 -x943 -x3918 x942 x3917 x941 x3916 
37518.64/1893.33	v -x940 x3915 -x939 -x3914 x938 x3913 -x937 x3912 -x936 x3911 x935 x3910 x934 x3909 -x933 x3908 -x932 x3907 -x931 x3906 -x930 
37518.64/1893.33	v -x3905 x929 x3904 -x928 -x3903 x927 -x3902 x926 x3901 -x925 -x3900 x924 -x3899 x923 -x3898 x922 -x3897 x921 x3896 x920 x3895 
37518.64/1893.33	v -x919 x3894 -x918 x3893 -x917 -x3892 x916 -x3891 x915 -x3890 x914 -x3889 x913 x3888 x912 x3887 -x911 -x3886 x910 x3885 x909 
37518.64/1893.33	v x3884 -x908 x3883 -x907 -x3882 x906 x3881 -x905 x3880 x904 x3879 -x903 x3878 x902 x3877 x901 x3876 x900 x3875 x899 x3874 -x898 
37518.64/1893.33	v -x3873 -x897 -x3872 x896 -x3871 x895 -x3870 x894 -x3869 x893 x3868 x892 x3867 x891 x3866 -x890 x3865 x889 x3864 -x888 -x3863 
37518.64/1893.33	v x887 -x3862 x886 x3861 -x885 x3860 x884 x3859 -x883 -x3858 x882 x3857 -x881 x3856 -x880 x3855 -x879 x3854 x878 x3853 -x877 
37518.64/1893.33	v x3852 -x876 x3851 -x875 x3850 x874 x3849 x873 x3848 -x872 -x3847 x871 -x3846 x870 -x3845 x869 x3844 -x868 -x3843 x867 x3842 -x866 
37518.64/1893.33	v x3841 -x865 x3840 -x864 x3839 -x863 -x3838 x862 -x3837 x861 x3836 -x860 x3835 x859 x3834 -x858 -x3833 x857 -x3832 x856 x3831 
37518.64/1893.33	v -x855 -x3830 x854 -x3829 -x853 -x3828 x852 x3827 -x851 -x3826 x850 -x3825 x849 -x3824 x848 x3823 -x847 x3822 -x846 -x3821 
37518.64/1893.33	v x845 -x3820 x844 -x3819 x843 x3818 -x842 -x3817 x841 -x3816 -x840 -x3815 x839 -x3814 -x838 -x3813 -x837 -x3812 -x836 -x3811 
37518.64/1893.33	v -x835 -x3810 x834 x3809 -x833 x3808 -x3807 x1664 -x3806 x3805 x1663 x3804 -x3803 -x1662 -x3802 x3801 -x1661 x3800 -x3799 x1660 
37518.64/1893.33	v -x3798 x3797 x1659 x3796 -x3795 x1658 x3794 x3793 -x1657 -x3792 x3791 -x1656 x3790 -x3789 x1655 -x3788 x3787 x1654 -x3786 
37518.64/1893.33	v x3785 -x1653 x3784 -x3783 -x1652 -x3782 x3781 x1651 -x3780 x3779 x1650 x3778 -x3777 -x1649 x3776 x3775 -x1648 x3774 -x3773 x1647 
37518.64/1893.33	v x3772 x3771 x1646 -x3770 x3769 x1645 x3768 -x3767 x1644 -x3766 x3765 -x1643 x3764 -x3763 x1642 -x3762 x3761 -x1641 x3760 
37518.64/1893.33	v -x3759 -x1640 -x3758 x3757 x1639 x3756 x3755 -x1638 -x3754 x3753 -x1637 -x3752 x3751 -x1636 -x3750 x3749 -x1635 -x3748 x3747 
37518.64/1893.33	v -x1634 -x3746 x3745 x1633 x3744 -x3743 -x3742 -x3741 -x3740 -x3739 -x3738 x3737 -x3736 x3735 x3734 x3733 -x3732 -x3731 -x3730 
37518.64/1893.33	v -x3729 x3728 x3727 x3726 -x3725 -x3724 x3723 -x3722 -x3721 x3720 x3719 x3718 -x3717 -x3716 -x3715 -x3714 -x3713 x3712 -x3711 
37518.64/1893.33	v -x1632 x3710 x3709 -x1631 x3708 -x3707 -x1630 x3706 -x3705 -x1629 x3704 x3703 x1628 -x3702 x3701 x1627 x3700 x3699 -x1626 -x3698 
37518.64/1893.33	v x3697 x1625 x3696 -x3695 x1624 -x3694 x3693 -x1623 x3692 -x3691 -x1622 -x3690 -x3689 x1621 x3688 -x3687 x1620 -x3686 x3685 
37518.64/1893.33	v x1619 x3684 x3683 -x1618 -x3682 x3681 -x1617 x3680 x3679 -x1616 -x3678 x3677 x1615 x3676 -x3675 x1614 -x3674 x3673 x1613 x3672 
37518.64/1893.33	v -x3671 -x1612 x3670 -x3669 x1611 x3668 -x3667 x1610 x3666 -x3665 x1609 x3664 -x3663 x1608 -x3662 x3661 x1607 x3660 -x3659 
37518.64/1893.33	v x1606 -x3658 x3657 -x1605 x3656 -x3655 x1604 -x3654 x3653 -x1603 x3652 -x3651 x1602 -x3650 x3649 x1601 -x3648 x3647 -x3646 
37518.64/1893.33	v x3645 x3644 x3643 x3642 x3641 -x3640 x3639 x3638 -x3637 x3636 -x3635 -x3634 x3633 x3632 x3631 x3630 -x3629 x3628 x3627 x3626 
37518.64/1893.33	v x3625 x3624 -x3623 x3622 -x3621 -x3620 -x3619 x3618 -x3617 x3616 x3615 -x1600 -x3614 x3613 x1599 x3612 -x3611 -x1598 -x3610 x3609 
37518.64/1893.33	v x1597 x3608 -x3607 x1596 x3606 x3605 -x1595 -x3604 x3603 x1594 x3602 -x3601 x1593 -x3600 x3599 -x1592 -x3598 x3597 x1591 
37518.64/1893.33	v -x3596 x3595 -x1590 -x3594 -x3593 x1589 x3592 -x3591 -x1588 -x3590 x3589 -x1587 x3588 -x3587 x1586 -x3586 x3585 x1585 x3584 
37518.64/1893.33	v -x3583 -x1584 x3582 -x3581 x1583 x3580 x3579 -x1582 x3578 -x3577 x1581 x3576 -x3575 -x1580 x3574 -x3573 x1579 -x3572 x3571 x1578 
37518.64/1893.33	v x3570 -x3569 -x1577 x3568 -x3567 x1576 -x3566 x3565 x1575 -x3564 x3563 x1574 x3562 -x3561 x1573 -x3560 x3559 x1572 x3558 
37518.64/1893.33	v -x3557 -x1571 -x3556 x3555 x1570 -x3554 x3553 x1569 x3552 x3551 x3550 -x3549 x3548 x3547 -x3546 x3545 -x3544 x3543 -x3542 -x3541 
37518.64/1893.33	v -x3540 -x3539 -x3538 -x3537 x3536 -x3535 x3534 x3533 x3532 -x3531 x3530 -x3529 -x3528 -x3527 x3526 x3525 -x3524 x3523 x3522 
37518.64/1893.33	v x3521 x3520 -x3519 -x1568 x3518 -x3517 -x1567 x3516 -x3515 x1566 x3514 x3513 x1565 x3512 x3511 -x1564 x3510 -x3509 x1563 x3508 
37518.64/1893.33	v x3507 -x1562 -x3506 x3505 x1561 x3504 -x3503 -x1560 -x3502 x3501 x1559 -x3500 -x3499 x1558 x3498 -x3497 -x1557 -x3496 x3495 
37518.64/1893.33	v x1556 x3494 -x3493 -x1555 x3492 x3491 -x1554 -x3490 x3489 x1553 x3488 -x3487 -x1552 x3486 -x3485 x1551 -x3484 x3483 x1550 
37518.64/1893.33	v x3482 x3481 x1549 -x3480 x3479 -x1548 x3478 -x3477 x1547 -x3476 x3475 x1546 x3474 -x3473 x1545 -x3472 x3471 x1544 x3470 -x3469 
37518.64/1893.33	v -x1543 -x3468 -x3467 x1542 x3466 -x3465 -x1541 -x3464 x3463 x1540 x3462 -x3461 x1539 -x3460 x3459 -x1538 x3458 -x3457 x1537 
37518.64/1893.33	v x3456 -x3455 x3454 x3453 x3452 x3451 x3450 x3449 -x3448 -x3447 -x3446 x3445 x3444 x3443 x3442 -x3441 x3440 -x3439 -x3438 x3437 
37518.64/1893.33	v -x3436 x3435 x3434 x3433 x3432 -x3431 -x3430 x3429 -x3428 x3427 -x3426 x3425 x3424 -x3423 -x1536 -x3422 x3421 x1535 -x3420 
37518.64/1893.33	v x3419 -x1534 -x3418 x3417 x1533 -x3416 x3415 x1532 -x3414 -x3413 x1531 x3412 -x3411 -x1530 -x3410 x3409 x1529 -x3408 x3407 
37518.64/1893.33	v x1528 x3406 -x3405 x1527 -x3404 x3403 x1526 x3402 -x3401 -x1525 x3400 -x3399 -x1524 -x3398 x3397 x1523 x3396 -x3395 x1522 -x3394 
37518.64/1893.33	v x3393 x1521 x3392 -x3391 x1520 -x3390 x3389 -x1519 x3388 -x3387 x1518 -x3386 x3385 x1517 x3384 -x3383 x1516 -x3382 x3381 
37518.64/1893.33	v x1515 x3380 -x3379 x1514 -x3378 x3377 x1513 x3376 -x3375 x1512 -x3374 x3373 x1511 -x3372 x3371 -x1510 x3370 -x3369 -x1509 -x3368 
37518.64/1893.33	v x3367 -x1508 x3366 -x3365 -x1507 -x3364 x3363 x1506 x3362 -x3361 -x1505 x3360 -x3359 -x3358 x3357 x3356 x3355 x3354 x3353 
37518.64/1893.33	v x3352 -x3351 -x3350 x3349 x3348 x3347 x3346 -x3345 x3344 x3343 -x3342 x3341 x3340 x3339 x3338 x3337 x3336 -x3335 x3334 -x3333 
37518.64/1893.33	v x3332 -x3331 -x3330 -x3329 x3328 -x3327 -x1504 x3326 x3325 -x1503 -x3324 x3323 x1502 -x3322 x3321 x1501 x3320 -x3319 x1500 
37518.64/1893.33	v -x3318 x3317 x1499 x3316 -x3315 -x1498 -x3314 x3313 x1497 -x3312 x3311 -x1496 x3310 -x3309 -x1495 -x3308 -x3307 -x1494 x3306 
37518.64/1893.33	v -x3305 -x1493 -x3304 x3303 -x1492 x3302 -x3301 -x1491 -x3300 x3299 x1490 x3298 -x3297 x1489 -x3296 x3295 x1488 x3294 -x3293 x1487 
37518.64/1893.33	v -x3292 x3291 x1486 x3290 -x3289 -x1485 x3288 -x3287 x1484 -x3286 x3285 -x1483 x3284 -x3283 -x1482 x3282 x3281 -x1481 -x3280 
37518.64/1893.33	v x3279 x1480 x3278 -x3277 -x1479 x3276 x3275 -x1478 -x3274 x3273 x1477 x3272 -x3271 x1476 -x3270 x3269 x1475 x3268 -x3267 
37518.64/1893.33	v -x1474 -x3266 x3265 x1473 x3264 x3263 -x3262 x3261 x3260 x3259 -x3258 -x3257 -x3256 -x3255 -x3254 -x3253 -x3252 x3251 -x3250 
37518.64/1893.33	v x3249 x3248 x3247 -x3246 x3245 -x3244 x3243 x3242 -x3241 -x3240 x3239 x3238 -x3237 -x3236 x3235 -x3234 x3233 -x3232 x3231 x1472 
37518.64/1893.33	v -x3230 x3229 x1471 -x3228 x3227 x1470 -x3226 x3225 x1469 x3224 -x3223 -x1468 -x3222 x3221 x1467 -x3220 x3219 x1466 x3218 -x3217 
37518.64/1893.33	v -x1465 x3216 -x3215 -x1464 x3214 x3213 -x1463 -x3212 x3211 -x1462 x3210 -x3209 x1461 -x3208 x3207 x1460 x3206 -x3205 -x1459 
37518.64/1893.33	v -x3204 x3203 x1458 x3202 -x3201 -x1457 x3200 -x3199 -x1456 x3198 -x3197 -x1455 -x3196 x3195 -x1454 -x3194 x3193 x1453 -x3192 
37518.64/1893.33	v x3191 x1452 -x3190 x3189 x1451 -x3188 x3187 x1450 -x3186 x3185 x1449 -x3184 x3183 x1448 -x3182 x3181 x1447 -x3180 x3179 
37518.64/1893.33	v -x1446 -x3178 -x3177 x1445 x3176 -x3175 x1444 -x3174 x3173 x1443 x3172 -x3171 x1442 -x3170 x3169 x1441 x3168 x3167 -x3166 -x3165 
37518.64/1893.33	v -x3164 -x3163 -x3162 -x3161 -x3160 x3159 -x3158 x3157 x3156 -x3155 -x3154 x3153 x3152 -x3151 -x3150 -x3149 -x3148 -x3147 
37518.64/1893.33	v -x3146 -x3145 -x3144 x3143 x3142 -x3141 -x3140 x3139 x3138 x3137 -x3136 x3135 -x1440 -x3134 x3133 x1439 -x3132 -x3131 x1438 -x3130 
37518.64/1893.33	v x3129 x1437 -x3128 x3127 x1436 -x3126 -x3125 x1435 x3124 -x3123 -x1434 -x3122 -x3121 -x1433 x3120 -x3119 -x1432 -x3118 
37518.64/1893.33	v x3117 x1431 x3116 -x3115 x1430 -x3114 x3113 x1429 x3112 -x3111 x1428 -x3110 x3109 x1427 x3108 -x3107 x1426 x3106 -x3105 -x1425 
37518.64/1893.33	v x3104 -x3103 x1424 -x3102 x3101 x1423 x3100 -x3099 x1422 -x3098 x3097 x1421 x3096 -x3095 x1420 -x3094 x3093 x1419 x3092 -x3091 
37518.64/1893.33	v x1418 x3090 x3089 -x1417 -x3088 x3087 -x1416 x3086 -x3085 -x1415 -x3084 x3083 x1414 x3082 -x3081 -x1413 x3080 -x3079 -x1412 
37518.64/1893.33	v x3078 x3077 -x1411 -x3076 x3075 x1410 x3074 -x3073 -x1409 -x3072 -x3071 -x3070 x3069 -x3068 -x3067 -x3066 -x3065 -x3064 x3063 
37518.64/1893.33	v x3062 x3061 x3060 -x3059 x3058 x3057 x3056 x3055 -x3054 -x3053 x3052 x3051 x3050 x3049 -x3048 -x3047 -x3046 x3045 -x3044 
37518.64/1893.33	v x3043 x3042 x3041 -x3040 x3039 -x1408 -x3038 x3037 x1407 -x3036 -x3035 x1406 x3034 -x3033 x1405 -x3032 x3031 x1404 -x3030 x3029 
37518.64/1893.33	v x1403 -x3028 x3027 x1402 x3026 -x3025 -x1401 x3024 x3023 -x1400 x3022 x3021 -x1399 -x3020 x3019 -x1398 x3018 -x3017 x1397 
37518.64/1893.33	v -x3016 x3015 -x1396 x3014 -x3013 -x1395 -x3012 x3011 x1394 -x3010 -x3009 x1393 x3008 -x3007 -x1392 -x3006 x3005 x1391 x3004 -x3003 
37518.64/1893.33	v -x1390 -x3002 -x3001 x1389 x3000 -x2999 x1388 -x2998 x2997 -x1387 x2996 x2995 -x1386 -x2994 x2993 x1385 x2992 -x2991 x1384 
37518.64/1893.33	v -x2990 x2989 -x1383 x2988 -x2987 -x1382 -x2986 x2985 x1381 -x2984 x2983 -x1380 -x2982 -x2981 x1379 -x2980 -x2979 x1378 -x2978 
37518.64/1893.33	v -x2977 x1377 -x2976 -x2975 -x2974 x2973 -x2972 -x2971 -x2970 x2969 x2968 x2967 x2966 x2965 x2964 x2963 -x2962 x2961 x2960 
37518.64/1893.33	v x2959 x2958 -x2957 -x2956 x2955 x2954 x2953 -x2952 -x2951 x2950 -x2949 -x2948 -x2947 x2946 -x2945 -x2944 -x2943 -x1376 x2942 
37518.64/1893.33	v -x2941 -x1375 -x2940 x2939 -x1374 x2938 -x2937 -x1373 x2936 x2935 -x1372 -x2934 x2933 -x1371 x2932 -x2931 -x1370 -x2930 x2929 
37518.64/1893.33	v x1369 x2928 -x2927 x1368 x2926 -x2925 x1367 -x2924 x2923 -x1366 -x2922 x2921 -x1365 x2920 -x2919 -x1364 -x2918 x2917 x1363 
37518.64/1893.33	v -x2916 x2915 x1362 x2914 -x2913 -x1361 x2912 -x2911 x1360 x2910 x2909 -x1359 x2908 x2907 -x1358 x2906 -x2905 x1357 x2904 x2903 
37518.64/1893.33	v -x1356 -x2902 x2901 -x1355 x2900 -x2899 -x1354 x2898 -x2897 x1353 x2896 -x2895 -x1352 x2894 -x2893 -x1351 -x2892 x2891 -x1350 
37518.64/1893.33	v x2890 -x2889 x1349 -x2888 x2887 x1348 x2886 -x2885 x1347 -x2884 x2883 x1346 -x2882 x2881 x1345 -x2880 -x2879 -x2878 -x2877 
37518.64/1893.33	v -x2876 -x2875 x2874 -x2873 x2872 x2871 -x2870 x2869 x2868 x2867 -x2866 x2865 x2864 x2863 x2862 -x2861 -x2860 x2859 x2858 -x2857 
37518.64/1893.33	v -x2856 -x2855 x2854 -x2853 -x2852 x2851 -x2850 -x2849 -x2848 x2847 x1344 x2846 -x2845 -x1343 -x2844 x2843 x1342 x2842 -x2841 
37518.64/1893.33	v x1341 x2840 -x2839 x1340 x2838 -x2837 -x1339 x2836 x2835 -x1338 -x2834 x2833 x1337 x2832 x2831 -x1336 -x2830 x2829 x1335 
37518.64/1893.33	v x2828 -x2827 x1334 -x2826 x2825 -x1333 x2824 -x2823 x1332 -x2822 x2821 x1331 x2820 -x2819 x1330 -x2818 x2817 -x1329 x2816 -x2815 
37518.64/1893.33	v -x1328 x2814 -x2813 -x1327 x2812 -x2811 -x1326 -x2810 x2809 -x1325 -x2808 x2807 -x1324 -x2806 -x2805 x1323 -x2804 x2803 
37518.64/1893.33	v -x1322 -x2802 x2801 x1321 -x2800 x2799 x1320 -x2798 -x2797 x1319 -x2796 x2795 -x1318 -x2794 x2793 x1317 x2792 -x2791 x1316 -x2790 
37518.64/1893.33	v x2789 x1315 -x2788 -x2787 x1314 -x2786 -x2785 x1313 -x2784 x2783 -x2782 x2781 x2780 -x2779 x2778 x2777 x2776 x2775 x2774 
37518.64/1893.33	v x2773 x2772 x2771 -x2770 -x2769 x2768 x2767 x2766 -x2765 x2764 -x2763 x2762 -x2761 -x2760 -x2759 -x2758 -x2757 x2756 x2755 -x2754 
37518.64/1893.33	v -x2753 -x2752 x2751 -x1312 x2750 -x2749 x1311 -x2748 x2747 -x1310 x2746 -x2745 -x1309 x2744 x2743 -x1308 -x2742 x2741 x1307 
37518.64/1893.33	v x2740 -x2739 -x1306 -x2738 -x2737 x1305 x2736 -x2735 x1304 -x2734 x2733 x1303 -x2732 x2731 x1302 -x2730 x2729 x1301 x2728 
37518.64/1893.33	v -x2727 -x1300 -x2726 -x2725 x1299 x2724 -x2723 x1298 -x2722 x2721 x1297 x2720 -x2719 -x1296 -x2718 x2717 -x1295 x2716 -x2715 
37518.64/1893.33	v x1294 -x2714 x2713 x1293 x2712 -x2711 x1292 -x2710 -x2709 x1291 x2708 -x2707 -x1290 -x2706 x2705 -x1289 x2704 -x2703 -x1288 
37518.64/1893.33	v -x2702 x2701 -x1287 -x2700 x2699 -x1286 x2698 -x2697 -x1285 -x2696 x2695 x1284 x2694 -x2693 -x1283 -x2692 x2691 -x1282 -x2690 
37518.64/1893.33	v x2689 -x1281 x2688 -x2687 -x2686 x2685 x2684 -x2683 -x2682 -x2681 x2680 x2679 -x2678 x2677 x2676 -x2675 x2674 x2673 -x2672 
37518.64/1893.33	v x2671 x2670 -x2669 x2668 -x2667 -x2666 -x2665 x2664 -x2663 -x2662 x2661 -x2660 x2659 -x2658 -x2657 -x2656 x2655 -x1280 x2654 
37518.64/1893.33	v -x2653 -x1279 -x2652 x2651 -x1278 x2650 -x2649 -x1277 x2648 x2647 -x1276 -x2646 x2645 -x1275 x2644 -x2643 x1274 -x2642 x2641 
37518.64/1893.33	v x1273 -x2640 x2639 -x1272 -x2638 x2637 x1271 -x2636 x2635 x1270 -x2634 -x2633 x1269 x2632 -x2631 -x1268 -x2630 x2629 x1267 -x2628 
37518.64/1893.33	v x2627 x1266 -x2626 x2625 x1265 -x2624 -x2623 x1264 x2622 -x2621 -x1263 -x2620 x2619 -x1262 x2618 -x2617 x1261 -x2616 x2615 
37518.64/1893.33	v x1260 -x2614 x2613 x1259 x2612 -x2611 -x1258 -x2610 x2609 x1257 -x2608 x2607 x1256 -x2606 -x2605 x1255 x2604 -x2603 -x1254 
37518.64/1893.33	v -x2602 x2601 x1253 x2600 -x2599 -x1252 -x2598 x2597 -x1251 x2596 -x2595 -x1250 -x2594 x2593 -x1249 -x2592 -x2591 -x2590 -x2589 
37518.64/1893.33	v -x2588 x2587 -x2586 x2585 -x2584 x2583 x2582 -x2581 x2580 -x2579 x2578 -x2577 -x2576 x2575 x2574 x2573 -x2572 -x2571 -x2570 
37518.64/1893.33	v -x2569 -x2568 -x2567 -x2566 x2565 x2564 x2563 x2562 -x2561 x2560 -x2559 -x1248 x256 x2558 -x2557 -x1247 x255 x2556 -x2555 -x1246 
37518.64/1893.33	v -x254 -x2554 x2553 x1245 -x253 x2552 -x2551 x1244 x252 x2550 -x2549 x1243 x251 -x2548 x2547 x1242 -x250 -x2546 -x2545 x1241 
37518.64/1893.33	v -x249 x2544 -x2543 x1240 x248 -x2542 x2541 x1239 -x247 -x2540 x2539 x1238 x246 x2538 -x2537 x1237 x245 -x2536 x2535 -x1236 
37518.64/1893.33	v -x244 x2534 -x2533 -x1235 x243 -x2532 -x2531 x1234 -x242 x2530 -x2529 x1233 x241 -x2528 x2527 -x1232 -x240 x2526 -x2525 -x1231 
37518.64/1893.33	v -x239 -x2524 x2523 x1230 -x238 x2522 -x2521 -x1229 -x237 -x2520 x2519 x1228 -x236 x2518 -x2517 -x1227 x235 x2516 -x2515 
37518.64/1893.33	v -x1226 -x234 -x2514 x2513 -x1225 -x233 x2512 -x2511 x1224 x232 -x2510 x2509 -x1223 x231 x2508 -x2507 x1222 -x230 -x2506 x2505 
37518.64/1893.33	v x1221 x229 x2504 -x2503 -x1220 -x228 -x2502 x2501 -x1219 x227 x2500 -x2499 -x1218 x226 -x2498 x2497 -x1217 x225 x2496 -x2495 
37518.64/1893.33	v -x2494 -x2493 x2492 x2491 x2490 -x2489 -x2488 -x2487 -x2486 -x2485 x2484 x2483 -x2482 -x2481 -x2480 -x2479 -x2478 -x2477 -x2476 
37518.64/1893.33	v x2475 x2474 -x2473 -x2472 -x2471 x2470 -x2469 -x2468 -x2467 x2466 -x2465 x2464 -x2463 -x1216 x2462 -x2461 x1215 x2460 -x2459 
37518.64/1893.33	v x1214 x2458 x2457 -x1213 x2456 -x2455 -x1212 x2454 -x2453 -x1211 -x2452 x2451 x1210 -x2450 -x2449 x1209 x2448 -x2447 -x1208 
37518.64/1893.33	v -x2446 -x2445 x1207 -x2444 -x2443 x1206 x2442 -x2441 -x1205 -x2440 x2439 x1204 -x2438 x2437 x1203 -x2436 x2435 x1202 x2434 
37518.64/1893.33	v -x2433 x1201 -x2432 x2431 x1200 x2430 -x2429 x1199 -x2428 x2427 x1198 x2426 -x2425 -x1197 -x2424 x2423 x1196 -x2422 x2421 x1195 
37518.64/1893.33	v -x2420 -x2419 x1194 x2418 -x2417 x1193 -x2416 x2415 -x1192 x2414 -x2413 x1191 -x2412 x2411 x1190 x2410 -x2409 x1189 -x2408 
37518.64/1893.33	v x2407 -x1188 x2406 -x2405 -x1187 -x2404 x2403 -x1186 -x2402 -x2401 x1185 x2400 x2399 x2398 x2397 x2396 x2395 -x2394 -x2393 
37518.64/1893.33	v x2392 -x2391 -x2390 x2389 -x2388 -x2387 -x2386 x2385 x2384 -x2383 x2382 x2381 -x2380 x2379 -x2378 x2377 -x2376 x2375 x2374 -x2373 
37518.64/1893.33	v -x2372 -x2371 x2370 -x2369 -x2368 -x2367 -x1184 x2366 -x2365 -x1183 -x2364 x2363 x1182 -x2362 x2361 x1181 x2360 x2359 -x1180 
37518.64/1893.33	v -x2358 x2357 x1179 x2356 -x2355 x1178 -x2354 -x2353 x1177 x2352 -x2351 x1176 -x2350 x2349 -x1175 -x2348 -x2347 x1174 x2346 
37518.64/1893.33	v -x2345 -x1173 -x2344 x2343 x1172 -x2342 x2341 -x1171 -x2340 x2339 -x1170 x2338 -x2337 x1169 -x2336 x2335 x1168 x2334 -x2333 
37518.64/1893.33	v -x1167 x2332 -x2331 -x1166 x2330 x2329 -x1165 -x2328 x2327 -x1164 x2326 -x2325 -x1163 -x2324 x2323 x1162 x2322 -x2321 -x1161 
37518.64/1893.33	v x2320 -x2319 -x1160 -x2318 -x2317 x1159 x2316 -x2315 -x1158 -x2314 x2313 x1157 x2312 -x2311 -x1156 -x2310 x2309 -x1155 x2308 
37518.64/1893.33	v -x2307 x1154 -x2306 x2305 -x1153 -x2304 x2303 x2302 x2301 x2300 x2299 x2298 -x2297 x2296 -x2295 x2294 x2293 x2292 -x2291 x2290 
37518.64/1893.33	v x2289 x2288 -x2287 -x2286 x2285 -x2284 -x2283 -x2282 x2281 x2280 -x2279 x2278 x2277 -x2276 x2275 x2274 -x2273 -x2272 x2271 
37518.64/1893.33	v -x1152 x2270 x2269 -x1151 -x2268 x2267 -x1150 x2266 -x2265 x1149 x2264 -x2263 x1148 x2262 -x2261 -x1147 x2260 x2259 -x1146 
37518.64/1893.33	v -x2258 x2257 -x1145 x2256 x2255 -x1144 -x2254 x2253 -x1143 -x2252 -x2251 x1142 x2250 -x2249 -x1141 -x2248 x2247 -x1140 -x2246 
37518.64/1893.33	v x2245 -x1139 x2244 -x2243 -x1138 x2242 -x2241 -x1137 x2240 -x2239 -x1136 -x2238 x2237 x1135 x2236 -x2235 -x1134 x2234 -x2233 
37518.64/1893.33	v -x1133 -x2232 x2231 x1132 -x2230 -x2229 x1131 -x2228 -x2227 -x1130 x2226 -x2225 -x1129 -x2224 x2223 x1128 x2222 -x2221 -x1127 
37518.64/1893.33	v -x2220 -x2219 x1126 x2218 -x2217 x1125 -x2216 x2215 x1124 x2214 -x2213 -x1123 -x2212 x2211 -x1122 -x2210 x2209 x1121 -x2208 
37518.64/1893.33	v x2207 x2206 x2205 x2204 x2203 x2202 -x2201 x2200 -x2199 -x2198 x2197 -x2196 -x2195 x2194 x2193 x2192 -x2191 x2190 -x2189 x2188 
37518.64/1893.33	v -x2187 -x2186 -x2185 x2184 -x2183 -x2182 x2181 -x2180 x2179 -x2178 -x2177 -x2176 -x2175 -x1120 x2174 -x2173 x1119 -x2172 x2171 
37518.64/1893.33	v x1118 x2170 -x2169 -x1117 x2168 -x2167 x1116 -x2166 -x2165 x1115 x2164 -x2163 -x1114 x2162 -x2161 -x1113 x2160 -x2159 -x1112 
37518.64/1893.33	v x2158 -x2157 -x1111 -x2156 -x2155 x1110 x2154 -x2153 x1109 -x2152 x2151 -x1108 -x2150 -x2149 x1107 x2148 -x2147 -x1106 x2146 
37518.64/1893.33	v -x2145 -x1105 x2144 -x2143 -x1104 x2142 x2141 -x1103 x2140 x2139 -x1102 -x2138 x2137 x1101 x2136 -x2135 x1100 -x2134 x2133 
37518.64/1893.33	v -x1099 -x2132 x2131 -x1098 x2130 -x2129 x1097 -x2128 x2127 x1096 x2126 -x2125 -x1095 x2124 -x2123 -x1094 x2122 -x2121 -x1093 
37518.64/1893.33	v x2120 -x2119 -x1092 -x2118 x2117 -x1091 -x2116 x2115 x1090 -x2114 x2113 -x1089 -x2112 -x2111 -x2110 x2109 x2108 -x2107 x2106 
37518.64/1893.33	v x2105 x2104 x2103 -x2102 x2101 -x2100 -x2099 -x2098 x2097 -x2096 x2095 -x2094 -x2093 x2092 -x2091 -x2090 -x2089 -x2088 -x2087 
37518.64/1893.33	v -x2086 x2085 -x2084 -x2083 -x2082 -x2081 -x2080 -x2079 x1088 x2078 -x2077 x1087 -x2076 -x2075 x1086 x2074 -x2073 x1085 x2072 
37518.64/1893.33	v -x2071 -x1084 x2070 -x2069 -x1083 -x2068 x2067 x1082 x2066 -x2065 -x1081 x2064 -x2063 x1080 x2062 -x2061 x1079 -x2060 x2059 
37518.64/1893.33	v -x1078 x2058 -x2057 -x1077 -x2056 x2055 -x1076 -x2054 x2053 x1075 -x2052 x2051 x1074 x2050 -x2049 -x1073 -x2048 x2047 x1072 
37518.64/1893.33	v x2046 x2045 x1071 -x2044 x2043 -x1070 x2042 -x2041 x1069 x2040 x2039 -x1068 -x2038 x2037 x1067 -x2036 x2035 x1066 -x2034 -x2033 
37518.64/1893.33	v x1065 x2032 -x2031 x1064 -x2030 x2029 x1063 x2028 -x2027 -x1062 x2026 x2025 -x1061 -x2024 x2023 x1060 x2022 -x2021 -x1059 
37518.64/1893.33	v -x2020 x2019 x1058 -x2018 x2017 x1057 -x2016 x2015 -x2014 x2013 x2012 -x2011 -x2010 x2009 x2008 x2007 x2006 x2005 -x2004 -x2003 
37518.64/1893.33	v x2002 x2001 -x2000 x1999 -x1998 -x1997 x1996 -x1995 x1994 -x1993 x1992 x1991 -x1990 -x1989 -x1988 -x1987 x1986 -x1985 -x1984 
37518.64/1893.33	v -x1983 x1056 x1982 -x1981 x1055 -x1980 x1979 x1054 x1978 -x1977 -x1053 x1976 -x1975 x1052 -x1974 -x1973 -x1051 x1972 -x1971 
37518.64/1893.33	v x1050 -x1970 x1969 -x1049 x1968 -x1967 -x1048 x1966 -x1965 -x1047 -x1964 x1963 x1046 x1962 -x1961 -x1045 -x1960 x1959 x1044 
37518.64/1893.33	v -x1958 x1957 x1043 -x1956 x1955 x1042 x1954 -x1953 -x1041 -x1952 x1951 -x1040 x1950 -x1949 -x1039 x1948 -x1947 -x1038 x1946 
37518.64/1893.33	v -x1945 -x1037 x1944 -x1943 -x1036 x1942 -x1941 -x1035 x1940 -x1939 x1034 -x1938 x1937 -x1033 x1936 -x1935 x1032 -x1934 x1933 
37518.64/1893.33	v x1031 x1932 -x1931 -x1030 x1930 -x1929 x1029 x1928 -x1927 -x1028 x1926 -x1925 -x1027 x1924 -x1923 -x1026 -x1922 x1921 x1025 
37518.64/1893.33	v x1920 x1919 x1918 x1917 x1916 -x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 -x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 
37518.64/1893.33	v x1899 x1898 -x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 -x1889 x1888 -x1887 -x1024 x1886 -x1885 -x1023 -x1884 x1883 
37518.64/1893.33	v x1022 -x1882 x1881 x1021 x1880 -x1879 x1020 -x1878 -x1877 -x1019 x1876 -x1875 x1018 -x1874 x1873 -x1017 x1872 x1871 -x1016 -x1870 
37518.64/1893.33	v x1869 x1015 -x1868 x1867 -x1014 x1866 -x1865 -x1013 -x1864 x1863 -x1012 -x1862 -x1861 x1011 x1860 -x1859 -x1010 -x1858 x1857 
37518.64/1893.33	v x1009 -x1856 x1855 x1008 x1854 x1853 -x1007 -x1852 x1851 x1006 x1850 -x1849 -x1005 -x1848 x1847 -x1004 x1846 -x1845 -x1003 
37518.64/1893.33	v -x1844 x1843 -x1002 x1842 -x1841 -x1001 x1840 -x1839 -x1000 x1838 -x1837 x999 -x1836 x1835 x998 x1834 -x1833 x997 -x1832 x1831 
37518.64/1893.33	v x996 x1830 -x1829 -x995 -x1828 x1827 -x994 -x1826 x1825 -x993 x1824 -x1823 -x1822 x1821 x1820 -x1819 -x1818 -x1817 x1816 
37518.64/1893.33	v -x1815 x1814 x1813 x1812 -x1811 x1810 -x1809 x1808 x1807 -x1806 x1805 x1804 x1803 -x1802 -x1801 x1800 x1799 x1798 x1797 x1796 
37518.64/1893.33	v x1795 x1794 -x1793 x832 x831 -x830 -x829 -x828 -x827 x826 x825 x824 x823 -x822 x821 -x820 -x819 x818 -x817 x816 x815 x814 -x813 
37518.64/1893.33	v -x812 -x811 -x810 x809 x808 x807 x806 x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 -x795 -x794 -x793 -x792 
37518.64/1893.33	v -x791 x790 x789 -x788 -x787 x786 -x785 -x784 x783 -x782 x781 -x780 x779 -x778 -x777 -x776 x775 x774 x773 -x772 x771 x770 -x769 
37518.64/1893.33	v x768 -x767 -x766 x765 x764 -x763 -x762 -x761 x760 -x759 x758 x757 x756 -x755 x754 -x753 x752 x751 -x750 x749 x748 x747 -x746 
37518.64/1893.33	v -x745 x744 x743 x742 x741 x740 x739 x738 -x737 x736 x735 x734 -x733 x732 x731 x730 x729 x728 x727 -x726 -x725 x724 x723 -x722 
37518.64/1893.33	v x721 x720 -x719 x718 -x717 x716 -x715 x714 x713 x712 -x711 -x710 -x709 x708 -x707 -x706 x705 -x704 x703 x702 -x701 -x700 x699 
37518.64/1893.33	v x698 x697 -x696 x695 -x694 -x693 -x692 x691 -x690 x689 -x688 -x687 x686 -x685 -x684 -x683 x682 x681 -x680 -x679 -x678 -x677 
37518.64/1893.33	v -x676 -x675 -x674 x673 x1792 x1791 -x1790 -x1789 x1788 -x1787 x1786 -x1785 -x1784 x1783 x1782 -x1781 -x1780 -x1779 x1778 -x1777 
37518.64/1893.33	v x1776 x1775 -x1774 -x1773 -x1772 -x1771 -x1770 x1769 x1768 x1767 -x1766 x1765 -x1764 x1763 x1762 -x1761 x1760 -x1759 -x1758 
37518.64/1893.33	v -x1757 x1756 x1755 x1754 x1753 -x1752 -x1751 -x1750 x1749 x1748 -x1747 x1746 x1745 x1744 -x1743 x1742 x1741 x1740 x1739 
37518.64/1893.33	v -x1738 -x1737 x1736 x1735 -x1734 x1733 x1732 x1731 -x1730 -x1729 -x1728 x1727 x1726 -x1725 x1724 x1723 x1722 -x1721 x1720 x1719 
37518.64/1893.33	v -x1718 x1717 x1716 -x1715 -x1714 x1713 x1712 x1711 x1710 -x1709 x1708 -x1707 x1706 x1705 x1704 -x1703 x1702 -x1701 -x1700 
37518.64/1893.33	v -x1699 -x1698 x1697 -x1696 x1695 -x1694 x1693 x1692 -x1691 x1690 -x1689 x1688 -x1687 -x1686 -x1685 -x1684 -x1683 x1682 -x1681 
37518.64/1893.33	v -x1680 x1679 x1678 x1677 x1676 -x1675 -x1674 x1673 x1672 -x1671 -x1670 x1669 x1668 -x1667 -x1666 x1665 x224 x416 -x672 -x223 
37518.64/1893.33	v x415 x671 -x222 -x414 x670 x221 x413 -x669 x220 -x412 x668 x219 -x411 x667 -x218 -x410 -x666 -x217 -x409 x665 x216 x408 x664 
37518.64/1893.33	v -x215 x407 -x663 -x214 -x406 x662 x213 -x405 -x661 x212 -x404 -x660 x211 x403 x659 x210 -x402 -x658 x209 -x401 x657 x208 -x400 
37518.64/1893.33	v x656 x207 -x399 x655 x206 -x398 -x654 x205 -x397 x653 -x204 x396 x652 x203 -x395 -x651 -x202 x394 -x650 x201 -x393 x649 -x200 
37518.64/1893.33	v x392 -x648 x199 x391 -x647 x198 -x390 -x646 x197 x389 x645 x196 -x388 x644 x195 -x387 x643 -x194 -x386 -x642 -x193 -x385 
37518.64/1893.33	v -x641 -x192 -x384 -x640 x191 -x383 x639 -x190 -x382 x638 -x189 x381 x637 x188 x380 -x636 -x187 x379 x635 x186 -x378 -x634 x185 
37518.64/1893.33	v x377 x633 x184 x376 x632 x183 x375 x631 -x182 -x374 -x630 x181 -x373 x629 -x180 x372 x628 -x179 -x371 x627 -x178 -x370 x626 
37518.64/1893.33	v -x177 x369 x625 -x176 -x368 -x624 x175 x367 x623 x174 x366 -x622 x173 x365 x621 -x172 x364 -x620 x171 -x363 -x619 x170 -x362 
37518.64/1893.33	v x618 x169 x361 x617 x168 x360 x616 x167 -x359 -x615 -x166 -x358 x614 -x165 -x357 -x613 -x164 x356 -x612 -x163 x355 x611 x162 
37518.64/1893.33	v x354 x610 -x161 x353 x609 -x160 x352 -x512 x608 x159 -x351 x511 x607 -x158 x350 -x510 x606 x157 x349 x509 -x605 x156 -x348 -x508 
37518.64/1893.33	v -x604 x155 x347 x507 -x603 x154 x346 -x506 x602 -x153 -x345 -x505 x601 x152 -x344 x504 x600 -x151 -x343 x503 -x599 x150 
37518.64/1893.33	v -x342 -x502 x598 x149 x341 x501 -x597 -x148 x340 x500 -x596 x147 x339 x499 -x595 -x146 -x338 -x498 -x594 x145 -x337 -x497 -x593 
37518.64/1893.33	v x144 x336 -x496 x592 -x143 x335 -x495 -x591 x142 -x334 -x494 x590 x141 -x333 x493 x589 -x140 -x332 x492 -x588 -x139 -x331 
37518.64/1893.33	v -x491 x587 -x138 -x330 x490 x586 x137 -x329 x489 -x585 -x136 x328 -x488 x584 x135 -x327 -x487 x583 x134 -x326 x486 x582 x133 
37518.64/1893.33	v x325 -x485 x581 x132 x324 x484 x580 x131 x323 -x483 x579 x130 x322 x482 x578 x129 -x321 -x481 -x577 -x64 -x128 x320 -x480 x576 
37518.64/1893.33	v -x63 -x127 -x319 -x479 -x575 x62 x126 -x318 x478 x574 x61 -x125 x317 x477 x573 x60 -x124 x316 x476 x572 -x59 -x123 x315 -x475 
37518.64/1893.33	v x571 x58 -x122 -x314 -x474 x570 -x57 x121 x313 x473 x569 x56 -x120 x312 x472 x568 x55 -x119 -x311 x471 -x567 -x54 -x118 -x310 
37518.64/1893.33	v x470 x566 -x53 x117 x309 -x469 -x565 x52 -x116 x308 -x468 -x564 -x51 -x115 x307 -x467 x563 -x50 -x114 -x306 -x466 -x562 x49 
37518.64/1893.33	v x113 x305 -x465 x561 -x48 x112 x304 x464 x560 -x47 x111 -x303 -x463 x559 x46 x110 -x302 -x462 -x558 -x45 x109 -x301 x461 -x557 
37518.64/1893.33	v -x44 -x108 x300 -x460 x556 x43 -x107 x299 -x459 -x555 x42 x106 -x298 x458 x554 -x41 x105 -x297 -x457 x553 x40 -x104 x296 
37518.64/1893.33	v x456 x552 -x39 x103 -x295 -x455 x551 x38 x102 x294 -x454 x550 x37 x101 -x293 -x453 -x549 x36 x100 x292 x452 -x548 x35 -x99 x291 
37518.64/1893.33	v x451 x547 -x34 -x98 -x290 x450 x546 x33 x97 x289 -x449 x545 x32 -x96 -x288 -x448 x544 -x31 x95 -x287 x447 -x543 -x30 -x94 
37518.64/1893.33	v -x286 -x446 -x542 x29 x93 -x285 -x445 -x541 x28 x92 x284 x444 -x540 -x27 x91 -x283 x443 -x539 x26 x90 x282 x442 -x538 -x25 x89 
37518.64/1893.35	v -x281 -x441 x537 x24 x88 -x280 -x440 -x536 -x23 x87 -x279 -x439 x535 -x22 -x86 -x278 x438 x534 x21 x85 x277 x437 -x533 -x20 
37518.64/1893.35	v -x84 x276 -x436 x532 -x19 x83 -x275 x435 -x531 -x18 -x82 -x274 x434 x530 x17 x81 -x273 x433 x529 -x16 x80 x272 x432 x528 -x15 
37518.64/1893.35	v x79 -x271 -x431 x527 -x14 -x78 -x270 -x430 -x526 -x13 x77 x269 x429 x525 -x12 x76 -x268 x428 -x524 x11 x75 x267 -x427 x523 
37518.64/1893.35	v x10 -x74 x266 x426 x522 x9 -x73 x265 x425 x521 x8 -x72 x264 -x424 -x520 x7 -x71 -x263 -x423 x519 -x6 x70 x262 -x422 -x518 -x5 
37518.64/1893.35	v x69 x261 -x421 -x517 -x4 -x68 -x260 x420 x516 x3 x67 x259 x419 -x515 -x2 -x66 x258 x418 -x514 x1 x65 -x257 x417 x513 

Verifier Data

OK	0

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 (185399 MiB free)
  memory of node 1: 193531 MiB (188145 MiB free)
  memory of node 2: 193531 MiB (190181 MiB free)
  memory of node 3: 193493 MiB (191957 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-4465872-1722583884/watcher-4465872-1722583884 -o /tmp/evaluation-result-4465872-1722583884/solver-4465872-1722583884 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722578068-152144 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465872-1722583884.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100102 s]*
/proc/loadavg: 76.95 66.52 57.47 63/985 156969
/proc/meminfo: memFree=773781868/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=52780 memory=42060 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) R 156965 156968 152131 0 -1 4194304 8975 0 0 0 10 1 0 0 20 0 1 0 24967797 54046720 10515 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 13195 10515 2742 3035 0 9591 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 52780 KiB
Current children cumulated memory: 42060 KiB

[startup+0.219296 s]*
/proc/loadavg: 76.95 66.52 57.47 63/1005 156989
/proc/meminfo: memFree=773750572/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=1539684 memory=91428 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) S 156965 156968 152131 0 -1 1077936128 21605 0 0 0 19 4 0 0 20 0 21 0 24967797 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 384921 22857 2774 3035 0 63334 0
[pid=156968/tid=156970] ppid=156965 vsize=1539684 memory=8318255677412212789 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156970/stat : 156970 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156971] ppid=156965 vsize=1539684 memory=237112656212 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156971/stat : 156971 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156972] ppid=156965 vsize=1539684 memory=59610673479151 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156972/stat : 156972 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156973] ppid=156965 vsize=1539684 memory=57420256935643 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156973/stat : 156973 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156974] ppid=156965 vsize=1539684 memory=52987884240835 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156974/stat : 156974 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156975] ppid=156965 vsize=1539684 memory=61818370608595 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156975/stat : 156975 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156976] ppid=156965 vsize=1539684 memory=13564890522630604 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156976/stat : 156976 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156977] ppid=156965 vsize=1539684 memory=13563786850307096 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156978] ppid=156965 vsize=1539684 memory=3906651890477561012 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156978/stat : 156978 (fscip) S 156965 156968 152131 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156979] ppid=156965 vsize=1539684 memory=3760842367868228464 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156979/stat : 156979 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156980] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156980/stat : 156980 (fscip) R 156965 156968 152131 0 -1 4194368 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156981] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156981/stat : 156981 (fscip) R 156965 156968 152131 0 -1 4194368 19 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156983] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156983/stat : 156983 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156984] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156984/stat : 156984 (fscip) S 156965 156968 152131 0 -1 1077936192 2233 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156985] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156985/stat : 156985 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156986] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156986/stat : 156986 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156987] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156987/stat : 156987 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156988] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156988/stat : 156988 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156989] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156989/stat : 156989 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 22857 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1539684 KiB
Current children cumulated memory: 91428 KiB

[startup+0.319979 s]*
/proc/loadavg: 76.95 66.52 57.47 62/1005 156989
/proc/meminfo: memFree=773661756/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=1539684 memory=178768 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) S 156965 156968 152131 0 -1 1077936128 44018 0 0 0 26 8 0 0 20 0 21 0 24967797 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 384921 44692 2774 3035 0 86101 0
[pid=156968/tid=156970] ppid=156965 vsize=1539684 memory=-6296426356752431975 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156970/stat : 156970 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156971] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156971/stat : 156971 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156972] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156972/stat : 156972 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156973] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156973/stat : 156973 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156974] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156974/stat : 156974 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156975] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156975/stat : 156975 (fscip) S 156965 156968 152131 0 -1 1077936192 2231 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156976] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156976/stat : 156976 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156977] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156978] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156978/stat : 156978 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156979] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156979/stat : 156979 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156980] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156980/stat : 156980 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156981] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156981/stat : 156981 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156983] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156983/stat : 156983 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44692 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156984] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156984/stat : 156984 (fscip) S 156965 156968 152131 0 -1 1077936192 2233 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44758 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156985] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156985/stat : 156985 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44758 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156986] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156986/stat : 156986 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44758 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156987] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156987/stat : 156987 (fscip) S 156965 156968 152131 0 -1 1077936192 2232 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44758 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156988] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156988/stat : 156988 (fscip) S 156965 156968 152131 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44758 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156989] ppid=156965 vsize=1539684 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156989/stat : 156989 (fscip) R 156965 156968 152131 0 -1 4194368 141 0 0 0 0 0 0 0 20 0 21 0 24967816 1576636416 44758 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1539684 KiB
Current children cumulated memory: 178768 KiB

[startup+0.701327 s]
/proc/loadavg: 76.95 66.52 57.47 81/1025 157009
/proc/meminfo: memFree=773271916/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=1846120 memory=780076 CPUtime=5.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) S 156965 156968 152131 0 -1 1077936128 190871 0 0 0 525 45 0 0 20 0 41 0 24967797 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 461530 195019 2950 3035 0 283270 0
[pid=156968/tid=156970] ppid=156965 vsize=1846120 memory=15780 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156970/stat : 156970 (fscip) D 156965 156968 152131 0 -1 4194368 9814 0 0 0 24 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156971] ppid=156965 vsize=1846120 memory=5556 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156971/stat : 156971 (fscip) R 156965 156968 152131 0 -1 4194368 9084 0 0 0 24 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156972] ppid=156965 vsize=1846120 memory=16088 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156972/stat : 156972 (fscip) R 156965 156968 152131 0 -1 4194368 7067 0 0 0 25 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156973] ppid=156965 vsize=1846120 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156973/stat : 156973 (fscip) R 156965 156968 152131 0 -1 4194368 9829 0 0 0 25 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156974] ppid=156965 vsize=1846120 memory=10824 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156974/stat : 156974 (fscip) R 156965 156968 152131 0 -1 4194368 9255 0 0 0 25 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156975] ppid=156965 vsize=1846120 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156975/stat : 156975 (fscip) R 156965 156968 152131 0 -1 4194368 7116 0 0 0 26 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156976] ppid=156965 vsize=1846120 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156976/stat : 156976 (fscip) R 156965 156968 152131 0 -1 4194368 9858 0 0 0 26 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156977] ppid=156965 vsize=1846120 memory=0 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) R 156965 156968 152131 0 -1 4194368 9268 0 0 0 24 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156978] ppid=156965 vsize=1846120 memory=0 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156978/stat : 156978 (fscip) R 156965 156968 152131 0 -1 4194368 7284 0 0 0 27 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156979] ppid=156965 vsize=1846120 memory=0 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156979/stat : 156979 (fscip) R 156965 156968 152131 0 -1 4194368 10083 0 0 0 25 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156980] ppid=156965 vsize=1846120 memory=0 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156980/stat : 156980 (fscip) R 156965 156968 152131 0 -1 4194368 9270 0 0 0 25 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156981] ppid=156965 vsize=1846120 memory=2212 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156981/stat : 156981 (fscip) R 156965 156968 152131 0 -1 4194368 7147 0 0 0 26 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=1846120 memory=6096 CPUtime=0.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) R 156965 156968 152131 0 -1 4194368 9926 0 0 0 27 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156983] ppid=156965 vsize=1846120 memory=1968 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156983/stat : 156983 (fscip) R 156965 156968 152131 0 -1 4194368 9290 0 0 0 24 3 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156984] ppid=156965 vsize=1846120 memory=54204 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156984/stat : 156984 (fscip) R 156965 156968 152131 0 -1 4194368 7432 0 0 0 25 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156985] ppid=156965 vsize=1846120 memory=33196 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156985/stat : 156985 (fscip) R 156965 156968 152131 0 -1 4194368 9950 0 0 0 24 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156986] ppid=156965 vsize=1846120 memory=21532 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156986/stat : 156986 (fscip) R 156965 156968 152131 0 -1 4194368 9265 0 0 0 24 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156987] ppid=156965 vsize=1846120 memory=100 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156987/stat : 156987 (fscip) R 156965 156968 152131 0 -1 4194368 7110 0 0 0 25 1 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156988] ppid=156965 vsize=1846120 memory=1836 CPUtime=0.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156988/stat : 156988 (fscip) R 156965 156968 152131 0 -1 4194368 9871 0 0 0 25 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156989] ppid=156965 vsize=1846120 memory=25333125866717268 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156989/stat : 156989 (fscip) R 156965 156968 152131 0 -1 4194368 10288 0 0 0 24 2 0 0 20 0 41 0 24967816 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156990] ppid=156965 vsize=1846120 memory=100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156990/stat : 156990 (fscip) S 156965 156968 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24967837 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156991] ppid=156965 vsize=1846120 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156991/stat : 156991 (fscip) S 156965 156968 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24967837 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156992] ppid=156965 vsize=1846120 memory=32195 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156992/stat : 156992 (fscip) S 156965 156968 152131 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 24967837 1890426880 195019 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0

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

/proc/156968/task/156975/stat : 156975 (fscip) R 156965 156968 152131 0 -1 4194368 122176 0 0 0 186204 1284 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156976] ppid=156965 vsize=4613036 memory=2716 CPUtime=1872.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156976/stat : 156976 (fscip) R 156965 156968 152131 0 -1 4194368 625224 0 0 0 187123 156 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156977] ppid=156965 vsize=4613036 memory=6744 CPUtime=1877.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) R 156965 156968 152131 0 -1 4194368 835063 0 0 0 187621 102 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156978] ppid=156965 vsize=4613036 memory=3526580 CPUtime=1876.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156978/stat : 156978 (fscip) R 156965 156968 152131 0 -1 4194368 137347 0 0 0 186546 1119 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156979] ppid=156965 vsize=4613036 memory=2716 CPUtime=1876.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156979/stat : 156979 (fscip) R 156965 156968 152131 0 -1 4194368 609162 0 0 0 187579 108 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156980] ppid=156965 vsize=4613036 memory=1836 CPUtime=1867.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156980/stat : 156980 (fscip) R 156965 156968 152131 0 -1 4194368 841970 0 0 0 186606 99 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156981] ppid=156965 vsize=4613036 memory=25988 CPUtime=1875.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156981/stat : 156981 (fscip) R 156965 156968 152131 0 -1 4194368 116275 0 0 0 186198 1338 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=4613036 memory=2244 CPUtime=1877.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) R 156965 156968 152131 0 -1 4194368 395718 0 0 0 187721 46 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156983] ppid=156965 vsize=4613036 memory=31232 CPUtime=1878.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156983/stat : 156983 (fscip) R 156965 156968 152131 0 -1 4194368 951142 0 0 0 187668 185 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156984] ppid=156965 vsize=4613036 memory=28656 CPUtime=1877.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156984/stat : 156984 (fscip) R 156965 156968 152131 0 -1 4194368 115053 0 0 0 186746 1028 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156985] ppid=156965 vsize=4613036 memory=7492 CPUtime=1870.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156985/stat : 156985 (fscip) R 156965 156968 152131 0 -1 4194368 610500 0 0 0 186879 136 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156986] ppid=156965 vsize=4613036 memory=26972 CPUtime=1873.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156986/stat : 156986 (fscip) R 156965 156968 152131 0 -1 4194368 1012958 0 0 0 187137 198 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156987] ppid=156965 vsize=4613036 memory=6720665454429749097 CPUtime=1875.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156987/stat : 156987 (fscip) R 156965 156968 152131 0 -1 4194368 109375 0 0 0 186543 1048 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156988] ppid=156965 vsize=4613036 memory=10824 CPUtime=1877.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156988/stat : 156988 (fscip) R 156965 156968 152131 0 -1 4194368 593224 0 0 0 187664 134 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156989] ppid=156965 vsize=4613036 memory=5556 CPUtime=1878.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156989/stat : 156989 (fscip) R 156965 156968 152131 0 -1 4194368 894655 0 0 0 187728 111 0 0 20 0 41 0 24967816 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156990] ppid=156965 vsize=4613036 memory=16088 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156990/stat : 156990 (fscip) S 156965 156968 152131 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156991] ppid=156965 vsize=4613036 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156991/stat : 156991 (fscip) S 156965 156968 152131 0 -1 1077936192 80 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156992] ppid=156965 vsize=4613036 memory=814819720874616 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156992/stat : 156992 (fscip) S 156965 156968 152131 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156993] ppid=156965 vsize=4613036 memory=814819720874617 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156993/stat : 156993 (fscip) S 156965 156968 152131 0 -1 1077936192 46 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156994] ppid=156965 vsize=4613036 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156994/stat : 156994 (fscip) S 156965 156968 152131 0 -1 1077936192 48 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156995] ppid=156965 vsize=4613036 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156995/stat : 156995 (fscip) S 156965 156968 152131 0 -1 1077936192 89 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156996] ppid=156965 vsize=4613036 memory=30962685530996822 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156996/stat : 156996 (fscip) S 156965 156968 152131 0 -1 1077936192 65 0 0 0 0 1 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156997] ppid=156965 vsize=4613036 memory=281322104074256 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156997/stat : 156997 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156998] ppid=156965 vsize=4613036 memory=140661051681014 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156998/stat : 156998 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156999] ppid=156965 vsize=4613036 memory=3891163095997088507 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156999/stat : 156999 (fscip) S 156965 156968 152131 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157000] ppid=156965 vsize=4613036 memory=16102554769556803 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157000/stat : 157000 (fscip) S 156965 156968 152131 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157001] ppid=156965 vsize=4613036 memory=15534141617735722 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157001/stat : 157001 (fscip) S 156965 156968 152131 0 -1 1077936192 64 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157002] ppid=156965 vsize=4613036 memory=3690754016452804640 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157002/stat : 157002 (fscip) S 156965 156968 152131 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157003] ppid=156965 vsize=4613036 memory=3834733862275383382 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157003/stat : 157003 (fscip) S 156965 156968 152131 0 -1 1077936192 65 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157004] ppid=156965 vsize=4613036 memory=3690055732837220440 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157004/stat : 157004 (fscip) S 156965 156968 152131 0 -1 1077936192 64 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157005] ppid=156965 vsize=4613036 memory=6370731327001488739 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157005/stat : 157005 (fscip) S 156965 156968 152131 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157006] ppid=156965 vsize=4613036 memory=6948319031478870889 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157006/stat : 157006 (fscip) S 156965 156968 152131 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157007] ppid=156965 vsize=4613036 memory=7882240973917677920 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157007/stat : 157007 (fscip) S 156965 156968 152131 0 -1 1077936192 64 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157008] ppid=156965 vsize=4613036 memory=6884 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157008/stat : 157008 (fscip) S 156965 156968 152131 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157009] ppid=156965 vsize=4613036 memory=3332180 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157009/stat : 157009 (fscip) S 156965 156968 152131 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 24967837 4723748864 833048 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
Current children cumulated CPU time: 37510.9 s
Current children cumulated vsize: 4613036 KiB
Current children cumulated memory: 3332192 KiB

[startup+1892.8 s]
/proc/loadavg: 80.25 80.31 77.52 81/1025 157929
/proc/meminfo: memFree=767604276/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=2991728 memory=1638140 CPUtime=37517.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) S 156965 156968 152131 0 -1 1077936128 10962006 0 0 0 3742952 8756 0 0 20 0 14 0 24967797 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 747932 409535 3334 3035 0 652814 0
[pid=156968/tid=156974] ppid=156965 vsize=2991728 memory=11560 CPUtime=1874.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156974/stat : 156974 (fscip) R 156965 156968 152131 0 -1 4194368 895551 0 0 0 187332 123 0 0 20 0 14 0 24967816 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156977] ppid=156965 vsize=2991728 memory=2732 CPUtime=1877.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) R 156965 156968 152131 0 -1 4194368 835114 0 0 0 187697 102 0 0 20 0 14 0 24967816 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=2991728 memory=2212 CPUtime=1878.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) R 156965 156968 152131 0 -1 4194368 395720 0 0 0 187797 46 0 0 20 0 14 0 24967816 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156989] ppid=156965 vsize=2991728 memory=6096 CPUtime=1879.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156989/stat : 156989 (fscip) R 156965 156968 152131 0 -1 4194368 894665 0 0 0 187804 111 0 0 20 0 14 0 24967816 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156990] ppid=156965 vsize=2991728 memory=6720665454429749097 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156990/stat : 156990 (fscip) S 156965 156968 152131 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156991] ppid=156965 vsize=2991728 memory=3332192 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156991/stat : 156991 (fscip) S 156965 156968 152131 0 -1 1077936192 80 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156994] ppid=156965 vsize=2991728 memory=3332184 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156994/stat : 156994 (fscip) S 156965 156968 152131 0 -1 1077936192 48 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156997] ppid=156965 vsize=2991728 memory=3428 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156997/stat : 156997 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156998] ppid=156965 vsize=2991728 memory=11572 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156998/stat : 156998 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156999] ppid=156965 vsize=2991728 memory=10824 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156999/stat : 156999 (fscip) S 156965 156968 152131 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157003] ppid=156965 vsize=2991728 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157003/stat : 157003 (fscip) S 156965 156968 152131 0 -1 1077936192 65 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157006] ppid=156965 vsize=2991728 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157006/stat : 157006 (fscip) S 156965 156968 152131 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157008] ppid=156965 vsize=2991728 memory=281322105316464 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157008/stat : 157008 (fscip) S 156965 156968 152131 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 14 0 24967837 3063529472 409535 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
Current children cumulated CPU time: 37517.1 s
Current children cumulated vsize: 2991728 KiB
Current children cumulated memory: 1638140 KiB

[startup+1893.2 s]
/proc/loadavg: 79.03 80.06 77.46 64/994 157929
/proc/meminfo: memFree=769513812/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=2754132 memory=1418252 CPUtime=37518.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) S 156965 156968 152131 0 -1 1077936128 10975219 0 0 0 3743079 8758 0 0 20 0 9 0 24967797 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 688533 354563 3334 3035 0 602132 0
[pid=156968/tid=156974] ppid=156965 vsize=2754132 memory=36312 CPUtime=1874.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156974/stat : 156974 (fscip) R 156965 156968 152131 0 -1 4194368 895551 0 0 0 187372 123 0 0 20 0 9 0 24967816 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156977] ppid=156965 vsize=2754132 memory=3472275549882449233 CPUtime=1878.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) R 156965 156968 152131 0 -1 4194368 835122 0 0 0 187737 102 0 0 20 0 9 0 24967816 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=2754132 memory=6944656575208382560 CPUtime=1878.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) R 156965 156968 152131 0 -1 4194368 395720 0 0 0 187837 46 0 0 20 0 9 0 24967816 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156994] ppid=156965 vsize=2754132 memory=3332180 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156994/stat : 156994 (fscip) S 156965 156968 152131 0 -1 1077936192 48 0 0 0 1 0 0 0 20 0 9 0 24967837 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156997] ppid=156965 vsize=2754132 memory=25333125866717268 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156997/stat : 156997 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 9 0 24967837 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156998] ppid=156965 vsize=2754132 memory=4764 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156998/stat : 156998 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 9 0 24967837 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156999] ppid=156965 vsize=2754132 memory=20452 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156999/stat : 156999 (fscip) S 156965 156968 152131 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 9 0 24967837 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157006] ppid=156965 vsize=2754132 memory=6836 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157006/stat : 157006 (fscip) S 156965 156968 152131 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 9 0 24967837 2820231168 354563 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
Current children cumulated CPU time: 37518.4 s
Current children cumulated vsize: 2754132 KiB
Current children cumulated memory: 1418252 KiB

[startup+1893.3 s]
/proc/loadavg: 79.03 80.06 77.46 64/994 157929
/proc/meminfo: memFree=769513812/790760800 swapFree=131071996/131071996
[pid=156968] ppid=156965 vsize=2614856 memory=1279792 CPUtime=37518.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/stat : 156968 (fscip) S 156965 156968 152131 0 -1 1077936128 10996927 0 0 0 3743105 8759 0 0 20 0 8 0 24967797 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
/proc/156968/statm: 653714 319948 3334 3035 0 577618 0
[pid=156968/tid=156977] ppid=156965 vsize=2614856 memory=0 CPUtime=1878.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156977/stat : 156977 (fscip) R 156965 156968 152131 0 -1 4194368 843538 0 0 0 187746 103 0 0 20 0 8 0 24967816 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156982] ppid=156965 vsize=2614856 memory=25333125866717268 CPUtime=1878.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156982/stat : 156982 (fscip) R 156965 156968 152131 0 -1 4194368 395920 0 0 0 187847 46 0 0 20 0 8 0 24967816 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156994] ppid=156965 vsize=2614856 memory=32852 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156994/stat : 156994 (fscip) S 156965 156968 152131 0 -1 1077936192 48 0 0 0 1 0 0 0 20 0 8 0 24967837 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156997] ppid=156965 vsize=2614856 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156997/stat : 156997 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 8 0 24967837 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156998] ppid=156965 vsize=2614856 memory=15780 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156998/stat : 156998 (fscip) S 156965 156968 152131 0 -1 1077936192 86 0 0 0 1 0 0 0 20 0 8 0 24967837 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=156999] ppid=156965 vsize=2614856 memory=16325789170925620 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/156999/stat : 156999 (fscip) S 156965 156968 152131 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 8 0 24967837 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
[pid=156968/tid=157006] ppid=156965 vsize=2614856 memory=7044 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/156968/task/157006/stat : 157006 (fscip) S 156965 156968 152131 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 8 0 24967837 2677612544 319948 809668444160 4194304 16623229 140730482894720 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25649152 140730482902025 140730482902143 140730482902143 140730482909168 0
Current children cumulated CPU time: 37518.6 s
Current children cumulated vsize: 2614856 KiB
Current children cumulated memory: 1279792 KiB

Child status: 0

Real time (s): 1893.41
CPU time (s): 37518.8
CPU user time (s): 37431.1
CPU system time (s): 87.6604
CPU usage (%): 1981.54
Max. virtual memory (cumulated for all children) (KiB): 4613036
Max. memory (cumulated for all children) (KiB): 3332192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37431.1
system time used= 87.6604
maximum resident set size= 3337616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11011822
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= 132354
involuntary context switches= 142884


# summary of solver processes directly reported to runsolver:
#   pid: 156968
#   total CPU time (s): 37518.8
#   total CPU user time (s): 37431.1
#   total CPU system time (s): 87.6604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0781 second user time and 42.362 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 09:31:24
IDJOB=4465872
IDBENCH=162227
IDSOLVER=3094
FILE ID=nodeD104/4465872-1722583884
RUNJOBID= nodeD104-1722578068-152144
SLURM_JOB_ID= 8254293
Free space on /tmp= 8622836 MiB

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

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

MD5SUM BENCH= 24b841e180e6c10fba8d79de5f0eab8c
RANDOM SEED=1721655743

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        773821140 kB
MemAvailable:   775652460 kB
Buffers:          360088 kB
Cached:          4786872 kB
SwapCached:            0 kB
Active:           535732 kB
Inactive:       13808156 kB
Active(anon):       2212 kB
Inactive(anon):  9217264 kB
Active(file):     533520 kB
Inactive(file):  4590892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29348 kB
Writeback:            52 kB
AnonPages:       9196536 kB
Mapped:           129760 kB
Shmem:             22536 kB
KReclaimable:     253244 kB
Slab:             617912 kB
SReclaimable:     253244 kB
SUnreclaim:       364668 kB
KernelStack:       16880 kB
PageTables:        29580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1237736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           292608 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      651264 kB
DirectMap2M:    58566656 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-08-02 10:02:57