Trace number 4467974

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-08-09SAT 39321.9 1983.38

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: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 43945984, getVmSize() = 43945984, SCIPgetMemUsed() = 18255809, SCIPgetMemTotal() = 21770505, 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 = 33051320, getVmSize() = 62181376, SCIPgetMemUsed() = 21272285, SCIPgetMemTotal() = 38121477, 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-4467974-1723258885
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.33/0.38	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.39	c                                Nodes    Active                                            
0.33/0.39	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
249.45/13.12	c        13              2           1        20                -           0.0000          -
353.96/18.36	c        18           3391           0        20                -           0.0000          -
461.40/23.72	c        24           3391           0        20                -           0.0000          -
560.56/28.75	c        29             28          27        20                -           0.0000          -
661.82/33.89	c        34             28          27        20                -           0.0000          -
763.03/38.95	c        39             12          11        20                -           0.0000          -
862.26/44.00	c        44             12          11        20                -           0.0000          -
964.09/49.04	c        49             18          17        20                -           0.0000          -
1063.45/54.09	c        54          53882           0        20                -           0.0000          -
1164.62/59.14	c        59          53882           0        20                -           0.0000          -
1263.92/64.16	c        64             66          65        20                -           0.0000          -
1364.55/69.22	c        69             24          23        20                -           0.0000          -
1463.87/74.26	c        74             24          23        20                -           0.0000          -
1563.13/79.27	c        79             24          23        20                -           0.0000          -
1664.44/84.39	c        84             24          23        20                -           0.0000          -
1765.78/89.44	c        89             24          23        20                -           0.0000          -
1867.02/94.50	c        94             24          23        20                -           0.0000          -
1966.33/99.54	c       100             24          23        20                -           0.0000          -
2065.64/104.59	c       105             24          23        20                -           0.0000          -
2166.94/109.64	c       110             24          23        20                -           0.0000          -
2266.26/114.69	c       115             24          23        20                -           0.0000          -
2367.74/119.74	c       120             24          23        20                -           0.0000          -
2466.88/124.79	c       125             24          23        20                -           0.0000          -
2568.13/129.84	c       130             24          23        20                -           0.0000          -
2667.43/134.89	c       135             24          23        20                -           0.0000          -
2768.75/139.94	c       140             24          23        20                -           0.0000          -
2868.08/144.99	c       145             24          23        20                -           0.0000          -
2970.08/150.04	c       150             24          23        20                -           0.0000          -
3069.33/155.10	c       155             24          23        20                -           0.0000          -
3170.82/160.14	c       160             24          23        20                -           0.0000          -
3269.93/165.19	c       165             24          23        20                -           0.0000          -
3370.62/170.24	c       170             24          23        20                -           0.0000          -
3469.90/175.29	c       175             24          23        20                -           0.0000          -
3571.19/180.34	c       180             24          23        20                -           0.0000          -
3670.48/185.39	c       185             24          23        20                -           0.0000          -
3771.77/190.44	c       190             24          23        20                -           0.0000          -
3871.05/195.49	c       196             24          23        20                -           0.0000          -
3972.30/200.54	c       201            460         459        20                -           0.0000          -
4073.56/205.60	c       206            448         447        20                -           0.0000          -
4172.84/210.61	c       211         283517           0        20                -           0.0000          -
4272.13/215.69	c       216         283517           0        20                -           0.0000          -
4373.46/220.74	c       221         283517           0        20                -           0.0000          -
4476.65/226.01	c       226             36          35        20                -           0.0000          -
4578.61/231.10	c       231            524         523        20                -           0.0000          -
4679.74/236.15	c       236            598         597        20                -           0.0000          -
4780.30/241.20	c       241            580         579        20                -           0.0000          -
4879.53/246.25	c       246            580         579        20                -           0.0000          -
4978.74/251.27	c       251             71          70        20                -           0.0000          -
5079.95/256.34	c       256             74          73        20                -           0.0000          -
5179.21/261.39	c       261            734         733        20                -           0.0000          -
5280.44/266.44	c       266         347052           0        20                -           0.0000          -
5379.66/271.49	c       272         347052           0        20                -           0.0000          -
5480.87/276.54	c       277         347052           0        20                -           0.0000          -
5582.12/281.60	c       282            790         789        20                -           0.0000          -
5681.30/286.62	c       287         769749         274        20                -           0.0000          -
5780.48/291.70	c       292            134         133        20                -           0.0000          -
5881.65/296.74	c       297            847         846        20                -           0.0000          -
5980.86/301.79	c       302            159         158        20                -           0.0000          -
6082.03/306.85	c       307            172         171        20                -           0.0000          -
6181.21/311.89	c       312           1037        1036        20                -           0.0000          -
6282.39/316.94	c       317           1037        1036        20                -           0.0000          -
6381.61/321.99	c       322            933         932        20                -           0.0000          -
6483.58/327.04	c       327            933         932        20                -           0.0000          -
6582.67/332.09	c       332            205         204        20                -           0.0000          -
6683.87/337.14	c       337            210         209        20                -           0.0000          -
6782.96/342.19	c       342           1005        1004        20                -           0.0000          -
6883.58/347.24	c       347           1042        1041        20                -           0.0000          -
6982.72/352.29	c       352           1050           0        20                -           0.0000          -
7083.89/357.31	c       357            272         271        20                -           0.0000          -
7183.10/362.32	c       362           1077          27        20                -           0.0000          -
7284.28/367.44	c       367            298         297        20                -           0.0000          -
7383.49/372.49	c       372            312         311        20                -           0.0000          -
7484.70/377.54	c       378           1133          83        20                -           0.0000          -
7583.92/382.59	c       383           1371         307        20                -           0.0000          -
7685.09/387.64	c       388            422         421        20                -           0.0000          -
7784.26/392.69	c       393           1231         181        20                -           0.0000          -
7885.49/397.74	c       398           1231         181        20                -           0.0000          -
7984.69/402.79	c       403            491         490        20                -           0.0000          -
8085.84/407.84	c       408            519         518        20                -           0.0000          -
8185.01/412.89	c       413           1387         337        20                -           0.0000          -
8286.18/417.94	c       418           1387         337        20                -           0.0000          -
8385.34/422.99	c       423            577         576        20                -           0.0000          -
8487.21/428.04	c       428           1601         529        20                -           0.0000          -
8586.27/433.09	c       433           1478         428        20                -           0.0000          -
8687.51/438.14	c       438           1661         589        20                -           0.0000          -
8786.43/443.19	c       443           1520         470        20                -           0.0000          -
8886.99/448.21	c       448            678         677        20                -           0.0000          -
8986.19/453.29	c       453            689         688        20                -           0.0000          -
9087.37/458.34	c       458           1557         507        20                -           0.0000          -
9186.59/463.37	c       463           1571         521        20                -           0.0000          -
9287.76/468.44	c       468           1582         532        20                -           0.0000          -
9387.00/473.47	c       473           1582         532        20                -           0.0000          -
9486.22/478.47	c       478           1582         532        20                -           0.0000          -
9587.42/483.52	c       484           1995         923        20                -           0.0000          -
9686.62/488.53	c       489           1627         577        20                -           0.0000          -
9785.80/493.58	c       494           2002         930        20                -           0.0000          -
9887.00/498.67	c       499           2002         930        20                -           0.0000          -
9988.09/503.76	c       504           2002         930        20                -           0.0000          -
10089.26/508.81	c       509           2002         930        20                -           0.0000          -
10188.47/513.83	c       514            860         859        20                -           0.0000          -
10289.67/518.94	c       519           2018         968        20                -           0.0000          -
10388.85/523.99	c       524           2061         989        20                -           0.0000          -
10490.60/529.04	c       529            904         903        20                -           0.0000          -
10589.90/534.09	c       534            916         915        20                -           0.0000          -
10691.00/539.14	c       539           2165        1093        20                -           0.0000          -
10790.20/544.19	c       544           2242        1192        20                -           0.0000          -
10890.73/549.24	c       549           2242        1192        20                -           0.0000          -
10989.94/554.29	c       554           2242        1192        20                -           0.0000          -
11091.11/559.34	c       559           2242        1192        20                -           0.0000          -
11190.30/564.39	c       564           2242        1192        20                -           0.0000          -
11291.47/569.44	c       569           2242        1192        20                -           0.0000          -
11390.61/574.49	c       574           2242        1192        20                -           0.0000          -
11491.75/579.54	c       580           2455        1375        20                -           0.0000          -
11590.94/584.59	c       585           1042        1041        20                -           0.0000          -
11692.11/589.60	c       590           2372        1322        20                -           0.0000          -
11791.32/594.62	c       595           2372        1322        20                -           0.0000          -
11890.48/599.68	c       600           1050           0        20                -           0.0000          -
11991.63/604.78	c       605           1050           0        20                -           0.0000          -
12092.66/609.82	c       610           1050           0        20                -           0.0000          -
12191.83/614.87	c       615           1050           0        20                -           0.0000          -
12293.01/619.90	c       620           1050           0        20                -           0.0000          -
12392.16/624.99	c       625           1050           0        20                -           0.0000          -
12493.92/630.03	c       630           1050           0        20                -           0.0000          -
12593.34/635.09	c       635           2642        1592        20                -           0.0000          -
12694.42/640.14	c       640           2642        1592        20                -           0.0000          -
12793.71/645.19	c       645           1084          34        20                -           0.0000          -
12894.10/650.24	c       650           2793        1743        20                -           0.0000          -
12993.39/655.29	c       655           3236        2156        20                -           0.0000          -
13094.42/660.31	c       660        1804636         267        20                -           0.0000          -
13193.56/665.39	c       665           3017        1967        20                -           0.0000          -
13294.74/670.44	c       670           3067        2017        20                -           0.0000          -
13393.91/675.49	c       676           3695        2615        20                -           0.0000          -
13495.10/680.54	c       681           3695        2615        20                -           0.0000          -
13596.29/685.60	c       686           3124        2074        20                -           0.0000          -
13695.47/690.64	c       691           1171         121        20                -           0.0000          -
13794.63/695.69	c       696           3258        2208        20                -           0.0000          -
13895.80/700.74	c       701           3905        2823        20                -           0.0000          -
13994.94/705.79	c       706           1195         145        20                -           0.0000          -
14096.13/710.84	c       711           3925        2843        20                -           0.0000          -
14195.28/715.87	c       716           1233         183        20                -           0.0000          -
14296.44/720.94	c       721           3502        2452        20                -           0.0000          -
14395.59/725.99	c       726           3559        2509        20                -           0.0000          -
14497.31/731.04	c       731           4178        3094        20                -           0.0000          -
14596.46/736.06	c       736           1294         244        20                -           0.0000          -
14697.82/741.14	c       741           1297         247        20                -           0.0000          -
14797.11/746.19	c       746           1302         252        20                -           0.0000          -
14897.37/751.24	c       751           1330         280        20                -           0.0000          -
14996.53/756.29	c       756           3945        2895        20                -           0.0000          -
15097.71/761.34	c       761           1353         303        20                -           0.0000          -
15196.79/766.39	c       766           4526        3442        20                -           0.0000          -
15297.90/771.44	c       771           4221        3171        20                -           0.0000          -
15397.07/776.49	c       776           4239        3189        20                -           0.0000          -
15498.26/781.54	c       782           4606        3522        20                -           0.0000          -
15597.43/786.59	c       787           4640        3556        20                -           0.0000          -
15698.54/791.64	c       792           4640        3556        20                -           0.0000          -
15797.75/796.69	c       797           4640        3556        20                -           0.0000          -
15898.98/801.74	c       802           4640        3556        20                -           0.0000          -
15998.15/806.79	c       807           4640        3556        20                -           0.0000          -
16099.31/811.84	c       812           4697        3645        20                -           0.0000          -
16198.48/816.89	c       817           1902         790        20                -           0.0000          -
16299.66/821.94	c       822           4799        3747        20                -           0.0000          -
16398.90/826.99	c       827           4799        3747        20                -           0.0000          -
16500.70/832.04	c       832           4800        3748        20                -           0.0000          -
16599.98/837.09	c       837           4855        3767        20                -           0.0000          -
16701.04/842.14	c       842           4934        3882        20                -           0.0000          -
16800.14/847.19	c       847           4943        3891        20                -           0.0000          -
16900.66/852.22	c       852           4979        3889        20                -           0.0000          -
16999.83/857.29	c       857           4976        3924        20                -           0.0000          -
17100.97/862.34	c       862           4992        3940        20                -           0.0000          -
17200.11/867.37	c       867           5060        4008        20                -           0.0000          -
17299.21/872.39	c       872           5168        4078        20                -           0.0000          -
17402.33/877.51	c       878           5189        4137        20                -           0.0000          -
17501.61/882.52	c       883           5241        4189        20                -           0.0000          -
17600.61/887.59	c       888           5241        4189        20                -           0.0000          -
17701.79/892.64	c       893           5241        4189        20                -           0.0000          -
17800.96/897.67	c       898           5250        4198        20                -           0.0000          -
17902.08/902.74	c       903           5250        4198        20                -           0.0000          -
18001.28/907.79	c       908           5250        4198        20                -           0.0000          -
18102.47/912.84	c       913           5250        4198        20                -           0.0000          -
18201.63/917.89	c       918           5250        4198        20                -           0.0000          -
18302.82/922.93	c       923           5250        4198        20                -           0.0000          -
18401.98/927.99	c       928           5250        4198        20                -           0.0000          -
18503.99/933.04	c       933           5250        4198        20                -           0.0000          -
18602.95/938.09	c       938           5611        4519        20                -           0.0000          -
18704.08/943.14	c       943           5345        4293        20                -           0.0000          -
18803.48/948.18	c       948        2607747         268        20                -           0.0000          -
18902.56/953.18	c       953        2621008         275        20                -           0.0000          -
19002.90/958.25	c       958           5762        4668        20                -           0.0000          -
19104.06/963.31	c       963          18181        1196        20                -           0.0000          -
19203.27/968.35	c       968           5651        4599        20                -           0.0000          -
19302.44/973.39	c       973           5651        4599        20                -           0.0000          -
19403.63/978.49	c       978           6001        4905        20                -           0.0000          -
19504.98/983.54	c       984           6001        4905        20                -           0.0000          -
19604.21/988.58	c       989           5807        4755        20                -           0.0000          -
19703.22/993.59	c       994           5872        4820        20                -           0.0000          -
19804.43/998.66	c       999           5872        4820        20                -           0.0000          -
19905.60/1003.74	c      1004           5872        4820        20                -           0.0000          -
20004.77/1008.76	c      1009           5918        4866        20                -           0.0000          -
20105.99/1013.84	c      1014           5918        4866        20                -           0.0000          -
20205.21/1018.89	c      1019           5948        4896        20                -           0.0000          -
20306.31/1023.94	c      1024          25405        1338        20                -           0.0000          -
20405.48/1028.98	c      1029           6269        5173        20                -           0.0000          -
20507.29/1034.03	c      1034           6053        5001        20                -           0.0000          -
20606.69/1039.08	c      1039           6088        5036        20                -           0.0000          -
20705.85/1044.13	c      1044           6304        5208        20                -           0.0000          -
20806.82/1049.18	c      1049           6181        5129        20                -           0.0000          -
20907.34/1054.23	c      1054           6396        5300        20                -           0.0000          -
21006.53/1059.28	c      1059           6423        5327        20                -           0.0000          -
21105.69/1064.29	c      1064           6367        5315        20                -           0.0000          -
21206.85/1069.38	c      1069           6367        5315        20                -           0.0000          -
21308.03/1074.43	c      1074           6367        5315        20                -           0.0000          -
21407.21/1079.48	c      1079           6401        5349        20                -           0.0000          -
21508.38/1084.53	c      1085           6593        5497        20                -           0.0000          -
21607.56/1089.55	c      1090           6593        5497        20                -           0.0000          -
21708.79/1094.63	c      1095           6593        5497        20                -           0.0000          -
21807.98/1099.68	c      1100           6593        5497        20                -           0.0000          -
21909.12/1104.73	c      1105           6593        5497        20                -           0.0000          -
22008.32/1109.78	c      1110           6593        5497        20                -           0.0000          -
22109.44/1114.83	c      1115           6593        5497        20                -           0.0000          -
22208.63/1119.88	c      1120          35585        1351        20                -           0.0000          -
22309.82/1124.93	c      1125          36109        1360        20                -           0.0000          -
22408.98/1129.98	c      1130           6922        5870        20                -           0.0000          -
22508.17/1135.03	c      1135           6922        5870        20                -           0.0000          -
22610.02/1140.08	c      1140          37829        1344        20                -           0.0000          -
22709.26/1145.13	c      1145           7019        5967        20                -           0.0000          -
22810.46/1150.18	c      1150           7031        5979        20                -           0.0000          -
22910.88/1155.23	c      1155           6783        5687        20                -           0.0000          -
23010.06/1160.28	c      1160           6785        5689        20                -           0.0000          -
23111.25/1165.33	c      1165           7171        6117        20                -           0.0000          -
23210.47/1170.38	c      1170           7171        6117        20                -           0.0000          -
23311.68/1175.43	c      1175           6883        5787        20                -           0.0000          -
23410.87/1180.48	c      1180           7226        6172        20                -           0.0000          -
23512.09/1185.53	c      1186           7289        6235        20                -           0.0000          -
23611.30/1190.58	c      1191           7351        6297        20                -           0.0000          -
23712.48/1195.60	c      1196           7369        6315        20                -           0.0000          -
23811.65/1200.68	c      1201           7465        6411        20                -           0.0000          -
23912.84/1205.73	c      1206           7184        6086        20                -           0.0000          -
24012.03/1210.77	c      1211        3372587         270        20                -           0.0000          -
24113.21/1215.83	c      1216           7234        6136        20                -           0.0000          -
24212.42/1220.88	c      1221           7291        6193        20                -           0.0000          -
24313.63/1225.93	c      1226           7722        6666        20                -           0.0000          -
24412.92/1230.94	c      1231        3414449         266        20                -           0.0000          -
24511.98/1235.96	c      1236           7788        6732        20                -           0.0000          -
24611.17/1241.02	c      1241        3435561         268        20                -           0.0000          -
24713.07/1246.08	c      1246        3445722         269        20                -           0.0000          -
24812.22/1251.12	c      1251           7933        6877        20                -           0.0000          -
24914.66/1256.23	c      1256           7625        6525        20                -           0.0000          -
25013.87/1261.28	c      1261           8072        7016        20                -           0.0000          -
25115.10/1266.33	c      1266           8155        7099        20                -           0.0000          -
25214.33/1271.38	c      1271           8179        7123        20                -           0.0000          -
25315.45/1276.43	c      1276          52325        1411        20                -           0.0000          -
25414.64/1281.48	c      1281          52863        1397        20                -           0.0000          -
25515.70/1286.53	c      1287           8367        7311        20                -           0.0000          -
25614.88/1291.58	c      1292           7897        6793        20                -           0.0000          -
25716.08/1296.63	c      1297           8457        7399        20                -           0.0000          -
25815.22/1301.68	c      1302          55106        1402        20                -           0.0000          -
25916.30/1306.73	c      1307           8589        7531        20                -           0.0000          -
26015.64/1311.78	c      1312           8602        7542        20                -           0.0000          -
26116.55/1316.83	c      1317           8660        7600        20                -           0.0000          -
26215.65/1321.88	c      1322           8772        7712        20                -           0.0000          -
26316.90/1326.93	c      1327           8214        7110        20                -           0.0000          -
26415.98/1331.98	c      1332           8891        7831        20                -           0.0000          -
26517.59/1337.03	c      1337           8282        7176        20                -           0.0000          -
26617.16/1342.08	c      1342           8956        7894        20                -           0.0000          -
26718.05/1347.13	c      1347           8956        7894        20                -           0.0000          -
26817.21/1352.18	c      1352           8956        7894        20                -           0.0000          -
26917.72/1357.23	c      1357           8956        7894        20                -           0.0000          -
27016.94/1362.26	c      1362           8956        7894        20                -           0.0000          -
27118.14/1367.30	c      1367           8956        7894        20                -           0.0000          -
27217.32/1372.38	c      1372           8956        7894        20                -           0.0000          -
27318.51/1377.41	c      1377           8956        7894        20                -           0.0000          -
27417.68/1382.48	c      1382           8616        7508        20                -           0.0000          -
27518.85/1387.50	c      1388           9001        7939        20                -           0.0000          -
27617.91/1392.52	c      1393           8683        7575        20                -           0.0000          -
27717.02/1397.54	c      1398           9158        8096        20                -           0.0000          -
27818.06/1402.61	c      1403           9181        8119        20                -           0.0000          -
27917.07/1407.69	c      1408           8806        7696        20                -           0.0000          -
28018.28/1412.72	c      1413           8806        7696        20                -           0.0000          -
28117.11/1417.73	c      1418           8806        7696        20                -           0.0000          -
28215.99/1422.74	c      1423           8806        7696        20                -           0.0000          -
28317.06/1427.81	c      1428           8806        7696        20                -           0.0000          -
28416.25/1432.89	c      1433           8806        7696        20                -           0.0000          -
28517.39/1437.92	c      1438           8806        7696        20                -           0.0000          -
28616.51/1443.01	c      1443           9634        8572        20                -           0.0000          -
28718.28/1448.08	c      1448           9634        8572        20                -           0.0000          -
28817.60/1453.13	c      1453           9634        8572        20                -           0.0000          -
28919.98/1458.20	c      1458           8954        7844        20                -           0.0000          -
29019.21/1463.26	c      1463           9017        7907        20                -           0.0000          -
29120.44/1468.31	c      1468        4072537         274        20                -           0.0000          -
29219.63/1473.37	c      1473           9825        8761        20                -           0.0000          -
29320.86/1478.43	c      1478           9960        8896        20                -           0.0000          -
29420.14/1483.48	c      1483           9981        8917        20                -           0.0000          -
29521.35/1488.53	c      1489          10026        8962        20                -           0.0000          -
29620.60/1493.58	c      1494          10131        9067        20                -           0.0000          -
29721.86/1498.63	c      1499          10197        9133        20                -           0.0000          -
29821.11/1503.68	c      1504          10221        9157        20                -           0.0000          -
29922.38/1508.73	c      1509          77785        1372        20                -           0.0000          -
30021.48/1513.78	c      1514          10299        9235        20                -           0.0000          -
30122.70/1518.83	c      1519           9563        8453        20                -           0.0000          -
30221.89/1523.88	c      1524          10425        9361        20                -           0.0000          -
30323.09/1528.93	c      1529          10500        9436        20                -           0.0000          -
30422.30/1533.98	c      1534          10503        9439        20                -           0.0000          -
30524.11/1539.03	c      1539           9795        8685        20                -           0.0000          -
30623.36/1544.08	c      1544           9806        8696        20                -           0.0000          -
30722.53/1549.13	c      1549          10741        9673        20                -           0.0000          -
30823.73/1554.15	c      1554           9862        8752        20                -           0.0000          -
30924.15/1559.23	c      1559          10819        9751        20                -           0.0000          -
31023.38/1564.28	c      1564          10864        9796        20                -           0.0000          -
31124.38/1569.33	c      1569          84571        1413        20                -           0.0000          -
31223.58/1574.38	c      1574          10053        8943        20                -           0.0000          -
31324.77/1579.43	c      1579          10154        9044        20                -           0.0000          -
31423.97/1584.48	c      1584          10173        9063        20                -           0.0000          -
31525.16/1589.51	c      1590          10233        9123        20                -           0.0000          -
31624.40/1594.52	c      1595          10292        9182        20                -           0.0000          -
31723.57/1599.56	c      1600          11191       10117        20                -           0.0000          -
31824.64/1604.61	c      1605        4520182         267        20                -           0.0000          -
31925.79/1609.70	c      1610          11263       10187        20                -           0.0000          -
32024.91/1614.75	c      1615          10473        9363        20                -           0.0000          -
32125.99/1619.83	c      1620          10473        9363        20                -           0.0000          -
32225.20/1624.88	c      1625          11399       10319        20                -           0.0000          -
32326.43/1629.93	c      1630          10539        9429        20                -           0.0000          -
32425.60/1634.97	c      1635          11517       10437        20                -           0.0000          -
32524.86/1640.03	c      1640          11519       10439        20                -           0.0000          -
32626.92/1645.08	c      1645          11549       10469        20                -           0.0000          -
32726.10/1650.13	c      1650          11549       10469        20                -           0.0000          -
32827.01/1655.18	c      1655          10760        9650        20                -           0.0000          -
32927.40/1660.23	c      1660          10828        9718        20                -           0.0000          -
33026.55/1665.28	c      1665          11719       10637        20                -           0.0000          -
33127.74/1670.33	c      1670          10895        9785        20                -           0.0000          -
33226.93/1675.38	c      1675          10895        9785        20                -           0.0000          -
33327.94/1680.41	c      1680          10951        9841        20                -           0.0000          -
33427.11/1685.48	c      1685          10984        9874        20                -           0.0000          -
33528.28/1690.53	c      1691          11936       10854        20                -           0.0000          -
33627.48/1695.58	c      1696          11969       10887        20                -           0.0000          -
33728.63/1700.60	c      1701          11969       10887        20                -           0.0000          -
33827.79/1705.60	c      1706          12027       10945        20                -           0.0000          -
33928.99/1710.73	c      1711          11281       10171        20                -           0.0000          -
34028.17/1715.78	c      1716          12091       11009        20                -           0.0000          -
34129.09/1720.83	c      1721          11362       10252        20                -           0.0000          -
34228.30/1725.88	c      1726          12169       11087        20                -           0.0000          -
34329.48/1730.93	c      1731          12223       11141        20                -           0.0000          -
34428.66/1735.98	c      1736          11552       10442        20                -           0.0000          -
34527.85/1741.03	c      1741          12373       11291        20                -           0.0000          -
34629.69/1746.05	c      1746          11639       10529        20                -           0.0000          -
34728.96/1751.07	c      1751          11639       10529        20                -           0.0000          -
34828.15/1756.07	c      1756          11639       10529        20                -           0.0000          -
34929.30/1761.16	c      1761          11639       10529        20                -           0.0000          -
35029.73/1766.21	c      1766          11639       10529        20                -           0.0000          -
35128.93/1771.22	c      1771          11639       10529        20                -           0.0000          -
35228.16/1776.22	c      1776          11639       10529        20                -           0.0000          -
35327.35/1781.27	c      1781          12759       11675        20                -           0.0000          -
35428.53/1786.32	c      1786          12759       11675        20                -           0.0000          -
35527.67/1791.34	c      1791        5129549         270        20                -           0.0000          -
35626.88/1796.38	c      1796        5144401         268        20                -           0.0000          -
35728.05/1801.42	c      1801          12898       11814        20                -           0.0000          -
35827.24/1806.47	c      1806          12898       11814        20                -           0.0000          -
35928.41/1811.52	c      1812          12898       11814        20                -           0.0000          -
36027.58/1816.57	c      1817          12898       11814        20                -           0.0000          -
36128.64/1821.62	c      1822          12898       11814        20                -           0.0000          -
36227.82/1826.67	c      1827          12898       11814        20                -           0.0000          -
36329.12/1831.73	c      1832          12898       11814        20                -           0.0000          -
36428.07/1836.77	c      1837          12898       11814        20                -           0.0000          -
36529.16/1841.82	c      1842          12898       11814        20                -           0.0000          -
36628.34/1846.87	c      1847          12898       11814        20                -           0.0000          -
36729.47/1851.92	c      1852          12903       11819        20                -           0.0000          -
36828.68/1856.97	c      1857          12173       11063        20                -           0.0000          -
36927.80/1862.02	c      1862          12969       11885        20                -           0.0000          -
37029.64/1867.07	c      1867        5320834         269        20                -           0.0000          -
37128.78/1872.09	c      1872          13047       11963        20                -           0.0000          -
37228.06/1877.11	c      1877        3061374         206        20                -           0.0000          -
37329.39/1882.16	c      1882          12428       11318        20                -           0.0000          -
37429.63/1887.21	c      1887          13186       12098        20                -           0.0000          -
37528.73/1892.26	c      1892          13186       12098        20                -           0.0000          -
37629.88/1897.31	c      1897          12596       11484        20                -           0.0000          -
37729.09/1902.34	c      1902          12641       11529        20                -           0.0000          -
37828.24/1907.34	c      1907          12641       11529        20                -           0.0000          -
37927.31/1912.39	c      1912         119359        1388        20                -           0.0000          -
38028.38/1917.44	c      1917          13405       12315        20                -           0.0000          -
38127.53/1922.49	c      1922          12746       11634        20                -           0.0000          -
38228.68/1927.52	c      1928          13414       12324        20                -           0.0000          -
38327.82/1932.59	c      1933          13414       12324        20                -           0.0000          -
38428.97/1937.64	c      1938          12853       11739        20                -           0.0000          -
38528.08/1942.69	c      1943          12913       11799        20                -           0.0000          -
38629.23/1947.74	c      1948        3177732         206        20                -           0.0000          -
38728.42/1952.77	c      1953        3186147         207        20                -           0.0000          -
38829.59/1957.81	c      1958          13089       11975        20                -           0.0000          -
38928.67/1962.88	c      1963          13773       12681        20                -           0.0000          -
39029.82/1967.94	c      1968          13779       12687        20                -           0.0000          -
39129.02/1972.99	c      1973          13779       12687        20                -           0.0000          -
39230.86/1978.04	c      1978          13384       12270        20                -           0.0000          -
39317.41/1982.40	c *    1982        5544775         266        20           0.0000           0.0000      0.00%
39317.41/1982.41	c      1982        4495322           0         0           0.0000           0.0000      0.00%
39321.37/1983.06	c      1983        4495322           0         0           0.0000           0.0000      0.00%
39321.67/1983.28	c      1983        4495322           0         0           0.0000           0.0000      0.00%
39321.67/1983.28	c SCIP Status        : c problem is solved
39321.67/1983.28	c Total Time         : 1983.29
39321.67/1983.28	c   solving          : 1983.29
39321.67/1983.28	c   presolving       : 0.15 (included in solving)
39321.67/1983.28	c B&B Tree           :
39321.67/1983.28	c   nodes (total)    : 4495322
39321.67/1983.28	c Solution           :
39321.67/1983.28	c   Solutions found  : 1
39321.67/1983.28	c   Primal Bound     : +0.00000000000000e+00
39321.67/1983.28	c   Dual Bound       : +0.00000000000000e+00
39321.67/1983.28	c Gap                : 0.00000 %
39321.67/1983.29	s SATISFIABLE
39321.67/1983.29	v x3968 -x992 -x3967 x991 -x3966 -x990 -x3965 x989 -x3964 x988 x3963 -x987 x3962 x986 x3961 x985 x3960 -x984 x3959 x983 x3958 -x982 
39321.67/1983.29	v x3957 -x981 -x3956 x980 -x3955 x979 x3954 -x978 x3953 -x977 x3952 x976 x3951 x975 x3950 -x974 -x3949 x973 x3948 -x972 x3947 
39321.67/1983.29	v -x971 x3946 -x970 x3945 x969 x3944 x968 x3943 x967 x3942 x966 x3941 -x965 -x3940 -x964 -x3939 -x963 -x3938 -x962 -x3937 -x961 
39321.67/1983.29	v -x3936 -x960 -x3935 x959 -x3934 -x958 -x3933 x957 -x3932 x956 -x3931 x955 -x3930 -x954 -x3929 x953 -x3928 x952 x3927 -x951 
39321.67/1983.29	v x3926 -x950 x3925 -x949 -x3924 x948 -x3923 x947 x3922 -x946 -x3921 -x945 -x3920 x944 x3919 -x943 -x3918 x942 x3917 x941 x3916 
39321.67/1983.29	v -x940 x3915 -x939 -x3914 x938 x3913 -x937 x3912 -x936 x3911 x935 x3910 x934 x3909 -x933 x3908 -x932 x3907 -x931 x3906 -x930 
39321.67/1983.29	v -x3905 x929 x3904 -x928 -x3903 x927 -x3902 x926 x3901 -x925 -x3900 x924 -x3899 x923 -x3898 x922 -x3897 x921 x3896 x920 x3895 
39321.67/1983.29	v -x919 x3894 -x918 x3893 -x917 -x3892 x916 -x3891 x915 -x3890 x914 -x3889 x913 x3888 x912 x3887 -x911 -x3886 x910 x3885 x909 
39321.67/1983.29	v x3884 -x908 x3883 -x907 -x3882 x906 x3881 -x905 x3880 x904 x3879 -x903 x3878 x902 x3877 x901 x3876 x900 x3875 x899 x3874 -x898 
39321.67/1983.29	v -x3873 -x897 -x3872 x896 -x3871 x895 -x3870 x894 -x3869 x893 x3868 x892 x3867 x891 x3866 -x890 x3865 x889 x3864 -x888 -x3863 
39321.67/1983.29	v x887 -x3862 x886 x3861 -x885 x3860 x884 x3859 -x883 -x3858 x882 x3857 -x881 x3856 -x880 x3855 -x879 x3854 x878 x3853 -x877 
39321.67/1983.29	v x3852 -x876 x3851 -x875 x3850 x874 x3849 x873 x3848 -x872 -x3847 x871 -x3846 x870 -x3845 x869 x3844 -x868 -x3843 x867 x3842 -x866 
39321.67/1983.29	v x3841 -x865 x3840 -x864 x3839 -x863 -x3838 x862 -x3837 x861 x3836 -x860 x3835 x859 x3834 -x858 -x3833 x857 -x3832 x856 x3831 
39321.67/1983.29	v -x855 -x3830 x854 -x3829 -x853 -x3828 x852 x3827 -x851 -x3826 x850 -x3825 x849 -x3824 x848 x3823 -x847 x3822 -x846 -x3821 
39321.67/1983.29	v x845 -x3820 x844 -x3819 x843 x3818 -x842 -x3817 x841 -x3816 -x840 -x3815 x839 -x3814 -x838 -x3813 -x837 -x3812 -x836 -x3811 
39321.67/1983.29	v -x835 -x3810 x834 x3809 -x833 x3808 -x3807 x1664 -x3806 x3805 x1663 x3804 -x3803 -x1662 -x3802 x3801 -x1661 x3800 -x3799 x1660 
39321.67/1983.29	v -x3798 x3797 x1659 x3796 -x3795 x1658 x3794 x3793 -x1657 -x3792 x3791 -x1656 x3790 -x3789 x1655 -x3788 x3787 x1654 -x3786 
39321.67/1983.29	v x3785 -x1653 x3784 -x3783 -x1652 -x3782 x3781 x1651 -x3780 x3779 x1650 x3778 -x3777 -x1649 x3776 x3775 -x1648 x3774 -x3773 x1647 
39321.67/1983.29	v x3772 x3771 x1646 -x3770 x3769 x1645 x3768 -x3767 x1644 -x3766 x3765 -x1643 x3764 -x3763 x1642 -x3762 x3761 -x1641 x3760 
39321.67/1983.29	v -x3759 -x1640 -x3758 x3757 x1639 x3756 x3755 -x1638 -x3754 x3753 -x1637 -x3752 x3751 -x1636 -x3750 x3749 -x1635 -x3748 x3747 
39321.67/1983.29	v -x1634 -x3746 x3745 x1633 x3744 -x3743 -x3742 -x3741 -x3740 -x3739 -x3738 x3737 -x3736 x3735 x3734 x3733 -x3732 -x3731 -x3730 
39321.67/1983.29	v -x3729 x3728 x3727 x3726 -x3725 -x3724 x3723 -x3722 -x3721 x3720 x3719 x3718 -x3717 -x3716 -x3715 -x3714 -x3713 x3712 -x3711 
39321.67/1983.29	v -x1632 x3710 x3709 -x1631 x3708 -x3707 -x1630 x3706 -x3705 -x1629 x3704 x3703 x1628 -x3702 x3701 x1627 x3700 x3699 -x1626 -x3698 
39321.67/1983.29	v x3697 x1625 x3696 -x3695 x1624 -x3694 x3693 -x1623 x3692 -x3691 -x1622 -x3690 -x3689 x1621 x3688 -x3687 x1620 -x3686 x3685 
39321.67/1983.29	v x1619 x3684 x3683 -x1618 -x3682 x3681 -x1617 x3680 x3679 -x1616 -x3678 x3677 x1615 x3676 -x3675 x1614 -x3674 x3673 x1613 x3672 
39321.67/1983.29	v -x3671 -x1612 x3670 -x3669 x1611 x3668 -x3667 x1610 x3666 -x3665 x1609 x3664 -x3663 x1608 -x3662 x3661 x1607 x3660 -x3659 
39321.67/1983.29	v x1606 -x3658 x3657 -x1605 x3656 -x3655 x1604 -x3654 x3653 -x1603 x3652 -x3651 x1602 -x3650 x3649 x1601 -x3648 x3647 -x3646 
39321.67/1983.29	v x3645 x3644 x3643 x3642 x3641 -x3640 x3639 x3638 -x3637 x3636 -x3635 -x3634 x3633 x3632 x3631 x3630 -x3629 x3628 x3627 x3626 
39321.67/1983.29	v x3625 x3624 -x3623 x3622 -x3621 -x3620 -x3619 x3618 -x3617 x3616 x3615 -x1600 -x3614 x3613 x1599 x3612 -x3611 -x1598 -x3610 x3609 
39321.67/1983.29	v x1597 x3608 -x3607 x1596 x3606 x3605 -x1595 -x3604 x3603 x1594 x3602 -x3601 x1593 -x3600 x3599 -x1592 -x3598 x3597 x1591 
39321.67/1983.29	v -x3596 x3595 -x1590 -x3594 -x3593 x1589 x3592 -x3591 -x1588 -x3590 x3589 -x1587 x3588 -x3587 x1586 -x3586 x3585 x1585 x3584 
39321.67/1983.29	v -x3583 -x1584 x3582 -x3581 x1583 x3580 x3579 -x1582 x3578 -x3577 x1581 x3576 -x3575 -x1580 x3574 -x3573 x1579 -x3572 x3571 x1578 
39321.67/1983.29	v x3570 -x3569 -x1577 x3568 -x3567 x1576 -x3566 x3565 x1575 -x3564 x3563 x1574 x3562 -x3561 x1573 -x3560 x3559 x1572 x3558 
39321.67/1983.29	v -x3557 -x1571 -x3556 x3555 x1570 -x3554 x3553 x1569 x3552 x3551 x3550 -x3549 x3548 x3547 -x3546 x3545 -x3544 x3543 -x3542 -x3541 
39321.67/1983.29	v -x3540 -x3539 -x3538 -x3537 x3536 -x3535 x3534 x3533 x3532 -x3531 x3530 -x3529 -x3528 -x3527 x3526 x3525 -x3524 x3523 x3522 
39321.67/1983.29	v x3521 x3520 -x3519 -x1568 x3518 -x3517 -x1567 x3516 -x3515 x1566 x3514 x3513 x1565 x3512 x3511 -x1564 x3510 -x3509 x1563 x3508 
39321.67/1983.29	v x3507 -x1562 -x3506 x3505 x1561 x3504 -x3503 -x1560 -x3502 x3501 x1559 -x3500 -x3499 x1558 x3498 -x3497 -x1557 -x3496 x3495 
39321.67/1983.29	v x1556 x3494 -x3493 -x1555 x3492 x3491 -x1554 -x3490 x3489 x1553 x3488 -x3487 -x1552 x3486 -x3485 x1551 -x3484 x3483 x1550 
39321.67/1983.29	v x3482 x3481 x1549 -x3480 x3479 -x1548 x3478 -x3477 x1547 -x3476 x3475 x1546 x3474 -x3473 x1545 -x3472 x3471 x1544 x3470 -x3469 
39321.67/1983.29	v -x1543 -x3468 -x3467 x1542 x3466 -x3465 -x1541 -x3464 x3463 x1540 x3462 -x3461 x1539 -x3460 x3459 -x1538 x3458 -x3457 x1537 
39321.67/1983.29	v x3456 -x3455 x3454 x3453 x3452 x3451 x3450 x3449 -x3448 -x3447 -x3446 x3445 x3444 x3443 x3442 -x3441 x3440 -x3439 -x3438 x3437 
39321.67/1983.29	v -x3436 x3435 x3434 x3433 x3432 -x3431 -x3430 x3429 -x3428 x3427 -x3426 x3425 x3424 -x3423 -x1536 -x3422 x3421 x1535 -x3420 
39321.67/1983.29	v x3419 -x1534 -x3418 x3417 x1533 -x3416 x3415 x1532 -x3414 -x3413 x1531 x3412 -x3411 -x1530 -x3410 x3409 x1529 -x3408 x3407 
39321.67/1983.29	v x1528 x3406 -x3405 x1527 -x3404 x3403 x1526 x3402 -x3401 -x1525 x3400 -x3399 -x1524 -x3398 x3397 x1523 x3396 -x3395 x1522 -x3394 
39321.67/1983.29	v x3393 x1521 x3392 -x3391 x1520 -x3390 x3389 -x1519 x3388 -x3387 x1518 -x3386 x3385 x1517 x3384 -x3383 x1516 -x3382 x3381 
39321.67/1983.29	v x1515 x3380 -x3379 x1514 -x3378 x3377 x1513 x3376 -x3375 x1512 -x3374 x3373 x1511 -x3372 x3371 -x1510 x3370 -x3369 -x1509 -x3368 
39321.67/1983.29	v x3367 -x1508 x3366 -x3365 -x1507 -x3364 x3363 x1506 x3362 -x3361 -x1505 x3360 -x3359 -x3358 x3357 x3356 x3355 x3354 x3353 
39321.67/1983.29	v x3352 -x3351 -x3350 x3349 x3348 x3347 x3346 -x3345 x3344 x3343 -x3342 x3341 x3340 x3339 x3338 x3337 x3336 -x3335 x3334 -x3333 
39321.67/1983.29	v x3332 -x3331 -x3330 -x3329 x3328 -x3327 -x1504 x3326 x3325 -x1503 -x3324 x3323 x1502 -x3322 x3321 x1501 x3320 -x3319 x1500 
39321.67/1983.29	v -x3318 x3317 x1499 x3316 -x3315 -x1498 -x3314 x3313 x1497 -x3312 x3311 -x1496 x3310 -x3309 -x1495 -x3308 -x3307 -x1494 x3306 
39321.67/1983.29	v -x3305 -x1493 -x3304 x3303 -x1492 x3302 -x3301 -x1491 -x3300 x3299 x1490 x3298 -x3297 x1489 -x3296 x3295 x1488 x3294 -x3293 x1487 
39321.67/1983.29	v -x3292 x3291 x1486 x3290 -x3289 -x1485 x3288 -x3287 x1484 -x3286 x3285 -x1483 x3284 -x3283 -x1482 x3282 x3281 -x1481 -x3280 
39321.67/1983.29	v x3279 x1480 x3278 -x3277 -x1479 x3276 x3275 -x1478 -x3274 x3273 x1477 x3272 -x3271 x1476 -x3270 x3269 x1475 x3268 -x3267 
39321.67/1983.29	v -x1474 -x3266 x3265 x1473 x3264 x3263 -x3262 x3261 x3260 x3259 -x3258 -x3257 -x3256 -x3255 -x3254 -x3253 -x3252 x3251 -x3250 
39321.67/1983.29	v x3249 x3248 x3247 -x3246 x3245 -x3244 x3243 x3242 -x3241 -x3240 x3239 x3238 -x3237 -x3236 x3235 -x3234 x3233 -x3232 x3231 x1472 
39321.67/1983.29	v -x3230 x3229 x1471 -x3228 x3227 x1470 -x3226 x3225 x1469 x3224 -x3223 -x1468 -x3222 x3221 x1467 -x3220 x3219 x1466 x3218 -x3217 
39321.67/1983.29	v -x1465 x3216 -x3215 -x1464 x3214 x3213 -x1463 -x3212 x3211 -x1462 x3210 -x3209 x1461 -x3208 x3207 x1460 x3206 -x3205 -x1459 
39321.67/1983.29	v -x3204 x3203 x1458 x3202 -x3201 -x1457 x3200 -x3199 -x1456 x3198 -x3197 -x1455 -x3196 x3195 -x1454 -x3194 x3193 x1453 -x3192 
39321.67/1983.29	v x3191 x1452 -x3190 x3189 x1451 -x3188 x3187 x1450 -x3186 x3185 x1449 -x3184 x3183 x1448 -x3182 x3181 x1447 -x3180 x3179 
39321.67/1983.29	v -x1446 -x3178 -x3177 x1445 x3176 -x3175 x1444 -x3174 x3173 x1443 x3172 -x3171 x1442 -x3170 x3169 x1441 x3168 x3167 -x3166 -x3165 
39321.67/1983.29	v -x3164 -x3163 -x3162 -x3161 -x3160 x3159 -x3158 x3157 x3156 -x3155 -x3154 x3153 x3152 -x3151 -x3150 -x3149 -x3148 -x3147 
39321.67/1983.29	v -x3146 -x3145 -x3144 x3143 x3142 -x3141 -x3140 x3139 x3138 x3137 -x3136 x3135 -x1440 -x3134 x3133 x1439 -x3132 -x3131 x1438 -x3130 
39321.67/1983.29	v x3129 x1437 -x3128 x3127 x1436 -x3126 -x3125 x1435 x3124 -x3123 -x1434 -x3122 -x3121 -x1433 x3120 -x3119 -x1432 -x3118 
39321.67/1983.29	v x3117 x1431 x3116 -x3115 x1430 -x3114 x3113 x1429 x3112 -x3111 x1428 -x3110 x3109 x1427 x3108 -x3107 x1426 x3106 -x3105 -x1425 
39321.67/1983.29	v x3104 -x3103 x1424 -x3102 x3101 x1423 x3100 -x3099 x1422 -x3098 x3097 x1421 x3096 -x3095 x1420 -x3094 x3093 x1419 x3092 -x3091 
39321.67/1983.29	v x1418 x3090 x3089 -x1417 -x3088 x3087 -x1416 x3086 -x3085 -x1415 -x3084 x3083 x1414 x3082 -x3081 -x1413 x3080 -x3079 -x1412 
39321.67/1983.29	v x3078 x3077 -x1411 -x3076 x3075 x1410 x3074 -x3073 -x1409 -x3072 -x3071 -x3070 x3069 -x3068 -x3067 -x3066 -x3065 -x3064 x3063 
39321.67/1983.29	v x3062 x3061 x3060 -x3059 x3058 x3057 x3056 x3055 -x3054 -x3053 x3052 x3051 x3050 x3049 -x3048 -x3047 -x3046 x3045 -x3044 
39321.67/1983.29	v x3043 x3042 x3041 -x3040 x3039 -x1408 -x3038 x3037 x1407 -x3036 -x3035 x1406 x3034 -x3033 x1405 -x3032 x3031 x1404 -x3030 x3029 
39321.67/1983.29	v x1403 -x3028 x3027 x1402 x3026 -x3025 -x1401 x3024 x3023 -x1400 x3022 x3021 -x1399 -x3020 x3019 -x1398 x3018 -x3017 x1397 
39321.67/1983.29	v -x3016 x3015 -x1396 x3014 -x3013 -x1395 -x3012 x3011 x1394 -x3010 -x3009 x1393 x3008 -x3007 -x1392 -x3006 x3005 x1391 x3004 -x3003 
39321.67/1983.29	v -x1390 -x3002 -x3001 x1389 x3000 -x2999 x1388 -x2998 x2997 -x1387 x2996 x2995 -x1386 -x2994 x2993 x1385 x2992 -x2991 x1384 
39321.67/1983.29	v -x2990 x2989 -x1383 x2988 -x2987 -x1382 -x2986 x2985 x1381 -x2984 x2983 -x1380 -x2982 -x2981 x1379 -x2980 -x2979 x1378 -x2978 
39321.67/1983.29	v -x2977 x1377 -x2976 -x2975 -x2974 x2973 -x2972 -x2971 -x2970 x2969 x2968 x2967 x2966 x2965 x2964 x2963 -x2962 x2961 x2960 
39321.67/1983.29	v x2959 x2958 -x2957 -x2956 x2955 x2954 x2953 -x2952 -x2951 x2950 -x2949 -x2948 -x2947 x2946 -x2945 -x2944 -x2943 -x1376 x2942 
39321.67/1983.29	v -x2941 -x1375 -x2940 x2939 -x1374 x2938 -x2937 -x1373 x2936 x2935 -x1372 -x2934 x2933 -x1371 x2932 -x2931 -x1370 -x2930 x2929 
39321.67/1983.29	v x1369 x2928 -x2927 x1368 x2926 -x2925 x1367 -x2924 x2923 -x1366 -x2922 x2921 -x1365 x2920 -x2919 -x1364 -x2918 x2917 x1363 
39321.67/1983.29	v -x2916 x2915 x1362 x2914 -x2913 -x1361 x2912 -x2911 x1360 x2910 x2909 -x1359 x2908 x2907 -x1358 x2906 -x2905 x1357 x2904 x2903 
39321.67/1983.29	v -x1356 -x2902 x2901 -x1355 x2900 -x2899 -x1354 x2898 -x2897 x1353 x2896 -x2895 -x1352 x2894 -x2893 -x1351 -x2892 x2891 -x1350 
39321.67/1983.29	v x2890 -x2889 x1349 -x2888 x2887 x1348 x2886 -x2885 x1347 -x2884 x2883 x1346 -x2882 x2881 x1345 -x2880 -x2879 -x2878 -x2877 
39321.67/1983.29	v -x2876 -x2875 x2874 -x2873 x2872 x2871 -x2870 x2869 x2868 x2867 -x2866 x2865 x2864 x2863 x2862 -x2861 -x2860 x2859 x2858 -x2857 
39321.67/1983.29	v -x2856 -x2855 x2854 -x2853 -x2852 x2851 -x2850 -x2849 -x2848 x2847 x1344 x2846 -x2845 -x1343 -x2844 x2843 x1342 x2842 -x2841 
39321.67/1983.29	v x1341 x2840 -x2839 x1340 x2838 -x2837 -x1339 x2836 x2835 -x1338 -x2834 x2833 x1337 x2832 x2831 -x1336 -x2830 x2829 x1335 
39321.67/1983.29	v x2828 -x2827 x1334 -x2826 x2825 -x1333 x2824 -x2823 x1332 -x2822 x2821 x1331 x2820 -x2819 x1330 -x2818 x2817 -x1329 x2816 -x2815 
39321.67/1983.29	v -x1328 x2814 -x2813 -x1327 x2812 -x2811 -x1326 -x2810 x2809 -x1325 -x2808 x2807 -x1324 -x2806 -x2805 x1323 -x2804 x2803 
39321.67/1983.29	v -x1322 -x2802 x2801 x1321 -x2800 x2799 x1320 -x2798 -x2797 x1319 -x2796 x2795 -x1318 -x2794 x2793 x1317 x2792 -x2791 x1316 -x2790 
39321.67/1983.29	v x2789 x1315 -x2788 -x2787 x1314 -x2786 -x2785 x1313 -x2784 x2783 -x2782 x2781 x2780 -x2779 x2778 x2777 x2776 x2775 x2774 
39321.67/1983.29	v x2773 x2772 x2771 -x2770 -x2769 x2768 x2767 x2766 -x2765 x2764 -x2763 x2762 -x2761 -x2760 -x2759 -x2758 -x2757 x2756 x2755 -x2754 
39321.67/1983.29	v -x2753 -x2752 x2751 -x1312 x2750 -x2749 x1311 -x2748 x2747 -x1310 x2746 -x2745 -x1309 x2744 x2743 -x1308 -x2742 x2741 x1307 
39321.67/1983.29	v x2740 -x2739 -x1306 -x2738 -x2737 x1305 x2736 -x2735 x1304 -x2734 x2733 x1303 -x2732 x2731 x1302 -x2730 x2729 x1301 x2728 
39321.67/1983.29	v -x2727 -x1300 -x2726 -x2725 x1299 x2724 -x2723 x1298 -x2722 x2721 x1297 x2720 -x2719 -x1296 -x2718 x2717 -x1295 x2716 -x2715 
39321.67/1983.29	v x1294 -x2714 x2713 x1293 x2712 -x2711 x1292 -x2710 -x2709 x1291 x2708 -x2707 -x1290 -x2706 x2705 -x1289 x2704 -x2703 -x1288 
39321.67/1983.29	v -x2702 x2701 -x1287 -x2700 x2699 -x1286 x2698 -x2697 -x1285 -x2696 x2695 x1284 x2694 -x2693 -x1283 -x2692 x2691 -x1282 -x2690 
39321.67/1983.29	v x2689 -x1281 x2688 -x2687 -x2686 x2685 x2684 -x2683 -x2682 -x2681 x2680 x2679 -x2678 x2677 x2676 -x2675 x2674 x2673 -x2672 
39321.67/1983.29	v x2671 x2670 -x2669 x2668 -x2667 -x2666 -x2665 x2664 -x2663 -x2662 x2661 -x2660 x2659 -x2658 -x2657 -x2656 x2655 -x1280 x2654 
39321.67/1983.29	v -x2653 -x1279 -x2652 x2651 -x1278 x2650 -x2649 -x1277 x2648 x2647 -x1276 -x2646 x2645 -x1275 x2644 -x2643 x1274 -x2642 x2641 
39321.67/1983.29	v x1273 -x2640 x2639 -x1272 -x2638 x2637 x1271 -x2636 x2635 x1270 -x2634 -x2633 x1269 x2632 -x2631 -x1268 -x2630 x2629 x1267 -x2628 
39321.67/1983.29	v x2627 x1266 -x2626 x2625 x1265 -x2624 -x2623 x1264 x2622 -x2621 -x1263 -x2620 x2619 -x1262 x2618 -x2617 x1261 -x2616 x2615 
39321.67/1983.29	v x1260 -x2614 x2613 x1259 x2612 -x2611 -x1258 -x2610 x2609 x1257 -x2608 x2607 x1256 -x2606 -x2605 x1255 x2604 -x2603 -x1254 
39321.67/1983.29	v -x2602 x2601 x1253 x2600 -x2599 -x1252 -x2598 x2597 -x1251 x2596 -x2595 -x1250 -x2594 x2593 -x1249 -x2592 -x2591 -x2590 -x2589 
39321.67/1983.29	v -x2588 x2587 -x2586 x2585 -x2584 x2583 x2582 -x2581 x2580 -x2579 x2578 -x2577 -x2576 x2575 x2574 x2573 -x2572 -x2571 -x2570 
39321.67/1983.29	v -x2569 -x2568 -x2567 -x2566 x2565 x2564 x2563 x2562 -x2561 x2560 -x2559 -x1248 x256 x2558 -x2557 -x1247 x255 x2556 -x2555 -x1246 
39321.67/1983.29	v -x254 -x2554 x2553 x1245 -x253 x2552 -x2551 x1244 x252 x2550 -x2549 x1243 x251 -x2548 x2547 x1242 -x250 -x2546 -x2545 x1241 
39321.67/1983.29	v -x249 x2544 -x2543 x1240 x248 -x2542 x2541 x1239 -x247 -x2540 x2539 x1238 x246 x2538 -x2537 x1237 x245 -x2536 x2535 -x1236 
39321.67/1983.29	v -x244 x2534 -x2533 -x1235 x243 -x2532 -x2531 x1234 -x242 x2530 -x2529 x1233 x241 -x2528 x2527 -x1232 -x240 x2526 -x2525 -x1231 
39321.67/1983.29	v -x239 -x2524 x2523 x1230 -x238 x2522 -x2521 -x1229 -x237 -x2520 x2519 x1228 -x236 x2518 -x2517 -x1227 x235 x2516 -x2515 
39321.67/1983.29	v -x1226 -x234 -x2514 x2513 -x1225 -x233 x2512 -x2511 x1224 x232 -x2510 x2509 -x1223 x231 x2508 -x2507 x1222 -x230 -x2506 x2505 
39321.67/1983.29	v x1221 x229 x2504 -x2503 -x1220 -x228 -x2502 x2501 -x1219 x227 x2500 -x2499 -x1218 x226 -x2498 x2497 -x1217 x225 x2496 -x2495 
39321.67/1983.29	v -x2494 -x2493 x2492 x2491 x2490 -x2489 -x2488 -x2487 -x2486 -x2485 x2484 x2483 -x2482 -x2481 -x2480 -x2479 -x2478 -x2477 -x2476 
39321.67/1983.29	v x2475 x2474 -x2473 -x2472 -x2471 x2470 -x2469 -x2468 -x2467 x2466 -x2465 x2464 -x2463 -x1216 x2462 -x2461 x1215 x2460 -x2459 
39321.67/1983.29	v x1214 x2458 x2457 -x1213 x2456 -x2455 -x1212 x2454 -x2453 -x1211 -x2452 x2451 x1210 -x2450 -x2449 x1209 x2448 -x2447 -x1208 
39321.67/1983.29	v -x2446 -x2445 x1207 -x2444 -x2443 x1206 x2442 -x2441 -x1205 -x2440 x2439 x1204 -x2438 x2437 x1203 -x2436 x2435 x1202 x2434 
39321.67/1983.29	v -x2433 x1201 -x2432 x2431 x1200 x2430 -x2429 x1199 -x2428 x2427 x1198 x2426 -x2425 -x1197 -x2424 x2423 x1196 -x2422 x2421 x1195 
39321.67/1983.29	v -x2420 -x2419 x1194 x2418 -x2417 x1193 -x2416 x2415 -x1192 x2414 -x2413 x1191 -x2412 x2411 x1190 x2410 -x2409 x1189 -x2408 
39321.67/1983.29	v x2407 -x1188 x2406 -x2405 -x1187 -x2404 x2403 -x1186 -x2402 -x2401 x1185 x2400 x2399 x2398 x2397 x2396 x2395 -x2394 -x2393 
39321.67/1983.29	v x2392 -x2391 -x2390 x2389 -x2388 -x2387 -x2386 x2385 x2384 -x2383 x2382 x2381 -x2380 x2379 -x2378 x2377 -x2376 x2375 x2374 -x2373 
39321.67/1983.29	v -x2372 -x2371 x2370 -x2369 -x2368 -x2367 -x1184 x2366 -x2365 -x1183 -x2364 x2363 x1182 -x2362 x2361 x1181 x2360 x2359 -x1180 
39321.67/1983.29	v -x2358 x2357 x1179 x2356 -x2355 x1178 -x2354 -x2353 x1177 x2352 -x2351 x1176 -x2350 x2349 -x1175 -x2348 -x2347 x1174 x2346 
39321.67/1983.29	v -x2345 -x1173 -x2344 x2343 x1172 -x2342 x2341 -x1171 -x2340 x2339 -x1170 x2338 -x2337 x1169 -x2336 x2335 x1168 x2334 -x2333 
39321.67/1983.29	v -x1167 x2332 -x2331 -x1166 x2330 x2329 -x1165 -x2328 x2327 -x1164 x2326 -x2325 -x1163 -x2324 x2323 x1162 x2322 -x2321 -x1161 
39321.67/1983.29	v x2320 -x2319 -x1160 -x2318 -x2317 x1159 x2316 -x2315 -x1158 -x2314 x2313 x1157 x2312 -x2311 -x1156 -x2310 x2309 -x1155 x2308 
39321.67/1983.29	v -x2307 x1154 -x2306 x2305 -x1153 -x2304 x2303 x2302 x2301 x2300 x2299 x2298 -x2297 x2296 -x2295 x2294 x2293 x2292 -x2291 x2290 
39321.67/1983.29	v x2289 x2288 -x2287 -x2286 x2285 -x2284 -x2283 -x2282 x2281 x2280 -x2279 x2278 x2277 -x2276 x2275 x2274 -x2273 -x2272 x2271 
39321.67/1983.29	v -x1152 x2270 x2269 -x1151 -x2268 x2267 -x1150 x2266 -x2265 x1149 x2264 -x2263 x1148 x2262 -x2261 -x1147 x2260 x2259 -x1146 
39321.67/1983.29	v -x2258 x2257 -x1145 x2256 x2255 -x1144 -x2254 x2253 -x1143 -x2252 -x2251 x1142 x2250 -x2249 -x1141 -x2248 x2247 -x1140 -x2246 
39321.67/1983.29	v x2245 -x1139 x2244 -x2243 -x1138 x2242 -x2241 -x1137 x2240 -x2239 -x1136 -x2238 x2237 x1135 x2236 -x2235 -x1134 x2234 -x2233 
39321.67/1983.29	v -x1133 -x2232 x2231 x1132 -x2230 -x2229 x1131 -x2228 -x2227 -x1130 x2226 -x2225 -x1129 -x2224 x2223 x1128 x2222 -x2221 -x1127 
39321.67/1983.29	v -x2220 -x2219 x1126 x2218 -x2217 x1125 -x2216 x2215 x1124 x2214 -x2213 -x1123 -x2212 x2211 -x1122 -x2210 x2209 x1121 -x2208 
39321.67/1983.29	v x2207 x2206 x2205 x2204 x2203 x2202 -x2201 x2200 -x2199 -x2198 x2197 -x2196 -x2195 x2194 x2193 x2192 -x2191 x2190 -x2189 x2188 
39321.67/1983.29	v -x2187 -x2186 -x2185 x2184 -x2183 -x2182 x2181 -x2180 x2179 -x2178 -x2177 -x2176 -x2175 -x1120 x2174 -x2173 x1119 -x2172 x2171 
39321.67/1983.29	v x1118 x2170 -x2169 -x1117 x2168 -x2167 x1116 -x2166 -x2165 x1115 x2164 -x2163 -x1114 x2162 -x2161 -x1113 x2160 -x2159 -x1112 
39321.67/1983.29	v x2158 -x2157 -x1111 -x2156 -x2155 x1110 x2154 -x2153 x1109 -x2152 x2151 -x1108 -x2150 -x2149 x1107 x2148 -x2147 -x1106 x2146 
39321.67/1983.29	v -x2145 -x1105 x2144 -x2143 -x1104 x2142 x2141 -x1103 x2140 x2139 -x1102 -x2138 x2137 x1101 x2136 -x2135 x1100 -x2134 x2133 
39321.67/1983.29	v -x1099 -x2132 x2131 -x1098 x2130 -x2129 x1097 -x2128 x2127 x1096 x2126 -x2125 -x1095 x2124 -x2123 -x1094 x2122 -x2121 -x1093 
39321.67/1983.29	v x2120 -x2119 -x1092 -x2118 x2117 -x1091 -x2116 x2115 x1090 -x2114 x2113 -x1089 -x2112 -x2111 -x2110 x2109 x2108 -x2107 x2106 
39321.67/1983.29	v x2105 x2104 x2103 -x2102 x2101 -x2100 -x2099 -x2098 x2097 -x2096 x2095 -x2094 -x2093 x2092 -x2091 -x2090 -x2089 -x2088 -x2087 
39321.67/1983.29	v -x2086 x2085 -x2084 -x2083 -x2082 -x2081 -x2080 -x2079 x1088 x2078 -x2077 x1087 -x2076 -x2075 x1086 x2074 -x2073 x1085 x2072 
39321.67/1983.29	v -x2071 -x1084 x2070 -x2069 -x1083 -x2068 x2067 x1082 x2066 -x2065 -x1081 x2064 -x2063 x1080 x2062 -x2061 x1079 -x2060 x2059 
39321.67/1983.29	v -x1078 x2058 -x2057 -x1077 -x2056 x2055 -x1076 -x2054 x2053 x1075 -x2052 x2051 x1074 x2050 -x2049 -x1073 -x2048 x2047 x1072 
39321.67/1983.29	v x2046 x2045 x1071 -x2044 x2043 -x1070 x2042 -x2041 x1069 x2040 x2039 -x1068 -x2038 x2037 x1067 -x2036 x2035 x1066 -x2034 -x2033 
39321.67/1983.29	v x1065 x2032 -x2031 x1064 -x2030 x2029 x1063 x2028 -x2027 -x1062 x2026 x2025 -x1061 -x2024 x2023 x1060 x2022 -x2021 -x1059 
39321.67/1983.29	v -x2020 x2019 x1058 -x2018 x2017 x1057 -x2016 x2015 -x2014 x2013 x2012 -x2011 -x2010 x2009 x2008 x2007 x2006 x2005 -x2004 -x2003 
39321.67/1983.29	v x2002 x2001 -x2000 x1999 -x1998 -x1997 x1996 -x1995 x1994 -x1993 x1992 x1991 -x1990 -x1989 -x1988 -x1987 x1986 -x1985 -x1984 
39321.67/1983.29	v -x1983 x1056 x1982 -x1981 x1055 -x1980 x1979 x1054 x1978 -x1977 -x1053 x1976 -x1975 x1052 -x1974 -x1973 -x1051 x1972 -x1971 
39321.67/1983.29	v x1050 -x1970 x1969 -x1049 x1968 -x1967 -x1048 x1966 -x1965 -x1047 -x1964 x1963 x1046 x1962 -x1961 -x1045 -x1960 x1959 x1044 
39321.67/1983.29	v -x1958 x1957 x1043 -x1956 x1955 x1042 x1954 -x1953 -x1041 -x1952 x1951 -x1040 x1950 -x1949 -x1039 x1948 -x1947 -x1038 x1946 
39321.67/1983.29	v -x1945 -x1037 x1944 -x1943 -x1036 x1942 -x1941 -x1035 x1940 -x1939 x1034 -x1938 x1937 -x1033 x1936 -x1935 x1032 -x1934 x1933 
39321.67/1983.29	v x1031 x1932 -x1931 -x1030 x1930 -x1929 x1029 x1928 -x1927 -x1028 x1926 -x1925 -x1027 x1924 -x1923 -x1026 -x1922 x1921 x1025 
39321.67/1983.29	v x1920 x1919 x1918 x1917 x1916 -x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 -x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 
39321.67/1983.29	v x1899 x1898 -x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 -x1889 x1888 -x1887 -x1024 x1886 -x1885 -x1023 -x1884 x1883 
39321.67/1983.29	v x1022 -x1882 x1881 x1021 x1880 -x1879 x1020 -x1878 -x1877 -x1019 x1876 -x1875 x1018 -x1874 x1873 -x1017 x1872 x1871 -x1016 -x1870 
39321.67/1983.29	v x1869 x1015 -x1868 x1867 -x1014 x1866 -x1865 -x1013 -x1864 x1863 -x1012 -x1862 -x1861 x1011 x1860 -x1859 -x1010 -x1858 x1857 
39321.67/1983.29	v x1009 -x1856 x1855 x1008 x1854 x1853 -x1007 -x1852 x1851 x1006 x1850 -x1849 -x1005 -x1848 x1847 -x1004 x1846 -x1845 -x1003 
39321.67/1983.29	v -x1844 x1843 -x1002 x1842 -x1841 -x1001 x1840 -x1839 -x1000 x1838 -x1837 x999 -x1836 x1835 x998 x1834 -x1833 x997 -x1832 x1831 
39321.67/1983.29	v x996 x1830 -x1829 -x995 -x1828 x1827 -x994 -x1826 x1825 -x993 x1824 -x1823 -x1822 x1821 x1820 -x1819 -x1818 -x1817 x1816 
39321.67/1983.29	v -x1815 x1814 x1813 x1812 -x1811 x1810 -x1809 x1808 x1807 -x1806 x1805 x1804 x1803 -x1802 -x1801 x1800 x1799 x1798 x1797 x1796 
39321.67/1983.29	v x1795 x1794 -x1793 x832 x831 -x830 -x829 -x828 -x827 x826 x825 x824 x823 -x822 x821 -x820 -x819 x818 -x817 x816 x815 x814 -x813 
39321.67/1983.29	v -x812 -x811 -x810 x809 x808 x807 x806 x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 -x795 -x794 -x793 -x792 
39321.67/1983.29	v -x791 x790 x789 -x788 -x787 x786 -x785 -x784 x783 -x782 x781 -x780 x779 -x778 -x777 -x776 x775 x774 x773 -x772 x771 x770 -x769 
39321.67/1983.29	v x768 -x767 -x766 x765 x764 -x763 -x762 -x761 x760 -x759 x758 x757 x756 -x755 x754 -x753 x752 x751 -x750 x749 x748 x747 -x746 
39321.67/1983.29	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 
39321.67/1983.29	v x721 x720 -x719 x718 -x717 x716 -x715 x714 x713 x712 -x711 -x710 -x709 x708 -x707 -x706 x705 -x704 x703 x702 -x701 -x700 x699 
39321.67/1983.29	v x698 x697 -x696 x695 -x694 -x693 -x692 x691 -x690 x689 -x688 -x687 x686 -x685 -x684 -x683 x682 x681 -x680 -x679 -x678 -x677 
39321.67/1983.29	v -x676 -x675 -x674 x673 x1792 x1791 -x1790 -x1789 x1788 -x1787 x1786 -x1785 -x1784 x1783 x1782 -x1781 -x1780 -x1779 x1778 -x1777 
39321.67/1983.29	v x1776 x1775 -x1774 -x1773 -x1772 -x1771 -x1770 x1769 x1768 x1767 -x1766 x1765 -x1764 x1763 x1762 -x1761 x1760 -x1759 -x1758 
39321.67/1983.29	v -x1757 x1756 x1755 x1754 x1753 -x1752 -x1751 -x1750 x1749 x1748 -x1747 x1746 x1745 x1744 -x1743 x1742 x1741 x1740 x1739 
39321.67/1983.29	v -x1738 -x1737 x1736 x1735 -x1734 x1733 x1732 x1731 -x1730 -x1729 -x1728 x1727 x1726 -x1725 x1724 x1723 x1722 -x1721 x1720 x1719 
39321.67/1983.29	v -x1718 x1717 x1716 -x1715 -x1714 x1713 x1712 x1711 x1710 -x1709 x1708 -x1707 x1706 x1705 x1704 -x1703 x1702 -x1701 -x1700 
39321.67/1983.29	v -x1699 -x1698 x1697 -x1696 x1695 -x1694 x1693 x1692 -x1691 x1690 -x1689 x1688 -x1687 -x1686 -x1685 -x1684 -x1683 x1682 -x1681 
39321.67/1983.29	v -x1680 x1679 x1678 x1677 x1676 -x1675 -x1674 x1673 x1672 -x1671 -x1670 x1669 x1668 -x1667 -x1666 x1665 x224 x416 -x672 -x223 
39321.67/1983.29	v x415 x671 -x222 -x414 x670 x221 x413 -x669 x220 -x412 x668 x219 -x411 x667 -x218 -x410 -x666 -x217 -x409 x665 x216 x408 x664 
39321.67/1983.29	v -x215 x407 -x663 -x214 -x406 x662 x213 -x405 -x661 x212 -x404 -x660 x211 x403 x659 x210 -x402 -x658 x209 -x401 x657 x208 -x400 
39321.67/1983.29	v x656 x207 -x399 x655 x206 -x398 -x654 x205 -x397 x653 -x204 x396 x652 x203 -x395 -x651 -x202 x394 -x650 x201 -x393 x649 -x200 
39321.67/1983.29	v x392 -x648 x199 x391 -x647 x198 -x390 -x646 x197 x389 x645 x196 -x388 x644 x195 -x387 x643 -x194 -x386 -x642 -x193 -x385 
39321.67/1983.29	v -x641 -x192 -x384 -x640 x191 -x383 x639 -x190 -x382 x638 -x189 x381 x637 x188 x380 -x636 -x187 x379 x635 x186 -x378 -x634 x185 
39321.67/1983.29	v x377 x633 x184 x376 x632 x183 x375 x631 -x182 -x374 -x630 x181 -x373 x629 -x180 x372 x628 -x179 -x371 x627 -x178 -x370 x626 
39321.67/1983.29	v -x177 x369 x625 -x176 -x368 -x624 x175 x367 x623 x174 x366 -x622 x173 x365 x621 -x172 x364 -x620 x171 -x363 -x619 x170 -x362 
39321.67/1983.29	v x618 x169 x361 x617 x168 x360 x616 x167 -x359 -x615 -x166 -x358 x614 -x165 -x357 -x613 -x164 x356 -x612 -x163 x355 x611 x162 
39321.67/1983.29	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 
39321.67/1983.29	v -x604 x155 x347 x507 -x603 x154 x346 -x506 x602 -x153 -x345 -x505 x601 x152 -x344 x504 x600 -x151 -x343 x503 -x599 x150 
39321.67/1983.29	v -x342 -x502 x598 x149 x341 x501 -x597 -x148 x340 x500 -x596 x147 x339 x499 -x595 -x146 -x338 -x498 -x594 x145 -x337 -x497 -x593 
39321.67/1983.29	v x144 x336 -x496 x592 -x143 x335 -x495 -x591 x142 -x334 -x494 x590 x141 -x333 x493 x589 -x140 -x332 x492 -x588 -x139 -x331 
39321.67/1983.29	v -x491 x587 -x138 -x330 x490 x586 x137 -x329 x489 -x585 -x136 x328 -x488 x584 x135 -x327 -x487 x583 x134 -x326 x486 x582 x133 
39321.67/1983.29	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 
39321.67/1983.29	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 
39321.67/1983.29	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 
39321.67/1983.29	v x470 x566 -x53 x117 x309 -x469 -x565 x52 -x116 x308 -x468 -x564 -x51 -x115 x307 -x467 x563 -x50 -x114 -x306 -x466 -x562 x49 
39321.67/1983.29	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 
39321.67/1983.29	v -x44 -x108 x300 -x460 x556 x43 -x107 x299 -x459 -x555 x42 x106 -x298 x458 x554 -x41 x105 -x297 -x457 x553 x40 -x104 x296 
39321.67/1983.29	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 
39321.67/1983.29	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 
39321.67/1983.29	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 
39321.77/1983.30	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 
39321.77/1983.30	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 
39321.77/1983.30	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 
39321.77/1983.30	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 
39321.77/1983.30	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 (158560 MiB free)
  memory of node 1: 193531 MiB (183198 MiB free)
  memory of node 2: 193531 MiB (174925 MiB free)
  memory of node 3: 193493 MiB (173272 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-4467974-1723258885/watcher-4467974-1723258885 -o /tmp/evaluation-result-4467974-1723258885/solver-4467974-1723258885 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723251528-552465 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467974-1723258885.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 23.09 22.43 18.71 24/904 559002
/proc/meminfo: memFree=706485612/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=52236 memory=41560 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) R 558998 559001 552454 0 -1 4194304 8879 0 0 0 10 1 0 0 20 0 1 0 92467879 53489664 10390 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 13059 10390 2758 3035 0 9455 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 52236 KiB
Current children cumulated memory: 41560 KiB

[startup+0.218206 s]*
/proc/loadavg: 23.09 22.43 18.71 24/924 559022
/proc/meminfo: memFree=706450032/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=1538544 memory=92492 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) S 558998 559001 552454 0 -1 1077936128 22365 0 0 0 19 4 0 0 20 0 21 0 92467879 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 384636 23123 2790 3035 0 64071 0
[pid=559001/tid=559003] ppid=558998 vsize=1538544 memory=8318255677412212789 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559003/stat : 559003 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559004] ppid=558998 vsize=1538544 memory=237112656212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559004/stat : 559004 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559005] ppid=558998 vsize=1538544 memory=59610673479151 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559005/stat : 559005 (fscip) R 558998 559001 552454 0 -1 4194368 1302 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559006] ppid=558998 vsize=1538544 memory=57420256935643 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559006/stat : 559006 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559007] ppid=558998 vsize=1538544 memory=54087395868613 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559007/stat : 559007 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559008] ppid=558998 vsize=1538544 memory=60718875758049 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559008/stat : 559008 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559009] ppid=558998 vsize=1538544 memory=14975568236034524 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559009/stat : 559009 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559010] ppid=558998 vsize=1538544 memory=654252 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559010/stat : 559010 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559011] ppid=558998 vsize=1538544 memory=3472329404410754158 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559011/stat : 559011 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559012] ppid=558998 vsize=1538544 memory=4120849962660295201 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559012/stat : 559012 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559013] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559013/stat : 559013 (fscip) S 558998 559001 552454 0 -1 1077936192 2169 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559014] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559014/stat : 559014 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559015] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559015/stat : 559015 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559016] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559016/stat : 559016 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23123 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559017] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559017/stat : 559017 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23189 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559018] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559018/stat : 559018 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23189 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559019] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559019/stat : 559019 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23189 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559020] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559020/stat : 559020 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23189 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559021] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559021/stat : 559021 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23189 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559022] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559022/stat : 559022 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 23189 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1538544 KiB
Current children cumulated memory: 92492 KiB

[startup+0.319024 s]*
/proc/loadavg: 23.09 22.43 18.71 24/924 559022
/proc/meminfo: memFree=706363056/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=1538544 memory=179308 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) S 558998 559001 552454 0 -1 1077936128 44604 0 0 0 26 7 0 0 20 0 21 0 92467879 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 384636 44827 2790 3035 0 86755 0
[pid=559001/tid=559003] ppid=558998 vsize=1538544 memory=-6080251375548283748 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559003/stat : 559003 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559004] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559004/stat : 559004 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559005] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559005/stat : 559005 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559006] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559006/stat : 559006 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559007] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559007/stat : 559007 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559008] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559008/stat : 559008 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44827 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559009] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559009/stat : 559009 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559010] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559010/stat : 559010 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559011] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559011/stat : 559011 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559012] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559012/stat : 559012 (fscip) S 558998 559001 552454 0 -1 1077936192 2167 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559013] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559013/stat : 559013 (fscip) S 558998 559001 552454 0 -1 1077936192 2169 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559014] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559014/stat : 559014 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559015] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559015/stat : 559015 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559016] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559016/stat : 559016 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559017] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559017/stat : 559017 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559018] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559018/stat : 559018 (fscip) R 558998 559001 552454 0 -1 4194368 1934 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559019] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559019/stat : 559019 (fscip) S 558998 559001 552454 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559020] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559020/stat : 559020 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559021] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559021/stat : 559021 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559022] ppid=558998 vsize=1538544 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559022/stat : 559022 (fscip) S 558998 559001 552454 0 -1 1077936192 2168 0 0 0 0 0 0 0 20 0 21 0 92467897 1575469056 44893 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1538544 KiB
Current children cumulated memory: 179308 KiB

[startup+0.703018 s]
/proc/loadavg: 23.09 22.43 18.71 43/944 559042
/proc/meminfo: memFree=705996264/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=1868900 memory=731616 CPUtime=5.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) S 558998 559001 552454 0 -1 1077936128 178431 0 0 0 457 120 0 0 20 0 41 0 92467879 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 467225 182904 2982 3035 0 270971 0
[pid=559001/tid=559003] ppid=558998 vsize=1868900 memory=32048 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559003/stat : 559003 (fscip) R 558998 559001 552454 0 -1 4194368 7861 0 0 0 20 6 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559004] ppid=558998 vsize=1868900 memory=5556 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559004/stat : 559004 (fscip) R 558998 559001 552454 0 -1 4194368 7596 0 0 0 22 6 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559005] ppid=558998 vsize=1868900 memory=16088 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559005/stat : 559005 (fscip) R 558998 559001 552454 0 -1 4194368 7592 0 0 0 21 7 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559006] ppid=558998 vsize=1868900 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559006/stat : 559006 (fscip) R 558998 559001 552454 0 -1 4194368 7617 0 0 0 19 8 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559007] ppid=558998 vsize=1868900 memory=10824 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559007/stat : 559007 (fscip) R 558998 559001 552454 0 -1 4194368 7612 0 0 0 23 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559008] ppid=558998 vsize=1868900 memory=0 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559008/stat : 559008 (fscip) R 558998 559001 552454 0 -1 4194368 7857 0 0 0 21 7 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559009] ppid=558998 vsize=1868900 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559009/stat : 559009 (fscip) R 558998 559001 552454 0 -1 4194368 9391 0 0 0 22 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559010] ppid=558998 vsize=1868900 memory=0 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559010/stat : 559010 (fscip) R 558998 559001 552454 0 -1 4194368 7589 0 0 0 21 7 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559011] ppid=558998 vsize=1868900 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559011/stat : 559011 (fscip) R 558998 559001 552454 0 -1 1077936192 7593 0 0 0 22 4 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559012] ppid=558998 vsize=1868900 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559012/stat : 559012 (fscip) R 558998 559001 552454 0 -1 4194368 9399 0 0 0 22 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559013] ppid=558998 vsize=1868900 memory=0 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559013/stat : 559013 (fscip) R 558998 559001 552454 0 -1 4194368 7609 0 0 0 22 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559014] ppid=558998 vsize=1868900 memory=2212 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559014/stat : 559014 (fscip) R 558998 559001 552454 0 -1 4194368 7670 0 0 0 16 8 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559015] ppid=558998 vsize=1868900 memory=6096 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559015/stat : 559015 (fscip) R 558998 559001 552454 0 -1 4194368 9341 0 0 0 22 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559016] ppid=558998 vsize=1868900 memory=1968 CPUtime=0.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559016/stat : 559016 (fscip) R 558998 559001 552454 0 -1 4194368 7842 0 0 0 23 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559017] ppid=558998 vsize=1868900 memory=54204 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559017/stat : 559017 (fscip) R 558998 559001 552454 0 -1 4194368 10049 0 0 0 24 3 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559018] ppid=558998 vsize=1868900 memory=33196 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559018/stat : 559018 (fscip) R 558998 559001 552454 0 -1 4194368 9695 0 0 0 26 1 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559019] ppid=558998 vsize=1868900 memory=21544 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559019/stat : 559019 (fscip) R 558998 559001 552454 0 -1 1077936192 7619 0 0 0 22 5 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559020] ppid=558998 vsize=1868900 memory=100 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559020/stat : 559020 (fscip) R 558998 559001 552454 0 -1 4194368 10010 0 0 0 25 2 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559021] ppid=558998 vsize=1868900 memory=1836 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559021/stat : 559021 (fscip) R 558998 559001 552454 0 -1 4194368 7859 0 0 0 19 7 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559022] ppid=558998 vsize=1868900 memory=25333125866717268 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559022/stat : 559022 (fscip) R 558998 559001 552454 0 -1 4194368 8232 0 0 0 19 8 0 0 20 0 41 0 92467897 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559023] ppid=558998 vsize=1868900 memory=100 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559023/stat : 559023 (fscip) S 558998 559001 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92467918 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559024] ppid=558998 vsize=1868900 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559024/stat : 559024 (fscip) S 558998 559001 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92467918 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559025] ppid=558998 vsize=1868900 memory=32195 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559025/stat : 559025 (fscip) S 558998 559001 552454 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92467918 1913753600 182904 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0

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

/proc/559001/task/559005/stat : 559005 (fscip) R 558998 559001 552454 0 -1 4194368 272335 0 0 0 195398 1368 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559006] ppid=558998 vsize=5545540 memory=4191092 CPUtime=1964.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559006/stat : 559006 (fscip) R 558998 559001 552454 0 -1 4194368 545200 0 0 0 196361 115 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559007] ppid=558998 vsize=5545540 memory=18960 CPUtime=1954.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559007/stat : 559007 (fscip) R 558998 559001 552454 0 -1 4194368 926866 0 0 0 195274 148 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559008] ppid=558998 vsize=5545540 memory=20680 CPUtime=1967.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559008/stat : 559008 (fscip) R 558998 559001 552454 0 -1 4194368 329131 0 0 0 195314 1442 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559009] ppid=558998 vsize=5545540 memory=5680 CPUtime=1966.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559009/stat : 559009 (fscip) R 558998 559001 552454 0 -1 4194368 641348 0 0 0 196420 182 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559010] ppid=558998 vsize=5545540 memory=11496 CPUtime=1970.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559010/stat : 559010 (fscip) R 558998 559001 552454 0 -1 4194368 876596 0 0 0 196899 127 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559011] ppid=558998 vsize=5545540 memory=13916 CPUtime=1967.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559011/stat : 559011 (fscip) R 558998 559001 552454 0 -1 4194368 319735 0 0 0 195739 1006 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559012] ppid=558998 vsize=5545540 memory=12928 CPUtime=1966.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559012/stat : 559012 (fscip) R 558998 559001 552454 0 -1 4194368 620316 0 0 0 196557 121 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559013] ppid=558998 vsize=5545540 memory=11844 CPUtime=1968.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559013/stat : 559013 (fscip) R 558998 559001 552454 0 -1 4194368 857406 0 0 0 196702 123 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559014] ppid=558998 vsize=5545540 memory=11920 CPUtime=1967.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559014/stat : 559014 (fscip) R 558998 559001 552454 0 -1 4194368 261594 0 0 0 195568 1185 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559015] ppid=558998 vsize=5545540 memory=10824 CPUtime=1969.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559015/stat : 559015 (fscip) R 558998 559001 552454 0 -1 4194368 406578 0 0 0 196883 54 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559016] ppid=558998 vsize=5545540 memory=5556 CPUtime=1963.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559016/stat : 559016 (fscip) R 558998 559001 552454 0 -1 4194368 1007168 0 0 0 196050 255 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559017] ppid=558998 vsize=5545540 memory=16088 CPUtime=1967.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559017/stat : 559017 (fscip) R 558998 559001 552454 0 -1 4194368 268944 0 0 0 195539 1169 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559018] ppid=558998 vsize=5545540 memory=2212 CPUtime=1968.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559018/stat : 559018 (fscip) R 558998 559001 552454 0 -1 4194368 637974 0 0 0 196700 160 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559019] ppid=558998 vsize=5545540 memory=6096 CPUtime=1966.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559019/stat : 559019 (fscip) R 558998 559001 552454 0 -1 4194368 989201 0 0 0 196480 218 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559020] ppid=558998 vsize=5545540 memory=1968 CPUtime=1957.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559020/stat : 559020 (fscip) R 558998 559001 552454 0 -1 4194368 173485 0 0 0 194441 1276 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559021] ppid=558998 vsize=5545540 memory=46256 CPUtime=1962.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559021/stat : 559021 (fscip) R 558998 559001 552454 0 -1 4194368 617334 0 0 0 196108 154 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559022] ppid=558998 vsize=5545540 memory=7968 CPUtime=1962.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559022/stat : 559022 (fscip) R 558998 559001 552454 0 -1 4194368 926648 0 0 0 196169 127 0 0 20 0 41 0 92467897 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559023] ppid=558998 vsize=5545540 memory=18960 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559023/stat : 559023 (fscip) S 558998 559001 552454 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559024] ppid=558998 vsize=5545540 memory=20680 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559024/stat : 559024 (fscip) S 558998 559001 552454 0 -1 1077936192 47 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559025] ppid=558998 vsize=5545540 memory=5680 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559025/stat : 559025 (fscip) S 558998 559001 552454 0 -1 1077936192 68 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559026] ppid=558998 vsize=5545540 memory=11496 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559026/stat : 559026 (fscip) S 558998 559001 552454 0 -1 1077936192 95 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559027] ppid=558998 vsize=5545540 memory=13916 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559027/stat : 559027 (fscip) S 558998 559001 552454 0 -1 1077936192 91 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559028] ppid=558998 vsize=5545540 memory=-6386873278618367681 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559028/stat : 559028 (fscip) S 558998 559001 552454 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559029] ppid=558998 vsize=5545540 memory=228455644333 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559029/stat : 559029 (fscip) S 558998 559001 552454 0 -1 1077936192 66 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559030] ppid=558998 vsize=5545540 memory=61788221898127 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559030/stat : 559030 (fscip) S 558998 559001 552454 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559031] ppid=558998 vsize=5545540 memory=61792533642861 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559031/stat : 559031 (fscip) S 558998 559001 552454 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559032] ppid=558998 vsize=5545540 memory=62896357015369 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559032/stat : 559032 (fscip) S 558998 559001 552454 0 -1 1077936192 69 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559033] ppid=558998 vsize=5545540 memory=6944656592455359580 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559033/stat : 559033 (fscip) S 558998 559001 552454 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559034] ppid=558998 vsize=5545540 memory=-7966001734569645866 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559034/stat : 559034 (fscip) S 558998 559001 552454 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559035] ppid=558998 vsize=5545540 memory=3504184 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559035/stat : 559035 (fscip) S 558998 559001 552454 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559036] ppid=558998 vsize=5545540 memory=6720664333359595372 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559036/stat : 559036 (fscip) S 558998 559001 552454 0 -1 1077936192 69 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559037] ppid=558998 vsize=5545540 memory=-6952052298572922566 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559037/stat : 559037 (fscip) S 558998 559001 552454 0 -1 1077936192 89 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559038] ppid=558998 vsize=5545540 memory=2688 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559038/stat : 559038 (fscip) S 558998 559001 552454 0 -1 1077936192 88 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559039] ppid=558998 vsize=5545540 memory=6636 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559039/stat : 559039 (fscip) S 558998 559001 552454 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559040] ppid=558998 vsize=5545540 memory=4509436 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559040/stat : 559040 (fscip) S 558998 559001 552454 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559041] ppid=558998 vsize=5545540 memory=2796 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559041/stat : 559041 (fscip) S 558998 559001 552454 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559042] ppid=558998 vsize=5545540 memory=6864 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559042/stat : 559042 (fscip) S 558998 559001 552454 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 92467918 5678632960 1047881 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
Current children cumulated CPU time: 39317.4 s
Current children cumulated vsize: 5545540 KiB
Current children cumulated memory: 4191524 KiB

[startup+1982.8 s]
/proc/loadavg: 80.36 78.99 67.03 81/1023 560221
/proc/meminfo: memFree=707270916/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=3387572 memory=1809852 CPUtime=39320.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) S 558998 559001 552454 0 -1 1077936128 12165725 0 0 0 3922570 9492 0 0 20 0 14 0 92467879 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 846893 452463 3334 3035 0 757571 0
[pid=559001/tid=559004] ppid=558998 vsize=3387572 memory=4190996 CPUtime=1970.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559004/stat : 559004 (fscip) R 558998 559001 552454 0 -1 4194368 923937 0 0 0 196905 136 0 0 20 0 14 0 92467897 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559010] ppid=558998 vsize=3387572 memory=4191092 CPUtime=1970.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559010/stat : 559010 (fscip) R 558998 559001 552454 0 -1 4194368 876745 0 0 0 196939 127 0 0 20 0 14 0 92467897 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559013] ppid=558998 vsize=3387572 memory=4147948 CPUtime=1968.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559013/stat : 559013 (fscip) R 558998 559001 552454 0 -1 4194368 857406 0 0 0 196742 123 0 0 20 0 14 0 92467897 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559022] ppid=558998 vsize=3387572 memory=4191060 CPUtime=1963.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559022/stat : 559022 (fscip) R 558998 559001 552454 0 -1 4194368 926648 0 0 0 196209 127 0 0 20 0 14 0 92467897 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559023] ppid=558998 vsize=3387572 memory=32048 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559023/stat : 559023 (fscip) S 558998 559001 552454 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559024] ppid=558998 vsize=3387572 memory=6720668765849665382 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559024/stat : 559024 (fscip) S 558998 559001 552454 0 -1 1077936192 47 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559026] ppid=558998 vsize=3387572 memory=6608 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559026/stat : 559026 (fscip) S 558998 559001 552454 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559027] ppid=558998 vsize=3387572 memory=20452 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559027/stat : 559027 (fscip) S 558998 559001 552454 0 -1 1077936192 91 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559030] ppid=558998 vsize=3387572 memory=6836 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559030/stat : 559030 (fscip) S 558998 559001 552454 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559034] ppid=558998 vsize=3387572 memory=30236 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559034/stat : 559034 (fscip) S 558998 559001 552454 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559035] ppid=558998 vsize=3387572 memory=33772 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559035/stat : 559035 (fscip) S 558998 559001 552454 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559037] ppid=558998 vsize=3387572 memory=6720668765849665382 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559037/stat : 559037 (fscip) S 558998 559001 552454 0 -1 1077936192 89 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559041] ppid=558998 vsize=3387572 memory=6852 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559041/stat : 559041 (fscip) S 558998 559001 552454 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 14 0 92467918 3468873728 452463 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
Current children cumulated CPU time: 39320.6 s
Current children cumulated vsize: 3387572 KiB
Current children cumulated memory: 1809852 KiB

[startup+1983.2 s]
/proc/loadavg: 80.36 78.99 67.03 64/993 560221
/proc/meminfo: memFree=709762680/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=3076316 memory=1569000 CPUtime=39321.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) S 558998 559001 552454 0 -1 1077936128 12199889 0 0 0 3922671 9496 0 0 20 0 8 0 92467879 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 769079 392250 3334 3035 0 713339 0
[pid=559001/tid=559004] ppid=558998 vsize=3076316 memory=16088 CPUtime=1970.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559004/stat : 559004 (fscip) R 558998 559001 552454 0 -1 4194368 923937 0 0 0 196945 136 0 0 20 0 8 0 92467897 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559023] ppid=558998 vsize=3076316 memory=11572 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559023/stat : 559023 (fscip) S 558998 559001 552454 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 8 0 92467918 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559026] ppid=558998 vsize=3076316 memory=4420 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559026/stat : 559026 (fscip) S 558998 559001 552454 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 8 0 92467918 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559027] ppid=558998 vsize=3076316 memory=31232 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559027/stat : 559027 (fscip) S 558998 559001 552454 0 -1 1077936192 91 0 0 0 1 0 0 0 20 0 8 0 92467918 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559030] ppid=558998 vsize=3076316 memory=28656 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559030/stat : 559030 (fscip) S 558998 559001 552454 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 8 0 92467918 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559035] ppid=558998 vsize=3076316 memory=7492 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559035/stat : 559035 (fscip) S 558998 559001 552454 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 8 0 92467918 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559041] ppid=558998 vsize=3076316 memory=11572 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559041/stat : 559041 (fscip) S 558998 559001 552454 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 8 0 92467918 3150147584 392250 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
Current children cumulated CPU time: 39321.7 s
Current children cumulated vsize: 3076316 KiB
Current children cumulated memory: 1569000 KiB

[startup+1983.3 s]
/proc/loadavg: 80.36 78.99 67.03 64/993 560221
/proc/meminfo: memFree=709762680/790760800 swapFree=131071996/131071996
[pid=559001] ppid=558998 vsize=2824952 memory=1453604 CPUtime=39321.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/stat : 559001 (fscip) R 558998 559001 552454 0 -1 4194304 12218256 0 0 0 3922680 9497 0 0 20 0 6 0 92467879 2892750848 363401 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
/proc/559001/statm: 706238 363401 3334 3035 0 656978 0
[pid=559001/tid=559023] ppid=558998 vsize=2824952 memory=280818386951008 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559023/stat : 559023 (fscip) S 558998 559001 552454 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 6 0 92467918 2892750848 363401 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559026] ppid=558998 vsize=2824952 memory=11692 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559026/stat : 559026 (fscip) S 558998 559001 552454 0 -1 1077936192 96 0 0 0 1 0 0 0 20 0 6 0 92467918 2892750848 363401 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559027] ppid=558998 vsize=2824952 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559027/stat : 559027 (fscip) S 558998 559001 552454 0 -1 1077936192 91 0 0 0 1 0 0 0 20 0 6 0 92467918 2892750848 363401 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559035] ppid=558998 vsize=2824952 memory=-6952052298572922566 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559035/stat : 559035 (fscip) S 558998 559001 552454 0 -1 1077936192 83 0 0 0 1 0 0 0 20 0 6 0 92467918 2892750848 363401 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
[pid=559001/tid=559041] ppid=558998 vsize=2824952 memory=2167368 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/559001/task/559041/stat : 559041 (fscip) S 558998 559001 552454 0 -1 1077936192 85 0 0 0 1 0 0 0 20 0 6 0 92467918 2892750848 363401 809668444160 4194304 16622877 140730210490416 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 31412224 140730210493417 140730210493533 140730210493533 140730210500559 0
Current children cumulated CPU time: 39321.8 s
Current children cumulated vsize: 2824952 KiB
Current children cumulated memory: 1453604 KiB

Child status: 0

Real time (s): 1983.38
CPU time (s): 39321.9
CPU user time (s): 39226.8
CPU system time (s): 95.053
CPU usage (%): 1982.57
Max. virtual memory (cumulated for all children) (KiB): 5545540
Max. memory (cumulated for all children) (KiB): 4197828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39226.8
system time used= 95.053
maximum resident set size= 4198088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12220020
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= 225538
involuntary context switches= 108214


# summary of solver processes directly reported to runsolver:
#   pid: 559001
#   total CPU time (s): 39321.9
#   total CPU user time (s): 39226.8
#   total CPU system time (s): 95.053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7967 second user time and 46.0883 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-10 05:01:25
IDJOB=4467974
IDBENCH=162227
IDSOLVER=3097
FILE ID=nodeD104/4467974-1723258885
RUNJOBID= nodeD104-1723251528-552465
SLURM_JOB_ID= 8266912
Free space on /tmp= 8587784 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
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-4467974-1723258885/watcher-4467974-1723258885 -o /tmp/evaluation-result-4467974-1723258885/solver-4467974-1723258885 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723251528-552465 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467974-1723258885.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 24b841e180e6c10fba8d79de5f0eab8c
RANDOM SEED=177052897

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		: 3506.294
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		: 1710.609
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		: 2633.678
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		: 3039.458
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		: 3324.656
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		: 3658.211
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		: 2646.468
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		: 3037.114
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		: 3235.796
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		: 3290.716
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		: 2642.281
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		: 3040.881
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		: 2637.863
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		: 3112.043
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		: 2655.343
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		: 3037.286
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		: 2625.080
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		: 3471.830
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		: 2646.045
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		: 3040.555
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		: 2640.936
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		: 3596.553
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		: 2649.826
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		: 3040.386
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		: 2632.154
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		: 3574.575
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		: 2641.478
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		: 3007.291
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		: 2649.765
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		: 3386.085
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		: 2658.401
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		: 3040.040
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		: 3139.796
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		: 2645.163
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		: 2640.304
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		: 3039.898
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		: 3757.180
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		: 3189.437
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		: 3886.202
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		: 3039.975
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		: 2630.985
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		: 3020.734
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		: 2647.610
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		: 3040.142
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		: 2637.657
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		: 3235.249
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		: 2656.569
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		: 3035.533
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		: 2633.537
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		: 2659.099
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		: 2646.056
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		: 3040.474
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		: 2642.987
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		: 2656.984
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		: 2650.081
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		: 3029.077
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		: 3541.883
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		: 2649.057
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		: 2646.193
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		: 3028.458
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		: 2638.877
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		: 2655.363
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		: 2782.837
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		: 3040.989
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		: 3264.695
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		: 2648.243
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		: 2632.105
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		: 3034.627
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		: 2726.293
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		: 2665.285
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		: 2673.972
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		: 3037.315
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		: 2658.207
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2663.798
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		: 2655.147
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		: 3041.500
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		: 3226.502
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		: 2902.886
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		: 3744.298
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		: 3041.673
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:        706516704 kB
MemAvailable:   765156452 kB
Buffers:         1008128 kB
Cached:         60412600 kB
SwapCached:            0 kB
Active:          2593516 kB
Inactive:       77302492 kB
Active(anon):       2212 kB
Inactive(anon): 18511992 kB
Active(file):    2591304 kB
Inactive(file): 58790500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28644 kB
Writeback:             0 kB
AnonPages:      18475392 kB
Mapped:           133720 kB
Shmem:             38920 kB
KReclaimable:    1355320 kB
Slab:            1886548 kB
SReclaimable:    1355320 kB
SUnreclaim:       531228 kB
KernelStack:       15584 kB
PageTables:        46656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   16387696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           834432 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5326848 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:     1079296 kB
DirectMap2M:    172433408 kB
DirectMap1G:    632291328 kB

Free space on /tmp at the end= 8587868 MiB
End job on nodeD104 at 2024-08-10 05:34:28